
: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{
    border: 1px solid #CCC;
    margin-bottom: 10px;
    background-color: #FFF;
    border-radius: 6px;
    padding-left: 8px;
    padding-right: 8px;
}
.wk-zenith-tabs li{
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    padding: 10px 8px;
}
.wk-zenith-tabs li.active{
    border-bottom: 2px solid var(--themeColor);
    color: var(--themeColor);
}
.wk-zenith-tabs li.active a{
    cursor: default;
}
.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;
}

/* .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;
}