:root {
    --main-color: #003365;
}

body {
    color: black;
    font-family: "TikTok Sans", sans-serif;
    font-weight: normal;
}

.rv-box:hover {
    box-shadow:  0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    border: 1px solid red !important;
    transition: box-shadow 0.2s ease-in-out;
}
  
#breadcrumbs {
    font-size: 0.85rem;
    color: #9c9c9c;
}

.main-logo {
    height: 50px;    
}s


f.black-friday .modal-body {
    text-align: center;
    background: transparent ;
}

.black-friday .modal-content {
    background: transparent ;
}

.black-friday .btn-close {
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23FFF'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
}


.pagination {
    justify-content: center;
}

.pagination .page-numbers {
    padding: 3px 6px;
    background: whitesmoke;
    line-height: 1;
    border-radius: 2px;
    font-size: 1rem;
}

.pagination .page-numbers.current {
    background: #003365;
    color: white;
}


.page-coupons .deal {
    display: flex;
    border: 0;
    padding: 10px;
}

.page-coupons .deal .value {
    font-size: 2.5rem;
    font-weight: bold;
}




.metaslider {
    margin: 1rem 0 !important;
}


#adsModal .modal-content, #adsModal .modal-dialog {
    box-shadow: none !important;
}


.lwptoc .lwptoc_i {
    border: 1px dashed #00336585 !important;
}

#readMoreContent {
    padding: 60px 0 20px 0;
}

#readMoreContent span {
    display: block;
}


#readMoreContent i {
    font-size: 2.5rem;
}

.read-more-content {
    position: absolute;
    width: 100%;
    bottom: 0px;
    background-image: linear-gradient(to bottom, rgba(255,255,255,0.9), rgba(255,255,255,1));
}

.coupon span {
    display: block;
}

.coupon {
    width: 100%;
    display: flex;
    background: white;
    border-radius: 5px;
    margin-bottom: 10px;
    text-align: center;
    border: 1px #dc143c dashed;
    line-height: 1.25;
}

.coupon .left {
    width: 30%;
    background: #dc143c;
    color: white;
    font-size: 2rem;
    line-height: 1;
    align-items: center;
    font-weight: bold;
    display: flex;
    justify-content: center;
}

.coupon .right {
    font-size: 0.85rem;
    width: 70%;
    color: white;
    display:flex;
    padding: 10px;
    color: #6d6d6d;
    flex-direction: column;
    align-items: center;
    justify-content: center;

}

.coupon .code {
    margin: 10px;
    border: 2px dashed #1baa16;
    padding: 5px 25px;
    border-radius: 5px;
    font-weight: bold;
    color: #1baa16;
    font-size: 1.25rem;
}


.coupon a {
    color: #dc143c;
    font-weight: bold;
}

.coupon .only {
    font-weight: bold;
    margin-bottom: 5px;
    color: #dc143c;
}


.coupon .checkout {
    background: #dc143c;
    color: white;
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
    margin-bottom: 10px;
}



.sticky-right {
    position: fixed;
    top: 30%;
    left: 10px;
}

.sticky-right img {
   width: 300px; 
}


.text-animation-color {
    animation: color-change 3s infinite;
}

.bottom-menu {
    position: relative;
    border-bottom: 1px solid #f2f2f2;
}




.select2-drop-active{
    margin-top: -25px;
}


.breaking-news{
  width: 100%;
  overflow: hidden;
  background: white;
}

.breaking-news ul {
    list-style: none;
    display: flex;
    margin: 0;
}

.breaking-news li {
    margin-right: 100px;
}

.post-content p {
    font-size: 18px;
}

.post-content h6 {
    font-size: 1rem;
    line-height: 1.5;
}

.post-content img {
    max-width: 100% !important;
    height: auto;
}


.post-content > blockquote {
    background: #ffffff;
    border-left: 5px solid #003365;
    margin: 1rem 0;
    padding: 0.5rem 1rem;
    font-weight: bold;
}

.post-content > blockquote p {
    margin-bottom: 0px !important;
}


.single-post > .post-content h2 {
    font-size: 24px;
    font-weight: bold;
	margin-bottom: 1rem;
}

.single-post > .post-content h3 {
    font-size: 20px;
    font-weight: bold;
}

.single-post > .post-content li {
    margin-bottom: 0.25rem;
}

.single-post > .post-content ul {
    list-style: square;
}

.post-expired > .the-content{
    opacity: 0.025;
    user-select: none; 
    text-decoration: line-through;
}

a {
    text-decoration: none;
    color: currentColor;
}



/* Color */
.bg-info {
    background: #000f1d !important;
}

.bg-primary {
    background: #003365 !important;
}

.border-primary {
    border-color: #003365 !important;
}

.border-dashed {
    border-style: dashed !important;
}

.btn-outline-primary {
    border-color: #003365 !important;
    color:  #003365 !important;
}


.text-primary {
    color: #003365 !important;
}

.btn-primary {
    color: #fff;
    background-color: #003365;
    border-color: #003365;
}

.btn-primary:hover {
    color: #fff;
    background-color: #001224;
    border-color: #001a33;
}

.swal2-confirm {
    background-color: #003365 !important;
}

/* Main Menu */
.main-menu  .nav-item .nav-link.active, .main-menu .nav-item .nav-link:hover {
    background-color:  var(--main-color);
    color: white; 
    transition: all 0.2s ease-in-out;
    border-radius: 0px 0px 15px 15px;
}

.main-menu  .nav-item .nav-link {
    padding: 8px 12px;
}

/* Form */
form label.error {
    color: red;
    font-size: 0.75rem;
}

label {     
    margin-bottom: 0.25rem !important;
}

@keyframes blink-bg {
    0% { background-color: #dc3545; } /* Màu đỏ */
    50% { background-color: #ffc107; } /* Màu vàng */
    100% { background-color: #dc3545; } /* Quay lại màu đỏ */
}
.hot-badge {
    color: white;
    padding: 2px 4px;
    font-size: 0.75rem;
    animation: blink-bg 1s infinite alternate;
}


/* Loading */
.loadingv2 {
    z-index: 99999;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #ffffffcc;
    overflow-y: hidden;
    overflow-x: hidden;
    top: 0;
}
 
.loadingv2 .icon-loading {
    position: absolute;
    top: 35%;
    height: 100px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    user-select: none;
    opacity: 1;
}


.heading {
    border-bottom: 2px solid #eee;
    padding-bottom: 0.25rem;
}

.heading:after {
    content: "";
    width: 30px;
    height: 2px;
    background: #003365;
    display: block;
    position: relative;
    bottom: -2px;
}



/* Scroll to top */
.scroll-to-top {
    display: none;
    position: fixed;
    right: 25px;
    bottom: 25px;
}
 
/* Ul Columns */
.ul-4-columns {
    columns: 4;
    -webkit-columns: 4;
    -moz-columns: 4;
}

.ul-3-columns {
    columns: 3;
    -webkit-columns: 3;
    -moz-columns: 3;
}

.ul-2-columns {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
}

.ul-arrow {
    list-style:none;
    padding: 0;
}

 /* State list */
.ul-arrow li::before {
    color: #e58d00;
    margin-right: 0.5rem;
    content: "\f0da";   
    font-size: 0.85rem;
    font-family: 'Font Awesome 6 Pro';
}

.ul-arrow li:hover  {
    padding-left: 10px;
    transition: 0.5s;
}

.state-list li {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 2px 0;
}

.state-list a {
    padding: 2px 0;
}


.state-list {
    columns: 6;
    -webkit-columns: 6;
    -moz-columns: 6;
}


/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 1rem auto 1rem auto;
}

.alignright {
    float:right;
    margin: 1rem 0 1rem 20px;
}

.alignleft {
    float: left;
    margin: 1rem 20px 1rem 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #fff;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 0px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border-radius: 4px;
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 0.75rem;
    margin: 0;
    padding: 5px
}

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #eee;
	clip: auto !important;
	clip-path: none;
	color: #444;
	display: block;
	font-size: 1em;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}


/****************************************/



.rank-math-breadcrumb {
    font-size: 0.85rem;
}

.rank-math-breadcrumb  a{
    color: gray;
}

.rank-math-breadcrumb p {
    margin-bottom: 0.25rem;
}

.rank-math-breadcrumb .last {
    color: #cac9ca;
}


/* */
.post-gird .gird {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}

.post-gird .gird:hover {
    background-position: top left;
}

.post-gird .gird span {
    display: block;
}

.post-gird .gird-lg {
    height: 250px;
}

.post-gird .gird-lg .gird-footer {
    position: absolute;
    bottom: 15px;
    left: 20px;
    padding-right: 20px;
}

.post-gird .gird-lg .gird-footer .gird-title {
    font-size: 1.25rem;
    color: white;
    font-weight: bold;
}

.post-gird .gird-lg .gird-footer .gird-date {
    color: white;
}

.post-gird .gird-lg .gird-header {
    position: absolute;
    top: 15px;
    left: 20px;
    padding-right: 20px;
    font-size: 1rem;
    color: white;
    font-weight: bold;
    background-color: #003365;
    padding: 5px 15px;
}

.underline-heading {
    position: relative;
    margin-bottom: 1rem;
}

.underline-heading::after {
    content: "";
    background: #e58d00;
    position: absolute;
    bottom: -0.35rem;
    left: 0;
    height: 2px;
    width: 80px;
}

.form-control, .form-select {
    border: #e7e7e7 1px solid;
}

.form-control::placeholder, .form-select::placeholder {
    color: #c7c7c7;
}

.col-form-label.required::after , .form-label.required::after {
    content: '*';
    color: red;
    margin-left: 5px;
    font-size: 0.85rem;
}

.ck-editor__editable_inline {
    min-height: 300px;
}

/* Giao diện Tin Tức */
.single-post table {
    margin: 1rem 0;
    font-size: 1rem;
}

.single-post {
    font-size: 17px;
    line-height: norrmal;
}

.single-post .post-content a {
    color: var(--main-color);
}




/* Giao diện rao vặt */
.post-image {
    height: 280px;
    border-radius: 5px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.list-box:hover p {
    color: #003365;
    transition: 0.5s;
}


.one-line {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}


.two-line {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
     -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1.25rem;        
    height: 2.5rem;      
}



/* Responsive mb */
@media (max-width: 650px) { 
    
    h2 {
        font-size: 1.45rem;
    }
    

    .state-list {
        columns: 3;
        -webkit-columns: 3;
        -moz-columns: 3;
        font-size: 0.85rem;
    }
}


.pagination .page-link {
    background: #ffffff;
    border: #d8d8d8 1px solid;
    color: rgb(0, 0, 0);
    text-decoration: none;
}

.pagination .page-link.active, 
.pagination .page-link:hover, 
.pagination .page-item.active .page-link
{
    background: #003365;
    border: #003365 1px solid;
    color: white;
}

.pagination .page-item.active {
    background: #003365;
    color: white;
}


#menuMobile ul {
  font-size: 1.25rem;
}


.trending-label {
    position: absolute;
    color: white;
    top: 10px;
    font-weight: 500;
    right: 10px;
    padding: 2px 8px;
    background: #3bb64b;
    border-radius: 50px;
    font-size: 0.75rem;
    animation: color 4s infinite linear;
}

@keyframes color {
  0%   { background: #3bb64b; }
  20%  { background: #0b4212; }
  40%  { background: #3bb64b; }
  60%  { background: #0b4212; }
  80%  { background: #3bb64b; }
  100% { background: #0b4212; }
}


.trending-border {
    border: 1px solid #3bb64b;
}


/* Footer */

footer {
    padding: 60px 0 20px 0;
}

footer ul li {
    padding: 5px 0;
}

footer .icon-footer a {
    padding: 6px 6px 6px 0;
}

footer a {
   color: white;
   transition: all 0.2s ease;
}


footer a:hover {
    color: #f7a420;
    transition: all 0.2s ease;
    border-bottom: 1px #f7a420 dashed;
 }
 


.new-label {
    position: absolute;
    top: 10px;
    right: 10px;
    color: white;
    background: red;
    padding: 2px 8px;
    font-size: 0.75rem;
    border-radius: 3px;
}

.modal-header, .modal-footer, .modal-content {
    border: 0;
}

.modal-content {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;

}

.modal-header .btn-close {
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
}


.modal-header {
    background: #003365;
    color: white;
}

.modal-footer {
    justify-content: center
}


.lwptoc {
    margin: 1rem 0 !important;
}

.su-note-inner,  .su-note {
    border: none !important;
}




blockquote a {
    animation: color-change 3s infinite;
}

blockquote p::before {
    content: '✅';
    margin: 0 5px 0 0;
}

@keyframes color-change {
  0% { color: #003365; }
  50% { color: #e58d00; }
  100% { color: #003365; }
}

/*blockquote:before {*/
    
/*  color: #ccc;*/
/*  content: open-quote;*/
/*  font-size: 4em;*/
/*  line-height: 0.1em;*/
/*  margin-right: 0.25em;*/
/*  vertical-align: -0.4em;*/
  
/*}*/


/* 100 civics questions */
.tabs-content .tab-item {
    display: none;
}

.tabs-content .tab-item.active {
    display: block;
}

.single-classified-ad h1 {
    font-size: 1.5rem;
}

.single-classified-ad h2 {
    font-size: 1.5rem;
    font-weight: bold;
}

@media (min-width: 576px){
    .modal-dialog-ads {
        max-width: 800PX;
        margin: 1.75rem auto;
    }
}

.post-fixed-menu {
    z-index: 99999;
    position: fixed;
    right: 5px;
    bottom: 100px;
}

.post-fixed-menu span, .post-fixed-menu i {
    display: block;
    font-size: 0.85rem;
}


.main-header-mb {
    position: relative;
    width: 100%;
    transition: transform 0.3s ease, box-shadow 0.3s ease; 
    z-index: 999;
}

.main-header-mb.fixed {
    position: fixed;
    top: 0;
    left: 0;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    transform: translateY(0);
}

.main-header-mb:not(.fixed) {
    transform: translateY(0); 
}






.bg-state {
    border-radius: 5px;
    color: white;
    padding: 40px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.bg-state-ads {
    border-radius: 5px;
    color: white;
    padding: 20px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.bg-state-ads h2.title {
    font-size: 1.15rem;
}

.bg-state-ads .view-more {
    font-size: 0.9rem;
    border-bottom: 1px white dashed;
}





@media (max-width: 800px) {
    
    .state-information {
        
        flex-wrap: wrap;
        justify-content: center;
        
    }
    
    .state-information img.state-flag {
       margin-bottom: 25px;
    }
    
    .state-information .information {
        padding: 0 !important;
    }

    

}

.state-information {
    background: #f3f3f3;
    padding: 20px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    border: 1px #f3f3f3 solid;
}

.state-information img.state-flag {
    width: 200px;
}

.state-information h2.state-title{
    font-size: 1.5rem;
    color: #003365;
    margin-bottom: 0.5rem;
    font-weight: bold;
}

.state-information .state-description {
    color: #6c757d;
    font-size: 0.85rem;
}

.state-information .information {
   padding: 0 25px;
}

.post-comments {
    padding: 20px;
    border: 1px dashed #e0e0e0;
    border-radius: 10px;
}

.post-comments .comment{
    display: flex;
    margin-bottom: 25px;
}

.post-comments .comment .author{
    font-weight: bold;
}

.post-comments .comment .avatar {
    height: 55px;
    widtH: 55px;
    padding-right: 15px;
}

.post-comments .comment .avatar img {
    height: 40px;
    width: 40px;
    border-radius: 50rem;
}


.post-comments .comment .content {
    width: 100%;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 5px;
}

.post-comments .comment .description {
    color: #3a3a3a;
    font-size: 0.9rem;
}


.post-comments .comment .date {
    font-size: 0.75rem;
    color: gray;
    font-weight: 400;
    margin: 0 0 0 5px;
}

.post-comments .comment .pending {
    font-size: 0.75rem;
    color: white;
    font-weight: 400;
    margin: 0 5px 0 0;
    background: #e58d00;
    border-radius: 5px;
    padding: 0 8px;
}

/*#region Notifications*/
.noti-dropdown .noti-dropdown-menu {
    margin: 0;
    padding: 0;
    min-width: 22rem;
    -webkit-box-shadow: 0 2px 5px 0 rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.1);
    box-shadow: 1 2px 5px 0 rgb(0 0 0 / 10%);
    inset: 5px 0px auto auto !important;
}

.noti-dropdown .noti-dropdown-menu .dropdown-header {
    position: relative;
    border-bottom: 3px solid #dedede;
}

.noti-dropdown .noti-dropdown-menu .dropdown-footer {
    text-align: center;
    border-radius: 0 0 4px 4px;
}

.noti-dropdown .noti-dropdown-menu .dropdown-footer a.view-all-noti {
    display: block;
    padding: 8px 16px;
    color: #fff;
    background-color: #8bd850;
    border-radius: 0 0 4px 4px;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
}

.noti-dropdown .noti-dropdown-menu .dropdown-footer a.view-all-noti:hover {
    background-color: #77b747;
}

.noti-dropdown .noti-dropdown-menu .dropdown-header * {
    color: #262626;
}

.noti-dropdown .noti-dropdown-menu .noti-list {
    list-style: none;
    margin: 0;
    padding: 0;
    max-height: 350px;
    overflow: auto;
}

/* width */
.noti-dropdown .noti-dropdown-menu .noti-list::-webkit-scrollbar {
  width: 5px;
}

/* Track */
.noti-dropdown .noti-dropdown-menu .noti-list::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
.noti-dropdown .noti-dropdown-menu .noti-list::-webkit-scrollbar-thumb {
  background: #dddddd;
  border-radius: 5px;
}

/* Handle on hover */
.noti-dropdown .noti-dropdown-menu .noti-list::-webkit-scrollbar-thumb:hover {
  background: #c1c1c1; 
}

.noti-dropdown-menu .noti-list .noti-item {
    padding: 0.5rem 1rem;
}

.noti-item.new {
    background-color: #f3f9fa;
}

.noti-dropdown-menu .noti-list .noti-item:not(.new):hover {
    background-color: #fafafa;
}

.noti-dropdown-menu .noti-list .noti-item.new:hover {
    background-color: #e5f5f7;
}

.noti-list .noti-item .noti-thumbnail {
    width: 50px;
    height: 50px;
    margin-right: 12px;
    border-radius: 50rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.noti-list .noti-item .noti-content {
    flex: 1;
}

.noti-list .noti-item .noti-title {
    font-size: 13px;
    margin-bottom: 4px;
    font-weight: bold;
    color: #262626;
}

.noti-list .noti-item .noti-desc {
    display: -webkit-box;
    width: 100%;
    max-width: 100%;
    font-size: 12px;
    border-left: 3px solid #00b4d8;
    padding-left: 8px;
    margin-bottom: 4px;
    color: #262626;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.noti-list .noti-item .timeline,
.noti-list .noti-item .mark-as-read {
    font-size: 12px;
    color: #636363;
}

.noti-list .noti-item .mark-as-read {
    font-weight: 600;
}

.noti-list .noti-item .timeline {
    font-weight: 500;
}

@media(min-width: 768px) {
    .dropdown-header:after, .dropdown-header:before {
    	bottom: 100%;
    	left: 95%;
    	border: solid transparent;
    	content: "";
    	height: 0;
    	width: 0;
    	position: absolute;
    	pointer-events: none;
    }
    
    .dropdown-header:after {
    	border-color: rgba(255, 255, 255, 0);
    	border-bottom-color: #fff;
    	border-width: 3px;
    	margin-left: -3px;
    }
    .dropdown-header:before {
    	border-color: rgba(255, 255, 255, 0);
    	border-bottom-color: #fff;
    	border-width: 6px;
    	margin-left: -9px;
    }
}
/*#endregion Notifications*/



.kk-star-ratings.kksr-valign-bottom {
    margin-top: 0px !important;
}

.custom-kk-star-ratings .kk-star-ratings {
    justify-content: center;
} 


.scroll-menu-mobile {
    overflow-x: scroll;
    width: 100%;
    display: block;
    padding: 9px 15px;
}

.scroll-menu-mobile ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: -webkit-inline-box;
}


.scroll-menu-mobile li {
    font-size: 0.85rem;
    padding: 2px 12px;
    border-right: 1px #e0e0e070 solid;
}




ul.account-menu {
    list-style:none; 
    margin: 0; 
    padding: 0;
}

ul.account-menu li.item a {
    padding: 8px 15px;
    background-color: #f9f9f9;
    cursor: pointer;
    display: flex;
    align-items: center;
    border-radius: 5px;
    margin-bottom: 6px;
    border: 1px solid rgb(248, 248, 248);
    transition: all 0.2s ease-in-out;
}

ul.account-menu li.item a:hover {
    background: #003365;
    color: white;
    transition: all 0.2s ease-in-out;
}

ul.account-menu li.item i {
    margin-right: 10px;
}

ul.account-menu li.item span {
    display: flex;
}

.account-menu .item.active > a {
    background-color: var(--main-color);
    color: white;            /* màu chữ khi active */
}

.account-sub-menu .item.active > a {
    background-color: #accae7;
    color:  var(--main-color);
}



/* Sub menu */
ul.account-sub-menu {
    list-style:none; 
    margin: 0; 
    padding: 0;
}

ul.account-sub-menu li.item a {
    padding: 4px 40px;
    background-color: #f2f2f2;
    cursor: pointer;
    display: flex;
    align-items: center;
    border-radius: 6px;
    margin-bottom: 6px;
    border: 1px solid rgb(248, 248, 248);
    transition: all 0.2s ease-in-out;
    font-size: 0.95rem;
}

ul.account-sub-menu li.item a:hover {
    background: #003365;
    color: white;
    transition: all 0.2s ease-in-out;
}

ul.account-sub-menu li.item i {
    margin-right: 10px;
}

ul.account-sub-menu li.item span {
    display: flex;
}

.account-sub-menu {
    display: none;
    padding-left: 1rem;
    transition: all 0.5s ease-in-out;
}
.account-menu .item.active > .account-sub-menu {
    display: block;
    
}


.plan-card {
    border: 1px rgb(231, 231, 231) solid;
    padding: 20px;
}

.plan-card ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.plan-card.plan-premium .fa-solid.fa-circle-check, .plan-card.plan-paid .fa-solid.fa-circle-check {
    color: #198754;
}


.pin-card {
    border: 1px rgb(231, 231, 231) solid;
    padding: 10px 15px;
}



ul.ul-footer-block  {
    list-style: none;
    padding: 0;
}

ul.ul-footer-block li {
    padding: 5px 0;
}



 /* User Manager */
        
.bg-featured-1 {
    background-color: #ffe9f0;
}

.bg-featured-2 {
    background-color: #fff7e9;
}

.bg-featured-3 {
    background-color: #edffeb;
}

.bg-featured-4 {
    background-color: #ffe4ed;
}

.bg-featured-5 {
    background-color: #fffce5;
}



.post-card {
    display: flex;
    flex-direction: column;
    padding: 15px;
    height: 100%;
    background-color: white;
    font-weight: normal;
    border: 1px solid #eeeeee;
    position: relative;
}

.post-card.expired {
    background-color: rgb(255 251 251);
    border: 1px solid #ffe2e2;
}

.post-card.pending {
    background-color: rgb(241 246 249);
    border: 1px solid #cfe9ff;
}

.post-card.published {
    background-color: rgb(238, 255, 247);
    border: 1px solid #2fad7d4a;
}


.post-card .post-info {
    font-size: 12px;
    margin-bottom: 8px;
}

.post-card .post-info i {
    margin-right: 5px;
}

.post-card .post-title a  {
    color: black;
    text-decoration: none;
}

.post-card .post-title h6  {
    font-weight: bold;
}




.post-card .post-action {
    margin-top: auto;
}

.post-card .post-status {
    font-size: 11px;
    padding: 2px 6px;
    line-height: 1;
    min-width: 60px;
    border-radius: 10px;
    display: inline-flex;
    justify-content: center;
}


.post-status.expired {
    background-color: rgb(255, 193, 193);
    color: rgb(131, 0, 0);
}

.post-status.pending {
    background-color: rgb(180, 228, 255);
    color: rgb(0, 88, 139);
}

.post-status.publish {
    background-color: rgb(204, 255, 227);
    color: rgb(0, 107, 32);
}

.post-action a {
    font-size: 14px;
    font-weight: bold;
    color: #000f1d;
}

.button-3 {
    appearance: none;
    background-color: #2ea44f;
    border: 1px solid rgba(27, 31, 35, .15);
    border-radius: 6px;
    box-shadow: rgba(27, 31, 35, .1) 0 1px 0;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: -apple-system,system-ui,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji";
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    padding: 4px 12px;
    position: relative;
    text-align: center;
    text-decoration: none;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    vertical-align: middle;
    white-space: nowrap;
  }
  
.button-3:focus:not(:focus-visible):not(.focus-visible) {
    box-shadow: none;
    outline: none;
}

.button-3:hover {
    background-color: #2c974b;
}

.button-3:focus {
    box-shadow: rgba(46, 164, 79, .4) 0 0 0 3px;
    outline: none;
    }

.button-3:disabled {
    background-color: #94d3a2;
    border-color: rgba(27, 31, 35, .1);
    color: rgba(255, 255, 255, .8);
    cursor: default;
}

.button-3:active {
    background-color: #298e46;
    box-shadow: rgba(20, 70, 32, .2) 0 1px 0 inset;
}

.media-list {
    display: inline-flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.media-action {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.media-list .media-item {
    position: relative;
    flex-direction: column;
    border: 2px solid #edededc5;
    border-radius: 6px;
    cursor: pointer;
    margin: 2px;
}

/* .media-list .media-item:hover, */
.media-list .media-item.selected {
    border: 2px solid #003365
}

/* .media-list .media-item:hover img, */
.media-list .media-item.selected img {
    opacity: 0.65;
}

/* .media-list .media-item:hover .select, */
.media-list .media-item.selected .select {
    color: #004891;
}

.media-list .media-item img {
    max-width: 100px;
    display: inline-flex;
    margin: 1px;
    border-radius: 4px;
    opacity: 1;
}

.media-list .media-item .media-info{
    font-size: 10px;
    color: gray;
    padding: 4px 8px;
}

.media-list .media-item .media-info span {
    display: flex;
}

.media-list .media-item .select  {
    position: absolute;
    top: 10px;
    left: 10px;
    color: white;
    z-index: 2;
    font-size: 20px;
}


.nav-account .nav-link {
    color: unset;
}

.nav-account .nav-link.active,  .nav-account .nav-link:hover {
    background: #003365;
    color: white;
}


.offcanvas-menu ul {
    list-style: none;
    padding: 0;
}
.offcanvas-menu ul li a {
    display: block;
    padding: 10px 15px;
    color: #333;
    border-bottom: 1px solid #f1f1f1;
}
.offcanvas-menu ul li a:hover {
    background: #f1f1f1;
}



.button-highlight-combo {
    background-color: #ffc107; /* Màu nền ban đầu */
    color: #000; /* Màu chữ */
    padding: 10px 20px;
    border: 3px solid transparent; /* Viền ban đầu */
    border-radius: 8px; /* Bo góc */
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    animation: combo-effect 2s infinite; /* Kết hợp hiệu ứng */
}

@keyframes combo-effect {
    0% {
        background-color: #ffc107;
        border-color: transparent;
    }
    25% {
        background-color: #ff5722; /* Màu cam */
        border-color: #ff0000; /* Viền đỏ */
    }
    50% {
        background-color: #ffc107; /* Quay lại vàng */
        border-color: transparent;
    }
    75% {
        background-color: #4caf50; /* Màu xanh lá */
        border-color: #ff0000; /* Viền đỏ */
    }
    100% {
        background-color: #ffc107;
        border-color: transparent;
    }
}

.single-post:hover h3 {
    font-weight: bold;
}



.bookmark-post a {
    display: inline-block;
    font-size: 12px;
    border-bottom: 0;
    border-radius: 50rem;
    padding: 2px 10px;
    cursor: pointer;
}

.bookmark-post a.save {
    color: #3fa331;
    background-color: #f8f9fa;
    border: 1px solid #3fa331;
    transition: all 0.2s ease;

}

.bookmark-post a.save:hover {
    color: #fff;
    background-color: #3fa331;
    border: 1px solid #3fa331;
}

.bookmark-post a.un-save {
    color: #fff;
    background-color: #3fa331;
    border: 1px solid #3fa331;
    transition: all 0.2s ease;
}

.bookmark-post a.un-save:hover {
    color: #3fa331;
    background-color: #f8f9fa;
    border: 1px solid #3fa331;
}

.bookmark-post a:hover {
    text-decoration: none;
    border-bottom: 0;
}

.share-post {
    display: flex;
    align-content: center;
    align-self: center;
}

.share-post a {
    color: #2981d6;
    text-decoration: none;
    margin-right: 8px;
    line-height: 1;
}

.share-post a i {
    font-size: 1.5rem;
}

.bookmark-share {
    display: flex;
    justify-content: space-between;
    background-color: #f8f8f8;
    padding: 0 12px;
    border-radius: 8px;
}



.single-page h2 {
    font-size: 1.25rem;
    font-weight: bold;
}
               