/*
  BREAKPOINTS
*/
/*
  CUSTOM VARIABLES
*/
[data-v-164e0f5c]:root {
  --ib-header-height: 80px;
  --ib-sidebar-width: 220px;
  --ib-sidebar-width-tablet: 70px;
}

/*
  Override theme chalk variables.
  All variables are in /node_modules/element-ui/packages/theme-chalk/src/common/var.scss
*/
/*
  MEDIA MIXINS
*/
@font-face {
  font-family: "idea-buddy-font";
  src: asset("scss/fonts/IbIcons/IdeaBuddyFont.eot");
  src: asset("scss/fonts/IbIcons/IdeaBuddyFont.eot?#iefix") format("embedded-opentype"), asset("scss/fonts/IbIcons/IdeaBuddyFont.woff2") format("woff2"), asset("scss/fonts/IbIcons/IdeaBuddyFont.woff") format("woff"), asset("scss/fonts/IbIcons/IdeaBuddyFont.ttf") format("truetype"), asset("scss/fonts/IbIcons/IdeaBuddyFont.svg#font") format("svg");
  font-weight: normal;
  font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
@font-face {
    font-family: "IdeaBuddyFont";
    src: asset("scss/fonts/IbIcons/IdeaBuddyFont.svg#Favorites") format("svg");
}
}
@font-face {
  font-family: "outfit-thin";
  src: asset("scss/fonts/outfit/Outfit-Thin.ttf");
  src: asset("scss/fonts/outfit/Outfit-Thin.ttf?#iefix") format("truetype");
}
@font-face {
  font-family: "outfit-extra-light";
  src: asset("scss/fonts/outfit/Outfit-ExtraLight.ttf");
  src: asset("scss/fonts/outfit/Outfit-ExtraLight.ttf?#iefix") format("truetype");
}
@font-face {
  font-family: "outfit-light";
  src: asset("scss/fonts/outfit/Outfit-Light.ttf");
  src: asset("scss/fonts/outfit/Outfit-Light.ttf?#iefix") format("truetype");
}
@font-face {
  font-family: "outfit-regular";
  src: asset("scss/fonts/outfit/Outfit-Regular.ttf");
  src: asset("scss/fonts/outfit/Outfit-Regular.ttf?#iefix") format("truetype");
}
@font-face {
  font-family: "outfit-medium";
  src: asset("scss/fonts/outfit/Outfit-Medium.ttf");
  src: asset("scss/fonts/outfit/Outfit-Medium.ttf?#iefix") format("truetype");
}
@font-face {
  font-family: "outfit-semi-bold";
  src: asset("scss/fonts/outfit/Outfit-SemiBold.ttf");
  src: asset("scss/fonts/outfit/Outfit-SemiBold.ttf?#iefix") format("truetype");
}
@font-face {
  font-family: "outfit-bold";
  src: asset("scss/fonts/outfit/Outfit-Bold.ttf");
  src: asset("scss/fonts/outfit/Outfit-Bold.ttf?#iefix") format("truetype");
}
@font-face {
  font-family: "outfit-extra-bold";
  src: asset("scss/fonts/outfit/Outfit-ExtraBold.ttf");
  src: asset("scss/fonts/outfit/Outfit-ExtraBold.ttf?#iefix") format("truetype");
}
@font-face {
  font-family: "outfit-black";
  src: asset("scss/fonts/outfit/Outfit-Black.ttf");
  src: asset("scss/fonts/outfit/Outfit-Black.ttf?#iefix") format("truetype");
}
@font-face {
  font-family: "tragic-marker";
  src: asset("scss/fonts/tragic-marker/tragic-marker-regular.eot");
  src: asset("scss/fonts/tragic-marker/tragic-marker-regular.eot?#iefix") format("embedded-opentype"), asset("scss/fonts/tragic-marker/tragic-marker-regular.woff2") format("woff2"), asset("scss/fonts/tragic-marker/tragic-marker-regular.woff") format("woff"), asset("scss/fonts/tragic-marker/tragic-marker-regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.form-switch-wrapper[data-v-164e0f5c] {
  position: relative;
  height: 38px;
  width: 100%;
  background: rgba(230, 230, 230, 0.25);
  border-radius: 20px;
  border: 1px solid #e7e7e7;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.form-switch-selection[data-v-164e0f5c] {
  position: absolute;
  border-radius: 20px;
  -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.5), 0 0 2px rgba(0, 0, 0, 0.2);
          box-shadow: inset 0 1px rgba(255, 255, 255, 0.5), 0 0 2px rgba(0, 0, 0, 0.2);
  -webkit-transition: left 0.25s ease-out;
  transition: left 0.25s ease-out;
}
.form-switch-selection.form-switcher-disabled[data-v-164e0f5c] {
  background-color: unset;
}
.form-switch-selection.form-switcher-white[data-v-164e0f5c] {
  background-color: #fff;
}
.form-switch-selection.form-switcher-blue[data-v-164e0f5c] {
  background-color: #0060ee;
}
.form-switch-selection.form-switcher-yellow[data-v-164e0f5c] {
  background-color: #ffba00;
}
.switch-label[data-v-164e0f5c] {
  z-index: 1;
  font-family: outfit-semi-bold;
  color: #babcc5;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.switch-input.active + .switch-label.form-switcher-white[data-v-164e0f5c] {
  color: #0b42b0;
}
.switch-input.active + .switch-label.form-switcher-blue[data-v-164e0f5c] {
  color: #fff;
}
.switch-input.active + .switch-label.form-switcher-disabled[data-v-164e0f5c] {
  color: #babcc5;
}
input[data-v-164e0f5c] {
  display: none;
}
.form-switcher-xs-size[data-v-164e0f5c] {
  height: 22px;
  font-size: 12px;
}
.form-switcher-sm-size[data-v-164e0f5c] {
  height: 32px;
  font-size: 14px;
}
.form-switcher-md-size[data-v-164e0f5c] {
  height: 38px;
}
.form-selection-xs-size[data-v-164e0f5c] {
  height: 20px;
}
.form-selection-sm-size[data-v-164e0f5c] {
  height: 30px;
}
.form-selection-md-size[data-v-164e0f5c] {
  height: 36px;
}

/*# sourceMappingURL=business-guide-projections-direct-costs~business-guide-projections-marketing-budget~business-guide-p~1e2e7764.6bcca112.css.map*/