@import url('https://fonts.googleapis.com/css2?family=Noto+Serif:ital,wght@0,100..900;1,100..900&family=Seaweed+Script&family=Open+Sans:wght@200;400;700&display=swap');



body {
    background-color: #363d46;
    background-image: url(pics/background_tile.gif); 
    background-size: 250px 250px; 
    background-position: center;
    box-sizing: border-box;
    margin: 0px;
    padding: 0px;
}
@media screen and (min-width: 651px) {
  body { 
    background-size: 350px 350px;
  }
}
@media screen and (min-width: 451px) and (max-width: 650px) {
  body { 
    background-size: 280px 280px;
  }
}
@media screen and (max-width: 450px) {
  body { 
    background-size: 250px 250px;
  }
}




.bodytext {
    position: relative;
    text-align:left;
    font-family: 'Noto Serif', serif;
    font-size: 16px;
    font-weight: normal;
    color: #000;
    line-height: 24px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.bodytext a:link,
.bodytext a:hover,
.bodytext a:visited,
.bodytext a:active
{
  color: #333;
  text-decoration: none;
}




.bodytitle {
    position: relative;
    text-align:left;
    font-family: 'Open Sans', sans-serif;
    font-size: 24px;
    font-weight: bold;
    color: #000;
    line-height: 28px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}




.blogtitle {
    position: relative;
    text-align:left;
    font-family: 'Open Sans', sans-serif;
    font-size: 48px;
    font-weight: bold;
    color: #000;
    line-height: 56px;
}

.blogtext {
    position: relative;
    text-align:left;
    font-family: 'Noto Serif', serif;
    font-size: 16px;
    font-weight: normal;
    color: #000;
    line-height: 20px;
}

.blogtext a:link,
.blogtext a:hover,
.blogtext a:visited,
.blogtext a:active
{
  color: #333;
  text-decoration: none;
}


@media screen and (min-width: 1001px) {
  .blogtitle { 
    font-size: 48px;
    line-height: 56px;
  }
  .blogtext {
    font-size: 16px;
    line-height: 20px;
  }
}
@media screen and (min-width: 751px) and (max-width: 1000px) {
  .blogtitle { 
    font-size: 36px;
    line-height: 42px;
  }
  .blogtext {
    font-size: 15px;
    line-height: 19px;
  }
}
@media screen and (max-width: 750px) {
  .blogtitle { 
    font-size: 28px;
    line-height: 34px;
  }
  .blogtext {
    font-size: 14px;
    line-height: 18px;
  }
}











.product_title {
    position: relative;
    text-align: center;
    font-family: 'Seaweed Script', cursive;
    font-size: 28px;
    font-weight: 400;
    color: #eee;
    line-height: 32px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}



.product_flex_item {
  display: inline-block; 
  position: relative; 
  width: calc(50% - 5px); 
  padding: 0px; 
  box-sizing: border-box; 
  margin: 0px;
  text-align: left;
}

@media screen and (min-width: 601px) {
  .product_flex_item { 
    width: calc(50% - 5px);
    text-align: left;
  }
}
@media screen and (max-width: 600px) {
  .product_flex_item { 
    width: 100%;
    text-align: center;
  }
}



.product_flex_item_package {
  display: inline-block; 
  position: relative; 
  width: calc(30% - 15px); 
  padding: 0px; 
  box-sizing: border-box; 
  margin: 0px;
  margin-top: 10px;
  margin-bottom: 20px;
  text-align: center;
}

@media screen and (min-width: 701px) {
  .product_flex_item_package { 
    width: calc(30% - 15px);
  }
}
@media screen and (max-width: 700px) {
  .product_flex_item_package { 
    width: 100%;
  }
}





.textfield_grey {
    border-radius: 0px;
    border: 1px solid #aaa;
    padding: 3px 2px 3px 2px;
    font-family: 'Open Sans', sans-serif;
    color: #555;
    font-size: 15px;
    line-height: 15px;
    font-weight: normal;
    outline: none;
    background: #efefef;
    box-sizing: border-box;
    margin-top: 2px;
}

.textfield_grey:active,
.textfield_grey:hover,
.textfield_grey:focus {
    box-shadow: 0 0 0px 1000px rgba(255,255,255,0.05) inset !important;
    -webkit-box-shadow: 0 0 0px 1000px rgba(255,255,255,0.05) inset !important;
    -moz-box-shadow: 0 0 0px 1000px rgba(255,255,255,0.05) inset !important;
    -o-box-shadow: 0 0 0px 1000px rgba(255,255,255,0.05) inset !important;
    -khtml-box-shadow: 0 0 0px 1000px rgba(255,255,255,0.05) inset !important;
}







/*Checkboxes styles*/
input[type="checkbox"] { display: none; }

input[type="checkbox"] + label {
  display: block;
  position: relative;
  padding: 0px;
  padding-left: 21px;
  top: -4px;
  font-family: 'Open Sans', sans-serif;
  font-size: 11px;
  line-height: 11px;
  color: #222;
  background-color: none;
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

input[type="checkbox"] + label:last-child { margin-bottom: 0; }

input[type="checkbox"] + label:before {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  border: 2px solid #222;
  background-color: none;
  position: absolute;
  left: 0;
  top: -2px;
  opacity: .6;
  -webkit-transition: all .12s, border-color .08s;
  transition: all .12s, border-color .08s;
}

input[type="checkbox"]:checked + label:before {
  width: 5px;
  top: -6px;
  left: 3px;
  border-radius: 0;
  opacity: 1;
  background-color: none;
  border-top-color: transparent;
  border-left-color: transparent;
  -webkit-transform: rotate(40deg);
  transform: rotate(40deg);
}







#footer {
  display: block; 
  position: relative; 
  left: 0px; 
  right: 0px; 
  box-sizing: border-box; 
  padding: 15px; 
  min-height: 80px; 
  background: #222222; 
  border-top: 1px solid #000;
  text-align: center;
  z-index: 9999;
}

#footer_copyright {
    display: inline-block; 
    position: relative; 
    font-size: 12px; 
    font-weight: 400; 
    line-height: 14px;
}

#footer_links {
    display: inline-block; 
    position: relative; 
    text-align: right; 
    font-size: 14px; 
    line-height: 24px; 
    font-weight: 400; 
    color: #fff; 
    flex-grow: 1; 
}

@media screen and (min-width: 401px) {
  #footer_copyright { 
    width: initial;
  }
  #footer_links {
    width: initial;
    text-align: right; 
  }
}
@media screen and (max-width: 400px) {
  #footer_copyright {
    width: 100%;
  }
  #footer_links {
    width: 100%;
    text-align: left; 
  }
}



.custom_button {
    display: inline-block;
    position: relative;
    cursor: pointer;
    text-align: center;
    padding: 8px 12px 8px 12px;
    border-radius: 2px;
    background: #363d46;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px; 
    line-height: 16px;
    font-weight: 400;
    transition: 0.3s;
    margin: 0px;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.custom_button:hover {
    background: #000 !important;
    color: #fff;
}


.custom_button_disabled {
  display: inline-block;
  position: relative;
  text-align: center;
  padding: 8px 12px 8px 12px;
  border-radius: 2px;
  background: #ccc;
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px; 
  line-height: 16px;
  font-weight: 200;
  transition: 0.3s;
  margin: 0px;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}








.micro_button {
    display: inline-block;
    position: relative;
    cursor: pointer;
    text-align: center;
    padding: 5px 8px 5px 8px;
    border-radius: 1px;
    background: #363d46;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px; 
    line-height: 13px;
    font-weight: 400;
    transition: 0.3s;
    margin: 0px;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.micro_button:hover {
    background: #000 !important;
    color: #fff;
}







.logged_in_tab_active {
    display: inline-block;
    position: relative;
    cursor: pointer;
    text-align: center;
    padding: 4px 2px 4px 2px;
    margin: 5px;
    background: none;
    border-bottom: 3px solid #444;
    color: #444;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px; 
    line-height: 16px;
    font-weight: 400;
    transition: 0.3s;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


.logged_in_tab_inactive {
    display: inline-block;
    position: relative;
    cursor: pointer;
    text-align: center;
    padding: 4px 2px 4px 2px;
    margin: 5px;
    background: none;
    border-bottom: 3px solid #aaa;
    color: #999;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px; 
    line-height: 16px;
    font-weight: 400;
    transition: 0.3s;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.logged_in_tab_inactive:hover {
    border-bottom: 3px solid #000;
    color: #000;
}







#nav_menu_icon {
    display: flex; 
    position: absolute; 
    right: 15px; 
    top: 10px; 
    bottom: 10px; 
    width: 28px; 
    box-sizing: border-box; 
    padding: 0px; 
    cursor: pointer; 
    flex-flow: row wrap; 
    gap: 6px; 
    align-content: center; 
    align-items: center;
}

#nav_bar {
    display: block; 
    position: fixed; 
    left: 0vw; 
    right: 0vw; 
    top: 0px; 
    height: 65px; 
    background: #363d46; 
    border-bottom: 0.5px solid rgba(0,0,0,0.5); 
    text-align: center; 
    box-shadow: 0px 3px 6px 6px rgba(0,0,0,0.5);
    z-index: 999999;
}

#nav_bar_spacer {
    display: block; 
    position: relative; 
    width: 100%; 
    padding: 0px; 
    box-sizing: border-box; 
    height: 70px;
}


@media screen and (min-width: 651px) {
  #nav_bar { 
    height: 65px;
  }
  #nav_bar_spacer {
    height: 70px;
  }
}
@media screen and (min-width: 451px) and (max-width: 650px) {
  #nav_bar { 
    height: 55px;
  }
  #nav_bar_spacer {
    height: 60px;
  }
}
@media screen and (max-width: 450px) {
  #nav_bar { 
    height: 48px;
  }
  #nav_bar_spacer {
    height: 53px;
  }
}


.nav_menu_item {
    display: block;
    background: #fff;
    padding: 3px;
    padding-left: 16px; 
    padding-right: 16px;
    box-sizing: border-box;
    text-align: left;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #666;
    line-height: 24px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.nav_menu_item:hover {
    color: #000;
    text-decoration: underline;
}






.tiny_loader {
  display: inline-block;
  color: #fff;
  font-size: 90px;
  text-indent: -9999em;
  overflow: hidden;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  margin: 25px auto;
  position: relative;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: tiny_loader2 1.7s infinite ease, round2 1.7s infinite ease;
  animation: tiny_loader2 1.7s infinite ease, round2 1.7s infinite ease;
}
@-webkit-keyframes tiny_loader2 {
  0% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  5%,
  95% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  10%,
  59% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
  }
  20% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
  }
  38% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
  }
  100% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
}
@keyframes tiny_loader2 {
  0% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  5%,
  95% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  10%,
  59% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
  }
  20% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
  }
  38% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
  }
  100% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
}
@-webkit-keyframes round2 {
  0% {
    -webkit-transform: rotate(0deg) scale(50%);
    transform: rotate(0deg) scale(50%);
  }
  100% {
    -webkit-transform: rotate(360deg) scale(50%);
    transform: rotate(360deg) scale(50%);
  }
}
@keyframes round2 {
  0% {
    -webkit-transform: rotate(0deg) scale(50%);
    transform: rotate(0deg) scale(50%);
  }
  100% {
    -webkit-transform: rotate(360deg) scale(50%);
    transform: rotate(360deg) scale(50%);
  }
}






.loader {
    display: inline-block;
    color: #666666;
    font-size: 90px;
    text-indent: -9999em;
    overflow: hidden;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    margin: 72px auto;
    position: relative;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: CFC_load6 1.7s infinite ease, CFC_round 1.7s infinite ease;
    animation: CFC_load6 1.7s infinite ease, CFC_round 1.7s infinite ease;
}
@-webkit-keyframes CFC_load6 {
    0% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
    5%,
    95% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
    10%,
    59% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
    }
    20% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
    }
    38% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
    }
    100% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
}
@keyframes CFC_load6 {
    0% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
    5%,
    95% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
    10%,
    59% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
    }
    20% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
    }
    38% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
    }
    100% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
}
@-webkit-keyframes CFC_round {
    0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    }
    100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    }
}
@keyframes CFC_round {
    0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    }
    100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    }
}





.terms_container {
    display: inline-block;
    position: relative;
    width: 100%;
    font-family: "Open Sans", sans-serif;
    color: #222;
    font-size: 14px;
    line-height: 16px;
    font-weight: normal;
    text-align: justify;
    column-count: 2; 
    column-gap: 20px;
    column-rule: 1px solid #444444;
    box-sizing: border-box;
    padding: 3px;
}

@media screen and (min-width: 651px) {
    .terms_container { 
        column-count: 2;
    }
}
@media screen and (max-width: 650px) {
    .terms_container { 
        column-count: 1;
    }
}









.dialog_container {
    display: flex; 
    position: absolute; 
    width: 90%; 
    top: 0px; 
    min-height: 95vh; 
    padding: 0px;
    padding-top: 20px;
    left: -20000px; 
    justify-content: center; 
    align-items: center; 
    align-content: center; 
    text-align: center; 
    z-index: 9999991;
}


.dialog_base {
    display: block;
    position: relative;
    font-family: 'Noto Sans', serif;
    color: #222;
    font-size: 12px;
    line-height: 13px;
    text-align: left;
    width: 100%;
    padding: 16px 26px 20px 26px;
    box-sizing: border-box;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.7);
    min-height: 100px;
}




.product_tile {
  display: block;
  position: relative;
  background: #efefef;
  width: 100%;
  padding: 8px;
  box-sizing: border-box;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 15px;
}

.product_tile:hover {
  background: #eeeeff;
}







.cart_focus {
  -webkit-animation-name: cart_focus; /* Chrome, Safari, Opera */
  animation-name: cart_focus;
  -webkit-animation-duration: 0.8s; /* Chrome, Safari, Opera */
  animation-duration: 0.8s;
  animation-iteration-count: 1;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  transform-origin: top right;
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  transform-style: preserve-3d;
  backface-visibility: hidden;
  font-family: 'Open Sans', sans-serif;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Chrome, Safari, Opera */
@-webkit-keyframes cart_focus {
  0% {transform: scale(7.0); opacity: 0.3; filter: alpha(opacity=30); }
  100% {transform: scale(1.0); opacity: 1.0; filter: alpha(opacity=100); }
}

@keyframes cart_focus {
  0% {transform: scale(7.0); opacity: 0.3; filter: alpha(opacity=30); }
  100% {transform: scale(1.0); opacity: 1.0; filter: alpha(opacity=100); }
}




.cart_item_cost_box {
  display: inline-block; 
  position: relative; 
  width: 100px; 
  font-size: 18px; 
  font-weight: 400; 
  color: #000; 
  line-height: 22px; 
  text-align: right;
  flex-grow: 0;
}

.cart_item_preview_box {
  display: inline-block; 
  position: relative; 
  width: 90px; 
  height: 90px; 
  border: 1px solid #aaa; 
  background-color: #efefef;  
  background-size: contain; 
  background-position: center; 
  background-repeat: no-repeat;
}

@media screen and (min-width: 591px) {
    .cart_item_cost_box { 
        flex-grow: 0;
    }
    .cart_item_preview_box {
        width: 90px; 
        height: 90px;
    }
}
@media screen and (max-width: 590px) {
    .cart_item_cost_box { 
        flex-grow: 1;
    }
    .cart_item_preview_box {
        width: 70px; 
        height: 70px;
    }
}



.toggle_button_off {
    display: inline-block;
    position: relative;
    cursor: pointer;
    text-align: center;
    padding: 2px 4px 2px 4px;
    border-radius: 2px;
    border: 1px solid #444;
    background: #fff;
    color: #444;
    font-family: "Open Sans", sans-serif;
    font-size: 9px; 
    line-height: 9px;
    font-weight: 400;
    transition: 0.3s;
    margin: 0px;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.toggle_button_on {
    display: inline-block;
    position: relative;
    cursor: pointer;
    text-align: center;
    padding: 2px 4px 2px 4px;
    border-radius: 2px;
    border: 1px solid #444;
    background: #363d46;
    color: #fff;
    font-family: "Open Sans", sans-serif;
    font-size: 9px; 
    line-height: 9px;
    font-weight: 400;
    transition: 0.3s;
    margin: 0px;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}