@charset "utf-8";/* Hide CanvasJS credits for P404 charts specifically */
    #p404RedirectChart .canvasjs-chart-credit {
        display: none !important;
    }
    
    #p404RedirectChart canvas {
        border-radius: 6px;
    }

    .p404-redirect-adminbar-weekly-title {
        font-weight: bold;
        font-size: 14px;
        color: #fff;
        margin-bottom: 6px;
    }

    #wpadminbar #wp-admin-bar-p404_free_top_button .ab-icon:before {
        content: "\f103";
        color: #dc3545;
        top: 3px;
    }
    
    #wp-admin-bar-p404_free_top_button .ab-item {
        min-width: 80px !important;
        padding: 0px !important;
    }
    
    /* Ensure proper positioning and z-index for P404 dropdown */
    .p404-redirect-adminbar-dropdown-wrap { 
        min-width: 0; 
        padding: 0;
        position: static !important;
    }
    
    #wpadminbar #wp-admin-bar-p404_free_top_button_dropdown {
        position: static !important;
    }
    
    #wpadminbar #wp-admin-bar-p404_free_top_button_dropdown .ab-item {
        padding: 0 !important;
        margin: 0 !important;
    }
    
    .p404-redirect-dropdown-container {
        min-width: 340px;
        padding: 18px 18px 12px 18px;
        background: #23282d !important;
        color: #fff;
        border-radius: 12px;
        box-shadow: 0 8px 32px rgba(0,0,0,0.25);
        margin-top: 10px;
        position: relative !important;
        z-index: 999999 !important;
        display: block !important;
        border: 1px solid #444;
    }
    
    /* Ensure P404 dropdown appears on hover */
    #wpadminbar #wp-admin-bar-p404_free_top_button .p404-redirect-dropdown-container { 
        display: none !important;
    }
    
    #wpadminbar #wp-admin-bar-p404_free_top_button:hover .p404-redirect-dropdown-container { 
        display: block !important;
    }
    
    #wpadminbar #wp-admin-bar-p404_free_top_button:hover #wp-admin-bar-p404_free_top_button_dropdown .p404-redirect-dropdown-container {
        display: block !important;
    }
    
    .p404-redirect-card {
        background: #2c3338;
        border-radius: 8px;
        padding: 18px 18px 12px 18px;
        box-shadow: 0 2px 8px rgba(0,0,0,0.07);
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        border: 1px solid #444;
    }
    
    .p404-redirect-btn {
        display: inline-block;
        background: #dc3545;
        color: #fff !important;
        font-weight: bold;
        padding: 5px 22px;
        border-radius: 8px;
        text-decoration: none;
        font-size: 17px;
        transition: background 0.2s, box-shadow 0.2s;
        margin-top: 8px;
        box-shadow: 0 2px 8px rgba(220,53,69,0.15);
        text-align: center;
        line-height: 1.6;
    }
    
    .p404-redirect-btn:hover {
        background: #c82333;
        color: #fff !important;
        box-shadow: 0 4px 16px rgba(220,53,69,0.25);
    }
    
    /* Prevent conflicts with other admin bar dropdowns */
    #wpadminbar .ab-top-menu > li:hover > .ab-item,
    #wpadminbar .ab-top-menu > li.hover > .ab-item {
        z-index: auto;
    }
    
    #wpadminbar #wp-admin-bar-p404_free_top_button:hover > .ab-item {
        z-index: 999998 !important;
    }
@media all{.wpcf7 .screen-reader-response {
	position: absolute;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
	word-wrap: normal !important;
}

.wpcf7 .hidden-fields-container {
	display: none;
}

.wpcf7 form .wpcf7-response-output {
	margin: 2em 0.5em 1em;
	padding: 0.2em 1em;
	border: 2px solid #00a0d2; /* Blue */
}

.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
	display: none;
}

.wpcf7 form.sent .wpcf7-response-output {
	border-color: #46b450; /* Green */
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
	border-color: #dc3232; /* Red */
}

.wpcf7 form.spam .wpcf7-response-output {
	border-color: #f56e28; /* Orange */
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
	border-color: #ffb900; /* Yellow */
}

.wpcf7-form-control-wrap {
	position: relative;
}

.wpcf7-not-valid-tip {
	color: #dc3232; /* Red */
	font-size: 1em;
	font-weight: normal;
	display: block;
}

.use-floating-validation-tip .wpcf7-not-valid-tip {
	position: relative;
	top: -2ex;
	left: 1em;
	z-index: 100;
	border: 1px solid #dc3232;
	background: #fff;
	padding: .2em .8em;
	width: 24em;
}

.wpcf7-list-item {
	display: inline-block;
	margin: 0 0 0 1em;
}

.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
	content: " ";
}

.wpcf7-spinner {
	visibility: hidden;
	display: inline-block;
	background-color: #23282d; /* Dark Gray 800 */
	opacity: 0.75;
	width: 24px;
	height: 24px;
	border: none;
	border-radius: 100%;
	padding: 0;
	margin: 0 24px;
	position: relative;
}

form.submitting .wpcf7-spinner {
	visibility: visible;
}

.wpcf7-spinner::before {
	content: '';
	position: absolute;
	background-color: #fbfbfc; /* Light Gray 100 */
	top: 4px;
	left: 4px;
	width: 6px;
	height: 6px;
	border: none;
	border-radius: 100%;
	transform-origin: 8px 8px;
	animation-name: spin;
	animation-duration: 1000ms;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}

}@media all and (prefers-reduced-motion: reduce){
	.wpcf7-spinner::before {
		animation-name: blink;
		animation-duration: 2000ms;
	}
}

@media all{@keyframes spin {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}

@keyframes blink {
	from {
		opacity: 0;
	}

	50% {
		opacity: 1;
	}

	to {
		opacity: 0;
	}
}

.wpcf7 [inert] {
	opacity: 0.5;
}

.wpcf7 input[type="file"] {
	cursor: pointer;
}

.wpcf7 input[type="file"]:disabled {
	cursor: default;
}

.wpcf7 .wpcf7-submit:disabled {
	cursor: not-allowed;
}

.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
	direction: ltr;
}

.wpcf7-reflection > output {
	display: list-item;
	list-style: none;
}

.wpcf7-reflection > output[hidden] {
	display: none;
}
}
@media all{.ft-search{
	position: fixed;
	z-index: 99999999999999999999999999999;
	left: 0;
	box-sizing: border-box;
	padding: 10px;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000000ba;
}
.ft-sbox{
	position: relative;
	top: 40px;
	left: 50%;
	transform: translateX(-50%);
	border: none;
	padding: 30px 0px 0px 0px;
	max-width: 900px;
	animation: ftzoomIn 0.3s ease;
}
@keyframes ftzoomIn {
	0% {
		filter: grayscale(1);
		opacity: 0;
	}
	100% {
		filter: grayscale(0);
		opacity: 1;
	}
}
.ft-sbox #ft-sclose {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: auto;
	margin-top: -50px;
	margin-bottom: 15px;
	width: 35px;
	height: 35px;
	border-radius: 100%;
	padding: 0;
	font-size: 30px;
	background:#18888966;
	color:#fff;
	cursor: pointer;
}
.ft-sbox #ft-sclose:hover{
	opacity:0.9;
}
.ft-sbox a{
	color:#333;
	font-size:18px;
	line-height:1.3;
	text-decoration:none;
}
.ft-sbox a:hover{
	color:#777;
}
form.ft-sform {
    display: flex;
}
.ft-sbox #ft-sinput {
    width: 100%;
    border-radius: 5px 0px 0px 5px;
    border: none;
    margin: 0px;
    height: 50px;
    border-bottom: 2px solid #005a5b;
    background: #2d2d2d;
    color: #fff;
    padding: 0px 20px;
    outline: none;
    box-shadow: none;
}
.ft-sbox #ft-sinput::placeholder {
    color: #ccc; 
}
.ft-sbox #ft-ssumit {
    width: 110px;
    border-radius: 0px 5px 5px 0px;
    margin: 0px;
    height: 50px;
    background: #188889;
    color: #fff;
    padding: 0px 20px;
	border:none;
    border-bottom: 2px solid #005a5b;
}
li.ft-stit {
    border-bottom: 1px dashed #999;
    padding: 5px 0px;
	color:#21a2a3;
	text-transform: uppercase;
	font-size:14px;
}
.ft-sselec{
	color: #4ab3b4;
}
.ft-sbox #ft-show{
	margin:0px;
	max-height:450px;
	overflow: auto;
	margin-top: 20px;
	font-size:18px;
}
.ft-sbox .ft-showbg{
	background:#fff;
	padding:15px;
	border-radius:5px;
}
#ft-show li {
	list-style-type: none;
	margin:0px;
}
#ft-show .ft-ssp {
	display: grid;
	grid-template-columns: 75px auto;
}
#ft-show .ft-ssp a:first-child {
	display: flex;
	align-items: center;
}
#ft-show li:not(:last-child){
	margin-bottom: 10px;
}
#ft-show li img{
	width: 65px;
	height: 65px;
	border-radius:6px;
	margin-right: 10px;
	vertical-align: middle;
	object-fit: cover;
	margin-right:10px;
}
.ft-stit{
	color:#555;
	font-weight:bold;
	margin-bottom:10px;
	margin-top:10px;
}
/* thanh scrool */
.ft-sbox * {
	scrollbar-color: #777 #ffffff00;
	scrollbar-width: thin !important;
}
.ft-sbox ::-webkit-scrollbar {
	width: 5px;
	height: 5px;
	background: none;
}
.ft-sbox ::-webkit-scrollbar-thumb {
	background-color: #777;
	border-radius: 2px;
}
.ft-sbox ::-webkit-scrollbar-track {
	background-color: none;
}
.ft-sbox .ft-ssap-tit{
	font-weight:bold;
}
.ft-sbox .ft-ssap-cm {
    font-size: 14px;
    color: #999;
	display:block;
}
.ft-sbox .ft-ssap-pri{
	font-size: 14px;
	color:#ff4444 !important;
	display:block;
}
.ft-sbox .ft-ssap-pri span{
	color:#ff4444 !important;
}
}
