@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;700&display=swap");
.slide-left {
  -webkit-animation: slide-left 0.5s both;
  animation: slide-left 0.5s both;
}

/* ----------------------------------------------
 * Generated by Animista on 2021-11-30 21:43:8
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info.
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation slide-left
 * ----------------------------------------
 */
@-webkit-keyframes slide-left {
  0% {
    -webkit-transform: translateX(900px);
    transform: translateX(900px);
  }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}
@keyframes slide-left {
  0% {
    -webkit-transform: translateX(900px);
    transform: translateX(900px);
  }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}
.CCboxContainer {
  position: fixed;
  display: none;
  overflow: auto;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9000;
  background: rgba(255, 255, 255, 0.9);
  font-family: Inter, SansSerif, sans-serif;
}
.CCboxContainer .CCconsBox {
  display: block;
  border-radius: 20px;
  border: 0;
  box-sizing: border-box;
  opacity: 1;
  font-family: Inter, SansSerif, sans-serif;
  font-size: 15px;
  line-height: 24px;
  background: #fff;
  color: #444;
  max-width: 605px;
  position: relative;
  width: 95%;
  -webkit-box-shadow: 2px 2px 24px 0px rgba(0, 0, 0, 0.64);
  box-shadow: 2px 2px 24px 0px rgba(0, 0, 0, 0.64);
  z-index: 9999;
  margin: 10% auto 60px;
  padding: 0;
}
.CCboxContainer .CCconsBox .ph {
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 10px;
}
.CCboxContainer .CCconsBox .h {
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  margin-bottom: 20px;
}
.CCboxContainer .CCconsBox .content {
  align-items: center;
  flex: 1;
}
.CCboxContainer .CCconsBox .content .left {
  padding: 40px;
}
.CCboxContainer .CCconsBox .content .left a {
  color: #5CBDF1;
  cursor: pointer;
}
.CCboxContainer .CCconsBox .content .right {
  display: block;
  text-align: center;
  background: #042E43;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  padding: 30px;
  font-size: 14px;
}
.CCboxContainer .CCconsBox .content .right button {
  margin: 0 10px;
  padding: 20px 40px;
  border-radius: 12px;
  cursor: pointer;
}
.CCboxContainer .CCconsBox .content .right button.a {
  background: #F49331;
  font-weight: 700;
  border: 0;
  width: auto;
  height: auto;
  line-height: 16px;
  font-size: 16px;
  color: #FEFEFE;
  margin-bottom: 20px;
}
.CCboxContainer .CCconsBox .content .right a.d {
  color: #c8c8c8;
  text-decoration: underline;
  cursor: pointer;
}
.CCboxContainer .CCconsBox .content .right .remax {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
  flex-wrap: nowrap;
}
.CCboxContainer .CCconsBox .content .right .remax button {
  padding: 10px 20px;
  line-height: inherit;
  border-radius: 5px;
  font-size: 12px;
  border: 0;
}
.CCboxContainer .CCconsBox .content .right .remax button.d {
  flex-basis: 100%;
  text-align: center;
  background: #F49331;
  flex-grow: 1;
  color: #FEFEFE;
  font-weight: 200;
  font-size: 12px;
}
.CCboxContainer .CCconsBox .content .right .CCdefault {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
  flex-wrap: nowrap;
}
.CCboxContainer .CCconsBox .content .right .CCdefault button {
  padding: 10px 20px;
  line-height: inherit;
  border-radius: 5px;
  font-size: 12px;
  border: 0;
}
.CCboxContainer .CCconsBox .content .right .CCdefault button.d {
  flex-basis: 100%;
  text-align: center;
  background: #F49331;
  flex-grow: 1;
  color: #FEFEFE;
  font-weight: 200;
  font-size: 12px;
}

@media screen and (max-width: 640px) {
  .CCboxContainer .CCconsBox .content .right .remax {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap-reverse;
  }
  .CCboxContainer .CCconsBox .content .right .remax button {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 640px) {
  .CCboxContainer .CCconsBox {
    line-height: 22px;
  }
  .CCboxContainer .CCconsBox .ph {
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    margin-bottom: 10px;
  }
  .CCboxContainer .CCconsBox .h {
    font-size: 24px;
    line-height: 28px;
    font-weight: 700;
    margin-bottom: 10px;
  }
  .CCboxContainer .CCconsBox .content .left {
    padding: 25px 20px;
  }
  .CCboxContainer .CCconsBox .content .right {
    padding: 20px;
  }
}
.CCdialog {
  position: fixed;
  #display: block;
  display: none;
  line-height: normal !important;
  overflow: auto;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10000;
  background: rgba(58, 58, 58, 0.9);
  font-family: Inter, SansSerif, sans-serif;
}
.CCdialog .CCmodal {
  max-width: 645px;
  position: relative;
  width: 95%;
  border-radius: 20px;
  -webkit-box-shadow: 2px 2px 24px 0px rgba(0, 0, 0, 0.64);
  box-shadow: 2px 2px 24px 0px rgba(0, 0, 0, 0.64);
  background: white;
  color: #444;
  box-sizing: border-box;
  text-align: center;
  margin: 3% auto 20px;
  opacity: 1;
}
.CCdialog .CCmodal #aspect-content {
  margin: 0;
}
.CCdialog .CCmodal .aspect-tab {
  position: relative;
}
.CCdialog .CCmodal .aspect-tab .toggleWrapper, .CCdialog .CCmodal .aspect-tab .consDesc {
  position: absolute;
  top: 24px;
  right: 80px;
  display: flex;
  align-items: center;
}
.CCdialog .CCmodal .aspect-tab .consDesc {
  top: 16px;
  margin-right: 6px;
}
.CCdialog .CCmodal .CCmodalClose {
  position: absolute;
  top: 20px;
  right: 20px;
}
.CCdialog .CCmodal .CCmodalSettings {
  padding: 30px;
  padding-top: 40px;
  text-align: left;
  position: relative;
}
.CCdialog .CCmodal .CCmodalSettings a {
  color: #5CBDF1;
}
.CCdialog .CCmodal .CCmodalSettings button {
  margin: 0 10px;
  padding: 20px 40px;
  border-radius: 12px;
  font-size: 1.2rem;
  cursor: pointer;
}
.CCdialog .CCmodal .CCmodalSettings button.p {
  background: transparent;
  color: white;
}
.CCdialog .CCmodal .CCmodalSettings button.a {
  background: #F49331;
  font-weight: 700;
  border: 0;
  font-size: 16px;
  color: #FEFEFE;
  margin-bottom: 20px;
  width: auto;
  height: auto;
  line-height: 16px;
}
.CCdialog .CCmodal .CCmodalSettings button.b {
  background: #FFF;
  font-weight: 300;
  border: 1px solid #aaa;
  font-size: 16px;
  color: #aaa;
  margin-bottom: 20px;
  width: auto;
  height: auto;
  line-height: 16px;
}
.CCdialog .CCmodal .CCmodalSettings button.d {
  background: #ddd;
  color: #000;
}
.CCdialog .CCmodal .CCmodalSettings button.set {
  background: #a0aaaf;
  font-size: 16px;
  border: 0;
  color: #FEFEFD;
  width: auto;
  height: auto;
  line-height: 16px;
}
.CCdialog .CCmodal .CCmodalSettings .h {
  font-size: 24px;
  line-height: 40px;
  font-weight: 700;
  margin-bottom: 20px;
}
.CCdialog .CCmodal .CCmodalSettings .h.smaller {
  font-size: 22px;
}
.CCdialog .CCmodal .CCmodalSettings .content-center {
  text-align: center;
}
.CCdialog .CCmodal .CCmodalSettings .my-2 {
  margin: 20px 0;
}
.CCdialog .CCmodal #aspect-content label.aspect-label {
  margin: 0;
}
.CCdialog .CCmodal #aspect-content label.aspect-label:after, .CCdialog .CCmodal #aspect-content label.aspect-label:before {
  content: none;
  position: absolute;
  margin: 0;
}
.CCdialog .CCmodal #aspect-content .toggleWrapper label:after {
  opacity: 1;
  transform: scale(1);
}

@media screen and (max-width: 500px) {
  .CCdialog .CCmodal #aspect-content {
    margin: 0;
  }
  .CCdialog .CCmodal #aspect-content .aspect-info .aspect-name {
    font-size: 14px;
  }
  .CCdialog .CCmodal #aspect-content .aspect-tab-content .sentiment-wrapper {
    padding: 17px 18px 16px;
  }
  .CCdialog .CCmodal .consDesc {
    right: 60px;
  }
  .CCdialog .CCmodal .CCmodalSettings .h {
    font-size: 24px;
    line-height: 28px;
    font-weight: 700;
    margin-bottom: 20px;
  }
  .CCdialog .CCmodal .CCmodalSettings .h.smaller {
    font-size: 1.3rem;
  }

  .CCdialog .CCmodal .aspect-tab .consDesc {
    top: 16px;
    right: 60px;
  }

  .CCdialog .CCmodal .aspect-tab .toggleWrapper {
    top: 23px;
    right: 60px;
  }
}
#aspect-content {
  margin: 50px 0 0;
}
#aspect-content * {
  box-sizing: border-box;
}

.aspect-tab {
  position: relative;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 10px;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 0 0 1px #ececec;
  opacity: 1;
  transition: box-shadow 0.2s, opacity 0.4s;
}
.aspect-tab:hover {
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.11);
}

.aspect-input {
  display: none;
}

.aspect-input:checked ~ .aspect-content + .aspect-tab-content {
  max-height: 3000px;
}

.aspect-input:checked ~ .aspect-content:after {
  transform: rotate(0);
}

.aspect-label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  max-height: 80px;
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: 0;
  z-index: 1;
}
.aspect-label:hover ~ .aspect-content:after {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij4KICAgIDxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPHBhdGggZD0iTTI0IDI0SDBWMGgyNHoiIG9wYWNpdHk9Ii44NyIvPgogICAgICAgIDxwYXRoIGZpbGw9IiM1NTZBRUEiIGZpbGwtcnVsZT0ibm9uemVybyIgZD0iTTE1Ljg4IDE1LjI5TDEyIDExLjQxbC0zLjg4IDMuODhhLjk5Ni45OTYgMCAxIDEtMS40MS0xLjQxbDQuNTktNC41OWEuOTk2Ljk5NiAwIDAgMSAxLjQxIDBsNC41OSA0LjU5Yy4zOS4zOS4zOSAxLjAyIDAgMS40MS0uMzkuMzgtMS4wMy4zOS0xLjQyIDB6Ii8+CiAgICA8L2c+Cjwvc3ZnPgo=");
}

.aspect-content {
  position: relative;
  display: block;
  height: 80px;
  margin: 0;
  padding: 0px 87px 0 30px;
  min-height: 76px;
  font-size: 0;
  white-space: nowrap;
  user-select: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
}
.aspect-content:before, .aspect-content:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
}
.aspect-content:before {
  height: 100%;
}
.aspect-content:after {
  position: absolute;
  width: 24px;
  height: 100%;
  right: 30px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij4KICAgIDxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPHBhdGggZD0iTTI0IDI0SDBWMGgyNHoiIG9wYWNpdHk9Ii44NyIvPgogICAgICAgIDxwYXRoIGZpbGw9IiNBOUFDQUYiIGZpbGwtcnVsZT0ibm9uemVybyIgZD0iTTE1Ljg4IDE1LjI5TDEyIDExLjQxbC0zLjg4IDMuODhhLjk5Ni45OTYgMCAxIDEtMS40MS0xLjQxbDQuNTktNC41OWEuOTk2Ljk5NiAwIDAgMSAxLjQxIDBsNC41OSA0LjU5Yy4zOS4zOS4zOSAxLjAyIDAgMS40MS0uMzkuMzgtMS4wMy4zOS0xLjQyIDB6Ii8+CiAgICA8L2c+Cjwvc3ZnPgo=");
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(180deg);
}

.aspect-name {
  display: inline-block;
  width: 75%;
  margin-left: 16px;
  font-weight: 700;
  color: #0f1010;
  white-space: normal;
  text-align: left;
  vertical-align: middle;
}

.aspect-stat {
  width: 40%;
  text-align: right;
}

.all-opinions,
.aspect-name {
  font-size: 14px;
  line-height: 22px;
}

.all-opinions {
  color: #5d5d5d;
  text-align: left;
}

.aspect-content + .aspect-tab-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s;
}

.aspect-content > div,
.aspect-stat > div {
  display: inline-block;
}

.aspect-content > div {
  vertical-align: middle;
}

.positive-count,
.negative-count,
.neutral-count {
  display: inline-block;
  margin: 0 0 0 20px;
  padding-left: 26px;
  background-repeat: no-repeat;
  font-size: 13px;
  line-height: 20px;
  color: #363636;
}

.positive-count {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgdmlld0JveD0iMCAwIDIwIDIwIj4KICAgIDxwYXRoIGZpbGw9IiM3RUQzMjEiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTEwIDE4LjU3MWMtNC43MjYgMC04LjU3MS0zLjg0NS04LjU3MS04LjU3MSAwLTQuNzI2IDMuODQ1LTguNTcxIDguNTcxLTguNTcxIDQuNzI2IDAgOC41NzEgMy44NDUgOC41NzEgOC41NzEgMCA0LjcyNi0zLjg0NSA4LjU3MS04LjU3MSA4LjU3MXpNMjAgMTBjMCA1LjUxNC00LjQ4NiAxMC0xMCAxMFMwIDE1LjUxNCAwIDEwIDQuNDg2IDAgMTAgMHMxMCA0LjQ4NiAxMCAxMHpNNSAxMS40MjdhNSA1IDAgMCAwIDEwIDAgLjcxNC43MTQgMCAxIDAtMS40MjkgMCAzLjU3MSAzLjU3MSAwIDAgMS03LjE0MiAwIC43MTQuNzE0IDAgMSAwLTEuNDI5IDB6bTEuMDcxLTVhMS4wNzEgMS4wNzEgMCAxIDAgMCAyLjE0MyAxLjA3MSAxLjA3MSAwIDAgMCAwLTIuMTQzem03Ljg1OCAwYTEuMDcxIDEuMDcxIDAgMSAwIDAgMi4xNDMgMS4wNzEgMS4wNzEgMCAwIDAgMC0yLjE0M3oiLz4KPC9zdmc+Cg==");
}

.check {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgdmlld0JveD0iMCAwIDIwIDIwIj4KICAgIDxwYXRoIGZpbGw9IiM3RUQzMjEiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTEwIDE4LjU3MWMtNC43MjYgMC04LjU3MS0zLjg0NS04LjU3MS04LjU3MSAwLTQuNzI2IDMuODQ1LTguNTcxIDguNTcxLTguNTcxIDQuNzI2IDAgOC41NzEgMy44NDUgOC41NzEgOC41NzEgMCA0LjcyNi0zLjg0NSA4LjU3MS04LjU3MSA4LjU3MXpNMjAgMTBjMCA1LjUxNC00LjQ4NiAxMC0xMCAxMFMwIDE1LjUxNCAwIDEwIDQuNDg2IDAgMTAgMHMxMCA0LjQ4NiAxMCAxMHpNNSAxMS40MjdhNSA1IDAgMCAwIDEwIDAgLjcxNC43MTQgMCAxIDAtMS40MjkgMCAzLjU3MSAzLjU3MSAwIDAgMS03LjE0MiAwIC43MTQuNzE0IDAgMSAwLTEuNDI5IDB6bTEuMDcxLTVhMS4wNzEgMS4wNzEgMCAxIDAgMCAyLjE0MyAxLjA3MSAxLjA3MSAwIDAgMCAwLTIuMTQzem03Ljg1OCAwYTEuMDcxIDEuMDcxIDAgMSAwIDAgMi4xNDMgMS4wNzEgMS4wNzEgMCAwIDAgMC0yLjE0M3oiLz4KPC9zdmc+Cg==");
}

.negative-count {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgdmlld0JveD0iMCAwIDIwIDIwIj4KICAgIDxwYXRoIGZpbGw9IiNGRjZFMDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTEwIDE4LjU3MWMtNC43MjYgMC04LjU3MS0zLjg0NS04LjU3MS04LjU3MSAwLTQuNzI2IDMuODQ1LTguNTcxIDguNTcxLTguNTcxIDQuNzI2IDAgOC41NzEgMy44NDUgOC41NzEgOC41NzEgMCA0LjcyNi0zLjg0NSA4LjU3MS04LjU3MSA4LjU3MXpNMjAgMTBjMCA1LjUxNC00LjQ4NiAxMC0xMCAxMFMwIDE1LjUxNCAwIDEwIDQuNDg2IDAgMTAgMHMxMCA0LjQ4NiAxMCAxMHpNNSAxNC45OThhLjcxNC43MTQgMCAwIDAgMS40MjkgMCAzLjU3MSAzLjU3MSAwIDAgMSA3LjE0MiAwIC43MTQuNzE0IDAgMSAwIDEuNDI5IDAgNSA1IDAgMSAwLTEwIDB6bTEuMDcxLTguNTdhMS4wNzEgMS4wNzEgMCAxIDAgMCAyLjE0MiAxLjA3MSAxLjA3MSAwIDAgMCAwLTIuMTQzem03Ljg1OCAwYTEuMDcxIDEuMDcxIDAgMSAwIDAgMi4xNDIgMS4wNzEgMS4wNzEgMCAwIDAgMC0yLjE0M3oiLz4KPC9zdmc+Cg==");
}

.neutral-count {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgdmlld0JveD0iMCAwIDIwIDIwIj4KICAgIDxwYXRoIGZpbGw9IiNCQUMyRDYiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTEwIDE4LjU3MWMtNC43MjYgMC04LjU3MS0zLjg0NS04LjU3MS04LjU3MSAwLTQuNzI2IDMuODQ1LTguNTcxIDguNTcxLTguNTcxIDQuNzI2IDAgOC41NzEgMy44NDUgOC41NzEgOC41NzEgMCA0LjcyNi0zLjg0NSA4LjU3MS04LjU3MSA4LjU3MXpNMjAgMTBjMCA1LjUxNC00LjQ4NiAxMC0xMCAxMFMwIDE1LjUxNCAwIDEwIDQuNDg2IDAgMTAgMHMxMCA0LjQ4NiAxMCAxMHpNNS43MTQgMTEuNDI3YS43MTQuNzE0IDAgMSAwIDAgMS40MjloOC41NzJhLjcxNC43MTQgMCAxIDAgMC0xLjQyOUg1LjcxNHptLjM1Ny01YTEuMDcxIDEuMDcxIDAgMSAwIDAgMi4xNDMgMS4wNzEgMS4wNzEgMCAwIDAgMC0yLjE0M3ptNy44NTggMGExLjA3MSAxLjA3MSAwIDEgMCAwIDIuMTQzIDEuMDcxIDEuMDcxIDAgMCAwIDAtMi4xNDN6Ii8+Cjwvc3ZnPgo=");
}

.aspect-info {
  width: 60%;
  white-space: nowrap;
  font-size: 0;
}
.aspect-info:before {
  content: "";
  display: inline-block;
  height: 44px;
  vertical-align: middle;
}

.aspect-tab-content {
  background-color: #f9f9f9;
  font-size: 16px;
  text-align: left;
}

.sentiment-wrapper {
  padding: 24px 30px 30px;
}

.opinion-header {
  position: relative;
  width: 100%;
  margin: 0 0 24px;
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
  color: #0f1010;
  text-transform: capitalize;
}

.opinion-header > span:nth-child(2) {
  position: absolute;
  right: 0;
}

.opinion-header + div > span {
  font-size: 13px;
  font-weight: 400;
  line-height: 22px;
  color: #363636;
}

@media screen and (max-width: 800px) {
  .aspect-label {
    max-height: 102px;
  }

  .aspect-content {
    height: auto;
    padding: 16px 87px 10px 30px;
  }
  .aspect-content:before {
    display: none;
  }
  .aspect-content:after {
    top: 0;
  }

  .aspect-content > div {
    display: block;
    width: 100%;
  }

  .aspect-stat {
    margin-top: 10px;
    text-align: left;
  }
}
@media screen and (max-width: 750px) {
  .sentiment-wrapper > div {
    display: block;
    width: 100%;
    max-width: 100%;
  }

  .sentiment-wrapper > div:not(:first-child) {
    margin-top: 10px;
  }
}
@media screen and (max-width: 500px) {
  .aspect-label {
    max-height: 140px;
  }

  .aspect-tab .aspect-content {
    padding: 10px 110px 10px 0px;
  }

  .aspect-stat > div {
    display: block;
    width: 100%;
  }

  .all-opinions {
    margin-bottom: 10px;
  }

  .all-opinions + div > span:first-child {
    margin: 0;
  }
}
.toggleWrapper {
  margin: auto;
  padding: 0;
  width: 55px;
  z-index: 120000;
  margin-top: 0px;
  border-radius: 5px;
  background: white;
}
.toggleWrapper input.mobileToggle {
  opacity: 0;
  position: absolute;
}
.toggleWrapper input.mobileToggle + label {
  position: relative;
  display: inline-block;
  user-select: none;
  -moz-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  -webkit-tap-highlight-color: transparent;
  height: 30px;
  width: 50px;
  border: 1px solid #e4e4e4;
  border-radius: 60px;
}
.toggleWrapper input.mobileToggle + label:before {
  content: "";
  position: absolute;
  display: block;
  -moz-transition: 0.2s cubic-bezier(0.24, 0, 0.5, 1);
  -o-transition: 0.2s cubic-bezier(0.24, 0, 0.5, 1);
  -webkit-transition: 0.2s cubic-bezier(0.24, 0, 0.5, 1);
  transition: 0.2s cubic-bezier(0.24, 0, 0.5, 1);
  height: 30px;
  width: 51px;
  top: 0;
  left: 0;
  border-radius: 30px;
}
.toggleWrapper input.mobileToggle + label:after {
  content: "";
  position: absolute;
  display: block;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 4px 0px 0 rgba(0, 0, 0, 0.04), 0 4px 9px rgba(0, 0, 0, 0.13), 0 3px 3px rgba(0, 0, 0, 0.05);
  -moz-transition: 0.35s cubic-bezier(0.54, 1.6, 0.5, 1);
  -o-transition: 0.35s cubic-bezier(0.54, 1.6, 0.5, 1);
  -webkit-transition: 0.35s cubic-bezier(0.54, 1.6, 0.5, 1);
  transition: 0.35s cubic-bezier(0.54, 1.6, 0.5, 1);
  background: whitesmoke;
  height: 28px;
  width: 28px;
  top: 1px;
  left: 0px;
  border-radius: 60px;
}
.toggleWrapper input.mobileToggle:checked + label:before {
  background: #2ecc71;
  -moz-transition: width 0.2s cubic-bezier(0, 0, 0, 0.1);
  -o-transition: width 0.2s cubic-bezier(0, 0, 0, 0.1);
  -webkit-transition: width 0.2s cubic-bezier(0, 0, 0, 0.1);
  transition: width 0.2s cubic-bezier(0, 0, 0, 0.1);
}
.toggleWrapper input.mobileToggle:checked + label:after {
  left: 24px;
}

/*# sourceMappingURL=main.css.map */
