.warning-pill{
  width:50%;
  min-width: 300px;
  background:#42b3f5;


  color: white;
  display: inline-block;
  padding: 15px;
  border-radius: 20px;
  border: 1px solid #12496a;
  box-shadow: 0 3px 1px rgb(0 0 0 / 0.2);
  text-shadow: 0.1px 0 white;
  font-weight: bold;
}

.warning-pill-link {
  text-decoration: bold;
  text-shadow: 0.1px 0 #12496a;
  color: #12496a;
  transition: all 200ms;
}

.warning-pill-link:hover {
  text-decoration: none;
  color: #4d5a68;
}

.title {
  font-weight: bolder;
  color: #212529;
}

.subtitle {
  color: #42b3f5;
  font-weight: bolder;
}

.bolder {
  text-shadow: 0.3px 0 #888888;
  font-weight: bold;
}

.bolder_blue {
  text-shadow: 0.3px 0 #42b3f5;
  font-weight: bold;
}

.bolder_orange {
  text-shadow: 0.3px 0 #ffb800;
  font-weight: bold;
}

.hover-effect {
  transition: all 200ms;
  cursor: pointer;
}

.elevated_card {
  background-color: #42b3f5;
  cursor: pointer;
  transition: all 500ms;
  padding-top: 2%;
  padding-bottom: 2%;
  margin: 1%;
  border: 1px solid #42b3f5;
  box-shadow: 0 5px 5px #a0c2d5;
  border-radius: 20px;
  height: fit-content;
}

.how_card {
  border: 1px solid #eeeeee;
  text-align: center;
  padding: 20px;
  border-radius: 50px;
  box-shadow: 2px 2px 5px rgb(185 201 211);
}

.extra_option {
  transition: all 200ms;
}

.extra_option:hover {
  background-color: rgb(239, 239, 239);
}

.bolder_white {
  text-shadow: 0.3px 0 white;
  font-weight: bold;
}

.fading-span {
  opacity: 1;
  transition: all 200ms;
}

.circle {
  background: white;
  opacity: 0.8;
  color: #44b3f5;
  padding: 5px;
  border-radius: 250px;
  width: 35px;
  height: 35px;
  display: inline-block;
  margin-right: 5px;
  border: 2px solid #44b3f5;
}

.blueish {
  background-color: #42b3f5;
}

.menu_item_scan {
  background-color: #ffb400;
  text-align: center;
  padding: 15px;
  margin-right: 10px;
  transition: all 200ms;
  cursor: pointer;
  color: white;
  border: 5px solid #ffb400;
  border-radius: 20px;
  display: Inline-Block;
  text-decoration: none;
  box-shadow: 0 3px 1px rgb(0 0 0 / 0.2);
}


.menu_item_scan:hover {
  background-color: white;
  color: #ffb400;
}

.menu_item_sign_in {
  box-shadow: 0 3px 1px rgb(0 0 0 / 0.2);
  background-color: white;
  text-align: center;
  margin-right: 10px;
  padding: 15px;
  transition: all 200ms;
  cursor: pointer;
  color: #42b3f5;
  border: 5px solid white;
  border-radius: 20px;
  text-decoration: none;
  display: Inline-Block;
}

.menu_item_log_out {
  background-color: gray;
  text-align: center;
  margin-right: 10px;
  padding: 15px;
  transition: all 200ms;
  cursor: pointer;
  color: white;
  border: 5px solid gray;
  border-radius: 20px;
  text-decoration: none;
  display: Inline-Block;
  box-shadow: 0 3px 1px rgb(0 0 0 / 0.2);
}

.menu_item_log_out:hover {
  background-color: white;
  color: gray;
}


.menu_item_sign_in:hover {
  background-color: #42b3f5;
  color: white;
}


.logged_user {
  background-color: white;
  text-align: center;
  margin-right: 10px;
  transition: all 200ms;
  cursor: pointer;
  color: #42b3f5;
  border: 5px solid white;
  border-radius: 20px;
  text-decoration: none;
  display: Inline-Block;
  width: 100px;
  padding: 5px;
}

.logged_user:hover {
  background-color: #42b3f5;
  color: white;
}

.font {
  font-family: Poppins, serif;
}

.default_link {
  text-decoration: none;
  color: #42b3f5;
  transition: all 200ms;
}

.default_link:hover {
  text-decoration: none;
  color: #4d5a68;
}

.default_link_gray {
  text-decoration: none;
  color: #4d5a68;
  transition: all 200ms;
}

.default_link_gray:hover {
  text-decoration: none;
  color: white;
}

.default_link2 {
  text-decoration: none;
  color: #004369;
  transition: all 200ms;
}

.default_link2:hover {
  text-decoration: none;
  color: #4d5a68;
}

.default_link_evripeople {
  text-decoration: none;
  font-weight: normal;
  box-shadow: none;
  transition: all 200ms;
}

.default_link_evripeople:hover {
  text-decoration: none;
  font-weight: bold;
  box-shadow: 0 30px 10px rgba(193, 193, 193, 0.69);
}

.default_link_scan {
  text-decoration: none;
  color: #ffb400;
}

@keyframes example {
  0% {
    opacity: 0;
  }

  15% {
    opacity: 1;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}


.header {
  color: #42b3f5;
  font-weight: bold;
}


.subItem {
  padding-left: 20px;
}



.menu_item_body {
  background-color: #42b3f5;
  text-align: center;
  margin-right: 10px;
  padding: 15px;
  transition: all 200ms;
  cursor: pointer;
  color: white;
  border: 5px solid white;
  border-radius: 20px;
  text-decoration: none;
}


.menu_item_body:hover {
  background-color: white;
  color: #42b3f5;
}

.noselect {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Old versions of Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

[data-tooltip] {
  display: inline-block;
  position: relative;
  cursor: help;
  padding: 4px;
}

/* Tooltip styling */
[data-tooltip]:before {
  content: attr(data-tooltip);
  display: none;
  position: absolute;
  background: rgb(66, 179, 245);
  color: #fff;
  padding: 4px 8px;
  font-size: 14px;
  line-height: 1.4;
  min-width: 300px;
  text-align: center;
  border-radius: 4px;
  font-weight: bolder;
}

/* Dynamic horizontal centering */
[data-tooltip-position="top"]:before,
[data-tooltip-position="bottom"]:before {
  left: 50%;
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

/* Dynamic vertical centering */
[data-tooltip-position="right"]:before,
[data-tooltip-position="left"]:before {
  top: 50%;
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

[data-tooltip-position="top"]:before {
  bottom: 100%;
  margin-bottom: 6px;
}

/* Tooltip arrow styling/placement */
[data-tooltip]:after {
  content: '';
  display: none;
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

/* Dynamic horizontal centering for the tooltip */
[data-tooltip-position="top"]:after,
[data-tooltip-position="bottom"]:after {
  left: 50%;
  margin-left: -6px;
}

/* Dynamic vertical centering for the tooltip */
[data-tooltip-position="right"]:after,
[data-tooltip-position="left"]:after {
  top: 50%;
  margin-top: -6px;
}

[data-tooltip-position="top"]:after {
  bottom: 100%;
  border-width: 6px 6px 0;
  border-top-color: rgb(66, 179, 245);
}

[data-tooltip-position="right"]:after {
  left: 100%;
  border-width: 6px 6px 6px 0;
  border-right-color: rgb(66, 179, 245);
}

[data-tooltip-position="bottom"]:after {
  top: 100%;
  border-width: 0 6px 6px;
  border-bottom-color: rgb(66, 179, 245);
}

[data-tooltip-position="left"]:after {
  right: 100%;
  border-width: 6px 0 6px 6px;
  border-left-color: rgb(66, 179, 245);
}

/* Show the tooltip when hovering */
[data-tooltip]:hover:before,
[data-tooltip]:hover:after {
  display: block;
  z-index: 50;
}


.tooltip {
  position: relative;
  display: inline-block;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: rgb(66, 179, 245);
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -60px;
  opacity: 0;
  transition: opacity 0.3s;
  font-weight: bolder;
}

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: rgb(66, 179, 245) transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}




.inputField {
  display: inline-block;
  background-color: white;
  border-radius: 25px;
  padding-left: 10px;
  border: 2px solid #9e9e9e;
  padding-right: 10px;
  max-width: 300px;
  transition: all 200ms;
  box-shadow: rgb(66 179 245 / 32%) 0px 3px;
}

input.inputField:focus {
  outline-color: rgb(66, 179, 245);
  color: #42b3f5
}



.menu_item {
  background-color: white;
  transition: all 200ms;
  color: #42b3f5;
  display: inline-block;
  padding: 10px;
  border-radius: 20px;
  border: 3px solid white;
  box-shadow: 0 3px 1px rgb(0 0 0 / 0.2);
  cursor: pointer;
  margin-right: -25px;
  margin-top: 10px;
}

.menu_item_none {
  background-color: rgb(220, 220, 220);
  transition: all 200ms;
  color: rgb(144, 140, 140);
  display: inline-block;
  padding: 10px;
  border-radius: 20px;
  border: 3px solid white;
  box-shadow: 0 3px 1px rgb(0 0 0 / 0.2);
  cursor: pointer;
  margin-right: -25px;
  margin-top: 10px;
}

.menu_item_none:hover {
  background-color: rgb(144, 140, 140);
  color: rgb(220, 220, 220);
}

.submenu_item {
  background-color: #f2f2f2;
  transition: all 200ms;
  color: #42b3f5;
  display: inline-block;
  padding: 10px;
  border-radius: 20px;
  border: 3px solid #42b3f526;
  box-shadow: 0 3px 1px rgb(0 0 0 / 0.2);
  cursor: pointer;
  margin-right: -25px;
  margin-top: 10px;
}

.submenu_item:hover {
  background-color: #a7daf7;
  color: white;
}

.menu_item_link_post {
  text-decoration: none;
}

.menu_item_link {
  text-decoration: none;
  margin-right: 30px;
}

.menu_item_text {
  display: inline-block;
  margin-top: 8px;
  margin-left: -37px;
  margin-bottom: 8px;
  margin-right: 5px;
  padding-left: 2px;
  padding-right: 5px;
  border: 0px;
  border-radius: 20px;
  font-weight: bold;
}

.menu_item_initial_icon {
  width: 25px;
  margin-left: 8px;
  z-index: 2;
  position: relative;
}

.menu_item_second_icon {
  width: 25px;
  margin-left: 8px;
  position: relative;
  left: -37px;
  z-index: 1;
}


.menu_item_selected {
  background-color: #42b3f5;
  color: white;
}

.menu_item_selected_red {
  background-color: #e31111;
  color: white;
  transition: all 200ms;
  display: inline-block;
  padding: 10px;
  border-radius: 20px;
  border: 3px solid #e31111a2;
  box-shadow: 0 3px 1px rgb(0 0 0 / 0.2);
  cursor: pointer;
  margin-right: -25px;
  margin-top: 10px;
}

.menu_item:hover {
  background-color: #42b3f5;
  color: white;
}

.menu_item_hovered {
  background-color: #42b3f5;
  color: white;
}

.menu_item_cancel {
  background-color: #909090;
  transition: all 200ms;
  color: white;
  margin-right: -25px;
  margin-top: 10px;
  border: 3px solid #909090;
  margin-left: 0px;
  display: inline-block;
  padding: 10px;
  border-radius: 20px;
  box-shadow: 0 3px 1px rgb(0 0 0 / 0.2);
  cursor: pointer;
}

.menu_item_cancel:hover {
  background-color: #909090;
  color: #494949;
}

#source:focus {
  outline: none !important;
  border: 0px solid red;
}

.visibleIcon {
  opacity: 1;
  transition: all 200ms;
  z-index: 2;
}

.invisibleIcon {
  opacity: 0;
  transition: all 200ms;
  z-index: 1;
}

.visibleItem {
  opacity: 1;
  transition: all 200ms;
}

.invisibleItem {
  opacity: 0;
  transition: all 200ms;
}

.menu_item_posts {
  width: fit-content;
  background-color: #f5deb300;
  border: 2px solid white;
  box-shadow: 0 3px 1px rgb(0 0 0 / 0.2);
  cursor: pointer;
  border-radius: 20px;
  color: white;
  padding: 5px;
  display: inline-block;
  transition: all 200ms;
  margin-top: 5px;
}

.menu_item_text_posts {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
  font-weight: bold;
}

.menu_item_posts:hover {
  background-color: white;
  color: #42b3f5;
}

.menu_item_scan_code {
  background-color: #ffb400;
  transition: all 200ms;
  color: white;
  display: inline-block;
  padding: 10px;
  border-radius: 20px;
  border: 3px solid #ffb400;
  box-shadow: 0 3px 1px rgb(0 0 0 / 0.2);
  cursor: pointer;
  margin-right: -25px;
  margin-top: 10px;
}

.menu_item_scan_code_text {
  display: inline-block;
  margin-top: 8px;
  margin-left: -37px;
  margin-bottom: 8px;
  margin-right: 5px;
  padding-left: 2px;
  padding-right: 5px;
  border: 0px;
  border-radius: 20px;
  font-weight: bold;
}

.menu_item_scan_code:hover {
  background-color: white;
  color: #ffb400;
}


.menu_item_notify_us {
  background-color: #44b3f5;
  transition: all 200ms;
  color: white;
  display: inline-block;
  padding: 10px;
  border-radius: 20px;
  border: 3px solid #44b3f5;
  box-shadow: 0 3px 1px rgb(0 0 0 / 0.2);
  cursor: pointer;
  margin-right: -25px;
  margin-top: 10px;
}

.menu_item_notify_us:hover {
  background-color: white;
  color: #44b3f5;
}

.menu_item_delete {
  background-color: white;
  transition: all 200ms;
  color: #e31111;
  display: inline-block;
  padding: 10px;
  border-radius: 20px;
  border: 3px solid #e31111a2;
  box-shadow: 0 3px 1px rgb(0 0 0 / 0.2);
  cursor: pointer;
  margin-right: -25px;
  margin-top: 10px;
}

.menu_item_delete_text {
  display: inline-block;
  margin-top: 8px;
  margin-left: -37px;
  margin-bottom: 8px;
  margin-right: 5px;
  padding-left: 2px;
  padding-right: 5px;
  border: 0px;
  border-radius: 20px;
  font-weight: bold;
}

.menu_item_delete:hover {
  background-color: #e31111;
  color: white;
}


.menu_item_blue {
  background-color: #42b3f5;
  transition: all 200ms;
  color: white;
  display: inline-block;
  padding: 10px;
  border-radius: 20px;
  border: 3px solid white;
  box-shadow: 0 3px 1px rgb(0 0 0 / 0.2);
  cursor: pointer;
  margin-top: 10px;
}

.menu_item_blue:hover {
  background-color: white;
  color: #42b3f5;
  border-color: #42b3f526;
}

.playAnimation {
  animation-name: example;
  animation-duration: 5s;
}

.playAnimationUnlocked {
  animation-name: example;
  animation-duration: 2s;
}


#video-container.example-style-1 .scan-region-highlight-svg,
#video-container.example-style-1 .code-outline-highlight {
  stroke: white !important;
}


@keyframes rotateDownAnimation {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(-180deg);
  }
}

@keyframes rotateUpAnimation {
  from {
    transform: rotate(-180deg);
  }

  to {
    transform: rotate(0deg);
  }
}

.rotate_down {
  animation-name: rotateDownAnimation;
  animation-fill-mode: forwards;
  animation-duration: 200ms;
}

.rotate_up {
  animation-name: rotateUpAnimation;
  animation-fill-mode: forwards;
  animation-duration: 200ms;
}


@keyframes defadeAnimation {
  from {
    opacity: 0;
  }

  to {
    opacity: 100;
  }
}

@keyframes fadeAnimation {
  from {
    opacity: 100;
  }

  to {
    opacity: 0;
  }
}


.defade {
  animation-name: defadeAnimation;
  animation-fill-mode: forwards;
  animation-duration: 1s;
}

.fade {
  animation-name: fadeAnimation;
  animation-fill-mode: forwards;
  animation-duration: 1s;
}

.notfade {
  animation-name: none;
  animation-duration: 0s;
}


/* mouse over link */
.question:hover {
  font-weight: bolder;
}


.fadeforgot {
  animation-name: example;
  animation-duration: 5s;
}

.notfadeforgot {
  animation-name: none;
  animation-duration: 0s;
}


#evriEmail {
  color: #545454;
}

#background {
  cursor: pointer;
}

.point {
  color: rgb(255, 255, 255);
  font-weight: bolder;
}

.point_format {
  color: rgb(255, 255, 255);
  font-weight: bobolderld;
}


.author_img_default {
  width: 55px;
  cursor: pointer;
  margin-left: 4px;
  border: 0px dotted #a4ccec;
  border-radius: 100%;
}

.author_link_hovered {
  text-decoration: none;
  color: #4d5a68;
  transition: all 200ms;
  padding-top: 5px;
  padding-bottom: 5px;
}

.author_img_hovered {
  margin-top: -3px;
  width: 70px;
  border: 5px solid #a4ccec;
  border-radius: 100%;
}


.content_link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}


.origin_readarticle {
  right: -50%;
  top: 45%;
  transition: all 400ms;
}

.visible_readarticle {
  right: 10%;
  top: 45%;
  transition: all 400ms;
}

.highlight {
  color: #42b3f5;
  font-weight: bolder;
  background-color: #42b3f5;
}

.healthpill:hover img {
  animation: scale 0.9s ease infinite;
}

.infoBtn {
  margin-top: -3px;
  cursor: pointer;
  width: 17px;
  margin-right: 7px;
  box-shadow: rgb(255, 255, 255) 0px 3px;
  border-radius: 50px;
  display: none;
  background-color: initial;
}

.fieldValueRow:hover img.addBtn {
  animation: scale 0.9s ease forwards;
}

.fieldValueRow:hover img.infoBtn {
  animation: scale 0.9s ease forwards;
}

.withInfoBtn:hover img {
  animation: scale2 0.9s ease forwards;
}

.socialIcon:hover img {
  animation: scale2 0.5s ease forwards;
}

.term_with_content {
  color: #007ea5;
  cursor: pointer;
  transition: all 200ms;
}

.term_with_content:hover {
  color: #0077c2;
}

/* Define the animation */
@keyframes scale {
  0% {
    transform: scale(1, 1);
  }

  25% {
    transform: scale(1, 1);
  }

  50% {
    transform: scale(1.4, 1.4);
  }

  75% {
    transform: scale(1, 1);
  }

  100% {
    transform: scale(1, 1);
  }
}

/* Define the animation */
@keyframes scale2 {
  0% {
    transform: scale(1, 1);
  }

  25% {
    transform: scale(1, 1);
  }

  50% {
    transform: scale(1.2, 1.2);
  }

  75% {
    transform: scale(1, 1);
  }

  100% {
    transform: scale(1, 1);
  }
}

.logo {
  width: 50%;
  text-align: right;
}

.page_name {
  min-width: 388px;
  width: 50%;
  text-align: left;
  display: flex;
  align-items: center;
}

.profile_pill{
  position:fixed;right:0px;top:100px;display: inline;margin-right: 45px;z-index: 1000;
}

.logo_header{
  min-width:237px;max-width:280px;width:40%;cursor:pointer;
}

.page_name_text{
  min-width: 253px; max-width:280px; font-weight: bolder;text-align: center;width:40%;display: inline-block;color: white;margin: 0px;margin-top: 5px;background-color: #007ec8;padding: 5px;border-radius: 250px;cursor:default;
}

/* Media query for viewport width below 648px */
@media (max-width: 648px) {
  .logo {
    text-align:center;
  }
  .page_name {
    /* CSS styles to apply when viewport width is below 648px */
    /* For example: */
    min-width:388px;text-align:center;display: block;align-items: center;margin-top:10px;
  }
}

/* Media query for viewport width below 648px */
@media (max-width: 485px) {
  .logo {
    text-align:center;
    padding-right: 23% !important;
  }
  .logo_without_user_pill {
    text-align:center;
    padding-right: 0% !important;
  }
  .page_name {
    /* CSS styles to apply when viewport width is below 648px */
    /* For example: */
    min-width:initial;text-align:center;display: block;align-items: center;margin-top:10px;
  }
}

/* Media query for viewport width below 648px */
@media (max-width: 473px) {
  .logo {
    padding-right:25% !important;
  }
}

/* Media query for viewport width below 648px */
@media (max-width: 381px) {
  .logo {
    padding-right:25% !important;
    text-align: center;
  }
  .page_name {
    /* CSS styles to apply when viewport width is below 648px */
    /* For example: */
    padding-right:0% !important; 
    text-align: center;
  }
  .page_name_text{
    margin-left: -10px;
    font-size:20px;
    margin-top:20px;
    min-width: 200px;
  }
  .logo_header{
    width: 50%;
    min-width: 193px;
    max-width: 200px;
  }
}


/* Media query for viewport width below 648px */
@media (max-width: 342px) {
  .logo {
    padding-right:25% !important;
    text-align: left;
  }
  .page_name {
    /* CSS styles to apply when viewport width is below 648px */
    /* For example: */
    padding-right:0% !important; 
    text-align: center;
  }
  .page_name_text{
    font-size:20px;
    margin-top:20px;
    min-width: 200px;
  }
  .logo_header{
    width: 50%;
    min-width: 193px;
    max-width: 200px;
  }
}


.wiggleClass {
  animation: wiggle 2s forwards;
}

.wiggleClassRed {
  animation: wiggle_red 2s forwards;
}


@keyframes wiggle {

  0%,
  7% {
      transform: rotateZ(0);
      background-color: "";
  }

  15% {
      transform: rotateZ(-5deg);
  }

  20% {
      transform: rotateZ(5deg);
  }

  25% {
      transform: rotateZ(-5deg);
      background-color: rgb(66 179 245 / 49%);
  }

  30% {
      transform: rotateZ(1deg);
  }

  35% {
      transform: rotateZ(1deg);
  }

  40%,
  100% {
      transform: rotateZ(0);
      background-color: "";
  }
}

@keyframes wiggle_red {

  0%,
  7% {
      transform: rotateZ(0);
      background-color: "";
  }

  15% {
      transform: rotateZ(-5deg);
  }

  20% {
      transform: rotateZ(5deg);
  }

  25% {
      transform: rotateZ(-5deg);
      background-color: rgba(245, 66, 66, 0.49);
  }

  30% {
      transform: rotateZ(1deg);
  }

  35% {
      transform: rotateZ(1deg);
  }

  40%,
  100% {
      transform: rotateZ(0);
      background-color: "";
  }
}


.automaticallyGeneratedField {
  width: 100%;
  display: inline-block;
  background-color: rgb(0, 126, 200);
  color: white;
}

.generatedField {
  width: 100%;
  display: inline-block;
  background-color: rgba(66, 179, 245, 0.49);
}


.invisibleBtn{
  opacity: 0;
}

.quartervisibleBtn{
  opacity: 0.5;
}

.visibleBtn{
  opacity: 1;
}

.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #44b3f5;
}

input:focus + .slider {
  box-shadow: 0 0 1px #44b3f5;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}


.menu_item_etc {
  background-color: white;
  transition: all 200ms;
  color: #42b3f5;
  display: inline-block;
  padding: 10px;
  border-radius: 20px;
  border: 3px solid white;
  box-shadow: 0 3px 1px rgb(0 0 0 / 0.2);
  cursor: pointer;
  margin-right: -25px;
  margin-top: 10px;
}

.menu_item_etc:hover {
  background-color: #42b3f5;
  color: white;
}

.menu_item_etc img {
  transition: all 200ms;
}

.clicked {
  background-color: #42b3f5;
  color: white;
}