.elementor-kit-743{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-743 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */#ageInputId

/* Reset default styles */
input[type="range"] {
  -webkit-appearance: none; /* Removes default styling in Chrome/Safari */
  appearance: none;
  background: transparent;
  cursor: pointer;
}

/* Style the track */
input[type="range"]::-webkit-slider-runnable-track {
  background: #ddd;
  height: 4px;
  border-radius: px;
  position: relative;
  top: -1.6px;
  left: -1px;
}

/* Style the thumb */
input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 24px;
  width: 24px;
  background: #0B7D3F;
  border-radius: 50%;
  margin-top: -9px; /* Centers the thumb on the track */
}
input[type="range"]::-moz-range-track {
  background: #ddd;
  height: 4px;
  border-radius: 4px;
}


input[type="range"]::-moz-range-thumb {
  height: 16px;
  width: 16px;
  background: #4CAF50;
  border-radius: 50%;
  border: none; /* Firefox adds a border by default */
}
.counting{
    color: #0B7D3F;
}
#showMondays{
    color: #fff;
}
span.dcountup{
    position: relative;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    max-width: 4ch;
    top: 8px;
}
table.coin-table{
	border: none;
	margin: 0;
	max-width: 200px;
}
.coin-table td {
	border: 0;
	padding: 5px;
}
.coin-table td img{
	max-width: 50px;
}
@media only screen and (max-width: 1024px) {
    table.coin-table{
	margin: 0 auto;
}
}/* End custom CSS */