/**
  * Name: Open9 | NFT Marketplace HTML Template
  * Version: 1.0.1
  * Author: Themesflat
  * Author URI: http://www.themesflat.com
*/
@import "../icon/icon.css?2";
@import "shortcodes.css?39";
@import "swiper-bundle.min.css";
@import "bootstrap.css";

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(../fonts/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa1ZL7.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* @import "responsive.css?4"; */
/* @import "responsive.css?4";
@import "animation.css";
@import "animate.min.css";
@import "../font/font.css"; */

/**
  	* Reset Browsers
    * General
	* Elements
  	* Forms
	* Typography
	* Extra classes
	* link style
	* header
    * footer
    * header section
    * mobile
    * cusor
    * preload

*/

:root {

  --font-color: #111;
  --sub-color: #5e5e5e;



  --light-color: #E9E9E9;
  --extra-light-color: #f5f5f5;
  --white-color: #FFF;


  --category-border-color: #e1e1e1;
  --search-background-color: #eee;
  --header-grid: linear-gradient(to right, #f5f5f5 1px, transparent 1px), linear-gradient(to bottom, #f5f5f5 1px, transparent 1px);
  --card-border-color: #f5f5f5;
  --header-submit-btn-border-color: #F1F1F1;
  --support-notice-border-color: #ededed;
  --autocomplete-seperator-color: #efefef;
  --featured-badge-background-color: #DBEAFE;
  --featured-badge-color: #111111;
  --wih-badge-background-color: #FEEBF9;
  --wih-badge-color: #CC0078;
  --sponsor-badge-background-color: rgb(236 255 243);
  --sponsor-badge-color: rgb(21 128 61 / 1);
  --soon-background-color: #FFF2E7;
  --soon-badge-color: #CC660A;
  --selection-color: #dcdcdc;
  --dropdown-box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
  --categories-card-hover-color: #f3f3f3;
  --loader-wrap-color: 2px solid rgba(0, 0, 0, 0.1);
  --submit-modal-filter: unset;
  --input-border-color: #E9E9E9;
  --changelog-badge-color: #29EB7F;
  --changelog-selection-line-color-first: linear-gradient(0deg, rgb(255 255 255 / 0%) 0%, rgba(218, 222, 228, 1) 100%);
  --new-tools-pulse-badge-wrap-color: #b9cdf9;
  --notice-badge-just-added-background-color: #E0E7FF;
  --notice-badge-just-added-color: #111111;
  --preview-top-banner-background: #ecf3ff;
  --preview-top-banner-color: #06f;
  --toast-success-icon-color: #0ABF30;
  --toast-success-error-color: #FF0000;
  --nav-dropdown-discover-background: #FFE4E6;
  --nav-dropdown-editors-choice-background: #FFEDD5;
  --nav-dropdown-editors-choice-color: #111111;
  --top-banner-close-icon-color: #c5c5c5;
  --top-banner-wrap-background-color: #f5f5f5;
  --header-featured-on-color: #747474;
  --trending-products-order-color: #bfbfbf;
  --toast-error-icon-color: #f32a40;
  --footer-bottom-seperator-color: #e3e3e3;
  --blue-color: #2976ff;
  --dropdown-color: #ffffff;


  --btn-border-radius: 16px;
  --layout-border-radius: 14px;
  --large-border-radius: 18px;
  --background-opacity: 1;

}

/* ===========================
       1.8. Dark Mode
       ============================*/
body.dark-mode {
  --font-color: #f0f0f0;
  --sub-color: #959595;


  --light-color: #3f3f3f;
  --extra-light-color: #1a1a1a;
  --white-color: #121212;


  --category-border-color: #393939;
  --search-background-color: #282828;
  --header-grid: linear-gradient(to right, #161616 1px, transparent 1px), linear-gradient(to bottom, #161616 1px, transparent 1px);
  --card-border-color: #303030;
  --header-submit-btn-border-color: #1D1D1D;
  --support-notice-border-color: #212121;
  --autocomplete-seperator-color: #1F1F1F;
  --featured-badge-background-color: #25242F;
  --featured-badge-color: #D7A1DE;
  --wih-badge-background-color: #2F222C;
  --wih-badge-color: #F259A0;
  --sponsor-badge-background-color: #14221A;
  --sponsor-badge-color: #4BAC64;
  --soon-background-color: #2A2119;
  --soon-badge-color: #C75E0D;
  --selection-color: #616161;
  --dropdown-box-shadow: rgb(255 255 255 / 5%) 0px 0px 0px 1px;
  --categories-card-hover-color: #232323;
  --loader-wrap-color: 2px solid rgb(255 255 255 / 10%);
  --submit-modal-filter:  brightness(0.9) contrast(1.2);
  --input-border-color: #242424;
  --changelog-badge-color: #18cb67;
  --changelog-selection-line-color-first: linear-gradient(0deg, #61616100 0%, #616161 100%);
  --new-tools-pulse-badge-wrap-color: #2463eb57;
  --notice-badge-just-added-background-color: #21252E;
  --notice-badge-just-added-color: #7496FF;
  --preview-top-banner-background: #233246;
  --preview-top-banner-color: #6390FF;
  --toast-success-icon-color: #007900;
  --toast-success-error-color: #FF1203;
  --nav-dropdown-discover-background: #2D2229;
  --nav-dropdown-editors-choice-background: #292117;
  --nav-dropdown-editors-choice-color: #FF9E19;
  --top-banner-close-icon-color: #5A5A5A;
  --top-banner-wrap-background-color: #222222;
  --header-featured-on-color: #787878;
  --trending-products-order-color: #787878;
  --toast-error-icon-color: #f32a40;
  --footer-bottom-seperator-color: #272727;
  --blue-color: #8ab4f8;
  --dropdown-color: #1a1a1a;

  --btn-border-radius: 16px;
  --layout-border-radius: 14px;
  --background-opacity: 0.9;
}

/* Reset Browsers
-------------------------------------------------------------- */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin        : 0;
    padding       : 0;
    border        : 0;
    outline       : 0;
    font-size     : 100%;
    font          : inherit;
    vertical-align: baseline;
    font-family   : inherit;
    font-size     : 100%;
    font-style    : inherit;
    font-weight   : inherit;
    color: var(--font-color);
    letter-spacing: -0.02em;
    font-family: 'Inter';
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

html {
    font-size               : 62.5%;
    overflow-y              : scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust    : 100%;
}

html {
  max-width: 1450px;
  margin: auto;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing   : border-box;
    box-sizing        : border-box;
}

body {
    /* background : #161616; */
    background : var(--white-color);
    line-height: 1;
    padding: 0 !important;
}

body.background-white {
    background-color: #fff;
}

::selection {
  background: var(--selection-color);
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
    display: block
}

ol,
ul {
    /* list-style: none; */
    /* padding-left: 18px !important; */
}

.tool_desc ol, .tool_desc ul {
  /* list-style: none; */
  padding-left: 18px !important;
}

table {
    border-collapse: collapse;
    border-spacing : 0;
}

caption,
th,
td {
    font-weight: normal;
    text-align : left;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

blockquote,
q {
    quotes: none
}

a img {
    border: 0
}

img {
    max-width: 100%;
    height   : auto;
}

select {
    max-width: 100%
}

/* General
-------------------------------------------------------------- */

body,
button,
input,
select,
textarea {
    font-family            : 'Inter', sans-serif;
    color                  : #fff;
    -webkit-font-smoothing : antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering         : optimizeLegibility;
    overflow-x             : hidden;
    overflow-y             : auto;
}

img {
    height                : auto;
    max-width             : 100%;
    vertical-align        : middle;
    -ms-interpolation-mode: bicubic
}

p {
    font-weight: 400;
    font-size  : 18px;
    line-height: 28px;
    color      : #7A798A;
}

strong,
b,
cite {
    font-weight: bold;
}

dfn,
cite,
em,
i,
blockquote {
    font-style: italic;
}

abbr,
acronym {
    border-bottom: 1px dotted #e0e0e0;
    cursor       : help;
}

.btn-link:focus,
.btn-link:hover,
mark,
ins {
    text-decoration: none;
}

sup,
sub {
    font-size     : 75%;
    height        : 0;
    line-height   : 0;
    position      : relative;
    vertical-align: baseline;
}

small {
    font-size: 75%;
}

big {
    font-size: 125%;
}

address {
    font-style: italic;
    margin    : 0 0 20px;
}

code,
kbd,
tt,
var,
samp,
pre {
    margin         : 20px 0;
    padding        : 4px 12px;
    background     : var(--extra-light-color);
    /* border         : 1px solid #e0e0e0; */
    overflow-x     : auto;
    -webkit-hyphens: none;
    -moz-hyphens   : none;
    hyphens        : none;
    border-radius  : 0;
    height         : auto;
}

svg,
svg path {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

/* Elements
-------------------------------------------------------------- */

html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing   : border-box;
    box-sizing        : border-box;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing   : border-box;
    box-sizing        : border-box;
}

hr {
    margin-bottom: 20px;
    border       : dashed 1px #ccc;
}


/* List */

ul,
ol {
    padding: 0;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li>ul,
li>ol {
    margin-bottom: 0;
}

li {
    /* list-style: none; */
}

ul li,
ol li {
    padding: 0;
}

dl,
dd {
    margin: 0 0 20px;
}

dt {
    font-weight: bold;
}

del,
.disable {
    text-decoration: line-through;
    filter         : alpha(opacity=50);
    opacity        : 0.5;
}


/* Table */

table,
th,
td {
    /* border: 1px solid #343444; */
}

table {
    border-collapse: separate;
    border-spacing : 0;
    border-width   : 1px 0 0 1px;
    margin         : 0 0 30px;
    table-layout   : fixed;
    /* width          : 100%; */
}

caption,
th,
td {
    font-weight: normal;
    text-align : left;
}

th {
    border-width: 0 1px 1px 0;
    font-weight : bold;
}

td {
    border-width: 0 1px 1px 0;
}

th,
td {
    padding: 8px 12px;
}

/* Media */

embed,
object,
video {
    margin-bottom : 20px;
    max-width     : 100%;
    vertical-align: middle;
}

p>embed,
p>iframe,
p>object,
p>video {
    margin-bottom: 0;
}

/* Forms
-------------------------------------------------------------- */
/* Fixes */

button,
input {
    line-height: normal;
}

button,
input,
select,
textarea {
    font-size     : 100%;
    line-height   : inherit;
    margin        : 0;
    vertical-align: baseline;
}

input,
textarea,
select {
    font-size       : 14px;
    max-width       : 100%;
    background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.53), rgba(255, 255, 255, 0.53));
    /* Removing the inner shadow on iOS inputs */
}

textarea {
    overflow      : auto;
    /* Removes default vertical scrollbar in IE6/7/8/9 */
    vertical-align: top;
    /* Improves readability and alignment in all browsers */
}

input[type="checkbox"] {
    display: inline;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    line-height       : 1;
    cursor            : pointer;
    -webkit-appearance: button;
    border            : 0;
}

input[type="checkbox"],
input[type="radio"] {
    padding       : 0;
    width         : 20px;
    height        : 20px;
    margin-right  : 10px;
    cursor        : pointer;
    vertical-align: sub;
    /* Addresses excess padding in IE8/9 */
}

input[type="search"] {
    -webkit-appearance: textfield;
    /* Addresses appearance set to searchfield in S5, Chrome */
}

input[type="search"]::-webkit-search-decoration {
    /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
    -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border : 0;
    padding: 0;
}


/* Remove chrome yellow autofill */

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #f7f7f7 inset
}


/* Reset search styling */

input[type="search"] {
    outline: 0
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
    display: none
}

textarea.style-1,
input.style-1 {
    background-color: #232323 !important;
}

.search.search-submit {
    position: absolute;
    background: transparent;
    color: #eee;
    font-size: larger;
    left: 5px;
    height: 46px;
    line-height: normal;
}

/* Contact Form 7 */
fieldset {
    margin-bottom: 30px;
    width: 100%;
}

form label {
    color: var(--font-color);
    font-family: 'Manrope';
    font-size: 14px;
    font-weight: 700;
    line-height: 19px;
    margin-bottom: 16px;
}

.wpcf7-form select,
.wpcf7-form textarea,
.wpcf7-form input {
    margin-bottom: 0;
}

select{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -ms-appearance: none;
}

.select{
    position: relative;
    overflow: hidden;
}

.select::after {
    font-family: 'icomoon' ;
    content: '\e914';
    font-size: 14px;
    right: 10px;
    font-weight: 600;
    color: #1F1F2C;
    display: block;
    position: absolute;
    background: 0 0;
    top: 50%;
    pointer-events: none;
    -webkit-transition: .25s all ease;
    -o-transition: .25s all ease;
    transition: .25s all ease;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

select {
    border: none;
    outline: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    font-size: 14px;
    font-family: 'Azeret Mono';
    line-height: 22px;
    border-radius: 10px;
    padding: 15px 26px;
    width: 100%;
    background: #161616;
    color: var(--font-color);
}

select option{
    padding: 15px 26px;
    font-size: 15px;
    line-height: 24px;
    color: #1F1F2C;
    background-color: var(--font-color);
}

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
    border: none;
    outline           : 0;
    -webkit-box-shadow: none;
    -moz-box-shadow   : none;
    box-shadow        : none;
    font-size  : 14px;
    font-family: 'Inter';
    letter-spacing: -0.015em;
    line-height: 22px;
    border-radius: 12px;
    padding: 13px 18px;
    width: 100%;
    border: 1px solid var(--input-border-color);
    background: var(--white-color);
    color: var(--font-color);
}

/* Input focus */
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus {
    /* border: none; */
    outline           : 0;
    -webkit-box-shadow: none;
    -moz-box-shadow   : none;
    box-shadow        : none;
}

textarea::placeholder,
input[type="text"]::placeholder,
input[type="password"]::placeholder,
input[type="datetime"]::placeholder,
input[type="datetime-local"]::placeholder,
input[type="date"]::placeholder,
input[type="month"]::placeholder,
input[type="time"]::placeholder,
input[type="week"]::placeholder,
input[type="number"]::placeholder,
input[type="email"]::placeholder,
input[type="url"]::placeholder,
input[type="search"]::placeholder,
input[type="tel"]::placeholder,
input[type="color"]::placeholder {
    font-size  : 15px;
    font-weight: 400;
    line-height: 22px;
    font-family: 'Inter';
    letter-spacing: -0.015em;
    color      : var(--sub-color);
}

/* Button */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    font-weight       : 700;
    font-size         : 14px;
    line-height       : 22px;
    background-color  : var(--font-color);
    color             : rgba(22, 22, 22, 1);
    border-radius     : 14px;
    padding           : 10px;
    height            : 50px;
    border            : none;
    display           : inline-block;
    -webkit-appearance: none;
    -webkit-transition: all ease 0.3s;
    -moz-transition   : all ease 0.3s;
    transition        : all ease 0.3s;
}

button.style-1, .header-submit-btn,
input.style-1[type="button"],
input.style-1[type="reset"],
input.style-1[type="submit"] {
    font-weight       : 700;
    font-size         : 14px;
    line-height       : 22px;
    color             : var(--font-color);
    background-color  : rgba(22, 22, 22, 1);
    border-radius     : 14px;
    padding           : 10px 16px;
    height            : 50px;
    border            : none;
    display           : inline-block;
    -webkit-appearance: none;
    -webkit-transition: all ease 0.3s;
    -moz-transition   : all ease 0.3s;
    transition        : all ease 0.3s;
}

g use {
    fill: #737373;
}

/* Button hover + focus */
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
    outline: 0;
    border: none;
    background-color: rgba(22, 22, 22, 1);
    color: var(--font-color);
}

button.style-1:hover,
input.style-1[type="button"]:hover,
input.style-1[type="reset"]:hover,
input.style-1[type="submit"]:hover,
button.style-1:focus,
input.style-1[type="button"]:focus,
input.style-1[type="reset"]:focus,
input.style-1[type="submit"]:focus {
    outline: 0;
    border: none;
    color: var(--white-color);
    background-color: var(--font-color);
}

.btn-submit button[type="submit"]:hover {
    /* background-color: #FFF;*/
    color: var(--white-color);
    opacity: 0.8;
}

.btn-submit button.active {
    background-color: #FFF;
    color: rgba(22, 22, 22, 1);
}

textarea {
    height: 250px;
}

.admin-desc-input{
  height: 180px;
}

input.style-2 {
    padding: 14px 26px;
    border: 1px solid rgba(255, 255, 255, 0.12);
}

/* Placeholder color */
::-webkit-input-placeholder {
    color: #8A8AA0;
}

:-moz-placeholder {
    color: #8A8AA0;
}

::-moz-placeholder {
    color  : #8A8AA0;
    opacity: 1;
}

.error {
    font-size         : 16px;
    color             : var(--primary-color2);
    margin-bottom     : 10px;
    -webkit-transition: all ease 0.3s;
    -moz-transition   : all ease 0.3s;
    transition        : all ease 0.3s;
}


/* Since FF19 lowers the opacity of the placeholder by default */

:-ms-input-placeholder {
    color: #8A8AA0;
}

/* Typography
-------------------------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight   : 500;
    text-rendering: optimizeLegibility;
}

h1 {
    font-size: 40px;
}

h2 {
    font-size: 32px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 15px;
}

/* Extra classes
-------------------------------------------------------------- */
.msg-success{
    background: linear-gradient(to right, #E250E5,#4B50E6,#E250E5);
    background-clip: text;
    -webkit-background-clip:text;
    font-weight: 700;
    background-size: 200% 200%;
    animation: rainbow 2s ease-in-out infinite;
    color: rgb(0 0 0 / 0);
    transition: color .2s ease-in-out;
    font-size  : 18px;
    font-weight: 400;
    line-height: 28px;
}

label.error {
    color: #ff0000;
}
.hidden {
    display: none;
}
.block {
    display: block;
}
.relative {
    position: relative;
}
.absolute {
    position: absolute;
}
.fixed {
    position: fixed !important;
}
.position-unset {
    position: unset;
}
.flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.flex-grow {
    flex-grow: 1;
}
.gap30 {
    gap: 30px;
}
.gap4 {
    gap: 4px;
}
.justify-center {
    justify-content: center;
}
.justify-end {
    justify-content: flex-end;
}
.justify-between {
    justify-content: space-between;
}
.items-center {
    align-items: center;
}
.flex-wrap {
    flex-wrap: wrap;
}
.text-end {
    text-align: end;
}
.text-center {
    text-align: center;
}
.w-full {
    width: 100%;
}
.h-full {
    height: 100%;
}
.pl-2-5 {
    padding-left: 2.5px;
}
.pt-10 {
    padding-top: 10px;
}
.pt-25 {
    padding-top: 25px;
}
.pt-40 {
    /* padding-top: 40px; */
    padding-top: 25px;
}
.pb-16 {
    padding-bottom: 16px;
}
.pb-20 {
    padding-bottom: 20px;
}
.pb-30 {
    padding-bottom: 30px;
}
.pb-38 {
    padding-bottom: 38px;
}
.pb-40 {
    padding-bottom: 40px;
}
.pb-48 {
    padding-bottom: 48px !important;
}
.pb-80 {
    padding-bottom: 80px;
}
.pt-60 {
    padding-top: 60px;
}
.pt-80 {
    padding-top: 80px;
}
.mt-30 {
    margin-top: 30px;
}
.mt-10 {
    margin-top: 10px;
}
.mr-30 {
    margin-right: 30px;
}
.ml-30 {
    margin-left: 30px;
}
.ml-50 {
    margin-left: 50px;
}
.mb-20 {
    margin-bottom: 20px !important;
}
.mr-20 {
    margin-right: 20px;
}
.mt-18 {
    margin-top: 18px !important;
}
.mt-17 {
    margin-top: 17px ;
}
.mt-16 {
    margin-top: 16px ;
}
.mr-16 {
    margin-right: 16px ;
}
.mr-10 {
    margin-right: 10px ;
}
.mt-40 {
    margin-top: 40px;
}
.mb-40 {
    margin-bottom: 40px;
}
.mb-30 {
    margin-bottom: 30px;
}
.tf-color {
    color: var(--font-color) !important;
}
.divider {
    /* width: 100%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.1); */
}
.mw-667 {
    max-width: 667px !important;
}
.w242 {
    width: 242.5px;
}
.rotateZ90 {
    transform: rotateZ(90deg);
}
.fl-item-1,
.fl-item {
    display: none;
}
.opacity-01 {
    opacity: 0.1;
}
.no-bg {
    background: none !important;
}
.capitalize {
    text-transform: capitalize;
}

#wrapper{
    position: relative;
    overflow: hidden;
    max-width: 100%;
    height: 100%;
}

/* link style
-------------------------------------------------------------- */
a {
    text-decoration   : none;
    color             : var(--font-color);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition   : all 0.3s ease-in-out;
    -ms-transition    : all 0.3s ease-in-out;
    -o-transition     : all 0.3s ease-in-out;
    transition        : all 0.3s ease-in-out;
    letter-spacing: -0.01em;
}

a:hover,
a:focus {
    color             : var(--font-color);
    text-decoration   : none;
    outline           : 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition   : all 0.3s ease-in-out;
    -ms-transition    : all 0.3s ease-in-out;
    -o-transition     : all 0.3s ease-in-out;
    transition        : all 0.3s ease-in-out;
}

/* Header
-------------------------------------------------------------- */
.header_1 {
    position: relative;
    z-index: 100;
    height: 57px;
    width: 100%;
    border: none;
    padding-right: 0 !important;
}

#site-logo {
    height: 57px;
}

#site-logo-inner {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 11;
}

.flat-wallet {
    display: flex;
    gap: 28px;
    position: absolute;
    padding: 6px 0 7px 0;
    right: 15px;
    top: 0;
    justify-content: end;
    align-items: center;
}

.canvas {
    position: relative;
    width: 30px;
    height: 30px;
    cursor: pointer;
}

.canvas span,
.canvas::before,
.canvas::after {
    position: absolute;
    content: "";
    height: 3px;
    background-color: var(--font-color);
    border-radius: 5px;
    right: 2.5px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.canvas span {
    width: 25px;
    top: 50%;
}

.canvas::after {
    width: 13px;
    top: 75%;
}

.canvas::before {
    width: 19px;
    top: 25%;
}

.canvas.style-1 span,
.canvas.style-1::before {
    background-color: rgba(22, 22, 22, 1);
}

.canvas.style-1::after {
    background-color: var(--font-color);
}

/* main-nav */
.header_1 #main-nav {
    position: absolute;
    /* left: 22.48%; */
    top: 50%;
    z-index: 0;
    /* -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); */
    width: 100%;
    display: flex;
    justify-content: center;
}

.header-search > a.active .icon-search::before {
    content: url(../images/close.svg);
}

.header-search .show-search {
    font-size: 20px;
    line-height: 44px;
}

.header-search .top-search {
  position: absolute;
  top: 50px;
  right: 0;
  min-width: 240px;
  display: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.header-search .top-search.active {
    display: block;
}

#main-nav ul li {
    position: relative;
}

#main-nav>ul>li {
    float: left;
    padding: 16px 16px 18px 15px;
    cursor: pointer;
}

#main-nav>ul>li>a {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    color: var(--font-color);
    letter-spacing: -0.0em;
}

#main-nav>ul>li.menu-item-has-children>a {
    padding-right: 18px;
}

#main-nav>.menu>li.menu-item-has-children>a::after {
    content: '\e914';
    font-family: 'icomoon';
    font-weight: 300;
    opacity: 0.3;
    position: absolute;
    font-size: 12px;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#main-nav>ul>li:hover>a,
#main-nav>.menu>li:hover>a::after,
#main-nav>.menu>li.current-menu-item>a::after {
    /* color: #E2FE26; */
    opacity: 0.6;
}

#main-nav>ul>li.current-menu-item>a {
    /* color: #E2FE26; */
    font-weight: 800;
    opacity: 0.6;
}

/* sub-menu */
#main-nav .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 260px;
    padding: 15px 0;
    background-color: #000000;
    border-radius: 7px;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: translateY(15px);
    -moz-transform: translateY(15px);
    -ms-transform: translateY(15px);
    -o-transform: translateY(15px);
    transform: translateY(15px);
}

#main-nav .sub-menu li a {
    display    : block;
    font-size  : 16px;
    color      : #fff;
    padding    : 12px 36px;
    font-weight: 500;
}

#main-nav li:hover .sub-menu {
    opacity          : 1;
    visibility       : visible;
    pointer-events   : all;
    -webkit-transform: translateY(0);
    -moz-transform   : translateY(0);
    -ms-transform    : translateY(0);
    -o-transform     : translateY(0);
    transform        : translateY(0);
}

#main-nav .sub-menu li.current-item > a,
#main-nav .sub-menu li a:hover {
    color: var(--font-color);
}

#main-nav>ul>li .sub-menu li {
    position: relative;
}

#main-nav>ul>li .sub-menu li a {
    transition: all 0.15s linear;
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
}

#main-nav .nav-sub-menu {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: -40% !important;
    left: 100%;
    background-color: #000000;
    z-index: 20;
    transition: ease-out 0.3s;
    min-width: 240px;
    border: 1px solid #161616;
    border-radius: 8px;
    text-align: start;
    padding: 15px 0;
}

#main-nav .sub-menu li:hover .nav-sub-menu {
    opacity: 1;
    visibility: visible;
    top: 100%;
    pointer-events: all;
}

#main-nav .sub-menu li.has-item a {
    position: relative;
}

#main-nav .sub-menu li.has-item > a::before {
    position: absolute;
    content: '\e912';
    font-family: 'icomoon';
    right: 36px;
}

/* style-white */
.header_1.style-white {
    background: #fff;
}

.header_1.style-white .tf-button {
    background-color: #DEE8E8;
}

.header_1.style-white .tf-button:hover {
    background-color: var(--font-color);
}

.header_1.style-white #main-nav>ul>li>a {
    color: #161616;
}

.header_1.style-white #main-nav>.menu>li.current-menu-item>a::after,
.header_1.style-white #main-nav>.menu>li:hover>a::after,
.header_1.style-white #main-nav>ul>li:hover>a {
    color: #161616;
}

.header_1.style-white.is-fixed {
    background-color: var(--font-color);
    box-shadow: 0px 15px 25px rgba(0, 0, 0, 0.06);
}

/* header-full */
.header_1.header-full {
    height: 98px !important;
    border-bottom: 1px solid rgba(153, 153, 153, 0.08);
}

.header_1.header-full .container-fluid {
    padding: 20px 33px 21px 50px;
}

.header_1.header-full #main-nav {
    left: 19.2%;
}

.header_1.header-full .widget-search input {
    width: 580px;
    height: 44px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    padding: 10px 18px;
    font-family: 'Manrope';
    font-weight: 400;
    line-height: 19px;
    color: rgba(255, 255, 255, 0.5);
}

.header_1.header-full .widget-search input::placeholder {
    font-family: 'Manrope';
    font-weight: 400;
    line-height: 19px;
    color: rgba(255, 255, 255, 0.5);
}

.header_1.header-full .widget-search button {
    height: 44px;
    font-size: 18px;
    padding: 10px 0;
}

.header_1.header-full #wallet-header a {
    background: #DEE8E8;
}

.header_1.header-full #wallet-header a:hover {
    background: var(--font-color);
}

/* Mobile Menu Button */
.mobile-button {
    display           : none;
    position          : absolute;
    width             : 26px;
    height            : 26px;
    top               : 50%;
    right             : 15px;
    background-color  : transparent;
    cursor            : pointer;
    -webkit-transition: all 0.3s ease;
    -moz-transition   : all 0.3s ease;
    -ms-transition    : all 0.3s ease;
    -o-transition     : all 0.3s ease;
    transition        : all 0.3s ease;
    -webkit-transform : translateY(-50%);
    -ms-transform     : translateY(-50%);
    -o-transform      : translateY(-50%);
    transform         : translateY(-50%);
}

.mobile-button:before,
.mobile-button:after,
.mobile-button span {
    background-color  : var(--font-color);
    -webkit-transition: all ease 0.3s;
    -moz-transition   : all ease 0.3s;
    transition        : all ease 0.3s;
}

.header_1.style-white .mobile-button::before,
.header_1.style-white .mobile-button::after,
.header_1.style-white .mobile-button span {
    background-color: #161616;
}

/* .mobile-button:before,
.mobile-button:after {
    content                 : '';
    position                : absolute;
    top                     : 0;
    height                  : 2.5px;
    width                   : 90%;
    left                    : 0;
    top                     : 50%;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin    : 50% 50%;
    transform-origin        : 50% 50%;
}

.mobile-button span {
    position   : absolute;
    width      : 70%;
    height     : 2px;
    left       : 0;
    top        : 50%;
    overflow   : hidden;
    text-indent: 200%;
} */

/* .mobile-button:before {
    -webkit-transform: translate3d(0, -7px, 0);
    -moz-transform   : translate3d(0, -7px, 0);
    transform        : translate3d(0, -7px, 0);
}

.mobile-button:after {
    -webkit-transform: translate3d(0, 7px, 0);
    -moz-transform   : translate3d(0, 7px, 0);
    transform        : translate3d(0, 7px, 0);
    width: 50%;
} */

/* footer */
#footer {
    padding: 60px 0 30px;
    background-color: var(--white-color);
    border-top: 1px solid var(--light-color);
}

#footer .widget {
    margin-right: 55px;
}

#footer .title-widget {
    font-weight: 800;
    line-height: 25px;
    margin-bottom: 20px;
}

.widget-menu ul li {
    margin-bottom: 5px;
}

.widget-menu ul li:last-child {
    margin-bottom: 0;
}

.widget-menu ul li a {
    color: rgba(255, 255, 255, 0.53);;
    font-size: 15px;
    font-family: 'Azeret Mono';
    line-height: 22px;
    position: relative;
    font-weight: 550;
}

.widget-menu ul li a:hover {
    color: var(--font-color);
    opacity: 0.8;
}

.widget-menu ul li a::after {
    content           : '';
    width             : 0;
    height            : 1px;
    position          : absolute;
    background        : var(--font-color);
    left              : 50%;
    bottom            : 0;
    transform         : translateX(-50%);
    visibility        : hidden;
    opacity           : 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition   : all 0.3s ease-in-out;
    -ms-transition    : all 0.3s ease-in-out;
    -o-transition     : all 0.3s ease-in-out;
    transition        : all 0.3s ease-in-out;
}

.widget-menu ul li a:hover::after {
    /* width             : 100%;
    visibility        : visible;
    opacity           : 1;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition   : all 0.3s ease-in-out;
    -ms-transition    : all 0.3s ease-in-out;
    -o-transition     : all 0.3s ease-in-out;
    transition        : all 0.3s ease-in-out; */
}

/* widget-social */
.widget-social ul li {
    margin-right: 10px;
}

.widget-social ul li:last-child {
    margin-right: 0;
}

.widget-social ul li a {
    width: 38px;
    height: 38px;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.05);
    padding: 9px;
}

.widget-social a:hover {
    color: var(--font-color);
}

.widget-social .icon-facebook:hover {
    background-color: rgba(24, 119, 242, 1) !important;
}

.widget-social .icon-twitter:hover{
    background-color: rgb(29, 155, 240) !important;
}

.widget-social .icon-vt:hover{
    background-color: #5865f2 !important;
}

.widget-social .icon-tiktok:hover{
    background-color: black !important;
}

.widget-social .icon-youtube:hover{
    background-color: #c00 !important;
}

.widget-social .icon-linkedin2:hover{
    background-color: #0a66c2 !important;
}

.widget-social .icon-instagram:hover{
    background-color: #C13584 !important;
}

.footer-bottom {
    margin-top: 50px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    padding-top: 30px;
    display: flex;
    justify-content: space-between;
    color: rgba(255, 255, 255, 0.53);
}

.footer-bottom p {
    color: var(--sub-color);
    font-size: 14px;
    font-family: 'Manrope';
    letter-spacing: 0.01em;
    line-height: 22px;
    font-weight: 600;
}

.footer-bottom ul li {
    margin-left: 20px;
}

.footer-bottom ul li a {
    color: var(--font-color);
    font-family: 'Inter';
    letter-spacing: 0.01em;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
}

.footer-bottom ul li a:hover {
    color: var(--font-color);
}

/* style-1 */
.footer-bottom.style-1 {
    margin-top: 0;
}

.footer-bottom.style-1 .widget-social ul li {
    margin-left: 0;
}

.footer-bottom.style-1 .widget-social ul li a {
    color: var(--font-color);
}

/* bg-white */
#footer.bg-white {
    background-color: var(--font-color);
}

#footer.bg-white .widget {
    margin-right: 80px;
}

#footer.bg-white .icon-vt:before,
#footer.bg-white .widget-menu ul li a,
#footer.bg-white .title-widget {
    color: rgba(22, 22, 22, 1);
}

#footer.bg-white .widget-social ul li a {
    color: rgba(22, 22, 22, 1);
    background-color: rgba(22, 22, 22, 0.05);
}

#footer.bg-white a.icon-vt:hover:before,
#footer.bg-white .widget-social ul li a:hover {
    color: #fff !important;
}

#footer.bg-white .footer-bottom {
    border-color: rgba(22, 22, 22, 0.08);
}

#footer.bg-white .footer-bottom ul li a,
#footer.bg-white .footer-bottom p {
    color: var(--sub-color);
    font-size: 12px;
    line-height: 19px;
}

/* heading-section */
.heading-section {
    display        : flex;
    align-items    : center;
    justify-content: space-between;
    flex-wrap      : wrap;
    align-items: baseline;
}

.heading-section .tf-title {
    font-size: 40px;
    line-height: 44px;
    text-transform: capitalize;
    z-index: 10;
    letter-spacing: -0.025em;
}

.heading-section a {
    font-size: 14px;
    font-weight: 600;
    line-height: 19px;
    text-transform: capitalize;
    -webkit-transition: all 0.3s ease;
    -moz-transition   : all 0.3s ease;
    -ms-transition    : all 0.3s ease;
    -o-transition     : all 0.3s ease;
    transition        : all 0.3s ease;
    position: relative;
    margin-right: 5px;
}

.heading-section a i {
    padding: 4px;
    margin-left: 3px;
    font-size: 10px;
    border-radius: 20px;
    border-color:  transparent ;
    background: none;
    display: none;
}

.heading-section a::after {
    position: absolute;
    width: 20px;
    height: 20px;
    top: 1px;
    right: 0;
    content: '';
    border-radius: 20px;
    border: none;
    background: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition   : all 0.3s ease;
    -ms-transition    : all 0.3s ease;
    -o-transition     : all 0.3s ease;
    transition        : all 0.3s ease;
}

.heading-section a:hover::after {
    width: 107%;
}

.background-white .heading-section a,
.background-white .heading-section .tf-title {
    color: #161616;
}

.background-white .heading-section a::after {
    background-color: rgba(22, 22, 22, 0.10);
}

/* section-menu-left */
.section-menu-left {
    display: flex;
    flex-direction: column;
    gap: 30px;
    background: #232323;
    width: 281px;
    padding: 40px 0px;
    z-index: 30;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.section-menu-left > .wrap-bottom {
    position: fixed;
    bottom: 49px;
    width: 281px;
    padding: 0 30px;
}

.section-menu-left .list-menu,
.section-menu-left .box-logo {
    padding: 0 30px;
}

.section-menu-left .connect {
    padding: 26px 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.section-menu-left .connect a {
    width: 100%;
}

.tf-button.style-1.type-1 {
    background-color: rgba(255, 255, 255, 0.05);
    color: #DEE8E8;
}

.tf-button.style-1.type-1:hover {
    background-color: var(--font-color);
    color: #161616;
}

.section-menu-left .list-menu > ul > li {
    font-size: 15px;
    font-weight: 800;
    line-height: 20px;
    text-transform: capitalize;
    margin-bottom: 6px;
}

.section-menu-left .list-menu > ul > li:last-child {
    margin-bottom: 0;
}

.section-menu-left .list-menu > ul > li > a {
    color: rgba(255, 255, 255, 0.4);
    display: inline-block;
    padding: 13px 10px 11px 44px;
    border-radius: 10px;
    width: 100%;
    font-size: 15px;
    font-weight: 800;
    line-height: 22px;
    text-transform: capitalize;
    position: relative;
    cursor: pointer;
}

.section-menu-left .list-menu > ul > li > a i {
    font-size: 18px;
    padding: 2px;
    position: absolute;
    top: 12px;
    left: 9px;
}

.section-menu-left .list-menu > ul > li > a i::before {
    color: rgba(255, 255, 255, 0.4);
    -webkit-transition: all 0.3s ease;
    -moz-transition   : all 0.3s ease;
    -ms-transition    : all 0.3s ease;
    -o-transition     : all 0.3s ease;
    transition        : all 0.3s ease;

}

.section-menu-left .list-menu > ul > li.active > a i::before,
.section-menu-left .list-menu > ul > li > a:hover i::before {
    color: rgba(22, 22, 22, 1);
}

.section-menu-left .list-menu li.active > a,
.section-menu-left .list-menu > ul > li > a:hover {
    box-shadow: 0px 4px 20px 0px rgba(221, 242, 71, 0.30);
    color: #161616;
    background: var(--font-color);
}

.section-menu-left .list-menu > ul > li.has-item > a::before {
    content: '\e914';
    font-family: 'icomoon';
    font-weight: 100;
    position: absolute;
    right: 10px;
    top: 12px;
    font-size: 22px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.section-menu-left .list-menu > ul > li.has-item.active > a::before {
    transform: rotate(180deg);
}

.section-menu-left .list-menu > ul > li.language img {
    position: absolute;
    top: 12px;
    left: 10px;
    border-radius: 50%;
    width: 22px;
    height: 22px;
    padding: 3px;
    border-radius: 50%;
    border: 1px solid #D0D0D1;
    background-color: #161616;
}

.section-menu-left .list-menu ul.sub-item {
    display: none;
    margin-top: 19px;
    margin-bottom: 17px;
    padding-left: 22px;
    margin-left: 21px;
    border-left: 1px solid rgba(255, 255, 255, 0.08);
}

.section-menu-left .list-menu li ul.sub-item.active {
    display: block;
}

.section-menu-left .list-menu ul.sub-item li {
    margin-bottom: 28px;
    padding-left: 16px;
    position: relative;
}

.section-menu-left .list-menu ul.sub-item li:last-child {
    margin-bottom: 0px;
}

.section-menu-left .list-menu ul.sub-item li::before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: #D9DADC;
    border-radius: 50%;
    width: 4px;
    height: 4px;
}

.section-menu-left .list-menu ul.sub-item li a {
    color: rgba(255, 255, 255, 0.4);
}

.section-menu-left .list-menu ul.sub-item li:hover::before {
    background-color: var(--font-color);
}
.section-menu-left .list-menu ul.sub-item li:hover a {
    color: var(--font-color);
}

.section-menu-left .language ul.sub-item {
    position: absolute;
    background-color: #161616;
    width: 100%;
    z-index: 1;
    margin: 0;
    padding-left: 0px;
    border-radius: 10px;
}

.section-menu-left .language ul.sub-item li {
    padding: 12px 8px 10px 43px;
    margin-bottom: 0;
    cursor: pointer;
}

.section-menu-left .language ul.sub-item li::before {
    display: none;
}

.section-menu-left .menu-bottom {
    padding-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.section-menu-left .bottom {
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    position: fixed;
    bottom: 39px;
    width: 281px;
}

.section-menu-left .bottom p {
    color: rgba(255, 255, 255, 0.53);
    font-size: 12px;
    font-family: 'Azeret Mono';
    font-weight: 400;
    line-height: 19px;
    padding: 0 30px;
}

.section-menu-left .create {
    padding: 26px 30.5px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.section-menu-left .create a.tf-button {
    width: 100%;
    background-color: #DEE8E8;
    color: #161616;
    cursor: pointer;
}

.section-menu-left .create a.tf-button.active {
    color: #161616;
    background-color: var(--font-color);
}

.section-menu-left .content h6 {
    padding: 0 30px;
    font-size: 14px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    line-height: 21px;
    color: rgba(255, 255, 255, 0.4);
    margin-bottom: 9px;
}

.section-menu-left ul.menu-tab li {
    color: #FFF;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    margin-bottom: 6px;
    padding: 12px 30px 12px 64px;
    display: flex;
    align-items: center;
    cursor: pointer;
    position: relative;
    -webkit-transition: all 0.3s ease;
    -moz-transition   : all 0.3s ease;
    -ms-transition    : all 0.3s ease;
    -o-transition     : all 0.3s ease;
    transition        : all 0.3s ease;
}

.section-menu-left ul.menu-tab li::before {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    width: 6px;
    height: 24px;
    content: "";
    top: 50%;
    left: 0;
    background-color: var(--font-color);
    border-radius: 999px;
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease;
    -moz-transition   : all 0.3s ease;
    -ms-transition    : all 0.3s ease;
    -o-transition     : all 0.3s ease;
    transition        : all 0.3s ease;
}

.section-menu-left ul.menu-tab li.active:before,
.section-menu-left ul.menu-tab li:hover:before {
    opacity: 1;
    visibility: visible;
}

.section-menu-left ul.menu-tab li.active,
.section-menu-left ul.menu-tab li:hover {
    color: var(--font-color);
}

.section-menu-left ul.menu-tab li svg {
    -webkit-transition: all 0.3s ease;
    -moz-transition   : all 0.3s ease;
    -ms-transition    : all 0.3s ease;
    -o-transition     : all 0.3s ease;
    transition        : all 0.3s ease;
    position: absolute;
    left: 30px;
}

.section-menu-left ul.menu-tab li.active svg:first-child,
.section-menu-left ul.menu-tab li svg:last-child,
.section-menu-left ul.menu-tab li:hover svg:first-child {
    opacity: 0;
    visibility: hidden;
}

.section-menu-left ul.menu-tab li.active svg:last-child,
.section-menu-left ul.menu-tab li:hover svg:last-child {
    opacity: 1;
    visibility: visible;
}

/* canvas */
.canvas-nav-wrap .overlay-canvas-nav {
    cursor: url(../images/close.svg),auto;
    content: '';
    position: fixed;
    right: 0%;
    top: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.80) 0%, rgba(0, 0, 0, 0.80) 100%);
    width: 100%;
    height: 100%;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease;
    -moz-transition   : all 0.3s ease;
    -ms-transition    : all 0.3s ease;
    -o-transition     : all 0.3s ease;
    transition        : all 0.3s ease;
}

.canvas-nav-wrap.active .overlay-canvas-nav {
    opacity: 1;
    visibility: visible;
}

.canvas-nav-wrap.active .overlay-canvas-nav i {
    font-size: 25px;
    margin-right: 20px;
    color: #FFFFFF;
}

.canvas-nav-wrap .inner-canvas-nav {
    width: 340px;
    height: 100%;
    top: 0;
    right: -340px;
    position: fixed;
    background-color: #161616;
    z-index: 999999;
    overflow-y: auto;
    -webkit-transition: all 0.5s ease;
    -moz-transition   : all 0.5s ease;
    -ms-transition    : all 0.5s ease;
    -o-transition     : all 0.5s ease;
    transition        : all 0.5s ease;
}

.canvas-nav-wrap .inner-canvas-nav::-webkit-scrollbar {
    width: 0px;
}

.canvas-nav-wrap.active .inner-canvas-nav {
    right: 0;
}

.inner-canvas-nav .side-bar {
    padding: 30px;
    position: relative;
}

.inner-canvas-nav .side-bar .canvas-nav-close {
    position: absolute;
    top: 50px;
    right: 30px;
    cursor: pointer;
}

/* mobile header */
/* ------------------------------------ */
.mobile-nav-wrap .overlay-mobile-nav {
    cursor: default;
    content: '';
    position: fixed;
    left: 100%;
    top: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.80) 0%, rgba(0, 0, 0, 0.80) 100%);
    width: 100%;
    height: 100%;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease;
    -moz-transition   : all 0.3s ease;
    -ms-transition    : all 0.3s ease;
    -o-transition     : all 0.3s ease;
    transition        : all 0.3s ease;
}

.mobile-nav-wrap.active .overlay-mobile-nav {
    left: 0;
    opacity: 1;
    visibility: visible;
}

.mobile-nav-wrap.active .overlay-mobile-nav i {
    font-size: 25px;
    margin-right: 20px;
    color: #FFFFFF;
}

.mobile-nav-wrap .inner-mobile-nav {
    width: 320px;
    height: 100%;
    top: 0;
    left: -340px;
    position: fixed;
    background-color: var(--white-color);
    z-index: 999999;
    overflow-y: auto;
    -webkit-transition: all 0.5s ease;
    -moz-transition   : all 0.5s ease;
    -ms-transition    : all 0.5s ease;
    -o-transition     : all 0.5s ease;
    transition        : all 0.5s ease;
}

.mobile-nav-wrap .inner-mobile-nav::-webkit-scrollbar {
    width: 0px;
}

.mobile-nav-wrap.active .inner-mobile-nav {
    left: 0;
    transition-delay: 0.3s;
}

.inner-mobile-nav {
    padding: 30px;
    position: relative;
}

.inner-mobile-nav .mobile-nav-close {
    position: absolute;
    top: 32px;
    right: 30px;
    cursor: pointer;
}

/* menu-mobile-menu */
#menu-mobile-menu {
    margin-top: 5px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    padding-top: 30px;
}

img#mobile-logo_header{
    width: 30px;
}

#menu-mobile-menu {
    display: flex;
    flex-direction: column;
}

#menu-mobile-menu>li {
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    padding: 15px 0px;
    cursor: pointer;
}

#menu-mobile-menu>li .sub-menu-mobile li:last-child,
#menu-mobile-menu>li:last-child {
    border: none;
}

#menu-mobile-menu li a {
    font-family: 'Manrope';
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    letter-spacing: -0.0em;
    color: var(--font-color);
}

#menu-mobile-menu li.current-menu-item > a ,
#menu-mobile-menu li a:hover ,
#menu-mobile-menu li.current-item a {
    color: var(--font-color);
}

#menu-mobile-menu li.menu-item-has-children-mobile > a::after {
    content: '\e914';
    position: absolute;
    font-family: 'icomoon';
    font-weight: 300;
    position: absolute;
    right: 0;
    top: 17px;
    line-height: 16px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#menu-mobile-menu>li.active a::after {
    transform: rotate(180deg);
}

#menu-mobile-menu>li .sub-menu-mobile {
    border-radius: 8px;
    display: none;
    text-align: start;
    overflow: hidden;
}

#menu-mobile-menu>li .sub-menu-mobile li {
    padding-left: 15px;
    padding: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    cursor: pointer;
}

#menu-mobile-menu>li .sub-menu-mobile a {
    font-family: 'Manrope';
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
}


/*Header fixed
-------------------------------- */
.header_1.is-fixed {
    position: fixed;
    padding: 0;
    top: -100%;
    left: 0;
    width: 100%;
    box-shadow: 0px 3px 9px rgba(0, 0, 0, 0.05);
    z-index: 9999;
    /* background: #161616; */
    /* background: rgba(255,255,255,.86); */
    background: var(--white-color);
    /* backdrop-filter: saturate(190%) blur(16px); */
    border: none;
    opacity: 1;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.35s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.header_1.is-fixed.is-small {
    top: 0;
    height: 87px;
}

.header_1.is-fixed.is-small .themesflat-container {
    padding: 15px;
}

/* preload */
.preload-container {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 999999999999999;
    height: 100%;
    width: 100%;
    background-color: var(--white-color);
}

.preload-container .middle {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
}

.preload-container .bar {
    width: 10px;
    height: 70px;
    background: transparent;
    display: inline-block;
    transform-origin: bottom center;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    animation: loader 1.2s linear infinite;
}
.preload-container .bar1 {
animation-delay: 0.1s;
}
.preload-container .bar2 {
animation-delay: 0.2s;
}
.preload-container .bar3 {
animation-delay: 0.3s;
}
.preload-container .bar4 {
animation-delay: 0.4s;
}
.preload-container .bar5 {
animation-delay: 0.5s;
}
.preload-container .bar6 {
animation-delay: 0.6s;
}
.preload-container .bar7 {
animation-delay: 0.7s;
}
.preload-container .bar8 {
animation-delay: 0.8s;
}

.progress-wrap {
    position: fixed;
    bottom: 30px;
    right: 30px;
    height: 44px;
    width: 44px;
    cursor: pointer;
    display: block;
    border-radius: 30px;
    -webkit-box-shadow: inset 0 0 0 2px rgba(130, 130, 130, 0.2);
    box-shadow: inset 0 0 0 2px rgba(130, 130, 130, 0.2);
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
    background: var(--extra-light-color);
    margin-bottom: 15px;
}

.progress-wrap::after {
    position: absolute;
    content: '\e911';
    font-family: 'icomoon';
    text-align: center;
    line-height: 44px;
    font-size: 16px;
    font-weight: 900;
    color: var(--font-color);
    left: 0;
    top: 0;
    height: 44px;
    width: 44px;
    cursor: pointer;
    display: block;
    z-index: 1;
    -webkit-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
}

.progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.progress-wrap svg path {
    fill: none;
}

.progress-wrap svg.progress-circle path {
    box-sizing: border-box;
    stroke: var(--font-color);
    stroke-width: 5;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    transition-duration: 0.4s;
    transition-timing-function: linear;
}


/* cursor
------------------------------------------------------ */
.tf-mouse {
    position: fixed;
    left: 0;
    top: 0;
    pointer-events: none;
    border-radius: 50%;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    visibility: hidden
}

.tf-mouse-inner {
    margin-left: -5px;
    margin-top: -5px;
    width: 8px;
    height: 8px;
    z-index: 10000;
    background-color: var(--font-color);
    -webkit-transition: width .5s ease-in-out, height .5s ease-in-out, margin .5s ease-in-out, opacity .5s ease-in-out;
    transition: width .5s ease-in-out, height .5s ease-in-out, margin .5s ease-in-out, opacity .5s ease-in-out
}

.tf-mouse-inner.mouse-hover {
    margin-left: -40px;
    margin-top: -40px;
    width: 80px;
    height: 80px;
    background-color: var(--font-color);
    opacity: .3
}

.tf-mouse-outer {
    margin-left: -22px;
    margin-top: -22px;
    width: 40px;
    height: 40px;
    border: 2px solid var(--font-color);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 10000;
    opacity: .5;
    -webkit-transition: all .1s ease-out;
    transition: all .1s ease-out
}

.tf-mouse-outer.mouse-hover {
    opacity: 0
}

body.background-white .tf-mouse-inner {
    background-color: rgba(22, 22, 22, 1);
}

body.background-white .tf-mouse-outer {
    border-color: rgba(22, 22, 22, 1);
}

/* custom style */
.mp-subtitle{
  max-width: 730px;
  color: var(--sub-color);
  font-size: 20px;
  font-family: "Inter";
  letter-spacing: -0.01em;
  line-height: 1.6em;
  max-width: 634px;
  margin: auto;
  text-align: center;
}

.index-subtitle{
  max-width: 600px;
}

.item-info{
  justify-content: space-between;
  display: flex;
  width: 100%;
  align-items: center;
}

.item-category{
  background: #00bcd426;
  border-radius: 50px;
  padding: 6px 12px 6px 12px;
  color: #FFF !important;
}

.widget-menu-tab{
  justify-content: center;
}

.product-visit-btn-card{
  margin-top: 20px;
}

.tf-button.w216{
  width: 100%;
}

.infor-product .meta{
  flex-wrap: wrap;
}

.product-visit-btn-sm{
  display: none;
}

.icon-search:before{
  font-size: 20px;
  color: var(--sub-color);
}

.main_logo{
  width: 30px;
  height: auto;
}

.tf-section-5.tf-list-blog.pt-50{
  padding-top: 20px;
}

@media (min-width: 1150px){
  .tf-card-box.style-1{
    /* padding: 8px 5px 0px 5px; */
  }
}

@media (min-width: 768px){
  .product-visit-btn-sm{
    display: none;
  }
  .product-visit-btn-lg{
    display: flex;
  }
}

@media (max-width: 768px){
  .product-visit-btn-sm{
    margin-bottom: 20px !important;
    width: 99% !important;
    margin-left: 3px;
    display: flex;
  }
  .product-visit-btn-lg{
    display: none;
  }
  .product-detail-c{
    padding-bottom: 25px;
  }
  .heading-section .tf-title{
    font-size: 28px;
    font-weight: 700;
  }
}


.widget-menu-tab li:hover > span > a{
  color: var(--white-color);
}

.category-btn a:hover{
  color: unset;
}

.widget-menu-tab li:hover, .widget-menu-tab li.active > span > a{
  color: var(--white-color);
}

.tool-item-content-wrap{
  padding-left: 6px;
  padding-right: 6px;
}

.avatar-sm{
  width: 32px !important;
  height: 32px !important;;
}

.card-title-h5{
  margin-top: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 27px;
  margin-bottom: -1px;
}

.pb-md{
  padding-bottom: 50px;
}

.pb-sm{
  padding-bottom: 40px;
}

.main-search-warp{
  width: 920px;
  max-width: 100%;
  margin: auto;
  margin-bottom: 44px;
  z-index: 4;
  position: relative;
}

.search-field{
  background: var(--light-color) !important;
  border: 1px solid rgba(255, 255, 255, 0.05) !important;
}

@media (max-width: 576px){
  .pb-sm{
    padding-bottom: 0px;
  }
  .heading-section .tf-title{
    font-size: 24px;
  }
}

/* footer */

.custom-footer{
  justify-content: space-between;
  border-top: none;
  margin-top: 0px;
  padding-top: 0px;
}

.widget-logo{
  flex-grow: unset;
}

.tc{
  align-items: center;
  display: flex;
}

#footer{
  padding: 40px 0 40px;
}

svg#logo_footer {
  width: 140px;
}
/* footer */

.submit-btn{
  border-radius: 14px !important;
  height: 53px !important;
}

/* toast */
div#toastPlacement {
    z-index: 5000;
}
.toast-msg-wrap {
  position: fixed !important;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0px);
}

.toast-wrap {
  border-radius: 45px;
  font-weight: 500;
  max-width: max-content;
  background-color: var(--autocomplete-seperator-color);
  letter-spacing: initial;
  width: auto;
}

.toast-body {
  display: flex;
  align-items: center;
  padding: 10px 16px 10px 16px;
  color: #FFF;
  border: 1px solid rgba(255, 255, 255, 0.05) !important;
  border-radius: 50px;
}

.toast-info{
  font-size: 14px;
  font-weight: 500;
  letter-spacing: normal;
}

.toast-icon{
  margin-right: 10px;
}
/* toast */

.pt-50{
  padding-top: 50px;
  padding-bottom: 0px;
}

.tool-item-title-wrap{
  display: flex;
  justify-content: space-between;
}

.card-media-sm{
  width: 50px !important;
}

.card-content-sm{
  margin-top: auto;
  margin-bottom: auto;
}

.tool-page-website-btn{
  font-size: 14px;
  padding: 12px !important;;
  display: flex;
  font-family: 'Manrope';
  font-weight: 600;
  width: unset !important;
}

.tool-page-website-btn span{
  padding-right: 8px;
  font-weight: 600;
  color: var(--white-color);
  letter-spacing: normal;
  line-height: normal;
  font-size: 15px;
  white-space: nowrap;
}


.visit_site_icon{
  width: 16px;
  height: 16px;
}

.tool-page-website-btn i{
  font-size: 14px;
  padding: 0px;
}

.tool-page-website-btn-icon:before{
  color: var(--font-color);
}

.tool-bottom-links-wrap{
  display: flex;
}

.tool-bottom-link{
  color: #FFF;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0;
  font-family: 'Manrope';
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  background: none;
  height: unset;
}

.tool-bottom-link-share{
  margin-right: 12px;
}

.tool-bottom-link i{
  font-size: 18px;
  background-color: var(--extra-light-color);
  border-radius: 50%;
  padding: 7px;
}

.tool-bottom-link-share .icon-link{
  font-size: 20px;
}

/* search autocomplete */
.section-main-wrap{
  position: relative;
}
.autocomplete {
  /*the container must be positioned relative:*/
  position: relative;
  display: inline-block;
  width: 100%;
}
.autocomplete-items {
  position: absolute;
  border-radius: 22px;
  background: var(--white-color) !important;
  border: 1px solid var(--autocomplete-seperator-color) !important;
  margin-top: 10px;
  z-index: 99;
  max-height: 350px;
  overflow-y: scroll;
  /*position the autocomplete items to be the same width as the container:*/
  top: 100%;
  left: 0;
  right: 0;
}

.autocomplete-item-wrap{
  display: flex;
  justify-content: space-between;
}

.autocomplete-item-type span{
  border: 1px solid var(--extra-light-color);
  border-radius: 80px;
  padding: 6px 11px;
  background: var(--extra-light-color);
  font-size: 12px;
  font-weight: 500;
  line-height: normal;
}

.autocomplete-items .autocomplete-item-wrap {
  padding: 18px 22px;
  cursor: pointer;
  border-bottom: none;
  z-index: 11;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.02em;
}
.autocomplete-items .autocomplete-item-wrap:hover {
  /*when hovering an item:*/
  opacity: 0.8;
  background: var(--support-notice-border-color);
}
.autocomplete-active {
  /*when navigating through the items using the arrow keys:*/
  /* background-color: #f3f3f3 !important; */
  /* color: #000; */
  opacity: .8;
  background: var(--support-notice-border-color);
}
/* search autocomplete */

.tf-card-article .card-title{
  padding-left: 10px;
  padding-right: 10px;
}

.tf-card-article .card-bottom{
  margin-left: 10px;
  margin-right: 10px;
}

.tf-title{
  line-height: 55px;
  color: var(--font-color);
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: -5px;
  letter-spacing: -0.012em;
  font-family: Inter, Manrope;
  letter-spacing: -0.035em;
  line-height: 1.1em;
  font-size: 50px;
  margin-top: 35px;
  margin-bottom: 20px;
}

input.style-2{
  padding: 14px 18px;
}

h4{
  font-size: 18px;
}

.tool-item-title{
  font-size: 22px;
  font-weight: 700;
  line-height: 27px;
}

.modal-title{
  text-align: inherit;
  font-size: 28px;
  font-weight: 700;
  line-height: 41px;
  text-transform: capitalize;
  margin-bottom: 16px;
  font-family: 'Inter';
  letter-spacing: -0.03em;
}

.modal-subtitle{
  color: var(--sub-color);
  text-align: center;
  font-family: 'Inter';
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  text-align: left !important;
  margin-bottom: 25px !important;
  margin-top: 15px;
  letter-spacing: normal;
  display: block;
}

.modal-btn-wrap{
  display: flex;
}

.modal-btn-wrap a{
  width: 100% !important;
}

.modal-checkbox-wrap{
  background: none;
  padding: 0px;
}

.modal-checkbox-wrap label{
  margin-bottom: 12px;
  letter-spacing: 0.025em;
}

.modal-body fieldset{
  margin-left: 0px;
  margin-right: 0px;
}

.label-screenshot-upload{
  margin-bottom: 30px;
  cursor: pointer;
  color: var(--font-color);
}

.tf-button.style-1 span{
  color: var(--white-color) !important;
}

.cate-item a{
  font-weight: 500;
}

.tool-page-website-btn:hover{
  color: var(--font-color);
  background: var(--font-color) !important;
  opacity: 0.8;
}

.card-content.card-content-sm h5 a:hover, .related-posts-item.main h5 a:hover{
  color: var(--font-color);
  opacity: 0.6;
}

.tool-item-title-wrap h5 a:hover{
  background: unset;
  color: var(--font-color);
  opacity: 0.6;
}

.tool-item-title-wrap a:hover{
  background: #e7e7e7;
}

.mobile-nav-close{
  top: 38px;
}

.mobile-nav-close svg{
  stroke: black;
  fill: black;
  opacity: 1;
  width: 15px;
  height: 15px;
}

.agreement-title{
  letter-spacing: -0.01em;
  margin-top: 30px;
  margin-bottom: 20px;
}

.hc-a-ul{
  list-style: disc;
  margin-left: 35px;
}

.hc-a-ul li{
  display: list-item;
  list-style-type: disc;
}

/* new style */
h5, .tool-gallery-title{
  font-size: 16.5px;
  font-weight: 590;
}

.tf-card-box{
  background: none;
}

.item-category{
  background: none;
  font-weight: 700;
}

.author .info span, .item-category a, .item-category div{
  font-size: 14px;
  color: var(--sub-color) !important;
  font-family: 'Inter';
  line-height: 19px;
  letter-spacing: 0em;
  cursor: pointer;
  white-space: nowrap;
  font-weight: 420;
}

.item-category:hover{
  opacity: 0.6;
}

.info.item-info h5 a:hover{
  color: var(--font-color);
  opacity: 0.6;
}

.tf-card-box.style-1 .divider {
    margin-top: 6px;
    margin-bottom: 0px;
}

.text-bid {
    color: var(--font-color);
    font-size: 14px;
    letter-spacing: -0.01em;
    font-weight: 420;
    font-family: 'Inter';
    padding-bottom: 4px;
    line-height: 1.5em;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
  }

  .tf-card-box.style-1 .card-media{
    border-radius: 16px;
    border: 1px solid var(--header-submit-btn-border-color);
    aspect-ratio: 169/95;
    background-color: var(--search-background-color);
  }

  .tf-card-box.style-1{
    border-radius: var(--layout-border-radius);
  }

  .tool-item-content-wrap{
    padding-left: 4px;
    padding-right: 4px;
  }

  .tf-card-box .card-media{
    position: relative;
    margin-bottom: 12px;
    border-radius: 0px;
    overflow: hidden;
  }
  .tf-card-article{
    background: none;
    /* padding: 0px 8px 14px 8px; */
    padding: 0px 0px 0px 0px;
  }

  .tf-card-article .card-title{
    padding-left: 4px;
    padding-right: 4px;
  }

  .tf-card-article .card-bottom{
    margin-left: 4px;
    margin-right: 4px;
  }
  .card-media.mb-20{
    margin-bottom: 10px !important;
  }
  span.item-category{
    padding-right: 0px;
  }
  .empty-state-wrap{
    height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
  }
  .empty-state-desc{
    font-size: 15px;
    font-weight: 600;
  }

  .tool-report-span{
    text-align: end;
    font-size: 12px;
    color: var(--sub-color);
    letter-spacing: -0.01em;
    margin-top: 10px;
    display: flex;
    font-family: Inter;
    margin-left: auto;
    margin-right: 0;
  }
  .tool-report-btn{
    background: none !important;
    /* text-decoration: underline; */
    font-size: 12px;
    color: var(--sub-color);
    letter-spacing: 0.01em;
    /* margin-bottom: -10px; */
    padding-left: 6px;
    padding-right: 0px;
    font-weight: 500;
    padding-top: 0px;
    padding-bottom: 0px;

    font-size: 13.5px;
    color: var(--font-color);
    letter-spacing: -0.01em;
    font-weight: 600;
  }
  .tool-report-btn:hover{
    opacity: 0.6;
  }
  .modal-input{
    background: var(--extra-light-color);
  }

  .modal-content{
    border-radius: 20px !important;
    border: 1px solid var(--autocomplete-seperator-color);
    width: 100%;
  }

  .t-link{
    color: var(--font-color);
    font-weight: 700;
  }

  .featured-tools-title{
    padding-top: 0px !important;
    padding-bottom: 6px;
  }

  .featured-tools-tagline{
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    letter-spacing: 0em;
    cursor: unset !important;
    line-height: 1.4em !important;
  }

  .featured-posts-item-wrap{
    margin-top: 25px !important;
  }

  .related-tools-wrap{
    /* margin-left: -5px;
    margin-right: -5px; */
    margin-top: 10px;
    /* margin-left: 15px;
    margin-right: 15px; */
    margin-left: 0px;
    margin-right: 0px;
  }

  .display-type-wrap{
    /* display: flex; */
    justify-content: end;
    width: fit-content;
    border: 1px solid var(--light-color);
    border-radius: 14px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: 0;
    position: fixed !important;
    bottom: 20px;
    z-index: 6000;
    background: var(--white-color);
  }

  .tool-type-item{
    cursor: pointer;
    padding-bottom: 10px;
    padding-top: 10px;
    border-radius: 14px;
  }

  .tool-type-item svg{
    width: 20px;
    height: 20px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .a-tool-type-item{
    background: var(--light-color);
  }
  .grid-display-content-wrap{
    margin-top: -8px;
  }

  .desc-readmore-btn{
    font-weight: 600;
    cursor: pointer;
  }
  .desc-readmore-text{
    display: none;
    letter-spacing: -0.004em;
  }

  .bold-desc-span{
    font-weight: 700;
    display: block;
    margin-top: 4px;
    margin-bottom: -26px;
    letter-spacing: -0.018em;
    font-size: 18px;
  }

  .report-modal{
    height: 150px;
  }

  .modal-input-email{
    background: var(--extra-light-color) !important;
    line-height: 0px;
  }
/* new style */

@media (min-width: 1200px){
  .display-type-wrap{
    margin-left: -2.5%;
  }
}

@media (max-width: 1200px){

  .display-type-wrap-outer{
    width: 165%;
    display: flex;
    justify-content: center;
  }

  .display-type-wrap{
    display: flex;
    /* left: 50%; */
  }
  .tool-type-item svg {
    margin-left: 18px;
    margin-right: 18px;
  }
}

@media (max-width: 768px){

  .display-type-wrap-outer{
    width: 100%;
  }
}

@media (min-width: 576px){
  .modal-dialog {
      max-width: 425px !important;
  }
}

@media (max-width: 940px){
  .main-search-warp {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media (max-width: 768px){
  .card-content-sm {
    margin-top: auto;
    margin-bottom: auto;
    margin-left: 16px;
    margin-top: 16px;
  }
}

@media (max-width: 700px){
  .widget-menu-tab, .top-widget-menu-tab{
    /* display: none !important; */
  }
  .main-search-warp {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 25px;
  }
}

.facts-text-p{
  font-size: 16px !important;
}

@media (max-width: 768px){
  .pt-40{
    padding-top: 30px;
  }
  .flat-title-page .heading, .tf-title{
    font-size: 40px;
  }
  .mp-subtitle, .heading-section-1 p{
    font-size: 15px;
  }

  .mp-subtitle{
    font-size: 16px;
    max-width: 400px;
  }

  .facts-text-p{
    font-size: 14px !important;
  }

  .tf-title.pb-16{
    font-size: 35px;
    line-height: 48px;
  }
  .main-search-warp{
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 20px;
  }

  .tf-section-2 {
    padding-bottom: 15px;
  }
  .logo-footer{
    text-align: left;
  }
  .progress-wrap{
    display: none;
  }
  .pt-50{
    padding-top: 10px;
  }
  .wrap-inner, .side-bar{
    padding-left: 0px;
    padding-right: 0px;
  }
  .tf-card-article .link{
    border-radius: var(--btn-border-radius);
    margin-top: 10px;
  }
  .tool-page-website-btn{
    font-size: 13px;
  }
  .tf-card-article .link i{
    font-size: 14px;
  }

  .widget-login{
    padding: 20px;
  }
  .btn-submit button{
    margin-bottom: -18px !important;
  }
  .flat-title-page{
    padding-bottom: 35px;
  }

  textarea, input[type="text"], input[type="password"], input[type="email"], , input[type="url"]{
    padding: 14px 18px;
  }

  .tf-card-box.style-1, .tf-card-article{
    padding: 0px 0px 6px 0px;
  }

  .widget-related-posts .related-posts-item.main h5, .featured-tools-title{
    padding-top: 0px;
  }

  .related-posts-item.main {
    margin-bottom: 30px;
  }

  .related-posts-item.related-posts-item-sub{
    padding-top: 0px !important;
    margin-top: 10px !important;
  }

  .tf-section-5.tf-list-blog.pt-50{
    padding-top: 10px;
  }
}

@media (max-width: 768px){
  .flat-title-page .heading, .tf-title {
    font-size: 35px;
    margin-top: 0px !important;
    margin-bottom: 15px !important;
  }
  #page{
    padding-top: 10px;
  }

  .main_logo{
    width: 30px;
  }
}

@media (max-width: 768px){
  .flat-title-page .heading {
    font-size: 36px !important;
    line-height: 1.2em;
  }
}

@media (max-width: 453px){
  .related-posts-item-sub{
    display: flex !important;
    flex-wrap: inherit !important;
  }
  .card-content.card-content-sm{
    margin-left: 12px;
    margin-top: 3px;
  }
  .flat-title-page .heading {
    font-size: 32px !important;
    line-height: 1.2em;
  }
  .mp-subtitle, .heading-section-1 p{
    font-size: 16px;
    line-height: 1.5em;
    padding-left: 10px;
    padding-right: 10px;
    letter-spacing: 0em;
  }

  .tool-page-website-btn span{
    display: none;
  }

  /* a.link.tool-page-website-btn{
    width: 40px !important;
  } */

  .side-bar .widget{
    padding: 20px;
  }
  .footer-bottom ul li a{
    font-size: 13px;
  }
  .tf-card-article .card-title p{
    font-size: 15px;
  }
}

.submit-description-input{
   height: 170px;
}

.submit-features-input{
   height: 250px;
}

/* bottom sheet modal */
@media (max-width: 576px){
  .modal-dialog{
    align-items: end !important;
    margin: 0;
    display: flex;
    min-height: calc(100% - 1rem);
  }

  .modal-content{
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    margin-bottom: -16px;
  }

  .modal.fade .modal-dialog {
    transform: translate3d(0, 100vh, 0);
  }
  .modal.show .modal-dialog {
    transform: translate3d(0, 0, 0);
  }
}
/* bottom sheet modal */

.main-banner{
  width: -webkit-fill-available;
  position: absolute;
}

@media (max-width:1200px){
  .main-banner{
    display: none;
  }
}

input#main_search{
  background: var(--search-background-color) !important;
  border-radius: 80px;
  font-size: 15px;
  line-height: normal;
  padding: 0px;
  height: 48px;
  width: 100%;
  padding-left: 42px;
  /* padding-right: 190px; */
  padding-right: 165px;
}

input#main_search:hover{
  background: var(--search-background-color) !important;
}

input#main_search:hover ~ #nav-searchbar-shuffle-icon{
  display: flex;
}

.tool-item-bottom-part{
  display: flex;
  justify-content: space-between;
  /* margin-top: 15px; */
  /* margin-bottom: 30px; */
  margin-bottom: 0px;
  align-items: baseline;
}

.tool-social-icons{
  display: grid;
  align-content: center;
}


.tool-social ul li a {
    width: 30px;
    height: 30px;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 50%;
    background-color: #f5f5f5;
    padding: 9px;
    margin-right: 14px;
}

.tool-social ul li a:hover {
  opacity: 0.8;
  background-color: #e7e7e7;
}

@media (max-width:500px){
  .tool-item-bottom-part{
    /* flex-direction: column; */
    flex-direction: column-reverse;
  }

  .tool-social-icons{
    margin-top: 10px;
  }
  .tool-report-span{
    margin-left: unset;
    margin-right: unset;
    text-align: start;
    margin-top: 5px;
  }
}

.categories-widget-menu-tab{
  display: flex !important;
}

@media (max-width: 700px){
  .categories-widget-menu-tab li {
      width: unset !important;
  }
  .tool-report-btn{
    font-size: 13px;
    margin-left: -2px;
  }
}

.tool-github-icon{
  padding: 7px !important;
}

/* featured badge modal */
.modal-dialog-featured-badge{
  max-width: 375px !important;
}

.featured-badge-copy-btn{
  background-color: var(--white-color) !important;
  border: 1px solid var(--category-border-color) !important;
  color: var(--font-color) !important;
}

.embed-badge-wrap{
  background: var(--extra-light-color);
  border-radius: var(--layout-border-radius);
  width: 100%;
  min-height: 100px;
  padding: 35px 40px;
  margin-bottom: 20px;
}

.embed-badge-wrap img{
  width: 100%;
}
/* featured badge modal */

.tool-header{
  text-transform: unset !important;
}

.tool-container{
  padding-left: 0px !important;
  padding-right: 0px !important;
}


@media (min-width: 1200px){
  .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl {
      padding-right: 20px;
      padding-left: 20px;
  }
}

header .themesflat-container{
  padding-left: 47px !important;
  padding-right: 47px !important;
}


@media (max-width: 1200px){
  header .themesflat-container {
    padding-left: 42px !important;
    padding-right: 42px !important;
  }
}

@media (max-width: 990px){
  .main-search-warp{
    width: 850px;
  }
}

@media (max-width: 900px){
  .main-search-warp{
    width: 850px;
  }
  .flat-title-page .heading{
    font-size: 48px;
  }
}

@media (max-width: 768px){
  .themesflat-container, header .themesflat-container, .main-search-warp{
    padding-right: 20px !important;
    padding-left: 20px !important;
  }
  .main_logo {
    width: 30px;
  }
  .themesflat-container.tool-container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

@media (min-width: 576px){
  .modal-submit {
    max-width: 400px !important;
  }
}

@media (max-width: 576px){
  .modal-body{
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
  }
  .modal-title{
    font-size: 24px;
  }
}

.mobile-nav-submit{
  font-size: 16px;
  color: var(--font-color);
  background-color: unset;
  padding: 0px !important;
  width: fit-content;
  height: fit-content;
}

.mobile-nav-submit:focus, .mobile-nav-submit:hover{
  background-color: unset;
}


.loader {
  width: 44px;
  height: 44px;
  border: var(--loader-wrap-color);
  border-bottom-color: var(--font-color);
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  animation: rotation 0.5s linear infinite;
  left: 0;
  right: 0;
  top: -20px;
  bottom: 0;
  margin: auto;
}

@keyframes rotation {
0% {
    transform: rotate(0deg);
}
100% {
    transform: rotate(360deg);
}
}

.heading.text-center span {
  letter-spacing: -0.02em;
  line-height: 1.3em;
}

@media (max-width: 576px){
  .heading.text-center span {
    white-space: pre;
    line-height: 1.2em;
  }
}




/* new style, unlink, un li */
.clickable{
  cursor: pointer;
}
.top-widget-menu-tab{
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: -10px;
  /* margin-bottom: 30px; */
  margin-bottom: 65px;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  justify-content: center;
}

.top-widget-menu-tab .item-title {
  padding: 8px 14px 8px;
  border-radius: 80px;
  /* border: 1px solid var(--category-border-color); */
  background-color: var(--white-color);
  color: var(--font-color);
  text-align: center;
  font-size: 15px;
  font-weight: 520;
  line-height: 20px;
  text-transform: capitalize;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.top-widget-menu-tab .item-title.active > span > div, .top-widget-menu-tab .item-title.active {
  color: var(--white-color) !important;
  background-color: #000;
}

.top-widget-menu-tab .item-title:hover,
 .top-widget-menu-tab .item-title.active > span > div,
  .top-widget-menu-tab .item-title.active{
  background-color: var(--extra-light-color);
}

.top-widget-menu-tab .item-title.active{
  border: 1px solid #000;
}

.top-widget-menu-tab div:hover > span > div {
    color: var(--font-color);
}

.featured-tools-title:hover, .card-content-sm div:hover, .related-tools-item-info div:hover{
    color: var(--font-color);
    opacity: 0.6;
}

.card-content-sm div{
    font-size: 14px;
    font-weight: 700;
    line-height: 19px;
    margin-bottom: 4px;
    letter-spacing: 0.02em;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
}

.oc-widget-tag .flex-wrap div{
  margin-right: 10px;
  margin-bottom: 10px;
}
.oc-widget-tag .flex-wrap div .box-widget-tag{
  line-height: 15px;
  font-size: 13.5px;
  font-family: 'Inter';
  border-radius: var(--btn-border-radius);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 90px;
  border: 1px solid #e1e1e1;
  padding: 8px 16px;
  display: flex;
  align-items: center;
  gap: 6px;
  font-weight: 600;
  line-height: 19px;
  text-transform: capitalize;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}

.oc-widget-tag div div .box-widget-tag:hover {
  background-color: var(--font-color);
  color: var(--white-color);
}

.related-tools-item-info div{
  font-size: 16px;
  font-weight: 500;
  text-rendering: optimizeLegibility;
}

.related-tools-item-info .item-category div{
  font-size: 14px;
  color: var(--sub-color) !important;
  font-family: 'Manrope';
  line-height: 19px;
  letter-spacing: 0em;
  cursor: pointer;
  white-space: nowrap;
  font-weight: 600;
}

.desc-feature-item{
  font-weight: 600;
}

.tool-item-title-wrap{
  /* margin-bottom: 14px; */
  margin-bottom: 22.5px;
}

.tf-card-article .card-title p{
  margin-top: 0px;
}

.tf-card-article .card-title div.bold-desc-span, .tf-card-article .card-title div.bold-desc-span{
  margin-top: 4px;
  margin-bottom: 14px;
}

#menu-mobile-menu>.menu-item {
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    padding: 15px 0px;
    cursor: pointer;
}

#menu-mobile-menu .menu-item .item-menu-mobile {
  font-family: 'Manrope';
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
  letter-spacing: -0.0em;
  color: var(--font-color);
}

#main-nav>.menu>.menu-item {
    float: left;
    padding: 16px 10px 18px 15px;
    cursor: pointer;
}

#main-nav>.menu>.menu-item>a, #main-nav>.menu>.menu-item>div {
  position: relative;
  /* display: block; */
  font-size: 16px;
  line-height: 22px;
  font-weight: 515;
  color: var(--sub-color);
  letter-spacing: normal;
  font-family: 'Inter';
}

#main-nav>.menu>.menu-item:hover>a, #main-nav>.menu>.menu-item:hover>div{
    opacity: 1;
    color: var(--font-color);
}

.footer-bottom .footer-menu .menu-item {
    margin-left: 30px;
}

.footer-bottom .footer-menu .menu-item a,
.footer-bottom .footer-menu .menu-item div {
  color: var(--font-color);
  font-family: 'Manrope';
  letter-spacing: 0.01em;
  font-size: 14px;
  line-height: 22px;
  font-weight: 600;
}

.tool-method{
  margin-top: -4px;
}

.tool-desc-method{
  text-align: end;
  font-size: 12px;
  color: var(--sub-color);
  /* color: #a9a9a9; */
  letter-spacing: -0.01em;
  letter-spacing: normal;
  font-family: Inter;
  line-height: 22px;
  margin-top: auto;
  margin-bottom: auto;
  font-weight: 300;
}

span.tool-desc-method.date.tool-upgrade-notice {
    color: var(--blue-color);
    font-weight: 400;
    cursor: pointer;
}

.tool-method svg{
  width: 10px;
  margin-right: 3px;
}

.category-tool-title{
  font-size: 20px;
  font-weight: 800;
  line-height: 27px;
}

/* new style, unlink, un li */

@media (max-width: 576px){
  .tool-method {
    /* margin-bottom: -26px; */
  }
  .section-404-page .content{
    font-size: 80px;
  }
  .section-404-page h2{
    font-size: 24px;
  }
  .section-404-page p{
    font-size: 16px;
  }
  .section-404-page a{
    width: 138px !important;
    margin: auto;
    font-size: 13px;
    height: 46px !important;
    font-weight: 600;
  }
}

@media (max-width: 500px){
  .tool-method {
    /* margin-bottom: -15px;
    margin-top: 0px; */
    margin-top: -15px;
    margin-bottom: 10px;
  }
}

@media (max-width: 440px){
  .footer-bottom .footer-menu .menu-item a, .footer-bottom p {
    font-size: 13px;
  }
  .footer-bottom .footer-menu .menu-item {
    margin-left: 15px;
    margin-right: 15px;
  }
}

@media (max-width: 400px){
  .footer-bottom .footer-menu .menu-item a, .footer-bottom p {
    font-size: 13.5px;
  }
  .footer-bottom .footer-menu .menu-item {
    margin-left: 10px;
    margin-right: 10px;
  }
}

.tf-card-article .card-title{
  /* max-width: 830px; */
  max-width: fit-content;
  margin: auto;
  margin-top: 30px;
}

.tool-sm-container-wrap {
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 1000px){
  .tool-sm-container-wrap {
    max-width: 1000px;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  header#header_main {
    max-width: 1450px;
    margin: auto;
    width: 100%;
    display: block;
  }
  .header_1.is-fixed{
    left: unset;
  }
}

@media (max-width: 768px){
  .tool-sm-container-wrap {
      padding-right: 20px !important;
      padding-left: 20px !important;
  }
  .tool-item-main-wrap{
    padding-top: 35px !important
  }
  .tf-card-article .card-title {
    margin-top: 0px;
  }
  .tool-item-bottom-part, .tf-list-blog .tf-card-article{
    margin-bottom: 0px;
  }
}

@media (max-width: 576px){
  .tool-sm-container-wrap {
      padding-right: 15px !important;
      padding-left: 15px !important;
  }
}

.pb-50{
  padding-bottom: 50px;
}

.tool_desc{
  color: var(--font-color);
  font-size: 15.5px;
  font-family: 'Inter';
  line-height: 2em;
  margin-top: 20px;
  letter-spacing: -0.004em;
  font-weight: 400;
}

.tool_desc_subheading{
  margin-top: 30px;
  margin-bottom: -10px;
  font-size: 18px;
  font-family: 'Inter';
  display: block;
  font-weight: 700;
}

.tool_desc ul li strong, .tool_desc ol li strong{
  font-weight: 600;
}

.tool_desc ul li, .tool_desc ol li{
  margin-bottom: 8px;
}

.video_tool_desc_subheading{
  margin-bottom: 19px;
}

.custom-collapsible-btn{
  text-align: justify !important;
  padding-left: 26px !important;
  background-color: var(--support-notice-border-color) !important;
  color: var(--font-color) !important;
  border: 1px solid var(--category-border-color) !important;
  margin-bottom: 30px !important;
}

.hidden-input{
  display: none;
}

.card-title iframe{
  height: auto;
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: var(--layout-border-radius);
}

.pricing .pricing_p1 {
  margin-top: 20px;
}

.pricing .pricing_p5 {
  margin-bottom: 5px;
}

.pricing fieldset {
  margin-left: 15px;
}

/* NEW WEBSITE STYLE */
.nav-top-left-wrap, .nav-top-right-wrap{
  display: flex;
}

.nav-top-right-wrap{
  align-items: center;
}

.navbar-search{
  padding: 0px;
  height: 44px;
  width: 100%;
  padding-left: 45px;
  padding-right: 223px;
}

.nav-top-middle-wrap{
  display: flex;
  align-items: center;
}

.nav-wrap-box{
  justify-content: space-between;
}

.left-nav{
  position: unset !important;
  justify-content: left !important;
}

div#site-logo{
  margin-right: 35px;
}

.right-nav{
  display: block !important;
  position: unset !important;
  margin-right: 12px;
}

.nav-btn-wrap{
  display: contents;
}

.pt-40{
  padding-top: 12px;
}

.header-btn-wrap{
  display: flex;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  justify-content: center;
  margin-top: 25px;
}

.header-title-wrap{
  padding-bottom: 25px;
}

input#main_search::placeholder{
  font-weight: 500;
}

.submit-tool-btn-wrap{
  border: 1px solid var(--header-submit-btn-border-color) !important;
  border-radius: 140px;
  margin-left: 20px;
  align-items: center;
  padding-left: 12px;
  padding-right: 8px;
  background: var(--white-color);
  z-index: 9;
}

.main-page-background{
  margin-top: 5px;
  background-size: 100px 100px;
  /* background-image: linear-gradient(to right, #f5f5f5 1px, transparent 1px), linear-gradient(to bottom, #f5f5f5 1px, transparent 1px); */
  /* background-image: var(--header-grid); */
}

.new-tools-notice, .featured-notice{
  display: flex;
  justify-content: center;
  background: #3bbb96;
  color: #fff;
  width: fit-content;
  padding: 10px 12px !important;
  border-radius: 80px;
  font-size: 13px;
  font-family: 'Inter';
  font-weight: 550;
  letter-spacing: -0.02em;
  margin-top: -10px;
}

.featured-notice{
  background: #6366f1;
  color: #fff !important;
  padding: 8px 10px !important;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  font-size: 12px;
  line-height: normal;
  letter-spacing: normal;
  border-radius: 8px;
}

.resource-notice-color{
  background: #1EAAFC !important;
}

.new-tools-notice span{
  animation: blinker 1.6s linear infinite;
  color: blue;
  margin-right: 2px;
  margin-left: -2px;
  font-size: 20px;
  line-height: 0.5em;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}

.tf-author-box.style-2.type-1{
  border-radius: var(--layout-border-radius);
  background: var(--extra-light-color);
  color: var(--font-color);
  font-family: 'Inter';
  width: 100%;
}

.submit-tool-btn{
  background-color: transparent !important;
  color: var(--font-color) !important;
  width: fit-content !important;
  padding-left: 6px !important;
}

.tf-author-box .author-infor h5, .related-tools-item-info{
  font-weight: 650;
  white-space: nowrap;
}

.categories-card-count{
  color: var(--sub-color) !important;
  font-size: 16px !important;
  line-height: 1.7em !important;
  font-family: 'Inter' !important;
}

.categories-cards-wrap{
  justify-content: center;
  display: grid;
  text-align: center;
}

.categories-cards-wrap h5{
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.categories-cards-outer:hover{
  background: var(--categories-card-hover-color) !important;
}

#menu-primary-menu{
  white-space: nowrap;
  display: flex;
  align-items: center;
}

.c-black{
  color: var(--font-color) !important;
}

@media (max-width: 1310px) {
  input#main_search{
    padding-right: 115px;
  }
}

@media (max-width: 1200px) {
  form#main_search_form, .nav-top-middle-wrap{
    width: 100%;
  }
  input#main_search{
    padding-right: 10px;
  }
}

@media (max-width: 1200px) {
  .right-nav{
    display: none !important;
  }
  .mobile-button{
    display: flex !important;
    align-self: end;
    margin-left: 20px;
    position: unset;
  }
  .left-nav{
    display: block !important;
  }
  #main-nav>.menu>.menu-item{
    padding: 16px 6px 18px 15px;
  }
  .nav-top-middle-wrap{
    margin-left: 15px;
    margin-right: 22px;
  }
  .heading-section .tf-title{
    font-size: 28px;
  }

  .nav-searchbar-ctrl-k, .nav-searchbar-shuffle-icon{
    display: none !important;
  }
}

@media (max-width: 890px) {
  .nav-btn-wrap{
    display: none;
  }
  .nav-top-middle-wrap{
    margin-right: 5px;
  }
}

@media (max-width: 776px) {
  .left-nav{
    display: none !important;
  }

  input#main_search{
    padding-left: 40px;
    height: 40px;
  }
  .search.search-submit{
    display: inline-grid;
  }
  .icon-search:before{
    font-size: 18px;
  }
  .heading-section .tf-title{
    font-size: 26px;
  }
}

@media (max-width: 768px) {
  .new-tools-notice{
    margin-bottom: 25px;
  }
}

@media (max-width: 568px) {
  .heading-section .tf-title{
    font-size: 20px;
  }
  .heading-section .tf-title div{
    letter-spacing: -0.02em;
  }
  input#main_search{
    font-size: 14px;
  }
  input#main_search::placeholder {
    font-size: 14px;
  }
  .main_logo{
    width: 28px;
  }
  .main-page-background{
    padding-top: 25px;
  }
}

/* submit modal */
.modal-submit .modal-content{
  border: none;
}

.modal-submit-first-wrap{
  border-radius: var(--layout-border-radius) 0px 0px var(--layout-border-radius) !important;
  animation: gradient 15s ease infinite;
  background: linear-gradient(135deg, #79abff 40%, #d6bbff 100%);
  filter: var(--submit-modal-filter);
  width: 100%;
}

.modal-submit-first-wrap ul li svg path{
  fill: white;
}

.modal-submit-second-wrap{
  border-radius:  0px var(--layout-border-radius) var(--layout-border-radius) 0px !important;
}

.submit-modal-pricing-title, .submit-modal-pricing{
  font-size: 24px;
  margin: auto;
  display: block;
  margin-left: 12px;
  color: white !important;
}

.submit-tool-modal-title{
  font-size: 24px;
}

.submit-modal-pricing{
  font-weight: 700;
  display: block;
  text-align: center !important;
  color: white !important;
  margin-top: 19px;
  margin-bottom: 29px !important;
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: end;
}

.submit-modal-pricing-symbol{
  text-align: center !important;
  color: white !important;
  display: flex;
  width: fit-content;
  align-items: end;
  font-family: 'Manrope';
  font-weight: 800;
  margin-right: 4px;
  font-size: 28px;
}

.submit-modal-pricing-num{
  font-size: 40px;
  font-weight: 600;
  color: white !important;
}

.modal-submit-first-wrap ul{
  font-size: 14px;
  font-weight: 400;
  font-family: 'Inter';
  padding-left: 12px !important;
}

.modal-submit-first-wrap ul li{
  margin-top: 15px;
  list-style: none;
  align-items: center;
  display: flex;
  color: white !important;
}

.modal-submit-first-wrap ul li svg{
  margin-right: 10px;
}

.submit-modal-pricing-currency{
  font-weight: 300;
  font-size: 14px;
  margin-left: 5px;
  line-height: 0.9;
  letter-spacing: normal;
  FONT-FAMILY: 'Inter';
  color: white !important;
  align-items: end;
  display: flex;
}

.modal-featured-tool-wrap span{
  /* background: #787EFF; */
  background: white;
  /* color: #7074F2; */
  color: #3c84ff;
  font-size: 11px;
  padding: 6px 12px;
  border-radius: 19px;
  font-family: 'Inter';
  font-weight: 600;
  margin-right: 18px;
  letter-spacing: 0.02em;
}

.modal-subtitle a{
  font-weight: 500;
}

h1.heading.text-center.sm-heading-center {
    font-size: 54px;
}

@media (min-width: 576px){
  .modal-submit {
      max-width: 800px !important;
      /* min-height: 365px; */
  }
}

@media (max-width: 991px){
  .submit-modal-close span {
    color: #fff !important;
      /* min-height: 365px; */
  }
  .modal-submit-first-wrap{
    border-radius: var(--layout-border-radius) var(--layout-border-radius) 0px 0px !important;
  }
  .modal-submit-second-wrap{
    border-radius: unset !important;
  }
  .modal-submit{
    max-width: 600px !important;
  }
  .submit-modal-body-wrap{
    max-height: calc(100vh);
  }
  .submit-modal-content{
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .submit-modal-pricing-title, .submit-modal-pricing{
    margin-left: 12px;
  }
  .modal-submit-first-wrap ul{
    padding-left: 12px !important;
  }
  .modal-submit-second-wrap{
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
  .modal-featured-tool-wrap span{
    margin-right: 28px !important;
  }
}
/* submit modal */

.submit-tool-btn-wrap:hover {
    background: var(--extra-light-color);
    opacity: 1;
}

.submit-tool-btn-wrap button:hover {
    opacity: 1 !important;
}

.sponsored-notice{
  margin-top: 22px;
  display: block;
  position: relative;
  background: var(--extra-light-color);
  border: 1px solid var(--support-notice-border-color);
  color: var(--font-color);
  letter-spacing: inherit;
  cursor: pointer;
  padding: 6px 14px !important;
  display: flex;
  align-items: center;
}

.sponsored-notice svg{
  width: 66px;
  height: 20px;
  margin-left: 6px;
  margin-right: 3px;
}

.sponsored-notice svg, .sponsored-notice svg path, .main_logo{
  fill: var(--font-color);
  stroke: var(--font-color);
}

.sponsored-notice strong{
  display: inline-block;
}

.sponsored-notice:hover{
  background: #efefef;
}

/* new header style */
.header-container{
  padding-right: 44px !important;
  padding-left: 44px !important;
}

.featured-tool-shadow{
  width: 100%;
  height: 100%;
  position: absolute;
  /* background: linear-gradient(221deg, #301b1e00, #ffffff 40%); */
  background: linear-gradient(127deg, #ffffff, #0000 80%);
  margin-top: 38%;
  /* backdrop-filter: blur(18px) saturate(200%);
  -webkit-backdrop-filter: blur(12px) saturate(200%); */
  /* background-color: rgba(17, 25, 40, 0.5); */
}

.col-12.col-sm-9.col-md-9.col-lg-9.main-page-header-img-left-col {
    margin-top: -15px;
}

.header-featured-details-wrap{
  position: absolute;
  margin-top: -105px !important;
  padding-left: 18px;
  padding-bottom: 15px;
  width: 100%;
  padding-top: 14px;
  justify-content: space-between;
}

.featured-text{
  margin-bottom: 10px;
  font-size: 12px;
  color: #ababab;
  opacity: 0.5;
  letter-spacing: normal;
  font-weight: 500;
}

.featured-img-card-wrap{
  margin-top: 20px;
}

.sponsored-notice strong{
  /* font-weight: 600; */
}

@media (min-width: 768px){
  .header-btn-wrap{
    justify-content: left;
  }
  .index-subtitle{
    text-align: left;
  }
}

@media (max-width: 1150px){
  h1.heading.title-left {
    font-size: 42px;
  }
}

@media (max-width: 991px){
  .new-tools-notice, .featured-notice{
    margin-left: auto;
    margin-right: auto;
  }
  .flat-title-page .heading, .index-subtitle{
    text-align: center;
    margin-left: auto !important;
  }
  .header-btn-wrap{
    justify-content: center;
  }
  .tf-card-box.style-1.featured-img-card-wrap{
      margin-bottom: -50px;
  }
}

@media (max-width: 768px){
  .header-container{
    padding-right: 20px !important;
    padding-left: 20px !important;
  }
}

@media (max-width: 568px){
  .featured-tool-desc{
    /* display: none; */
  }
  .header-featured-details-wrap{
    margin-top: -72px;
  }
  .featured-tool-title h5{
    font-size: 15px;
  }
}

/* new header style */

.new-tools-btn-wrap{
  margin-top: 12px;
}

.new-tools-btn-wrap a{
  margin-left: 8px;
  margin-right: 8px;
}

.new-tools-btn-site{
  color: var(--preview-top-banner-color) !important;
}

.new-tools-btn-submit{
  color: mediumvioletred !important;
}

.gallery-notice-badge-wrap{
  display: flex;
  align-self: self-start;
}

.gallery-notice-badge-featured, .gallery-notice-badge-deal, .gallery-notice-badge-just-added{
  padding: 5px 8px !important;
  font-size: 11px;
  margin-top: 0px !important;
  /* background: lavenderblush;
  color: darkorchid !important; */
  background: #6366f1;
  color: #fff !important;
  display: flex;
  justify-content: left;
  margin: initial;
  font-weight: 500;
  font-family: 'Inter';
  border-radius: 6px;
  width: fit-content;
  letter-spacing: normal;
  line-height: normal;
  margin-left: 5px;
  white-space: nowrap;
}

.gallery-notice-badge-deal{
  color: #14B789 !important;
  background: #D5F8EF !important;
  margin-left: 8px;
}

.tool-discount-wrap{
  width: 100%;
  background: var(--extra-light-color);
  border-radius: var(--layout-border-radius);
  padding: 14px;
  min-height: 120px;
  margin-top: 30px;
  margin-bottom: 22.5px;
  display: flex;
  justify-content: space-between;
}

.tool-discount-percentage-off{
  background: #D5F8EF;
  border-radius: 12px;
  padding: 18px;
  font-size: 16px;
  font-weight: 700;
  font-family: 'Inter';
  white-space: nowrap;
  letter-spacing: normal;
  width: min-content;
  color: #14B789;
  line-height: 1.5em;
  text-align: center;
  margin: auto;
}

.tool-discount-description-wrap{
  margin-left: 15px;
  margin-top: auto;
  margin-bottom: auto;
}

.tool-discount-description{
  font-weight: 600 !important;
  letter-spacing: normal !important;
  font-size: 16px !important;
  color: var(--font-color);
  margin-bottom: 2px;
  text-transform: capitalize;
}

.tool-discount-description-pricing{
    font-size: 16px !important;
    color: var(--font-color);
}

.tool-discount-description-pricing span{
  text-decoration: line-through;
  color: var(--sub-color);
  font-size: 15px;
}

.tool-discount-button{
  font-size: 14px;
  background: #000;
  color: #fff !important;
  border-radius: 80px;
  height: fit-content;
  padding: 11px 16px;
  margin-top: auto;
  margin-bottom: auto;
  font-weight: 500;
  letter-spacing: normal;
  white-space: nowrap;
  margin-left: 10px;
  border-radius: 12px;
  line-height: initial;
  cursor: pointer;
}

.tool-discount-button:hover{
  opacity: 0.7;
}

.upload-error-message{
  font-size: 12px;
  margin-top: -22px;
  margin-bottom: 25px;
  color: #ee2748;
  display: none;
}

#tool-offer-preview{
  display: none;
}

.offer-price{
  font-size: 16px !important;
  color: var(--font-color) !important;
  text-decoration: none !important;
}

.tool-discount-wrap.offer{
  border: 1px solid var(--light-color);
  margin-top: 0;
  margin-bottom: 0px;
}

.tool-discount-coupon-button{
  background: var(--white-color);
  color: var(--font-color) !important;
  border: 1px dashed var(--sub-color);
  padding: 12px 24px;
  cursor: unset;
  font-weight: 600;
  border-radius: 10px;
}
.tool-discount-coupon-button:hover{
  opacity: 1;
}

.hide{
  display: none;
}

.spinner:before{
  content: "";
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 15px;
  height: 15px;
  margin-top: -8px;
  margin-left: -10px;
  border-radius: 50%;
  border: 2px solid #fff0;
  border-top-color: #fff;
  border-left-color: #fff;
  animation: spinner .4s linear infinite;
}

@keyframes spinner {
  to {transform: rotate(360deg);}
}

@keyframes spinner-btn-sm {
  to {transform: rotate(360deg);}
}

.active-tab{
  color: var(--preview-top-banner-color) !important;
}

/* motion gradient */
.header-featured-background{
  animation: gradient 15s ease infinite;
  /* background: linear-gradient(rgb(59, 143, 221) 0%, rgb(255, 197, 243) 100%); */
  background: linear-gradient(#79abff 0%, #c199ff 100%);
  height: 100%;
  width: 100%;
}

@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}
/* motion gradient */

.header-featured-inner{
  right: 50%;
  bottom: 50%;
  transform: translate(50%,50%);
  position: absolute;
}

.header-featured-title{
  text-align: center;
  font-size: 32px;
  color: white;
  font-weight: 600;
  display: block;
  line-height: normal;
  white-space: nowrap;
  letter-spacing: -0.012em;
}

.header-featured-subtitle{
  font-size: 16px;
  font-weight: 400;
  color: white;
  max-width: 293px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.5em;
  text-align: center;
  margin-top: 20px;
  max-inline-size: max-content;
}

@media (max-width: 1050px){
  .header-featured-title{
    font-size: 28px;
  }
}

@media (max-width: 992px){
  .header-featured-title{
    font-size: 32px;
  }
}

@media (max-width: 576px){
  .header-featured-title{
    font-size: 22px;
    letter-spacing: -0.020em;
  }
  .header-featured-subtitle{
    font-size: 13.5px;
    margin-top: 12px;
  }
  .header-featured-inner{
    width: 75%;
  }
}

.header-explore-btn{
  width: auto !important;
  min-width: 150px !important;
}

.title-left, p.mp-subtitle.index-subtitle{
  margin-left: unset !important;
}

/* about modal */
.about-subtitle{
  font-size: 16px;
  line-height: 1.5em;
  color: var(--font-color);
  font-weight: 500;
}

.modal-divider {
  width: 100%;
  height: 1px;
  background: var(--light-color);
  margin-bottom: 25px;
}

.about-modal-creator-wrap{
  display: flex;
  justify-content: space-between;
}

.about-modal-creator, .about-modal-social-wrap{
  display: flex;
  align-items: center;
}

.about-modal-social-wrap{
  margin-right: 15px;
}

.about-modal-creator img{
  border-radius: 100px;
  width: 30px;
  height: 30px;
  margin: -2px 10px 0 0;
}

.about-modal-creator span{
  font-size: 15px;
  font-weight: 600;
  font-family: 'Inter';
  line-height: initial;
}

.about-modal-social-wrap svg{
  width: 18px;
}

.modal-about-desc{
  margin-bottom: 0px !important;
}

.about-modal-content{
  border: none;
  overflow-y: unset;
}

.sponsor-tool-modal-title-2{
  font-size: 20px;
  margin-top: -10px;
  display: block;
}

.sponsor-opportunities-items{
  margin-bottom: -5px !important;
  font-size: 15px;
  color: var(--font-color);
  display: flex;
  justify-content: space-between;
  white-space: nowrap;
}

.sponsor-opportunities-items span{
  color: var(--sponsor-badge-color);
  display: flex;
  justify-content: center;
  background: var(--sponsor-badge-background-color);
  padding: 1px 9px !important;
  border-radius: 80px;
  font-size: 10.5px;
  font-weight: 500;
  letter-spacing: normal;
  margin-left: 10px;
}

.sponsor-desc{
  margin-top: 25px;
  font-size: 15px;
}

.sponsor-modal-btn{
  background: var(--autocomplete-seperator-color);
  padding: 12px 16px;
  margin-bottom: 4px;
  display: block;
  width: fit-content;
  border-radius: 10px;
  font-size: 15px;
}

.sponsor-modal-link-copy{
  display: flex;
  align-items: center;
  margin-left: 16px;
  font-size: 15px;
  text-decoration: underline;
  font-weight: 500;
}

.top-banner-wrap{
  height: fit-content;
  background: var(--top-banner-wrap-background-color);
  margin-top: 15px;
  margin-bottom: -15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 80px;
}

.top-banner-left-layout span{
  font-size: 16px;
  font-weight: 540;
  letter-spacing: -0.0125em;
  color: var(--cascAIColor);
  line-height: 1.3em;
}

.top-banner-right-layout, .top-banner-left-layout{
  align-items: center;
  display: flex;
  margin: auto;
  justify-content: center;
}

.top-banner-right-layout .brand-img{
  width: 112px;
  margin-right: 40px;
}

.top-banner-right-layout .close-btn{
  cursor: pointer;
}

.top-banner-left-layout a, .top-banner-right-layout a{
  margin-left: 20px;
  font-size: 14px;
  color: #fff;
  background: #E90502;
  padding: 6px 14px;
  border-radius: 50px;
  font-weight: 500;
  display: flex;
  align-items: center;
  white-space: nowrap;
  gap: 3px;
}

.external_link_icon{
  fill: #fff;
}

.top-banner-left-layout a svg{
  width: 18px;
  margin-left: 4px;
}

.top-banner-wrap-sm{
  display: none;
}

@media (min-width: 576px){
.modal-about {
    max-width: 600px !important;
  }
  .modal-sponsor {
      max-width: 500px !important;
    }
}

@media (max-width: 992px){
.about-modal-body {
  padding: 20px 35px !important;
  }
}

@media (max-width: 576px){
.about-modal-body {
    padding-bottom: 30px !important;
  }
}

@media (max-width: 1100px){
  .top-banner-wrap{
    padding-left: 45px;
    padding-right: 45px;
  }
}

@media (max-width: 880px){
  .top-banner-left-layout span{
    font-size: 16px;
    line-height: 1.5em;
  }

  .top-banner-wrap-sm{
    display: flex;
  }
  .top-banner-wrap-lg{
    display: none;
  }

  .top-banner-left-layout.sm{
    display: grid;
    grid-gap: 8px;
  }

  .top-banner-left-layout-sm-brand-img{
    width: 95px;
    margin-bottom: 15px;
  }

  .top-banner-right-layout a{
    margin-right: 20px;
  }
}

@media (max-width: 768px){
  .top-banner-wrap {
    padding-left: 25px;
    padding-right: 25px;
  }
  .top-banner-right-layout a svg{
    width: 20px;
    margin-left: 5px;
  }
}

@media (max-width: 576px){
  .top-banner-left-layout-sm-brand-img{
    width: 90px;
  }
  .top-banner-left-layout span {
    font-size: 14px;
  }
  .top-banner-right-layout a{
    padding: 7px 11px;
  }
  .top-banner-right-layout a svg{
    width: 18px;
  }

  .categories-cards-wrap h5{
    font-size: 16px !important;
  }

  .categories-card-count{
    font-size: 14.5px !important;
  }

  .top-banner-right-layout {
    gap: 0px !important;
  }

}

.top-banner-left-layout a:hover {
    opacity: 0.7;
}

.charity-notice-badge{
  background: var(--wih-badge-background-color);
  color: var(--wih-badge-color) !important;
  /* background: #FFF2E7;
  color: #CC660A !important; */
}
/* about modal */

.wih-btn-wrap{
  border-radius: 6px !important;
  display: flex;
  align-items: center;
  background: var(--white-color);
  border: 1px solid var(--border-color);
  padding: 6px 6px;
  line-height: 1;
  position: absolute;
  top: 10px;
  z-index: 1;
  cursor: pointer;
  right: 10px;
}

@media (max-width: 500px){
  .tool-desc-method{
    display: block;
    margin-top: 10px;
  }
  span.tool-desc-method.date {
    display: initial;
    margin-top: 10px;
    margin-left: 4px;
    text-align: left;
    line-height: normal;
    font-size: 11px;
  }
}

/* submission preview */
.preview-banner-wrap{
  background: var(--preview-top-banner-background);
  padding: 16px 80px;
}

.preview-banner-detail{
  margin-top: 12px;
  border-top: 1px solid var(--white-color);
}

.preview-banner-left-layout span{
  font-size: 15px;
  font-weight: 400;
}

.preview-banner-left-layout a{
  display: inline-block;
  background: transparent;
  color: var(--preview-top-banner-color);
  margin-left: 0px;
  font-weight: 400;
  font-size: 15px;
}

@media (max-width: 880px){
  .preview-banner-wrap{
      display: block;
      padding-left: 20px;
      padding-right: 22px;
  }
}

@media (max-width: 568px){
  .preview-banner-left-layout span, .preview-banner-left-layout a{
    font-size: 14px;
  }
  .preview-banner-left-layout a{
    padding-right: 0px;
  }
  .preview-banner-detail div span a {
    padding-left: 0px;
  }
}

.gallery-notice-badge-just-added{
  color: var(--notice-badge-just-added-color) !important;
  background: var(--notice-badge-just-added-background-color) !important;
  margin-left: 8px;
}
/* submission preview */


/* feed categories suggestion */
.categories-bar {
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
    margin-top: 10px;
    margin-left: 15px;
    margin-right: 15px;
}

.feed-category-suggestion{
  display: inline-flex;
  font-weight: var(--title-font-weight);
  border: 1px solid var(--border-color);
  border-radius: var(--btn-full-border-radius);
  /* margin-right: 14px; */
  white-space: nowrap;
  flex-basis: fit-content;
  margin-right: 8px;


  padding: 10px 16px 10px;
  border-radius: 80px;
  /* border: 1px solid var(--category-border-color); */
  background-color: var(--white-color);
  color: var(--font-color);
  text-align: center;
  font-size: 17px;
  font-weight: 590 !important;
  line-height: 20px;
  text-transform: capitalize;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  /* border: 1px solid var(--search-background-color); */
}

.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
    content: '';
    color: #fff;
}

.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
    content: '';
    color: #fff;
}

.swiper-button-next svg, .swiper-button-prev svg{
  width: 18px;
  height: 18px;
}

.categories-nav .arrow-right{
    justify-content: flex-end;
    box-shadow: var(--white-color) 5px 0px 10px 15px;
}

.categories-nav .arrow-left {
    justify-content: flex-end;
    box-shadow: var(--white-color) -5px 0px 10px 15px;
}

a.arrow.arrow-right.swiper-button-next.swiper-button-disabled,
a.arrow.arrow-left.swiper-button-prev.swiper-button-disabled {
  display: none;
}

.categories-nav .arrow {
    display: flex;
    align-items: center;
    width: 20px;
    height: 42px;
    background: var(--white-color);
    z-index: 10;
    fill: black;
}

.feed-categories-wrapper .item-title:hover, .feed-categories-wrapper .item-title.active > span > div, .feed-categories-wrapper .item-title.active {
  background-color: var(--extra-light-color) !important;
}

.feed-categories-wrapper .item-title.active > span > div, .feed-categories-wrapper .item-title.active {
  color: var(--white-color) !important;
  background-color: var(--font-color) !important;
  font-weight: 620 !important;
}

/* .feed-categories-wrapper div:hover > span > div {
    color: var(--white-color);
} */

.feed-loadmore-wrap {
  border: 1px solid var(--header-submit-btn-border-color);
  border-radius: var(--layout-border-radius);
  padding: 20px 18px;
  margin: 25px 0px 25px;
  margin-top: 0px;
  margin-left: 5px;
  margin-right: 5px;
  cursor: pointer;
  display: flex;
}

.feed-loadmore-wrap span{
  font-size: 15px;
  font-weight: 550;
  line-height: 1.5;
  margin: auto;
  text-transform: capitalize;
  letter-spacing: normal;
}

.section-title-wrapper.feed-loadmore-wrap:hover {
    background: var(--extra-light-color);
    border: 1px solid var(--extra-light-color);
}

/* preview modal */
@media (min-width: 576px){
  .modal-preview-tool {
      max-width: 540px !important;
  }
}

.preview-tool-modal-content{
  overflow-x: hidden;
}

.preview-tool-modal-body{
  /* overflow-y: scroll; */
  height: 400px;
  padding-left: 40px !important;
  padding-right: 40px !important;
}

.preview-tool-modal-title{
  display: block;
  text-align: center;
  text-transform: unset;
}

.preview-tool-modal-subtitle{
  color: var(--sub-color);
  font-weight: 400;
  text-align: center !important;
  margin-top: -5px;
  margin-bottom: 30px !important;
}

.preview-modal-body-wrap{
  overflow-y: scroll;
  overflow-x: hidden;
}

.preview-modal-body-wrap::-webkit-scrollbar, .autocomplete-items::-webkit-scrollbar{
  width: 6px;
  background: transparent; /* make scrollbar transparent */
}

.preview-modal-body-wrap::-webkit-scrollbar-track, .autocomplete-items::-webkit-scrollbar-track{
	border-radius: 10px;
	background-color: transparent;
}

.preview-modal-body-wrap::-webkit-scrollbar-thumb, .autocomplete-items::-webkit-scrollbar-thumb{
	border-radius: 10px;
	background-color: var(--light-color);
}

.autocomplete-items::-webkit-scrollbar {
    width: 0px;
    background: transparent; /* make scrollbar transparent */
}

.preview-tool-image-wrap, .preview-tool-image-wrap img{
  border-radius: var(--layout-border-radius);
  border: 1px solid var(--extra-light-color);
  aspect-ratio: 243 / 137;
}

.preview-tool-card-title{
  display: block;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
}

.preview-tool-card-tool-item-title{
  font-size: 18px !important;
  margin: 0px;
  font-weight: 700;
  line-height: 27px !important;
  margin: 0px;
  font-family: 'Inter';
  font-weight: 600 !important;
  margin-bottom: 0px !important;
  margin-top: 20px !important;
}

.preview-modal-tool-item-title-wrap{
  margin-bottom: -2px !important;
}

.preview-tool-website-btn{
  height: 40px;
  border-radius: 12px;
  background: var(--font-color);
  justify-content: center;
  align-items: center;
  align-self: self-end;
  margin-top: 13px;
  font-size: 13.5px;
  padding: 7px 11px !important;
  display: flex;
  font-family: 'Manrope';
  font-weight: 500;
  width: unset !important;
}

.preview-tool-tool_desc p{
  margin-bottom: 15px;
  text-align: left;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 1.8em;
  font-size: 14px;
  font-family: 'Inter';
  color: var(--font-color);
}

.preview-tool-tool_desc_subheading{
  text-align: left !important;
  line-height: 41px;
  text-transform: capitalize;
  font-size: 16px;
  margin: 0px;
  margin-bottom: 8px !important;
  font-family: 'Inter';
  font-weight: 700 !important;
  font-size: 16px !important;
}

.preview-tool-tool_desc ol, .preview-tool-tool_desc li{
    font-size: 14px;
    line-height: 1.8em;
}

.popover {
  max-width: 100%;
  border-radius: var(--layout-border-radius);
  /* border: 1px solid var(--border-color); */
  border: none;
  box-shadow: 0 1px 10px 1px rgba(0,0,0,.10);
  font-family: 'Inter';
  z-index: 9999999999999999999;
}

.preview-tool-modal-featured-badge{
  margin: auto;
  width: fit-content;
  margin-top: -10px;
  margin-bottom: 25px;
}

.preview-tool-desc-p, .preview-tool-conclusion-p{
  white-space: pre-line;
}

@media (max-width: 850px){
  .popover{
    display: none;
  }
}

@media (max-width: 1200px){
  .categories-bar{
    margin-left: 10px;
    margin-right: 10px;
  }
}

@media (max-width: 768px){
  .categories-bar{
    /* display: none; */
  }
}

/* preview modal */

.sm-discount-num{
  font-size: 25px;
  font-weight: 400;
  margin-left: 8px;
  text-decoration: line-through;
  color: var(--white-color) !important;
  opacity: 0.8;
}
/* feed categories suggestion */

/* search autocomplete */
.search-ac-default-first-layout {
    padding: 18px 22px;
}
span.search-ac-default-layout-title {
  font-size: 15px;
  display: block;
  line-height: normal;
  font-weight: 600;
  letter-spacing: -0.0125em;
}
.themesflat-container.top-widget-menu-tab.search-ac-default-layout-categories-wrap {
    padding: 0px !important;
    justify-content: flex-start;
    margin-top: 24px;
    margin-bottom: 0px;
    margin-left: -10px;
}
.search-ac-default-layout-categories-wrap .item-title {
    font-size: 14px;
    padding: 6px 13px 6px;
}

.search-ac-default-divider{
  height: 1px;
  background: var(--autocomplete-seperator-color);
  margin-top: 10px;
  margin-bottom: 10px;
  display: block;
  margin-left: 22px;
  margin-right: 22px;
}

.search-ac-trending-tools-item {
  display: flex;
  align-items: center;
}

.search-ac-trending-tools-item img{
  width: 18px;
  height: 18px;
  border-radius: 4px;
  margin-right: 6px;
}

.search-ac-default-layout-categories-wrap .item-title:hover{
  background-color: var(--extra-light-color) !important;
}

.search-ac-default-layout-categories-wrap div:hover > span > div {
    color: var(--font-color);
}

@media (min-width: 1000px){
  .autocomplete-items{
    min-width: 700px;
    left: -160px;
  }
}

@media (max-width: 1250px){
  .autocomplete-items{
    left: -190px;
  }
}

@media (max-width: 1200px){
  .autocomplete-items{
    left: 0px;
  }
}

@media (max-width: 1150px){
  .autocomplete-items{
    left: 0px;
  }
}

@media (max-width: 1100px){
  .autocomplete-items{
    left: -30px;
  }
}

@media (max-width: 1000px){
  .autocomplete-items{
    left: 0px;
  }
}
/* search autocomplete */

@media (max-width: 768px){
  .widget-menu-tab, .top-widget-menu-tab{
    /* display: none !important; */
    background: var(--white-color);
    margin-bottom: 20px;
    padding-bottom: 10px;
    justify-content: unset;
    overflow-x: scroll;
    position: sticky;
    flex-wrap: unset;
    gap: 10px;
  }

  .widget-menu-tab, .top-widget-menu-tab::-webkit-scrollbar {
    width: 0px;
    background: transparent; /* make scrollbar transparent */
  }

  .top-widget-menu-tab .item-title{
    padding: 7px 13px 7px;
    font-size: 13.5px;
    line-height: 1.2em;
    display: flex;
    white-space: nowrap;
  }
}

.top-widget-menu-tab-sticky{
  position: fixed;
  top: 97px;
  /* margin-top: 87px; */
  background: var(--white-color);
  box-shadow: 0px 3px 9px -5px rgba(0, 0, 0, 0.05);
  z-index: 999;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  width: 100% !important;
}

.footer-content{
  padding-top: 12px;
  padding-bottom: 50px;
}

.footer-row{
  display: flex;
  flex-wrap: wrap;
}

.logo.footer-logo-col.footer-main-col.col-md-12.col-lg-2.col-xl-3 {
    padding-left: 0px;
    padding-right: 0px;
}

.social-icon {
  letter-spacing: normal;
  text-align: -webkit-match-parent;
  font-size: 14px;
  margin-right: 10px;
  margin-left: 10px;
  font-weight: 500;
  letter-spacing: normal;
}

.social-icons-list.footer-main-col.footer-main-links.col-md-12.col-lg-8.col-xl-6 {
  padding-top: 2px;
  display: flex;
  white-space: nowrap;
  justify-content: center;
  list-style: none !important;
}

.social-icons-list.footer-main-col.social-icons-wrap.col-md-12.col-lg-2.col-xl-3 {
  padding-left: 0px;
  padding-right: 0px;
}

.footer-copyright.flex-space-between {
  padding: 35px 0;
  padding-bottom: 0px;
  border-top: 1px solid var(--light-color);
  align-items: center;
  display: flex;
  justify-content: space-between;
  color: var(--sub-color);
  font-size: 14px;
  font-weight: 400;
}

span.copyright-text.footer-main-col.col-sm-12.col-md-6 {
  letter-spacing: normal;
  line-height: 18px;
  padding-left: 0px;
  padding-right: 0px;
}

ul.sub-footer-menu.footer-main-col.col-sm-12.col-md-6 {
  justify-content: end;
  display: flex;
  list-style: none;
  display: flex;
  letter-spacing: normal;
  line-height: 18px;
  padding-left: 0px;
  padding-right: 0px;
}

#footer {
  padding-left: 60px !important;
  padding-right: 60px !important;
  padding: 40px 0 25px;
  /* margin-top: 40px; */
  border-top: 1px solid var(--header-submit-btn-border-color);
  background: var(--extra-light-color);
}


/* NEW OPEN 9 FOOTER */
#footer.bg-white .icon-vt:before, #footer.bg-white .widget-menu ul li a, #footer.bg-white .title-widget {
    color: var(--white-color);
    font-family: 'Inter';
    letter-spacing: -0.02em;
}

.flex-grow {
    flex-grow: 1 !important;
}

.widget.widget-menu.style-1 ul , .widget.widget-menu.style-2 ul, .widget-menu.style-4 ul{
    padding-left: 0px !important;
    list-style: none;
}

#footer.bg-white .title-widget{
  font-weight: 600;
  font-size: 16px;
}

#footer.bg-white .footer-bottom p{
  font-size: 13px;
}

.widget-menu ul li {
    margin-bottom: 14px;
}

#footer.bg-white .footer-bottom ul li a, #footer.bg-white .footer-bottom p {
    font-size: 13px;
}

.footer-bottom p{
  font-family: 'Inter';
  letter-spacing: normal;
  font-weight: 400;
}

.flex-grow {
  flex-grow: 0.55 !important;
}

#footer.bg-white .widget {
    margin-right: 80px;
}

.footer-subtitle{
  font-size: 15px;
  line-height: 1.65em;
  margin-top: 25px;
  max-width: 300px;
  letter-spacing: -0.02em;
  color: var(--sub-color);
}

#footer.bg-white .footer-bottom {
    border-color: #141414;
}

#footer {
  padding-left: 50px !important;
  padding-right: 50px !important;
}

.footer-content {
  padding-bottom: 5px;
}

.footer-bottom ul li {
    list-style: none;
}



/* White new FOOTER */
#footer.bg-white {
    /* background-color: #fbfbfb; */
    background-color: var(--white-color);
}

#footer.bg-white .title-widget{
  color: var(--font-color);
}

#footer.bg-white .icon-vt:before, #footer.bg-white .widget-menu ul li a, #footer.bg-white .title-widget {
    color: var(--font-color);
}

#footer.bg-white .footer-bottom {
    border-color: var(--footer-bottom-seperator-color);
}

.footer-notice-badge{
  background-color: var(--soon-background-color);
  color: var(--soon-badge-color);
  font-weight: 500;
  font-size: 10px;
  padding: 1px 6px;
  border-radius: 4px;
  display: inline-flex;
  letter-spacing: normal;
  vertical-align: middle;
  line-height: 1.5em;
  white-space: nowrap;
  margin-left: 3px;
}
/* white new footer */

@media (max-width: 568px){
  #footer {
      padding: 30px 0 25px;
      padding-left: 35px !important;
      padding-right: 35px !important;
  }
  svg#logo_footer {
    width: 135px;
  }
  .logo-footer {
    text-align: left;
  }
  .footer-bottom{
    margin-top: 25px;
  }
}

/* NEW OPEN 9 FOOTER */

.pulse-badge-wrap{
  background-color: var(--new-tools-pulse-badge-wrap-color);
  animation: pulse 1.5s infinite;
  width: 10px;
  height: 10px;
  border-radius: 900px;
  display: inline-flex;
  margin: auto;
  margin-right: 5px;
}

.pulse-badge-inner{
  width: 4px;
  height: 4px;
  background-color: #2463eb;
  border-radius: 900px;
  display: inline-flex;
  margin: auto;
}

.navbar-box-shadow{
  box-shadow: 0px 3px 9px -5px rgba(0, 0, 0, 0.05);
}

.navbar-box-shadow-none{
  box-shadow: unset !important;
}

@media (max-width: 568px){
  .autocomplete-items{
    width: 100vw;
    left: -70px;
  }
}

/* Changelog */
.changelog-container{
  max-width: 900px;
}

.changelog-item-card{
  background: var(--extra-light-color);
}

.changelog-item-card-inner{
  justify-content: left;
}

.changelog-item-card-date{
  text-align: left;
  font-size: 14px !important;
}

.changelog-item-card-title{
  font-weight: 400;
  color: var(--font-color);
  text-align: left;
  margin-top: 6px;
  font-size: 16px;
}

.changelog-item-card-body{
  font-weight: 400;
  color: var(--sub-color);
  text-align: left;
  margin-top: 14px;
  font-size: 14.5px;
  max-width: 700px;
  letter-spacing: normal;
  line-height: 1.6em;
}

/* changelog badge */
.changelog-item-container{
  display: flex;
  position: relative;
}
.changelog-item-container::before {
    background: var(--selection-color);
    content: "";
    height: 100%;
    left: -26px;
    position: absolute;
    top: 20px;
    width: 2px;
    z-index: -1;
}

.changelog-item-container-first::before {
    background: var(--changelog-selection-line-color-first);
    height: 80%;
}

.uk-badge {
    box-sizing: border-box;
    min-width: 22px;
    height: 22px;
    padding: 0 5px;
    border-radius: 500px;
    vertical-align: middle;
    background: var(--changelog-badge-color);
    color: #fff;
    font-size: .875rem;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    width: 30px;
    height: 30px;
}

.uk-timeline-icon{
  left: -40px;
  position: absolute;
}

.uk-icon {
    margin: 0;
    border: none;
    border-radius: 0;
    overflow: visible;
    font: inherit;
    color: inherit;
    text-transform: none;
    padding: 0;
    background-color: transparent;
    display: inline-block;
    fill: currentcolor;
    line-height: 0;
}
/* changelog badge */

@media (min-width: 1000px){
  .changelog-item-container{
      margin-bottom: 0px;
  }
  .changelog-item-card{
    left: 40px;
    margin-bottom: 40px !important;
  }
}

@media (max-width: 1030px){
  .uk-timeline-icon{
    display: none;
  }
  .changelog-item-container::before, .changelog-item-container-first::before{
    display: none;
  }
}
/* Changelog */

/* nav dropdown btn */
.nav-dropdown-menu {
  /* border: 1px solid var(--light-color); */
  height: 44px;
  width: 44px;
  padding: 12px 12px;
  margin-left: 20px;
  border-radius: 14px;
  display: flex;
  margin-top: 6px;
}

.dropdown-menu.show,.dropdown-menu {
  border-radius: var(--layout-border-radius);
  /* box-shadow: var(--dropdown-box-shadow); */
  box-shadow: rgb(20 20 20 / 20%) 0px 2px 8px 0px;
  border: none;
  padding: 12px 14px 12px 6px;
  margin-top: 15px;
  left: -44px !important;
  background: var(--dropdown-color);
  max-width: 210px;
  width: 210px;
}
svg.theme_collapse_icon{
  cursor: pointer;
}

a.dropdown-item, button.dropdown-item, div.dropdown-item {
  font-size: 15px;
  color: var(--font-color);
  letter-spacing: -0.02em;
  font-weight: 600;
  padding: 12px 6px;
  display: flex;
  align-items: center;
  gap: 4px;
  padding-left: 10px;
  padding-right: 50px;
  border-radius: 10px;
}

.custom-nav-dropdown{
  line-height: unset;
  height: unset;
}

a{
  cursor: pointer;
}

.dropdown-item.active, .dropdown-item:active {
  color: var(--font-color);
  text-decoration: none;
  background-color: var(--extra-light-color);
}

.nav-dropdown-menu:hover{
  background: var(--extra-light-color);
  border-radius: 900px;
}

.nav-dropdown-menu-collapsible-wrap{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.dropdown-item:focus, .dropdown-item:hover {
    color: var(--font-color);
    text-decoration: none;
    background-color: unset;
    opacity: 0.7;
}

/* nav dropdown btn */

svg.feather.feather-plus {
    stroke: var(--font-color);
}

svg path{
  fill: var(--font-color);
}

svg.lucide.lucide-heart-handshake path{
  fill:unset;
}

.popover{
  background-color: var(--white-color);
}

svg.visit_site_icon path{
  fill: var(--white-color);
}

/* dropdown collapsible items */
.collapsible_item{
  margin-left: 30px;
}

.collapsible_item:focus, .collapsible_item:hover{
  background-color: unset !important;
  opacity: 0.8;
}

.collapse{
  display: none;
}

.flip {
  transform: rotate(-180deg);
}

.top-main-btn{
  width: auto !important;
  min-width: 140px;
}

@media (max-width: 768px){
  .nav-dropdown-menu{
    border-color: transparent;
    margin-left: -8px;
    padding-right: 0px;
    justify-content: end;
  }
  .nav-dropdown-menu:hover{
    background: none;
  }
  .dropdown-menu.show{
    left: -15px !important;
  }
}

[data-color-scheme="dark"] {
  color-scheme: dark;
}

[data-color-scheme="light"] {
  color-scheme: light;
}

.dropdown-item-sm, .dropdown-seperator{
  display: none !important;
}


.collapsible_item {
  margin-left: 15px;
}

@media (max-width: 1200px){

  .left-nav{
    display: none !important;
  }

  .dropdown-item svg {
    display: none;
  }

  .dropdown-item-sm, .dropdown-seperator{
    display: flex !important;
  }
  a.dropdown-item{
    padding: 12px 10px;
  }
  /* .collapsible_item {
    margin-left: 15px;
  } */
  a.dropdown-item.dropdown-item-sm, a.dropdown-item.dropdown-item-sm:hover,
  button.dropdown-item.dropdown-item-sm, a.dropdown-item.dropdown-item-sm:hover,
  div.dropdown-item.dropdown-item-sm, a.dropdown-item.dropdown-item-sm:hover {
    color: var(--font-color);
  }
  .dropdown-seperator{
    height: 1px;
    background: var(--autocomplete-seperator-color);
    margin: 7px 0px 5px 7px;
  }
}
@media (max-width: 991px){
  p.mp-subtitle.index-subtitle {
      margin-left: inherit !important;
  }
}

@media (max-width: 568px){
  #footer .title-widget {
    margin-bottom: 12px;
  }
  .widget-menu ul li {
    margin-bottom: 6px;
  }
  .footer-subtitle{
    margin-top: 18px;
  }
  .text-bid{
    letter-spacing: -0.003em;
  }
  .facts-text span{
    letter-spacing: -0.002em;
  }
}

/* gallery save btn */
.gallery-save-btn-inner-wrap{
  display: flex;
  align-items: center;
  background: var(--white-color);
  border: 1px solid var(--autocomplete-seperator-color);
  border-radius: 8px;
  padding: 6px 6px;
  line-height: 1;
  position: absolute;
  right: 42px;
  top: 22px;
  z-index: 1;
  cursor: pointer;
}
/* gallery save btn */

.gallery-save-btn{
  display: none;
}

/* .tf-card-box.style-1 .card-media:hover + .tool-save-btn-wrap{
  display: block !important;
}

.tool-save-btn-wrap:hover{
  display: block;
} */

@media (max-width: 992px){
  /* .tool-save-btn-wrap {
      display: none !important;
  } */
  .tf-card-box.style-1 .card-media:hover + .tool-save-btn-wrap {
    display: none !important;
  }
}
/* dropdown collapsible items */

svg.open-button.toast-icon.toast-success-icon path {
    fill: #0ABF30;
}

svg.open-button.toast-icon.toast-error-icon path {
    fill: var(--toast-error-icon-color);
}

/* facts */
.facts-text{
  font-size: 12px;
  /* display: flex; */
  gap: 0px;
  margin-top: 5px;
  display: flex;
  font-weight: 450;
  width: fit-content;
}
.facts-text span{
  letter-spacing: -0.0125em;
  color: var(--sub-color);
  white-space: nowrap;
}

.tool-fact-divider{
  font-size: 8px;
  margin-right: 3px;
  margin-left: 1px;
  font-weight: 900;
}

.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}

.tooltip .arrow, .bs-tooltip-top .arrow {
    bottom: 0;
}
.tooltip .arrow {
    position: absolute;
    display: block;
    width: .8rem;
    height: .4rem;
}

.tooltip .arrow::before, .bs-tooltip-top .arrow::before {
    top: 4px;
    border-width: .4rem .4rem 0;
    border-top-color: var(--font-color) !important;
}

.tooltip .arrow::before {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid;
}

.tooltip{
  font-size: 11px;
  top: -5px !important;
  letter-spacing: normal;
  font-family: 'Inter';
  border-radius: 4px;
}

.tooltip-inner {
  max-width: 200px;
  padding: 4px 9px;
  color: var(--white-color);
  text-align: center;
  background-color: var(--font-color);
  border-radius: 5px;
}

span.uk-icon svg path{
  fill: var(--white-color);
}
/* facts */


/* nav left dropdown menu */
.nav-left-dropdown-menu{
  position: absolute !important;
  padding: 14px !important;
  max-width: unset !important;
  width: fit-content !important;
  min-width: 460px;
}
.nav-left-dropdown-item{
  display: flex;
  align-items: center;
  padding: 10px;
  margin-bottom: 10px;
}


.nav-left-dropdown-item-img-wrap{
  padding: 13px;
  width: 46px;
  height: 44px;
  background: var(--extra-light-color);
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  border-radius: 12px;
  margin-right: 11px;
}

.nav-left-dropdown-item-details-wrap div{
  line-height: normal;
  font-size: 14.5px;
}

.nav-left-dropdown-item-details-wrap span{
  font-size: 14px;
  color: var(--sub-color);
  letter-spacing: normal;
  line-height: 1.5em;
  letter-spacing: -0.015em;
}

#nav-dropdown-item-recent svg path{
  /* fill: var(--notice-badge-just-added-color); */
  fill: #111;
}

.dropdown-item.nav-left-dropdown-item:hover {
  background: linear-gradient(141deg, var(--white-color) -10%, var(--extra-light-color) 100%);
  border-radius: var(--layout-border-radius);
  opacity: 1;
}

#nav-dropdown-item-recent{
  /* background: var(--notice-badge-just-added-background-color);
  fill: var(--notice-badge-just-added-color); */
  background: #E0E7FF;
}

#nav-dropdown-item-featured{
  background: var(--featured-badge-background-color);
  background: #DBEAFE;
}

#nav-dropdown-item-featured svg path{
  /* fill: var(--featured-badge-color) !important; */
  fill: #111 !important;
}

#nav-dropdown-item-discover{
  background: var(--nav-dropdown-discover-background);
  background: #FFE4E6;
}

#nav-dropdown-item-editors-choice{
  background: var(--nav-dropdown-editors-choice-background);
  background: #FFEDD5;
}

#nav-dropdown-item-editors-choice svg path{
  fill: var(--nav-dropdown-editors-choice-color);
  fill: #111;
}

#nav-dropdown-item-discover svg path{
  fill: #111111 !important;
}

.dropdown:hover .nav-left-dropdown-menu {
    display: block;
    margin-top: 0;
}
/* nav left dropdown menu */

/* nav left categories menu */
.nav-left-categories-dropdown-menu{
  width: 650px !important;
  padding: 14px 18px !important;
}

.nav-left-categories-dropdown-menu-item-title{
  font-size: 15px;
}

.nav-left-categories-dropdown-menu-item {
  display: grid;
  grid-gap: 0px;
  /* margin-top: 20px; */
  font-size: 14px;
  border-right: 1px solid var(--light-color);
}

.nav-right-categories-dropdown-menu-item{
  border-right: none;
}

.nav-right-categories-dropdown-menu-item span{
  color: var(--font-color) !important;
  font-weight: 500;
}

.nav-right-categories-dropdown-menu-item-single{
  display: flex;
  justify-content: space-between;
}

.nav-left-categories-dropdown-menu-item a:hover {
  background: var(--extra-light-color);
  border-radius: 10px;
}

.nav-categories-dropdown-menu-item-col-lg{
  padding-left: 4px;
  padding-right: 0px;
}

.nav-left-categories-dropdown-menu-item a {
  padding: 10px;
  margin-left: 10px;
  margin-right: 10px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 600;
}

.nav-categories-dropdown-menu-item-col-sm{
  padding-left: 0px;
  padding-right: 0px;
}

.categories-dropdown-container{
  padding-left: 0px;
  padding-right: 0px;
  width: 100%;
}

.nav-right-categories-dropdown-menu-item span:hover {
    /* background: var(--white-color); */
    opacity: 0.8;
}

.nav-right-categories-dropdown-menu-item-single span.count{
  color: var(--sub-color) !important;
}

.active-categories-menu{
  background: var(--extra-light-color);
  border-radius: 10px !important;
}

.nav-right-categories-dropdown-menu-item-single:hover {
    background: var(--white-color) !important;
}


/* gallery card new style */
.tf-card-box.style-1.gallery {
  padding: 14px;
  border-radius: 24px;
  /* background: var(--white-color); */
  background: var(--extra-light-color);
  /* border: 1px solid var(--autocomplete-seperator-color); */
  margin-bottom: 0px;
  height: 100%;
  display: block;
}

.text-bid{
  color: var(--sub-color);
  text-align: center;
  padding-left: 18px;
  padding-right: 18px;
}

.tool-icon-wrap{
  display: flex;
  justify-content: center;
}

.tool-icon-wrap img{
  border-radius: 20px;
  width: 68px;
  height: 68px;
  margin-top: -60px;
  position: relative;
  background: var(--white-color);
  padding: 5px;
}

.tool-item-content-wrap{
  margin-top: 15px;
}

.item-info{
  justify-content: center;
  text-align: center;
}

.meta-info.flex.items-center.justify-between{
  justify-content: center;
  margin-bottom: 45px;
}

.tf-card-box.style-1 .divider{
  margin-top: 8px;
}

.facts-text{
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 14px;
  width: max-content;
}

span.item-category {
  padding-right: 0px;
  padding-left: 0px;
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.gallery-notice-badge-wrap {
  display: none;
}

.col-xl-4.col-lg-4.col-md-6.col-sm-6.post_wrap, .wow.fadeInUp.col-xl-4.col-lg-6.col-md-6.col-sm-12.animated {
    margin-bottom: 40px;
}

span.item-category {
  bottom: 0;
  margin: 0px 0 13px 0;
  display: flex;
  justify-content: center;
  width: 100%;
  position: absolute;
  left: 0px;

  width: 200px;
  left: calc(50% - 100px);
  cursor: pointer;
}

.tf-card-box.style-1.gallery:hover {
  background: var(--search-background-color);
  cursor: pointer;
}

.new-badge{
  left: 0px;
  width: fit-content;
  margin-left: 10px;
  background: #3bbb96;
  color: #fff;
  font-weight: 600;
  line-height: 1.1em;
  letter-spacing: -0.02em;
}

.wih-badge{
  background: #d32f30;
}

.screenshot-btns.wih-btn{
  display: none;
}

.fav-counter.screenshot-like-btn.wih-btn-wrap.new-badge.featured-badge {
    background: #5053e5 !important;
}

.header-featured-item-info{
  justify-content: left;
}

.tool-default-favicon-name{
  color: black;
  z-index: 1;
  position: absolute;
  font-size: 26px;
  margin-top: -39px;
  margin-right: auto;
  font-weight: 500;
}

.tool-default-favicon-name-category-excerpt{
  color: black;
  z-index: 1;
  position: absolute;
  font-size: 26px;
  margin-top: 17px;
  margin-left: 21px;
  margin-right: auto;
  font-weight: 500;
}

.admin-default-favicon-wrap{
  display: flex;
  align-items: flex-start;
  margin-left: auto;
  margin-right: 0;
}

.admin-default-favicon-wrap input{
  width: 15px;
  margin-right: 5px;
}

.admin-favicon-fieldset{
  margin-bottom: 15px;
  display: flex;
}

.admin-website-input-wrap{
  display: flex;
  align-items: center;
}

.admin-website-input-wrap input{
  height: 50px;
}

.admin-website-input-wrap img{
  width: 65px;
  height: 65px;
  margin-left: 20px;
  border-radius: 20px;
}

.resource-badge {
    background: #0096ed;
}

@media (max-width: 890px) {
    .nav-left-dropdown-item-img-wrap svg {
        display: block !important;
    }
}

@media (max-width: 568px){
  .tool-item-content-wrap.header-featured-details-wrap{
    margin-top: -86px !important;
  }
  .tool-icon-wrap img{
    width: 60px;
    height: 60px;
    margin-top: -55px;
  }
  .wih-btn-wrap{
    padding: 6px 6px;
  }
}

.nav-new-notice{
  font-size: 9px;
  margin-top: -10px;
  position: absolute;
  color: rgb(119, 121, 245);
  font-weight: 600;
  display: none;
}

.top-banner-right-layout .close-btn path{
  fill: var(--top-banner-close-icon-color);
}

path.cascAINameColor{
  fill: var(--cascAIColor);
}

.top-banner-right-layout {
    gap: 30px;
    margin-top: -2px;
}

.top-banner-left-layout.sm svg {
    /* width: 130px; */
}

.top-banner-wrap-sm.x-sm{
  display: none;
}

@media (max-width: 880px){
  .top-banner-left-layout span{
    font-size: 15px;
    line-height: 1.5em;
    margin-top: 6px;
  }
  .top-banner-right-layout{
    gap: 4px;
  }
}


@media (max-width: 768px){
  .top-banner-left-layout span{
    font-size: 15px;
    margin-top: 6px;
    display: block;
    color: var(--font-color);
    font-weight: 500;
    line-height: 1.5em;
    letter-spacing: -0.0125em;
  }
  svg.close-btn.top-banner-wrap-close-btn {
    margin-top: 0px !important;
  }
  .top-banner-left-layout.sm svg{
    height: 18px !important;
  }
}

@media (max-width: 568px){

  .top-banner-left-layout span{
    margin-top: 0px;
  }

  .facts-text-p{
    font-size: 12.5px !important;
  }

  .top-banner-wrap-sm{
    display: none;
  }
  .top-banner-wrap-sm.x-sm{
    display: block;
  }
  .top-banner-wrap.top-banner-wrap-sm.x-sm{
    display: block;
  }
  .top-banner-left-layout.sm.x-sm{
    display: flex;
    justify-content: space-between;
  }
  .top-banner-left-layout.sm svg{
    /* width: 120px; */
    height: 18px !important;
  }
  .top-banner-right-layout.x-sm a{
    padding: 5px 14px;
    gap: 0px;
  }
  .top-banner-right-layout.x-sm a span{
    line-height: inherit;
    color: #fff;
    font-size: 12px;
    letter-spacing: -0.0125em;
  }
  .top-banner-right-layout.x-sm a svg{
    width: 14px;
  }
  .top-banner-tagline.x-sm{
    font-size: 14px;
    margin-top: 15px;
    display: block;
    color: var(--font-color);
    font-weight: 500;
    line-height: 1.5em;
    letter-spacing: -0.0125em;
  }

  .top-banner-right-layout.x-sm svg.close-btn.top-banner-wrap-close-btn{
      width: 22px;
  }

  .new-badge{
    line-height: 1em;
  }
}

@media (max-width: 800px){
  .sm-d-none{
    display: none;
  }
}

.new-tools-notice{
  cursor: pointer;
}

p.text-bid.facts-text.toolPreviewModal-facts-text {
  margin-top: -7px;
  margin-bottom: 13px;
  font-size: 13px;
}

.tooltip.show {
    opacity: 1;
}

.nav-searchbar-wrap{
  display: flex;
  align-items: center;
}

.nav-searchbar-ctrl-k{
  position: absolute;
  left: inherit;
  right: 0;
  padding: 10px;
  margin-right: 8px;
  font-size: 10.5px;
  line-height: normal;
  color: var(--top-banner-close-icon-color);
  cursor: pointer;
  /* seperated */
  display: flex;
  gap: 4px;
}

.nav-searchbar-ctrl-k-1, .nav-searchbar-ctrl-k-2{
  background: var(--white-color);
  border-radius: 5px;
  color: var(--sub-color);
}

.nav-searchbar-ctrl-k-1{
  padding: 3px 5px;
  cursor: pointer;
}

.nav-searchbar-ctrl-k-2{
  padding: 3px 6px;
}

.searchShuffleIcon{
  display: flex;
}

.searchShuffleIcon path{
  fill: rgb(119, 121, 245);
}

#nav-searchbar-shuffle-icon{
  display: none;
}

#nav-searchbar-ctrl-k{
  display: none;
}

.nav-theme-dropdown-wrap{
  display: flex;
  align-items: center;
}

.categories-filter-tab-wrap{
  justify-content: space-between;
  display: flex;
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 10px;
  align-items: baseline;
}

/* categories dropdown */
.top-widget-menu-tab{
  margin-bottom: 0px;
}
.dropdown.categories-filter-dropdown button{
  color: var(--font-color) !important;
  border: 1px solid var(--category-border-color) !important;
  background: transparent !important;
  padding: 10px 14px 10px;
  font-size: 14px;
  font-weight: 550;
  font-family: 'Inter';
  letter-spacing: -0.01em;
  line-height: 20px;
  height: unset;
  margin-right: 20px;
}

.dropdown.categories-filter-dropdown button:focus{
  box-shadow: none;
}

.dropdown.categories-filter-dropdown .dropdown-menu.show{
  left: 0px !important;
}

.dropdown.categories-filter-dropdown.categories-filter-dropdown-sort .dropdown-menu.show{
  left: -52px !important;
}

.filter-dropdow-toggle svg{
  width: 14px !important;
  height: 14px !important;
  position: absolute;
  right: 6px;
}

.dropdown-toggle::after{
  display: none;
}

.dropdown .btn-secondary:hover svg path{
  stroke: none;
}

.category-top-widget-menu-tab{
  padding-left: 70px !important;
  padding-right: 70px !important;
}

.category.swiper-button-next svg, .category.swiper-button-prev svg{
  width: 15px;
  height: 15px;
}

.category-dropdown-menu{
  padding: 12px !important;
  max-width: 191.22px !important;
  width: 182px !important;
}

.category-filter-active{
  background: var(--autocomplete-seperator-color);
  border-radius: 8px !important;
  font-weight: 550 !important;
}

.category-filter-active:hover{
  background: var(--autocomplete-seperator-color) !important;
  opacity: 1 !important;
}

.category-page-bar{
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
  margin-top: 10px;
  margin-left: 15px;
  margin-right: 15px;
}

.category-dropdown-item{
  justify-content: space-between;
  padding: 10px 8px !important;
}

.category-sort-dropdown-menu{
  max-width: 191.22px !important;
  width: 170px !important;
}

.categories-nav{
  display: none;
}

@media (max-width: 1350px){
  .category-page-swiper-wrapper{
    max-width: 650px;
  }
}

@media (max-width: 1200px){
  .category-page-bar{
    margin-left: 10px;
    margin-right: 10px;
  }
  .category-page-swiper-wrapper{
    max-width: 500px;
  }
  .categories-filter-tab-wrap{
    margin-left: 0px;
    margin-right: 0px;
  }
  .dropdown.categories-filter-dropdown.categories-filter-dropdown-sort .dropdown-menu.show{
    left: -35px !important;
  }
}

@media (max-width: 992px){
  .category-page-swiper-wrapper{
    max-width: 400px;
  }
}

@media (max-width: 950px){
  .categories-filter-tab-wrap{
    flex-direction: row;
    flex-wrap: wrap;
  }
  .dropdown.categories-filter-dropdown{
    width: fit-content;
  }

  .themesflat-container.top-widget-menu-tab.category-top-widget-menu-tab{
    order: 3;
    width: calc(100% + 30px);
    margin: 15px -15px 0;
    padding: 15px 0 0;
    /* border-top: 1px solid #f3f3f4; */
    padding-left: 0px !important;
    padding-right: 0px !important;
    padding-top: 0px;
    margin-bottom: -15px;
  }

  .category-page-bar{
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
  }
}

@media (max-width: 890px) {
  .category-filter-icon svg {
    display: block !important;
  }
}

@media (max-width: 768px){
  .dropdown.categories-filter-dropdown.categories-filter-dropdown-sort .dropdown-menu.show{
    left: -15px !important;
  }

  .feed-category-suggestion{
    padding: 7px 13px 7px;
    font-size: 13.5px;
    line-height: 1.2em;
    display: flex;
    white-space: nowrap;
  }

  .swiper-button-next svg, .swiper-button-prev svg {
    width: 15px;
    height: 15px;
  }
  .feed-categories-wrapper .item-title.active > span > div, .feed-categories-wrapper .item-title.active {
    /* color: var(--font-color) !important;
    background-color: var(--extra-light-color) !important; */
  }
}

@media (max-width: 576px){
  .category-page-bar{
    padding-left: 15px;
    padding-right: 15px;
    overflow-x: scroll;
  }
  .categories-bar{
    overflow-x: scroll;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: -5px !important;
  }
  .category-page-bar, .categories-bar{
    -ms-overflow-style: none;  /* Internet Explorer 10+ */
    scrollbar-width: none;  /* Firefox */
}
.category-page-bar::-webkit-scrollbar, .categories-bar::-webkit-scrollbar {
    display: none;  /* Safari and Chrome */
}
  .themesflat-container.top-widget-menu-tab.category-top-widget-menu-tab{
    margin-top: -10px !important;
    margin-bottom: -30px;
    padding-right: 5px !important;
  }
  .category-page-bar, .categories-bar{
    margin-bottom: 10px;
    margin-top: 0px;
  }
  .dropdown.categories-filter-dropdown button, .categories-filter-tab-wrap{
    margin-bottom: 35px;
  }
  .categories-nav{
    display: none;
  }
  .top-widget-menu-tab-sticky{
    width: 97% !important;
  }
  .new-tools-notice{
    font-size: 12px;
  }
}
/* categories dropdown */

/* gallery card new style */

.feedback-modal-btn{
  position: fixed;
  bottom: 60px;
  color: var(--white-color);
  background: var(--font-color);
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px 0px rgba(0, 0, 0, 0), 0px 1px 0px 0px inset rgba(255, 255, 255, 0.1), 0px -1px 0px 0px inset rgba(255, 255, 255, 0.02), 1px 0px 0px 0px inset rgba(255, 255, 255, 0.03), -1px 0px 0px 0px inset rgba(255, 255, 255, 0.03);
  font-size: 13px;
  font-weight: 550;
  font-family: 'Inter';
  padding: 6px 12px;
  border-radius: 8px 8px 0px 0px;
  right: -28px;
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
  z-index: 999;
  height: unset;
}

.feedback-modal-btn:hover, .feedback-modal-btn:focus{
  color: var(--white-color);
  background: var(--font-color);
  opacity: 1;
}

@media (min-width: 768px){
  .feedback-modal-btn{
    bottom: 0px;
    right: 0px;
    -webkit-transform: unset;
    -moz-transform: unset;
    -ms-transform: unset;
    transform: unset;
    border-radius: 10px 0px 0px;
  }
}

@media (max-width: 568px){
  .feedback-modal-btn{
    /* display: none; */
    padding: 4px 10px;
    font-size: 12px;
    padding-bottom: 10px;
  }
}


/* featured websites */
.featured-directories-wrap{
  margin-top: 30px;
  align-items: center;
  max-width: 680px;
}

.featured-directories-text{
  font-family: 'Inter';
  font-size: 14px;
  font-weight: 500;
  color: var(--header-featured-on-color);
  white-space: nowrap;
}

.featured-tools-icons{
  display: flex;
  align-items: center;
  gap: 24px;
  width: fit-content;
  padding-left: 15px;
  padding-right: 15px;
}

.featured-tools-icons svg path {
    fill: #737373;
}

.icon-background-color{
  fill: var(--white-color) !important;
}

@media (min-width: 576px) {
  .feedback-modal-dialog {
      max-width: 390px !important;
  }
}

@media (max-width: 992px) {
  .featured-directories-wrap {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
  }
}

@media (max-width: 576px) {
  .featured-directories-wrap{
    margin-bottom: 35px;
  }
  .featured-directories-text {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
    width: auto;
    text-align: center;
  }
  .featured-tools-icons{
    justify-content: center;
    width: 100%;
    gap: 18px;
    padding-left: 5px;
    padding-right: 5px;
  }
  .wdn_featured_icon{
    /* display: none; */
  }
  .header_featured_icons_wrap{
      margin-top: 25px;
  }
}


.featured_icon img {
  border-radius: 50%;
  position: relative;
  left: -5px;
  margin-left: -20px;
  z-index: 1;
  border: 4px solid var(--white-color);
  width: 40px;
}

.header_featured_icons_wrap {
  direction: rtl;
  text-align: left;
  padding-left: 25px;
  margin-top: 25px;
}

.header_featured_products_wrap{
  width: 100%;
  display: flex;
  align-items: end;
}

.header_featured_icons_count{
  font-family: 'Inter';
  font-size: 13px;
  font-weight: 500;
  color: var(--header-featured-on-color);
  /* margin-left: 6px; */
  line-height: 1.8em;
}

.header_featured_icons_count span{
  font-weight: 600;
}

.featured_icon img:hover{
  z-index: 99999999999999;
  position: relative;
}

@media (min-width: 568px) {
  .main-header-container{
    /* margin-top: -15px !important; */
    margin-top: 0px !important;
  }
}

.header_featured_icons_count_wrap{
  display: block;
  margin-left: 10px;
}

a.toast-msg-wrap.bottom-banner {
  background-color: hsl(0deg 0% 100%);
  box-shadow: rgb(50 50 50 / 20%) 0px 2px 8px 0px;
}

.header_featured_icons_count_wrap .rating{
  display: flex;
  width: 60px;
  margin-bottom: 2px;
  gap: 1px;
}

.header_featured_icons_wrap a{
  cursor: pointer;
}

svg.svelte-g0yi58 {
    height: auto;
}

@media (max-width: 992px) {
  .header_featured_products_wrap{
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
    margin-top: -35px;
    margin-bottom: 20px;
  }
}

@media (max-width: 576px) {
  .featured_icon img{
    width: 35px;
  }
  .header_featured_icons_count{
    font-size: 12px;
  }
  .header_featured_icons_count_wrap .rating{
    width: 50px;
  }

  .header_featured_icons_count_wrap{
    margin-left: 4px;
  }
}

@media (max-width: 395px) {
  .sponsor-opportunities-items span{
    display: none;
  }
}

.related-tags-first{
  text-transform: none !important;
}

/* new product page */
.product-page-top-wrap{
  align-items: center;
  gap: 15px;
}

.product-page-top-wrap img{
  width: 75px;
  height: 75px;
  border-radius: 20px;
  border: 1px solid var(--extra-light-color);
}

.product-page-title{
  font-size: 32px !important;
  color: var(--font-color);
  font-weight: 700;
  font-family: 'Inter';
  letter-spacing: -0.017em;
  margin-bottom: 10px !important;
  margin-top: 5px !important;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.2em;
}

.product-page-subtitle{
  font-size: 18px;
  text-align: left;
  margin-left: 0;
  max-width: 670px;
}

.p-page-main-wrap{
  padding-top: 40px;
}

.p-page-sidebar{
  margin-top: 180px;
}

.product-breadcrumb-wrap{
  display: flex;
  font-size: 15px;
  font-weight: 500;
  color: var(--font-color);
  white-space: nowrap;
  margin-bottom: 40px;
  align-items: center;
  gap: 6px;
}

.product-breadcrumb-wrap svg{
  width: 14px;
  height: 14px;
}

.product-breadcrumb-wrap a.current-link{
  color: var(--sub-color);
}

.related-posts-item .card-media img {
  width: 70px;
  height: 68px;
}

.p-page-related-categories-wrap li{
  list-style: none;
}

ul.flex.flex-wrap.p-page-related-categories-wrap {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.related-tools-divider{
  height: 1px;
  margin-top: 35px;
  margin-bottom: 35px;
  margin-left: 15px;
  margin-right: 15px;
  background: var(--extra-light-color);
}

.main-related-tools-wrap {
  margin-left: 15px;
  margin-right: 15px;
}

.p-page-related-tools-wrap{
  margin-bottom: 40px;
}

.p-page-featured-notice{
  margin-right: 5px;
  margin-top: 0px;
}

@media (max-width: 992px) {
  .tf-card-article .card-title{
    max-width: fit-content;
  }
  .p-page-sidebar {
    margin-top: 40px;
  }
  .main-related-tools-wrap {
    margin-left: 0px;
    margin-right: 0px;
  }
  .related-tools-divider{
    margin-left: 0px;
    margin-right: 0px;
  }
}

.p-page-title-wrap{
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}

.product-page-top-title-wrap{
  display: block;
  width: 100%;
}

.product-page-title{
  margin-left: 0;
}

.p-page-featured-notice-lg{
  display: block;
  margin-top: 0px;
}

.p-page-featured-notice-sm{
  margin-right: 5px;
  margin-top: 22px;
  height: fit-content;
  display: none;
}

.p-page-icon-wrap{
  display: contents;
  align-items: center;
}

.tool-page-website-btn-sm{
  display: none;
}

@media (max-width: 768px) {
  .p-page-icon-wrap{
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  .p-page-featured-notice-lg{
    display: none;
  }
  .p-page-featured-notice-sm{
    display: block;
  }
  .product-page-top-wrap{
    gap: 10px;
    flex-wrap: wrap;
    padding-left: 15px;
    padding-right: 15px;
  }
  .tf-card-article .card-title{
    padding-left: 5px;
    padding-right: 5px;
  }
  .product-page-title{
    margin-bottom: 5px !important;
    font-size: 24px !important;
  }
  .product-page-subtitle {
    font-size: 16px;
    text-align: left;
    padding-left: 0px;
    margin-top: 4px;
  }
  .product-page-img-card{
    margin-left: -15px;
    margin-right: -15px;
    border: none !important;
    border-radius: 0px !important;
  }
  .product-breadcrumb-wrap{
    padding-left: 15px;
    padding-right: 15px;
    z-index: 9;
    position: relative;
  }
  .tool-item-main-wrap{
    padding-top: 30px !important;
  }
  .tool-sm-container-wrap{
    padding-right: 25px !important;
    padding-left: 25px !important;
  }
  .p-page-flat-title-page{
    padding-top: 40px;
  }
  .p-page-sidebar {
    margin-top: 10px;
  }
  .tf-card-article.style-1, .widget-related-posts .related-posts-item{
    flex-wrap: nowrap !important;
  }
  .widget-related-posts .related-posts-item .card-media{
    margin-right: 12px !important;
    margin-bottom: 0px !important;
    min-width: 60px;
    width: 60px !important;
    height: 60px !important;
  }
  .related-posts-item .card-media img{
    width: 60px !important;
    height: 58px;
  }
  .side-bar .widget{
    background: none;
    margin-bottom: 10px;
  }
  .related-tools-divider{
    margin-top: 0px;
    margin-bottom: 30px;
  }
  .main-related-tools-wrap {
    margin-left: 10px;
    margin-right: 10px;
  }
  .main-related-tools-wrap div.tool-item-title{
    margin-bottom: 10px;
    line-height: 25px;
    font-weight: 600;
    font-size: 20px;
    color: var(--font-color);
    font-family: 'Inter';
  }
  .related-tools-wrap{
    margin-left: 0px;
    margin-right: 0px;
  }
  .side-bar .widget{
    padding-left: 15px;
    padding-right: 15px;
  }
  .related-tools-divider{
    margin-left: 0px;
    margin-right: 0px;
    display: none;
  }
}

@media (max-width: 453px) {
  .tool-page-website-btn-lg{
    display: none !important;
  }
  a.tool-page-website-btn-sm{
    width: 100% !important;
    height: 40px !important;
    background: var(--font-color);
    border-radius: 10px;
    margin-top: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: -10px;
  }
  .tool-page-website-btn-sm span{
    color: var(--white-color);
    display: block;
    font-size: 14px;
  }
}

.embed-badge-wrap{
  border: 1px solid transparent;
  cursor: pointer;
}

.embed-border{
  border: 1px solid var(--font-color);
}

/* feed highlight banner */
.feed-highlight-banner-wrap{
  background: url(../images/feed-banner-highlight-items/monthly-spotlight.png);
  position: absolute;
  width: 100%;
  aspect-ratio: 1344 / 220;
  box-sizing: border-box;
  opacity: var(--background-opacity);
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 1344px;
  padding: 0 46% 0 52px;
  position: relative;
  width: 100%;
  border-radius: 25px;
  background-repeat: no-repeat;
}

.feed-highlight-banner-wrap.monthly-spotlight{
  background: url(../images/feed-banner-highlight-items/monthly-spotlight.png);
}

.feed-highlight-banner-wrap.editors-choice{
  background: url(../images/feed-banner-highlight-items/editors-choice.png);
}

.feed-highlight-banner-title{
  /* font-size: 28px;
  white-space: nowrap;
  font-family: 'Borel';
  letter-spacing: -0.035em;
  font-weight: 600; */
  margin-top: -16px;
}

.feed-highlight-banner-title.monthly-spotlight{
  color: #0D0E60;
}

.feed-highlight-banner-col{
  gap: 10px;
  display: flex;
  flex-wrap: wrap;
  align-content: baseline;
}

.feed-highlight-banner-subtitle{
  font-size: 18px;
  white-space: nowrap;
  font-family: 'Inter';
  letter-spacing: -0.025em;
  font-weight: 400;
  margin-top: 4px;
}

.feed-highlight-banner-subtitle.monthly-spotlight{
  color: #696B8A;
}

.feed-highlight-banner-button{
  font-size: 14px;
  line-height: normal;
  padding: 11px 18px;
  border-radius: 35px;
  margin-top: 15px;
  font-weight: 500;
}

.feed-highlight-banner-button.monthly-spotlight{
  color: #0D0E60;
  border: 1px solid #696B8A;
}

.feed-highlight-banner{
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 35px;
  margin-bottom: 25px;
}

.tf-author-box.style-2 .order{
  color: var(--trending-products-order-color) !important;
}

.trending-prodcuts-details-wrap{
  align-items: center;
  display: flex;
  gap: 5px;
}

.navbar-active-color{
  color: var(--font-color) !important;
}

/* spinner feed loadmore */
.spinner-feed-loadmore:before{
  content: "";
  box-sizing: border-box;
  position: absolute;
  left: 50%;
  width: 15px;
  height: 15px;
  margin-top: 4px;
  margin-left: -14px;
  border-radius: 50%;
  border: 2px solid var(--extra-light-color);
  border-top-color: var(--font-color);
  border-left-color: var(--font-color);
  animation: spinner .4s linear infinite;
}

@keyframes spinner-feed-loadmore {
  to {transform: rotate(360deg);}
}

.font-color > *{
  color: var(--font-color);
}
/* feed highlight banner */


.top-collector-wrapper{
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.feed-ending-item-wrap{
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.ww{
  animation: moveToLeft 380s linear infinite;
}

@keyframes moveToLeft {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}


.rr{
  animation: moveToRight 180s linear infinite;
  position: absolute;
}

@keyframes moveToRight {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}

.search-default-item-title{
  text-transform: none !important;
}

@media (max-width: 1200px) {
  .feed-highlight-banner-title{
    font-size: 24px;
  }
  .feed-highlight-banner-subtitle{
    font-size: 16px;
    margin-top: 0px;
  }
  .feed-highlight-banner-button{
    padding: 10px 14px;
    line-height: inherit;
    margin-top: 6px;
  }
}

.feed-transition-item{
  margin-right: 16px;
}

@media (max-width: 1000px) {
  .feed-highlight-banner{
    display: none;
  }
}

@media (max-width: 568px) {
  .tf-author-box .author-infor h5, .feed-bottom-transition-name-wrap {
    font-size: 15px;
    font-weight: 590;
  }
  .tf-author-box.style-2 .order{
    font-size: 16px;
  }
  a.tf-author-box.style-2.hv-border.mb-30 {
    margin-bottom: 20px;
  }
  h2.tf-title.pb-20 {
    margin-bottom: 0px !important;
  }
  .feed-loadmore-wrap{
    margin-top: -10px;
    display: none;
  }
  .tf-author-box .author-avatar img, .tf-author-box.style-2 .author-avatar{
    width: 45px;
    height: 45px;
  }
  .feed-transition-item{
    margin-right: 4px;
  }
  .top-collector-wrapper{
    padding: 40px 0px 60px 0;
  }
  .rr {
    animation: moveToRight 30s linear infinite;
  }
  .tf-author-box.style-2 .author-avatar{
    /* margin-right: -3px; */
  }
  .trending-products-wrap{
    margin-bottom: 20px;
  }
}

@media (max-width: 416px) {
  .trending-products-title{
    max-width: 160px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}

.cursor-pointer{
  cursor: pointer !important;
}
.tool-save-btn-wrap .gallery-save-btn-inner-wrap{
  margin-top: 35px;
}

@media (max-width: 576px){
  .gallery-save-btn-inner-wrap{
    border-radius: 8px;
    padding: 6px 6px;
    right: 38px;
    top: 22px;
  }
  .gallery-save-btn-inner-wrap svg{
    width: 16px;
    height: 16px;
  }
  .tool-discount-wrap{
    display: none;
  }
}

.gallery-tool-link-btn{
  margin-top: 0px !important;
}

.gallery-save-btn-inner-wrap.gallery-tool-link-btn{
  display: block !important;
}

.gallery-save-btn-inner-wrap.gallery-tool-link-btn{
  padding: 0px;
}

.gallery-save-btn-inner-wrap.gallery-tool-link-btn a{
  padding: 6px 6px;
  display: block;
}

.editors-choice-badge{
  /* background: #fa9000; */
  background: #ed6b22;
}

.spotlight-badge{
  background: #802FDE;
}

.popular-badge{
  background: #8e44ec;
}

.trending-badge{
  /* background: #ff462d; */
  background: #ff5673;
}

.extension-badge{
  background: #7ab91d;
}

.admin-d-submission-type-btn-wrap{
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-bottom: 20px;
  margin-top: -15px;
}

.admin-d-submission-type-btn-wrap a{
  background: none;
  color: var(--sub-color) !important;
  background-color: unset !important;
  min-width: 12px;
  cursor: pointer;
}

.admin-d-submission-type-btn-wrap .active-color{
  color: var(--notice-badge-just-added-color) !important;
}

.tool_desc_subheading_article{
  margin-bottom: 15px;
}

h3.tool_desc_subheading.tool_desc_subheading_article.h3-tag{
  font-size: 17.5px;
}

h4.tool_desc_subheading.tool_desc_subheading_article.h4-tag{
  font-size: 15px;
}

/* footer */
@media (max-width: 991px) {
  .widget-logo {
      width: 100%;
  }
}

.footer-content {
    flex-wrap: wrap;
}
.footer-content {
    gap: 30px;
}

@media (max-width: 1024px) {
  #footer .widget {
      margin-right: 20px;
  }
}

@media (max-width: 991px) {
  #footer .widget {
      width: 48%;
      margin-right: 0;
  }
}

@media (max-width: 700px) {
  #footer .widget {
      width: 100%;
  }
  .footer-bottom {
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
  }
}
/* footer */



/* product hunt */
.producthunt-banner-wrap{
  position: fixed;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
  background: var(--body-background);
  border-radius: var(--layout-border-radius);
  transform: translateX(-50%);
  width: max-content;
  left: 50%;
  padding: 22px;
  bottom: 20px;
  border: none;
  outline: none;
  z-index: 99;
}

.producthunt-banner-inner {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: var(--title-letter-spacing);
  cursor: default;
}

.producthunt-support-span{
  color: #06f;
  cursor: pointer;
}

.ph-btn-close{
  margin-left: 30px;
}

@media (max-width: 850px){
  .producthunt-banner-wrap{
    display: none !important;
  }
}



/* general info layout */
.general_info_layout {
  padding: 8px;
  display: flex;
  justify-content: space-between;
  background: var(--autocomplete-seperator-color);
  position: fixed;
  bottom: 0;
  z-index: 999999;
  width: 100%;
}
.general_info_layout_msg {
  text-align: center;
  color: var(--font-color);
  font-size: 13.5px;
  letter-spacing: -0.0225em;
  line-height: 1.8;
  font-weight: 500;
  width: 100%;
}
.general_info_close{
  font-weight: 400;
  color: var(--font-color);
  opacity: 1;
  text-shadow: unset;
  margin-top: -2px;
  height: unset;
  padding-right: 10px !important;
}
.general_info_close:hover, .general_info_close:focus{
  color: var(--font-color);
  background: transparent;
}

span.info_close_item{
  font-size: 22px;
  display: block;
  color: var(--font-color);
}

.general_info_layout_msg a span {
  font-weight: 600;
  color: #ff6154;
  text-decoration: underline;
}

@media (max-width: 900px){
  .general_info_layout{
    display: none;
  }
}
/* general info layout */

.featured-text-featured-lg{
  font-size: 16px;
  font-weight: 590;
}
/* product hunt */


.feed-bottom-transition-name-wrap{
  font-size: 18px;
  font-weight: 700;
  line-height: 25px;
  margin-bottom: 4px;
}

/* new product page */

/* kinsta */
.cls-1{
  fill: var(--font-color) !important;
}
svg.close-btn.top-banner-wrap-close-btn {
    margin-top: 6px;
}
@media (max-width: 568px){
  .featured-text{
    display: none;
  }
  .main-featured-p-tagline{
    text-align: left;
  }
  .featured-text-featured-lg{
    font-size: 14px;
  }
  .featured-tool-shadow{
    /* margin-top: 31%; */
  }
  p.text-bid.main-featured-p-tagline {
    /* letter-spacing: -0.01em !important; */
    line-height: 1.4em;
  }
}
/* kinsta */

/* category trending wrapper */
.wow.fadeInUp.col-lg-3.col-md-6.animated{
  display: grid;
  margin-bottom: 30px;
}

.c-side-title-wrap{
  align-items: center;
}

.c-side-row{
  background: var(--extra-light-color);
  border-radius: var(--large-border-radius);
  overflow: hidden;
}

.c-side-main-wrap{
  margin-top: 25px;
  width: -webkit-fill-available;
  margin-left: -5px;
  margin-right: -5px;
}

.c-side-title{
  margin-bottom: 0px !important;
  font-weight: 620;
  font-size: 22px !important;
  margin-top: 10px !important;
  font-family: 'Inter';
  letter-spacing: -0.035em;
  text-transform: unset !important;
}

.c-side-right-wrap{
  display: flex;
  gap: 12px;
  margin-right: 5px;
  align-items: inherit;
}

.c-side-right-nav-btn{
  height: fit-content;
  line-height: 15px !important;
}

.c-side-right-more-btn{
  margin-left: 5px;
  font-size: 14px;
}

.c-side-product-item{
  display: grid;
  margin-bottom: 17px;
  height: auto;
}

.c-side-right-nav-btn svg {
    width: 18px;
    height: 18px;
}

a.c-side-swiper-nav-prev.c-side-right-nav-btn.swiper-button-disabled svg path, a.c-side-swiper-nav-next.c-side-right-nav-btn.swiper-button-disabled svg path,
a.fpc-side-swiper-nav-prev.c-side-right-nav-btn.swiper-button-disabled svg path, a.fpc-side-swiper-nav-next.c-side-right-nav-btn.swiper-button-disabled svg path,
a.fip-side-swiper-nav-prev.c-side-right-nav-btn.swiper-button-disabled svg path, a.fip-side-swiper-nav-next.c-side-right-nav-btn.swiper-button-disabled svg path,
a.fup-side-swiper-nav-prev.c-side-right-nav-btn.swiper-button-disabled svg path, a.fup-side-swiper-nav-next.c-side-right-nav-btn.swiper-button-disabled svg path{
    fill: var(--sub-color);
}

.c-side-card-image-wrap{
  display: flex;
  justify-content: space-between;
}

.c-side-card-image-wrap svg{
  right: 30px;
  top: 45px;
  width: 25px;
  height: 25px;
}

.c-side-card-image-wrap svg path{
  /* fill: var(--nav-dropdown-editors-choice-color); */
  fill: var(--font-color);
}

.c-side-card-product-name{
  font-size: 18px;
}

a.tf-box-icon.style-1.step1.relative:hover {
    background: var(--search-background-color);
    border: 1px solid var(--search-background-color);
}

@media (max-width: 992px){
  .c-side-main-wrap{
    margin-left: -10px;
    margin-right: -10px;
  }
}

@media (max-width: 768px){
  .c-side-main-wrap{
    display: none;
  }
}
/* category trending wrapper */

/* feed popular categories */
.fpc-side-row, .fip-side-row{
  overflow: hidden;
}

.fpc-icon-wrap {
  border-radius: 12px;
  max-width: 50px;
  max-height: 50px;
  width: 50px;
  height: 50px;
  display: flex;
  background: var(--autocomplete-seperator-color);
  align-items: center;
}

.fpc-icon-wrap svg {
    margin: auto;
    width: 24px;
    height: 24px;
}

.fpc-swiper-slide{
  padding-left: 0px;
  padding-right: 0px;
  margin-left: 0px;
  display: flex;
  flex-wrap: wrap;
}

.nav-left-dropdown-item-details-wrap {
  gap: 2px;
  display: grid;
}

.transparent-color{
  color: #ffffff00;
}

@media (max-width: 1100px){
  .feed-popular-categories-wrap{
    display: none;
  }
  .feed-featured-categories-wrap{
    margin-top: 50px !important;
  }
}
/* feed popular categories */

@media (max-width: 992px){
  .main-header-container{
    margin: auto;
  }
}

/* new UI updates */

.submit-tool-btn-wrap svg{
  width: 18px;
  height: 18px;
}

.header_featured_products_wrap{
  display: none;
}

.nav-left-dropdown-item-details-wrap div{
  line-height: normal;
  font-size: 14.5px;
  font-weight: 600;
  letter-spacing: -0.02em;
}

a.search-ac-trending-tools-item.notranslate, span.inner.category-btn {
    font-weight: 550;
}

@media (min-width: 1000px){

  /* .main-page-background{
    height: 100vh;
    padding-bottom: 0px;
    margin-top: 5px;
  }

  .header-container{
    top: 5%;
  } */

  .flat-title-page .heading{
    color: var(--font-color);
    font-weight: 750;
    /* font-family: 'Inter'; */
    letter-spacing: -0.03em;
    font-size: 57px;
    margin-bottom: 20px !important;
    margin-top: 25px !important;
    margin-right: auto;
    line-height: 1.15em;
    max-width: 95%;
  }
  h1.heading.text-center.sm-heading-center{
    max-width: 60%;
  }
  h1.heading.title-left.main-page-title{
    font-weight: 750;
    letter-spacing: -.04em;
    font-size: 62px;
  }
  p.mp-subtitle.index-subtitle{
    max-width: 95%;
  }
  .tf-card-box.style-1.featured-img-card-wrap .card-media {
    border-radius: 28px;
  }
  .main-header-right-section-wrap{
    padding-left: 0px;
  }
  .tf-card-box.style-1.gallery{
    border-radius: 24px;
  }
  .gallery-save-btn-inner-wrap{
    right: 48px;
    top: 28px;
  }
}

@media (max-width: 992px){
  .featured-directories-wrap{
    max-width: fit-content;
  }
  .col-12.col-sm-10.featured-tools-icons{
    justify-content: center;
  }
}

@media (max-width: 568px){
  .new-tools-notice, .featured-notice{
    margin-top: 5px;
  }
  .submit-tool-btn-wrap{
    margin-left: 14px;
  }
}
/* new UI updates */

/* Interesting Picks */

.fip-main-wrap{
  justify-content: space-between;
  display: flex;
  align-items: center;
  position: relative;
  background: var(--extra-light-color);
  padding: 14px;
  border-radius: 18px;
  /* margin-bottom: 30px; */
  flex-wrap: wrap;
  gap: 12px;
  height: 100%;
  align-content: baseline;
}

.fip-top-section-wrap-left{
  display: flex;
}

.fip-top-icon-wrap{
  max-width: 55px;
  max-height: 55px;
}

.fip-top-icon-wrap img{
  border-radius: 30%;
}

.fip-top-name-wrap{
  margin-left: 14px;
  align-content: center;
}

.fip-top-name-wrap h5{
  margin-bottom: 7px;
}

.fip-short-spec{
  font-size: 12px !important;
  line-height: normal !important;
}

.fip-col{
  margin-bottom: 30px;
}

.fip-top-section-wrap-outer{
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}

.save_btn_horiz{
  top: -6px;
  right: 64px;
  width: fit-content;
}

.link_btn_horiz{
  right: 30px;
}

.fip-main-wrap:hover {
    background: var(--search-background-color);
    cursor: pointer;
}

@media (max-width: 1000px){
  .save_btn_horiz{
    top: -12px;
  }
}

@media (max-width: 768px){
  .fip-title-wrap{
    align-items: baseline !important;
  }
  .fip-side-right-wrap{
    align-items: center !important;
  }
}

.favicon-feed-interesting{
  margin-top: 15px !important;
  margin-left: 20px !important;
}

@media (max-width: 568px){
  .c-side-right-nav-btn{
    display: none;
  }
  .interesting-products-wrap{
    margin-bottom: 10px !important;
  }
  .fip-top-icon-wrap{
    max-width: 50px;
    max-height: 50px;
  }

  .favicon-feed-interesting{
    margin-top: 13px !important;
    margin-left: 17px !important;
  }
}

.favicon-product-page{
  height: 75px  !important;
  width: 75px  !important;
  justify-content: center !important;
  display: flex !important;
  align-items: center !important;
  margin-top: 0px !important;
  font-size: 34px !important;
}

.favicon-sidebar{
  margin-top: 0px !important;
  margin-left: -1px !important;
  height: 68px !important;
  width: 70px !important;
}

@media (max-width: 768px){
  .favicon-sidebar{
    margin-top: -4px !important;
    margin-left: -7px !important;
  }
}

.fip-top-name-wrap h5 div{
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 200px;
  line-height: normal;
}
/* Interesting Picks */

.main-page-header-img-left-col{
  padding-left: 0px;
}

.main-page-header-img-right-col{
  padding-right: 12px;
  justify-content: end;
  display: flex;
}

.main-page-header-img-right-col img{
  width: 60px !important;
  height: 60px !important;
  border-radius: 18px;
  margin-top: 10px;
}

p.text-bid.main-featured-p-tagline {
    text-align: left;
    padding-right: 5px;
}

@media (min-width: 1000px){
  .heading-section .tf-title div{
    letter-spacing: -0.02em;
  }
  .heading-section a{
    font-size: 16px;
  }
}

@media (max-width: 568px){
  .main-page-header-img-right-col{
    display: none;
  }
}

/* pricing page */
.pricing-card-wrap{
  gap: 44px;
  margin-top: 35px;
  justify-content: center;
}

.pricing-card{
  border: 1px solid var(--light-color);
  padding: 25px;
  border-radius: var(--large-border-radius);
  min-width: 360px;
}

.pricing-card-title h2{
  text-align: inherit;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.2em;
  text-transform: capitalize;
  margin-bottom: 16px;
  font-family: 'Inter';
  letter-spacing: -0.02em;
}

.pricing-card-title span{
  font-size: 16px;
  color: var(--sub-color);
}

.pricing-card-price-wrap{
  margin-top: 20px;
}

.pricing-card-price-items svg path{
  fill: var(--font-color) !important;
}

span.pricing-card-price {
  font-size: 44px !important;
  font-weight: 680;
  margin-left: 5px;
  color: var(--font-color) !important;
  margin-top: 0px !important;
}

.pricing-card-price-wrap span{
  font-size: 14px;
  color: var(--sub-color);
  margin-top: 10px;
  display: block;
}

.pricing-card-btn-wrap {
    margin-top: 20px;
}

.pricing-card-btn-wrap button{
    width: 100% !important;
}

.pricing-card-features-wrap{
  display: block;
  margin-top: 24px;
}

.pricing-card-features-wrap ul{
  list-style: none;
  padding-left: 0px !important;
}

.pricing-card-features-wrap ul li{
  align-items: center;
  display: flex;
  gap: 10px;
  font-size: 15px;
  color: var(--font-color);
  font-weight: 420;
  margin-bottom: 10px;
}

.pricing-card-features-wrap ul li svg{
  width: 20px;
}

.pricing-card-features-wrap ul li svg path{
  fill: #3bbb96;
}

.price-submit-btn-off{
  border: 1px solid var(--light-color) !important;
  background: var(--white-color)  !important;
  color: var(--font-color) !important;
}

.price-submit-btn-off:hover{
  background: var(--extra-light-color) !important;
}

.pricing-card-2{
  /* background: var(--extra-light-color); */
  background: var(--autocomplete-seperator-color);
  border: 1px solid transparent;
  scale: 1.04;
}

.pricing-card-title.dark h2{
  color: var(--white-color);
}
.pricing-card-title.dark span{
  color: var(--top-banner-close-icon-color);
}
.pricing-card-price-wrap.dark svg path{
  fill: var(--white-color) !important;
}
.pricing-card-price.dark{
  color: var(--white-color) !important;
}
.pricing-card-price-wrap.dark span{
    color: var(--top-banner-close-icon-color);
}
.pricing-card-btn-wrap.dark button{
  background: var(--white-color);
  color: var(--font-color);
  text-transform: none;
}
.pricing-card-btn-wrap.dark button:hover{
  background: var(--white-color);
  color: var(--font-color);
  opacity: 0.8;
}
.pricing-card-features-wrap.dark ul li{
  color: var(--autocomplete-seperator-color);
}
.pricing-card-features-wrap.dark ul li svg path{
  fill: #49cda7;
}
.pricing-pricing-txt {
  font-size: 18px;
  font-weight: 700;
  color: var(--blue-color);
  text-align: center;
  display: block;
  margin: 15px 0px 30px 0px;
}

.pricing-featured-companies-wrap h2{
  margin-top: 90px;
  font-weight: 750;
  text-align: center;
  line-height: 1.2em;
  font-size: 47px;
  letter-spacing: -0.025em;
}

.pricing-featured-companies-wrap ul{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  list-style: none;
  margin-top: 80px;
  margin-bottom: 10px;
  gap: 0px 50px;
}

.daytona_logo rect{
  fill: var(--font-color);
}
.preline-logo path{
  fill: unset;
}
.preline-logo-name, polygon{
  fill: var(--font-color) !important;
}

.pricing-page-container{
  max-width: 1400px;
}
.pricing-featured-companies-wrap ul li:hover{
  opacity: 0.8;
}
.pricing-faq-wrap p{
  margin-top: 15px;
  text-align: center;
}

.price-faq-accordion-wrap{
  margin-top: 50px;
}

.pricing-featured-companies-wrap.pricing-faq-wrap {
  max-width: 1100px;
  display: block;
  width: 850px;
  margin: auto;
}

.pricing-featured-companies-wrap.pricing-faq-wrap h2{
  margin-top: 80px;
}

.pricing-featured-companies-wrap ul li a svg path, .daytona_logo rect, polygon{
  fill: var(--sub-color) !important;
}

svg.pricing-feature-hint{
  width: 16px !important;
  cursor: pointer;
  margin-left: -4px;
}

.pricing-feature-hint path{
  fill: var(--sub-color) !important;
}

.faq-p{
  font-size: 18px;
}

.traffic-graph-wrap{
  max-width: 927px;
  margin: auto;
}

.pricing-featured-companies-wrap.pricing-faq-wrap.traffic-graph-wrap h2{
  margin-top: 100px;
}

.traffic-graph-wrap p{
  margin-bottom: 50px;
}

@media (max-width: 1100px) {
  .pricing-card-2 {
    scale: 1;
  }
  .pricing-page-container{
    max-width: -webkit-fill-available;
  }
  .pricing-featured-companies-wrap.pricing-faq-wrap{
    width: 100%;
  }
  .pricing-featured-companies-wrap h2{
    font-size: 40px;
  }
}
@media (max-width: 800px) {
  .pricing-card{
    min-width: unset;
  }
  .pricing-card-wrap{
    gap: 20px;
  }
}
@media (max-width: 768px) {
  .themesflat-container.pricing-page-container{
    flex-wrap: wrap;
    padding-left: 0px !important;
    padding-right: 0px !important;
    margin: auto;
  }
  .pricing-card-features-wrap ul li{
    line-height: 1.5em;
    white-space: nowrap;
  }
  .pricing-featured-companies-wrap.pricing-faq-wrap{
    max-width: unset;
    width: 100%;
  }
  .pricing-featured-companies-wrap h2{
    font-size: 34px !important;
    line-height: 1.2em;
  }
  .pricing-featured-companies-wrap ul{
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 710px) {
  .pricing-card-wrap{
    flex-wrap: wrap;
  }
  .pricing-card{
    width: -webkit-fill-available;
    margin-bottom: 15px;
  }
}
@media (max-width: 453px) {
  .pricing-pricing-txt{
    margin-top: 0px;
  }
  .pricing-card-wrap{
    margin-top: 15px;
  }
  .pricing-featured-companies-wrap h2{
    font-size: 32px !important;
    letter-spacing: normal;
  }
  h1.heading.text-center.pricing-page-title br, .pricing-faq-wrap p br{
    display: none;
  }
  .pricing-featured-companies-wrap ul{
    padding-left: 0px;
    padding-right: 0px;
  }
  .pricing-featured-companies-wrap ul{
    /* gap: 0px 35px;
    margin-top: 30px; */
    gap: 20px 35px;
    margin-top: 58px;
  }
  .pricing-featured-companies-wrap h2{
    margin-top: 50px;
  }
  .pricing-featured-companies-wrap.pricing-faq-wrap h2,.pricing-featured-companies-wrap.pricing-faq-wrap.traffic-graph-wrap h2 {
    margin-top: 50px;
  }
  .traffic-graph-wrap p {
    margin-bottom: 40px;
  }
  .pricing-faq-wrap p{
    font-size: 14px !important;
  }
  span.pricing-card-price{
    font-size: 36px !important;
  }
  .pricing-card-price-items.d-flex svg{
    width: 19px !important;
  }
  .pricing-card-features-wrap ul li{
    font-size: 14px;
    gap: 8px;
  }
}

.modal-preview-item-img-wrap{
  background: var(--extra-light-color);
  padding: 15px;
  border-radius: 18px;
  margin-top: 0px;
}
.preview-modal-body{
  padding: 20px !important;
}
.modal-preview-item-title{
  text-align: center !important;
  font-weight: 700;
  color: var(--font-color);
  font-size: 22px;
  margin-bottom: -5px !important;
  /* margin-top: 22px; */
  letter-spacing: -0.02em;
}
.modal-preview-item-subtitle{
  /* margin-bottom: 0px !important; */
  text-align: center !important;
  padding-left: 30px !important;
  padding-right: 30px !important;
  margin-top: 25px;
  font-size: 15px;
}

@media (min-width: 576px) {
  .preview-modal-dialog{
    max-width: 650px !important;
  }
  .submission-modal{
    max-width: 400px !important;
  }
}
.modal-preview-item-img-wrap img{
  border-radius: 12px;
}
@media (max-width: 576px) {
  .modal-preview-item-subtitle{
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .modal-preview-item-title{
    font-size: 20px;
  }
}
/* pricing page */

/* new bottom banner */
.bottom-banner{
  display: flex;
  /* background: var(--autocomplete-seperator-color); */
  background: var(--white-color);
  border-radius: 900px;
  justify-content: space-between;
  padding: 10px 10px;
  z-index: 99;
  align-items: center;
  gap: 55px;
  bottom: 15px;
  display: none;
  width: max-content;
  box-shadow: rgb(50 50 50 / 20%) 0px 2px 8px 0px;
}

.bottom-banner-tagline{
  font-size: 14px;
  letter-spacing: -0.02em;
  padding-left: 6px;
  white-space: nowrap;
}

.bottom-banner img{
  width: 30px;
  border-radius: 900px;
}

.bottom-banner:hover{
  background: var(--categories-card-hover-color);
}

.bottom-banner.active-progress {
  display: flex;
  z-index: 99999;

  backdrop-filter: blur(18px) saturate(200%);
  -webkit-backdrop-filter: blur(18px) saturate(200%);
  /* background-color: hsl(223.64deg 31.43% 6.86%); */
  background-color: hsl(0deg 0% 100%);
}

.bottom-banner-tagline span{
  font-weight: 450;
  /* color: black; */
}

@media (max-width: 576px) {
  .bottom-banner-tagline{
    white-space: normal;
  }
  .bottom-banner-tagline span{
    font-size: 12.5px;
    line-height: 1.5em;
    font-weight: 480;
  }
  .bottom-banner{
    bottom: -1px;
    border-radius: 14px 14px 0px 0;
    width: 100%;
    box-shadow: rgb(50 50 50 / 20%) 3px -6px 8px 0px;
    /* border-top: 1px solid var(--extra-light-color); */
  }
  .feedback-modal-btn{
    margin-bottom: 22px;
  }
}

/* awards */
.p-awards-title{
  margin-top: 35px;
  margin-bottom: 35px;
}
.p-awards-col-wrap{
  /* height: fit-content; */
  height: auto;
  margin-bottom: 40px;
  padding-left: 15px;
  padding-right: 15px;
}
.p-awards-site-item-wrap{
  width: 100%;
  display: flex !important;
  flex-wrap: wrap;
  padding-left: 0px !important;
  padding-right: 0px !important;
  padding-top: 15px !important;
}
.p-awards-site-item-left-wrap{
  padding-left: 15px;
}
.p-awards-icon-wrap img{
  width: 70px;
  height: 70px;
}
.p-awards-item-title{
  font-size: 22px !important;
}
.p-awards-item-subtitle{
  display: block;
  font-size: 16px;
}
.p-awards-item-desc{
  color: var(--font-color);
  font-size: 15.5px;
  font-family: 'Inter';
  line-height: 2em;
  margin-top: 20px;
  letter-spacing: -.004em;
  font-weight: 400;
}
.p-awards-site-item-right-wrap{
  padding-right: 15px;
}
.p-awards-site-item-right-wrap div{
  display: flex;
  align-items: center;
  border: navajowhite;
  justify-content: center;
  background: var(--autocomplete-seperator-color);
}
/* new bottom banner */

/* awards page */
.p-awards-icon{
  display: none;
}
@media (max-width: 768px) {
  .tf-card-box.style-1.gallery.gallery-tool-wrap.p-awards-site-item-wrap{
    border-radius: 18px;
  }
  .p-awards-site-item-left-wrap{
    padding-left: 0px;
    padding-right: 0px;
  }
  .p-awards-item-title{
    font-size: 18px !important;
    font-weight: 650;
  }
  .p-awards-item-subtitle{
    font-size: 15px;
    letter-spacing: -0.025em;
  }
  .p-awards-item-desc{
    padding-left: 15px;
    padding-right: 15px;
    font-size: 15px;
  }
  .p-awards-site-item-right-wrap{
    display: none;
  }
  .p-awards-icon-wrap img{
    width: 65px;
    height: 65px;
    border-radius: 16px;
  }
  .p-awards-featured-img-wrap, .p-awards-row{
    margin-top: 45px !important;
  }
  .p-awards-icon{
    display: block;
    width: 40px;
    height: 40px;
    margin-right: 10px;
  }
  .p-awards-subtitle{
    max-width: 90% !important;
  }
}
/* awards page */

.modal.fade.popup.show{
  z-index: 999999999999999 !important;
}

.f-i-badge{
  right: 46px;
  position: absolute;
  left: unset;
  margin-top: 21px;
  padding: 7px;
}
@media (max-width: 1200px) {
  .f-i-badge{
    right: 52px;
  }
  .fip-top-name-wrap h5 div{
    max-width: 170px;
  }
}

@media (max-width: 1000px) {
  .f-i-badge {
    margin-top: 15px;
  }
}

.c-trending-products-wrap{
  padding-left: 15px !important;
  padding-right: 15px !important;
  background: var(--extra-light-color);
  border-radius: 18px;
  margin-left: 20px;
  margin-right: 20px;
  margin-top: 20px;
  margin-bottom: 60px;
}

.c-trending-card{
  border: 1px solid var(--search-background-color);
}

@media (max-width: 768px) {
  .dropdown.categories-filter-dropdown.categories-filter-dropdown-sort .dropdown-menu.show {
      left: -72px !important;
  }
}

@media (max-width: 578px) {
  h2.tf-title.pb-30.c-side-title {
      font-size: 20px !important;
      margin-bottom: -10px !important;
      line-height: 30px;
  }
  .c-trending-products-wrap{
    margin: 0px 15px 37px 15px;
  }
  .fip-top-name-wrap h5 div{
    max-width: 150px;
  }
  .header-f-img{
    max-width: 516px;
  }
  .card-media div img,.product-page-img-card img{
    max-width: 488px !important;
    aspect-ratio: 4 / 2.24 !important;
  }
  .changelog-dd{
    display: none !important;
  }
  .category-dropdown-menu{
    margin-top: -25px !important;
  }
  .mh-card-media{
    margin-left: -20px;
    margin-right: -20px;
  }
}

.categories-filter-tab-wrap{
  background: var(--white-color);
    /* z-index: 100; */
}

.c-lg-sticky{
  /* position: fixed;
  top: 87px;
  width: -webkit-fill-available; */

  /* -webkit-transition: all 18s ease;
  -moz-transition: all 18s ease;
  -o-transition: all 18s ease;
  transition: all 18s ease; */
}


.sponsorModalHint{
  display: flex;
  gap: 15px;
}

.trending-products-title {
  display: block;
  max-width: 250px;
  overflow: hidden;
  text-overflow: ellipsis;
}


.p-preview-sidebar-title{
  background: var(--categories-card-hover-color);
  height: 19px;
  border-radius: 900px;
  width: 175px;
}

.p-preview-card-media{
  background: var(--categories-card-hover-color);
}

.p-preview-card-content{
  margin: auto;
}
.p-preview-product-name{
  background: var(--categories-card-hover-color);
  height: 19px;
  border-radius: 900px;
  width: 88px;
}

.p-preview-product-desc{
  background: var(--categories-card-hover-color);
  height: 19px;
  border-radius: 900px;
  width: 253px;
}

#preview-banner-sticky-bottom{
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  display: none; /* hidden by default */
  z-index: 1000;
  margin-bottom: 0px;
}

.p-preview-related-tools-title{
  background: var(--categories-card-hover-color);
  height: 19px;
  border-radius: 900px;
  width: 100px;
}

.p-preview-related-tools-facts span{
  background: var(--categories-card-hover-color);
  height: 16px;
  border-radius: 900px;
  width: 71px;
}

.p-preview-related-tools-desc{
  background: var(--categories-card-hover-color);
  height: 19px;
  border-radius: 900px;
  width: 289px;
  margin-left: auto;
  margin-right: auto;
}

.p-preview-related-tools-desc.bottom{
  width: 248px;
  margin-top: 10px;
}

.p-preview-related-tools-category div{
  background: var(--categories-card-hover-color);
  height: 19px;
  border-radius: 900px;
  width: 86px;
}

.p-page-related-tools-gallery-tool-wrap:hover{
  background: var(--extra-light-color) !important;
}

.p-page-related-tools-img-wrap{
  border-radius: 20px;
  width: 68px;
  height: 68px;
  margin-top: -60px;
  position: relative;
  background: var(--white-color);
  padding: 5px;
}

.p-page-related-tools-img-wrap span{
  background: var(--categories-card-hover-color);
  width: 58px;
  height: 58px;
  display: block;
  position: relative;
  border-radius: 14px;
}

.tf-card-box.style-1.gallery.gallery-tool-wrap.p-page-related-tools-gallery-tool-wrap .card-media{
  background-color: var(--categories-card-hover-color);
}

.sumbit-rec-span{
  position: absolute;
  margin-top: 8px;
  right: 0;
  margin-right: 26px;
  font-size: 12px;
  font-weight: 500;
  background: #2563eb;
  padding: 6px 10px;
  border-radius: 8px;
}

.bottom-banner_b_wih {
  background: var(--white-color);
  border: 1px solid var(--autocomplete-seperator-color);
  padding: 6px;
  display: flex;
  flex-wrap: nowrap;
  margin-bottom: 14px;
  align-items: center;
  border-radius: 900px;
  justify-content: space-between;
  text-decoration: none;
  margin-top: -10px;
}

.bottom-banner_b_wih:hover {
    background: var(--search-background-color);
    cursor: pointer;
}

.banner-content_b_wih {
  display: flex;
  align-items: center;
  /* gap: 10px; */
}

.banner-logo_b_wih {
  width: 34px;
  height: 34px;
  border-radius: 900px;
}

.banner-text_b_wih {
  display: grid;
  align-content: center;
  gap: 5px;
}

.banner-title_b_wih {
  font-size: 12px !important;
  font-weight: 550 !important;
  color: var(--font-color);
}

.banner-desc_b_wih {
  font-size: 12px !important;
  color: var(--sub-color);
  transition: opacity 0.5s ease-in-out;
  white-space: nowrap;
}

.banner-icon_b_wih {
  margin-right: 7px;
  width: 18px;
  height: 18px;
}

@media (max-width: 992px) {
  .bottom-banner_b_wih {
    margin-top: 0px;
  }
}

@media (max-width: 768px) {
  .bottom-banner_b_wih {
    margin-left: 15px;
    margin-right: 15px;
  }
}

@media (max-width: 576px) {
  .banner-text_b_wih {
    gap: 0px;
  }
  .bottom-banner_b_wih {
    margin-left: 10px;
    margin-right: 10px;
    padding: 4px 5px;
  }

  .col-12.col-sm-9.col-md-9.col-lg-9.main-page-header-img-left-col {
      margin-top: 0px;
  }

}

.awards-colored-txt{
  color: var(--blue-color) !important;
}

/* Desktop: side by side */
.field-group {
    display: flex;
    gap: 18px;
}

.field-group fieldset {
    flex: 1;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 20px;
}

/* Mobile: stacked */
@media (max-width: 767.98px) {
    .field-group {
        flex-direction: column;
        gap: 0;
        margin: 0;
    }

    /* .field-group fieldset {
        margin-left: 9px;
        margin-right: 9px;
    } */

    .field-group fieldset:first-child {
        margin-bottom: 20px;
    }
}

.tool-upgrade-svg{
  color: var(--blue-color);
}

span.tool-desc-method.date.tool-upgrade-notice{
  display: flex;
  margin-left: 4px;
  gap: 4px;
}

span.tool-desc-method.date {
  display: flex;
}

@media (max-width: 767.98px) {
  .tool-upgrade-svg{
    margin-top: -4px;
  }
  span.tool-desc-method.date.tool-upgrade-notice{
    margin-top: 0px;
  }
}

/* NEW WEBSITE STYLE */
