/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}

.ss_icon_tool .col-inner::after {
    content: '';
    position: absolute;
    top: 20px;
    right: 20px;
    width: 20px;
    height: 20px;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%2310b981' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M11 4H4v14a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-5M9 15L20 4m-5 0h5v5'/%3E%3C/svg%3E");    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0;
    transition: opacity 0.3s ease, transform 0.3s ease;
    transform: translateY(-5px);
}


.chrome_top, .chrome_top a{
	color:#fff;
	font-size:14px;
}
.chrome_top a{
	text-decoration:underline;
	font-weight:600;
	margin-left:.5rem;
}
.chrome_top img{
	margin-right:2px;
	width:20px;
}
#header .but_head{
	    font-size: 14px;
    display: flex;
    gap: 5px;
    align-items: center;
    padding: 10px 10px !important;
    font-weight: 500;
    letter-spacing: 0;
    background: var(--primary-color);
	color:#F8FAFC !important;
	border-radius:8px;
}
#header .but_head i{
	font-size:14px;
}
.header-main .nav-left{
	justify-content:center;
}
.absolute-footer{
	display:none;
}
.m_0>*{
	margin-bottom:0;
}
#footer .ux-menu-link__link{
	padding:0;
}
#footer{border-top:1px solid #ECECEC}

.post-item .badge.post-date, .box-blog-post .is-divider{
	display:none;
}
.post-item .col-inner{
	border-radius:24px;;
	padding:1rem;
	overflow:hidden;
	border:1px solid rgba(31, 36, 48, 0.1);
}
.post-item .post-title {
	font-size:24px;
	    margin-bottom: 0.7rem;
}
.post-item p{
	color:#596275;
	font-size:16px;
    line-height: 1.75;
}
.post-item a{
	color:#10b981;
}
.post-item:hover a{
	color: #0b1120
}
.article-inner.has-shadow{
	border-radius:24px;
}
span.widget-title {
	text-transform:none;
	font-size:20px;
}
.uppercase, h6, span.widget-title, th {
    letter-spacing: normal;
    line-height: normal;
}
.widget .is-divider{
display:none
}
aside.widget{
	padding:1rem;
	border:1px solid rgba(31, 36, 48, 0.1);
	border-radius:24px;
	box-shadow:0 14px 34px rgba(31, 36, 48, 0.08);
	
}
.entry-divider.is-divider.small{
	display:none;
}
h1.entry-title{
	margin:0;
	color:var(--fs-color-secondary);
	border-bottom:1px solid;
	padding-bottom:15px;
}
.article-inner.has-shadow .entry-header-text-top{
	padding-bottom:0;
}
.ss_icon_tool .col-inner{
    background: #fff;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    border: 1px solid #e8e8e8;
    text-decoration: none;
    display: block;
    color: inherit;
    height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;	
}
.ss_icon_tool .col-inner h4{
    font-size: 28px;
    margin-bottom: 16px;
    display: block;
}
.ss_icon_tool .col-inner p {
    font-size: 15px;
    color: #737491;
    line-height: 1.6;
    margin: 0;
    flex: 1;
}
.ss_icon_tool .col-inner h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 12px;
}
.ss_icon_tool .col-inner ul{
	display:flex;
	list-style:none;
    border-top: 1px solid #f1f5f9;
	    gap: 8px;
    margin-top: 8px;
	padding-top:8px;
	margin-bottom:0;
}
.ss_icon_tool .col-inner ul li {
    display: inline-block;
    padding: 4px 10px;
    background: #10b98114;
    color: #10b981;
    border-radius: 12px;
    font-size: 12px;
    font-weight: 500;
    margin: 0;
}
.ss_icon_tool .col-inner:hover{
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
    transform: translateY(-4px);
    text-decoration: none;
    border-color: #10b981;	
}
.ss_icon_tool .col-inner:hover::after {
    opacity: 1;
    transform: translateY(0);
}
.chrome_but i:before{
	content:'';
	display:block;
	width:25px;
	height:25px;
	background-image:url(/wp-content/uploads/2026/04/chrome-icon.svg);
	background-size:contain;
	background-repeat:no-repeat;
}

.accordion .toggle{
	left:unset;
	right:0;
}
.accordion-title{
	padding-left:0;
	border-top:none; 
	font-size:18px;
	font-weight:600;
	padding:15px 0px;
}
.accordion-item{
	border-bottom:1px solid #ddd;
}
.accordion-title.active{
	background:none
}
.accordion-inner{
	padding-right:0;
	padding-left:0;
	padding-top:5px;
	padding-bottom:0;
}
#footer .ux-menu-link__link {
	font-size:15px;
}


.app-detector {
    position: relative;
    background: linear-gradient(
        to bottom,
        #ffffff 0%,
        #ecfdf5 60%,
        #d1fae5 100%
    );
    overflow: hidden;
}

.app-detector::before {
    content: "";
    position: absolute;
    top: -120px;
    right: -120px;
    width: 420px;
    height: 420px;
    background: radial-gradient(circle, #10b98140, transparent 70%);
    border-radius: 50%;
    z-index: 0;
}

.app-detector::after {
    content: "";
    position: absolute;
    bottom: -150px;
    left: -150px;
    width: 380px;
    height: 380px;
    background: radial-gradient(circle, #10b98125, transparent 70%);
    border-radius: 50%;
    z-index: 0;
}

.app-detector .pattern {
    position: absolute;
    inset: 0;
    background-image: 
        linear-gradient(#10b98122 1px, transparent 1px),
        linear-gradient(90deg, #10b98122 1px, transparent 1px);
    background-size: 40px 40px;
    opacity: .5;
    z-index: 0;
}

.app-detector .icon-fly {
    position: absolute;
    color: #10b981;
    opacity: 1;
    font-size: 20px;
    pointer-events: none;
		background:#fff;
	border:1px solid #eee;
	border-radius:6px;
	width:40px;
	height:40px;
	display:flex;
	align-items:center;
	justify-content:center;
}

/* vị trí */
.icon-shop { top: 50px; right: 50px; animation: float1 8s ease-in-out infinite; }
.icon-code { top: 50%; right: 0; animation: float2 10s ease-in-out infinite; }
.icon-web  { bottom: 30px; left: 60px; animation: float3 12s ease-in-out infinite; }
.icon-gear { bottom: 50%; left: 0; animation: float4 14s ease-in-out infinite; }

/* animation */
@keyframes float1 { 0%,100%{transform:translateY(0)} 50%{transform:translateY(-12px)} }
@keyframes float2 { 0%,100%{transform:translateY(0)} 50%{transform:translateY(-18px)} }
@keyframes float3 { 0%,100%{transform:translateY(0)} 50%{transform:translateY(-10px)} }
@keyframes float4 { 0%,100%{transform:translateY(0)} 50%{transform:translateY(-16px)} }


.icon-shopify {
    position: absolute;
    top: 0;
    left: 0;
    animation: floatShopify 9s ease-in-out infinite;
			background:#fff;
	border:1px solid #eee;
	border-radius:6px;
	width:40px;
	height:40px;
	display:flex;
	align-items:center;
	justify-content:center;
	padding:5px;
}


/* animation */
@keyframes floatShopify {
    0%,100% { transform: translateY(0); }
    50% { transform: translateY(-15px); }
}


.app-detector .container {
    position: relative;
    z-index: 2;
}


.app-detector .container{
	padding:35px 0;
}
@media (min-width: 1075px) {
    .app-detector {
        padding: 60px 0 30px 0;
        display: flex;
        align-items: center;
    }
}
.detector_heading {
    max-width: 900px;
    margin: 0 auto;
    margin-bottom: 25px;
}
.detector_heading h1{
    font-weight: 700;
    font-size: 35px;
    letter-spacing: 0;
    line-height: 1.2;
    max-width: 700px;
    margin: 0 auto;
    margin-bottom: 20px !important;
}
.highlited {
    color: #10b981;
}
.detector_heading p {
        font-size: 18px;
    }
.theme_detector_container {
    max-width: 800px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

#themeForm {
    line-height: normal;
    display: inline-table;
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
}
#themeForm .form-group {
    vertical-align: middle;
    display: table-cell;
    width: 100%;
}
#themeForm .form-group {
    position: relative;
}
#themeForm input {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    position: relative;
    -ms-flex: 1;
    flex: 1;
    min-width: 0;
    font-size: 18px;
    height: 55px;
    padding: 20px 20px;
    background: #ffffff;
    border-top-left-radius: 7px;
    border-top-right-radius: 0;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 0;
    width: 100% !important;
    margin-bottom: 0;
    padding-left: 50px;
	border:none;
}
#detectTheme {
    height: 55px;
    min-width: 115px;
    font-size: 18px;
    color: #fff;
    border-radius: 0 8px 8px 0;
    border: 0;
    font-weight: 600;
    margin: 0;
    cursor: pointer;

    background: linear-gradient(
        135deg,
        #34d399,
        #10b981
    );

    box-shadow: 0 6px 15px rgba(16, 185, 129, 0.3);
    transition: all 0.25s ease;
}
#detectTheme:hover {
    background: linear-gradient(
        135deg,
        #10b981,
        #059669
    );
    transform: translateY(-1px);
    box-shadow: 0 10px 20px rgba(16, 185, 129, 0.4);
}
#detectTheme:active {
    transform: scale(0.97);
    box-shadow: 0 4px 10px rgba(16, 185, 129, 0.25);
}
#themeForm .form-group::before {
content: "\f002";    
font-family: "Font Awesome 5 Free";
font-weight: 900; 
    font-variant: normal;
    text-transform: normal;
    line-height: 1;
    vertical-align: 1;
    -webkit-font-smoothing: -0.125em;
    -moz-osx-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    color: #c0c4cc;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%);
    font-size: 25px;
    left: 13px;
}
.extension_container {
    display: flex;
    justify-content: center;
    gap: 10px;
}
.chrome-extension {
    max-width: 500px;
    margin: 0 auto;
    margin-top: 45px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}
.chrome-extension a {
    background: #10b981;
    color: white;
    padding: 8px 15px;
    border-radius: 8px;
    display: flex;
    gap: 8px;
    max-width: fit-content;
    font-weight: 500;
}
.extension_container .icon img {
    width: 100%;
    max-width: 25px;
}
input:focus-visible{
    border-color: #10b981;
    outline: 0;
    box-shadow: 0 0 0 .25rem 10b981;
}



.detection-result-box {
    padding: 0px !important;
}
.detection-result-box .result {
    padding: 35px 0px;
}
.theme-info {
    max-width: 1200px;
    margin: 0 auto;
    margin-bottom: 30px;
}
.theme-info h2, .result-title-global {
    font-weight: 600;
    font-size: 30px;
}
.cs-fancy-link {
    text-decoration: underline;
    text-decoration-thickness: 1px;
    color:#10b981;
}
.inner-box {
    box-shadow: 0px 2px 10px 0px hsla(0, 0%, 60%, 0.5);
    height: auto;
    border-radius: 5px;
    overflow: hidden;
}
.detection-result-headerr {
    display: flex;
    align-items: center;
}
.detection-result-headerr {
    padding: 16px 20px;
    color: white;
    font-weight: 500;
    font-size: 20px;
    background: #10b981;
}
.detection-result-headerr svg {
    width: 30px;
    fill: white;
    height: 30px;
}
.detection-result-headerr {
    display: flex;
    align-items: center;
}

.theme-result-box {
    padding: 15px 10px 10px 10px;
}

.theme-thumanail {
    max-height: 250px;
    overflow: hidden;
    position: relative;
    width: 100%;
    max-width: 100%;
    border-radius: 5px;
    padding-top: 52%;
}
.theme-thumanail img {
    position: absolute;
    top: 0;
    object-fit: cover;
}

.theme-thumanail img {
    width: 100%;
    max-width: 100%;
    object-position: top center;
}
.theme-detailed-info {
    width: 100%;
}
.theme-name {
    font-size: 20px;
    font-weight: 500;
}
.theme-name a {
    text-decoration: underline;
}
.theme-details-footer {
    border-top: 1px solid #e7e7e7;
    display: flex;
    justify-content: center;
	padding-top:10px
}

.theme-details-footer a {
    text-align: center;
    font-weight: 500;
    padding: 10px 20px;
    background: #19be86;
    color: #fff;
    border-radius: 8px;
}

ul#confirmed {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    list-style: none;
    padding: 0 15px 15px;
    margin: 0;
}

ul#confirmed li {
    padding: 10px;
    border-radius: 6px;
}
ul#confirmed li:hover {
    background: #eef6ef;
}
.get-app {
    font-size: 10px;
    color: black;
    font-weight: 500;
    text-decoration: none;
    padding: 1px;
    display: inline;
    background: #f0f0f0;
    width: 45px;
    margin-top: 2px;
    border-radius: 3px !important;
    border: none !important;
	text-align:center
}
.ss_icon_tool.icon_48 h4{
	font-size:48px;
}
.ss_icon_tool.icon_36 h4{
	font-size:36px;
}


.app-card {
    background: white;
    border-radius: 5px;
    padding: 0px;
    border: 1px solid #E5E7EB;
    transition: all 0.2s ease;
    height: 100%;
    cursor: pointer;
    position: relative;
    padding-top: 1rem;
}
.app-header {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    margin-bottom: 0.5rem;
}
.app-header, .app-description, .app-badges {
    padding: 0rem 1rem;
}
.app-logo {
    width: 56px;
    height: 56px;
    border-radius: 12px;
    object-fit: cover;
    border: 1px solid #F3F4F6;
    flex-shrink: 0;
}
.app-info {
    flex: 1;
    min-width: 0;
}
.app-name {
    font-size: 1rem;
    font-weight: 500;
    margin: 0 0 0.25rem 0;
    line-height: 1.3;
    cursor: pointer;
}
.app-developer {
    font-size: 0.875rem;
    color: #6B7280;
    margin-bottom: 0.5rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 0.25rem;
}
.pricing-badge.paid {
    background: #FEE2E2;
    color: #991B1B;
}
.pricing-badge {
    display: inline-block;
    padding: 0.25rem 0.75rem;
    border-radius: 6px;
    font-size: 0.75rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.025em;
}
.banners-app {
    margin: 15px;
}
.banners-app img {
    max-width: 100%;
    border-radius: 10px;
    border: 1px solid #f2f2f2;
	width:100%
}
.app-description {
    color: #4B5563;
    font-size: 0.875rem;
    line-height: 1.5;
    margin: 1rem 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.app-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: auto;
    border-top: 1px solid #F3F4F6;
    background: #FFF;
    padding: 0.8rem 1rem;
    font-size: 13px;
    color: black;
    line-height: 0;
    text-transform: capitalize;	
}
.app-footer img {
    border-radius: 50%;
    width: 100%;
    height: 20px;
    max-width: 20px;
    object-fit: cover;
    border: 1px solid #eaeaea;
}
.app-card:hover {
    border-color: #D1D5DB;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}
.trial-badge {
    background: #EDE9FE;
    color: #6B46C1;
    margin-left: 0.5rem;
}
.app-name a{
	color:#0b1120;
}

.blog .large-10{
	flex-basis:100%;
	max-width:100%;
}


.theme-thumbnail{
    max-height: 250px;
    overflow: hidden;
    position: relative;
    width: 100%;
    max-width: 100%;
    border-radius: 5px;
    padding-top: 52%;
	overflow-y:auto;
}

/* width tổng */
::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

/* track (nền) */
::-webkit-scrollbar-track {
    background: #ecfdf5;
    border-radius: 10px;
}

/* thumb (thanh kéo) */
::-webkit-scrollbar-thumb {
    background: linear-gradient(
        to bottom,
        #34d399,
        #10b981
    );
    border-radius: 10px;
    box-shadow: inset 0 0 4px rgba(255,255,255,0.3);
}

/* hover */
::-webkit-scrollbar-thumb:hover {
    background: #059669;
}

/* active (khi kéo) */
::-webkit-scrollbar-thumb:active {
    background: #047857;
}

.theme-thumbnail img {
    position: absolute;
    top: 0;
    object-fit: cover;
}
.app-result-box .nav{
	justify-content:center;
    border-bottom: 3px solid #efefef;
}

.app-result-box .tab-panels{
	padding:15px 0 0;
	border:none
}
.app-result-box .tab-panels ul{
	margin:0;
}
.app-result-box .tab-panels ul li{
	margin:0!important;
}
ul#potential{
	padding-left:15px;
	padding-right:15px;
	list-style:none;
}
.app-result-box .tab-panels ul#potential li{
	margin-bottom:10px!important;
}
.app-result-box .nav li a{
	border:none;
	font-size:16px;
	color:#000;
	background:none;
}
.app-result-box .nav li.active a{
	color:#10b981;	
	border-bottom:2px solid
}
div#apps-container{
	padding:0;
}
span.disclaimer{
	padding-top:10px;
}

.loader {
  border: 4px solid #10b981;
  border-top: 4px solid #000;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spin 0.8s linear infinite;
  margin:auto;
}

@keyframes spin {
  0% { transform: rotate(0deg);}
  100% { transform: rotate(360deg);}
}