
:root {
  --activeText: #014b40;
  --activeBg:#affebf;
  --inactiveText: #616161;
  --inactiveBg:#0000000f;
  --statusBorderRadius:10px;
  --statusPadding:5px 10px;
  --primary-color: #1e40af;
  --custom-padding: 2rem;
  --text-color: #f9fafb;
}
.dark-theme {
  --primary-color: #0f172a;
  --text-color: #ffffff;
}

html {
    font-size: 14px!important;
}

body {
	 font-family: 'Inter'!important;
	 font-size: 14px !important;
   color: #000000!important;
}

.tailwind_apply .wk-icon{
  font-size: 20px;
  text-align: center;
}


.tailwind_apply .text-dark-gray {
  --tw-text-opacity: 1;
  color: rgb(68 68 68 / var(--tw-text-opacity, 1));
}

.tailwind_apply .group:hover .group-hover\:text-light-cyan {
  --tw-text-opacity: 1;
  color: rgb(12 116 132 / var(--tw-text-opacity, 1));
}


.tailwind_apply .active-status{
  border-radius: var(--statusBorderRadius);
  padding: var(--statusPadding);
  background-color: var(--activeBg);
  color:var(--activeText);
}

.tailwind_apply .inactive-status{
  border-radius: var(--statusBorderRadius);
  padding: var(--statusPadding);
  background-color: var(--inactiveBg);
  color:var(--inactiveText);
}

.tailwind_apply header .p {
    margin: 0!important;
}

.tailwind_apply .tail-hidden {
  display: none;
}
@media (min-width: 768px) {
  .tailwind_apply .tail-md-block {
    display: block;
  }
}
#mvm-body-id hr {
    margin-top: 20px;
    margin-bottom: 20px;
}

#mvm-layout-right{
  width: 100%;
  border-radius:20px;
}
#mvm-body-id #page-heading {
     padding: 15px;
}
#mvm-layout-right .footer p{
  text-align: center;
  color: #000000;
  font-weight: 300;
}
#header-id, #mvm-header-id{
  position: sticky;
  top: 0;
  z-index: 50;
}
.wk-flex-class {
    display: flex;
}

#mvm-header-id::before ,#mvm-footer-id {
background-color: white;
}
#mvm-footer-id footer{
  color: #000000!important;
  padding-top: 0px!important;
}
#mvm-body-id{
  height: calc(100vh-100px);
}
@media (min-width: 768px) {
    #mvm-header-id header{
        border-top-left-radius: 20px;
        border-left-width: 1px;
    }
    #mvm-footer-id footer{
        border-bottom-left-radius: 20px;
        border-left-width: 1px;
    }
    #mvm-body-id{
        border-left: 1px solid #CCD3DF;
    }
}


.wk-zenith-btn {
    background-color: var(--themeColor);
    color: var(--themeTextColor);
    padding: 10px 16px;
    border-radius: 4px;
    box-shadow: 15px 3px 15px rgba(68,68,68,0.3);
    transition: all 0.3s ease;
    -moz-animation: all 0.3s ease;
    -webkit-animation: all 0.3s ease;
    -o-animation: all 0.3s ease;
}
.wk-zenith-btn:hover {
    box-shadow: none;
    opacity: 0.9;
}
.wk-zenith-tabs-container{
    border: 1px solid #CCC;
    margin-bottom: 10px;
    background-color: #FFF;
    border-radius: 6px;
}
.wk-zenith-tabs{
    padding-left: 8px;
    padding-right: 8px;
}
.wk-zenith-tabs > ul::-webkit-scrollbar {
    height: 2px;
}
.wk-zenith-tabs > ul:hover::-webkit-scrollbar {
    height: 5px;
}
.wk-zenith-tabs > ul::-webkit-scrollbar-thumb {
    border-radius: 10px;
}
.wk-zenith-tabs > ul::-webkit-scrollbar-thumb:hover {
    background: #555;
}
.wk-zenith-tabs li{
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    padding: 10px 8px;
    white-space: nowrap;
}
.wk-zenith-tabs li.active{
    border-bottom: 2px solid var(--themeColor);
    color: var(--themeColor);
}
.wk-zenith-tabs li.active a{
    cursor: default;
}
.wk-zenith-tabs-more-option > p{
    display: flex;
    align-items: center;
    font-size: 20px;
    padding: 10px 8px;
    cursor: pointer;
}
.wk-zenith-tabs-search-container, .wk-zenith-tabs-search-container + div > button{
    padding: 10px 8px;
}
.wk-zenith-tabs-search-container > input{
    height: 35px;
}
.wk-zenith-tabs-sort{
    background-color: #FFF;
    border: 1px solid #CCC;
    border-radius: 4px;
    z-index: 10;
    position: absolute;
    right: 5px;
    top: 50px;
    padding: 5px;
}
.wk-zenith-tabs-sort > li {
    padding: 5px;
    font-size: 12px;
    font-weight: 500;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
}
.wk-zenith-tabs-sort > li > span >  svg {
    width: 15px;
    height: 24px;
}

.wk-zenith-label-table > thead > tr > th{
    vertical-align: bottom;
    border-bottom: 1px solid #CCC;
    padding: 8px;
    text-align: left;
}
.wk-zenith-label-table > tbody > tr{
    border-top: 1px solid #CCC;
}
.wk-zenith-label-table > tbody > tr > td {
    padding: 8px;
    text-align: left;
}
.wk-zenith-section{
    background-color: var(--formBgColor);
    border: 1px solid var(--formBorderColor);
    padding: 16px 18px;
    border-radius: 6px;
}
.wk-zenith-preview-image{
    width: 185px;
    height: 185px;
    border: 1px solid #CCD3DF;
}
.wk-zenith-tagit-elem{
    color: var(--themeTextColor);
    background-color: var(--themeColor);
    border-radius: 16px;
    display: flex;
    gap: 10px;
    padding: 5px 10px;
    margin-right: 5px;
    margin-bottom: 5px;
}
.wk-zenith-datatable-wrapper{
    border: 1px solid #CCD3DF;
    border-radius: 6px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
/* .wk-zenith-datatable{
    border: 1px solid #CCD3DF;
    border-radius: 6px;
} */
.wk-zenith-datatable > thead{
    background-color: var(--pageBgColor);
    text-align: left;
}
.wk-zenith-datatable > tbody{
    background-color: #FFFFFF;
}
.wk-zenith-datatable > thead  th{
    font-weight: 600;
    font-size: 14px;
    color: #444444;
    padding: 10px 12px;
    white-space: nowrap;
}
.wk-zenith-datatable > tbody > tr {
    border-top: 1px solid #CCD3DF;
}
.wk-zenith-datatable > tbody  td{
    font-weight: 400;
    font-size: 14px;
    color: #000000;
    padding: 10px 12px;
}
.wk-zenith-datatable-footer{
    margin-top: 10px;
    border: 1px solid #CCD3DF;
    padding: 8px 10px;
    border-radius: 6px;
    background-color: #FFF;
}
.wk-zenith-datatable-page-entry{
    background-color: #FFF;
    border: 1px solid #CCD3DF;
    border-radius: 6px;
    padding: 10px 16px;
}

/* .journal-scroll::-webkit-scrollbar {
  width: 14px;
  cursor: pointer;
  display: none;
}

.journal-scroll::-webkit-scrollbar-track {
  background-color: #fff;
  cursor: pointer;
  border-radius: 12px;
  border: 1px solid #E9E9E9;
}

.journal-scroll::-webkit-scrollbar-thumb {
  cursor: pointer;
  background-color: #E9E9E9;
  border-radius: 12px;
  border: 3px solid transparent;
  background-clip: content-box;
} */

.plan-color{
  width:12px;
  height: 12px;
  border-radius: 50%;
}

/* custom scrollbar */
.scrollbar-custom {
  scrollbar-width: thin;             /* Firefox */
  scrollbar-color: #444444 #f1f1f1;  /* Firefox */

  /* Chrome, Edge, Safari */
}
.scrollbar-custom::-webkit-scrollbar {
  width: 8px;
}
.scrollbar-custom::-webkit-scrollbar-track {
  background: #F1F4F9;
  border-radius: 8px;
}
.scrollbar-custom::-webkit-scrollbar-thumb {
  background-color: #F1F4F9;
  border-radius: 8px;
}
.scrollbar-custom::-webkit-scrollbar-thumb:hover {
  background-color: #F1F4F9;
}

#shipping a { 
  color: var(--themeColor);
}

.main_body_shipping_range #page-heading span {
      font-size: 21px!important;
}
/* ---------- Toggle restyle scoped to #mvm-layout-right ---------- */
#mvm-layout-right .parent_button {
  cursor: pointer;
  display: inline-flex !important;
  align-items: center;
  justify-content: flex-start;
  width: 50px !important;        /* match new toggle width */
  height: 28px !important;       /* match new toggle height */
  padding: 2px !important;       /* inner gap for knob */
  border-radius: 9999px !important;
  box-sizing: border-box !important;
  background: transparent !important; /* set by .on / .off */
  border: none !important;
  transition: background-color .3s ease, border-color .3s ease;
  margin: 0 !important;          /* neutralize bootstrap margins */
  vertical-align: middle;
}

/* Make sure Bootstrap .row/.col styles on .first_child don't break it */
#mvm-layout-right .parent_button .first_child {
  display: block !important;
  width: 24px !important;
  height: 24px !important;
  min-width: 24px !important;
  min-height: 24px !important;
  padding: 0 !important;
  margin: 0 !important;
  background: #fff !important;
  border-radius: 9999px !important;
  box-shadow: 0 2px 6px rgba(0,0,0,0.18) !important;
  transition: transform .28s cubic-bezier(.4,0,.2,1) !important;
  position: relative !important;
  left: 0 !important;            /* override inline style left:15px */
  transform: translateX(0) !important;
  will-change: transform;
}

/* ON / OFF backgrounds (scoped) */
#mvm-layout-right .parent_button.on {
  background: var(--themeColor) !important; /* green / theme color */
  border-color: transparent !important;
}

#mvm-layout-right .parent_button.off {
  background: #FF6467 !important; /* red */
  border-color: transparent !important;
}

/* knob positions */
#mvm-layout-right .parent_button.on .first_child {
  transform: translateX(22px) !important; /* 50 - 24 - (2*2) = 22 */
}

#mvm-layout-right .parent_button.off .first_child {
  transform: translateX(0) !important;
}

/* focus / keyboard visible ring for accessibility */
#mvm-layout-right .parent_button:focus {
  outline: none !important;
  box-shadow: 0 0 0 3px rgba(0,123,255,0.12) !important;
}

/* extra protection: if inline style attribute exists on first_child */
#mvm-footer-id{margin-top:20px;}


#mvm-layout-right .wk_btn {padding: 0.5rem 0.75rem;}
.link-hover-underline {
  color: #2E8290;      /* Default link color */
  text-decoration: none; /* Remove default underline */
  transition: all 0.2s ease; /* Smooth transition on hover */
}

.link-hover-underline:hover {
  text-decoration: underline; /* Show underline on hover */
}