:root {
  --uk-color-primary: #71a416;
  --uk-color-secondary: #1e435a;
  --uk-color-success: #71a416;
  --uk-color-warning: #ff9926;
  --uk-color-danger: #da314b;
  --highlight-bg: #dfeaff;
  --light-blue-color: #eef4ff;
}

.footer {
  background-image: url(../images/patterns/6.png) !important;
  background-repeat: repeat;
  background-position: 0 0;
}

/* Overlays */
.tm-overlay-1,
.tm-overlay-2,
.tm-overlay-3,
.tm-overlay-4,
.tm-overlay-5,
.tm-overlay-6,
.tm-overlay-7 {
  background-repeat: repeat;
  background-position: 0 0;
}
.tm-overlay-1 {
  background-image: url(../images/patterns/1.png);
}
.tm-overlay-2 {
  background-image: url(../images/patterns/2.png);
}
.tm-overlay-3 {
  background-image: url(../images/patterns/3.png);
}
.tm-overlay-4 {
  background-image: url(../images/patterns/4.png);
}
.tm-overlay-5 {
  background-image: url(../images/patterns/5.png);
}
.tm-overlay-6 {
  background-image: url(../images/patterns/6.png);
}
.tm-overlay-7 {
  background-image: url(../images/patterns/7.png);
}


/* Timline code */

#tm-timeline {
  position: relative;
  padding: 0 0 30px;
  margin-top: 30px;
  margin-bottom: 30px;
}

#tm-timeline::before {
  content: '';
  position: absolute;
  top: 0;
  left: 18px;
  height: 100%;
  width: 4px;
  background: #eef4ff;
}

.tm-timeline-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  color: var(--uk-color-primary);
  background-color: #ffffff;
  border: 1px solid var(--uk-color-primary);
  text-align: center;
  font-size: 22px;
  line-height: 40px;
}

.tm-timeline-icon:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background: var(--uk-color-primary);
  border-radius: 50%;
  left: 5px;
  top: 5px;
}
.tm-timeline-icon:after {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid var(--uk-color-primary);
  left: -1px;
  top: -1px;
  -webkit-animation: pulsate 2.5s ease-out infinite;
  animation: pulsate 2.5s ease-out infinite;
  opacity: 0;
}
.tm-timeline-block {
  position: relative;
  margin: 2em 0;
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
}
.tm-timeline-block:after {
  content: "";
  display: table;
  clear: both;
}
.tm-timeline-block:first-child {
  margin-top: 0;
}
.tm-timeline-block:last-child {
  margin-bottom: 0;
}
.tm-timeline-img {
  margin: -20px -20px 20px;
  border-radius: 3px 3px 0 0;
}
.tm-timeline-content {
  position: relative;
  margin-left: 60px;
  border-radius: 3px;
  padding: 20px 20px;
}
.tm-timeline-content:after {
  content: "";
  display: table;
  clear: both;
}
.tm-timeline-content::before {
  content: '';
  position: absolute;
  top: 15px;
  right: 100%;
  height: 0;
  width: 25%;
  z-index: -1;
  border: 1px solid #eef4ff;
}
.tm-timeline-content .uk-module-title,
.tm-timeline-content div.tt_event_theme_page .widget > h5,
.tm-timeline-content div.tt_event_theme_page h5.box_header {
  margin-top: 20px;
}
.tm-timeline-content p {
  margin: 0;
}
.tm-timeline-content p + a {
  margin-top: 20px;
}
.tm-timeline-content .tm-timeline-date {
  display: inline-block;
  padding: 0 10px;
  float: right;
  font-weight: bold;
  border-radius: 0 0 3px 3px;
  border-width: 0 1px 1px;
  margin-top: -20px;
  border-style: solid;
  background-color: var(--uk-color-primary);
  border-color: var(--uk-color-primary);
  color: #ffffff;
}
.tm-timeline-default .tm-timeline-content {
  background-color: #ffffff;
  box-shadow: 0 0 0 1px #d5e3ff, inset 1px 1px 0 rgba(255, 255, 255, 0.05);
}
.tm-timeline-light .tm-timeline-content {
  background-color: #eef4ff;
  box-shadow: 0 0 0 1px #d5e3ff, inset 1px 1px 0 rgba(255, 255, 255, 0.05);
}
.tm-timeline-light .tm-timeline-content h1.uk-module-title:after,
.tm-timeline-light .tm-timeline-content h2.uk-module-title:after,
.tm-timeline-light .tm-timeline-content h3.uk-module-title:after,
.tm-timeline-light .tm-timeline-content h4.uk-module-title:after,
.tm-timeline-light .tm-timeline-content h5.uk-module-title:after,
.tm-timeline-light .tm-timeline-content h6.uk-module-title:after,
.tm-timeline-light .tm-timeline-content h1div.tt_event_theme_page .widget > h5:after,
.tm-timeline-light .tm-timeline-content h2div.tt_event_theme_page .widget > h5:after,
.tm-timeline-light .tm-timeline-content h3div.tt_event_theme_page .widget > h5:after,
.tm-timeline-light .tm-timeline-content h4div.tt_event_theme_page .widget > h5:after,
.tm-timeline-light .tm-timeline-content h5div.tt_event_theme_page .widget > h5:after,
.tm-timeline-light .tm-timeline-content h6div.tt_event_theme_page .widget > h5:after,
.tm-timeline-light .tm-timeline-content h1div.tt_event_theme_page h5.box_header:after,
.tm-timeline-light .tm-timeline-content h2div.tt_event_theme_page h5.box_header:after,
.tm-timeline-light .tm-timeline-content h3div.tt_event_theme_page h5.box_header:after,
.tm-timeline-light .tm-timeline-content h4div.tt_event_theme_page h5.box_header:after,
.tm-timeline-light .tm-timeline-content h5div.tt_event_theme_page h5.box_header:after,
.tm-timeline-light .tm-timeline-content h6div.tt_event_theme_page h5.box_header:after {
  border-bottom-color: inherit;
}
.tm-timeline-primary .tm-timeline-content {
  color: #ffffff;
  background-color: var(--uk-color-primary);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
}
.tm-timeline-primary .tm-timeline-content h1,
.tm-timeline-primary .tm-timeline-content h2,
.tm-timeline-primary .tm-timeline-content h3,
.tm-timeline-primary .tm-timeline-content h4,
.tm-timeline-primary .tm-timeline-content h5,
.tm-timeline-primary .tm-timeline-content h6 {
  color: #ffffff;
}
.tm-timeline-primary .tm-timeline-content h1.uk-module-title:after,
.tm-timeline-primary .tm-timeline-content h2.uk-module-title:after,
.tm-timeline-primary .tm-timeline-content h3.uk-module-title:after,
.tm-timeline-primary .tm-timeline-content h4.uk-module-title:after,
.tm-timeline-primary .tm-timeline-content h5.uk-module-title:after,
.tm-timeline-primary .tm-timeline-content h6.uk-module-title:after,
.tm-timeline-primary .tm-timeline-content h1div.tt_event_theme_page .widget > h5:after,
.tm-timeline-primary .tm-timeline-content h2div.tt_event_theme_page .widget > h5:after,
.tm-timeline-primary .tm-timeline-content h3div.tt_event_theme_page .widget > h5:after,
.tm-timeline-primary .tm-timeline-content h4div.tt_event_theme_page .widget > h5:after,
.tm-timeline-primary .tm-timeline-content h5div.tt_event_theme_page .widget > h5:after,
.tm-timeline-primary .tm-timeline-content h6div.tt_event_theme_page .widget > h5:after,
.tm-timeline-primary .tm-timeline-content h1div.tt_event_theme_page h5.box_header:after,
.tm-timeline-primary .tm-timeline-content h2div.tt_event_theme_page h5.box_header:after,
.tm-timeline-primary .tm-timeline-content h3div.tt_event_theme_page h5.box_header:after,
.tm-timeline-primary .tm-timeline-content h4div.tt_event_theme_page h5.box_header:after,
.tm-timeline-primary .tm-timeline-content h5div.tt_event_theme_page h5.box_header:after,
.tm-timeline-primary .tm-timeline-content h6div.tt_event_theme_page h5.box_header:after {
  border-bottom-color: #ffffff;
}
.tm-timeline-primary .tm-timeline-content .tm-timeline-date {
  background-color: var(--uk-color-secondary);
  border-color: #1f2c41;
  color: #ffffff;
}
.tm-timeline-primary .tm-timeline-content .uk-button.uk-button-simple,
.tm-timeline-primary .tm-timeline-content .contact .btn-primary.uk-button-simple,
.tm-timeline-primary .tm-timeline-content .cart-checkout-button > a.uk-button-simple,
.tm-timeline-primary .tm-timeline-content .cart-update-button > input.uk-button-simple,
.tm-timeline-primary .tm-timeline-content .cart-continue-shopping-button > input.uk-button-simple,
.tm-timeline-primary .tm-timeline-content .bfQuickMode .bfNextButton.uk-button-simple,
.tm-timeline-primary .tm-timeline-content .bfQuickMode .bfSubmitButton.uk-button-simple,
.tm-timeline-primary .tm-timeline-content .bfQuickMode .bfCancelButton.uk-button-simple {
  color: #ffffff;
  border-color: #ffffff;
}
.tm-timeline-secondary .tm-timeline-content {
  background-color: var(--uk-color-secondary);
  color: #ffffff;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
}
.tm-timeline-secondary .tm-timeline-content h1,
.tm-timeline-secondary .tm-timeline-content h2,
.tm-timeline-secondary .tm-timeline-content h3,
.tm-timeline-secondary .tm-timeline-content h4,
.tm-timeline-secondary .tm-timeline-content h5,
.tm-timeline-secondary .tm-timeline-content h6 {
  color: #ffffff;
}
@media only screen and (max-width: 900px) {
  .tm-timeline-content h2 {
    font-size: 20px;
  }
  .tm-timeline-content .tm-timeline-date {
    font-size: 14px;
  }
  .tm-timeline-content:before {
    width: 40px;
  }
}
@media only screen and (min-width: 960px) {
  #tm-timeline {
    margin-top: 3em;
    margin-bottom: 3em;
  }
  #tm-timeline::before {
    left: 50%;
  }
  .tm-timeline-block {
    margin: 4em 0;
  }
  .tm-timeline-block:first-child {
    margin-top: 0;
  }
  .tm-timeline-block:last-child {
    margin-bottom: 0;
  }
  .tm-timeline-block:not(:first-child) {
    margin-top: -100px !important;
  }
  .tm-timeline-block:nth-child(even) .tm-timeline-content {
    float: right;
  }
  .tm-timeline-block:nth-child(even) .tm-timeline-content::before {
    left: auto;
    right: 98%;
  }
  .tm-timeline-block:nth-child(even) .tm-timeline-content .tm-timeline-date {
    left: auto;
    right: 6%;
    text-align: right;
  }
  .tm-timeline-img {
    margin: -20px -30px 30px;
  }
  .tm-timeline-icon {
    width: 30px;
    height: 30px;
    left: 50.5%;
    font-size: 22px;
    margin-left: -20px;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
  }  
  .tm-timeline-content {
    margin-left: 0;
    padding: 20px 30px;
    width: 35%;
  }
  .tm-timeline-content::before {
    top: 15px;
    left: 98%;
  }
  .tm-timeline-content .tm-timeline-date {
    margin-top: -20px;
  }
}


/* Buttons */
.uk-button-default { background: none; border: 1px solid var(--uk-color-primary) !important; color: var(--uk-color-primary) !important; -webkit-transition: all 0.2s; -moz-transition: all 0.2s; transition: all 0.2s; text-transform: none; }
.uk-button-default:hover { background-color: #8bc34a !important;  color: #fff !important; }
.uk-button-primary { background-color: var(--uk-color-primary) !important; color: #fff !important; }
.uk-button-primary:hover { background-color: #8bc34a !important; }
.uk-button-secondary { background-color: var(--uk-color-secondary) !important; color: #fff !important; }
.uk-button-secondary:hover { background-color: #2a5d7a !important; }
.uk-button-success { background-color: var(--uk-color-primary) !important; color: #fff !important; }
.uk-button-success:hover { background-color: #218838 !important; }
.uk-button-warning { background-color: var(--uk-color-warning) !important; color: #fff !important; }
.uk-button-warning:hover { background-color: #e68a00 !important; }
.uk-button-danger { background-color: var(--uk-color-danger) !important; color: #fff !important; }
.uk-button-danger:hover { background-color: #c82333 !important; }

/* Text utilities */
.uk-text-primary { color: var(--uk-color-primary) !important; }
.uk-text-secondary { color: var(--uk-color-secondary) !important; }
.uk-text-success { color: var(--uk-color-primary) !important; }
.uk-text-warning { color: var(--uk-color-warning) !important; }
.uk-text-danger { color: var(--uk-color-danger) !important; }

/* Background utilities */
.uk-background-primary { background-color: var(--uk-color-primary) !important; }
.uk-background-secondary { background-color: var(--uk-color-secondary) !important; }
.uk-background-success { background-color: var(--uk-color-primary) !important; }
.uk-background-warning { background-color: var(--uk-color-warning) !important; }
.uk-background-danger { background-color: var(--uk-color-danger) !important; }

/* Cards */
.uk-card-primary { background-color: var(--uk-color-primary) !important; color: #fff; }
.uk-card-primary .uk-card-title, .uk-card-primary .uk-card-body { color: #fff; }
/* .uk-card-primary:hover { background-color: #8bc34a !important; } */
.uk-card-secondary { background-color: var(--uk-color-secondary) !important; color: #fff; }
.uk-card-secondary .uk-card-title, .uk-card-secondary .uk-card-body { color: #fff; }
/* .uk-card-secondary:hover { background-color: #2a5d7a !important; } */
.uk-card-success { background-color: var(--uk-color-primary) !important; color: #fff; }
.uk-card-success:hover { background-color: #218838 !important; }
.uk-card-warning { background-color: var(--uk-color-warning) !important; color: #fff; }
.uk-card-warning:hover { background-color: #e68a00 !important; }
.uk-card-danger { background-color: var(--uk-color-danger) !important; color: #fff; }
.uk-card-danger:hover { background-color: #c82333 !important; }

/* Labels */
.uk-label-primary { background-color: var(--uk-color-primary) !important; color: #fff; }
.uk-label-secondary { background-color: var(--uk-color-secondary) !important; color: #fff; }
.uk-label-success { background-color: var(--uk-color-primary) !important; color: #fff; }
.uk-label-warning { background-color: var(--uk-color-warning) !important; color: #fff; }
.uk-label-danger { background-color: var(--uk-color-danger) !important; color: #fff; }

/* Alerts */
.uk-alert-primary { background-color: var(--uk-color-primary) !important; color: #fff; }
.uk-alert-secondary { background-color: var(--uk-color-secondary) !important; color: #fff; }
.uk-alert-success { background-color: var(--uk-color-primary) !important; color: #fff; }
.uk-alert-warning { background-color: var(--uk-color-warning) !important; color: #fff; }
.uk-alert-danger { background-color: var(--uk-color-danger) !important; color: #fff; }

/* Navbar */
.uk-navbar-container.uk-navbar-primary { background-color: var(--uk-color-primary) !important; }
.uk-navbar-container.uk-navbar-secondary { background-color: var(--uk-color-secondary) !important; }

/* Global link colors */

a {
  color: var(--uk-color-primary);
}
a:hover, a:focus {
  color: #8bc34a;
}
a:active {
  color: var(--uk-color-secondary);
}

.uk-heading-line > ::before,
.uk-heading-line > ::after {
  border-color: var(--uk-color-primary);
}

h1 {
    position: relative;
    padding-bottom: 0.5em; /* Space between text and divider */
    margin-bottom: 1em;    /* Space after heading */
}

h1::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: var(--uk-color-primary); /* UIkit primary color */
    position: absolute;
    bottom: 0;
    left: 0;
}


/* Buttons */
.uk-button {
  font-size:1em;
  border-radius: 0.1875rem !important;
  text-transform: none !important;
}

/* Alerts and icon block */

.tm-block-icon {
    padding: 15px 15px 15px 0;
    color: var(--uk-color-primary);
    border-right: 1px dashed var(--highlight-bg);
    margin-right: 20px;
}

.uk-alert {
    margin-bottom: 20px;
    padding: 10px;
    background-color: rgba(113,164,22,0.02) !important;
    color: var(--uk-color-primary);
    box-shadow: inset 0 0 0 1px rgba(113,164,22,0.2),inset 4px 0 0 var(--uk-color-primary);
    border-radius: 3px;
    padding-left: 20px;
}

.uk-alert.uk-alert-warning {
    background-color: rgba(255, 153, 38, 0.02) !important;
    color: var(--uk-color-warning);
    box-shadow: inset 0 0 0 1px rgb(255 153 38 / 20%), inset 4px 0 0 var(--uk-color-warning) !important;
}

.uk-alert.uk-alert-danger {
    background-color: rgba(218, 49, 75, 0.02) !important;
    color: var(--uk-color-danger);
    box-shadow: inset 0 0 0 1px rgb(218 49 75 / 20%), inset 4px 0 0 var(--uk-color-danger) !important;
  	margin-top: 20px;
  	margin-bottom: 20px;
    padding: 15px;
}

.uk-badge-warning {
    background-color: rgba(0, 0, 0, 0) !important;
    border: 1px solid var(--uk-color-warning);
    color: var(--uk-color-warning);
    padding: 5px;
    text-transform: uppercase;
    border-radius: 3px;
}

.uk-badge-danger {
    background-color: rgba(0, 0, 0, 0) !important;
    border: 1px solid var(--uk-color-danger);
    color: var(--uk-color-danger);
    padding: 5px;
    text-transform: uppercase;
    border-radius: 3px;
}

.uk-badge-success {
    background-color: rgba(0, 0, 0, 0) !important;
    border: 1px solid var(--uk-color-primary);
    color: var(--uk-color-primary);
    padding: 5px;
    text-transform: uppercase;
    border-radius: 3px;
}

.uk-module-title, .uk-module-title-alt, div.tt_event_theme_page .widget > h5, div.tt_event_theme_page h5.box_header {
    position: relative;
    word-break: break-word;
    letter-spacing: -0.5px;
    text-transform: none;
}

.uk-module-title:after, div.tt_event_theme_page .widget > h5:after, div.tt_event_theme_page h5.box_header:after {
    content: "";
    left: 0;
    bottom: 0;
    width: 60px;
    position: absolute;
    border-bottom: 1px solid var(--uk-color-primary);
}


/* Top "topbar" Menu */
.tl-topbar {
  height: 42px;
  min-height: 42px;
  color: #ffffff;
  background: var(--uk-color-primary) !important;
}

.tl-topbar .uk-navbar-nav > li > a {
  min-height: 0px;
  text-transform: none;
}

.tl-topbar .uk-navbar-nav > li > a:hover {
  background: #5a8212;
  color: #fff; /* Ensures text remains readable */
  transition: background 0.3s ease;
}
/* Top menu END */

/* Main Menu */

.container-topbar a:not(.btn):hover, .container-topbar a:not(.btn):focus, .container-topbar .btn-link:hover, .container-topbar .btn-link:focus, .container-below-top a:not(.btn):hover, .container-below-top a:not(.btn):focus, .container-below-top .btn-link:hover, .container-below-top .btn-link:focus {
    color: var(--uk-color-primary);
    text-transform: none;
}

div.uk-width-expand.uk-sticky {
  position: relative; /* create stacking context for pseudo element */
  z-index: 0;
}
/* full-bleed background behind the constrained content */
div.uk-width-expand.uk-sticky::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 100vw;
  height: 100%;
  background-color: #f4f6fb;
  z-index: -1;
  pointer-events: none;
}

div.uk-width-expand.uk-sticky > nav {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
    padding-bottom: 0 !important;
}

.uk-navbar-dropdown-nav > li > a {
  padding: 8px 16px;
  transition: background-color 0.3s ease;
}

.uk-navbar-dropdown-nav > li > a:hover {
  background-color: var(--secondary-color);
}

.uk-navbar-nav > li > a {
  text-transform: none;
}

body > header > div.grid-child.container-below-top {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
  padding-left: 0;
  padding-right:0;
}
.grid-child.container-below-top {
  margin-top: 0 !important;
  padding-top: 0 !important;
  margin-bottom: 16px; /* Adjust as needed */
  display: block !important;
}

/* end Main Menu */

/* Off-canvas */
#offcanvas-usage > div {
  background: var(--uk-color-secondary);
}
#offcanvas-usage .uk-offcanvas-bar .uk-nav-default {
    font-size: 1rem !important;
}

/* Sidebar-Left Menu */
.tl-card-menu .uk-nav-default > li > a {
    color: var(--uk-color-secondary);
}
.tl-card-menu .uk-nav-default > li > a:hover{
    color: var(--uk-color-primary); 
}

.tl-card-menu .uk-nav-default .uk-nav-sub a {
    color: var(--uk-color-secondary);
}

.tl-card-menu .uk-nav-default .uk-nav-sub a:hover {
    color: var(--uk-color-primary);
}

/* end sidebar-left menu */

/*  breadcrumbs */
.breadcrumb {
  color: #6c757d;       /* Light gray text */
  padding: 0.5rem 0;
  margin-bottom: 1rem;
  background: #eef4ff;
  font-weight: 400;
}

.breadcrumb li {
  display: inline;
  font-size: inherit;
}

.breadcrumb li + li::before {
  content: " / ";
  padding: 0 0.5em;
  color: #adb5bd; /* lighter divider color */
}

.breadcrumb li a {
  color: #6c757d;
  text-decoration: none;
}

.breadcrumb li a:hover {
  text-decoration: underline;
}

/*FontAwsome */
.com-content-article ol.fa-ol, .com-content-article ul.fa-ul {
  overflow: visible;
}
.theme-taurus {
  --fa-secondary-opacity: 1;
  --fa-primary-color: var(--uk-color-secondary);
  --fa-secondary-color: var(--uk-color-primary);
}

.theme-canvas {
  --fa-secondary-opacity: 0.20;
  --fa-primary-color: var(--uk-color-primary);
  --fa-secondary-color: var(--light-blue-color);
}

.rl_tooltips-link {
    border-bottom: 1px dashed #ccc;
}

/* Accordions */
.uk-accordion-content {
    padding: 0 13px 13px 13px
}

.uk-accordion-content>:last-child {
    margin-bottom: 0
}
.uk-accordion-title {
    color: #1e1e1e !important;
    text-decoration: none !important;
    margin-top: 0;
    margin-bottom: 13px;
    padding: 8px 13px;
    background: var(--light-blue-color);
    font-size: 20px;
    line-height: 26px;
    cursor: pointer;
    border: 1px solid var(--highlight-bg)
}

.uk-accordion-content:before,.uk-accordion-content:after {
    content: "";
    display: table
}

.uk-accordion-content:after {
    clear: both
}

/* Tables */

.tl-text-large th{
  color: var(--uk-color-secondary);
  background-color: var(--light-blue-color);
  font-size: 1.5rem !important;
}
.uk-table,
#shipping-estimate-form table {
  /* 1 */
  border-collapse: collapse;
  border-spacing: 0;
  /* 2 */
  width: 100%;
  /* 3 */
  margin-bottom: 20px;
}
/*
 * Add margin if adjacent element
 */
* + .uk-table,
* + #shipping-estimate-form table {
  margin-top: 20px;
}
.uk-table th,
.uk-table td,
#shipping-estimate-form table th,
#shipping-estimate-form table td {
  padding: 8px 8px;
  border-bottom: 1px solid var(--light-blue-color);
}
/*
 * Set alignment
 */
.uk-table th,
#shipping-estimate-form table th {
  text-align: left;
}
.uk-table td,
#shipping-estimate-form table td {
  vertical-align: top;
}
.uk-table thead th,
#shipping-estimate-form table thead th {
  vertical-align: bottom;
  color: #fff;
  background-color: var(--uk-color-primary);
}
/*
 * Caption and footer
 */
.uk-table caption,
.uk-table tfoot,
#shipping-estimate-form table caption,
#shipping-estimate-form table tfoot {
  font-size: 14px;
  font-style: italic;
}
.uk-table caption,
#shipping-estimate-form table caption {
  text-align: left;
  color: #a8aeb6;
}
/*
 * Active State
 */
.uk-table tbody tr.uk-active,
#shipping-estimate-form table tbody tr.uk-active {
  background: var(--highlight-bg);
}
/* Modifier: `uk-table-hover' */
 
.uk-table-hover tbody tr:hover {
  background: var(--highlight-bg);
}
.uk-table,
#shipping-estimate-form table {
  border: 1px solid var(--light-blue-color);
}
.uk-table thead,
#shipping-estimate-form table thead {
  background-color: var(--uk-color-primary);
  color: #ffffff;
}
.uk-table tfoot,
#shipping-estimate-form table tfoot {
  font-style: normal;
  font-size: 16px;
}
.uk-table caption,
#shipping-estimate-form table caption {
  color: rgba(42, 69, 93, 0.5);
}
.table-bordered th,
.table-bordered td {
  border-color: var(--light-blue-color);
}
/* Modifier: `uk-table-striped` */
.uk-table-striped tbody tr:nth-of-type(odd) {
  background: var(--light-blue-color);
}

/* schedule table format */
.table-left {
border-left: 3px solid var(--uk-color-primary);
}
.table-header {
border-left: 3px solid #fff;
}
.table-depot {
border-left: 2px solid var(--uk-color-warning);
}
.table_wrapper{
    display: block;
    overflow-x: auto;
    white-space: nowrap;
}

/* table END */

/* Card */
.uk-card-title>i {
    position: absolute;
    right: -40px;
    font-size: 120px;
    opacity: 0.1;
    top: -40px;
    z-index: 0;
}
.uk-card-secondary {
  padding: 25px;
}
.tl-card-menu {
  background: var(--light-blue-color);
  color: var(--uk-color-primary);
}

/* Daniel Fone view quote
 ========================================================================== */
dl {
    column-count: 2;
    margin: 0.5rem 0;
}

dt {
    color: #aaa;
    display: inline-block;
    font-size: small;
    margin-bottom: 0.25rem;
    text-transform: uppercase;
    width: 7rem;
}

dd {
    display: inline-block;
    margin: 0;
    margin-bottom: 0.5rem;
}

/* Home Page */
body > div > div.grid-child.container-bottom-a {
  position: relative;
  z-index: 0;
}

body > div > div.grid-child.container-bottom-a::before {
  content: "";
  position: absolute;
  inset: 0;                 /* top:0; right:0; bottom:0; left:0 */
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
  background: var(--light-blue-color);
  z-index: -1;
}