/* line 1, app/assets/stylesheets/toggleSwitch.scss */
html,
body {
  width: 100vw;
  position: relative;
  overflow-x: hidden;
}

/* Checkbox Switcher */
/* line 11, app/assets/stylesheets/toggleSwitch.scss */
input.checkbox_switch {
  height: 0px;
  width: 0px;
  visibility: hidden;
}

/* line 17, app/assets/stylesheets/toggleSwitch.scss */
label.checkbox_switch_label {
  cursor: pointer;
  text-indent: -99999px;
  z-index: 50;
  width: 45px;
  height: 25px;
  top: -20px;
  display: block;
  position: relative;
  background-image: url(../svg/switcher-bg-f2ec93b169b832070cbf2e2de49589ac17df1c366e2677811b234549ab5f2869.svg);
  background-repeat: no-repeat;
  background-position: 0px 6px;
}

/* line 31, app/assets/stylesheets/toggleSwitch.scss */
label.checkbox_switch_label:before {
  position: absolute;
  display: block;
  content: "";
  width: 23px;
  height: 23px;
  position: absolute;
  left: 0px;
  top: 0;
  background-image: url(../svg/swither-button-acdbf17be89c63453816e8b4d794faf0f4fd25d5e9d8779ef34f9beda7655f9d.svg);
  background-repeat: no-repeat;
  transition: all 0.3s ease;
}

/* line 45, app/assets/stylesheets/toggleSwitch.scss */
.checkbox_switch:checked + .checkbox_switch_label:before {
  left: 22px;
}

/* line 49, app/assets/stylesheets/toggleSwitch.scss */
.purple_shadow {
  background-repeat: no-repeat;
  background-position: 0px 0px;
  position: absolute;
  z-index: -1;
  background-size: contain;
  top: -496px;
  right: -500px;
  width: 1200px;
  height: 1200px;
}

@media only screen and (min-width: 800px) {
  /* line 62, app/assets/stylesheets/toggleSwitch.scss */
  .purple_shadow {
    top: -700px;
    right: -300px;
    width: 1324px;
    height: 1324px;
  }
  /* line 69, app/assets/stylesheets/toggleSwitch.scss */
  .purple_shadow.brand-signup {
    height: 1125px;
    top: -725px;
  }
}

@media only screen and (max-width: 767px) {
  /* line 76, app/assets/stylesheets/toggleSwitch.scss */
  .orange_shadow.insight-360 {
    top: 0%;
  }
}

/* line 81, app/assets/stylesheets/toggleSwitch.scss */
.orange_shadow {
  background-repeat: no-repeat;
  background-position: 0px 0px;
  position: absolute;
  z-index: -1;
  top: 40%;
  right: -300px;
  background-size: contain;
  width: 1324px;
  height: 1324px;
}

/* line 94, app/assets/stylesheets/toggleSwitch.scss */
.orange_shadow.brand-signup {
  height: 0px;
}

/* line 98, app/assets/stylesheets/toggleSwitch.scss */
.mobile_nav_close {
  display: none;
  max-width: 24px;
}

/* line 103, app/assets/stylesheets/toggleSwitch.scss */
.mobile-nav-toggle.active .mobile_nav_close {
  display: block;
}

/* line 107, app/assets/stylesheets/toggleSwitch.scss */
.mobile-nav-toggle.active .mobile_nav_open {
  display: none;
}

/* line 111, app/assets/stylesheets/toggleSwitch.scss */
.mobile_menu {
  max-width: 600px;
  height: calc(100vh - 80px);
  position: absolute;
  z-index: 5000;
  top: 80px;
  right: -700px;
  overflow-y: scroll;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
}

/* line 124, app/assets/stylesheets/toggleSwitch.scss */
.mobile_menu.active {
  right: 0;
  opacity: 1;
  visibility: visible;
}

/* line 130, app/assets/stylesheets/toggleSwitch.scss */
.mobile-arrow {
  transform: rotate(-90deg);
  transition: all 0.3s ease;
}

/* line 135, app/assets/stylesheets/toggleSwitch.scss */
.mobile_menu a.active .mobile-arrow {
  transform: rotate(0deg);
}

/* line 139, app/assets/stylesheets/toggleSwitch.scss */
.mobile-sub-nav.active {
  display: block;
}

/** Dropdown Update **/
/* line 145, app/assets/stylesheets/toggleSwitch.scss */
.dropdown-active {
  visibility: visible;
  opacity: 1;
  height: auto;
}
/* line 1, app/assets/stylesheets/common/flash.scss */
.flash.message {
  position: absolute;
  top: -21px;
  right: -5px;
  min-width: 500px;
  max-width: 80%;
  z-index: 799;
  font-size: 15px;
  border-radius: 0.5rem;
  opacity: 0.95;
}

/* line 12, app/assets/stylesheets/common/flash.scss */
.flash.message.negative, .flash.message.error, .flash.message.errors, .flash.message.alert, .flash.message.timedout {
  background-color: #FF4C4A;
  color: #fff;
}

/* line 17, app/assets/stylesheets/common/flash.scss */
.flash.message.positive, .flash.message.success, .flash.message.notice {
  background-color: #00B469;
  color: #fff;
}

/* line 22, app/assets/stylesheets/common/flash.scss */
.flash.message.info {
  background-color: #FF8826;
  color: #fff;
}

/* line 27, app/assets/stylesheets/common/flash.scss */
.flash.message .close.icon {
  color: #fff;
  float: right;
  margin-top: 13px;
  margin-right: 10px;
}

/* line 35, app/assets/stylesheets/common/flash.scss */
.flash.message ul.list ul {
  padding: 0;
}

/* line 41, app/assets/stylesheets/common/flash.scss */
.centered-table-column {
  text-align: center !important;
}

/* line 46, app/assets/stylesheets/common/flash.scss */
.main-content.with_footer.new-design .flash.message {
  top: 0;
  right: 23px;
}

/* line 51, app/assets/stylesheets/common/flash.scss */
.asterisk_input::after {
  content: " *";
  color: #FF4C4A;
  position: absolute;
  margin: 7px 0px 0px 5px;
  font-size: xx-large;
  padding: 0 5px 0 0;
}

@media (max-width: 768px) {
  /* line 51, app/assets/stylesheets/common/flash.scss */
  .asterisk_input::after {
    font-size: x-large;
    margin-top: 5px;
  }
}
/*


 *
 */
