/*
 Theme Name:   My Listing Child
 Theme URI:    http://mylisting.27collective.net/my-city/
 Description:  MyListing Child Theme
 Author:       27collective
 Author URI:   https://27collective.net/
 Template:     my-listing
 Version:      1.1
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         one-column, two-columns, three-columns, left-sidebar, right-sidebar, grid-layout, custom-menu, custom-logo, featured-images, footer-widgets, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready
 Text Domain:  my-listing-child
*/

/* Add listing button 
.button-1:visited {
    color: #000;
}*/

/* Woocommerce */
.pricing-item .plan-price>span {
	font-size: 90px!important;

}

.pricing-item .plan-name {
	font-size: 18px!important;
}

/* Form button */
div.wpforms-container-full .wpforms-form .wpforms-submit-container {
    text-align: right !important;
}

div.wpforms-container-full .wpforms-form button[type=submit] {
    margin: 0 !important;
    display: inline-block !important;
}

/* Disables clicking the Malaysia flag dropdown */
/* 1. Hide the actual dropdown arrow */
.wpforms-container .iti__arrow {
    display: none !important;
}

/* 2. Disable clicking on the flag area */
.wpforms-container .iti__selected-flag {
    pointer-events: none !important;
    cursor: default !important;
}

/* 3. Force-hide the country list if it somehow triggers */
.wpforms-container .iti__country-list {
    display: none !important;
    visibility: hidden !important;
}

/*what are you looking for?*/
.finder-title {
  display: none !important;
}

/* Hide TranslatePress flag images */
.trp-flag-image {
    display: none !important;
}

/* Change language icon */
.trp-flag-image {
    display: none !important;
}

.trp-menu-ls-item a::before {
    font-family: "Font Awesome 5 Free";
    content: "\f1ab";
    font-weight: 900;
	margin-right: 5px;
	color:#e4e6eb!important;
}

span.trp-menu-ls-label{
	color:#fff;
	opacity:1!important;	
}

/*dashboard stats icon*/
.mlduo-stat-box i{
    display: none;
}

#buddypress input#submit {
    margin-top: 15px;
}


/*login box*/ 
form.sign-in-form.login, form.sign-in-form.register {
    /*border: 1px solid #cfc8d8!important;*/
    padding: 20px!important;
    margin: 0!important;
    text-align: left!important;
    border-radius: 5px!important;
    /*box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.0705882353);*/
}


.login-container {
    background: none!important;
    min-height: 0!important;
    top: 0;
    width: 500px;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0!important;
}

/*login logo*/
.custom-login-logo {
    text-align: center;
    margin-bottom: 10px; /* reduce gap */
}

.custom-login-logo img {
    max-width: 90px; /* smaller = tighter look */
}

/*hide header logim*/
.hide-header-login .c27-main-header {
    display: none !important;
}

/* Remove top spacing */
.hide-header-login .site-content {
    padding-top: 0 !important;
    margin-top: 0 !important;
}

/*login align center*/ 
.hide-header-login .site-content {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
}

/* Remove WooCommerce extra width issues */
.hide-header-login .woocommerce {
    width: 100%;
    display: flex;
    justify-content: center;
}

/* Fix form width */
.hide-header-login .woocommerce form {
    width: 100%;
    max-width: 380px;
}

/* Remove inner container background */
.hide-header-login .container,
.hide-header-login .container-fluid {
    background: transparent !important;
}


.hide-header-login .container {
    max-width: 100% !important;
    width: 100% !important;
}

.hide-header-login .site-content {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
}

/* Fix Lost Password Page UI */
/* FIX: expand lost password container width */
.hide-header-login .form-lost-pw .col-md-4 {
    width: 100% !important;
    max-width: 420px;
    margin: 0 auto !important;
    float: none !important;
}

/* FIX: expand lost password container width */
.hide-header-login .form-lost-pw .col-md-4 {
    width: 100% !important;
    max-width: 420px;
    margin: 0 auto !important;
    float: none !important;
}

/* Force label visible */
.md-group {
    position: relative;
}

.md-group label {
    position: absolute;
    z-index: 2;
}

.md-group .select2-container {
    position: relative;
    z-index: 1;
}

.user-area .user-profile-name{
    color: #000!important;
}

#submit-job-form#submit-job-form .field > textarea {
    border-bottom-width: 1px !important;
    border-bottom-color: #ccc !important;
    padding: 15px 11px !important
}

textarea#job_description{
    background: #f4f4f4;
}

.c27-submit-listing-form .form-group .field textarea {
    min-height: 350px !important;
    line-height: 1.7;
}

 #submit-job-form .form-group.field-type-texteditor{
    padding: 20px !important;
 }

.explore-head {
    background: transparent!important;
    box-shadow: none!important;
}

#submit-job-form .field>input, #submit-job-form .field>textarea{
    font-size: 17px;
}

#submit-job-form .field-head label, .c27-work-hours~.form-group label, .form-group .location-actions .lock-pin label{
    font-size: 16px!important;
}

.daterangepicker .drp-calendar{
    max-width: 400px !important;
}

 .pf-body p{
    font-size: 18px;
    line-height: 1.8;
    margin: 1em 0;
}

.pf-body .md-list {
    list-style-type: disc;
    padding-left: 1.5em;
    margin: 0.5em 0;
}

.pf-body .md-list li {
    display: list-item;
    font-size: 18px;
    line-height: 1.8;
}


.timing-today{
    font-size: 14px;
}

.profile-header .profile-menu ul li a {
    font-size: 15px;
}

.woocommerce-MyAccount-navigation ul li a {
    font-size: 14px;
}

.ac-front-side .category-name {
    font-size: 15px!important;
}

#buddypress #item-nav div.item-list-tabs ul li a {
    font-size: 15px;
}

 #buddypress div.item-list-tabs#subnav ul li a{
    font-size: 15px;
 }

 #buddypress div.profile h2{
    font-size: 15px;
 }

#buddypress table.profile-fields tr td.label{
    font-size: 15px;
 }

#buddypress .standard-form legend{
    font-size: 15px;
    font-weight: 600!important;
}

#buddypress .standard-form legend{
    padding:10px 0px;
}

#buddypress .standard-form input[type=text]{
    font-size: 15px !important;
    
}

.profile p{
    font-size: 15px;
}

#buddypress .standard-form p.description {
    font-size: 100%;
}

#buddypress .standard-form label{
    font-size: 15px;
    margin-bottom: 10px !important;
}

#buddypress input[type=submit]{
    padding: 14px 0 !important;
}


/* Light mode：用白色版 SVG */
.profile-cover.profile-cover-no-img {
    background-image: url(https://negaraku.club/images/place-white.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    color: #000000 !important;
}

/* Dark mode：换回原本黑色版 SVG */
body.dark-mode .profile-cover.profile-cover-no-img {
    background-image: url(https://negaraku.club/images/place.svg);
    color: #ffffff !important;
}

body.dark-mode .listing-main-info h1, body.dark-mode .listing-main-info h2 {
    color: #e4e6eb !important;
    width: 100%;
}

.listing-main-info h1, .listing-main-info h2 {
    color: #000000 !important;
    width: 100%;}

.lf-item-info>h4 {
    font-size: 16px;
}

.lf-item-info-2 h4 {
    font-size: 16px;
}

.lf-item.lf-item-list-view .lf-item-info>h4 {
    font-size: 16px;
}

.explore-head .explore-types .type-info>h4 {
    font-size: 16px!important;
}

.lf-item-info-2 h6 {
    font-size: 15px!important;
}

.lf-item-info>ul li {
    font-size: 14px!important;
}

.i-nav ul li {
    font-size: 16px!important;
}

.i-dropdown li a {
    font-size: 16px!important;
}

.icon-flash:before {
    font-family: "FontAwesome";
    content: "\f521";
}

.user-profile-dropdown .i-dropdown li a i.icon-flash {
    top: 0px !important;
}

#submit-job-form .form-group{
    padding: 20px !important; 
}

/* buddypress */
li#activity-all {
    display: none;
}

#buddypress ul.item-list li div.item-title span {
    color: #e4e6eb;
}

.members.directory #buddypress #members-dir-list #members-list li .action a {
    background: #007fff;
}

.members.directory #buddypress #members-dir-list #members-list li .action a {
    color: #e4e6eb;
}

#members-list.item-list li .item-avatar img {
  width: 80px !important;   /* 控制显示尺寸 */
  height: 80px !important;
  object-fit: cover !important;
  border-radius: 50% !important;
}

/* Member Grid View */
#members-list.item-list {
  display: grid !important;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 16px;
  list-style: none !important;
  padding: 0 !important;
}

#members-list.item-list li {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  text-align: center !important;
  padding: 20px 16px !important;
  background: #1e1e1e;
  border-radius: 8px;
}

/* 头像居中 */
#members-list.item-list li .item-avatar {
  float: none !important;
  margin: 0 auto 12px auto !important;
  display: block !important;
}

#members-list.item-list li .item-avatar a,
#members-list.item-list li .item-avatar img {
  display: block !important;
  margin: 0 auto !important;
}

/* 名字和内容居中 */
#members-list.item-list li .item {
  float: none !important;
  width: 100% !important;
  margin: 0 !important;
  text-align: center !important;
}

#members-list.item-list li .item-title {
  text-align: center !important;
  margin-bottom: 8px !important;
}

/* 按钮居中，在名字下面 */
#members-list.item-list li .action {
  float: none !important;
  margin: 10px auto 0 auto !important;
  display: flex !important;
  justify-content: center !important;
  width: 100% !important;
  position: static !important;
}

#members-list.item-list li .action a,
#members-list.item-list li .action button {
  display: block !important;
  width: fit-content !important;
  margin: 0 auto !important;
}

/* 修正名字居中 */
#members-list.item-list li .item-title,
#members-list.item-list li .item-title a {
  display: block !important;
  text-align: center !important;
  width: 100% !important;
  float: none !important;
  margin: 0 auto !important;
}

/* 确保 item 内容不偏移 */
#members-list.item-list li .item-content {
  float: none !important;
  text-align: center !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}


/* 隐藏 Fancybox 左右箭头 */
.fancybox__nav {
    display: none !important;
}

.fancybox__content{
    background: none;
}

.f-thumbs__viewport {
    display: none;
}

.wp-block-embed__wrapper {
    display: flex;
    justify-content: center;
    margin: 0 auto;
}

.video-grid .col-md-4.col-sm-6.col-xs-12 {
    padding-right: 0;
    padding-left: 0;
}

/* 1. Reset <a> 去掉主题隐藏的 padding/margin */
body:not(.dark-mode) .special-menu-item a {
  color: #000000 !important;
  text-decoration: none !important;
  padding: 0 !important;
  margin: 0 !important;
  display: inline-block !important;
}

/* 2. 分隔符 */
body:not(.dark-mode) .special-menu-item:not(:last-child)::after {
  content: "|";
  color: #000000;
  display: inline-block !important;
  margin-left: 6px !important;
  margin-right: 6px !important;
  vertical-align: middle !important;
}

/* 3. Hover */
body:not(.dark-mode) .special-menu-item a:hover {
  text-decoration: underline !important;
  text-underline-offset: 4px;
}


/* ── Video Blog Card — YouTube 风格 ── */

.single-blog-feed {
    background: transparent !important;
    box-shadow: none !important;
    border-radius: 12px;
    padding: 9px;
    margin-bottom: 8px!important;
    /*border: 1.5px solid transparent !important;*/
    transition: background 0.15s ease, border-color 0.15s ease;
}
.single-blog-feed:hover {
    background: rgba(0, 145, 212, 0.1) !important;
    /*border-color: #00b8d4 !important;*/
}

.single-blog-feed .sbf-container {
    background: transparent !important;
    border-radius: 12px;
    overflow: hidden;
}

/* 缩略图 16:9 比例 */
.sbf-thumb {
    height: 0 !important;
    padding-bottom: 56.25% !important;
    border-radius: 12px !important;
    overflow: hidden;
    position: relative;
}
.sbf-thumb a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.sbf-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Hover 放大 */
.sbf-thumb:hover .sbf-background {
    transform: scale(1.03);
}

/* 标题区透明底，左对齐 */
.sbf-title {
    background: transparent !important;
    padding: 10px 4px 0 !important;
    text-align: left !important;
}
.sbf-title a {
    color: #000 !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    line-height: 1.4 !important;
}

/*.sbf-title a:hover {
    color: #007fff !important;
}*/

/* 隐藏摘要 */
.sbf-title p {
    display: none !important;
}

/* 分类 + 时间区 */
.single-blog-feed .listing-details {
    background: transparent !important;
    border: none !important;
    padding: 4px 4px 0 !important;
    height: auto !important;
}

/* 发布时间 */
.sbf-post-time {
    font-size: 12px;
    color: #aaaaaa;
    padding: 2px 4px 8px;
    display: none;
}

.blog-featured-image img {
    width: 100%;
    border-radius: 5px;
    display: none;
}

/* 播放按钮 — YouTube 红色 */
.sbf-play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 56px !important;
    height: 56px !important;
    background: rgba(220, 38, 38, 0.85) !important;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    transition: background 0.2s, transform 0.2s;
}
.sbf-thumb a:hover .sbf-play-btn {
    background: rgba(220, 38, 38, 1) !important;
    transform: translate(-50%, -50%) scale(1.1);
}
.sbf-play-btn i {
    color: #fff;
    font-size: 28px !important;
}

/* 日期标签 */
.lf-head-btn.event-date {
    font-size: 11px;
    padding: 3px 8px;
}

.sbf-container{
    box-shadow: none!important;
}

/* 对齐视频图片 */
.row.section-body.video-grid {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: flex-start !important;
}
.row.section-body.video-grid > div {
    float: none !important;
    position: relative !important;
    top: auto !important;
    left: auto !important;
}

/*Blog 日期*/
.lf-head-btn.event-date {
    font-size: 11px;
    padding: 3px 8px;
    display: none;
}

/* 去掉缩略图白色边 */
.sbf-thumb {
    background-color:transparent!important;
}


/* popup maker */
.pum-content.popmake-content h3,
.pum-content.popmake-content h4,
.pum-content.popmake-content h2,
.pum-content.popmake-content p {
    color: #000!important;
}

.pum-content.popmake-content a{
   color: #007fff!important;
}


.pum-theme-355 .pum-content + .pum-close, .pum-theme-content-only .pum-content + .pum-close {
    position: absolute;
    height: 36px;
    width: 36px;
    left: auto;
    right: -13px;
    bottom: auto;
    top: -13px;
    padding: 0px;
    color: #ffffff;
    font-family: Lucida Grande;
    font-weight: 100;
    font-size: 24px;
    line-height: 19px;
    border: 2px none #ffffff;
    border-radius: 26px;
    box-shadow: 0px 0px 15px 1px rgba(2, 2, 2, 0.75);
    text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.23);
    background-color: rgba(24, 119, 242, 1.00);
}

a.wp-block-button__link.has-background.has-text-align-center.wp-element-button:hover{
    color: #fff !important;
}

a.wp-block-button__link.has-background.has-text-align-center.wp-element-button{
    color: #fff !important;
}

/* blog page title */
section.i-section.archive-heading.no-description{
    padding-top: 40px;
    padding-bottom: 40px;
}


/* Submit listing 页面：预览按钮 50% */
.c27-submit-listing-form .preview-btn {
    flex-basis: calc(50% - 5px) !important;
}

/* Edit listing 页面：保存更改按钮 100% */
.edit-listing-form .preview-btn {
    flex-basis: 100% !important;
}

.skip-preview-btn {
    margin-bottom: 10px;
    flex-basis: calc(50% - 5px)!important;
}

.buttons {
    font-size: 15px;
}

button.preview-btn.buttons.button-5 {
    color: #000;
    background:rgba(0, 0, 0, .08);
    transition: color 0.3s ease;
}

button.preview-btn.buttons.button-5:hover {
    color: #000;
    background: rgba(0, 0, 0, .18);
    opacity: 0.8;
}

.button-2:hover{
    opacity: 0.8;
}

button.save-listing-button.buttons.button-5 {
    display: none;
}

.listing-quick-view-container .title-style-1 {
    display: none !important;
}

.open-now .pf-body .extra-details p{
    font-size: 15px !important;
}

.title-style-1 h5{
    font-size: 14px;
}

.add-listing-nav a {
    font-size: 16px!important;
}

.countdown-box .countdown-list li p {
    border-radius: 9px!important;
}

.map-block-address a {
    background: #007fff;
    color: #ffffff!important;  /* 或者 #fff */
}

.map-block-address a:hover {
    background: #007fff;
    color: #ffffff!important;  /* 或者 #fff */
    opacity: 0.7;
}

.outlined-list.details-list .term-icon.image-icon img {
    filter: none;
}

.outlined-list.details-list .term-icon.image-icon:hover  {
    opacity: 0.8;
}

.related-listing-block .event-host a:hover{
    color: #007fff;
}

.term-icon.image-icon img {
    height: 30px;
    width: 30px;
}

.countdown-box{
    background: #fff!important;
}

.countdown-box .title-style-1 h5 {
    color: #242429!important;
}

.countdown-box .countdown-list li span {
    color: #242429!important;
}

.countdown-box .countdown-list li p {
    color: #fff!important;
    background: #242429!important;
    border-bottom: 2px solid #007fff;
}

body.single-listing .countdown-box .title-style-1 i {
    color: #242429!important;
}

.listing-details .c27-listing-preview-category-list li a span.category-name {
    font-size: 14px !important;
}

.select2-dropdown {
    min-width: 260px !important;
}

/* Target salary value specifically */
.block-field-salary .pf-body p {
    font-weight: 600 !important;
}

/*hide promote button in listing options*/
#job-manager-job-dashboard table ul.job-dashboard-actions li.cts-listing-action-promote {
    display: none !important;
}

/*hide promote button in user dashboard*/
li.menu-item-204 {
    display: none !important;
}

/*blog page title*/
.archive-heading h1 {
    display: none;
}

.header-button:hover {
    opacity: 0.8;
}

/* 登录页 Logo 颜色 */
.login-header-inline img[alt="Logo"] {
    filter: brightness(0.9);
}


/* Video Blog Page */

/* 按钮本体 */
.page-heading-item {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    padding: 8px 16px;
    background: #FFFFFF;
    border: 1.5px solid rgba(0, 0, 0, .15);
    color: #333;
    text-decoration: none;
    transition: .2s ease;
    margin: 4px 6px;
    font-size: 15px;
}

/* hover / focus */
.page-heading-item:hover,
.page-heading-item:focus {
    border-color: #979797;
    color: #333;

}

/* Category Description Page - 按钮样式 */
.archive-page .archive-description p {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px;
}

.archive-page .archive-description p a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    padding: 8px 16px;
    background: #fff;
    border: 1.5px solid rgba(0, 0, 0, .15);
    color: #333;
    text-decoration: none;
    transition: .2s ease;
    font-size: 15px;
}

.archive-page .archive-description p a:hover,
.archive-page .archive-description p a:focus {
     border-color: #979797;
    color: #333;
}

/* Video 页面 (Posts Page) 单独覆盖，去掉 gap，恢复正常文字排版 */
body.blog .archive-page .archive-description p {
    display: block;
    gap: 0;
}

/* "投稿分享" 链接去掉按钮样式 */
.archive-page .archive-description p a.no-pill-style {
    display: inline;
    align-items: unset;
    justify-content: unset;
    border-radius: 0;
    padding: 0;
    background: transparent;
    border: none;
    color: #333;
    text-decoration: none;
}

/* 修正 mark 标签内边距过大问题 */
.archive-page .archive-description p a.no-pill-style mark {
    padding: .1em;
}

/* hover 效果：下划线 */
.archive-page .archive-description p a.no-pill-style:hover {
    border-color: transparent;
    color: #007fff;
    text-decoration: underline;
    text-underline-offset: 4px;
}

/*隐藏VIDEO PAGE原分页1，2*/
body.blog .project-changer {
    display: none;
}

/*Blog Comment Title*/
h2.case27-primary-text {
    display: none;
}

/*
 * submit button in the listing form.
 */ 
.listing-form-submit-btn {
	display: block!important;
}

.block-field-salary .pf-body p:not(:empty)::before {
    content: "RM";
    margin-right: 4px;
}


/* ===== 视频筛选下拉框样式 ===== */
.c27-video-filters {
    margin-top: 12px;
    gap: 10px;
}

.c27-video-filters select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
    border: transparent;
    border-bottom: 1px solid #bfbfbf;
    border-radius: 0px;
    padding: 8px 32px 8px 16px;
    font-size: 14px;
    font-weight: 500;
    color: #333;
    cursor: pointer;
    margin: 0 6px 8px;
    min-width: 110px;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;

    /* 自定义下拉箭头 */
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3e%3cpath fill='%23666' d='M1 1l5 5 5-5'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 14px center;
    background-size: 10px 6px;
}

.c27-video-filters select:hover {
    border-color: transparent;
}

.c27-video-filters select:focus {
    outline: none;
    border-color: transparent;
    /*box-shadow: 0 0 0 3px rgba(0, 127, 255, 0.15);*/
}

/* ===== Dark Mode 适配 ===== */
body.dark-mode .c27-video-filters select {
    background-color: transparent;
    border-bottom: 1px solid #757575;
    color: #e5e5e5;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3e%3cpath fill='%23aaa' d='M1 1l5 5 5-5'/%3e%3c/svg%3e");
}

body.dark-mode .c27-video-filters select:hover,
body.dark-mode .c27-video-filters select:focus {
    border-color: #007fff;
}

body.dark-mode .c27-video-filters select option {
    background-color: #1e1f22;
    color: #e5e5e5;
}

/* 手机端适配 */
@media (max-width: 480px) {
    .c27-video-filters select {
        min-width: 90px;
        font-size: 13px;
        padding: 7px 28px 7px 14px;
    }
}

form.search-form {
    display: none;
}

/* =============================================
   Dark Mode CSS
   ============================================= */

/*Blog Comment*/
body.dark-mode .comment-container {
    background: #242526;
}
   
/* Video 页面 (Posts Page) 单独覆盖，去掉 gap，恢复正常文字排版 */
body.dark-mode .blog .archive-page .archive-description p {
    display: block;
    gap: 0;
}

/* "投稿分享" 链接去掉按钮样式 */
body.dark-mode .archive-page .archive-description p a.no-pill-style {
    display: inline;
    align-items: unset;
    justify-content: unset;
    border-radius: 0;
    padding: 0;
    background: transparent;
    border: none;
    color: #333;
    text-decoration: none;
    font-size: 16px;
}

/* 修正 mark 标签内边距过大问题 */
body.dark-mode .archive-page .archive-description p a.no-pill-style mark {
    padding: .1em;
}

/* hover 效果：下划线 */
body.dark-mode .archive-page .archive-description p a.no-pill-style:hover {
    border-color: transparent;
    color: #007fff!important;
    text-decoration: underline;
    text-underline-offset: 4px;
}

/* Video Blog Page */

/* 按钮本体 */

body.dark-mode .page-heading-item {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    font-size: 16px;
    padding: 8px 16px;
    background: #242429;
    text-decoration: none;
    transition: .2s ease;
    margin: 4px 6px;
}

/* hover / focus */

body.dark-mode .page-heading-item:hover,
body.dark-mode .page-heading-item:focus {
    border-color: #9d9d9d;
    color: #e4e6eb !important;
}

body.dark-mode .archive-page .archive-description p a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    padding: 8px 16px;
    background: #242429;
    text-decoration: none;
    transition: .2s ease;
    font-size: 15px;
}

body.dark-mode.archive-page .archive-description p a:hover,
body.dark-mode .archive-page .archive-description p a:focus {
    border-color: #9d9d9d;
    color: #e4e6eb !important;
}


body.dark-mode #form-section-tcs a {
    color: #E23F44 !important;
}

body.dark-mode .countdown-box .title-style-1 h5 {
    color: #e4e6eb!important;
}

body.dark-mode .countdown-box .countdown-list li span {
    color: #e4e6eb!important;
}

body.dark-mode.single-listing .countdown-box .title-style-1 i {
    color: #e4e6eb!important;
}


body.dark-mode .add-listing-nav a {
    font-size: 16px!important;
}

body.dark-mode .ds-markdown-paragraph,
body.dark-mode li,
body.dark-mode .elementor-text-editor li {
  color: #e4e6eb;
}

body.dark-mode #buddypress div#message p, #sitewide-notice p {
    background: #131313;
}

body.dark-mode #buddypress #members-dir-search form#search-members-form,
body.dark-mode #buddypress>#members-directory-form .members .item-list li {
    background: #202125 !important;
}

body.dark-mode .explore-head .explore-types .type-info>h4 {
    font-size: 16px!important;
}

body.dark-mode .i-nav ul li {
    font-size: 16px!important;
}

body.dark-mode .i-dropdown li a {
    font-size: 16px!important;
}

body.dark-mode #submit-job-form .form-group {
    border-top: 1px solid rgba(0, 0, 0, 0.4);
}

.is-dark .directory.activity #buddypress .item-list-tabs ul li a,
.is-dark #buddypress #create-group-form .item-list-tabs ul li a,
.is-dark #buddypress #groups-directory-form .item-list-tabs ul li a,
.is-dark #buddypress #members-directory-form .item-list-tabs ul li a,
.is-dark #buddypress div.item-list-tabs#subnav ul li a {
    color: #bfbfbf !important;
}

body.dark-mode .single-blog-feed:hover {
    background: rgba(36, 37, 38, 1.0) !important;
    /*border-color: #00b8d4 !important;*/
}




/* =============================================
   LIGHT MODE — Header override (MyListing precise selectors)
   ============================================= */

/* Header background — .header-skin is the actual bg layer */
.c27-main-header .header-skin,
.c27-main-header:not(.header-scroll) .header-skin,
.c27-main-header.header-scroll-active .header-skin {
    background: #ffffff !important;
    border-bottom: 1px solid #e8e8e8 !important;
}

/* Header border bottom override */
.c27-main-header:not(.header-scroll) .header-skin {
    border-bottom: 1px solid #e8e8e8 !important;
}

/* Header nav links & text */
.c27-main-header .header-nav a,
.c27-main-header nav ul li a,
.c27-main-header .menu-item > a,
.c27-main-header .header-left a,
.c27-main-header .header-center a {
    color: #131313 !important;
}

/* 发布帖子 — 覆盖 .button-1 和 .buttons 的白色背景 */
.c27-main-header .header-right .header-button a.button-1,
.c27-main-header .header-right .header-button a.button-1:link,
.c27-main-header .header-right .header-button a.button-1:visited,
.c27-main-header .header-right .header-button a.button-1:hover,
.c27-main-header .header-right .header-button a.button-1:active,
.c27-main-header .header-right .header-button a.buttons,
.c27-main-header .header-right .header-button a.buttons:link,
.c27-main-header .header-right .header-button a.buttons:visited,
.c27-main-header .header-right .header-button a.buttons:hover,
.c27-main-header .header-right .header-button a.buttons:active {
    background-color: #007fff!important;
    background: #007fff!important;
    color: #ffffff !important;
    border-color: #007fff!important;
    border: none !important;
    opacity: 1 !important;
    visibility: visible !important;
}
.c27-main-header .header-right .header-button a.button-1 i,
.c27-main-header .header-right .header-button a.button-1 svg,
.c27-main-header .header-right .header-button a.buttons i,
.c27-main-header .header-right .header-button a.buttons svg {
    color: #ffffff !important;
    stroke: #ffffff !important;
}

.c27-main-header .header-nav a:hover,
.c27-main-header nav ul li a:hover {
    color: #007fff!important;
}

/* Header icons (search, hamburger, user) */
.c27-main-header i,
.c27-main-header .header-icon,
.c27-main-header svg {
    color: #131313 !important;
    stroke: #131313;
}

/* Dark Mode — Header background restore */
body.dark-mode .c27-main-header .header-skin,
body.dark-mode .c27-main-header:not(.header-scroll) .header-skin,
body.dark-mode .c27-main-header.header-scroll-active .header-skin {
    background: #18191a !important;
    border-bottom: 1px solid #18191a !important;
}

/* Dark Mode toggle button in header */
body:not(.dark-mode) .dark-mode-header-btn {
    border-color: rgba(0,0,0,0.3) !important;
    color: #131313 !important;
}

/* =============================================
   LIGHT MODE & DARK MODE — Specific Fixes
   ============================================= */

/* ── 1. LOGO ── */
.header .logo img,
.c27-main-header .logo img,
.c27-main-header .header-container .logo img {
    filter: brightness(0) !important;
    transition: filter 0.3s ease;
}
body.dark-mode .header .logo img,
body.dark-mode .c27-main-header .logo img,
body.dark-mode .c27-main-header .header-container .logo img {
    filter: brightness(0) invert(1) !important;
}

/* ── 2. 发布帖子 Button — 永远蓝色，icon白色 ── */
/* ── 发布帖子 Button — 覆盖所有状态包括 :visited :hover ── */
.c27-main-header .header-button a,
.c27-main-header .header-button a.buttons,
.c27-main-header .header-button a.button-1,


/* ── 3. LIGHT MODE — Header 一般 icon 深色 ──
   排除 .cat-icon（蓝色圆圈）内的 icon，避免覆盖白色   */
.c27-main-header i,
.c27-main-header svg {
    color: #131313 !important;
    stroke: #131313;
}

/* ── 4. LIGHT MODE — 蓝色圆圈 .cat-icon 内 icon 强制白色 ── */
.c27-main-header .cat-icon i,
.c27-main-header .cat-icon svg,
.c27-main-header span[style*="background-color"] i,
.c27-main-header span[style*="background-color"] svg,
.c27-main-header .header-icon i,
.c27-main-header .header-icon svg,
.c27-main-header .header-btn i,
.c27-main-header .header-btn svg {
    color: #ffffff !important;
    stroke: #ffffff !important;
}

/* ── 5. LIGHT MODE — 搜索框文字 ── */
.c27-main-header .quick-search-instance input,
.c27-main-header .quick-search-instance .search-keyword,
.c27-main-header #c27-header-search-form input {
    color: #131313 !important;
}
.c27-main-header .quick-search-instance input::placeholder {
    color: #888888 !important;
}

/* ── 6. LIGHT MODE — Scroll 后 sticky header 保持白色 ──
   用 body:not(.dark-mode) 确保只在 Light Mode 生效                        */
body:not(.dark-mode) .c27-main-header.header-scroll .header-skin,
body:not(.dark-mode) .c27-main-header.header-scroll-active .header-skin,
body:not(.dark-mode) .c27-main-header.header-scroll-active.header-scroll .header-skin,
body:not(.dark-mode) .c27-main-header.header-scroll-dark-skin .header-skin,
body:not(.dark-mode) .c27-main-header.header-scroll-dark-skin.header-scroll .header-skin,
body:not(.dark-mode) .c27-main-header.sticky .header-skin,
body:not(.dark-mode) .c27-main-header.is-sticky .header-skin {
    background: #ffffff !important;
    border-bottom: 1px solid #e8e8e8 !important;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .0705882353)!important;
}
/* Scroll 后导航文字保持深色 */
body:not(.dark-mode) .c27-main-header.header-scroll .header-nav ul li a,
body:not(.dark-mode) .c27-main-header.header-scroll nav ul li a,
body:not(.dark-mode) .c27-main-header.header-scroll .menu-item > a,
body:not(.dark-mode) .c27-main-header.header-scroll-active .header-nav ul li a,
body:not(.dark-mode) .c27-main-header.header-scroll-active .menu-item > a,
body:not(.dark-mode) .c27-main-header.header-scroll-dark-skin .header-nav ul li a {
    color: #131313 !important;
}
/* Scroll 后 icon 保持深色 */
body:not(.dark-mode) .c27-main-header.header-scroll i,
body:not(.dark-mode) .c27-main-header.header-scroll svg,
body:not(.dark-mode) .c27-main-header.header-scroll-active i,
body:not(.dark-mode) .c27-main-header.header-scroll-active svg,
body:not(.dark-mode) .c27-main-header.header-scroll-dark-skin i,
body:not(.dark-mode) .c27-main-header.header-scroll-dark-skin svg {
    color: #131313 !important;
    stroke: #131313;
}
/* Scroll 后蓝圆 .cat-icon 内 icon 白色 */
body:not(.dark-mode) .c27-main-header.header-scroll .cat-icon i,
body:not(.dark-mode) .c27-main-header.header-scroll .header-icon i,
body:not(.dark-mode) .c27-main-header.header-scroll-active .cat-icon i,
body:not(.dark-mode) .c27-main-header.header-scroll-dark-skin .cat-icon i {
    color: #ffffff !important;
    stroke: #ffffff !important;
}

/* ── 7. DARK MODE — 恢复所有 icon 为浅色 ── */
body.dark-mode .c27-main-header i,
body.dark-mode .c27-main-header svg {
    color: #e4e6eb !important;
    stroke: #e4e6eb;
}

/* ── 8. DARK MODE — 发布帖子 icon 白色 ── */
body.dark-mode .c27-main-header a[href*="add-listing"] i,
body.dark-mode .c27-main-header a[href*="add-listing"] svg,
body.dark-mode .c27-main-header .add-listing-btn i {
    color: #ffffff !important;
    stroke: #ffffff !important;
}

/* ── 9. DARK MODE — Scroll 后 sticky header 保持深色 ── */
body.dark-mode .c27-main-header.header-scroll .header-skin,
body.dark-mode .c27-main-header.header-scroll-active.header-scroll .header-skin,
body.dark-mode .c27-main-header.sticky .header-skin {
    background: #18191a !important;
    border-bottom: 1px solid #18191a !important;
}
body.dark-mode .c27-main-header.header-scroll .header-nav ul li a,
body.dark-mode .c27-main-header.header-scroll nav ul li a {
    color: #e4e6eb !important;
}

/* ── 10. DARK MODE — 用户名文字白色，背景透明去掉小方块 ── */
body.dark-mode .c27-main-header .header-right,
body.dark-mode .c27-main-header .header-right a,
body.dark-mode .c27-main-header .header-right span,
body.dark-mode .c27-main-header .user-profile-btn,
body.dark-mode .c27-main-header .user-profile-btn span,
body.dark-mode .c27-main-header .header-account span,
body.dark-mode .c27-main-header .header-account,
body.dark-mode .c27-main-header .account-name,
body.dark-mode .c27-main-header .header-right > div,
body.dark-mode .c27-main-header .header-right > a {
    color: #e4e6eb !important;
    background-color: transparent !important;
    background: transparent !important;
}

/* ── 10b. DARK MODE — .user-area .user-profile-name 背景透明（精准修复小方块）── */
body.dark-mode .c27-main-header .user-area .user-profile-name,
body.dark-mode .c27-main-header .user-area a.user-profile-name,
body.dark-mode .c27-main-header .header-right .user-area .user-profile-name {
    background-color: transparent !important;
    background: transparent !important;
    color: #e4e6eb !important;
}

/* ── 11. DARK MODE — User dropdown 只改 li a 颜色 ──
   绝对不碰 .i-dropdown 容器本身（JS 控制 opacity/visibility/background）
   只针对内部 li a 设颜色                                                  */
body.dark-mode .user-profile-dropdown ul.i-dropdown li,
body.dark-mode .user-profile-dropdown ul.i-dropdown li a {
    color: #e4e6eb !important;
    border-bottom-color: #ebebeb !important;
}

body.dark-mode .user-profile-dropdown ul.i-dropdown li a i,
body.dark-mode .user-profile-dropdown ul.i-dropdown li a svg {
    color: #e4e6eb !important;
    stroke: #e4e6eb !important;
}

/* ── 12. DARK MODE — 搜索栏「综合」文字白色 ── */
body.dark-mode .c27-main-header .quick-search-instance,
body.dark-mode .c27-main-header .quick-search-instance *,
body.dark-mode .c27-main-header #c27-header-search-form,
body.dark-mode .c27-main-header #c27-header-search-form * {
    color: #e4e6eb !important;
}
body.dark-mode .c27-main-header .quick-search-instance input::placeholder {
    color: #aaaaaa !important;
}

/* ── 13. DARK MODE — 主导航菜单文字白色 ── */
body.dark-mode .c27-main-header .header-nav ul li a,
body.dark-mode .c27-main-header nav ul li a,
body.dark-mode .c27-main-header .menu-item > a {
    color: #e4e6eb !important;
}

/* ── 14. DARK MODE — Quick search dropdown 下拉分类 ── */
body.dark-mode .quick-search-dropdown,
body.dark-mode .search-categories-dropdown,
body.dark-mode .c27-main-header .quick-search-dropdown * {
    background-color: #18191a !important;
    color: #e4e6eb !important;
}

/* =============================================
   DARK MODE - applied when body has .dark-mode
   ============================================= */
/* dark mode color /////////////////////////////////////////*/

/*footer link*/
body.dark-mode #menu-footer-links a:hover{
    color: #007fff;
}


body.dark-mode #buddypress input#submit:hover{
    background-color: #007fff!important;
    color: #ffffff !important;
}

/*buddypress menu*/
body.dark-mode #buddypress #item-nav{
    background: #202125;
}

body.dark-mode #buddypress #item-nav div.item-list-tabs ul li a{
    color: #e4e6eb;
}

body.dark-mode #buddypress div.item-list-tabs#subnav ul li a{
    color: #e4e6eb!important;
}

body.dark-mode #buddypress div.item-list-tabs ul li a span{
    color: #bfbfbf;
}

body.dark-mode #buddypress #header-cover-image{
    background-color: #131313!important;
    opacity: .8;
}

body.dark-mode #buddypress .standard-form.base{
    background: #18191a !important;
}

body.dark-mode #buddypress div.profile h2{
    color: #e4e6eb;
}

body.dark-mode legend#field_1-1{
    color: #e4e6eb;
}

body.dark-mode .field-visibility-settings-notoggle{
    color: #bfbfbf!important;
}

body.dark-mode #buddypress .standard-form input[type=text]{
    color: #e4e6eb !important;
    border-bottom: 1px solid #bfbfbf !important;
}

body.dark-mode #buddypress #item-body>.profile{
     background: #242429!important;
}

body.dark-mode #buddypress p.warning{
    background: #131313;
}

body.dark-mode #buddypress .standard-form textarea{
    background: #202125;
    border: 1px solid #202125;
}

body.dark-mode #buddypress input[type=submit]{
    background: #202125;
    border: 1px solid #202125;
}

body.dark-mode #buddypress .standard-form textarea, body.dark-mode #buddypress .standard-form textarea:focus{
    background: #18191a !important;
    border: 1px solid #202125 !important;
    color: #e4e6eb !important;
}

body.dark-mode #buddypress #whats-new-form{
    background:#202125 !important;
}

body.dark-mode #buddypress form#whats-new-form textarea{
    background: #202125;
}


body.dark-mode #buddypress .comment-reply-link:hover, body.dark-mode #buddypress .standard-form button:hover, body.dark-mode #buddypress a.button:focus, body.dark-mode #buddypress a.button:hover, body.dark-mode #buddypress div.generic-button a:hover, body.dark-mode #buddypress input[type=button]:hover, body.dark-mode #buddypress input[type=reset]:hover, body.dark-mode #buddypress input[type=submit]:hover, body.dark-mode #buddypress ul.button-nav li a:hover, body.dark-mode #buddypress ul.button-nav li.current a{
    border: 1px solid #007fff;
    
}

body.dark-mode form.sign-in-form .form-group input{
    border-bottom: 1.5px solid #bfbfbf;
}

/*Fix login box (make it clean white card)*/ 
body.dark-mode .hide-header-login .woocommerce form.login, body.dark-mode .hide-header-login .woocommerce form.register{
    /*background: #ffffff !important;*/
    padding: 30px;
    border-radius: 12px;
    /*box-shadow: 0 10px 30px rgba(0,0,0,0.08);*/
    border: 1px solid #eee;
}

/* Remove MyListing background layers */
body.dark-mode .hide-header-login body, body.dark-mode .hide-header-login .site, body.dark-mode .hide-header-login .site-content, body.dark-mode .hide-header-login .content-area, body.dark-mode .hide-header-login .page-wrapper{
    background: #ffffff !important;
}


/*login page*/
body.dark-mode #c27-site-wrapper{
    background-color: #131313!important;
}

body.dark-mode h1, body.dark-mode h2, body.dark-mode h3, body.dark-mode h4, body.dark-mode h5, body.dark-mode h6{
    color: #e4e6eb;
}

body.dark-mode a, body.dark-mode p{
    color: #e4e6eb!important;
}

body.dark-mode input, body.dark-mode textarea{
    color: #e4e6eb!important;
    /*border-bottom: 1.5px solid #e4e6eb !important;*/
}

body.dark-mode label{
    color: #e4e6eb!important;
}

body.dark-mode footer.footer{
    background: #18191a!important;
}

body.dark-mode .element{
    background: #242526!important;
    padding: 25px;
}

body.dark-mode .woocommerce form .form-row .input-text, body.dark-mode .woocommerce form .form-row select{
   background-color: #3a3b3c;
   border: #3a3b3c; 
}

body.dark-mode .title-style-1 h5{
    color: #e4e6eb;
}

body.dark-mode .woocommerce-page form .show-toggle-password, body.dark-mode .woocommerce form .show-toggle-password{
    color: #e4e6eb!important;
}


/*Home page serach bar*/
body.dark-mode .fs-tabs .tab-content{
    background: #242429!important;
}

body.dark-mode .select2-container--default .select2-selection--single .select2-selection__rendered{
    
    border-bottom: 1.5px solid #e4e6eb !important;
    padding-left: 10px;
}

body.dark-mode .geocode-location{
     color: #e4e6eb;
}

body.dark-mode .select2-container--default .select2-selection--single .select2-selection__arrow:before{
    color: #e4e6eb;
}

body.dark-mode .select2-container--default .select2-selection--single .select2-selection__arrow{
    right: 8px;
}

body.dark-mode span.select2-selection.select2-selection--single{
    background: #242429!important;
}

body.dark-mode .instant-results{
    background: #202125!important;
}

body.dark-mode .instant-results ul li.ir-cat{
    background: #202125!important;
    color: #e4e6eb!important;
    border-bottom: 0px!important;
}

body.dark-mode .dark-forms .instant-results-list li a:hover{
    background-color: #3a3b3c !important;
    color: #e4e6eb !important;
}

body.dark-mode .dark-forms .instant-results-list li a:hover .category-name{
    color: #e4e6eb !important;
}


body.dark-mode .pac-container .pac-item, body.dark-mode .select2-results__option{
    background: #202125!important;
    color: #e4e6eb;
}

body.dark-mode .select2-container--default .select2-results__option--highlighted[aria-selected]{
    background-color: #007fff;
    color: #e4e6eb;
}


body.dark-mode .select2-container--default .select2-search--dropdown .select2-search__field{
    background: #202125;
}

body.dark-mode .select2-dropdown{
    background-color: #202125;
}

/* header & expolore page*/
body.dark-mode .explore-head{
    background: #242429!important;
}

body.dark-mode .mobile-explore-head-top{
    background: #242429!important;
}

body.dark-mode .explore-head-top-filters, body.dark-mode .explore-head-top-filters a{
    background: #242429!important;
}

body.dark-mode .c27-main-header:not(.header-scroll) .header-skin{
    background: #18191a!important;
    border-bottom: 1px solid #18191a !important;
}

body.dark-mode .c27-main-header.header-scroll .header-skin{
    background: #18191a!important;
    border-bottom: 1px solid #18191a !important;
}

body.dark-mode .lf-type-2 .lf-item-info-2{
    background: #242526;
}

body.dark-mode .listing-preview .c27-footer-section{
    background: #242526;
}

body.dark-mode .listing-details .category-name{
    color: #e4e6eb;
}

body.dark-mode .ld-info ul li a{
    background: #131313;
}

body.dark-mode .ld-info ul li i{
    color: #e4e6eb;
}

body.dark-mode .lf-item-info-2 h6{
    color:#e4e6eb;
}

body.dark-mode .fl-results-no{
    color: #bfbfbf;
}

body.dark-mode .explore-head-search>i{
    color: #e4e6eb!important;
}

body.dark-mode .explore-head .explore-types>div:not(.active) > a i{
    color: #bfbfbf;
}

body.dark-mode .explore-head .explore-types>div.active > a i{
    color: var(--accent);
}


/*Header submenu drop down & placeholder text*/

body.dark-mode .i-dropdown{
    background: #202125!important;
}

body.dark-mode .dropdown-menu{
    border: 0px!important;
}

body.dark-mode ul.dropdown-menu>li>a:focus, body.dark-mode ul.dropdown-menu>li>a:hover{
    background: #202125!important;
    /*color: #007fff!important;*/
}

body.dark-mode input[type="text"]::placeholder{
    color: #bfbfbf;
}

body.dark-mode input[type="text"]::-webkit-input-placeholder{
    color: #bfbfbf;
}

body.dark-mode input[type="text"]:-ms-input-placeholder{
    color: #bfbfbf;
}

body.dark-mode input[type="search"]::placeholder{
    color: #bfbfbf;
    opacity: 1;
}

body.dark-mode input[type="search"]{
    -webkit-appearance: none;
    appearance: none;
}

/*ecplore page job section*/

body.dark-mode .lf-item.lf-item-list-view .lf-item-info{
    background: #202125;
}

body.dark-mode .lf-item.lf-item-list-view .lf-item-info>h4{
     color: #e4e6eb;
}

body.dark-mode .lf-item.lf-item-list-view .lf-item-info>ul li{
    color: #e4e6eb;
}

body.dark-mode .listing-preview .c27-footer-section{
    border-top: 1px solid #202125;
}

/*explore adv search*/
body.dark-mode .finder-search{
    background: #242429!important;
}

/*.finder-search input{
    border-bottom: 1px solid #bfbfbf !important;
}*/

body.dark-mode #finderSearch .datepicker-wrapper input[type="text"], body.dark-mode .search-filters .datepicker-wrapper input[type="text"]{
    border: none !important;
    border-bottom: 1.5px solid #bfbfbf !important;
    margin-bottom: 15px;
}
    

body.dark-mode #finderSearch .datepicker-form-group, body.dark-mode .search-filters .datepicker-form-group{
    margin-bottom: 20px;
}

body.dark-mode .form-group.fc-search{
    background: #242429!important;
}

body.dark-mode .form-group.fc-search:before{
    background: #242429!important;
}

body.dark-mode .select2-container--default .select2-selection--single .select2-selection__rendered{
    color: #bfbfbf;
}

/*add lisiting button, form, other*/
body.dark-mode .no-results-wrapper li.no_job_listings_found{
   color: #bfbfbf;
}

body.dark-mode .face.ac-front-side{
    background: #202125!important;
}

body.dark-mode h2.elementor-heading-title.elementor-size-default{
    color: #e4e6eb!important;
}

body.dark-mode .ac-front-side .category-name{
    color: #e4e6eb!important;
}

body.dark-mode .button-1{
  background: var(--accent);
}

body.dark-mode .button-1:hover{
    color: #fff;
    background: var(--accent);
    opacity: .8;
}

body.dark-mode .section-title h2{
    color: #e4e6eb;
}

/*body.dark-mode input#job_title.input-text{
    border-bottom: 1px solid #bfbfbf!important;
} */

body.dark-mode #submit-job-form .field>input{
    border-bottom-width: 1px !important;
}

body.dark-mode #submit-job-form .select2-selection--multiple>ul:before{
    opacity: 1!important;
    color: #bfbfbf;
}

body.dark-mode .select2-container--default .select2-selection--single .select2-selection__placeholder{
    color: #e4e6eb;
}

body.dark-mode input.address-field.pac-target-input{
    border-bottom: 1px solid #bfbfbf!important;
}

body.dark-mode button.preview-btn.buttons.button-5{
    color: #e4e6eb;
    background: #007fff;
    transition: color 0.3s ease;
}

body.dark-mode button.preview-btn.buttons.button-5:hover{
    color: #18191a;
    opacity: .8;
    
}

body.dark-mode button.save-listing-button.buttons.button-5{
    color: #e4e6eb;
    background: #007fff;
}

body.dark-mode button.save-listing-button.buttons.button-5:hover{
    color: #18191a;
    /* Optional: add transition for smooth effect */
    transition: color 0.3s ease;
    opacity: .8;
    
}

body.dark-mode button.skip-preview-btn.buttons.button-2:hover{
    color: #18191a;
}

body.dark-mode .add-listing-nav a i>span{
    background: #bfbfbf!important;
}

body.dark-mode .add-listing-nav li.active a{
    color: #007fff!important;
}

body.dark-mode i.mi.keyboard_arrow_up{
    color: #000;
}

body.dark-mode .c27-submit-listing-form .form-group .tab-content{
    background: #242429!important;
}

body.dark-mode .work-hours-repeater>input[type=button]{
     background: #007fff!important;
     color: #e4e6eb !important;
}

body.dark-mode .work-hours-repeater>input[type=button]:hover{
     background: #007fff!important;
     color: #e4e6eb !important;
     opacity: .8;
}

body.dark-mode .bl-tabs .nav-tabs>li.active>a{
    background: #18191a;
}

body.dark-mode .date-end, body.dark-mode .date-start, body.dark-mode .recur-details{
   background: #242429!important;
}

body.dark-mode input.display-value{
    border-bottom: 1.5px solid #e4e6eb;
}

body.dark-mode .input-text::placeholder{
    color: #888888 !important;
    opacity: 1 !important;
}

/*.repeater.social-networks-repeater {
    background: #18191a;
}*/

 body.dark-mode .social-networks-repeater>input[type=button]{
    color: #e4e6eb!important;
 }

body.dark-mode .social-networks-repeater>input[type=button]:hover{
    color: #e4e6eb!important;
    opacity: .8;
 }


/*text editor*/
body.dark-mode #submit-job-form .form-group.field-type-texteditor{
    padding: 20px!important; 
}

body.dark-mode textarea#job_description{
  background: #18191a;
}

body.dark-mode .c27-submit-listing-form .form-group .field textarea{
    min-height: 350px!important;
}

body.dark-mode .job-manager-message{
    background: #242526;
    color: #e4e6eb;
    border: 0px!important;
}

body.dark-mode .job-manager-error{
    background: #242526;
    color: #e4e6eb;
    border: 0px!important;
}

body.dark-mode .modal.modal-27.quick-view-modal.c27-quick-view-modal{
    background: #18191a!important;
}

body.dark-mode ::marker{
    color: #e4e6eb;
}

 body.dark-mode #submit-job-form .field>textarea{
    padding: 15px 11px!important;
 }

body.dark-mode .woocommerce-MyAccount-navigation ul li a{
    font-size: 14px;
}

body.dark-mode #submit-job-form .field>input{
    border-bottom-width: 1px !important;
    /*border-bottom: 1px solid #bfbfbf!important;*/
    font-size: 18px;
}

body.dark-mode .c27-submit-listing-form .form-group .field textarea{
    font-size: 17px;
    line-height: 1.7;
    padding: 14px 16px;
}

body.dark-mode .pf-body p{
    font-size: 16px;
    line-height: 1.8;
}

body.dark-mode .pf-body{
    word-break: break-word;
}

body.dark-mode .pf-body strong{
    letter-spacing: 0.5px;
}

body.dark-mode .lf-item-info-2 h4{
   font-size: 16px;
}

body.dark-mode .lf-item-info-2 h6{
  font-size: 15px;
}
 
body.dark-mode .lf-item-info>h4{
    font-size: 16px;
}


body.dark-mode #submit-job-form .field-head label, body.dark-mode .c27-work-hours~.form-group label, body.dark-mode .form-group .location-actions .lock-pin label{
    font-size: 16px!important;
}

body.dark-mode .add-listing-nav a{
    font-size: 16px!important;  
}

body.dark-mode #submit-job-form .round-icon .title-style-1 h5{
    font-size: 16px;
}


/* Force editor content to use correct font */
body.dark-mode .mce-content-body, body.dark-mode .mce-content-body p, body.dark-mode .mce-content-body div, body.dark-mode .mce-content-body span, body.dark-mode .mce-content-body h1, body.dark-mode .mce-content-body h2, body.dark-mode .mce-content-body h3, body.dark-mode .mce-content-body h4, body.dark-mode .mce-content-body h5, body.dark-mode .mce-content-body h6, body.dark-mode .mce-content-body li, body.dark-mode .mce-edit-area iframe body{
    font-family: "Roboto", "GlacialIndifference", sans-serif !important;
}

body.dark-mode{
    font-family: "Roboto", "GlacialIndifference", sans-serif !important;
}

/* Ensure textarea in HTML mode also uses correct font */
body.dark-mode .wp-editor-area, body.dark-mode .wp-editor-area:focus{
    font-family: "Roboto", "GlacialIndifference", sans-serif !important;
}


/*home search bar*/
body.dark-mode .location-wrapper input[type=text]{
    border-bottom: 1.5px solid #e4e6eb !important;
}

body.dark-mode .form-group.explore-filter.wp-search-filter.md-group{
    border-bottom: 1.5px solid rgb(228, 230, 235) !important;
}

body.dark-mode section.elementor-section.elementor-top-section.elementor-element.elementor-element-jgthffa.elementor-section-boxed.elementor-section-height-default.elementor-section-height-default{
    background: #131313;
}

/*user dashboard*/
body.dark-mode .mlduo-account-menu{
    background: #242429;
    border-bottom: transparent;
}

body.dark-mode .number-stats p span{
    color: #bfbfbf;
}

body.dark-mode .mlduo-welcome-message h1{
    color:#e4e6eb;
}

body.dark-mode .woocommerce-account .woocommerce-MyAccount-navigation>ul>li>a>i{
    color: #bfbfbf;
}

body.dark-mode span.ct-label.ct-horizontal.ct-end{
    color: #fff;
}

body.dark-mode .woocommerce table.job-manager-jobs tr{
    background:#242429;
}

body.dark-mode .l-type .listing-type .value{
    background: #007fff;
    color: #e4e6eb;
}

body.dark-mode .job-manager-jobs .label{
    color: #bfbfbf;
}

body.dark-mode .job-manager-jobs .value{
    color: #bfbfbf;
}

body.dark-mode #job-manager-job-dashboard table td.job_title{
    color: #e4e6eb;
}

body.dark-mode a.next.page-numbers, body.dark-mode a.prev.page-numbers{
   color: #e4e6eb;
   background:#242429;
}

body.dark-mode nav.job-manager-pagination ul li a{
    background:#242429;
}

body.dark-mode .mi.search:before{
    color: #bfbfbf;
}

body.dark-mode .round-icon .title-style-1 h5{
   color: #e4e6eb;
}

body.dark-mode ul.dash-table.no-list-style{
    color: #e4e6eb;
}

body.dark-mode .ct-label.ct-vertical.ct-start{
    color: #e4e6eb;
}

body.dark-mode .ct-grid{
    stroke: #eee!important;
}

body.dark-mode .animated-bars{
    background: #bfbfbf;
}
body.dark-mode .animated-bars:after, body.dark-mode .animated-bars:before{
  background: #bfbfbf;
}

body.dark-mode .dash-table .dash-table-group{
    background: #242429;
}

/*user profile and buddypress*/
body.dark-mode .profile-header{
  background-color: #18191a !important;
}

body.dark-mode .quick-listing-actions>ul>li>a span{
    color:  #e4e6eb!important;
}


body.dark-mode .quick-listing-actions>ul>li>a>i{
     color: #bfbfbf!important;
}


body.dark-mode input.button.job-manager-button-edit-listing.buttons.button-5{
    background: #3a3b3c;
}

body.dark-mode .items-counter{
    color: #bfbfbf;
}

body.dark-mode .quick-listing-actions>ul>li>a:hover{
    border: 1.5px solid #9d9d9d;
}

body.dark-mode #item-body>.profile>div.bp-widget{
    background: #242429!important;
}

body.dark-mode #buddypress table.profile-fields tr td.label{
    color: #bfbfbf!important;
}

/*blog*/
 body.dark-mode .post-cover-buttons>ul>li>div{
    color: #eee!important;
 }

 /*body.dark-mode .sbf-title{
    background: #242429!important;
 }*/

 body.dark-mode .sbf-container .listing-details{
    background: #242429;
 }

 body.dark-mode .listing-details-3 .details-list li span{
    color:  #e4e6eb;
 }

 body.dark-mode nav.job-manager-pagination ul li span.current{
    background-color: #007fff!important;
 }

 body.dark-mode .lf-item-container .event-host .host-name{
    color:  #e4e6eb;
 }

 body.dark-mode .listing-details-3 .details-list li i{
    color: #bfbfbf;
 }

 /*buddy press activity*/
 body.dark-mode #buddypress ul.item-list#activity-stream li.activity-item{
     background: #242429!important;
 }

body.dark-mode .directory.activity #buddypress .item-list-tabs ul li a{
    color:  #e4e6eb!important;
}

body.dark-mode .directory.activity #buddypress .item-list-tabs ul li.selected a span{
    color: #bfbfbf;
    border-color: #bfbfbf;
}

body.dark-mode #buddypress ul.item-list li img.avatar{
    width: 100%;
    height: 100%;
}

body.dark-mode #buddypress div.activity-meta a{
    background: #242429;
}

 body.dark-mode #buddypress a.button{
    background: #242429;
 }

body.dark-mode #buddypress div.activity-comments form div.ac-reply-content a.ac-reply-cancel:visited{
     background: #3a3b3c;
}

body.dark-mode #buddypress div.activity-comments form div.ac-reply-content a.ac-reply-cancel:visited:hover{
     background: #18191a!important;
     opacity: .8;
}

body.dark-mode #buddypress div.activity-comments form input:hover{
    background: #007fff!important;
    opacity: .8;
}

body.dark-mode #buddypress div.activity-comments form.root{
    border: 1px solid #bfbfbf;
    border-radius: 3px;
}

body.dark-mode #buddypress #whats-new::placeholder{
    color: #929292 !important;
}

body.dark-mode #buddypress a.bp-primary-action span{
    color: #bfbfbf;
}

body.dark-mode #buddypress div.activity-comments li form.ac-form{
     border: 1px solid #bfbfbf;
}

body.dark-mode div.wpforms-container-full, body.dark-mode div.wpforms-container{
    --wpforms-field-menu-color: #3a3b3c !important;
}

/* Scrollbar width */
body.dark-mode ::-webkit-scrollbar{
    width: 10px;
}

/* Track (background) */
body.dark-mode ::-webkit-scrollbar-track{
    background: #2b2b2b; /* dark background */
}

/* Thumb (the draggable part) */
body.dark-mode ::-webkit-scrollbar-thumb{
    background: #9aa0a6; 
    border-radius: 6px;
}

/* Hover effect */
body.dark-mode ::-webkit-scrollbar-thumb:hover{
    background: #bdc1c6;
}

/*explore filter*/
body.dark-mode .range-list a{
  background: #3a3b3c;
}

/*form*/
body.dark-mode .social-networks-repeater>input[type=button]{
    background: #007fff;
}

body.dark-mode .social-networks-repeater>input[type=button]:hover{
    background: #007fff;
    opacity: .8;
}

/*single page*/
body.dark-mode .quick-listing-actions>ul>li>a{
    background: #242429!important;
}

body.dark-mode .quick-listing-actions>ul>li:hover>a{
    background:#007fff;
}

body.dark-mode textarea::placeholder{
  color: #999;
  opacity: 1;  /* Firefox requires this to maintain color consistency */
}

/* For older browsers */
body.dark-mode textarea::-webkit-input-placeholder{ color: #999; }  /* Chrome, Safari, Opera */
body.dark-mode textarea::-moz-placeholder{ color: #999; opacity: 1; }  /* Firefox 19+ */
body.dark-mode textarea:-ms-input-placeholder{ color: #999; }  /* IE 10-11 */
body.dark-mode textarea:-moz-placeholder{ color: #999; opacity: 1; }  /* Firefox 18- */


/* 🔥 MyListing Add Listing Save Loader (EXACT TARGET) */

/* Fullscreen background */
body.dark-mode .loader-bg.main-loader.add-listing-loader{
    background: #18191a !important; /* ← change this */
}

/* Spinner color */
body.dark-mode .paper-spinner .spinner-layer{
    border-color: #007fff!important; /* ← spinner color */
}

/* Loading text */
body.dark-mode .add-listing-loading-message{
    color: #e4e6eb !important; /* ← text color */

}
/*promote*/
body.dark-mode .modal-content .sign-in-box{
    background: #242429;
}

body.dark-mode .promo-item-details span{
    color: #f7df06;
}

body.dark-mode .promo-item-icon i{
    background: #007fff;
}

body.dark-mode .modal-27.in .share-options{
    background: #242429;
}

/*set time form*/
body.dark-mode a.copy-confirm.buttons.button-5{
    background: #007fff;
}

body.dark-mode .mylisting-dialog-wrapper{
   background: #18191a;
   border-top: 3px solid #007fff;
   color: #e4e6eb;
}

body.dark-mode .mylisting-dialog--dismiss{
    background: #3a3b3c;
}

/*buddypress*/
body.dark-mode #buddypress .activity-header a:not(.view){
    color: #e4e6eb !important;
}

body.dark-mode #buddypress .standard-form{
    padding: 20px !important;
}

body.dark-mode legend#field_1-1{
    font-weight: 600 !important;
}

body.dark-mode legend#field_19-1{
    color: #e4e6eb;
    font-weight: 600 !important;
}

body.dark-mode legend#field_2-1{
    color: #e4e6eb;
    font-weight: 600 !important;
}

body.dark-mode #buddypress .field-visibility-settings-notoggle{
    padding-bottom: 0px;
}

/*body.dark-mode li#activity-all{
    display: none;
}*/

body.dark-mode .quick-view-modal .quick-view-alternate .mc-left{
    background-color:#3a3b3c !important;
}

body.dark-mode small.description{
    color: #fff;
}

/* Selected box */
body.dark-mode .select2-container--default .select2-selection--single{
    background-color: #3a3b3c !important;
    /*border: 1px solid #3a3b3c !important;*/
    color: #fff !important;
}

/* Text */
body.dark-mode .select2-selection__rendered{
    color: #e4e6eb !important;
}

/*body.dark-mode #buddypress .select2-container--default .select2-selection--single .select2-selection__rendered{
    padding-left: 10px;
}*/

body.dark-mode ul#select2-field_2-results{
    background: #3a3b3c !important;
}


/* Dropdown */
body.dark-mode .select2-dropdown{
    background-color: #3a3b3c !important;
}

/* Options*/ 
body.dark-mode .select2-results__option{
    background-color: #3a3b3c !important;
    color: #e4e6eb !important;
}

/* Hover */
/* Hover (when moving mouse) */
body.dark-mode .select2-container--default .select2-results__option--highlighted{
    background-color: #3a3b3c  !important;
}


body.dark-mode .select2-results__option{
    white-space: nowrap !important;
    

}

body.dark-mode .select2-selection__rendered{
    white-space: nowrap !important;
}

body.dark-mode .select2-dropdown{
    min-width: 260px !important;
}

body.dark-mode .repeat-message>span{
    color: #e4e6eb;
}

body.dark-mode .primary-category .cat-icon{
    background-color: #242429 !important;
}

/* tiktok icon */
body.dark-mode .tiktok-svg svg{
    width: 22px!important;
    height: 22px!important;
    fill: currentColor;
}

body.dark-mode .tiktok-svg:hover svg{
    transform: scale(1.1);
    transition: 0.2s ease;
}

body.dark-mode .tiktok-svg:hover, body.dark-mode a[data-network="Tiktok"]:hover{
    background: #1a1a1a !important;
}

body.dark-mode .countdown-box .countdown-list li p{
    background: #18191a!important;
    border-bottom: 2px solid #007fff
}

/*.countdown-box {
    background: var(--accent) !important;
}
*/
body.dark-mode a.add-to-google-cal, body.dark-mode a.add-to-i-cal{
   color: #e4e6eb!important;
   background: #18191a!important;
}

 body.dark-mode a.add-to-i-cal:hover{
   color: #e4e6eb!important;
   background: #007fff!important;
}

body.dark-mode a.add-to-google-cal:hover{
    color: #e4e6eb!important;
   background: #007fff!important;
}

body.dark-mode a.add-to-google-cal i, body.dark-mode a.add-to-i-cal i{
    font-size: 13px;
    padding: 0 5px 0 0;
    color: #949494 !important;

}

/* 1. Reset the link itself to remove hidden theme gaps */
body.dark-mode .special-menu-item a{
    color: #e4e6eb !important;
    text-decoration: none !important;
    padding: 0 !important;   /* Force remove theme padding */
    margin: 0 !important;    /* Force remove theme margin */
    display: inline-block !important;
}

/* 2. Style the separator with equal margins */
body.dark-mode .special-menu-item:not(:last-child)::after{
    content: "|";
    color: #e4e6eb;
    display: inline-block !important;
    /* Use equal margins on Left and Right */
    margin-left: 6px !important; 
    margin-right: 6px !important;
    vertical-align: middle !important;
}

/* 3. Hover underline (Text only) */
body.dark-mode .special-menu-item a:hover{
    text-decoration: underline !important;
    text-underline-offset: 4px;
}


body.dark-mode .no-listings{
    color: #bfbfbf; /* Replace with your desired color hex */
}

body.dark-mode .woocommerce-message{
    background: #242429!important;
    color: #e4e6eb!important;
}

body.dark-mode .woocommerce-message{
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
}

 body.dark-mode .woocommerce-EditAccountForm legend{
    color: #e4e6eb;
    border-bottom: 0px;
 }

body.dark-mode .woocommerce-error{
    background: #242429!important;
    color: #e4e6eb!important;
    box-shadow:none;
}

body.dark-mode .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:before{
    color: #f0f0f0;
}

body.dark-mode .pricing-item{
    background: #242526 !important;;
}

body.dark-mode .pricing-item .plan-price span.woocommerce-Price-currencySymbol{
    color: #e4e6eb;
}

body.dark-mode .pricing-item .plan-price>span{
   color: #e4e6eb!important;
}

body.dark-mode .plan-features li{
    color: #e4e6eb!important;
}

body.dark-mode .pricing-item .plan-name{
    color: #e4e6eb!important;
}

body.dark-mode .job_listing_preview_title{
    background: #18191a !important;
}

body.dark-mode a.taxonomy-back-btn{
    background: #007fff!important;
}

body.dark-mode .gradient1{
    background: linear-gradient(270deg, #22E1FF, #1D8FE1)!important;
}

body.dark-mode .profile-cover.profile-cover-no-img{
    background-image: url(http://18.test/images/place.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;

}

body.dark-mode .daterangepicker .drp-calendar{
    max-width: 400px !important;
}

body.dark-mode .taxonomy-back-btn{
    font-size: 0 !important;
}

body.dark-mode .taxonomy-back-btn i{
    font-size: 20px !important;
    vertical-align: middle;
}

body.dark-mode .taxonomy-back-btn::after{
    content: "返回";
    font-size: 14px;
    vertical-align: middle;
}

body.dark-mode .number-stats p{
    font-size: 15px!important;
}

body.dark-mode p.item-attr{
    font-size: 14px;
}

body.dark-mode p.item-property{
    font-size: 14px;
}

body.dark-mode p.work-hours-timezone{
    font-size: 13px;
}

body.dark-mode .outlined-list.details-list .term-icon.image-icon img{
    filter: none;
}

body.dark-mode .term-icon.image-icon img{
    height: 25px;
    width: 25px;
}

body.dark-mode .event-picker .date-add-new, body.dark-mode .social-networks-repeater>input[type=button]{
    margin-bottom: 10px;
}


body.dark-mode #explore-taxonomy-tab{
        padding-bottom: 120px !important;
    }


body.dark-mode #finderSearch .datepicker-wrapper:before, body.dark-mode .search-filters .datepicker-wrapper:before{
    color: #e4e6eb !important;
}

@media only screen and (max-width: 1200px) {

    body.dark-mode a.close-filters-27, body.dark-mode a.reset-results-27{
       
        color: #242429!important;
        
    }

}


@media only screen and (max-width: 1200px) {
    body.dark-mode .listing-main-info{
        
        background: #202125;
        
    }
}

@media only screen and (max-width: 1200px) {
    body.dark-mode .listing-main-info .profile-name h1, body.dark-mode .listing-main-info .profile-name h2{
        color: #e4e6eb;
    }
}

@media only screen and (max-width: 1200px) {

    body.dark-mode .finder-search{
        background:#242429 !important;
    }

}

@media only screen and (max-width: 1200px) {
    body.dark-mode .header-menu-left .i-nav>ul, body.dark-mode .header-menu-right .i-nav>ul{
        background: #242429;
    }
}

@media only screen and (max-width: 1200px) {

    body.dark-mode .c27-main-header.header-scroll .i-nav.mobile-menu-open, body.dark-mode .i-nav{
        background-color: #131313 !important;
    }

}

@media only screen and (max-width: 1200px) {
    body.dark-mode .user-profile-dropdown .user-profile-name{
        color: #e4e6eb !important;
        
    }
}

@media only screen and (max-width: 1200px) {
    body.dark-mode .user-profile-dropdown .user-profile-name .submenu-toggle i{
        color: #fff!important;
    }
}

@media only screen and (max-width: 1200px) {
    body.dark-mode .mnh-close-icon i{
        color: #fff !important;
    }
}

@media only screen and (max-width: 1200px) {
    body.dark-mode .i-nav ul li a:hover{
        color: #007fff!important;
    }
}

body.dark-mode .mobile-user-menu{
    background: #242526!important;
}


/*forget password width horizontal overflow bug.*/
body.dark-mode .hide-header-login .row{
    margin-left: 0 !important;
    margin-right: 0 !important;
}

/* hide listing section on buddypress */
body.dark-mode li#c27-bp-listings-personal-li{
    display: none !important;
}

/*cart chekout*/
body.dark-mode .woocommerce table.shop_table td.actions{
    background: #242429 !important;
}

body.dark-mode tr.woocommerce-cart-form__cart-item.cart_item .product-price span, body.dark-mode tr.woocommerce-cart-form__cart-item.cart_item .product-subtotal span{
    color: #e4e6eb !important;
}

body.dark-mode .job-manager-submitted-paid-listing-actions a.button{
    background-color:  #007fff!important; /* 蓝色 */
    color: #ffffff !important;
    border-color:  #007fff!important;
}

body.dark-mode .woocommerce-cart .element .pf-body .cart-collaterals{
    background-color: #242526;
    border-radius: 5px;
    border-top: 0px;
}

body.dark-mode .woocommerce-cart .element .pf-body .woocommerce-cart-form table.shop_table tbody tr.cart_item td a.remove{
    color: #fff !important;
    border: 1px solid #757575;
}

body.dark-mode .woocommerce-cart .element .pf-body .woocommerce-cart-form table.shop_table tbody tr.cart_item td a.remove:hover{
    color: #fff !important;
    background: #007fff!important;
    border: 1px solid #007fff;
}

body.dark-mode .cart-collaterals .cart_totals h2, body.dark-mode .cart-collaterals .cross-sells h2{
    color: #e4e6eb;
}

body.dark-mode tr.cart-subtotal, body.dark-mode tr.order-total{
    color: #e4e6eb;
}

body.dark-mode td.product-price, body.dark-mode td.product-subtotal{
    white-space: nowrap;
}

body.dark-mode .woocommerce form.checkout #order_review table.woocommerce-checkout-review-order-table{
    background-color: #242526 !important;
}

body.dark-mode th.product-name, body.dark-mode th.product-total, body.dark-mode td.product-name, body.dark-mode td.product-total{
    color: #e4e6eb;
}

body.dark-mode .woocommerce .woocommerce-checkout .woocommerce-checkout-payment#payment{
    background: #242526;
}

body.dark-mode #order_review .woocommerce-checkout-payment ul.wc_payment_methods .wc_payment_method .payment_box{
    background: #18191a !important;
}

body.dark-mode #order_review .woocommerce-checkout-payment ul.wc_payment_methods .wc_payment_method .payment_box:before{
    border-bottom-color: #18191a !important;
}

body.dark-mode .woocommerce ul.order_details li strong{
    color:  #e4e6eb;
}

body.dark-mode .woocommerce-order-details .woocommerce-table.woocommerce-table--order-details *{
    color: #e4e6eb;
}

body.dark-mode .related.products>h2, body.dark-mode .up-sells h2, body.dark-mode .woocommerce-customer-details h2, body.dark-mode .woocommerce-order-details__title, body.dark-mode .woocommerce-Reviews .comment-reply-title, body.dark-mode .woocommerce-Tabs-panel h2{
    color: #e4e6eb;
} 

body.dark-mode .woocommerce .woocommerce-customer-details, body.dark-mode .woocommerce .woocommerce-order-details, body.dark-mode .woocommerce .woocommerce-order-downloads{
    color: #e4e6eb;
} 

body.dark-mode ul.woocommerce-error:focus{
    outline: none !important;
}

body.dark-mode .woocommerce-order-details h2.woocommerce-order-details__title{
    color: #e4e6eb;
}

/*plan price*/
body.dark-mode .pricing-item .plan-price{
    display: none;
}

body.dark-mode .plan-features li{
    font-size: 16px!important;
}

body.dark-mode .package-available .dropdown-menu{
    background: #18191a!important;
}

body.dark-mode a.buttons.button-5.cts-trigger-buy-new{
    background: #13bf2a;
}



/*end dark mode color////////////////////////////////////////////////*/


body.dark-mode .buttons{
    font-size: 15px;
}

body.dark-mode .checkbox-plan-list .checkbox-plan-desc{
    font-size: 13px!important;
}

body.dark-mode .package-available>.use-package-toggle{
    font-size: 15px!important;
}

/* 隐藏 view_headline 后面的 h5 */
body.dark-mode .title-style-1 .view_headline + h5{
    display: none;
}

body.dark-mode .icon-flash:before{
  font-family: "FontAwesome";
  content: "\f521"; /* 换成你字体库里 \2605 star.crown \f521 对应的 unicode */
}

body.dark-mode .ad-badge i{
    font-size: 15px;
    top: 0px;
}

/* 修复被屏蔽页面的 404 样式 */
body.dark-mode .no-results-wrapper .no-results-icon, body.dark-mode .no-results-wrapper > li{
    margin-bottom: 20px;
}

/*body.dark-mode i.no-results-icon.material-icons.mood_bad{
    left: 0;
    transform: none;
}*/

body.dark-mode .no-results-wrapper{
    padding-bottom: 150px !important;
}

