/*!
Chosen, a Select Box Enhancer for jQuery and Prototype
by Patrick Filler for Harvest, http://getharvest.com

Version 1.6.2
Full source at https://github.com/harvesthq/chosen
Copyright (c) 2011-2016 Harvest http://getharvest.com

MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
This file is generated by `grunt build`, do not edit it by hand.
*/

/* @group Base */
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.chosen-container * {
  box-sizing: border-box;
}
.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  left: -9999px;
  z-index: 1010;
  width: 100%;
  border: 1px solid #aaa;
  border-top: 0;
  background: #fff;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
}
.chosen-container.chosen-with-drop .chosen-drop {
  left: 0;
}
.chosen-container a {
  cursor: pointer;
}
.chosen-container .search-choice .group-name, .chosen-container .chosen-single .group-name {
  margin-right: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: normal;
  color: #999999;
}
.chosen-container .search-choice .group-name:after, .chosen-container .chosen-single .group-name:after {
  content: ":";
  padding-left: 2px;
  vertical-align: top;
}

/* @end */
/* @group Single Chosen */
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 25px;
  border: 1px solid #aaa;
  border-radius: 5px;
  background-color: #fff;
  background: linear-gradient(#ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background-clip: padding-box;
  box-shadow: 0 0 3px white inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 24px;
}
.chosen-container-single .chosen-default {
  color: #999;
}
.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
}
.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url(https://app.acceptmission.com/assets/chosen-sprite-3cde13df3c9baedea2fd869a0935de8e43408ba7dec321fe3c8c4414788b8b41.png) -42px 1px no-repeat;
  font-size: 1px;
}
.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px;
}
.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px;
}
.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%;
}
.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url(https://app.acceptmission.com/assets/chosen-sprite-3cde13df3c9baedea2fd869a0935de8e43408ba7dec321fe3c8c4414788b8b41.png) no-repeat 0px 2px;
}
.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap;
}
.chosen-container-single .chosen-search input[type="text"] {
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #aaa;
  background: white url(https://app.acceptmission.com/assets/chosen-sprite-3cde13df3c9baedea2fd869a0935de8e43408ba7dec321fe3c8c4414788b8b41.png) no-repeat 100% -20px;
  background: url(https://app.acceptmission.com/assets/chosen-sprite-3cde13df3c9baedea2fd869a0935de8e43408ba7dec321fe3c8c4414788b8b41.png) no-repeat 100% -20px;
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}
.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box;
}
.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  left: -9999px;
}

/* @end */
/* @group Results */
.chosen-container .chosen-results {
  color: #444;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch;
}
.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
  word-wrap: break-word;
  -webkit-touch-callout: none;
}
.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}
.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default;
}
.chosen-container .chosen-results li.highlighted {
  background-color: #3875d7;
  background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
  color: #fff;
}
.chosen-container .chosen-results li.no-results {
  color: #777;
  display: list-item;
  background: #f4f4f4;
}
.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default;
}
.chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}
.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}

/* @end */
/* @group Multi Chosen */
.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0 5px;
  width: 100%;
  height: auto;
  border: 1px solid #aaa;
  background-color: #fff;
  background-image: linear-gradient(#eeeeee 1%, #ffffff 15%);
  cursor: text;
}
.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}
.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  margin: 1px 0;
  padding: 0;
  height: 25px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none;
  color: #999;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}
.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 5px 3px 0;
  padding: 3px 20px 3px 5px;
  border: 1px solid #aaa;
  max-width: 100%;
  border-radius: 3px;
  background-color: #eeeeee;
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-size: 100% 19px;
  background-repeat: repeat-x;
  background-clip: padding-box;
  box-shadow: 0 0 2px white inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  line-height: 13px;
  cursor: default;
}
.chosen-container-multi .chosen-choices li.search-choice span {
  word-wrap: break-word;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url(https://app.acceptmission.com/assets/chosen-sprite-3cde13df3c9baedea2fd869a0935de8e43408ba7dec321fe3c8c4414788b8b41.png) -42px 1px no-repeat;
  font-size: 1px;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px;
}
.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  color: #666;
}
.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4;
}
.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}
.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}
.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default;
}

/* @end */
/* @group Active  */
.chosen-container-active .chosen-single {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #aaa;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background-image: linear-gradient(#eeeeee 20%, #ffffff 80%);
  box-shadow: 0 1px 0 #fff inset;
}
.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent;
}
.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 2px;
}
.chosen-container-active .chosen-choices {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.chosen-container-active .chosen-choices li.search-field input[type="text"] {
  color: #222 !important;
}

/* @end */
/* @group Disabled Support */
.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default;
}
.chosen-disabled .chosen-single {
  cursor: default;
}
.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}

/* @end */
/* @group Right to Left */
.chosen-rtl {
  text-align: right;
}
.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0;
}
.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl;
}
.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px;
}
.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px;
}
.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px;
}
.chosen-rtl .chosen-choices li {
  float: right;
}
.chosen-rtl .chosen-choices li.search-field input[type="text"] {
  direction: rtl;
}
.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}
.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px;
}
.chosen-rtl.chosen-container-single-nosearch .chosen-search,
.chosen-rtl .chosen-drop {
  left: 9999px;
}
.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}
.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0;
}
.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none;
}
.chosen-rtl .chosen-search input[type="text"] {
  padding: 4px 5px 4px 20px;
  background: white url(https://app.acceptmission.com/assets/chosen-sprite-3cde13df3c9baedea2fd869a0935de8e43408ba7dec321fe3c8c4414788b8b41.png) no-repeat -30px -20px;
  background: url(https://app.acceptmission.com/assets/chosen-sprite-3cde13df3c9baedea2fd869a0935de8e43408ba7dec321fe3c8c4414788b8b41.png) no-repeat -30px -20px;
  direction: rtl;
}
.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px;
}
.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px;
}

/* @end */
/* @group Retina compatibility */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
  .chosen-rtl .chosen-search input[type="text"],
  .chosen-container-single .chosen-single abbr,
  .chosen-container-single .chosen-single div b,
  .chosen-container-single .chosen-search input[type="text"],
  .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
  .chosen-container .chosen-results-scroll-down span,
  .chosen-container .chosen-results-scroll-up span {
    background-image: url(https://app.acceptmission.com/assets/chosen-sprite@2x-fee0dff048d647d3826a25258f58a063e17f3e90d1ac86d4938a9d17eabc772e.png) !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important;
  }
}
/* @end */
/* Chosen v1.6.2 | (c) 2011-2016 by Harvest | MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md */

.chosen-container{position:relative;display:inline-block;vertical-align:middle;font-size:13px;-webkit-user-select:none;-moz-user-select:none;user-select:none}.chosen-container *{box-sizing:border-box}.chosen-container .chosen-drop{position:absolute;top:100%;left:-9999px;z-index:1010;width:100%;border:1px solid #aaa;border-top:0;background:#fff;box-shadow:0 4px 5px rgba(0,0,0,.15)}.chosen-container.chosen-with-drop .chosen-drop{left:0}.chosen-container a{cursor:pointer}.chosen-container .search-choice .group-name,.chosen-container .chosen-single .group-name{margin-right:4px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;font-weight:400;color:#999}.chosen-container .search-choice .group-name:after,.chosen-container .chosen-single .group-name:after{content:":";padding-left:2px;vertical-align:top}.chosen-container-single .chosen-single{position:relative;display:block;overflow:hidden;padding:0 0 0 8px;height:25px;border:1px solid #aaa;border-radius:5px;background-color:#fff;background:linear-gradient(#fff 20%,#f6f6f6 50%,#eee 52%,#f4f4f4 100%);background-clip:padding-box;box-shadow:0 0 3px #fff inset,0 1px 1px rgba(0,0,0,.1);color:#444;text-decoration:none;white-space:nowrap;line-height:24px}.chosen-container-single .chosen-default{color:#999}.chosen-container-single .chosen-single span{display:block;overflow:hidden;margin-right:26px;text-overflow:ellipsis;white-space:nowrap}.chosen-container-single .chosen-single-with-deselect span{margin-right:38px}.chosen-container-single .chosen-single abbr{position:absolute;top:6px;right:26px;display:block;width:12px;height:12px;background:url(https://app.acceptmission.com/assets/chosen-sprite-3cde13df3c9baedea2fd869a0935de8e43408ba7dec321fe3c8c4414788b8b41.png) -42px 1px no-repeat;font-size:1px}.chosen-container-single .chosen-single abbr:hover{background-position:-42px -10px}.chosen-container-single.chosen-disabled .chosen-single abbr:hover{background-position:-42px -10px}.chosen-container-single .chosen-single div{position:absolute;top:0;right:0;display:block;width:18px;height:100%}.chosen-container-single .chosen-single div b{display:block;width:100%;height:100%;background:url(https://app.acceptmission.com/assets/chosen-sprite-3cde13df3c9baedea2fd869a0935de8e43408ba7dec321fe3c8c4414788b8b41.png) no-repeat 0 2px}.chosen-container-single .chosen-search{position:relative;z-index:1010;margin:0;padding:3px 4px;white-space:nowrap}.chosen-container-single .chosen-search input[type=text]{margin:1px 0;padding:4px 20px 4px 5px;width:100%;height:auto;outline:0;border:1px solid #aaa;background:#fff url(https://app.acceptmission.com/assets/chosen-sprite-3cde13df3c9baedea2fd869a0935de8e43408ba7dec321fe3c8c4414788b8b41.png) no-repeat 100% -20px;background:url(https://app.acceptmission.com/assets/chosen-sprite-3cde13df3c9baedea2fd869a0935de8e43408ba7dec321fe3c8c4414788b8b41.png) no-repeat 100% -20px;font-size:1em;font-family:sans-serif;line-height:normal;border-radius:0}.chosen-container-single .chosen-drop{margin-top:-1px;border-radius:0 0 4px 4px;background-clip:padding-box}.chosen-container-single.chosen-container-single-nosearch .chosen-search{position:absolute;left:-9999px}.chosen-container .chosen-results{color:#444;position:relative;overflow-x:hidden;overflow-y:auto;margin:0 4px 4px 0;padding:0 0 0 4px;max-height:240px;-webkit-overflow-scrolling:touch}.chosen-container .chosen-results li{display:none;margin:0;padding:5px 6px;list-style:none;line-height:15px;word-wrap:break-word;-webkit-touch-callout:none}.chosen-container .chosen-results li.active-result{display:list-item;cursor:pointer}.chosen-container .chosen-results li.disabled-result{display:list-item;color:#ccc;cursor:default}.chosen-container .chosen-results li.highlighted{background-color:#3875d7;background-image:linear-gradient(#3875d7 20%,#2a62bc 90%);color:#fff}.chosen-container .chosen-results li.no-results{color:#777;display:list-item;background:#f4f4f4}.chosen-container .chosen-results li.group-result{display:list-item;font-weight:700;cursor:default}.chosen-container .chosen-results li.group-option{padding-left:15px}.chosen-container .chosen-results li em{font-style:normal;text-decoration:underline}.chosen-container-multi .chosen-choices{position:relative;overflow:hidden;margin:0;padding:0 5px;width:100%;height:auto;border:1px solid #aaa;background-color:#fff;background-image:linear-gradient(#eee 1%,#fff 15%);cursor:text}.chosen-container-multi .chosen-choices li{float:left;list-style:none}.chosen-container-multi .chosen-choices li.search-field{margin:0;padding:0;white-space:nowrap}.chosen-container-multi .chosen-choices li.search-field input[type=text]{margin:1px 0;padding:0;height:25px;outline:0;border:0!important;background:transparent!important;box-shadow:none;color:#999;font-size:100%;font-family:sans-serif;line-height:normal;border-radius:0}.chosen-container-multi .chosen-choices li.search-choice{position:relative;margin:3px 5px 3px 0;padding:3px 20px 3px 5px;border:1px solid #aaa;max-width:100%;border-radius:3px;background-color:#eee;background-image:linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);background-size:100% 19px;background-repeat:repeat-x;background-clip:padding-box;box-shadow:0 0 2px #fff inset,0 1px 0 rgba(0,0,0,.05);color:#333;line-height:13px;cursor:default}.chosen-container-multi .chosen-choices li.search-choice span{word-wrap:break-word}.chosen-container-multi .chosen-choices li.search-choice .search-choice-close{position:absolute;top:4px;right:3px;display:block;width:12px;height:12px;background:url(https://app.acceptmission.com/assets/chosen-sprite-3cde13df3c9baedea2fd869a0935de8e43408ba7dec321fe3c8c4414788b8b41.png) -42px 1px no-repeat;font-size:1px}.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover{background-position:-42px -10px}.chosen-container-multi .chosen-choices li.search-choice-disabled{padding-right:5px;border:1px solid #ccc;background-color:#e4e4e4;background-image:linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);color:#666}.chosen-container-multi .chosen-choices li.search-choice-focus{background:#d4d4d4}.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close{background-position:-42px -10px}.chosen-container-multi .chosen-results{margin:0;padding:0}.chosen-container-multi .chosen-drop .result-selected{display:list-item;color:#ccc;cursor:default}.chosen-container-active .chosen-single{border:1px solid #5897fb;box-shadow:0 0 5px rgba(0,0,0,.3)}.chosen-container-active.chosen-with-drop .chosen-single{border:1px solid #aaa;border-bottom-right-radius:0;border-bottom-left-radius:0;background-image:linear-gradient(#eee 20%,#fff 80%);box-shadow:0 1px 0 #fff inset}.chosen-container-active.chosen-with-drop .chosen-single div{border-left:0;background:transparent}.chosen-container-active.chosen-with-drop .chosen-single div b{background-position:-18px 2px}.chosen-container-active .chosen-choices{border:1px solid #5897fb;box-shadow:0 0 5px rgba(0,0,0,.3)}.chosen-container-active .chosen-choices li.search-field input[type=text]{color:#222!important}.chosen-disabled{opacity:.5!important;cursor:default}.chosen-disabled .chosen-single{cursor:default}.chosen-disabled .chosen-choices .search-choice .search-choice-close{cursor:default}.chosen-rtl{text-align:right}.chosen-rtl .chosen-single{overflow:visible;padding:0 8px 0 0}.chosen-rtl .chosen-single span{margin-right:0;margin-left:26px;direction:rtl}.chosen-rtl .chosen-single-with-deselect span{margin-left:38px}.chosen-rtl .chosen-single div{right:auto;left:3px}.chosen-rtl .chosen-single abbr{right:auto;left:26px}.chosen-rtl .chosen-choices li{float:right}.chosen-rtl .chosen-choices li.search-field input[type=text]{direction:rtl}.chosen-rtl .chosen-choices li.search-choice{margin:3px 5px 3px 0;padding:3px 5px 3px 19px}.chosen-rtl .chosen-choices li.search-choice .search-choice-close{right:auto;left:4px}.chosen-rtl.chosen-container-single-nosearch .chosen-search,.chosen-rtl .chosen-drop{left:9999px}.chosen-rtl.chosen-container-single .chosen-results{margin:0 0 4px 4px;padding:0 4px 0 0}.chosen-rtl .chosen-results li.group-option{padding-right:15px;padding-left:0}.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div{border-right:0}.chosen-rtl .chosen-search input[type=text]{padding:4px 5px 4px 20px;background:#fff url(https://app.acceptmission.com/assets/chosen-sprite-3cde13df3c9baedea2fd869a0935de8e43408ba7dec321fe3c8c4414788b8b41.png) no-repeat -30px -20px;background:url(https://app.acceptmission.com/assets/chosen-sprite-3cde13df3c9baedea2fd869a0935de8e43408ba7dec321fe3c8c4414788b8b41.png) no-repeat -30px -20px;direction:rtl}.chosen-rtl.chosen-container-single .chosen-single div b{background-position:6px 2px}.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b{background-position:-12px 2px}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-resolution:144dpi),only screen and (min-resolution:1.5dppx){.chosen-rtl .chosen-search input[type=text],.chosen-container-single .chosen-single abbr,.chosen-container-single .chosen-single div b,.chosen-container-single .chosen-search input[type=text],.chosen-container-multi .chosen-choices .search-choice .search-choice-close,.chosen-container .chosen-results-scroll-down span,.chosen-container .chosen-results-scroll-up span{background-image:url(https://app.acceptmission.com/assets/chosen-sprite@2x-fee0dff048d647d3826a25258f58a063e17f3e90d1ac86d4938a9d17eabc772e.png)!important;background-size:52px 37px!important;background-repeat:no-repeat!important}}
@import '../app_base.css';


@utility multiselect-dropdown-list {
  .multi-select & div:hover {
    background-color: rgb(var(--color-primary) / 0.1);
  }
}
@utility dropdown-content {
  & ul.select-dropdown li:hover {
    background-color: rgb(var(--color-primary) / 0.1);
  }

  &ul {
    @apply top-full! rounded-lg;

    li {
      > a,
      > span {
        @apply text-sm py-2 px-3 text-gray-500;
      }

      @apply min-h-0;
    }
  }
}

/* Base Layer */
@layer base {
  .tabs .indicator {
    display: none;
  }

  body {
    @apply m-0 font-sans;
  }

  button:not(:disabled) {
    @apply cursor-pointer;
  }

  /* Scrollbar */
  ::-webkit-scrollbar {
    width: 4px;
  }

  ::-webkit-scrollbar-track {
    @apply bg-gray-200 rounded-lg;
  }

  ::-webkit-scrollbar-thumb {
    @apply bg-gray-500 rounded-lg;
  }

  ::-webkit-scrollbar-thumb:hover {
    @apply bg-gray-700;
  }

  /* Root Variables */
  :root {
    --tw-bg-opacity: 1;
    --tw-border-opacity: 1;
    --tw-text-opacity: 1;
    --title-bg-color: #31313180;
    --submit-btn-bg-color: var(--color-primary);
    --submit-btn-text-color: white;
  }

  input[type="search"]::-webkit-search-decoration,
  input[type="search"]::-webkit-search-cancel-button,
  input[type="search"]::-webkit-search-results-button,
  input[type="search"]::-webkit-search-results-decoration {
    display: none;
  }
  .title-bg-color {
    background-color: var(--title-bg-color);
  }

  .bg-submit-btn {
    background-color: var(--submit-btn-bg-color);
  }

  .submit-btn-color {
    color: var(--submit-btn-text-color);
  }

  .ui-progressbar-value {
    @apply h-2 rounded-sm bg-primary transition-all;
  }


}


/* Component Layer */
@layer components {

  /* Checkbox Styling */
  [type="checkbox"] {
    + label {
      @apply text-sm pl-6 h-5 leading-5;
    }

    &:checked + label:before {
      border-right-color: rgb(var(--color-primary));
      border-bottom-color: rgb(var(--color-primary));
    }
  }

  /* Date Picker Styling */
  ::-webkit-datetime-edit-month-field,
  ::-webkit-datetime-edit-day-field,
  ::-webkit-datetime-edit-year-field {
    @apply text-gray-500 text-sm;
  }

  /* Keyframes Animation */
  @keyframes l3 {
    20% {
      background-position: 0% 0%, 50% 50%, 100% 50%;
    }
    40% {
      background-position: 0% 100%, 50% 0%, 100% 50%;
    }
    60% {
      background-position: 0% 50%, 50% 100%, 100% 0%;
    }
    80% {
      background-position: 0% 50%, 50% 50%, 100% 100%;
    }
  }

}

@layer utilities {
  .star-rating input:checked ~ label .star-filled, .star-rating label:hover ~ label .star-filled {
    display: block;
  }
  
  .star-rating input:checked ~ label .star-outline, .star-rating label:hover ~ label .star-outline {
    display: none;
  }
  
}

  /* Multi-Select & Single-Select */
  .multi-select,
  .single-select {
    .multiselect-dropdown,
    .select-wrapper input.select-dropdown {
      background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M6%209L12%2015L18%209%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%3C/svg%3E");
      background-size: 20px 20px;
      background-position: center right 12px;
      @apply bg-no-repeat;
    }

    .caret {
      display: none;
    }
  }

  /* Tribute Container */
  .tribute-container {
    @apply bg-white py-2 rounded-sm shadow-md border border-gray-100;

    .element-hover {
      @apply bg-primary/10;
    }
  }

  .multi-select,
  .single-select, .single-select_sm {
    .multiselect-dropdown,
    .select-wrapper input.select-dropdown {
      @apply select;
      background-position: center right 12px;
      padding-right: 50px;    
    }
    .caret {
      display: none;
    }
  }

  .single-select_sm {
    .select-wrapper input.select-dropdown {
      background-position: center right 6px;
      @apply !pr-8;   
    }
  }

  .multi-select .select-wrapper input.select-dropdown,
  .single-select .select-wrapper .select-dropdown {
    @apply input_field;
  }

  .single-select_sm .select-wrapper .select-dropdown {
    @apply input_field_sm h-[30px];
  }
  .multi-select .select-wrapper .multiselect-dropdown {
    @apply hidden;
  }
  
  .multi-select .select-dropdown .maxselected, 
  .multi-select .select-dropdown .placeholder {
    @apply py-2 px-3;

    &.dropdown-content {
      @apply p-0;
    }
  }
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
 * or any plugin's vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS/SCSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *
 */
/* line 14, app/assets/stylesheets/frontend/material.scss */
.z-depth-1, .toast, .dropdown-content {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}

/* line 19, app/assets/stylesheets/frontend/material.scss */
.z-depth-4, .modal {
  box-shadow: 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12), 0 11px 15px -7px rgba(0, 0, 0, 0.2);
}

/* line 25, app/assets/stylesheets/frontend/material.scss */
.z-depth-5 {
  box-shadow: 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12), 0 11px 15px -7px rgba(0, 0, 0, 0.2);
}

/* line 370, node_modules/materialize-css/sass/components/_color.scss */
.materialize-red {
  background-color: #e51c23 !important;
}

/* line 373, node_modules/materialize-css/sass/components/_color.scss */
.materialize-red-text {
  color: #e51c23 !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.materialize-red.lighten-5 {
  background-color: #fdeaeb !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.materialize-red-text.text-lighten-5 {
  color: #fdeaeb !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.materialize-red.lighten-4 {
  background-color: #f8c1c3 !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.materialize-red-text.text-lighten-4 {
  color: #f8c1c3 !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.materialize-red.lighten-3 {
  background-color: #f3989b !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.materialize-red-text.text-lighten-3 {
  color: #f3989b !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.materialize-red.lighten-2 {
  background-color: #ee6e73 !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.materialize-red-text.text-lighten-2 {
  color: #ee6e73 !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.materialize-red.lighten-1 {
  background-color: #ea454b !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.materialize-red-text.text-lighten-1 {
  color: #ea454b !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.materialize-red.darken-1 {
  background-color: #d0181e !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.materialize-red-text.text-darken-1 {
  color: #d0181e !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.materialize-red.darken-2 {
  background-color: #b9151b !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.materialize-red-text.text-darken-2 {
  color: #b9151b !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.materialize-red.darken-3 {
  background-color: #a21318 !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.materialize-red-text.text-darken-3 {
  color: #a21318 !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.materialize-red.darken-4 {
  background-color: #8b1014 !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.materialize-red-text.text-darken-4 {
  color: #8b1014 !important;
}

/* line 370, node_modules/materialize-css/sass/components/_color.scss */
.red {
  background-color: #F44336 !important;
}

/* line 373, node_modules/materialize-css/sass/components/_color.scss */
.red-text {
  color: #F44336 !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.red.lighten-5 {
  background-color: #FFEBEE !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.red-text.text-lighten-5 {
  color: #FFEBEE !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.red.lighten-4 {
  background-color: #FFCDD2 !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.red-text.text-lighten-4 {
  color: #FFCDD2 !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.red.lighten-3 {
  background-color: #EF9A9A !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.red-text.text-lighten-3 {
  color: #EF9A9A !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.red.lighten-2 {
  background-color: #E57373 !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.red-text.text-lighten-2 {
  color: #E57373 !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.red.lighten-1 {
  background-color: #EF5350 !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.red-text.text-lighten-1 {
  color: #EF5350 !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.red.darken-1 {
  background-color: #E53935 !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.red-text.text-darken-1 {
  color: #E53935 !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.red.darken-2 {
  background-color: #D32F2F !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.red-text.text-darken-2 {
  color: #D32F2F !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.red.darken-3 {
  background-color: #C62828 !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.red-text.text-darken-3 {
  color: #C62828 !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.red.darken-4 {
  background-color: #B71C1C !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.red-text.text-darken-4 {
  color: #B71C1C !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.red.accent-1 {
  background-color: #FF8A80 !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.red-text.text-accent-1 {
  color: #FF8A80 !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.red.accent-2 {
  background-color: #FF5252 !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.red-text.text-accent-2 {
  color: #FF5252 !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.red.accent-3 {
  background-color: #FF1744 !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.red-text.text-accent-3 {
  color: #FF1744 !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.red.accent-4 {
  background-color: #D50000 !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.red-text.text-accent-4 {
  color: #D50000 !important;
}

/* line 370, node_modules/materialize-css/sass/components/_color.scss */
.pink {
  background-color: #e91e63 !important;
}

/* line 373, node_modules/materialize-css/sass/components/_color.scss */
.pink-text {
  color: #e91e63 !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.pink.lighten-5 {
  background-color: #fce4ec !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.pink-text.text-lighten-5 {
  color: #fce4ec !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.pink.lighten-4 {
  background-color: #f8bbd0 !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.pink-text.text-lighten-4 {
  color: #f8bbd0 !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.pink.lighten-3 {
  background-color: #f48fb1 !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.pink-text.text-lighten-3 {
  color: #f48fb1 !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.pink.lighten-2 {
  background-color: #f06292 !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.pink-text.text-lighten-2 {
  color: #f06292 !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.pink.lighten-1 {
  background-color: #ec407a !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.pink-text.text-lighten-1 {
  color: #ec407a !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.pink.darken-1 {
  background-color: #d81b60 !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.pink-text.text-darken-1 {
  color: #d81b60 !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.pink.darken-2 {
  background-color: #c2185b !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.pink-text.text-darken-2 {
  color: #c2185b !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.pink.darken-3 {
  background-color: #ad1457 !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.pink-text.text-darken-3 {
  color: #ad1457 !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.pink.darken-4 {
  background-color: #880e4f !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.pink-text.text-darken-4 {
  color: #880e4f !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.pink.accent-1 {
  background-color: #ff80ab !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.pink-text.text-accent-1 {
  color: #ff80ab !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.pink.accent-2 {
  background-color: #ff4081 !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.pink-text.text-accent-2 {
  color: #ff4081 !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.pink.accent-3 {
  background-color: #f50057 !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.pink-text.text-accent-3 {
  color: #f50057 !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.pink.accent-4 {
  background-color: #c51162 !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.pink-text.text-accent-4 {
  color: #c51162 !important;
}

/* line 370, node_modules/materialize-css/sass/components/_color.scss */
.purple {
  background-color: #9c27b0 !important;
}

/* line 373, node_modules/materialize-css/sass/components/_color.scss */
.purple-text {
  color: #9c27b0 !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.purple.lighten-5 {
  background-color: #f3e5f5 !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.purple-text.text-lighten-5 {
  color: #f3e5f5 !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.purple.lighten-4 {
  background-color: #e1bee7 !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.purple-text.text-lighten-4 {
  color: #e1bee7 !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.purple.lighten-3 {
  background-color: #ce93d8 !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.purple-text.text-lighten-3 {
  color: #ce93d8 !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.purple.lighten-2 {
  background-color: #ba68c8 !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.purple-text.text-lighten-2 {
  color: #ba68c8 !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.purple.lighten-1 {
  background-color: #ab47bc !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.purple-text.text-lighten-1 {
  color: #ab47bc !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.purple.darken-1 {
  background-color: #8e24aa !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.purple-text.text-darken-1 {
  color: #8e24aa !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.purple.darken-2 {
  background-color: #7b1fa2 !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.purple-text.text-darken-2 {
  color: #7b1fa2 !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.purple.darken-3 {
  background-color: #6a1b9a !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.purple-text.text-darken-3 {
  color: #6a1b9a !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.purple.darken-4 {
  background-color: #4a148c !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.purple-text.text-darken-4 {
  color: #4a148c !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.purple.accent-1 {
  background-color: #ea80fc !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.purple-text.text-accent-1 {
  color: #ea80fc !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.purple.accent-2 {
  background-color: #e040fb !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.purple-text.text-accent-2 {
  color: #e040fb !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.purple.accent-3 {
  background-color: #d500f9 !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.purple-text.text-accent-3 {
  color: #d500f9 !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.purple.accent-4 {
  background-color: #aa00ff !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.purple-text.text-accent-4 {
  color: #aa00ff !important;
}

/* line 370, node_modules/materialize-css/sass/components/_color.scss */
.deep-purple {
  background-color: #673ab7 !important;
}

/* line 373, node_modules/materialize-css/sass/components/_color.scss */
.deep-purple-text {
  color: #673ab7 !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.deep-purple.lighten-5 {
  background-color: #ede7f6 !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.deep-purple-text.text-lighten-5 {
  color: #ede7f6 !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.deep-purple.lighten-4 {
  background-color: #d1c4e9 !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.deep-purple-text.text-lighten-4 {
  color: #d1c4e9 !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.deep-purple.lighten-3 {
  background-color: #b39ddb !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.deep-purple-text.text-lighten-3 {
  color: #b39ddb !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.deep-purple.lighten-2 {
  background-color: #9575cd !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.deep-purple-text.text-lighten-2 {
  color: #9575cd !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.deep-purple.lighten-1 {
  background-color: #7e57c2 !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.deep-purple-text.text-lighten-1 {
  color: #7e57c2 !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.deep-purple.darken-1 {
  background-color: #5e35b1 !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.deep-purple-text.text-darken-1 {
  color: #5e35b1 !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.deep-purple.darken-2 {
  background-color: #512da8 !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.deep-purple-text.text-darken-2 {
  color: #512da8 !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.deep-purple.darken-3 {
  background-color: #4527a0 !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.deep-purple-text.text-darken-3 {
  color: #4527a0 !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.deep-purple.darken-4 {
  background-color: #311b92 !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.deep-purple-text.text-darken-4 {
  color: #311b92 !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.deep-purple.accent-1 {
  background-color: #b388ff !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.deep-purple-text.text-accent-1 {
  color: #b388ff !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.deep-purple.accent-2 {
  background-color: #7c4dff !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.deep-purple-text.text-accent-2 {
  color: #7c4dff !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.deep-purple.accent-3 {
  background-color: #651fff !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.deep-purple-text.text-accent-3 {
  color: #651fff !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.deep-purple.accent-4 {
  background-color: #6200ea !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.deep-purple-text.text-accent-4 {
  color: #6200ea !important;
}

/* line 370, node_modules/materialize-css/sass/components/_color.scss */
.indigo {
  background-color: #3f51b5 !important;
}

/* line 373, node_modules/materialize-css/sass/components/_color.scss */
.indigo-text {
  color: #3f51b5 !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.indigo.lighten-5 {
  background-color: #e8eaf6 !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.indigo-text.text-lighten-5 {
  color: #e8eaf6 !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.indigo.lighten-4 {
  background-color: #c5cae9 !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.indigo-text.text-lighten-4 {
  color: #c5cae9 !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.indigo.lighten-3 {
  background-color: #9fa8da !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.indigo-text.text-lighten-3 {
  color: #9fa8da !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.indigo.lighten-2 {
  background-color: #7986cb !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.indigo-text.text-lighten-2 {
  color: #7986cb !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.indigo.lighten-1 {
  background-color: #5c6bc0 !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.indigo-text.text-lighten-1 {
  color: #5c6bc0 !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.indigo.darken-1 {
  background-color: #3949ab !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.indigo-text.text-darken-1 {
  color: #3949ab !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.indigo.darken-2 {
  background-color: #303f9f !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.indigo-text.text-darken-2 {
  color: #303f9f !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.indigo.darken-3 {
  background-color: #283593 !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.indigo-text.text-darken-3 {
  color: #283593 !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.indigo.darken-4 {
  background-color: #1a237e !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.indigo-text.text-darken-4 {
  color: #1a237e !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.indigo.accent-1 {
  background-color: #8c9eff !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.indigo-text.text-accent-1 {
  color: #8c9eff !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.indigo.accent-2 {
  background-color: #536dfe !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.indigo-text.text-accent-2 {
  color: #536dfe !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.indigo.accent-3 {
  background-color: #3d5afe !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.indigo-text.text-accent-3 {
  color: #3d5afe !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.indigo.accent-4 {
  background-color: #304ffe !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.indigo-text.text-accent-4 {
  color: #304ffe !important;
}

/* line 370, node_modules/materialize-css/sass/components/_color.scss */
.blue {
  background-color: #2196F3 !important;
}

/* line 373, node_modules/materialize-css/sass/components/_color.scss */
.blue-text {
  color: #2196F3 !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.blue.lighten-5 {
  background-color: #E3F2FD !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.blue-text.text-lighten-5 {
  color: #E3F2FD !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.blue.lighten-4 {
  background-color: #BBDEFB !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.blue-text.text-lighten-4 {
  color: #BBDEFB !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.blue.lighten-3 {
  background-color: #90CAF9 !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.blue-text.text-lighten-3 {
  color: #90CAF9 !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.blue.lighten-2 {
  background-color: #64B5F6 !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.blue-text.text-lighten-2 {
  color: #64B5F6 !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.blue.lighten-1 {
  background-color: #42A5F5 !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.blue-text.text-lighten-1 {
  color: #42A5F5 !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.blue.darken-1 {
  background-color: #1E88E5 !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.blue-text.text-darken-1 {
  color: #1E88E5 !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.blue.darken-2 {
  background-color: #1976D2 !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.blue-text.text-darken-2 {
  color: #1976D2 !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.blue.darken-3 {
  background-color: #1565C0 !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.blue-text.text-darken-3 {
  color: #1565C0 !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.blue.darken-4 {
  background-color: #0D47A1 !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.blue-text.text-darken-4 {
  color: #0D47A1 !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.blue.accent-1 {
  background-color: #82B1FF !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.blue-text.text-accent-1 {
  color: #82B1FF !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.blue.accent-2 {
  background-color: #448AFF !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.blue-text.text-accent-2 {
  color: #448AFF !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.blue.accent-3 {
  background-color: #2979FF !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.blue-text.text-accent-3 {
  color: #2979FF !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.blue.accent-4 {
  background-color: #2962FF !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.blue-text.text-accent-4 {
  color: #2962FF !important;
}

/* line 370, node_modules/materialize-css/sass/components/_color.scss */
.light-blue {
  background-color: #03a9f4 !important;
}

/* line 373, node_modules/materialize-css/sass/components/_color.scss */
.light-blue-text {
  color: #03a9f4 !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.light-blue.lighten-5 {
  background-color: #e1f5fe !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.light-blue-text.text-lighten-5 {
  color: #e1f5fe !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.light-blue.lighten-4 {
  background-color: #b3e5fc !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.light-blue-text.text-lighten-4 {
  color: #b3e5fc !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.light-blue.lighten-3 {
  background-color: #81d4fa !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.light-blue-text.text-lighten-3 {
  color: #81d4fa !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.light-blue.lighten-2 {
  background-color: #4fc3f7 !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.light-blue-text.text-lighten-2 {
  color: #4fc3f7 !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.light-blue.lighten-1 {
  background-color: #29b6f6 !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.light-blue-text.text-lighten-1 {
  color: #29b6f6 !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.light-blue.darken-1 {
  background-color: #039be5 !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.light-blue-text.text-darken-1 {
  color: #039be5 !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.light-blue.darken-2 {
  background-color: #0288d1 !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.light-blue-text.text-darken-2 {
  color: #0288d1 !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.light-blue.darken-3 {
  background-color: #0277bd !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.light-blue-text.text-darken-3 {
  color: #0277bd !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.light-blue.darken-4 {
  background-color: #01579b !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.light-blue-text.text-darken-4 {
  color: #01579b !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.light-blue.accent-1 {
  background-color: #80d8ff !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.light-blue-text.text-accent-1 {
  color: #80d8ff !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.light-blue.accent-2 {
  background-color: #40c4ff !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.light-blue-text.text-accent-2 {
  color: #40c4ff !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.light-blue.accent-3 {
  background-color: #00b0ff !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.light-blue-text.text-accent-3 {
  color: #00b0ff !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.light-blue.accent-4 {
  background-color: #0091ea !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.light-blue-text.text-accent-4 {
  color: #0091ea !important;
}

/* line 370, node_modules/materialize-css/sass/components/_color.scss */
.cyan {
  background-color: #00bcd4 !important;
}

/* line 373, node_modules/materialize-css/sass/components/_color.scss */
.cyan-text {
  color: #00bcd4 !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.cyan.lighten-5 {
  background-color: #e0f7fa !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.cyan-text.text-lighten-5 {
  color: #e0f7fa !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.cyan.lighten-4 {
  background-color: #b2ebf2 !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.cyan-text.text-lighten-4 {
  color: #b2ebf2 !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.cyan.lighten-3 {
  background-color: #80deea !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.cyan-text.text-lighten-3 {
  color: #80deea !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.cyan.lighten-2 {
  background-color: #4dd0e1 !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.cyan-text.text-lighten-2 {
  color: #4dd0e1 !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.cyan.lighten-1 {
  background-color: #26c6da !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.cyan-text.text-lighten-1 {
  color: #26c6da !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.cyan.darken-1 {
  background-color: #00acc1 !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.cyan-text.text-darken-1 {
  color: #00acc1 !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.cyan.darken-2 {
  background-color: #0097a7 !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.cyan-text.text-darken-2 {
  color: #0097a7 !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.cyan.darken-3 {
  background-color: #00838f !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.cyan-text.text-darken-3 {
  color: #00838f !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.cyan.darken-4 {
  background-color: #006064 !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.cyan-text.text-darken-4 {
  color: #006064 !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.cyan.accent-1 {
  background-color: #84ffff !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.cyan-text.text-accent-1 {
  color: #84ffff !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.cyan.accent-2 {
  background-color: #18ffff !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.cyan-text.text-accent-2 {
  color: #18ffff !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.cyan.accent-3 {
  background-color: #00e5ff !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.cyan-text.text-accent-3 {
  color: #00e5ff !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.cyan.accent-4 {
  background-color: #00b8d4 !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.cyan-text.text-accent-4 {
  color: #00b8d4 !important;
}

/* line 370, node_modules/materialize-css/sass/components/_color.scss */
.teal {
  background-color: #009688 !important;
}

/* line 373, node_modules/materialize-css/sass/components/_color.scss */
.teal-text {
  color: #009688 !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.teal.lighten-5 {
  background-color: #e0f2f1 !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.teal-text.text-lighten-5 {
  color: #e0f2f1 !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.teal.lighten-4 {
  background-color: #b2dfdb !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.teal-text.text-lighten-4 {
  color: #b2dfdb !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.teal.lighten-3 {
  background-color: #80cbc4 !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.teal-text.text-lighten-3 {
  color: #80cbc4 !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.teal.lighten-2 {
  background-color: #4db6ac !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.teal-text.text-lighten-2 {
  color: #4db6ac !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.teal.lighten-1 {
  background-color: #26a69a !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.teal-text.text-lighten-1 {
  color: #26a69a !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.teal.darken-1 {
  background-color: #00897b !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.teal-text.text-darken-1 {
  color: #00897b !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.teal.darken-2 {
  background-color: #00796b !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.teal-text.text-darken-2 {
  color: #00796b !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.teal.darken-3 {
  background-color: #00695c !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.teal-text.text-darken-3 {
  color: #00695c !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.teal.darken-4 {
  background-color: #004d40 !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.teal-text.text-darken-4 {
  color: #004d40 !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.teal.accent-1 {
  background-color: #a7ffeb !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.teal-text.text-accent-1 {
  color: #a7ffeb !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.teal.accent-2 {
  background-color: #64ffda !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.teal-text.text-accent-2 {
  color: #64ffda !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.teal.accent-3 {
  background-color: #1de9b6 !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.teal-text.text-accent-3 {
  color: #1de9b6 !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.teal.accent-4 {
  background-color: #00bfa5 !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.teal-text.text-accent-4 {
  color: #00bfa5 !important;
}

/* line 370, node_modules/materialize-css/sass/components/_color.scss */
.green {
  background-color: #4CAF50 !important;
}

/* line 373, node_modules/materialize-css/sass/components/_color.scss */
.green-text {
  color: #4CAF50 !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.green.lighten-5 {
  background-color: #E8F5E9 !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.green-text.text-lighten-5 {
  color: #E8F5E9 !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.green.lighten-4 {
  background-color: #C8E6C9 !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.green-text.text-lighten-4 {
  color: #C8E6C9 !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.green.lighten-3 {
  background-color: #A5D6A7 !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.green-text.text-lighten-3 {
  color: #A5D6A7 !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.green.lighten-2 {
  background-color: #81C784 !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.green-text.text-lighten-2 {
  color: #81C784 !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.green.lighten-1 {
  background-color: #66BB6A !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.green-text.text-lighten-1 {
  color: #66BB6A !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.green.darken-1 {
  background-color: #43A047 !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.green-text.text-darken-1 {
  color: #43A047 !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.green.darken-2 {
  background-color: #388E3C !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.green-text.text-darken-2 {
  color: #388E3C !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.green.darken-3 {
  background-color: #2E7D32 !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.green-text.text-darken-3 {
  color: #2E7D32 !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.green.darken-4 {
  background-color: #1B5E20 !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.green-text.text-darken-4 {
  color: #1B5E20 !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.green.accent-1 {
  background-color: #B9F6CA !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.green-text.text-accent-1 {
  color: #B9F6CA !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.green.accent-2 {
  background-color: #69F0AE !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.green-text.text-accent-2 {
  color: #69F0AE !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.green.accent-3 {
  background-color: #00E676 !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.green-text.text-accent-3 {
  color: #00E676 !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.green.accent-4 {
  background-color: #00C853 !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.green-text.text-accent-4 {
  color: #00C853 !important;
}

/* line 370, node_modules/materialize-css/sass/components/_color.scss */
.light-green {
  background-color: #8bc34a !important;
}

/* line 373, node_modules/materialize-css/sass/components/_color.scss */
.light-green-text {
  color: #8bc34a !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.light-green.lighten-5 {
  background-color: #f1f8e9 !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.light-green-text.text-lighten-5 {
  color: #f1f8e9 !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.light-green.lighten-4 {
  background-color: #dcedc8 !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.light-green-text.text-lighten-4 {
  color: #dcedc8 !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.light-green.lighten-3 {
  background-color: #c5e1a5 !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.light-green-text.text-lighten-3 {
  color: #c5e1a5 !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.light-green.lighten-2 {
  background-color: #aed581 !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.light-green-text.text-lighten-2 {
  color: #aed581 !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.light-green.lighten-1 {
  background-color: #9ccc65 !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.light-green-text.text-lighten-1 {
  color: #9ccc65 !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.light-green.darken-1 {
  background-color: #7cb342 !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.light-green-text.text-darken-1 {
  color: #7cb342 !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.light-green.darken-2 {
  background-color: #689f38 !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.light-green-text.text-darken-2 {
  color: #689f38 !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.light-green.darken-3 {
  background-color: #558b2f !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.light-green-text.text-darken-3 {
  color: #558b2f !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.light-green.darken-4 {
  background-color: #33691e !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.light-green-text.text-darken-4 {
  color: #33691e !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.light-green.accent-1 {
  background-color: #ccff90 !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.light-green-text.text-accent-1 {
  color: #ccff90 !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.light-green.accent-2 {
  background-color: #b2ff59 !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.light-green-text.text-accent-2 {
  color: #b2ff59 !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.light-green.accent-3 {
  background-color: #76ff03 !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.light-green-text.text-accent-3 {
  color: #76ff03 !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.light-green.accent-4 {
  background-color: #64dd17 !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.light-green-text.text-accent-4 {
  color: #64dd17 !important;
}

/* line 370, node_modules/materialize-css/sass/components/_color.scss */
.lime {
  background-color: #cddc39 !important;
}

/* line 373, node_modules/materialize-css/sass/components/_color.scss */
.lime-text {
  color: #cddc39 !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.lime.lighten-5 {
  background-color: #f9fbe7 !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.lime-text.text-lighten-5 {
  color: #f9fbe7 !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.lime.lighten-4 {
  background-color: #f0f4c3 !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.lime-text.text-lighten-4 {
  color: #f0f4c3 !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.lime.lighten-3 {
  background-color: #e6ee9c !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.lime-text.text-lighten-3 {
  color: #e6ee9c !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.lime.lighten-2 {
  background-color: #dce775 !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.lime-text.text-lighten-2 {
  color: #dce775 !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.lime.lighten-1 {
  background-color: #d4e157 !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.lime-text.text-lighten-1 {
  color: #d4e157 !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.lime.darken-1 {
  background-color: #c0ca33 !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.lime-text.text-darken-1 {
  color: #c0ca33 !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.lime.darken-2 {
  background-color: #afb42b !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.lime-text.text-darken-2 {
  color: #afb42b !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.lime.darken-3 {
  background-color: #9e9d24 !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.lime-text.text-darken-3 {
  color: #9e9d24 !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.lime.darken-4 {
  background-color: #827717 !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.lime-text.text-darken-4 {
  color: #827717 !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.lime.accent-1 {
  background-color: #f4ff81 !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.lime-text.text-accent-1 {
  color: #f4ff81 !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.lime.accent-2 {
  background-color: #eeff41 !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.lime-text.text-accent-2 {
  color: #eeff41 !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.lime.accent-3 {
  background-color: #c6ff00 !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.lime-text.text-accent-3 {
  color: #c6ff00 !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.lime.accent-4 {
  background-color: #aeea00 !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.lime-text.text-accent-4 {
  color: #aeea00 !important;
}

/* line 370, node_modules/materialize-css/sass/components/_color.scss */
.yellow {
  background-color: #ffeb3b !important;
}

/* line 373, node_modules/materialize-css/sass/components/_color.scss */
.yellow-text {
  color: #ffeb3b !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.yellow.lighten-5 {
  background-color: #fffde7 !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.yellow-text.text-lighten-5 {
  color: #fffde7 !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.yellow.lighten-4 {
  background-color: #fff9c4 !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.yellow-text.text-lighten-4 {
  color: #fff9c4 !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.yellow.lighten-3 {
  background-color: #fff59d !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.yellow-text.text-lighten-3 {
  color: #fff59d !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.yellow.lighten-2 {
  background-color: #fff176 !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.yellow-text.text-lighten-2 {
  color: #fff176 !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.yellow.lighten-1 {
  background-color: #ffee58 !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.yellow-text.text-lighten-1 {
  color: #ffee58 !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.yellow.darken-1 {
  background-color: #fdd835 !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.yellow-text.text-darken-1 {
  color: #fdd835 !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.yellow.darken-2 {
  background-color: #fbc02d !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.yellow-text.text-darken-2 {
  color: #fbc02d !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.yellow.darken-3 {
  background-color: #f9a825 !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.yellow-text.text-darken-3 {
  color: #f9a825 !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.yellow.darken-4 {
  background-color: #f57f17 !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.yellow-text.text-darken-4 {
  color: #f57f17 !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.yellow.accent-1 {
  background-color: #ffff8d !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.yellow-text.text-accent-1 {
  color: #ffff8d !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.yellow.accent-2 {
  background-color: #ffff00 !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.yellow-text.text-accent-2 {
  color: #ffff00 !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.yellow.accent-3 {
  background-color: #ffea00 !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.yellow-text.text-accent-3 {
  color: #ffea00 !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.yellow.accent-4 {
  background-color: #ffd600 !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.yellow-text.text-accent-4 {
  color: #ffd600 !important;
}

/* line 370, node_modules/materialize-css/sass/components/_color.scss */
.amber {
  background-color: #ffc107 !important;
}

/* line 373, node_modules/materialize-css/sass/components/_color.scss */
.amber-text {
  color: #ffc107 !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.amber.lighten-5 {
  background-color: #fff8e1 !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.amber-text.text-lighten-5 {
  color: #fff8e1 !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.amber.lighten-4 {
  background-color: #ffecb3 !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.amber-text.text-lighten-4 {
  color: #ffecb3 !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.amber.lighten-3 {
  background-color: #ffe082 !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.amber-text.text-lighten-3 {
  color: #ffe082 !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.amber.lighten-2 {
  background-color: #ffd54f !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.amber-text.text-lighten-2 {
  color: #ffd54f !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.amber.lighten-1 {
  background-color: #ffca28 !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.amber-text.text-lighten-1 {
  color: #ffca28 !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.amber.darken-1 {
  background-color: #ffb300 !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.amber-text.text-darken-1 {
  color: #ffb300 !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.amber.darken-2 {
  background-color: #ffa000 !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.amber-text.text-darken-2 {
  color: #ffa000 !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.amber.darken-3 {
  background-color: #ff8f00 !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.amber-text.text-darken-3 {
  color: #ff8f00 !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.amber.darken-4 {
  background-color: #ff6f00 !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.amber-text.text-darken-4 {
  color: #ff6f00 !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.amber.accent-1 {
  background-color: #ffe57f !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.amber-text.text-accent-1 {
  color: #ffe57f !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.amber.accent-2 {
  background-color: #ffd740 !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.amber-text.text-accent-2 {
  color: #ffd740 !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.amber.accent-3 {
  background-color: #ffc400 !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.amber-text.text-accent-3 {
  color: #ffc400 !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.amber.accent-4 {
  background-color: #ffab00 !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.amber-text.text-accent-4 {
  color: #ffab00 !important;
}

/* line 370, node_modules/materialize-css/sass/components/_color.scss */
.orange {
  background-color: #ff9800 !important;
}

/* line 373, node_modules/materialize-css/sass/components/_color.scss */
.orange-text {
  color: #ff9800 !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.orange.lighten-5 {
  background-color: #fff3e0 !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.orange-text.text-lighten-5 {
  color: #fff3e0 !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.orange.lighten-4 {
  background-color: #ffe0b2 !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.orange-text.text-lighten-4 {
  color: #ffe0b2 !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.orange.lighten-3 {
  background-color: #ffcc80 !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.orange-text.text-lighten-3 {
  color: #ffcc80 !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.orange.lighten-2 {
  background-color: #ffb74d !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.orange-text.text-lighten-2 {
  color: #ffb74d !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.orange.lighten-1 {
  background-color: #ffa726 !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.orange-text.text-lighten-1 {
  color: #ffa726 !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.orange.darken-1 {
  background-color: #fb8c00 !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.orange-text.text-darken-1 {
  color: #fb8c00 !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.orange.darken-2 {
  background-color: #f57c00 !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.orange-text.text-darken-2 {
  color: #f57c00 !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.orange.darken-3 {
  background-color: #ef6c00 !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.orange-text.text-darken-3 {
  color: #ef6c00 !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.orange.darken-4 {
  background-color: #e65100 !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.orange-text.text-darken-4 {
  color: #e65100 !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.orange.accent-1 {
  background-color: #ffd180 !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.orange-text.text-accent-1 {
  color: #ffd180 !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.orange.accent-2 {
  background-color: #ffab40 !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.orange-text.text-accent-2 {
  color: #ffab40 !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.orange.accent-3 {
  background-color: #ff9100 !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.orange-text.text-accent-3 {
  color: #ff9100 !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.orange.accent-4 {
  background-color: #ff6d00 !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.orange-text.text-accent-4 {
  color: #ff6d00 !important;
}

/* line 370, node_modules/materialize-css/sass/components/_color.scss */
.deep-orange {
  background-color: #ff5722 !important;
}

/* line 373, node_modules/materialize-css/sass/components/_color.scss */
.deep-orange-text {
  color: #ff5722 !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.deep-orange.lighten-5 {
  background-color: #fbe9e7 !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.deep-orange-text.text-lighten-5 {
  color: #fbe9e7 !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.deep-orange.lighten-4 {
  background-color: #ffccbc !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.deep-orange-text.text-lighten-4 {
  color: #ffccbc !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.deep-orange.lighten-3 {
  background-color: #ffab91 !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.deep-orange-text.text-lighten-3 {
  color: #ffab91 !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.deep-orange.lighten-2 {
  background-color: #ff8a65 !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.deep-orange-text.text-lighten-2 {
  color: #ff8a65 !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.deep-orange.lighten-1 {
  background-color: #ff7043 !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.deep-orange-text.text-lighten-1 {
  color: #ff7043 !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.deep-orange.darken-1 {
  background-color: #f4511e !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.deep-orange-text.text-darken-1 {
  color: #f4511e !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.deep-orange.darken-2 {
  background-color: #e64a19 !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.deep-orange-text.text-darken-2 {
  color: #e64a19 !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.deep-orange.darken-3 {
  background-color: #d84315 !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.deep-orange-text.text-darken-3 {
  color: #d84315 !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.deep-orange.darken-4 {
  background-color: #bf360c !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.deep-orange-text.text-darken-4 {
  color: #bf360c !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.deep-orange.accent-1 {
  background-color: #ff9e80 !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.deep-orange-text.text-accent-1 {
  color: #ff9e80 !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.deep-orange.accent-2 {
  background-color: #ff6e40 !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.deep-orange-text.text-accent-2 {
  color: #ff6e40 !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.deep-orange.accent-3 {
  background-color: #ff3d00 !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.deep-orange-text.text-accent-3 {
  color: #ff3d00 !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.deep-orange.accent-4 {
  background-color: #dd2c00 !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.deep-orange-text.text-accent-4 {
  color: #dd2c00 !important;
}

/* line 370, node_modules/materialize-css/sass/components/_color.scss */
.brown {
  background-color: #795548 !important;
}

/* line 373, node_modules/materialize-css/sass/components/_color.scss */
.brown-text {
  color: #795548 !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.brown.lighten-5 {
  background-color: #efebe9 !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.brown-text.text-lighten-5 {
  color: #efebe9 !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.brown.lighten-4 {
  background-color: #d7ccc8 !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.brown-text.text-lighten-4 {
  color: #d7ccc8 !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.brown.lighten-3 {
  background-color: #bcaaa4 !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.brown-text.text-lighten-3 {
  color: #bcaaa4 !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.brown.lighten-2 {
  background-color: #a1887f !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.brown-text.text-lighten-2 {
  color: #a1887f !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.brown.lighten-1 {
  background-color: #8d6e63 !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.brown-text.text-lighten-1 {
  color: #8d6e63 !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.brown.darken-1 {
  background-color: #6d4c41 !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.brown-text.text-darken-1 {
  color: #6d4c41 !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.brown.darken-2 {
  background-color: #5d4037 !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.brown-text.text-darken-2 {
  color: #5d4037 !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.brown.darken-3 {
  background-color: #4e342e !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.brown-text.text-darken-3 {
  color: #4e342e !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.brown.darken-4 {
  background-color: #3e2723 !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.brown-text.text-darken-4 {
  color: #3e2723 !important;
}

/* line 370, node_modules/materialize-css/sass/components/_color.scss */
.blue-grey {
  background-color: #607d8b !important;
}

/* line 373, node_modules/materialize-css/sass/components/_color.scss */
.blue-grey-text {
  color: #607d8b !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.blue-grey.lighten-5 {
  background-color: #eceff1 !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.blue-grey-text.text-lighten-5 {
  color: #eceff1 !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.blue-grey.lighten-4 {
  background-color: #cfd8dc !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.blue-grey-text.text-lighten-4 {
  color: #cfd8dc !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.blue-grey.lighten-3 {
  background-color: #b0bec5 !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.blue-grey-text.text-lighten-3 {
  color: #b0bec5 !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.blue-grey.lighten-2 {
  background-color: #90a4ae !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.blue-grey-text.text-lighten-2 {
  color: #90a4ae !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.blue-grey.lighten-1 {
  background-color: #78909c !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.blue-grey-text.text-lighten-1 {
  color: #78909c !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.blue-grey.darken-1 {
  background-color: #546e7a !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.blue-grey-text.text-darken-1 {
  color: #546e7a !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.blue-grey.darken-2 {
  background-color: #455a64 !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.blue-grey-text.text-darken-2 {
  color: #455a64 !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.blue-grey.darken-3 {
  background-color: #37474f !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.blue-grey-text.text-darken-3 {
  color: #37474f !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.blue-grey.darken-4 {
  background-color: #263238 !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.blue-grey-text.text-darken-4 {
  color: #263238 !important;
}

/* line 370, node_modules/materialize-css/sass/components/_color.scss */
.grey {
  background-color: #9e9e9e !important;
}

/* line 373, node_modules/materialize-css/sass/components/_color.scss */
.grey-text {
  color: #9e9e9e !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.grey.lighten-5 {
  background-color: #fafafa !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.grey-text.text-lighten-5 {
  color: #fafafa !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.grey.lighten-4 {
  background-color: #f5f5f5 !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.grey-text.text-lighten-4 {
  color: #f5f5f5 !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.grey.lighten-3 {
  background-color: #eeeeee !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.grey-text.text-lighten-3 {
  color: #eeeeee !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.grey.lighten-2 {
  background-color: #e0e0e0 !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.grey-text.text-lighten-2 {
  color: #e0e0e0 !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.grey.lighten-1 {
  background-color: #bdbdbd !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.grey-text.text-lighten-1 {
  color: #bdbdbd !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.grey.darken-1 {
  background-color: #757575 !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.grey-text.text-darken-1 {
  color: #757575 !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.grey.darken-2 {
  background-color: #616161 !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.grey-text.text-darken-2 {
  color: #616161 !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.grey.darken-3 {
  background-color: #424242 !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.grey-text.text-darken-3 {
  color: #424242 !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.grey.darken-4 {
  background-color: #212121 !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.grey-text.text-darken-4 {
  color: #212121 !important;
}

/* line 390, node_modules/materialize-css/sass/components/_color.scss */
.black {
  background-color: #000000 !important;
}

/* line 393, node_modules/materialize-css/sass/components/_color.scss */
.black-text {
  color: #000000 !important;
}

/* line 390, node_modules/materialize-css/sass/components/_color.scss */
.white {
  background-color: #FFFFFF !important;
}

/* line 393, node_modules/materialize-css/sass/components/_color.scss */
.white-text {
  color: #FFFFFF !important;
}

/* line 390, node_modules/materialize-css/sass/components/_color.scss */
.transparent {
  background-color: transparent !important;
}

/* line 393, node_modules/materialize-css/sass/components/_color.scss */
.transparent-text {
  color: transparent !important;
}

/* line 1, node_modules/materialize-css/sass/components/_dropdown.scss */
.dropdown-content {
  background-color: #fff;
  margin: 0;
  display: none;
  min-width: 100px;
  max-height: 650px;
  overflow-y: auto;
  opacity: 0;
  position: absolute;
  z-index: 999;
  will-change: width, height;
}

/* line 14, node_modules/materialize-css/sass/components/_dropdown.scss */
.dropdown-content li {
  clear: both;
  color: rgba(0, 0, 0, 0.87);
  cursor: pointer;
  min-height: 0;
  line-height: 1.5rem;
  width: 100%;
  text-align: left;
  text-transform: none;
}

/* line 24, node_modules/materialize-css/sass/components/_dropdown.scss */
.dropdown-content li:hover, .dropdown-content li.active, .dropdown-content li.selected {
  background-color: #eee;
}

/* line 28, node_modules/materialize-css/sass/components/_dropdown.scss */
.dropdown-content li.active.selected {
  background-color: #e1e1e1;
}

/* line 32, node_modules/materialize-css/sass/components/_dropdown.scss */
.dropdown-content li.divider {
  min-height: 0;
  height: 1px;
}

/* line 37, node_modules/materialize-css/sass/components/_dropdown.scss */
.dropdown-content li > a, .dropdown-content li > span {
  font-size: 16px;
  color: #344054;
  display: block;
  line-height: 22px;
  padding: -11 16px;
}

/* line 45, node_modules/materialize-css/sass/components/_dropdown.scss */
.dropdown-content li > span > label {
  top: 1px;
  left: 0;
  height: 18px;
}

/* line 52, node_modules/materialize-css/sass/components/_dropdown.scss */
.dropdown-content li > a > i {
  height: inherit;
  line-height: inherit;
  float: left;
  margin: 0 24px 0 0;
  width: 24px;
}

/* line 63, node_modules/materialize-css/sass/components/_dropdown.scss */
.input-field.col .dropdown-content [type="checkbox"] + label {
  top: 1px;
  left: 0;
  height: 18px;
}

/* line 1, node_modules/materialize-css/sass/components/_modal.scss */
.modal {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  background-color: #fafafa;
  padding: 0;
  max-height: 70%;
  width: 55%;
  margin: auto;
  overflow-y: auto;
  border-radius: 2px;
  will-change: top, opacity;
}

@media only screen and (max-width : 992px) {
  /* line 1, node_modules/materialize-css/sass/components/_modal.scss */
  .modal {
    width: 80%;
  }
}

/* line 22, node_modules/materialize-css/sass/components/_modal.scss */
.modal h1, .modal h2, .modal h3, .modal h4 {
  margin-top: 0;
}

/* line 26, node_modules/materialize-css/sass/components/_modal.scss */
.modal .modal-content {
  padding: 24px;
}

/* line 29, node_modules/materialize-css/sass/components/_modal.scss */
.modal .modal-close {
  cursor: pointer;
}

/* line 33, node_modules/materialize-css/sass/components/_modal.scss */
.modal .modal-footer {
  border-radius: 0 0 2px 2px;
  background-color: #fafafa;
  padding: 4px 6px;
  height: 56px;
  width: 100%;
  text-align: right;
}

/* line 41, node_modules/materialize-css/sass/components/_modal.scss */
.modal .modal-footer .btn, .modal .modal-footer .btn-flat {
  margin: 6px 0;
}

/* line 46, node_modules/materialize-css/sass/components/_modal.scss */
.modal-overlay {
  position: fixed;
  z-index: 999;
  top: -25%;
  left: 0;
  bottom: 0;
  right: 0;
  height: 125%;
  width: 100%;
  background: #000;
  display: none;
  will-change: opacity;
}

/* line 62, node_modules/materialize-css/sass/components/_modal.scss */
.modal.modal-fixed-footer {
  padding: 0;
  height: 70%;
}

/* line 66, node_modules/materialize-css/sass/components/_modal.scss */
.modal.modal-fixed-footer .modal-content {
  position: absolute;
  height: calc(100% - 56px);
  max-height: 100%;
  width: 100%;
  overflow-y: auto;
}

/* line 74, node_modules/materialize-css/sass/components/_modal.scss */
.modal.modal-fixed-footer .modal-footer {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  position: absolute;
  bottom: 0;
}

/* line 82, node_modules/materialize-css/sass/components/_modal.scss */
.modal.bottom-sheet {
  top: auto;
  bottom: -100%;
  margin: 0;
  width: 100%;
  max-height: 45%;
  border-radius: 0;
  will-change: bottom, opacity;
}

/* line 1, node_modules/materialize-css/sass/components/_toast.scss */
#toast-container {
  display: block;
  position: fixed;
  z-index: 10000;
}

@media only screen and (max-width : 600px) {
  /* line 1, node_modules/materialize-css/sass/components/_toast.scss */
  #toast-container {
    min-width: 100%;
    bottom: 0%;
  }
}

@media only screen and (min-width : 601px) and (max-width : 992px) {
  /* line 1, node_modules/materialize-css/sass/components/_toast.scss */
  #toast-container {
    left: 5%;
    bottom: 7%;
    max-width: 90%;
  }
}

@media only screen and (min-width : 993px) {
  /* line 1, node_modules/materialize-css/sass/components/_toast.scss */
  #toast-container {
    top: 10%;
    right: 7%;
    max-width: 86%;
  }
}

/* line 22, node_modules/materialize-css/sass/components/_toast.scss */
.toast {
  border-radius: 2px;
  top: 35px;
  width: auto;
  margin-top: 10px;
  position: relative;
  max-width: 100%;
  height: auto;
  min-height: 48px;
  line-height: 1.5em;
  word-break: break-all;
  background-color: #323232;
  padding: 10px 25px;
  font-size: 1.1rem;
  font-weight: 300;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: default;
}

/* line 44, node_modules/materialize-css/sass/components/_toast.scss */
.toast .toast-action {
  color: #eeff41;
  font-weight: 500;
  margin-right: -25px;
  margin-left: 3rem;
}

/* line 51, node_modules/materialize-css/sass/components/_toast.scss */
.toast.rounded {
  border-radius: 24px;
}

@media only screen and (max-width : 600px) {
  /* line 22, node_modules/materialize-css/sass/components/_toast.scss */
  .toast {
    width: 100%;
    border-radius: 0;
  }
}

/* Select Field
   ========================================================================== */
/* line 4, node_modules/materialize-css/sass/components/forms/_select.scss */
select {
  display: none;
}

/* line 5, node_modules/materialize-css/sass/components/forms/_select.scss */
select.browser-default {
  display: block;
}

/* line 7, node_modules/materialize-css/sass/components/forms/_select.scss */
select {
  background-color: rgba(255, 255, 255, 0.9);
  width: 100%;
  padding: 5px;
  border: 1px solid #f2f2f2;
  border-radius: 2px;
  height: 40px;
}

/* line 18, node_modules/materialize-css/sass/components/forms/_select.scss */
.input-field > select {
  display: block;
  position: absolute;
  width: 0;
  pointer-events: none;
  height: 0;
  top: 0;
  left: 0;
  opacity: 0;
}

/* line 30, node_modules/materialize-css/sass/components/forms/_select.scss */
.select-label {
  position: absolute;
}

/* line 34, node_modules/materialize-css/sass/components/forms/_select.scss */
.select-wrapper {
  position: relative;
}

/* line 55, node_modules/materialize-css/sass/components/forms/_select.scss */
.select-wrapper.valid + label, .select-wrapper.invalid + label {
  width: 100%;
  pointer-events: none;
}

/* line 67, node_modules/materialize-css/sass/components/forms/_select.scss */
.select-wrapper input.select-dropdown {
  position: relative;
  cursor: pointer;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #9e9e9e;
  outline: none;
  height: 40px;
  line-height: 40px;
  width: 100%;
  font-size: 1rem;
  margin: 0 0 20px 0;
  padding: 0;
  display: block;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

/* line 84, node_modules/materialize-css/sass/components/forms/_select.scss */
.select-wrapper span.caret {
  color: initial;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  height: 10px;
  margin: auto 0;
  font-size: 10px;
  line-height: 10px;
}

/* line 96, node_modules/materialize-css/sass/components/forms/_select.scss */
.select-wrapper + label {
  position: absolute;
  top: -26px;
  font-size: 0.8rem;
}

/* line 104, node_modules/materialize-css/sass/components/forms/_select.scss */
select:disabled {
  color: rgba(0, 0, 0, 0.42);
}

/* line 109, node_modules/materialize-css/sass/components/forms/_select.scss */
.select-wrapper.disabled span.caret, .select-wrapper.disabled + label {
  color: rgba(0, 0, 0, 0.42);
}

/* line 115, node_modules/materialize-css/sass/components/forms/_select.scss */
.select-wrapper input.select-dropdown:disabled {
  color: rgba(0, 0, 0, 0.42);
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

/* line 121, node_modules/materialize-css/sass/components/forms/_select.scss */
.select-wrapper i {
  color: rgba(0, 0, 0, 0.3);
}

/* line 125, node_modules/materialize-css/sass/components/forms/_select.scss */
.select-dropdown li.disabled,
.select-dropdown li.disabled > span,
.select-dropdown li.optgroup {
  color: rgba(0, 0, 0, 0.3);
  background-color: transparent;
}

/* line 134, node_modules/materialize-css/sass/components/forms/_select.scss */
.select-dropdown.dropdown-content li.active {
  background-color: transparent;
}

/* line 138, node_modules/materialize-css/sass/components/forms/_select.scss */
.select-dropdown.dropdown-content li:hover {
  background-color: rgba(0, 0, 0, 0.06);
}

/* line 142, node_modules/materialize-css/sass/components/forms/_select.scss */
.select-dropdown.dropdown-content li.selected {
  background-color: rgba(0, 0, 0, 0.03);
}

/* line 149, node_modules/materialize-css/sass/components/forms/_select.scss */
.prefix ~ .select-wrapper {
  margin-left: 3rem;
  width: 92%;
  width: calc(100% - 3rem);
}

/* line 155, node_modules/materialize-css/sass/components/forms/_select.scss */
.prefix ~ label {
  margin-left: 3rem;
}

/* line 159, node_modules/materialize-css/sass/components/forms/_select.scss */
.select-dropdown li img {
  height: -10;
  width: -10;
  margin: 5px 15px;
  float: right;
}

/* line 168, node_modules/materialize-css/sass/components/forms/_select.scss */
.select-dropdown li.optgroup {
  border-top: 1px solid #eee;
}

/* line 171, node_modules/materialize-css/sass/components/forms/_select.scss */
.select-dropdown li.optgroup.selected > span {
  color: rgba(0, 0, 0, 0.7);
}

/* line 175, node_modules/materialize-css/sass/components/forms/_select.scss */
.select-dropdown li.optgroup > span {
  color: rgba(0, 0, 0, 0.4);
}

/* line 179, node_modules/materialize-css/sass/components/forms/_select.scss */
.select-dropdown li.optgroup ~ li.optgroup-option {
  padding-left: 1rem;
}

/* Checkboxes
   ========================================================================== */
/* CUSTOM CSS CHECKBOXES */
/* line 5, node_modules/materialize-css/sass/components/forms/_checkboxes.scss */
form p {
  margin-bottom: 10px;
  text-align: left;
}

/* line 10, node_modules/materialize-css/sass/components/forms/_checkboxes.scss */
form p:last-child {
  margin-bottom: 0;
}

/* Remove default checkbox */
/* line 15, node_modules/materialize-css/sass/components/forms/_checkboxes.scss */
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

/* line 23, node_modules/materialize-css/sass/components/forms/_checkboxes.scss */
[type="checkbox"] {
  /* checkbox aspect */
}

/* line 25, node_modules/materialize-css/sass/components/forms/_checkboxes.scss */
[type="checkbox"] + label {
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  display: inline-block;
  height: 25px;
  line-height: 25px;
  font-size: 1rem;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

/* line 37, node_modules/materialize-css/sass/components/forms/_checkboxes.scss */
[type="checkbox"] + label:before, [type="checkbox"]:not(.filled-in) + label:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  z-index: 0;
  border: 2px solid #5a5a5a;
  border-radius: 1px;
  margin-top: 2px;
  transition: .2s;
}

/* line 52, node_modules/materialize-css/sass/components/forms/_checkboxes.scss */
[type="checkbox"]:not(.filled-in) + label:after {
  border: 0;
  transform: scale(0);
}

/* line 57, node_modules/materialize-css/sass/components/forms/_checkboxes.scss */
[type="checkbox"]:not(:checked):disabled + label:before {
  border: none;
  background-color: rgba(0, 0, 0, 0.42);
}

/* line 63, node_modules/materialize-css/sass/components/forms/_checkboxes.scss */
.tabbed[type="checkbox"]:focus + label:after {
  transform: scale(1);
  border: 0;
  border-radius: 50%;
  box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1);
  background-color: rgba(0, 0, 0, 0.1);
}

/* line 73, node_modules/materialize-css/sass/components/forms/_checkboxes.scss */
[type="checkbox"]:checked + label:before {
  top: -4px;
  left: -5px;
  width: 12px;
  height: 22px;
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  border-right: 2px solid #26a69a;
  border-bottom: 2px solid #26a69a;
  transform: rotate(40deg);
  backface-visibility: hidden;
  transform-origin: 100% 100%;
}

/* line 87, node_modules/materialize-css/sass/components/forms/_checkboxes.scss */
[type="checkbox"]:checked:disabled + label:before {
  border-right: 2px solid rgba(0, 0, 0, 0.42);
  border-bottom: 2px solid rgba(0, 0, 0, 0.42);
}

/* Indeterminate checkbox */
/* line 95, node_modules/materialize-css/sass/components/forms/_checkboxes.scss */
[type="checkbox"]:indeterminate + label:before {
  top: -11px;
  left: -12px;
  width: 10px;
  height: 22px;
  border-top: none;
  border-left: none;
  border-right: 2px solid #26a69a;
  border-bottom: none;
  transform: rotate(90deg);
  backface-visibility: hidden;
  transform-origin: 100% 100%;
}

/* line 110, node_modules/materialize-css/sass/components/forms/_checkboxes.scss */
[type="checkbox"]:indeterminate:disabled + label:before {
  border-right: 2px solid rgba(0, 0, 0, 0.42);
  background-color: transparent;
}

/* line 119, node_modules/materialize-css/sass/components/forms/_checkboxes.scss */
.filled-in[type="checkbox"] + label:after {
  border-radius: 2px;
}

/* line 123, node_modules/materialize-css/sass/components/forms/_checkboxes.scss */
.filled-in[type="checkbox"] + label:before,
.filled-in[type="checkbox"] + label:after {
  content: '';
  left: 0;
  position: absolute;
  /* .1s delay is for check animation */
  transition: border .25s, background-color .25s, width .20s .1s, height .20s .1s, top .20s .1s, left .20s .1s;
  z-index: 1;
}

/* line 134, node_modules/materialize-css/sass/components/forms/_checkboxes.scss */
.filled-in[type="checkbox"]:not(:checked) + label:before {
  width: 0;
  height: 0;
  border: 3px solid transparent;
  left: 6px;
  top: 10px;
  transform: rotateZ(37deg);
  transform-origin: 100% 100%;
}

/* line 144, node_modules/materialize-css/sass/components/forms/_checkboxes.scss */
.filled-in[type="checkbox"]:not(:checked) + label:after {
  height: 20px;
  width: 20px;
  background-color: transparent;
  border: 2px solid #5a5a5a;
  top: 0px;
  z-index: 0;
}

/* line 155, node_modules/materialize-css/sass/components/forms/_checkboxes.scss */
.filled-in[type="checkbox"]:checked + label:before {
  top: 0;
  left: 1px;
  width: 8px;
  height: 13px;
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotateZ(37deg);
  transform-origin: 100% 100%;
}

/* line 168, node_modules/materialize-css/sass/components/forms/_checkboxes.scss */
.filled-in[type="checkbox"]:checked + label:after {
  top: 0;
  width: 20px;
  height: 20px;
  border: 2px solid #26a69a;
  background-color: #26a69a;
  z-index: 0;
}

/* line 179, node_modules/materialize-css/sass/components/forms/_checkboxes.scss */
.filled-in.tabbed[type="checkbox"]:focus + label:after {
  border-radius: 2px;
  border-color: #5a5a5a;
  background-color: rgba(0, 0, 0, 0.1);
}

/* line 185, node_modules/materialize-css/sass/components/forms/_checkboxes.scss */
.filled-in.tabbed[type="checkbox"]:checked:focus + label:after {
  border-radius: 2px;
  background-color: #26a69a;
  border-color: #26a69a;
}

/* line 192, node_modules/materialize-css/sass/components/forms/_checkboxes.scss */
.filled-in[type="checkbox"]:disabled:not(:checked) + label:before {
  background-color: transparent;
  border: 2px solid transparent;
}

/* line 197, node_modules/materialize-css/sass/components/forms/_checkboxes.scss */
.filled-in[type="checkbox"]:disabled:not(:checked) + label:after {
  border-color: transparent;
  background-color: #949494;
}

/* line 202, node_modules/materialize-css/sass/components/forms/_checkboxes.scss */
.filled-in[type="checkbox"]:disabled:checked + label:before {
  background-color: transparent;
}

/* line 206, node_modules/materialize-css/sass/components/forms/_checkboxes.scss */
.filled-in[type="checkbox"]:disabled:checked + label:after {
  background-color: #949494;
  border-color: #949494;
}

/* line 52, app/assets/stylesheets/frontend/material.scss */
select:not(.js-select) {
  display: none;
}

/* line 56, app/assets/stylesheets/frontend/material.scss */
select {
  display: inherit;
}

/* line 60, app/assets/stylesheets/frontend/material.scss */
.select-wrapper input.select-dropdown {
  margin: 0;
  border: 1px solid #E1E4EA;
  cursor: pointer;
}

/* line 66, app/assets/stylesheets/frontend/material.scss */
.dropdown-content {
  border-radius: 6px;
}

/* line 68, app/assets/stylesheets/frontend/material.scss */
.dropdown-content li {
  padding: 8px;
}

/* line 71, app/assets/stylesheets/frontend/material.scss */
.dropdown-content li > a, .dropdown-content li > span {
  font-size: 14px;
}

/* line 77, app/assets/stylesheets/frontend/material.scss */
.dropdown-content li > span {
  display: flex;
}

/* line 81, app/assets/stylesheets/frontend/material.scss */
.timeline-user .dropdown-content li {
  padding: 0;
}
@media only screen and (min-width: 360px) and (max-width: 768px) {
  /* line 2, app/assets/stylesheets/frontend/media.scss */
  .mission-team-modal {
    background: #fff;
  }
  /* line 5, app/assets/stylesheets/frontend/media.scss */
  .mission-team-modal .current-user:first-child .ol-box-small {
    padding: 10px 10px 5px;
    border: 0 solid #f0f0f0 !important;
    position: relative;
    z-index: 2;
    background: white;
  }
  /* line 12, app/assets/stylesheets/frontend/media.scss */
  .mission-team-modal .current-user:first-child .ol-box-small .col.s1 .idea-img {
    width: 50px !important;
    height: 50px !important;
    -o-object-fit: cover;
       object-fit: cover;
  }
  /* line 18, app/assets/stylesheets/frontend/media.scss */
  .mission-team-modal .current-user:first-child .ol-box-small .card-description-txt {
    font-size: 16px !important;
    color: #33334f;
    letter-spacing: 0px;
  }
  /* line 23, app/assets/stylesheets/frontend/media.scss */
  .mission-team-modal .current-user:first-child .ol-box-small .ol-pad-top {
    padding-top: 15px !important;
  }
  /* line 29, app/assets/stylesheets/frontend/media.scss */
  *:not(input) {
    -webkit-user-select: none;
  }
  /* line 33, app/assets/stylesheets/frontend/media.scss */
  .hideon-rsponsive-view {
    display: none;
  }
  /* line 39, app/assets/stylesheets/frontend/media.scss */
  .timer-bg {
    margin-top: 280px !important;
  }
  /* line 42, app/assets/stylesheets/frontend/media.scss */
  .column-width {
    width: 17% !important;
  }
  /* line 45, app/assets/stylesheets/frontend/media.scss */
  .column-width-big {
    width: 66% !important;
  }
  /* line 48, app/assets/stylesheets/frontend/media.scss */
  .mission-box {
    width: 90%;
    margin-left: 25px;
  }
  /*  .profile-img {
      margin: auto auto auto 12%;    
      width: 60%;
    }*/
  /* line 56, app/assets/stylesheets/frontend/media.scss */
  .identity-small-txt {
    padding: 0 10px;
  }
  /* line 59, app/assets/stylesheets/frontend/media.scss */
  .mission-management-tabs .tabs .tab a {
    letter-spacing: 0 !important;
    font-size: 8px !important;
  }
  /* line 63, app/assets/stylesheets/frontend/media.scss */
  .mission-management-tabs .indicator {
    background: rgba(0, 0, 0, 0) url(https://app.acceptmission.com/assets/tab-indicator.png) no-repeat !important;
    width: 103px !important;
  }
  /* line 67, app/assets/stylesheets/frontend/media.scss */
  .tabs-container {
    width: 100% !important;
  }
  /* line 70, app/assets/stylesheets/frontend/media.scss */
  .medium-btns {
    width: 100% !important;
  }
  /* line 73, app/assets/stylesheets/frontend/media.scss */
  .bg-white {
    background: white;
  }
  /* line 76, app/assets/stylesheets/frontend/media.scss */
  .agent-list-table td {
    padding-left: 0 !important;
  }
  /*  .profile-img {
      width: 80% !important;
    }*/
  /*  .profile-edit-box {
      margin-left: 29% !important;
    }*/
  /* line 85, app/assets/stylesheets/frontend/media.scss */
  .commander-select {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }
  /* line 90, app/assets/stylesheets/frontend/media.scss */
  .timeline-divider::before,
.timeline-divider::after {
    right: 46% !important;
  }
  /* line 94, app/assets/stylesheets/frontend/media.scss */
  .timeline-divider2::before,
.timeline-divider2::after {
    right: 49% !important;
  }
  /* line 98, app/assets/stylesheets/frontend/media.scss */
  .footer-logo {
    margin-bottom: 40px;
  }
  /* line 101, app/assets/stylesheets/frontend/media.scss */
  nav .button-collapse {
    float: right !important;
  }
  /* line 104, app/assets/stylesheets/frontend/media.scss */
  nav .brand-logo {
    left: 8% !important;
  }
  /* line 107, app/assets/stylesheets/frontend/media.scss */
  .signup-web-btn-mobile {
    left: 30% !important;
    position: absolute;
  }
  /* line 111, app/assets/stylesheets/frontend/media.scss */
  .cs-logo {
    text-align: center;
  }
  /* line 114, app/assets/stylesheets/frontend/media.scss */
  .time-remain {
    width: 90% !important;
    font-size: 27px !important;
  }
  /* line 118, app/assets/stylesheets/frontend/media.scss */
  .cs-footer {
    font-size: 12px !important;
    height: 120px !important;
    line-height: 30px !important;
    padding: 15px;
  }
  /* line 124, app/assets/stylesheets/frontend/media.scss */
  .custom-tabs .owl-prev {
    left: 0 !important;
  }
  /* line 127, app/assets/stylesheets/frontend/media.scss */
  .mission-edit-drag-small-left {
    margin-right: 15px !important;
  }
  /* line 130, app/assets/stylesheets/frontend/media.scss */
  .mission-edit-drag-small-right {
    margin-left: 15px !important;
  }
  /* line 133, app/assets/stylesheets/frontend/media.scss */
  .smr {
    padding-left: 0 !important;
  }
  /* line 138, app/assets/stylesheets/frontend/media.scss */
  #modal-send-message .modal-footer,
#modal-resend-invite .modal-footer {
    width: 81% !important;
  }
  /* line 140, app/assets/stylesheets/frontend/media.scss */
  #modal-send-message .modal-footer .can,
#modal-resend-invite .modal-footer .can {
    margin-right: 15px;
  }
  /* line 145, app/assets/stylesheets/frontend/media.scss */
  #save-users input {
    width: 30% !important;
  }
  /* line 148, app/assets/stylesheets/frontend/media.scss */
  .main {
    display: none !important;
  }
  /* line 151, app/assets/stylesheets/frontend/media.scss */
  .onepage-pagination {
    display: none !important;
  }
  /* line 154, app/assets/stylesheets/frontend/media.scss */
  .coming-soon-scroll {
    overflow: scroll;
  }
  /* line 157, app/assets/stylesheets/frontend/media.scss */
  .cs-footer-new {
    line-height: 40px !important;
    height: 78px !important;
    position: inherit !important;
  }
  /* line 162, app/assets/stylesheets/frontend/media.scss */
  div#livechat-compact-container {
    bottom: 40px !important;
  }
  /* line 165, app/assets/stylesheets/frontend/media.scss */
  .card-panel {
    margin-bottom: 0 !important;
  }
}

@media only screen and (min-width: 240px) and (max-width: 359px) {
  /* line 172, app/assets/stylesheets/frontend/media.scss */
  .counter-txt {
    padding-top: 20px !important;
  }
  /* line 175, app/assets/stylesheets/frontend/media.scss */
  .counter-number {
    font-size: 75px !important;
  }
  /* line 178, app/assets/stylesheets/frontend/media.scss */
  .column-width {
    width: 17% !important;
  }
  /* line 181, app/assets/stylesheets/frontend/media.scss */
  .column-width-big {
    width: 66% !important;
  }
  /* line 184, app/assets/stylesheets/frontend/media.scss */
  .mission-box {
    width: 90%;
    margin-left: 25px;
  }
  /*  .profile-img {
      margin: auto auto auto 12%;    
      width: 60%;
    }*/
  /* line 192, app/assets/stylesheets/frontend/media.scss */
  .identity-small-txt {
    padding: 0 10px;
  }
  /* line 195, app/assets/stylesheets/frontend/media.scss */
  .mission-management-tabs .tabs .tab a {
    letter-spacing: 0 !important;
    font-size: 8px !important;
  }
  /* line 199, app/assets/stylesheets/frontend/media.scss */
  .mission-management-tabs .indicator {
    background: rgba(0, 0, 0, 0) url(https://app.acceptmission.com/assets/tab-indicator.png) no-repeat !important;
    width: 103px !important;
  }
  /* line 203, app/assets/stylesheets/frontend/media.scss */
  .tabs-container {
    width: 100% !important;
  }
  /* line 206, app/assets/stylesheets/frontend/media.scss */
  .medium-btns {
    width: 100% !important;
  }
  /* line 209, app/assets/stylesheets/frontend/media.scss */
  .bg-white {
    background: white;
  }
  /* line 212, app/assets/stylesheets/frontend/media.scss */
  .agent-list-table td {
    padding-left: 0 !important;
  }
  /* line 216, app/assets/stylesheets/frontend/media.scss */
  .custom-tabs .tabs {
    width: 80% !important;
  }
  /*  .profile-img {
      width: 80% !important;
    }*/
  /*  .profile-edit-box {
      margin-left: 25% !important;
    }*/
  /* line 226, app/assets/stylesheets/frontend/media.scss */
  .footer-logo {
    margin-bottom: 40px;
  }
  /* line 229, app/assets/stylesheets/frontend/media.scss */
  nav .button-collapse {
    float: right !important;
  }
  /* line 232, app/assets/stylesheets/frontend/media.scss */
  nav .brand-logo {
    left: 8% !important;
  }
  /* line 235, app/assets/stylesheets/frontend/media.scss */
  .signup-web-btn-mobile {
    left: 30% !important;
    position: absolute;
  }
  /* line 238, app/assets/stylesheets/frontend/media.scss */
  .signup-web-btn-mobile .timeline-divider::before,
.signup-web-btn-mobile .timeline-divider::after {
    right: 46% !important;
  }
  /* line 242, app/assets/stylesheets/frontend/media.scss */
  .signup-web-btn-mobile .timeline-divider2::before,
.signup-web-btn-mobile .timeline-divider2::after {
    right: 46% !important;
  }
  /* line 247, app/assets/stylesheets/frontend/media.scss */
  .cs-logo {
    text-align: center;
  }
  /* line 250, app/assets/stylesheets/frontend/media.scss */
  .time-remain {
    width: 90% !important;
    font-size: 27px !important;
  }
  /* line 254, app/assets/stylesheets/frontend/media.scss */
  .cs-footer {
    font-size: 12px !important;
    height: 120px !important;
    line-height: 30px !important;
    padding: 15px;
  }
  /* line 260, app/assets/stylesheets/frontend/media.scss */
  .custom-tabs .owl-prev {
    left: 0 !important;
  }
  /* line 263, app/assets/stylesheets/frontend/media.scss */
  .mission-edit-drag-small-left {
    margin-right: 15px !important;
  }
  /* line 266, app/assets/stylesheets/frontend/media.scss */
  .mission-edit-drag-small-right {
    margin-left: 15px !important;
  }
  /* line 269, app/assets/stylesheets/frontend/media.scss */
  .smr {
    padding-left: 0 !important;
  }
  /* line 274, app/assets/stylesheets/frontend/media.scss */
  #modal-send-message .modal-footer,
#modal-resend-invite .modal-footer {
    width: 81% !important;
  }
  /* line 276, app/assets/stylesheets/frontend/media.scss */
  #modal-send-message .modal-footer .can,
#modal-resend-invite .modal-footer .can {
    margin-right: 15px;
  }
  /* line 281, app/assets/stylesheets/frontend/media.scss */
  #save-users input {
    width: 30% !important;
  }
  /* line 284, app/assets/stylesheets/frontend/media.scss */
  .main {
    display: none !important;
  }
  /* line 287, app/assets/stylesheets/frontend/media.scss */
  .coming-soon-scroll {
    overflow: scroll;
  }
  /* line 290, app/assets/stylesheets/frontend/media.scss */
  .onepage-pagination {
    display: none !important;
  }
  /* line 293, app/assets/stylesheets/frontend/media.scss */
  .cs-footer-new {
    line-height: 40px !important;
    height: 78px !important;
    position: inherit !important;
    padding: 0 10px;
  }
  /* line 299, app/assets/stylesheets/frontend/media.scss */
  div#livechat-compact-container {
    bottom: 40px !important;
  }
  /* line 302, app/assets/stylesheets/frontend/media.scss */
  .cm {
    margin-bottom: 10px !important;
  }
  /* line 306, app/assets/stylesheets/frontend/media.scss */
  .mission-img img {
    width: 100% !important;
    -o-object-fit: cover !important;
       object-fit: cover !important;
    height: 100px !important;
  }
  /* line 312, app/assets/stylesheets/frontend/media.scss */
  .card-panel {
    margin-bottom: 0 !important;
  }
  /* line 316, app/assets/stylesheets/frontend/media.scss */
  .mission-team-modal {
    background: #fff;
  }
  /* line 319, app/assets/stylesheets/frontend/media.scss */
  .mission-team-modal .current-user:first-child .ol-box-small {
    padding: 10px 10px 5px;
    border: 0 solid #f0f0f0 !important;
    position: relative;
    z-index: 2;
    background: white;
  }
  /* line 326, app/assets/stylesheets/frontend/media.scss */
  .mission-team-modal .current-user:first-child .ol-box-small .col.s1 .idea-img {
    width: 50px !important;
    height: 50px !important;
    -o-object-fit: cover;
       object-fit: cover;
  }
  /* line 332, app/assets/stylesheets/frontend/media.scss */
  .mission-team-modal .current-user:first-child .ol-box-small .card-description-txt {
    font-size: 16px !important;
    color: #33334f;
    letter-spacing: 0px;
  }
  /* line 337, app/assets/stylesheets/frontend/media.scss */
  .mission-team-modal .current-user:first-child .ol-box-small .ol-pad-top {
    padding-top: 15px !important;
  }
}

@media only screen and (min-width: 601px) and (max-width: 992px) {
  /* line 346, app/assets/stylesheets/frontend/media.scss */
  .column-width-big {
    width: 79% !important;
  }
  /* line 349, app/assets/stylesheets/frontend/media.scss */
  .ma-text2 {
    font-size: 11px !important;
  }
  /* line 352, app/assets/stylesheets/frontend/media.scss */
  .invited-agents-container {
    width: 100% !important;
  }
  /* line 355, app/assets/stylesheets/frontend/media.scss */
  .main-title-agent {
    letter-spacing: 0 !important;
    font-size: 18px !important;
  }
  /* line 359, app/assets/stylesheets/frontend/media.scss */
  .medium-btns {
    width: 32% !important;
    letter-spacing: 0 !important;
    padding: 0 !important;
  }
  /* line 364, app/assets/stylesheets/frontend/media.scss */
  .agent-list-table td {
    padding-left: 50px !important;
  }
  /*  .profile-edit-box {
      margin-left: 18% !important;
    }*/
  /*  .profile-img {    
      margin: 15px -28px !important;    
    }*/
  /* line 374, app/assets/stylesheets/frontend/media.scss */
  .mission-team-modal {
    background: #fff;
  }
  /* line 377, app/assets/stylesheets/frontend/media.scss */
  .mission-team-modal .current-user:first-child .ol-box-small {
    padding: 10px 10px 5px;
    border: 0 solid #f0f0f0 !important;
    position: relative;
    z-index: 2;
    background: white;
  }
  /* line 384, app/assets/stylesheets/frontend/media.scss */
  .mission-team-modal .current-user:first-child .ol-box-small .col.s1 .idea-img {
    width: 50px !important;
    height: 50px !important;
    -o-object-fit: cover;
       object-fit: cover;
  }
  /* line 390, app/assets/stylesheets/frontend/media.scss */
  .mission-team-modal .current-user:first-child .ol-box-small .card-description-txt {
    font-size: 16px !important;
    color: #33334f;
    letter-spacing: 0px;
  }
  /* line 395, app/assets/stylesheets/frontend/media.scss */
  .mission-team-modal .current-user:first-child .ol-box-small .ol-pad-top {
    padding-top: 15px !important;
  }
}

@media only screen and (min-width: 240px) and (max-width: 425px) {
  /* line 404, app/assets/stylesheets/frontend/media.scss */
  .mission-team-modal {
    background: #fff;
  }
  /* line 407, app/assets/stylesheets/frontend/media.scss */
  .mission-team-modal .current-user:first-child .ol-box-small {
    padding: 10px 10px 5px;
    border: 0 solid #f0f0f0 !important;
    position: relative;
    z-index: 2;
    background: white;
  }
  /* line 414, app/assets/stylesheets/frontend/media.scss */
  .mission-team-modal .current-user:first-child .ol-box-small .col.s1 .idea-img {
    width: 50px !important;
    height: 50px !important;
    -o-object-fit: cover;
       object-fit: cover;
  }
  /* line 420, app/assets/stylesheets/frontend/media.scss */
  .mission-team-modal .current-user:first-child .ol-box-small .card-description-txt {
    font-size: 16px !important;
    color: #33334f;
    letter-spacing: 0px;
  }
  /* line 425, app/assets/stylesheets/frontend/media.scss */
  .mission-team-modal .current-user:first-child .ol-box-small .ol-pad-top {
    padding-top: 15px !important;
  }
  /* line 431, app/assets/stylesheets/frontend/media.scss */
  .help-block {
    margin-top: -20px;
    display: block;
    font-size: 11px;
    color: red;
  }
}

@media only screen and (min-width: 993px) and (max-width: 1082px) {
  /* line 440, app/assets/stylesheets/frontend/media.scss */
  .st-medium {
    width: 62px;
  }
  /* line 443, app/assets/stylesheets/frontend/media.scss */
  .mm-icons {
    margin-left: -10px;
  }
  /* line 446, app/assets/stylesheets/frontend/media.scss */
  .mission-added .new-round {
    padding: 0;
  }
  /* line 449, app/assets/stylesheets/frontend/media.scss */
  .invited-agents-container {
    width: 100% !important;
  }
  /* line 452, app/assets/stylesheets/frontend/media.scss */
  .main-title-agent {
    letter-spacing: 0 !important;
  }
  /* line 455, app/assets/stylesheets/frontend/media.scss */
  .medium-btns {
    width: 32% !important;
    letter-spacing: 0 !important;
  }
  /* line 459, app/assets/stylesheets/frontend/media.scss */
  .btn,
.btn-large {
    letter-spacing: 0 !important;
  }
  /* line 463, app/assets/stylesheets/frontend/media.scss */
  .tabs-container {
    width: 55% !important;
  }
  /* line 466, app/assets/stylesheets/frontend/media.scss */
  .owl-item {
    width: 320px !important;
  }
  /*  .profile-edit-box {
      margin-left: 22% !important;
    }*/
  /*  .profile-width {
      width: 41% !important;
    }*/
  /*  .circle-timeline-big {
      margin: -102px auto auto -1% !important;
    }*/
}

@media only screen and (min-width: 1300px) and (max-width: 1600px) {
  /*  .profile-edit-box {
      margin-left: 25% !important;
    }*/
  /*  .circle-timeline-big {
      margin: -102px auto auto 17% !important;
    }*/
}

/*.circle-timeline-big {
  margin: -102px auto auto -20% !important;
}*/
/* line 491, app/assets/stylesheets/frontend/media.scss */
.web-menu-mobile {
  display: none;
}

/* line 494, app/assets/stylesheets/frontend/media.scss */
nav .brand-logo {
  left: 5% !important;
}
@charset "UTF-8";
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
 * or any plugin's vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS/SCSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *




 * require materialize.clockpicker







 */
@import url("https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,500i,700,700i,900,900i&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@import url(https://app.acceptmission.com/assets/tinymce/skins/ui/oxide/skin-7d561f9637329caa800f5fdbeaab7ce66914b5250d5c9cc2b9c1fdee372d9aca.css);
/* line 370, node_modules/materialize-css/sass/components/_color.scss */
.materialize-red {
  background-color: #e51c23 !important;
}

/* line 373, node_modules/materialize-css/sass/components/_color.scss */
.materialize-red-text {
  color: #e51c23 !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.materialize-red.lighten-5 {
  background-color: #fdeaeb !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.materialize-red-text.text-lighten-5 {
  color: #fdeaeb !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.materialize-red.lighten-4 {
  background-color: #f8c1c3 !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.materialize-red-text.text-lighten-4 {
  color: #f8c1c3 !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.materialize-red.lighten-3 {
  background-color: #f3989b !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.materialize-red-text.text-lighten-3 {
  color: #f3989b !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.materialize-red.lighten-2 {
  background-color: #ee6e73 !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.materialize-red-text.text-lighten-2 {
  color: #ee6e73 !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.materialize-red.lighten-1 {
  background-color: #ea454b !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.materialize-red-text.text-lighten-1 {
  color: #ea454b !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.materialize-red.darken-1 {
  background-color: #d0181e !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.materialize-red-text.text-darken-1 {
  color: #d0181e !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.materialize-red.darken-2 {
  background-color: #b9151b !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.materialize-red-text.text-darken-2 {
  color: #b9151b !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.materialize-red.darken-3 {
  background-color: #a21318 !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.materialize-red-text.text-darken-3 {
  color: #a21318 !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.materialize-red.darken-4 {
  background-color: #8b1014 !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.materialize-red-text.text-darken-4 {
  color: #8b1014 !important;
}

/* line 370, node_modules/materialize-css/sass/components/_color.scss */
.red {
  background-color: #F44336 !important;
}

/* line 373, node_modules/materialize-css/sass/components/_color.scss */
.red-text {
  color: #F44336 !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.red.lighten-5 {
  background-color: #FFEBEE !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.red-text.text-lighten-5 {
  color: #FFEBEE !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.red.lighten-4 {
  background-color: #FFCDD2 !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.red-text.text-lighten-4 {
  color: #FFCDD2 !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.red.lighten-3 {
  background-color: #EF9A9A !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.red-text.text-lighten-3 {
  color: #EF9A9A !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.red.lighten-2 {
  background-color: #E57373 !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.red-text.text-lighten-2 {
  color: #E57373 !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.red.lighten-1 {
  background-color: #EF5350 !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.red-text.text-lighten-1 {
  color: #EF5350 !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.red.darken-1 {
  background-color: #E53935 !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.red-text.text-darken-1 {
  color: #E53935 !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.red.darken-2 {
  background-color: #D32F2F !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.red-text.text-darken-2 {
  color: #D32F2F !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.red.darken-3 {
  background-color: #C62828 !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.red-text.text-darken-3 {
  color: #C62828 !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.red.darken-4 {
  background-color: #B71C1C !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.red-text.text-darken-4 {
  color: #B71C1C !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.red.accent-1 {
  background-color: #FF8A80 !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.red-text.text-accent-1 {
  color: #FF8A80 !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.red.accent-2 {
  background-color: #FF5252 !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.red-text.text-accent-2 {
  color: #FF5252 !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.red.accent-3 {
  background-color: #FF1744 !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.red-text.text-accent-3 {
  color: #FF1744 !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.red.accent-4 {
  background-color: #D50000 !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.red-text.text-accent-4 {
  color: #D50000 !important;
}

/* line 370, node_modules/materialize-css/sass/components/_color.scss */
.pink {
  background-color: #e91e63 !important;
}

/* line 373, node_modules/materialize-css/sass/components/_color.scss */
.pink-text {
  color: #e91e63 !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.pink.lighten-5 {
  background-color: #fce4ec !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.pink-text.text-lighten-5 {
  color: #fce4ec !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.pink.lighten-4 {
  background-color: #f8bbd0 !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.pink-text.text-lighten-4 {
  color: #f8bbd0 !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.pink.lighten-3 {
  background-color: #f48fb1 !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.pink-text.text-lighten-3 {
  color: #f48fb1 !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.pink.lighten-2 {
  background-color: #f06292 !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.pink-text.text-lighten-2 {
  color: #f06292 !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.pink.lighten-1 {
  background-color: #ec407a !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.pink-text.text-lighten-1 {
  color: #ec407a !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.pink.darken-1 {
  background-color: #d81b60 !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.pink-text.text-darken-1 {
  color: #d81b60 !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.pink.darken-2 {
  background-color: #c2185b !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.pink-text.text-darken-2 {
  color: #c2185b !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.pink.darken-3 {
  background-color: #ad1457 !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.pink-text.text-darken-3 {
  color: #ad1457 !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.pink.darken-4 {
  background-color: #880e4f !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.pink-text.text-darken-4 {
  color: #880e4f !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.pink.accent-1 {
  background-color: #ff80ab !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.pink-text.text-accent-1 {
  color: #ff80ab !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.pink.accent-2 {
  background-color: #ff4081 !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.pink-text.text-accent-2 {
  color: #ff4081 !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.pink.accent-3 {
  background-color: #f50057 !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.pink-text.text-accent-3 {
  color: #f50057 !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.pink.accent-4 {
  background-color: #c51162 !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.pink-text.text-accent-4 {
  color: #c51162 !important;
}

/* line 370, node_modules/materialize-css/sass/components/_color.scss */
.purple {
  background-color: #9c27b0 !important;
}

/* line 373, node_modules/materialize-css/sass/components/_color.scss */
.purple-text {
  color: #9c27b0 !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.purple.lighten-5 {
  background-color: #f3e5f5 !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.purple-text.text-lighten-5 {
  color: #f3e5f5 !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.purple.lighten-4 {
  background-color: #e1bee7 !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.purple-text.text-lighten-4 {
  color: #e1bee7 !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.purple.lighten-3 {
  background-color: #ce93d8 !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.purple-text.text-lighten-3 {
  color: #ce93d8 !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.purple.lighten-2 {
  background-color: #ba68c8 !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.purple-text.text-lighten-2 {
  color: #ba68c8 !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.purple.lighten-1 {
  background-color: #ab47bc !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.purple-text.text-lighten-1 {
  color: #ab47bc !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.purple.darken-1 {
  background-color: #8e24aa !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.purple-text.text-darken-1 {
  color: #8e24aa !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.purple.darken-2 {
  background-color: #7b1fa2 !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.purple-text.text-darken-2 {
  color: #7b1fa2 !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.purple.darken-3 {
  background-color: #6a1b9a !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.purple-text.text-darken-3 {
  color: #6a1b9a !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.purple.darken-4 {
  background-color: #4a148c !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.purple-text.text-darken-4 {
  color: #4a148c !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.purple.accent-1 {
  background-color: #ea80fc !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.purple-text.text-accent-1 {
  color: #ea80fc !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.purple.accent-2 {
  background-color: #e040fb !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.purple-text.text-accent-2 {
  color: #e040fb !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.purple.accent-3 {
  background-color: #d500f9 !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.purple-text.text-accent-3 {
  color: #d500f9 !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.purple.accent-4 {
  background-color: #aa00ff !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.purple-text.text-accent-4 {
  color: #aa00ff !important;
}

/* line 370, node_modules/materialize-css/sass/components/_color.scss */
.deep-purple {
  background-color: #673ab7 !important;
}

/* line 373, node_modules/materialize-css/sass/components/_color.scss */
.deep-purple-text {
  color: #673ab7 !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.deep-purple.lighten-5 {
  background-color: #ede7f6 !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.deep-purple-text.text-lighten-5 {
  color: #ede7f6 !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.deep-purple.lighten-4 {
  background-color: #d1c4e9 !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.deep-purple-text.text-lighten-4 {
  color: #d1c4e9 !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.deep-purple.lighten-3 {
  background-color: #b39ddb !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.deep-purple-text.text-lighten-3 {
  color: #b39ddb !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.deep-purple.lighten-2 {
  background-color: #9575cd !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.deep-purple-text.text-lighten-2 {
  color: #9575cd !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.deep-purple.lighten-1 {
  background-color: #7e57c2 !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.deep-purple-text.text-lighten-1 {
  color: #7e57c2 !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.deep-purple.darken-1 {
  background-color: #5e35b1 !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.deep-purple-text.text-darken-1 {
  color: #5e35b1 !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.deep-purple.darken-2 {
  background-color: #512da8 !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.deep-purple-text.text-darken-2 {
  color: #512da8 !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.deep-purple.darken-3 {
  background-color: #4527a0 !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.deep-purple-text.text-darken-3 {
  color: #4527a0 !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.deep-purple.darken-4 {
  background-color: #311b92 !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.deep-purple-text.text-darken-4 {
  color: #311b92 !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.deep-purple.accent-1 {
  background-color: #b388ff !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.deep-purple-text.text-accent-1 {
  color: #b388ff !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.deep-purple.accent-2 {
  background-color: #7c4dff !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.deep-purple-text.text-accent-2 {
  color: #7c4dff !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.deep-purple.accent-3 {
  background-color: #651fff !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.deep-purple-text.text-accent-3 {
  color: #651fff !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.deep-purple.accent-4 {
  background-color: #6200ea !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.deep-purple-text.text-accent-4 {
  color: #6200ea !important;
}

/* line 370, node_modules/materialize-css/sass/components/_color.scss */
.indigo {
  background-color: #3f51b5 !important;
}

/* line 373, node_modules/materialize-css/sass/components/_color.scss */
.indigo-text {
  color: #3f51b5 !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.indigo.lighten-5 {
  background-color: #e8eaf6 !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.indigo-text.text-lighten-5 {
  color: #e8eaf6 !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.indigo.lighten-4 {
  background-color: #c5cae9 !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.indigo-text.text-lighten-4 {
  color: #c5cae9 !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.indigo.lighten-3 {
  background-color: #9fa8da !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.indigo-text.text-lighten-3 {
  color: #9fa8da !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.indigo.lighten-2 {
  background-color: #7986cb !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.indigo-text.text-lighten-2 {
  color: #7986cb !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.indigo.lighten-1 {
  background-color: #5c6bc0 !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.indigo-text.text-lighten-1 {
  color: #5c6bc0 !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.indigo.darken-1 {
  background-color: #3949ab !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.indigo-text.text-darken-1 {
  color: #3949ab !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.indigo.darken-2 {
  background-color: #303f9f !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.indigo-text.text-darken-2 {
  color: #303f9f !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.indigo.darken-3 {
  background-color: #283593 !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.indigo-text.text-darken-3 {
  color: #283593 !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.indigo.darken-4 {
  background-color: #1a237e !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.indigo-text.text-darken-4 {
  color: #1a237e !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.indigo.accent-1 {
  background-color: #8c9eff !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.indigo-text.text-accent-1 {
  color: #8c9eff !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.indigo.accent-2 {
  background-color: #536dfe !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.indigo-text.text-accent-2 {
  color: #536dfe !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.indigo.accent-3 {
  background-color: #3d5afe !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.indigo-text.text-accent-3 {
  color: #3d5afe !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.indigo.accent-4 {
  background-color: #304ffe !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.indigo-text.text-accent-4 {
  color: #304ffe !important;
}

/* line 370, node_modules/materialize-css/sass/components/_color.scss */
.blue {
  background-color: #2196F3 !important;
}

/* line 373, node_modules/materialize-css/sass/components/_color.scss */
.blue-text {
  color: #2196F3 !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.blue.lighten-5 {
  background-color: #E3F2FD !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.blue-text.text-lighten-5 {
  color: #E3F2FD !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.blue.lighten-4 {
  background-color: #BBDEFB !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.blue-text.text-lighten-4 {
  color: #BBDEFB !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.blue.lighten-3 {
  background-color: #90CAF9 !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.blue-text.text-lighten-3 {
  color: #90CAF9 !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.blue.lighten-2 {
  background-color: #64B5F6 !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.blue-text.text-lighten-2 {
  color: #64B5F6 !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.blue.lighten-1 {
  background-color: #42A5F5 !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.blue-text.text-lighten-1 {
  color: #42A5F5 !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.blue.darken-1 {
  background-color: #1E88E5 !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.blue-text.text-darken-1 {
  color: #1E88E5 !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.blue.darken-2 {
  background-color: #1976D2 !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.blue-text.text-darken-2 {
  color: #1976D2 !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.blue.darken-3 {
  background-color: #1565C0 !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.blue-text.text-darken-3 {
  color: #1565C0 !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.blue.darken-4 {
  background-color: #0D47A1 !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.blue-text.text-darken-4 {
  color: #0D47A1 !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.blue.accent-1 {
  background-color: #82B1FF !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.blue-text.text-accent-1 {
  color: #82B1FF !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.blue.accent-2 {
  background-color: #448AFF !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.blue-text.text-accent-2 {
  color: #448AFF !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.blue.accent-3 {
  background-color: #2979FF !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.blue-text.text-accent-3 {
  color: #2979FF !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.blue.accent-4 {
  background-color: #2962FF !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.blue-text.text-accent-4 {
  color: #2962FF !important;
}

/* line 370, node_modules/materialize-css/sass/components/_color.scss */
.light-blue {
  background-color: #03a9f4 !important;
}

/* line 373, node_modules/materialize-css/sass/components/_color.scss */
.light-blue-text {
  color: #03a9f4 !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.light-blue.lighten-5 {
  background-color: #e1f5fe !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.light-blue-text.text-lighten-5 {
  color: #e1f5fe !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.light-blue.lighten-4 {
  background-color: #b3e5fc !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.light-blue-text.text-lighten-4 {
  color: #b3e5fc !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.light-blue.lighten-3 {
  background-color: #81d4fa !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.light-blue-text.text-lighten-3 {
  color: #81d4fa !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.light-blue.lighten-2 {
  background-color: #4fc3f7 !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.light-blue-text.text-lighten-2 {
  color: #4fc3f7 !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.light-blue.lighten-1 {
  background-color: #29b6f6 !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.light-blue-text.text-lighten-1 {
  color: #29b6f6 !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.light-blue.darken-1 {
  background-color: #039be5 !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.light-blue-text.text-darken-1 {
  color: #039be5 !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.light-blue.darken-2 {
  background-color: #0288d1 !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.light-blue-text.text-darken-2 {
  color: #0288d1 !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.light-blue.darken-3 {
  background-color: #0277bd !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.light-blue-text.text-darken-3 {
  color: #0277bd !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.light-blue.darken-4 {
  background-color: #01579b !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.light-blue-text.text-darken-4 {
  color: #01579b !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.light-blue.accent-1 {
  background-color: #80d8ff !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.light-blue-text.text-accent-1 {
  color: #80d8ff !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.light-blue.accent-2 {
  background-color: #40c4ff !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.light-blue-text.text-accent-2 {
  color: #40c4ff !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.light-blue.accent-3 {
  background-color: #00b0ff !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.light-blue-text.text-accent-3 {
  color: #00b0ff !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.light-blue.accent-4 {
  background-color: #0091ea !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.light-blue-text.text-accent-4 {
  color: #0091ea !important;
}

/* line 370, node_modules/materialize-css/sass/components/_color.scss */
.cyan {
  background-color: #00bcd4 !important;
}

/* line 373, node_modules/materialize-css/sass/components/_color.scss */
.cyan-text {
  color: #00bcd4 !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.cyan.lighten-5 {
  background-color: #e0f7fa !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.cyan-text.text-lighten-5 {
  color: #e0f7fa !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.cyan.lighten-4 {
  background-color: #b2ebf2 !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.cyan-text.text-lighten-4 {
  color: #b2ebf2 !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.cyan.lighten-3 {
  background-color: #80deea !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.cyan-text.text-lighten-3 {
  color: #80deea !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.cyan.lighten-2 {
  background-color: #4dd0e1 !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.cyan-text.text-lighten-2 {
  color: #4dd0e1 !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.cyan.lighten-1 {
  background-color: #26c6da !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.cyan-text.text-lighten-1 {
  color: #26c6da !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.cyan.darken-1 {
  background-color: #00acc1 !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.cyan-text.text-darken-1 {
  color: #00acc1 !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.cyan.darken-2 {
  background-color: #0097a7 !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.cyan-text.text-darken-2 {
  color: #0097a7 !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.cyan.darken-3 {
  background-color: #00838f !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.cyan-text.text-darken-3 {
  color: #00838f !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.cyan.darken-4 {
  background-color: #006064 !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.cyan-text.text-darken-4 {
  color: #006064 !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.cyan.accent-1 {
  background-color: #84ffff !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.cyan-text.text-accent-1 {
  color: #84ffff !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.cyan.accent-2 {
  background-color: #18ffff !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.cyan-text.text-accent-2 {
  color: #18ffff !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.cyan.accent-3 {
  background-color: #00e5ff !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.cyan-text.text-accent-3 {
  color: #00e5ff !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.cyan.accent-4 {
  background-color: #00b8d4 !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.cyan-text.text-accent-4 {
  color: #00b8d4 !important;
}

/* line 370, node_modules/materialize-css/sass/components/_color.scss */
.teal {
  background-color: #009688 !important;
}

/* line 373, node_modules/materialize-css/sass/components/_color.scss */
.teal-text {
  color: #009688 !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.teal.lighten-5 {
  background-color: #e0f2f1 !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.teal-text.text-lighten-5 {
  color: #e0f2f1 !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.teal.lighten-4 {
  background-color: #b2dfdb !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.teal-text.text-lighten-4 {
  color: #b2dfdb !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.teal.lighten-3 {
  background-color: #80cbc4 !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.teal-text.text-lighten-3 {
  color: #80cbc4 !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.teal.lighten-2 {
  background-color: #4db6ac !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.teal-text.text-lighten-2 {
  color: #4db6ac !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.teal.lighten-1 {
  background-color: #26a69a !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.teal-text.text-lighten-1 {
  color: #26a69a !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.teal.darken-1 {
  background-color: #00897b !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.teal-text.text-darken-1 {
  color: #00897b !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.teal.darken-2 {
  background-color: #00796b !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.teal-text.text-darken-2 {
  color: #00796b !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.teal.darken-3 {
  background-color: #00695c !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.teal-text.text-darken-3 {
  color: #00695c !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.teal.darken-4 {
  background-color: #004d40 !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.teal-text.text-darken-4 {
  color: #004d40 !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.teal.accent-1 {
  background-color: #a7ffeb !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.teal-text.text-accent-1 {
  color: #a7ffeb !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.teal.accent-2 {
  background-color: #64ffda !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.teal-text.text-accent-2 {
  color: #64ffda !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.teal.accent-3 {
  background-color: #1de9b6 !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.teal-text.text-accent-3 {
  color: #1de9b6 !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.teal.accent-4 {
  background-color: #00bfa5 !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.teal-text.text-accent-4 {
  color: #00bfa5 !important;
}

/* line 370, node_modules/materialize-css/sass/components/_color.scss */
.green {
  background-color: #4CAF50 !important;
}

/* line 373, node_modules/materialize-css/sass/components/_color.scss */
.green-text {
  color: #4CAF50 !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.green.lighten-5 {
  background-color: #E8F5E9 !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.green-text.text-lighten-5 {
  color: #E8F5E9 !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.green.lighten-4 {
  background-color: #C8E6C9 !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.green-text.text-lighten-4 {
  color: #C8E6C9 !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.green.lighten-3 {
  background-color: #A5D6A7 !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.green-text.text-lighten-3 {
  color: #A5D6A7 !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.green.lighten-2 {
  background-color: #81C784 !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.green-text.text-lighten-2 {
  color: #81C784 !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.green.lighten-1 {
  background-color: #66BB6A !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.green-text.text-lighten-1 {
  color: #66BB6A !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.green.darken-1 {
  background-color: #43A047 !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.green-text.text-darken-1 {
  color: #43A047 !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.green.darken-2 {
  background-color: #388E3C !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.green-text.text-darken-2 {
  color: #388E3C !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.green.darken-3 {
  background-color: #2E7D32 !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.green-text.text-darken-3 {
  color: #2E7D32 !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.green.darken-4 {
  background-color: #1B5E20 !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.green-text.text-darken-4 {
  color: #1B5E20 !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.green.accent-1 {
  background-color: #B9F6CA !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.green-text.text-accent-1 {
  color: #B9F6CA !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.green.accent-2 {
  background-color: #69F0AE !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.green-text.text-accent-2 {
  color: #69F0AE !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.green.accent-3 {
  background-color: #00E676 !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.green-text.text-accent-3 {
  color: #00E676 !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.green.accent-4 {
  background-color: #00C853 !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.green-text.text-accent-4 {
  color: #00C853 !important;
}

/* line 370, node_modules/materialize-css/sass/components/_color.scss */
.light-green {
  background-color: #8bc34a !important;
}

/* line 373, node_modules/materialize-css/sass/components/_color.scss */
.light-green-text {
  color: #8bc34a !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.light-green.lighten-5 {
  background-color: #f1f8e9 !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.light-green-text.text-lighten-5 {
  color: #f1f8e9 !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.light-green.lighten-4 {
  background-color: #dcedc8 !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.light-green-text.text-lighten-4 {
  color: #dcedc8 !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.light-green.lighten-3 {
  background-color: #c5e1a5 !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.light-green-text.text-lighten-3 {
  color: #c5e1a5 !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.light-green.lighten-2 {
  background-color: #aed581 !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.light-green-text.text-lighten-2 {
  color: #aed581 !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.light-green.lighten-1 {
  background-color: #9ccc65 !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.light-green-text.text-lighten-1 {
  color: #9ccc65 !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.light-green.darken-1 {
  background-color: #7cb342 !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.light-green-text.text-darken-1 {
  color: #7cb342 !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.light-green.darken-2 {
  background-color: #689f38 !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.light-green-text.text-darken-2 {
  color: #689f38 !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.light-green.darken-3 {
  background-color: #558b2f !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.light-green-text.text-darken-3 {
  color: #558b2f !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.light-green.darken-4 {
  background-color: #33691e !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.light-green-text.text-darken-4 {
  color: #33691e !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.light-green.accent-1 {
  background-color: #ccff90 !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.light-green-text.text-accent-1 {
  color: #ccff90 !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.light-green.accent-2 {
  background-color: #b2ff59 !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.light-green-text.text-accent-2 {
  color: #b2ff59 !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.light-green.accent-3 {
  background-color: #76ff03 !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.light-green-text.text-accent-3 {
  color: #76ff03 !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.light-green.accent-4 {
  background-color: #64dd17 !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.light-green-text.text-accent-4 {
  color: #64dd17 !important;
}

/* line 370, node_modules/materialize-css/sass/components/_color.scss */
.lime {
  background-color: #cddc39 !important;
}

/* line 373, node_modules/materialize-css/sass/components/_color.scss */
.lime-text {
  color: #cddc39 !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.lime.lighten-5 {
  background-color: #f9fbe7 !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.lime-text.text-lighten-5 {
  color: #f9fbe7 !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.lime.lighten-4 {
  background-color: #f0f4c3 !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.lime-text.text-lighten-4 {
  color: #f0f4c3 !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.lime.lighten-3 {
  background-color: #e6ee9c !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.lime-text.text-lighten-3 {
  color: #e6ee9c !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.lime.lighten-2 {
  background-color: #dce775 !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.lime-text.text-lighten-2 {
  color: #dce775 !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.lime.lighten-1 {
  background-color: #d4e157 !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.lime-text.text-lighten-1 {
  color: #d4e157 !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.lime.darken-1 {
  background-color: #c0ca33 !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.lime-text.text-darken-1 {
  color: #c0ca33 !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.lime.darken-2 {
  background-color: #afb42b !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.lime-text.text-darken-2 {
  color: #afb42b !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.lime.darken-3 {
  background-color: #9e9d24 !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.lime-text.text-darken-3 {
  color: #9e9d24 !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.lime.darken-4 {
  background-color: #827717 !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.lime-text.text-darken-4 {
  color: #827717 !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.lime.accent-1 {
  background-color: #f4ff81 !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.lime-text.text-accent-1 {
  color: #f4ff81 !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.lime.accent-2 {
  background-color: #eeff41 !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.lime-text.text-accent-2 {
  color: #eeff41 !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.lime.accent-3 {
  background-color: #c6ff00 !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.lime-text.text-accent-3 {
  color: #c6ff00 !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.lime.accent-4 {
  background-color: #aeea00 !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.lime-text.text-accent-4 {
  color: #aeea00 !important;
}

/* line 370, node_modules/materialize-css/sass/components/_color.scss */
.yellow {
  background-color: #ffeb3b !important;
}

/* line 373, node_modules/materialize-css/sass/components/_color.scss */
.yellow-text {
  color: #ffeb3b !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.yellow.lighten-5 {
  background-color: #fffde7 !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.yellow-text.text-lighten-5 {
  color: #fffde7 !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.yellow.lighten-4 {
  background-color: #fff9c4 !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.yellow-text.text-lighten-4 {
  color: #fff9c4 !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.yellow.lighten-3 {
  background-color: #fff59d !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.yellow-text.text-lighten-3 {
  color: #fff59d !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.yellow.lighten-2 {
  background-color: #fff176 !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.yellow-text.text-lighten-2 {
  color: #fff176 !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.yellow.lighten-1 {
  background-color: #ffee58 !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.yellow-text.text-lighten-1 {
  color: #ffee58 !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.yellow.darken-1 {
  background-color: #fdd835 !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.yellow-text.text-darken-1 {
  color: #fdd835 !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.yellow.darken-2 {
  background-color: #fbc02d !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.yellow-text.text-darken-2 {
  color: #fbc02d !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.yellow.darken-3 {
  background-color: #f9a825 !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.yellow-text.text-darken-3 {
  color: #f9a825 !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.yellow.darken-4 {
  background-color: #f57f17 !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.yellow-text.text-darken-4 {
  color: #f57f17 !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.yellow.accent-1 {
  background-color: #ffff8d !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.yellow-text.text-accent-1 {
  color: #ffff8d !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.yellow.accent-2 {
  background-color: #ffff00 !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.yellow-text.text-accent-2 {
  color: #ffff00 !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.yellow.accent-3 {
  background-color: #ffea00 !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.yellow-text.text-accent-3 {
  color: #ffea00 !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.yellow.accent-4 {
  background-color: #ffd600 !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.yellow-text.text-accent-4 {
  color: #ffd600 !important;
}

/* line 370, node_modules/materialize-css/sass/components/_color.scss */
.amber {
  background-color: #ffc107 !important;
}

/* line 373, node_modules/materialize-css/sass/components/_color.scss */
.amber-text {
  color: #ffc107 !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.amber.lighten-5 {
  background-color: #fff8e1 !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.amber-text.text-lighten-5 {
  color: #fff8e1 !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.amber.lighten-4 {
  background-color: #ffecb3 !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.amber-text.text-lighten-4 {
  color: #ffecb3 !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.amber.lighten-3 {
  background-color: #ffe082 !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.amber-text.text-lighten-3 {
  color: #ffe082 !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.amber.lighten-2 {
  background-color: #ffd54f !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.amber-text.text-lighten-2 {
  color: #ffd54f !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.amber.lighten-1 {
  background-color: #ffca28 !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.amber-text.text-lighten-1 {
  color: #ffca28 !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.amber.darken-1 {
  background-color: #ffb300 !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.amber-text.text-darken-1 {
  color: #ffb300 !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.amber.darken-2 {
  background-color: #ffa000 !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.amber-text.text-darken-2 {
  color: #ffa000 !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.amber.darken-3 {
  background-color: #ff8f00 !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.amber-text.text-darken-3 {
  color: #ff8f00 !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.amber.darken-4 {
  background-color: #ff6f00 !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.amber-text.text-darken-4 {
  color: #ff6f00 !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.amber.accent-1 {
  background-color: #ffe57f !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.amber-text.text-accent-1 {
  color: #ffe57f !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.amber.accent-2 {
  background-color: #ffd740 !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.amber-text.text-accent-2 {
  color: #ffd740 !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.amber.accent-3 {
  background-color: #ffc400 !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.amber-text.text-accent-3 {
  color: #ffc400 !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.amber.accent-4 {
  background-color: #ffab00 !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.amber-text.text-accent-4 {
  color: #ffab00 !important;
}

/* line 370, node_modules/materialize-css/sass/components/_color.scss */
.orange {
  background-color: #ff9800 !important;
}

/* line 373, node_modules/materialize-css/sass/components/_color.scss */
.orange-text {
  color: #ff9800 !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.orange.lighten-5 {
  background-color: #fff3e0 !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.orange-text.text-lighten-5 {
  color: #fff3e0 !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.orange.lighten-4 {
  background-color: #ffe0b2 !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.orange-text.text-lighten-4 {
  color: #ffe0b2 !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.orange.lighten-3 {
  background-color: #ffcc80 !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.orange-text.text-lighten-3 {
  color: #ffcc80 !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.orange.lighten-2 {
  background-color: #ffb74d !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.orange-text.text-lighten-2 {
  color: #ffb74d !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.orange.lighten-1 {
  background-color: #ffa726 !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.orange-text.text-lighten-1 {
  color: #ffa726 !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.orange.darken-1 {
  background-color: #fb8c00 !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.orange-text.text-darken-1 {
  color: #fb8c00 !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.orange.darken-2 {
  background-color: #f57c00 !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.orange-text.text-darken-2 {
  color: #f57c00 !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.orange.darken-3 {
  background-color: #ef6c00 !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.orange-text.text-darken-3 {
  color: #ef6c00 !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.orange.darken-4 {
  background-color: #e65100 !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.orange-text.text-darken-4 {
  color: #e65100 !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.orange.accent-1 {
  background-color: #ffd180 !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.orange-text.text-accent-1 {
  color: #ffd180 !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.orange.accent-2 {
  background-color: #ffab40 !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.orange-text.text-accent-2 {
  color: #ffab40 !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.orange.accent-3 {
  background-color: #ff9100 !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.orange-text.text-accent-3 {
  color: #ff9100 !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.orange.accent-4 {
  background-color: #ff6d00 !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.orange-text.text-accent-4 {
  color: #ff6d00 !important;
}

/* line 370, node_modules/materialize-css/sass/components/_color.scss */
.deep-orange {
  background-color: #ff5722 !important;
}

/* line 373, node_modules/materialize-css/sass/components/_color.scss */
.deep-orange-text {
  color: #ff5722 !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.deep-orange.lighten-5 {
  background-color: #fbe9e7 !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.deep-orange-text.text-lighten-5 {
  color: #fbe9e7 !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.deep-orange.lighten-4 {
  background-color: #ffccbc !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.deep-orange-text.text-lighten-4 {
  color: #ffccbc !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.deep-orange.lighten-3 {
  background-color: #ffab91 !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.deep-orange-text.text-lighten-3 {
  color: #ffab91 !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.deep-orange.lighten-2 {
  background-color: #ff8a65 !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.deep-orange-text.text-lighten-2 {
  color: #ff8a65 !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.deep-orange.lighten-1 {
  background-color: #ff7043 !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.deep-orange-text.text-lighten-1 {
  color: #ff7043 !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.deep-orange.darken-1 {
  background-color: #f4511e !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.deep-orange-text.text-darken-1 {
  color: #f4511e !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.deep-orange.darken-2 {
  background-color: #e64a19 !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.deep-orange-text.text-darken-2 {
  color: #e64a19 !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.deep-orange.darken-3 {
  background-color: #d84315 !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.deep-orange-text.text-darken-3 {
  color: #d84315 !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.deep-orange.darken-4 {
  background-color: #bf360c !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.deep-orange-text.text-darken-4 {
  color: #bf360c !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.deep-orange.accent-1 {
  background-color: #ff9e80 !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.deep-orange-text.text-accent-1 {
  color: #ff9e80 !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.deep-orange.accent-2 {
  background-color: #ff6e40 !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.deep-orange-text.text-accent-2 {
  color: #ff6e40 !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.deep-orange.accent-3 {
  background-color: #ff3d00 !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.deep-orange-text.text-accent-3 {
  color: #ff3d00 !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.deep-orange.accent-4 {
  background-color: #dd2c00 !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.deep-orange-text.text-accent-4 {
  color: #dd2c00 !important;
}

/* line 370, node_modules/materialize-css/sass/components/_color.scss */
.brown {
  background-color: #795548 !important;
}

/* line 373, node_modules/materialize-css/sass/components/_color.scss */
.brown-text {
  color: #795548 !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.brown.lighten-5 {
  background-color: #efebe9 !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.brown-text.text-lighten-5 {
  color: #efebe9 !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.brown.lighten-4 {
  background-color: #d7ccc8 !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.brown-text.text-lighten-4 {
  color: #d7ccc8 !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.brown.lighten-3 {
  background-color: #bcaaa4 !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.brown-text.text-lighten-3 {
  color: #bcaaa4 !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.brown.lighten-2 {
  background-color: #a1887f !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.brown-text.text-lighten-2 {
  color: #a1887f !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.brown.lighten-1 {
  background-color: #8d6e63 !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.brown-text.text-lighten-1 {
  color: #8d6e63 !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.brown.darken-1 {
  background-color: #6d4c41 !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.brown-text.text-darken-1 {
  color: #6d4c41 !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.brown.darken-2 {
  background-color: #5d4037 !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.brown-text.text-darken-2 {
  color: #5d4037 !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.brown.darken-3 {
  background-color: #4e342e !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.brown-text.text-darken-3 {
  color: #4e342e !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.brown.darken-4 {
  background-color: #3e2723 !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.brown-text.text-darken-4 {
  color: #3e2723 !important;
}

/* line 370, node_modules/materialize-css/sass/components/_color.scss */
.blue-grey {
  background-color: #607d8b !important;
}

/* line 373, node_modules/materialize-css/sass/components/_color.scss */
.blue-grey-text {
  color: #607d8b !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.blue-grey.lighten-5 {
  background-color: #eceff1 !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.blue-grey-text.text-lighten-5 {
  color: #eceff1 !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.blue-grey.lighten-4 {
  background-color: #cfd8dc !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.blue-grey-text.text-lighten-4 {
  color: #cfd8dc !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.blue-grey.lighten-3 {
  background-color: #b0bec5 !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.blue-grey-text.text-lighten-3 {
  color: #b0bec5 !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.blue-grey.lighten-2 {
  background-color: #90a4ae !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.blue-grey-text.text-lighten-2 {
  color: #90a4ae !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.blue-grey.lighten-1 {
  background-color: #78909c !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.blue-grey-text.text-lighten-1 {
  color: #78909c !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.blue-grey.darken-1 {
  background-color: #546e7a !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.blue-grey-text.text-darken-1 {
  color: #546e7a !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.blue-grey.darken-2 {
  background-color: #455a64 !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.blue-grey-text.text-darken-2 {
  color: #455a64 !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.blue-grey.darken-3 {
  background-color: #37474f !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.blue-grey-text.text-darken-3 {
  color: #37474f !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.blue-grey.darken-4 {
  background-color: #263238 !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.blue-grey-text.text-darken-4 {
  color: #263238 !important;
}

/* line 370, node_modules/materialize-css/sass/components/_color.scss */
.grey {
  background-color: #9e9e9e !important;
}

/* line 373, node_modules/materialize-css/sass/components/_color.scss */
.grey-text, .ma-grey {
  color: #9e9e9e !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.grey.lighten-5 {
  background-color: #fafafa !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.grey-text.text-lighten-5, .text-lighten-5.ma-grey {
  color: #fafafa !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.grey.lighten-4 {
  background-color: #f5f5f5 !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.grey-text.text-lighten-4, .text-lighten-4.ma-grey {
  color: #f5f5f5 !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.grey.lighten-3 {
  background-color: #eeeeee !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.grey-text.text-lighten-3, .text-lighten-3.ma-grey {
  color: #eeeeee !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.grey.lighten-2 {
  background-color: #e0e0e0 !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.grey-text.text-lighten-2, .text-lighten-2.ma-grey {
  color: #e0e0e0 !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.grey.lighten-1 {
  background-color: #bdbdbd !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.grey-text.text-lighten-1, .text-lighten-1.ma-grey {
  color: #bdbdbd !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.grey.darken-1 {
  background-color: #757575 !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.grey-text.text-darken-1, .text-darken-1.ma-grey {
  color: #757575 !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.grey.darken-2 {
  background-color: #616161 !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.grey-text.text-darken-2, .text-darken-2.ma-grey {
  color: #616161 !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.grey.darken-3 {
  background-color: #424242 !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.grey-text.text-darken-3, .text-darken-3.ma-grey {
  color: #424242 !important;
}

/* line 378, node_modules/materialize-css/sass/components/_color.scss */
.grey.darken-4 {
  background-color: #212121 !important;
}

/* line 381, node_modules/materialize-css/sass/components/_color.scss */
.grey-text.text-darken-4, .text-darken-4.ma-grey {
  color: #212121 !important;
}

/* line 390, node_modules/materialize-css/sass/components/_color.scss */
.black {
  background-color: #000000 !important;
}

/* line 393, node_modules/materialize-css/sass/components/_color.scss */
.black-text {
  color: #000000 !important;
}

/* line 390, node_modules/materialize-css/sass/components/_color.scss */
.white {
  background-color: #FFFFFF !important;
}

/* line 393, node_modules/materialize-css/sass/components/_color.scss */
.white-text {
  color: #FFFFFF !important;
}

/* line 390, node_modules/materialize-css/sass/components/_color.scss */
.transparent {
  background-color: transparent !important;
}

/* line 393, node_modules/materialize-css/sass/components/_color.scss */
.transparent-text {
  color: transparent !important;
}

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
/* line 9, node_modules/materialize-css/sass/components/_normalize.scss */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
/* line 19, node_modules/materialize-css/sass/components/_normalize.scss */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
/* line 33, node_modules/materialize-css/sass/components/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
/* line 54, node_modules/materialize-css/sass/components/_normalize.scss */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
/* line 67, node_modules/materialize-css/sass/components/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
/* line 77, node_modules/materialize-css/sass/components/_normalize.scss */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
/* line 89, node_modules/materialize-css/sass/components/_normalize.scss */
a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
/* line 98, node_modules/materialize-css/sass/components/_normalize.scss */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
/* line 110, node_modules/materialize-css/sass/components/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
/* line 118, node_modules/materialize-css/sass/components/_normalize.scss */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
/* line 127, node_modules/materialize-css/sass/components/_normalize.scss */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
/* line 136, node_modules/materialize-css/sass/components/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
/* line 145, node_modules/materialize-css/sass/components/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
/* line 154, node_modules/materialize-css/sass/components/_normalize.scss */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
/* line 162, node_modules/materialize-css/sass/components/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 170, node_modules/materialize-css/sass/components/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 174, node_modules/materialize-css/sass/components/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
/* line 185, node_modules/materialize-css/sass/components/_normalize.scss */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
/* line 193, node_modules/materialize-css/sass/components/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
/* line 204, node_modules/materialize-css/sass/components/_normalize.scss */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
/* line 212, node_modules/materialize-css/sass/components/_normalize.scss */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
/* line 221, node_modules/materialize-css/sass/components/_normalize.scss */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
/* line 229, node_modules/materialize-css/sass/components/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
/* line 252, node_modules/materialize-css/sass/components/_normalize.scss */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
/* line 266, node_modules/materialize-css/sass/components/_normalize.scss */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
/* line 277, node_modules/materialize-css/sass/components/_normalize.scss */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
/* line 290, node_modules/materialize-css/sass/components/_normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
/* line 302, node_modules/materialize-css/sass/components/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
/* line 311, node_modules/materialize-css/sass/components/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/* line 322, node_modules/materialize-css/sass/components/_normalize.scss */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
/* line 334, node_modules/materialize-css/sass/components/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
/* line 346, node_modules/materialize-css/sass/components/_normalize.scss */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
/* line 356, node_modules/materialize-css/sass/components/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
/* line 367, node_modules/materialize-css/sass/components/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
/* line 376, node_modules/materialize-css/sass/components/_normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
/* line 387, node_modules/materialize-css/sass/components/_normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
/* line 396, node_modules/materialize-css/sass/components/_normalize.scss */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
/* line 405, node_modules/materialize-css/sass/components/_normalize.scss */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/* line 416, node_modules/materialize-css/sass/components/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 421, node_modules/materialize-css/sass/components/_normalize.scss */
td,
th {
  padding: 0;
}

/* line 3, node_modules/materialize-css/sass/components/_global.scss */
html {
  box-sizing: border-box;
}

/* line 6, node_modules/materialize-css/sass/components/_global.scss */
*, *:before, *:after {
  box-sizing: inherit;
}

/* line 21, node_modules/materialize-css/sass/components/_global.scss */
ul:not(.browser-default) {
  padding-left: 0;
  list-style-type: none;
}

/* line 25, node_modules/materialize-css/sass/components/_global.scss */
ul:not(.browser-default) > li {
  list-style-type: none;
}

/* line 31, node_modules/materialize-css/sass/components/_global.scss */
a {
  color: #039be5;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}

/* line 41, node_modules/materialize-css/sass/components/_global.scss */
.valign-wrapper {
  display: flex;
  align-items: center;
}

/* line 48, node_modules/materialize-css/sass/components/_global.scss */
.clearfix {
  clear: both;
}

/* line 54, node_modules/materialize-css/sass/components/_global.scss */
.z-depth-0 {
  box-shadow: none !important;
}

/* line 57, node_modules/materialize-css/sass/components/_global.scss */
.z-depth-1, .side-nav, .collapsible, .dropdown-content, .btn-floating, .btn, .btn-large, .toast, .card, .card-panel, nav {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
}

/* line 60, node_modules/materialize-css/sass/components/_global.scss */
.z-depth-1-half, .btn-floating:hover, .btn:hover, .btn-large:hover {
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 7px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -1px rgba(0, 0, 0, 0.2);
}

/* line 63, node_modules/materialize-css/sass/components/_global.scss */
.z-depth-2 {
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
}

/* line 66, node_modules/materialize-css/sass/components/_global.scss */
.z-depth-3 {
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.3);
}

/* line 69, node_modules/materialize-css/sass/components/_global.scss */
.z-depth-4, .modal {
  box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.3);
}

/* line 72, node_modules/materialize-css/sass/components/_global.scss */
.z-depth-5 {
  box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.3);
}

/* line 76, node_modules/materialize-css/sass/components/_global.scss */
.hoverable {
  transition: box-shadow .25s;
}

/* line 79, node_modules/materialize-css/sass/components/_global.scss */
.hoverable:hover {
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

/* line 86, node_modules/materialize-css/sass/components/_global.scss */
.divider {
  height: 1px;
  overflow: hidden;
  background-color: #e0e0e0;
}

/* line 95, node_modules/materialize-css/sass/components/_global.scss */
blockquote {
  margin: 20px 0;
  padding-left: 1.5rem;
  border-left: 5px solid #ee6e73;
}

/* line 103, node_modules/materialize-css/sass/components/_global.scss */
i {
  line-height: inherit;
}

/* line 106, node_modules/materialize-css/sass/components/_global.scss */
i.left {
  float: left;
  margin-right: 15px;
}

/* line 110, node_modules/materialize-css/sass/components/_global.scss */
i.right {
  float: right;
  margin-left: 15px;
}

/* line 114, node_modules/materialize-css/sass/components/_global.scss */
i.tiny {
  font-size: 1rem;
}

/* line 117, node_modules/materialize-css/sass/components/_global.scss */
i.small {
  font-size: 2rem;
}

/* line 120, node_modules/materialize-css/sass/components/_global.scss */
i.medium {
  font-size: 4rem;
}

/* line 123, node_modules/materialize-css/sass/components/_global.scss */
i.large {
  font-size: 6rem;
}

/* line 129, node_modules/materialize-css/sass/components/_global.scss */
img.responsive-img,
video.responsive-video {
  max-width: 100%;
  height: auto;
}

/* line 140, node_modules/materialize-css/sass/components/_global.scss */
.pagination li {
  display: inline-block;
  border-radius: 2px;
  text-align: center;
  vertical-align: top;
  height: 30px;
}

/* line 147, node_modules/materialize-css/sass/components/_global.scss */
.pagination li a {
  color: #444;
  display: inline-block;
  font-size: 1.2rem;
  padding: 0 10px;
  line-height: 30px;
}

/* line 155, node_modules/materialize-css/sass/components/_global.scss */
.pagination li.active a {
  color: #fff;
}

/* line 157, node_modules/materialize-css/sass/components/_global.scss */
.pagination li.active {
  background-color: #ee6e73;
}

/* line 159, node_modules/materialize-css/sass/components/_global.scss */
.pagination li.disabled a {
  cursor: default;
  color: #999;
}

/* line 164, node_modules/materialize-css/sass/components/_global.scss */
.pagination li i {
  font-size: 2rem;
}

/* line 170, node_modules/materialize-css/sass/components/_global.scss */
.pagination li.pages ul li {
  display: inline-block;
  float: none;
}

@media only screen and (max-width : 992px) {
  /* line 176, node_modules/materialize-css/sass/components/_global.scss */
  .pagination {
    width: 100%;
  }
  /* line 179, node_modules/materialize-css/sass/components/_global.scss */
  .pagination li.prev,
.pagination li.next {
    width: 10%;
  }
  /* line 184, node_modules/materialize-css/sass/components/_global.scss */
  .pagination li.pages {
    width: 80%;
    overflow: hidden;
    white-space: nowrap;
  }
}

/* line 193, node_modules/materialize-css/sass/components/_global.scss */
.breadcrumb {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.7);
}

/* line 197, node_modules/materialize-css/sass/components/_global.scss */
.breadcrumb i,
.breadcrumb [class^="mdi-"], .breadcrumb [class*="mdi-"],
.breadcrumb i.material-icons {
  display: inline-block;
  float: left;
  font-size: 24px;
}

/* line 205, node_modules/materialize-css/sass/components/_global.scss */
.breadcrumb:before {
  content: '\E5CC';
  color: rgba(255, 255, 255, 0.7);
  vertical-align: top;
  display: inline-block;
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 25px;
  margin: 0 10px 0 8px;
  -webkit-font-smoothing: antialiased;
}

/* line 218, node_modules/materialize-css/sass/components/_global.scss */
.breadcrumb:first-child:before {
  display: none;
}

/* line 222, node_modules/materialize-css/sass/components/_global.scss */
.breadcrumb:last-child {
  color: #fff;
}

/* line 228, node_modules/materialize-css/sass/components/_global.scss */
.parallax-container {
  position: relative;
  overflow: hidden;
  height: 500px;
}

/* line 233, node_modules/materialize-css/sass/components/_global.scss */
.parallax-container .parallax {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

/* line 241, node_modules/materialize-css/sass/components/_global.scss */
.parallax-container .parallax img {
  display: none;
  position: absolute;
  left: 50%;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  transform: translate3d(0, 0, 0);
  transform: translateX(-50%);
}

/* line 255, node_modules/materialize-css/sass/components/_global.scss */
.pin-top, .pin-bottom {
  position: relative;
}

/* line 258, node_modules/materialize-css/sass/components/_global.scss */
.pinned {
  position: fixed !important;
}

/*********************
  Transition Classes
**********************/
/* line 266, node_modules/materialize-css/sass/components/_global.scss */
ul.staggered-list li {
  opacity: 0;
}

/* line 270, node_modules/materialize-css/sass/components/_global.scss */
.fade-in {
  opacity: 0;
  transform-origin: 0 50%;
}

/*********************
  Media Query Classes
**********************/
@media only screen and (max-width : 600px) {
  /* line 279, node_modules/materialize-css/sass/components/_global.scss */
  .hide-on-small-only, .hide-on-small-and-down {
    display: none !important;
  }
}

@media only screen and (max-width : 992px) {
  /* line 284, node_modules/materialize-css/sass/components/_global.scss */
  .hide-on-med-and-down {
    display: none !important;
  }
}

@media only screen and (min-width : 601px) {
  /* line 289, node_modules/materialize-css/sass/components/_global.scss */
  .hide-on-med-and-up {
    display: none !important;
  }
}

@media only screen and (min-width: 600px) and (max-width: 992px) {
  /* line 294, node_modules/materialize-css/sass/components/_global.scss */
  .hide-on-med-only {
    display: none !important;
  }
}

@media only screen and (min-width : 993px) {
  /* line 299, node_modules/materialize-css/sass/components/_global.scss */
  .hide-on-large-only {
    display: none !important;
  }
}

@media only screen and (min-width : 993px) {
  /* line 304, node_modules/materialize-css/sass/components/_global.scss */
  .show-on-large {
    display: block !important;
  }
}

@media only screen and (min-width: 600px) and (max-width: 992px) {
  /* line 309, node_modules/materialize-css/sass/components/_global.scss */
  .show-on-medium {
    display: block !important;
  }
}

@media only screen and (max-width : 600px) {
  /* line 314, node_modules/materialize-css/sass/components/_global.scss */
  .show-on-small {
    display: block !important;
  }
}

@media only screen and (min-width : 601px) {
  /* line 319, node_modules/materialize-css/sass/components/_global.scss */
  .show-on-medium-and-up {
    display: block !important;
  }
}

@media only screen and (max-width : 992px) {
  /* line 324, node_modules/materialize-css/sass/components/_global.scss */
  .show-on-medium-and-down {
    display: block !important;
  }
}

@media only screen and (max-width : 600px) {
  /* line 332, node_modules/materialize-css/sass/components/_global.scss */
  .center-on-small-only {
    text-align: center;
  }
}

/* line 339, node_modules/materialize-css/sass/components/_global.scss */
.page-footer {
  padding-top: 20px;
  color: #fff;
  background-color: #ee6e73;
}

/* line 344, node_modules/materialize-css/sass/components/_global.scss */
.page-footer .footer-copyright {
  overflow: hidden;
  min-height: 50px;
  display: flex;
  align-items: center;
  padding: 10px 0px;
  color: rgba(255, 255, 255, 0.8);
  background-color: rgba(51, 51, 51, 0.08);
}

/* line 357, node_modules/materialize-css/sass/components/_global.scss */
table, th, td {
  border: none;
}

/* line 361, node_modules/materialize-css/sass/components/_global.scss */
table {
  width: 100%;
  display: table;
}

/* line 365, node_modules/materialize-css/sass/components/_global.scss */
table.bordered > thead > tr, table.bordered > tbody > tr {
  border-bottom: 1px solid #d0d0d0;
}

/* line 371, node_modules/materialize-css/sass/components/_global.scss */
table.striped > tbody > tr:nth-child(odd) {
  background-color: #f2f2f2;
}

/* line 375, node_modules/materialize-css/sass/components/_global.scss */
table.striped > tbody > tr > td {
  border-radius: 0;
}

/* line 380, node_modules/materialize-css/sass/components/_global.scss */
table.highlight > tbody > tr {
  transition: background-color .25s ease;
}

/* line 382, node_modules/materialize-css/sass/components/_global.scss */
table.highlight > tbody > tr:hover {
  background-color: #f2f2f2;
}

/* line 388, node_modules/materialize-css/sass/components/_global.scss */
table.centered thead tr th, table.centered tbody tr td {
  text-align: center;
}

/* line 395, node_modules/materialize-css/sass/components/_global.scss */
thead {
  border-bottom: 1px solid #d0d0d0;
}

/* line 399, node_modules/materialize-css/sass/components/_global.scss */
td, th {
  padding: 15px 5px;
  display: table-cell;
  text-align: left;
  vertical-align: middle;
  border-radius: 2px;
}

@media only screen and (max-width : 992px) {
  /* line 410, node_modules/materialize-css/sass/components/_global.scss */
  table.responsive-table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    display: block;
    position: relative;
    /* sort out borders */
  }
  /* line 417, node_modules/materialize-css/sass/components/_global.scss */
  table.responsive-table td:empty:before {
    content: '\00a0';
  }
  /* line 421, node_modules/materialize-css/sass/components/_global.scss */
  table.responsive-table th,
table.responsive-table td {
    margin: 0;
    vertical-align: top;
  }
  /* line 427, node_modules/materialize-css/sass/components/_global.scss */
  table.responsive-table th {
    text-align: left;
  }
  /* line 428, node_modules/materialize-css/sass/components/_global.scss */
  table.responsive-table thead {
    display: block;
    float: left;
  }
  /* line 432, node_modules/materialize-css/sass/components/_global.scss */
  table.responsive-table thead tr {
    display: block;
    padding: 0 10px 0 0;
  }
  /* line 436, node_modules/materialize-css/sass/components/_global.scss */
  table.responsive-table thead tr th::before {
    content: "\00a0";
  }
  /* line 441, node_modules/materialize-css/sass/components/_global.scss */
  table.responsive-table tbody {
    display: block;
    width: auto;
    position: relative;
    overflow-x: auto;
    white-space: nowrap;
  }
  /* line 448, node_modules/materialize-css/sass/components/_global.scss */
  table.responsive-table tbody tr {
    display: inline-block;
    vertical-align: top;
  }
  /* line 453, node_modules/materialize-css/sass/components/_global.scss */
  table.responsive-table th {
    display: block;
    text-align: right;
  }
  /* line 457, node_modules/materialize-css/sass/components/_global.scss */
  table.responsive-table td {
    display: block;
    min-height: 1.25em;
    text-align: left;
  }
  /* line 462, node_modules/materialize-css/sass/components/_global.scss */
  table.responsive-table tr {
    padding: 0 10px;
  }
  /* line 465, node_modules/materialize-css/sass/components/_global.scss */
  table.responsive-table thead {
    border: 0;
    border-right: 1px solid #d0d0d0;
  }
  /* line 471, node_modules/materialize-css/sass/components/_global.scss */
  table.responsive-table.bordered th {
    border-bottom: 0;
    border-left: 0;
  }
  /* line 472, node_modules/materialize-css/sass/components/_global.scss */
  table.responsive-table.bordered td {
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
  }
  /* line 473, node_modules/materialize-css/sass/components/_global.scss */
  table.responsive-table.bordered tr {
    border: 0;
  }
  /* line 474, node_modules/materialize-css/sass/components/_global.scss */
  table.responsive-table.bordered tbody tr {
    border-right: 1px solid #d0d0d0;
  }
}

/* line 483, node_modules/materialize-css/sass/components/_global.scss */
.collection {
  margin: 0.5rem 0 1rem 0;
  border: 1px solid #e0e0e0;
  border-radius: 2px;
  overflow: hidden;
  position: relative;
}

/* line 490, node_modules/materialize-css/sass/components/_global.scss */
.collection .collection-item {
  background-color: #fff;
  line-height: 1.5rem;
  padding: 10px 20px;
  margin: 0;
  border-bottom: 1px solid #e0e0e0;
}

/* line 498, node_modules/materialize-css/sass/components/_global.scss */
.collection .collection-item.avatar {
  min-height: 84px;
  padding-left: 72px;
  position: relative;
}

/* line 504, node_modules/materialize-css/sass/components/_global.scss */
.collection .collection-item.avatar:not(.circle-clipper) > .circle,
.collection .collection-item.avatar :not(.circle-clipper) > .circle {
  position: absolute;
  width: 42px;
  height: 42px;
  overflow: hidden;
  left: 15px;
  display: inline-block;
  vertical-align: middle;
}

/* line 514, node_modules/materialize-css/sass/components/_global.scss */
.collection .collection-item.avatar i.circle {
  font-size: 18px;
  line-height: 42px;
  color: #fff;
  background-color: #999;
  text-align: center;
}

/* line 523, node_modules/materialize-css/sass/components/_global.scss */
.collection .collection-item.avatar .title {
  font-size: 16px;
}

/* line 527, node_modules/materialize-css/sass/components/_global.scss */
.collection .collection-item.avatar p {
  margin: 0;
}

/* line 531, node_modules/materialize-css/sass/components/_global.scss */
.collection .collection-item.avatar .secondary-content {
  position: absolute;
  top: 16px;
  right: 16px;
}

/* line 540, node_modules/materialize-css/sass/components/_global.scss */
.collection .collection-item:last-child {
  border-bottom: none;
}

/* line 544, node_modules/materialize-css/sass/components/_global.scss */
.collection .collection-item.active {
  background-color: #26a69a;
  color: #eafaf9;
}

/* line 548, node_modules/materialize-css/sass/components/_global.scss */
.collection .collection-item.active .secondary-content {
  color: #fff;
}

/* line 553, node_modules/materialize-css/sass/components/_global.scss */
.collection a.collection-item {
  display: block;
  transition: .25s;
  color: #26a69a;
}

/* line 558, node_modules/materialize-css/sass/components/_global.scss */
.collection a.collection-item:not(.active):hover {
  background-color: #ddd;
}

/* line 565, node_modules/materialize-css/sass/components/_global.scss */
.collection.with-header .collection-header {
  background-color: #fff;
  border-bottom: 1px solid #e0e0e0;
  padding: 10px 20px;
}

/* line 570, node_modules/materialize-css/sass/components/_global.scss */
.collection.with-header .collection-item {
  padding-left: 30px;
}

/* line 573, node_modules/materialize-css/sass/components/_global.scss */
.collection.with-header .collection-item.avatar {
  padding-left: 72px;
}

/* line 580, node_modules/materialize-css/sass/components/_global.scss */
.secondary-content {
  float: right;
  color: #26a69a;
}

/* line 584, node_modules/materialize-css/sass/components/_global.scss */
.collapsible .collection {
  margin: 0;
  border: none;
}

/* line 592, node_modules/materialize-css/sass/components/_global.scss */
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

/* line 598, node_modules/materialize-css/sass/components/_global.scss */
.video-container iframe, .video-container object, .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 608, node_modules/materialize-css/sass/components/_global.scss */
.progress {
  position: relative;
  height: 4px;
  display: block;
  width: 100%;
  background-color: #acece6;
  border-radius: 2px;
  margin: 0.5rem 0 1rem 0;
  overflow: hidden;
}

/* line 617, node_modules/materialize-css/sass/components/_global.scss */
.progress .determinate {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #26a69a;
  transition: width .3s linear;
}

/* line 625, node_modules/materialize-css/sass/components/_global.scss */
.progress .indeterminate {
  background-color: #26a69a;
}

/* line 627, node_modules/materialize-css/sass/components/_global.scss */
.progress .indeterminate:before {
  content: '';
  position: absolute;
  background-color: inherit;
  top: 0;
  left: 0;
  bottom: 0;
  will-change: left, right;
  animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
}

/* line 639, node_modules/materialize-css/sass/components/_global.scss */
.progress .indeterminate:after {
  content: '';
  position: absolute;
  background-color: inherit;
  top: 0;
  left: 0;
  bottom: 0;
  will-change: left, right;
  animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
  animation-delay: 1.15s;
}

@keyframes indeterminate {
  0% {
    left: -35%;
    right: 100%;
  }
  60% {
    left: 100%;
    right: -90%;
  }
  100% {
    left: 100%;
    right: -90%;
  }
}

@keyframes indeterminate-short {
  0% {
    left: -200%;
    right: 100%;
  }
  60% {
    left: 107%;
    right: -8%;
  }
  100% {
    left: 107%;
    right: -8%;
  }
}

/*******************
  Utility Classes
*******************/
/* line 688, node_modules/materialize-css/sass/components/_global.scss */
.hide {
  display: none !important;
}

/* line 693, node_modules/materialize-css/sass/components/_global.scss */
.left-align {
  text-align: left;
}

/* line 696, node_modules/materialize-css/sass/components/_global.scss */
.right-align {
  text-align: right;
}

/* line 699, node_modules/materialize-css/sass/components/_global.scss */
.center, .center-align {
  text-align: center;
}

/* line 703, node_modules/materialize-css/sass/components/_global.scss */
.left {
  float: left !important;
}

/* line 706, node_modules/materialize-css/sass/components/_global.scss */
.right {
  float: right !important;
}

/* line 711, node_modules/materialize-css/sass/components/_global.scss */
.no-select, input[type=range],
input[type=range] + .thumb {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

/* line 715, node_modules/materialize-css/sass/components/_global.scss */
.circle {
  border-radius: 50%;
}

/* line 719, node_modules/materialize-css/sass/components/_global.scss */
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* line 725, node_modules/materialize-css/sass/components/_global.scss */
.truncate {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 732, node_modules/materialize-css/sass/components/_global.scss */
.no-padding {
  padding: 0 !important;
}

/* line 2, node_modules/materialize-css/sass/components/_badges.scss */
span.badge {
  min-width: 3rem;
  padding: 0 6px;
  margin-left: 14px;
  text-align: center;
  font-size: 1rem;
  line-height: 22px;
  height: 22px;
  color: #757575;
  float: right;
  box-sizing: border-box;
}

/* line 14, node_modules/materialize-css/sass/components/_badges.scss */
span.badge.new {
  font-weight: 300;
  font-size: 0.8rem;
  color: #fff;
  background-color: #26a69a;
  border-radius: 2px;
}

/* line 21, node_modules/materialize-css/sass/components/_badges.scss */
span.badge.new:after {
  content: " new";
}

/* line 25, node_modules/materialize-css/sass/components/_badges.scss */
span.badge[data-badge-caption]::after {
  content: " " attr(data-badge-caption);
}

/* line 29, node_modules/materialize-css/sass/components/_badges.scss */
nav ul a span.badge {
  display: inline-block;
  float: none;
  margin-left: 4px;
  line-height: 22px;
  height: 22px;
  -webkit-font-smoothing: auto;
}

/* line 39, node_modules/materialize-css/sass/components/_badges.scss */
.collection-item span.badge {
  margin-top: calc(0.75rem - 11px);
}

/* line 42, node_modules/materialize-css/sass/components/_badges.scss */
.collapsible span.badge {
  margin-left: auto;
}

/* line 45, node_modules/materialize-css/sass/components/_badges.scss */
.side-nav span.badge {
  margin-top: calc(24px - 11px);
}

/* This is needed for some mobile phones to display the Google Icon font properly */
/* line 2, node_modules/materialize-css/sass/components/_icons-material-design.scss */
.material-icons {
  text-rendering: optimizeLegibility;
  font-feature-settings: 'liga';
}

/* line 1, node_modules/materialize-css/sass/components/_grid.scss */
.container {
  margin: 0 auto;
  max-width: 1280px;
  width: 90%;
}

@media only screen and (min-width : 601px) {
  /* line 7, node_modules/materialize-css/sass/components/_grid.scss */
  .container {
    width: 85%;
  }
}

@media only screen and (min-width : 993px) {
  /* line 12, node_modules/materialize-css/sass/components/_grid.scss */
  .container {
    width: 70%;
  }
}

/* line 16, node_modules/materialize-css/sass/components/_grid.scss */
.container .row {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

/* line 21, node_modules/materialize-css/sass/components/_grid.scss */
.section {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

/* line 25, node_modules/materialize-css/sass/components/_grid.scss */
.section.no-pad {
  padding: 0;
}

/* line 28, node_modules/materialize-css/sass/components/_grid.scss */
.section.no-pad-bot {
  padding-bottom: 0;
}

/* line 31, node_modules/materialize-css/sass/components/_grid.scss */
.section.no-pad-top {
  padding-top: 0;
}

/* line 56, node_modules/materialize-css/sass/components/_grid.scss */
.row {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}

/* line 62, node_modules/materialize-css/sass/components/_grid.scss */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* line 68, node_modules/materialize-css/sass/components/_grid.scss */
.row .col {
  float: left;
  box-sizing: border-box;
  padding: 0 0.75rem;
  min-height: 1px;
}

/* line 74, node_modules/materialize-css/sass/components/_grid.scss */
.row .col[class*="push-"], .row .col[class*="pull-"] {
  position: relative;
}

/* line 82, node_modules/materialize-css/sass/components/_grid.scss */
.row .col.s1 {
  width: 8.3333333333%;
  margin-left: auto;
  left: auto;
  right: auto;
}

/* line 82, node_modules/materialize-css/sass/components/_grid.scss */
.row .col.s2 {
  width: 16.6666666667%;
  margin-left: auto;
  left: auto;
  right: auto;
}

/* line 82, node_modules/materialize-css/sass/components/_grid.scss */
.row .col.s3 {
  width: 25%;
  margin-left: auto;
  left: auto;
  right: auto;
}

/* line 82, node_modules/materialize-css/sass/components/_grid.scss */
.row .col.s4 {
  width: 33.3333333333%;
  margin-left: auto;
  left: auto;
  right: auto;
}

/* line 82, node_modules/materialize-css/sass/components/_grid.scss */
.row .col.s5 {
  width: 41.6666666667%;
  margin-left: auto;
  left: auto;
  right: auto;
}

/* line 82, node_modules/materialize-css/sass/components/_grid.scss */
.row .col.s6 {
  width: 50%;
  margin-left: auto;
  left: auto;
  right: auto;
}

/* line 82, node_modules/materialize-css/sass/components/_grid.scss */
.row .col.s7 {
  width: 58.3333333333%;
  margin-left: auto;
  left: auto;
  right: auto;
}

/* line 82, node_modules/materialize-css/sass/components/_grid.scss */
.row .col.s8 {
  width: 66.6666666667%;
  margin-left: auto;
  left: auto;
  right: auto;
}

/* line 82, node_modules/materialize-css/sass/components/_grid.scss */
.row .col.s9 {
  width: 75%;
  margin-left: auto;
  left: auto;
  right: auto;
}

/* line 82, node_modules/materialize-css/sass/components/_grid.scss */
.row .col.s10 {
  width: 83.3333333333%;
  margin-left: auto;
  left: auto;
  right: auto;
}

/* line 82, node_modules/materialize-css/sass/components/_grid.scss */
.row .col.s11 {
  width: 91.6666666667%;
  margin-left: auto;
  left: auto;
  right: auto;
}

/* line 82, node_modules/materialize-css/sass/components/_grid.scss */
.row .col.s12 {
  width: 100%;
  margin-left: auto;
  left: auto;
  right: auto;
}

/* line 44, node_modules/materialize-css/sass/components/_grid.scss */
.row .col.offset-s1 {
  margin-left: 8.3333333333%;
}

/* line 47, node_modules/materialize-css/sass/components/_grid.scss */
.row .col.pull-s1 {
  right: 8.3333333333%;
}

/* line 50, node_modules/materialize-css/sass/components/_grid.scss */
.row .col.push-s1 {
  left: 8.3333333333%;
}

/* line 44, node_modules/materialize-css/sass/components/_grid.scss */
.row .col.offset-s2 {
  margin-left: 16.6666666667%;
}

/* line 47, node_modules/materialize-css/sass/components/_grid.scss */
.row .col.pull-s2 {
  right: 16.6666666667%;
}

/* line 50, node_modules/materialize-css/sass/components/_grid.scss */
.row .col.push-s2 {
  left: 16.6666666667%;
}

/* line 44, node_modules/materialize-css/sass/components/_grid.scss */
.row .col.offset-s3 {
  margin-left: 25%;
}

/* line 47, node_modules/materialize-css/sass/components/_grid.scss */
.row .col.pull-s3 {
  right: 25%;
}

/* line 50, node_modules/materialize-css/sass/components/_grid.scss */
.row .col.push-s3 {
  left: 25%;
}

/* line 44, node_modules/materialize-css/sass/components/_grid.scss */
.row .col.offset-s4 {
  margin-left: 33.3333333333%;
}

/* line 47, node_modules/materialize-css/sass/components/_grid.scss */
.row .col.pull-s4 {
  right: 33.3333333333%;
}

/* line 50, node_modules/materialize-css/sass/components/_grid.scss */
.row .col.push-s4 {
  left: 33.3333333333%;
}

/* line 44, node_modules/materialize-css/sass/components/_grid.scss */
.row .col.offset-s5 {
  margin-left: 41.6666666667%;
}

/* line 47, node_modules/materialize-css/sass/components/_grid.scss */
.row .col.pull-s5 {
  right: 41.6666666667%;
}

/* line 50, node_modules/materialize-css/sass/components/_grid.scss */
.row .col.push-s5 {
  left: 41.6666666667%;
}

/* line 44, node_modules/materialize-css/sass/components/_grid.scss */
.row .col.offset-s6 {
  margin-left: 50%;
}

/* line 47, node_modules/materialize-css/sass/components/_grid.scss */
.row .col.pull-s6 {
  right: 50%;
}

/* line 50, node_modules/materialize-css/sass/components/_grid.scss */
.row .col.push-s6 {
  left: 50%;
}

/* line 44, node_modules/materialize-css/sass/components/_grid.scss */
.row .col.offset-s7 {
  margin-left: 58.3333333333%;
}

/* line 47, node_modules/materialize-css/sass/components/_grid.scss */
.row .col.pull-s7 {
  right: 58.3333333333%;
}

/* line 50, node_modules/materialize-css/sass/components/_grid.scss */
.row .col.push-s7 {
  left: 58.3333333333%;
}

/* line 44, node_modules/materialize-css/sass/components/_grid.scss */
.row .col.offset-s8 {
  margin-left: 66.6666666667%;
}

/* line 47, node_modules/materialize-css/sass/components/_grid.scss */
.row .col.pull-s8 {
  right: 66.6666666667%;
}

/* line 50, node_modules/materialize-css/sass/components/_grid.scss */
.row .col.push-s8 {
  left: 66.6666666667%;
}

/* line 44, node_modules/materialize-css/sass/components/_grid.scss */
.row .col.offset-s9 {
  margin-left: 75%;
}

/* line 47, node_modules/materialize-css/sass/components/_grid.scss */
.row .col.pull-s9 {
  right: 75%;
}

/* line 50, node_modules/materialize-css/sass/components/_grid.scss */
.row .col.push-s9 {
  left: 75%;
}

/* line 44, node_modules/materialize-css/sass/components/_grid.scss */
.row .col.offset-s10 {
  margin-left: 83.3333333333%;
}

/* line 47, node_modules/materialize-css/sass/components/_grid.scss */
.row .col.pull-s10 {
  right: 83.3333333333%;
}

/* line 50, node_modules/materialize-css/sass/components/_grid.scss */
.row .col.push-s10 {
  left: 83.3333333333%;
}

/* line 44, node_modules/materialize-css/sass/components/_grid.scss */
.row .col.offset-s11 {
  margin-left: 91.6666666667%;
}

/* line 47, node_modules/materialize-css/sass/components/_grid.scss */
.row .col.pull-s11 {
  right: 91.6666666667%;
}

/* line 50, node_modules/materialize-css/sass/components/_grid.scss */
.row .col.push-s11 {
  left: 91.6666666667%;
}

/* line 44, node_modules/materialize-css/sass/components/_grid.scss */
.row .col.offset-s12 {
  margin-left: 100%;
}

/* line 47, node_modules/materialize-css/sass/components/_grid.scss */
.row .col.pull-s12 {
  right: 100%;
}

/* line 50, node_modules/materialize-css/sass/components/_grid.scss */
.row .col.push-s12 {
  left: 100%;
}

@media only screen and (min-width : 601px) {
  /* line 101, node_modules/materialize-css/sass/components/_grid.scss */
  .row .col.m1 {
    width: 8.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 101, node_modules/materialize-css/sass/components/_grid.scss */
  .row .col.m2 {
    width: 16.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 101, node_modules/materialize-css/sass/components/_grid.scss */
  .row .col.m3 {
    width: 25%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 101, node_modules/materialize-css/sass/components/_grid.scss */
  .row .col.m4 {
    width: 33.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 101, node_modules/materialize-css/sass/components/_grid.scss */
  .row .col.m5 {
    width: 41.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 101, node_modules/materialize-css/sass/components/_grid.scss */
  .row .col.m6 {
    width: 50%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 101, node_modules/materialize-css/sass/components/_grid.scss */
  .row .col.m7 {
    width: 58.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 101, node_modules/materialize-css/sass/components/_grid.scss */
  .row .col.m8 {
    width: 66.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 101, node_modules/materialize-css/sass/components/_grid.scss */
  .row .col.m9 {
    width: 75%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 101, node_modules/materialize-css/sass/components/_grid.scss */
  .row .col.m10 {
    width: 83.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 101, node_modules/materialize-css/sass/components/_grid.scss */
  .row .col.m11 {
    width: 91.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 101, node_modules/materialize-css/sass/components/_grid.scss */
  .row .col.m12 {
    width: 100%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 44, node_modules/materialize-css/sass/components/_grid.scss */
  .row .col.offset-m1 {
    margin-left: 8.3333333333%;
  }
  /* line 47, node_modules/materialize-css/sass/components/_grid.scss */
  .row .col.pull-m1 {
    right: 8.3333333333%;
  }
  /* line 50, node_modules/materialize-css/sass/components/_grid.scss */
  .row .col.push-m1 {
    left: 8.3333333333%;
  }
  /* line 44, node_modules/materialize-css/sass/components/_grid.scss */
  .row .col.offset-m2 {
    margin-left: 16.6666666667%;
  }
  /* line 47, node_modules/materialize-css/sass/components/_grid.scss */
  .row .col.pull-m2 {
    right: 16.6666666667%;
  }
  /* line 50, node_modules/materialize-css/sass/components/_grid.scss */
  .row .col.push-m2 {
    left: 16.6666666667%;
  }
  /* line 44, node_modules/materialize-css/sass/components/_grid.scss */
  .row .col.offset-m3 {
    margin-left: 25%;
  }
  /* line 47, node_modules/materialize-css/sass/components/_grid.scss */
  .row .col.pull-m3 {
    right: 25%;
  }
  /* line 50, node_modules/materialize-css/sass/components/_grid.scss */
  .row .col.push-m3 {
    left: 25%;
  }
  /* line 44, node_modules/materialize-css/sass/components/_grid.scss */
  .row .col.offset-m4 {
    margin-left: 33.3333333333%;
  }
  /* line 47, node_modules/materialize-css/sass/components/_grid.scss */
  .row .col.pull-m4 {
    right: 33.3333333333%;
  }
  /* line 50, node_modules/materialize-css/sass/components/_grid.scss */
  .row .col.push-m4 {
    left: 33.3333333333%;
  }
  /* line 44, node_modules/materialize-css/sass/components/_grid.scss */
  .row .col.offset-m5 {
    margin-left: 41.6666666667%;
  }
  /* line 47, node_modules/materialize-css/sass/components/_grid.scss */
  .row .col.pull-m5 {
    right: 41.6666666667%;
  }
  /* line 50, node_modules/materialize-css/sass/components/_grid.scss */
  .row .col.push-m5 {
    left: 41.6666666667%;
  }
  /* line 44, node_modules/materialize-css/sass/components/_grid.scss */
  .row .col.offset-m6 {
    margin-left: 50%;
  }
  /* line 47, node_modules/materialize-css/sass/components/_grid.scss */
  .row .col.pull-m6 {
    right: 50%;
  }
  /* line 50, node_modules/materialize-css/sass/components/_grid.scss */
  .row .col.push-m6 {
    left: 50%;
  }
  /* line 44, node_modules/materialize-css/sass/components/_grid.scss */
  .row .col.offset-m7 {
    margin-left: 58.3333333333%;
  }
  /* line 47, node_modules/materialize-css/sass/components/_grid.scss */
  .row .col.pull-m7 {
    right: 58.3333333333%;
  }
  /* line 50, node_modules/materialize-css/sass/components/_grid.scss */
  .row .col.push-m7 {
    left: 58.3333333333%;
  }
  /* line 44, node_modules/materialize-css/sass/components/_grid.scss */
  .row .col.offset-m8 {
    margin-left: 66.6666666667%;
  }
  /* line 47, node_modules/materialize-css/sass/components/_grid.scss */
  .row .col.pull-m8 {
    right: 66.6666666667%;
  }
  /* line 50, node_modules/materialize-css/sass/components/_grid.scss */
  .row .col.push-m8 {
    left: 66.6666666667%;
  }
  /* line 44, node_modules/materialize-css/sass/components/_grid.scss */
  .row .col.offset-m9 {
    margin-left: 75%;
  }
  /* line 47, node_modules/materialize-css/sass/components/_grid.scss */
  .row .col.pull-m9 {
    right: 75%;
  }
  /* line 50, node_modules/materialize-css/sass/components/_grid.scss */
  .row .col.push-m9 {
    left: 75%;
  }
  /* line 44, node_modules/materialize-css/sass/components/_grid.scss */
  .row .col.offset-m10 {
    margin-left: 83.3333333333%;
  }
  /* line 47, node_modules/materialize-css/sass/components/_grid.scss */
  .row .col.pull-m10 {
    right: 83.3333333333%;
  }
  /* line 50, node_modules/materialize-css/sass/components/_grid.scss */
  .row .col.push-m10 {
    left: 83.3333333333%;
  }
  /* line 44, node_modules/materialize-css/sass/components/_grid.scss */
  .row .col.offset-m11 {
    margin-left: 91.6666666667%;
  }
  /* line 47, node_modules/materialize-css/sass/components/_grid.scss */
  .row .col.pull-m11 {
    right: 91.6666666667%;
  }
  /* line 50, node_modules/materialize-css/sass/components/_grid.scss */
  .row .col.push-m11 {
    left: 91.6666666667%;
  }
  /* line 44, node_modules/materialize-css/sass/components/_grid.scss */
  .row .col.offset-m12 {
    margin-left: 100%;
  }
  /* line 47, node_modules/materialize-css/sass/components/_grid.scss */
  .row .col.pull-m12 {
    right: 100%;
  }
  /* line 50, node_modules/materialize-css/sass/components/_grid.scss */
  .row .col.push-m12 {
    left: 100%;
  }
}

@media only screen and (min-width : 993px) {
  /* line 121, node_modules/materialize-css/sass/components/_grid.scss */
  .row .col.l1 {
    width: 8.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 121, node_modules/materialize-css/sass/components/_grid.scss */
  .row .col.l2 {
    width: 16.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 121, node_modules/materialize-css/sass/components/_grid.scss */
  .row .col.l3 {
    width: 25%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 121, node_modules/materialize-css/sass/components/_grid.scss */
  .row .col.l4 {
    width: 33.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 121, node_modules/materialize-css/sass/components/_grid.scss */
  .row .col.l5 {
    width: 41.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 121, node_modules/materialize-css/sass/components/_grid.scss */
  .row .col.l6 {
    width: 50%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 121, node_modules/materialize-css/sass/components/_grid.scss */
  .row .col.l7 {
    width: 58.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 121, node_modules/materialize-css/sass/components/_grid.scss */
  .row .col.l8 {
    width: 66.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 121, node_modules/materialize-css/sass/components/_grid.scss */
  .row .col.l9 {
    width: 75%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 121, node_modules/materialize-css/sass/components/_grid.scss */
  .row .col.l10 {
    width: 83.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 121, node_modules/materialize-css/sass/components/_grid.scss */
  .row .col.l11 {
    width: 91.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 121, node_modules/materialize-css/sass/components/_grid.scss */
  .row .col.l12 {
    width: 100%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 44, node_modules/materialize-css/sass/components/_grid.scss */
  .row .col.offset-l1 {
    margin-left: 8.3333333333%;
  }
  /* line 47, node_modules/materialize-css/sass/components/_grid.scss */
  .row .col.pull-l1 {
    right: 8.3333333333%;
  }
  /* line 50, node_modules/materialize-css/sass/components/_grid.scss */
  .row .col.push-l1 {
    left: 8.3333333333%;
  }
  /* line 44, node_modules/materialize-css/sass/components/_grid.scss */
  .row .col.offset-l2 {
    margin-left: 16.6666666667%;
  }
  /* line 47, node_modules/materialize-css/sass/components/_grid.scss */
  .row .col.pull-l2 {
    right: 16.6666666667%;
  }
  /* line 50, node_modules/materialize-css/sass/components/_grid.scss */
  .row .col.push-l2 {
    left: 16.6666666667%;
  }
  /* line 44, node_modules/materialize-css/sass/components/_grid.scss */
  .row .col.offset-l3 {
    margin-left: 25%;
  }
  /* line 47, node_modules/materialize-css/sass/components/_grid.scss */
  .row .col.pull-l3 {
    right: 25%;
  }
  /* line 50, node_modules/materialize-css/sass/components/_grid.scss */
  .row .col.push-l3 {
    left: 25%;
  }
  /* line 44, node_modules/materialize-css/sass/components/_grid.scss */
  .row .col.offset-l4 {
    margin-left: 33.3333333333%;
  }
  /* line 47, node_modules/materialize-css/sass/components/_grid.scss */
  .row .col.pull-l4 {
    right: 33.3333333333%;
  }
  /* line 50, node_modules/materialize-css/sass/components/_grid.scss */
  .row .col.push-l4 {
    left: 33.3333333333%;
  }
  /* line 44, node_modules/materialize-css/sass/components/_grid.scss */
  .row .col.offset-l5 {
    margin-left: 41.6666666667%;
  }
  /* line 47, node_modules/materialize-css/sass/components/_grid.scss */
  .row .col.pull-l5 {
    right: 41.6666666667%;
  }
  /* line 50, node_modules/materialize-css/sass/components/_grid.scss */
  .row .col.push-l5 {
    left: 41.6666666667%;
  }
  /* line 44, node_modules/materialize-css/sass/components/_grid.scss */
  .row .col.offset-l6 {
    margin-left: 50%;
  }
  /* line 47, node_modules/materialize-css/sass/components/_grid.scss */
  .row .col.pull-l6 {
    right: 50%;
  }
  /* line 50, node_modules/materialize-css/sass/components/_grid.scss */
  .row .col.push-l6 {
    left: 50%;
  }
  /* line 44, node_modules/materialize-css/sass/components/_grid.scss */
  .row .col.offset-l7 {
    margin-left: 58.3333333333%;
  }
  /* line 47, node_modules/materialize-css/sass/components/_grid.scss */
  .row .col.pull-l7 {
    right: 58.3333333333%;
  }
  /* line 50, node_modules/materialize-css/sass/components/_grid.scss */
  .row .col.push-l7 {
    left: 58.3333333333%;
  }
  /* line 44, node_modules/materialize-css/sass/components/_grid.scss */
  .row .col.offset-l8 {
    margin-left: 66.6666666667%;
  }
  /* line 47, node_modules/materialize-css/sass/components/_grid.scss */
  .row .col.pull-l8 {
    right: 66.6666666667%;
  }
  /* line 50, node_modules/materialize-css/sass/components/_grid.scss */
  .row .col.push-l8 {
    left: 66.6666666667%;
  }
  /* line 44, node_modules/materialize-css/sass/components/_grid.scss */
  .row .col.offset-l9 {
    margin-left: 75%;
  }
  /* line 47, node_modules/materialize-css/sass/components/_grid.scss */
  .row .col.pull-l9 {
    right: 75%;
  }
  /* line 50, node_modules/materialize-css/sass/components/_grid.scss */
  .row .col.push-l9 {
    left: 75%;
  }
  /* line 44, node_modules/materialize-css/sass/components/_grid.scss */
  .row .col.offset-l10 {
    margin-left: 83.3333333333%;
  }
  /* line 47, node_modules/materialize-css/sass/components/_grid.scss */
  .row .col.pull-l10 {
    right: 83.3333333333%;
  }
  /* line 50, node_modules/materialize-css/sass/components/_grid.scss */
  .row .col.push-l10 {
    left: 83.3333333333%;
  }
  /* line 44, node_modules/materialize-css/sass/components/_grid.scss */
  .row .col.offset-l11 {
    margin-left: 91.6666666667%;
  }
  /* line 47, node_modules/materialize-css/sass/components/_grid.scss */
  .row .col.pull-l11 {
    right: 91.6666666667%;
  }
  /* line 50, node_modules/materialize-css/sass/components/_grid.scss */
  .row .col.push-l11 {
    left: 91.6666666667%;
  }
  /* line 44, node_modules/materialize-css/sass/components/_grid.scss */
  .row .col.offset-l12 {
    margin-left: 100%;
  }
  /* line 47, node_modules/materialize-css/sass/components/_grid.scss */
  .row .col.pull-l12 {
    right: 100%;
  }
  /* line 50, node_modules/materialize-css/sass/components/_grid.scss */
  .row .col.push-l12 {
    left: 100%;
  }
}

@media only screen and (min-width : 1201px) {
  /* line 141, node_modules/materialize-css/sass/components/_grid.scss */
  .row .col.xl1 {
    width: 8.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 141, node_modules/materialize-css/sass/components/_grid.scss */
  .row .col.xl2 {
    width: 16.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 141, node_modules/materialize-css/sass/components/_grid.scss */
  .row .col.xl3 {
    width: 25%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 141, node_modules/materialize-css/sass/components/_grid.scss */
  .row .col.xl4 {
    width: 33.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 141, node_modules/materialize-css/sass/components/_grid.scss */
  .row .col.xl5 {
    width: 41.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 141, node_modules/materialize-css/sass/components/_grid.scss */
  .row .col.xl6 {
    width: 50%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 141, node_modules/materialize-css/sass/components/_grid.scss */
  .row .col.xl7 {
    width: 58.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 141, node_modules/materialize-css/sass/components/_grid.scss */
  .row .col.xl8 {
    width: 66.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 141, node_modules/materialize-css/sass/components/_grid.scss */
  .row .col.xl9 {
    width: 75%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 141, node_modules/materialize-css/sass/components/_grid.scss */
  .row .col.xl10 {
    width: 83.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 141, node_modules/materialize-css/sass/components/_grid.scss */
  .row .col.xl11 {
    width: 91.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 141, node_modules/materialize-css/sass/components/_grid.scss */
  .row .col.xl12 {
    width: 100%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 44, node_modules/materialize-css/sass/components/_grid.scss */
  .row .col.offset-xl1 {
    margin-left: 8.3333333333%;
  }
  /* line 47, node_modules/materialize-css/sass/components/_grid.scss */
  .row .col.pull-xl1 {
    right: 8.3333333333%;
  }
  /* line 50, node_modules/materialize-css/sass/components/_grid.scss */
  .row .col.push-xl1 {
    left: 8.3333333333%;
  }
  /* line 44, node_modules/materialize-css/sass/components/_grid.scss */
  .row .col.offset-xl2 {
    margin-left: 16.6666666667%;
  }
  /* line 47, node_modules/materialize-css/sass/components/_grid.scss */
  .row .col.pull-xl2 {
    right: 16.6666666667%;
  }
  /* line 50, node_modules/materialize-css/sass/components/_grid.scss */
  .row .col.push-xl2 {
    left: 16.6666666667%;
  }
  /* line 44, node_modules/materialize-css/sass/components/_grid.scss */
  .row .col.offset-xl3 {
    margin-left: 25%;
  }
  /* line 47, node_modules/materialize-css/sass/components/_grid.scss */
  .row .col.pull-xl3 {
    right: 25%;
  }
  /* line 50, node_modules/materialize-css/sass/components/_grid.scss */
  .row .col.push-xl3 {
    left: 25%;
  }
  /* line 44, node_modules/materialize-css/sass/components/_grid.scss */
  .row .col.offset-xl4 {
    margin-left: 33.3333333333%;
  }
  /* line 47, node_modules/materialize-css/sass/components/_grid.scss */
  .row .col.pull-xl4 {
    right: 33.3333333333%;
  }
  /* line 50, node_modules/materialize-css/sass/components/_grid.scss */
  .row .col.push-xl4 {
    left: 33.3333333333%;
  }
  /* line 44, node_modules/materialize-css/sass/components/_grid.scss */
  .row .col.offset-xl5 {
    margin-left: 41.6666666667%;
  }
  /* line 47, node_modules/materialize-css/sass/components/_grid.scss */
  .row .col.pull-xl5 {
    right: 41.6666666667%;
  }
  /* line 50, node_modules/materialize-css/sass/components/_grid.scss */
  .row .col.push-xl5 {
    left: 41.6666666667%;
  }
  /* line 44, node_modules/materialize-css/sass/components/_grid.scss */
  .row .col.offset-xl6 {
    margin-left: 50%;
  }
  /* line 47, node_modules/materialize-css/sass/components/_grid.scss */
  .row .col.pull-xl6 {
    right: 50%;
  }
  /* line 50, node_modules/materialize-css/sass/components/_grid.scss */
  .row .col.push-xl6 {
    left: 50%;
  }
  /* line 44, node_modules/materialize-css/sass/components/_grid.scss */
  .row .col.offset-xl7 {
    margin-left: 58.3333333333%;
  }
  /* line 47, node_modules/materialize-css/sass/components/_grid.scss */
  .row .col.pull-xl7 {
    right: 58.3333333333%;
  }
  /* line 50, node_modules/materialize-css/sass/components/_grid.scss */
  .row .col.push-xl7 {
    left: 58.3333333333%;
  }
  /* line 44, node_modules/materialize-css/sass/components/_grid.scss */
  .row .col.offset-xl8 {
    margin-left: 66.6666666667%;
  }
  /* line 47, node_modules/materialize-css/sass/components/_grid.scss */
  .row .col.pull-xl8 {
    right: 66.6666666667%;
  }
  /* line 50, node_modules/materialize-css/sass/components/_grid.scss */
  .row .col.push-xl8 {
    left: 66.6666666667%;
  }
  /* line 44, node_modules/materialize-css/sass/components/_grid.scss */
  .row .col.offset-xl9 {
    margin-left: 75%;
  }
  /* line 47, node_modules/materialize-css/sass/components/_grid.scss */
  .row .col.pull-xl9 {
    right: 75%;
  }
  /* line 50, node_modules/materialize-css/sass/components/_grid.scss */
  .row .col.push-xl9 {
    left: 75%;
  }
  /* line 44, node_modules/materialize-css/sass/components/_grid.scss */
  .row .col.offset-xl10 {
    margin-left: 83.3333333333%;
  }
  /* line 47, node_modules/materialize-css/sass/components/_grid.scss */
  .row .col.pull-xl10 {
    right: 83.3333333333%;
  }
  /* line 50, node_modules/materialize-css/sass/components/_grid.scss */
  .row .col.push-xl10 {
    left: 83.3333333333%;
  }
  /* line 44, node_modules/materialize-css/sass/components/_grid.scss */
  .row .col.offset-xl11 {
    margin-left: 91.6666666667%;
  }
  /* line 47, node_modules/materialize-css/sass/components/_grid.scss */
  .row .col.pull-xl11 {
    right: 91.6666666667%;
  }
  /* line 50, node_modules/materialize-css/sass/components/_grid.scss */
  .row .col.push-xl11 {
    left: 91.6666666667%;
  }
  /* line 44, node_modules/materialize-css/sass/components/_grid.scss */
  .row .col.offset-xl12 {
    margin-left: 100%;
  }
  /* line 47, node_modules/materialize-css/sass/components/_grid.scss */
  .row .col.pull-xl12 {
    right: 100%;
  }
  /* line 50, node_modules/materialize-css/sass/components/_grid.scss */
  .row .col.push-xl12 {
    left: 100%;
  }
}

/* line 1, node_modules/materialize-css/sass/components/_navbar.scss */
nav {
  color: #fff;
  background-color: #ee6e73;
  width: 100%;
  height: 56px;
  line-height: 56px;
}

/* line 2, node_modules/materialize-css/sass/components/_navbar.scss */
nav.nav-extended {
  height: auto;
}

/* line 5, node_modules/materialize-css/sass/components/_navbar.scss */
nav.nav-extended .nav-wrapper {
  min-height: 56px;
  height: auto;
}

/* line 10, node_modules/materialize-css/sass/components/_navbar.scss */
nav.nav-extended .nav-content {
  position: relative;
  line-height: normal;
}

/* line 23, node_modules/materialize-css/sass/components/_navbar.scss */
nav a {
  color: #fff;
}

/* line 25, node_modules/materialize-css/sass/components/_navbar.scss */
nav i,
nav [class^="mdi-"], nav [class*="mdi-"],
nav i.material-icons {
  display: block;
  font-size: 24px;
  height: 56px;
  line-height: 56px;
}

/* line 34, node_modules/materialize-css/sass/components/_navbar.scss */
nav .nav-wrapper {
  position: relative;
  height: 100%;
}

@media only screen and (min-width : 993px) {
  /* line 40, node_modules/materialize-css/sass/components/_navbar.scss */
  nav a.button-collapse {
    display: none;
  }
}

/* line 45, node_modules/materialize-css/sass/components/_navbar.scss */
nav .button-collapse {
  float: left;
  position: relative;
  z-index: 1;
  height: 56px;
  margin: 0 18px;
}

/* line 52, node_modules/materialize-css/sass/components/_navbar.scss */
nav .button-collapse i {
  height: 56px;
  line-height: 56px;
}

/* line 60, node_modules/materialize-css/sass/components/_navbar.scss */
nav .brand-logo {
  position: absolute;
  color: #fff;
  display: inline-block;
  font-size: 2.1rem;
  padding: 0;
}

/* line 67, node_modules/materialize-css/sass/components/_navbar.scss */
nav .brand-logo.center {
  left: 50%;
  transform: translateX(-50%);
}

@media only screen and (max-width : 992px) {
  /* line 60, node_modules/materialize-css/sass/components/_navbar.scss */
  nav .brand-logo {
    left: 50%;
    transform: translateX(-50%);
  }
  /* line 76, node_modules/materialize-css/sass/components/_navbar.scss */
  nav .brand-logo.left, nav .brand-logo.right {
    padding: 0;
    transform: none;
  }
  /* line 81, node_modules/materialize-css/sass/components/_navbar.scss */
  nav .brand-logo.left {
    left: 0.5rem;
  }
  /* line 82, node_modules/materialize-css/sass/components/_navbar.scss */
  nav .brand-logo.right {
    right: 0.5rem;
    left: auto;
  }
}

/* line 88, node_modules/materialize-css/sass/components/_navbar.scss */
nav .brand-logo.right {
  right: 0.5rem;
  padding: 0;
}

/* line 93, node_modules/materialize-css/sass/components/_navbar.scss */
nav .brand-logo i,
nav .brand-logo [class^="mdi-"], nav .brand-logo [class*="mdi-"],
nav .brand-logo i.material-icons {
  float: left;
  margin-right: 15px;
}

/* line 103, node_modules/materialize-css/sass/components/_navbar.scss */
nav .nav-title {
  display: inline-block;
  font-size: 32px;
  padding: 28px 0;
}

/* line 111, node_modules/materialize-css/sass/components/_navbar.scss */
nav ul {
  margin: 0;
}

/* line 114, node_modules/materialize-css/sass/components/_navbar.scss */
nav ul li {
  transition: background-color .3s;
  float: left;
  padding: 0;
}

/* line 119, node_modules/materialize-css/sass/components/_navbar.scss */
nav ul li.active {
  background-color: rgba(0, 0, 0, 0.1);
}

/* line 123, node_modules/materialize-css/sass/components/_navbar.scss */
nav ul a {
  transition: background-color .3s;
  font-size: 1rem;
  color: #fff;
  display: block;
  padding: 0 15px;
  cursor: pointer;
}

/* line 131, node_modules/materialize-css/sass/components/_navbar.scss */
nav ul a.btn, nav ul a.btn-large, nav ul a.btn-flat, nav ul a.btn-floating {
  margin-top: -2px;
  margin-left: 15px;
  margin-right: 15px;
}

/* line 136, node_modules/materialize-css/sass/components/_navbar.scss */
nav ul a.btn > .material-icons, nav ul a.btn-large > .material-icons, nav ul a.btn-flat > .material-icons, nav ul a.btn-floating > .material-icons {
  height: inherit;
  line-height: inherit;
}

/* line 142, node_modules/materialize-css/sass/components/_navbar.scss */
nav ul a:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

/* line 147, node_modules/materialize-css/sass/components/_navbar.scss */
nav ul.left {
  float: left;
}

/* line 153, node_modules/materialize-css/sass/components/_navbar.scss */
nav form {
  height: 100%;
}

/* line 157, node_modules/materialize-css/sass/components/_navbar.scss */
nav .input-field {
  margin: 0;
  height: 100%;
}

/* line 161, node_modules/materialize-css/sass/components/_navbar.scss */
nav .input-field input {
  height: 100%;
  font-size: 1.2rem;
  border: none;
  padding-left: 2rem;
}

/* line 167, node_modules/materialize-css/sass/components/_navbar.scss */
nav .input-field input:focus, nav .input-field input[type=text]:valid, nav .input-field input[type=password]:valid, nav .input-field input[type=email]:valid, nav .input-field input[type=url]:valid, nav .input-field input[type=date]:valid {
  border: none;
  box-shadow: none;
}

/* line 174, node_modules/materialize-css/sass/components/_navbar.scss */
nav .input-field label {
  top: 0;
  left: 0;
}

/* line 178, node_modules/materialize-css/sass/components/_navbar.scss */
nav .input-field label i {
  color: rgba(255, 255, 255, 0.7);
  transition: color .3s;
}

/* line 182, node_modules/materialize-css/sass/components/_navbar.scss */
nav .input-field label.active i {
  color: #fff;
}

/* line 188, node_modules/materialize-css/sass/components/_navbar.scss */
.navbar-fixed {
  position: relative;
  height: 56px;
  z-index: 997;
}

/* line 193, node_modules/materialize-css/sass/components/_navbar.scss */
.navbar-fixed nav {
  position: fixed;
}

@media only screen and (min-width : 601px) {
  /* line 198, node_modules/materialize-css/sass/components/_navbar.scss */
  nav.nav-extended .nav-wrapper {
    min-height: 64px;
  }
  /* line 201, node_modules/materialize-css/sass/components/_navbar.scss */
  nav, nav .nav-wrapper i, nav a.button-collapse, nav a.button-collapse i {
    height: 64px;
    line-height: 64px;
  }
  /* line 205, node_modules/materialize-css/sass/components/_navbar.scss */
  .navbar-fixed {
    height: 64px;
  }
}

@font-face {
  font-family: "Roboto";
  src: local(Roboto Thin), url(https://app.acceptmission.com/../fonts/roboto/Roboto-Thin.woff2) format("woff2"), url(https://app.acceptmission.com/../fonts/roboto/Roboto-Thin.woff) format("woff");
  font-weight: 100;
}

@font-face {
  font-family: "Roboto";
  src: local(Roboto Light), url(https://app.acceptmission.com/../fonts/roboto/Roboto-Light.woff2) format("woff2"), url(https://app.acceptmission.com/../fonts/roboto/Roboto-Light.woff) format("woff");
  font-weight: 300;
}

@font-face {
  font-family: "Roboto";
  src: local(Roboto Regular), url(https://app.acceptmission.com/../fonts/roboto/Roboto-Regular.woff2) format("woff2"), url(https://app.acceptmission.com/../fonts/roboto/Roboto-Regular.woff) format("woff");
  font-weight: 400;
}

@font-face {
  font-family: "Roboto";
  src: local(Roboto Medium), url(https://app.acceptmission.com/../fonts/roboto/Roboto-Medium.woff2) format("woff2"), url(https://app.acceptmission.com/../fonts/roboto/Roboto-Medium.woff) format("woff");
  font-weight: 500;
}

@font-face {
  font-family: "Roboto";
  src: local(Roboto Bold), url(https://app.acceptmission.com/../fonts/roboto/Roboto-Bold.woff2) format("woff2"), url(https://app.acceptmission.com/../fonts/roboto/Roboto-Bold.woff) format("woff");
  font-weight: 700;
}

/* line 2, node_modules/materialize-css/sass/components/_typography.scss */
a {
  text-decoration: none;
}

/* line 6, node_modules/materialize-css/sass/components/_typography.scss */
html {
  line-height: 1.5;
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.87);
}

@media only screen and (min-width: 0) {
  /* line 6, node_modules/materialize-css/sass/components/_typography.scss */
  html {
    font-size: 14px;
  }
}

@media only screen and (min-width: 992px) {
  /* line 6, node_modules/materialize-css/sass/components/_typography.scss */
  html {
    font-size: 14.5px;
  }
}

@media only screen and (min-width: 1200px) {
  /* line 6, node_modules/materialize-css/sass/components/_typography.scss */
  html {
    font-size: 15px;
  }
}

/* line 25, node_modules/materialize-css/sass/components/_typography.scss */
h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
  line-height: 1.1;
}

/* line 31, node_modules/materialize-css/sass/components/_typography.scss */
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  font-weight: inherit;
}

/* line 32, node_modules/materialize-css/sass/components/_typography.scss */
h1 {
  font-size: 4.2rem;
  line-height: 110%;
  margin: 2.1rem 0 1.68rem 0;
}

/* line 33, node_modules/materialize-css/sass/components/_typography.scss */
h2 {
  font-size: 3.56rem;
  line-height: 110%;
  margin: 1.78rem 0 1.424rem 0;
}

/* line 34, node_modules/materialize-css/sass/components/_typography.scss */
h3 {
  font-size: 2.92rem;
  line-height: 110%;
  margin: 1.46rem 0 1.168rem 0;
}

/* line 35, node_modules/materialize-css/sass/components/_typography.scss */
h4 {
  font-size: 2.28rem;
  line-height: 110%;
  margin: 1.14rem 0 0.912rem 0;
}

/* line 36, node_modules/materialize-css/sass/components/_typography.scss */
h5 {
  font-size: 1.64rem;
  line-height: 110%;
  margin: 0.82rem 0 0.656rem 0;
}

/* line 37, node_modules/materialize-css/sass/components/_typography.scss */
h6 {
  font-size: 1rem;
  line-height: 110%;
  margin: 0.5rem 0 0.4rem 0;
}

/* line 40, node_modules/materialize-css/sass/components/_typography.scss */
em {
  font-style: italic;
}

/* line 41, node_modules/materialize-css/sass/components/_typography.scss */
strong {
  font-weight: 500;
}

/* line 42, node_modules/materialize-css/sass/components/_typography.scss */
small {
  font-size: 75%;
}

/* line 43, node_modules/materialize-css/sass/components/_typography.scss */
.light, .page-footer .footer-copyright {
  font-weight: 300;
}

/* line 44, node_modules/materialize-css/sass/components/_typography.scss */
.thin {
  font-weight: 200;
}

/* line 47, node_modules/materialize-css/sass/components/_typography.scss */
.flow-text {
  font-weight: 300;
}

@media only screen and (min-width: 360px) {
  /* line 47, node_modules/materialize-css/sass/components/_typography.scss */
  .flow-text {
    font-size: 1.2rem;
  }
}

@media only screen and (min-width: 390px) {
  /* line 47, node_modules/materialize-css/sass/components/_typography.scss */
  .flow-text {
    font-size: 1.224rem;
  }
}

@media only screen and (min-width: 420px) {
  /* line 47, node_modules/materialize-css/sass/components/_typography.scss */
  .flow-text {
    font-size: 1.248rem;
  }
}

@media only screen and (min-width: 450px) {
  /* line 47, node_modules/materialize-css/sass/components/_typography.scss */
  .flow-text {
    font-size: 1.272rem;
  }
}

@media only screen and (min-width: 480px) {
  /* line 47, node_modules/materialize-css/sass/components/_typography.scss */
  .flow-text {
    font-size: 1.296rem;
  }
}

@media only screen and (min-width: 510px) {
  /* line 47, node_modules/materialize-css/sass/components/_typography.scss */
  .flow-text {
    font-size: 1.32rem;
  }
}

@media only screen and (min-width: 540px) {
  /* line 47, node_modules/materialize-css/sass/components/_typography.scss */
  .flow-text {
    font-size: 1.344rem;
  }
}

@media only screen and (min-width: 570px) {
  /* line 47, node_modules/materialize-css/sass/components/_typography.scss */
  .flow-text {
    font-size: 1.368rem;
  }
}

@media only screen and (min-width: 600px) {
  /* line 47, node_modules/materialize-css/sass/components/_typography.scss */
  .flow-text {
    font-size: 1.392rem;
  }
}

@media only screen and (min-width: 630px) {
  /* line 47, node_modules/materialize-css/sass/components/_typography.scss */
  .flow-text {
    font-size: 1.416rem;
  }
}

@media only screen and (min-width: 660px) {
  /* line 47, node_modules/materialize-css/sass/components/_typography.scss */
  .flow-text {
    font-size: 1.44rem;
  }
}

@media only screen and (min-width: 690px) {
  /* line 47, node_modules/materialize-css/sass/components/_typography.scss */
  .flow-text {
    font-size: 1.464rem;
  }
}

@media only screen and (min-width: 720px) {
  /* line 47, node_modules/materialize-css/sass/components/_typography.scss */
  .flow-text {
    font-size: 1.488rem;
  }
}

@media only screen and (min-width: 750px) {
  /* line 47, node_modules/materialize-css/sass/components/_typography.scss */
  .flow-text {
    font-size: 1.512rem;
  }
}

@media only screen and (min-width: 780px) {
  /* line 47, node_modules/materialize-css/sass/components/_typography.scss */
  .flow-text {
    font-size: 1.536rem;
  }
}

@media only screen and (min-width: 810px) {
  /* line 47, node_modules/materialize-css/sass/components/_typography.scss */
  .flow-text {
    font-size: 1.56rem;
  }
}

@media only screen and (min-width: 840px) {
  /* line 47, node_modules/materialize-css/sass/components/_typography.scss */
  .flow-text {
    font-size: 1.584rem;
  }
}

@media only screen and (min-width: 870px) {
  /* line 47, node_modules/materialize-css/sass/components/_typography.scss */
  .flow-text {
    font-size: 1.608rem;
  }
}

@media only screen and (min-width: 900px) {
  /* line 47, node_modules/materialize-css/sass/components/_typography.scss */
  .flow-text {
    font-size: 1.632rem;
  }
}

@media only screen and (min-width: 930px) {
  /* line 47, node_modules/materialize-css/sass/components/_typography.scss */
  .flow-text {
    font-size: 1.656rem;
  }
}

@media only screen and (min-width: 960px) {
  /* line 47, node_modules/materialize-css/sass/components/_typography.scss */
  .flow-text {
    font-size: 1.68rem;
  }
}

@media only screen and (max-width: 360px) {
  /* line 47, node_modules/materialize-css/sass/components/_typography.scss */
  .flow-text {
    font-size: 1.2rem;
  }
}

/* line 2, node_modules/materialize-css/sass/components/_transitions.scss */
.scale-transition {
  transition: transform 0.3s cubic-bezier(0.53, 0.01, 0.36, 1.63) !important;
}

/* line 3, node_modules/materialize-css/sass/components/_transitions.scss */
.scale-transition.scale-out {
  transform: scale(0);
  transition: transform .2s !important;
}

/* line 8, node_modules/materialize-css/sass/components/_transitions.scss */
.scale-transition.scale-in {
  transform: scale(1);
}

/* line 3, node_modules/materialize-css/sass/components/_cards.scss */
.card-panel {
  transition: box-shadow .25s;
  padding: 24px;
  margin: 0.5rem 0 1rem 0;
  border-radius: 2px;
  background-color: #fff;
}

/* line 12, node_modules/materialize-css/sass/components/_cards.scss */
.card {
  position: relative;
  margin: 0.5rem 0 1rem 0;
  background-color: #fff;
  transition: box-shadow .25s;
  border-radius: 2px;
}

/* line 21, node_modules/materialize-css/sass/components/_cards.scss */
.card .card-title {
  font-size: 24px;
  font-weight: 300;
}

/* line 24, node_modules/materialize-css/sass/components/_cards.scss */
.card .card-title.activator {
  cursor: pointer;
}

/* line 30, node_modules/materialize-css/sass/components/_cards.scss */
.card.small, .card.medium, .card.large {
  position: relative;
}

/* line 33, node_modules/materialize-css/sass/components/_cards.scss */
.card.small .card-image, .card.medium .card-image, .card.large .card-image {
  max-height: 60%;
  overflow: hidden;
}

/* line 37, node_modules/materialize-css/sass/components/_cards.scss */
.card.small .card-image + .card-content, .card.medium .card-image + .card-content, .card.large .card-image + .card-content {
  max-height: 40%;
}

/* line 40, node_modules/materialize-css/sass/components/_cards.scss */
.card.small .card-content, .card.medium .card-content, .card.large .card-content {
  max-height: 100%;
  overflow: hidden;
}

/* line 44, node_modules/materialize-css/sass/components/_cards.scss */
.card.small .card-action, .card.medium .card-action, .card.large .card-action {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

/* line 52, node_modules/materialize-css/sass/components/_cards.scss */
.card.small {
  height: 300px;
}

/* line 56, node_modules/materialize-css/sass/components/_cards.scss */
.card.medium {
  height: 400px;
}

/* line 60, node_modules/materialize-css/sass/components/_cards.scss */
.card.large {
  height: 500px;
}

/* line 65, node_modules/materialize-css/sass/components/_cards.scss */
.card.horizontal {
  display: flex;
}

/* line 67, node_modules/materialize-css/sass/components/_cards.scss */
.card.horizontal.small .card-image, .card.horizontal.medium .card-image, .card.horizontal.large .card-image {
  height: 100%;
  max-height: none;
  overflow: visible;
}

/* line 72, node_modules/materialize-css/sass/components/_cards.scss */
.card.horizontal.small .card-image img, .card.horizontal.medium .card-image img, .card.horizontal.large .card-image img {
  height: 100%;
}

/* line 80, node_modules/materialize-css/sass/components/_cards.scss */
.card.horizontal .card-image {
  max-width: 50%;
}

/* line 82, node_modules/materialize-css/sass/components/_cards.scss */
.card.horizontal .card-image img {
  border-radius: 2px 0 0 2px;
  max-width: 100%;
  width: auto;
}

/* line 89, node_modules/materialize-css/sass/components/_cards.scss */
.card.horizontal .card-stacked {
  display: flex;
  flex-direction: column;
  flex: 1;
  position: relative;
}

/* line 95, node_modules/materialize-css/sass/components/_cards.scss */
.card.horizontal .card-stacked .card-content {
  flex-grow: 1;
}

/* line 103, node_modules/materialize-css/sass/components/_cards.scss */
.card.sticky-action .card-action {
  z-index: 2;
}

/* line 107, node_modules/materialize-css/sass/components/_cards.scss */
.card.sticky-action .card-reveal {
  z-index: 1;
  padding-bottom: 64px;
}

/* line 116, node_modules/materialize-css/sass/components/_cards.scss */
.card .card-image {
  position: relative;
}

/* line 120, node_modules/materialize-css/sass/components/_cards.scss */
.card .card-image img {
  display: block;
  border-radius: 2px 2px 0 0;
  position: relative;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
}

/* line 131, node_modules/materialize-css/sass/components/_cards.scss */
.card .card-image .card-title {
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: 100%;
  padding: 24px;
}

/* line 141, node_modules/materialize-css/sass/components/_cards.scss */
.card .card-content {
  padding: 24px;
  border-radius: 0 0 2px 2px;
}

/* line 145, node_modules/materialize-css/sass/components/_cards.scss */
.card .card-content p {
  margin: 0;
  color: inherit;
}

/* line 149, node_modules/materialize-css/sass/components/_cards.scss */
.card .card-content .card-title {
  display: block;
  line-height: 32px;
  margin-bottom: 8px;
}

/* line 154, node_modules/materialize-css/sass/components/_cards.scss */
.card .card-content .card-title i {
  line-height: 32px;
}

/* line 160, node_modules/materialize-css/sass/components/_cards.scss */
.card .card-action {
  position: relative;
  background-color: inherit;
  border-top: 1px solid rgba(160, 160, 160, 0.2);
  padding: 16px 24px;
}

/* line 161, node_modules/materialize-css/sass/components/_cards.scss */
.card .card-action:last-child {
  border-radius: 0 0 2px 2px;
}

/* line 169, node_modules/materialize-css/sass/components/_cards.scss */
.card .card-action a:not(.btn):not(.btn-large):not(.btn-large):not(.btn-floating) {
  color: #ffab40;
  margin-right: 24px;
  transition: color .3s ease;
  text-transform: uppercase;
}

/* line 175, node_modules/materialize-css/sass/components/_cards.scss */
.card .card-action a:not(.btn):not(.btn-large):not(.btn-large):not(.btn-floating):hover {
  color: #ffd8a6;
}

/* line 179, node_modules/materialize-css/sass/components/_cards.scss */
.card .card-reveal {
  padding: 24px;
  position: absolute;
  background-color: #fff;
  width: 100%;
  overflow-y: auto;
  left: 0;
  top: 100%;
  height: 100%;
  z-index: 3;
  display: none;
}

/* line 191, node_modules/materialize-css/sass/components/_cards.scss */
.card .card-reveal .card-title {
  cursor: pointer;
  display: block;
}

/* line 1, node_modules/materialize-css/sass/components/_toast.scss */
#toast-container {
  display: block;
  position: fixed;
  z-index: 10000;
}

@media only screen and (max-width : 600px) {
  /* line 1, node_modules/materialize-css/sass/components/_toast.scss */
  #toast-container {
    min-width: 100%;
    bottom: 0%;
  }
}

@media only screen and (min-width : 601px) and (max-width : 992px) {
  /* line 1, node_modules/materialize-css/sass/components/_toast.scss */
  #toast-container {
    left: 5%;
    bottom: 7%;
    max-width: 90%;
  }
}

@media only screen and (min-width : 993px) {
  /* line 1, node_modules/materialize-css/sass/components/_toast.scss */
  #toast-container {
    top: 10%;
    right: 7%;
    max-width: 86%;
  }
}

/* line 22, node_modules/materialize-css/sass/components/_toast.scss */
.toast {
  border-radius: 2px;
  top: 35px;
  width: auto;
  margin-top: 10px;
  position: relative;
  max-width: 100%;
  height: auto;
  min-height: 48px;
  line-height: 1.5em;
  word-break: break-all;
  background-color: #323232;
  padding: 10px 25px;
  font-size: 1.1rem;
  font-weight: 300;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: default;
}

/* line 44, node_modules/materialize-css/sass/components/_toast.scss */
.toast .toast-action {
  color: #eeff41;
  font-weight: 500;
  margin-right: -25px;
  margin-left: 3rem;
}

/* line 51, node_modules/materialize-css/sass/components/_toast.scss */
.toast.rounded {
  border-radius: 24px;
}

@media only screen and (max-width : 600px) {
  /* line 22, node_modules/materialize-css/sass/components/_toast.scss */
  .toast {
    width: 100%;
    border-radius: 0;
  }
}

/* line 1, node_modules/materialize-css/sass/components/_tabs.scss */
.tabs {
  position: relative;
  overflow-x: auto;
  overflow-y: hidden;
  height: 48px;
  width: 100%;
  background-color: #fff;
  margin: 0 auto;
  white-space: nowrap;
}

/* line 2, node_modules/materialize-css/sass/components/_tabs.scss */
.tabs.tabs-transparent {
  background-color: transparent;
}

/* line 5, node_modules/materialize-css/sass/components/_tabs.scss */
.tabs.tabs-transparent .tab a,
.tabs.tabs-transparent .tab.disabled a,
.tabs.tabs-transparent .tab.disabled a:hover {
  color: rgba(255, 255, 255, 0.7);
}

/* line 11, node_modules/materialize-css/sass/components/_tabs.scss */
.tabs.tabs-transparent .tab a:hover,
.tabs.tabs-transparent .tab a.active {
  color: #fff;
}

/* line 16, node_modules/materialize-css/sass/components/_tabs.scss */
.tabs.tabs-transparent .indicator {
  background-color: #fff;
}

/* line 21, node_modules/materialize-css/sass/components/_tabs.scss */
.tabs.tabs-fixed-width {
  display: flex;
}

/* line 24, node_modules/materialize-css/sass/components/_tabs.scss */
.tabs.tabs-fixed-width .tab {
  flex-grow: 1;
}

/* line 38, node_modules/materialize-css/sass/components/_tabs.scss */
.tabs .tab {
  display: inline-block;
  text-align: center;
  line-height: 48px;
  height: 48px;
  padding: 0;
  margin: 0;
  text-transform: uppercase;
}

/* line 47, node_modules/materialize-css/sass/components/_tabs.scss */
.tabs .tab a {
  color: rgba(238, 110, 115, 0.7);
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 24px;
  font-size: 14px;
  text-overflow: ellipsis;
  overflow: hidden;
  transition: color .28s ease;
}

/* line 48, node_modules/materialize-css/sass/components/_tabs.scss */
.tabs .tab a:hover, .tabs .tab a.active {
  background-color: transparent;
  color: #ee6e73;
}

/* line 65, node_modules/materialize-css/sass/components/_tabs.scss */
.tabs .tab.disabled a, .tabs .tab.disabled a:hover {
  color: rgba(238, 110, 115, 0.7);
  cursor: default;
}

/* line 71, node_modules/materialize-css/sass/components/_tabs.scss */
.tabs .indicator {
  position: absolute;
  bottom: 0;
  height: 2px;
  background-color: #f6b2b5;
  will-change: left, right;
}

@media only screen and (max-width : 992px) {
  /* line 82, node_modules/materialize-css/sass/components/_tabs.scss */
  .tabs {
    display: flex;
  }
  /* line 85, node_modules/materialize-css/sass/components/_tabs.scss */
  .tabs .tab {
    flex-grow: 1;
  }
  /* line 88, node_modules/materialize-css/sass/components/_tabs.scss */
  .tabs .tab a {
    padding: 0 12px;
  }
}

/* line 1, node_modules/materialize-css/sass/components/_tooltip.scss */
.material-tooltip {
  padding: 10px 8px;
  font-size: 1rem;
  z-index: 2000;
  background-color: transparent;
  border-radius: 2px;
  color: #fff;
  min-height: 36px;
  line-height: 120%;
  opacity: 0;
  position: absolute;
  text-align: center;
  max-width: calc(100% - 4px);
  overflow: hidden;
  left: 0;
  top: 0;
  pointer-events: none;
  visibility: hidden;
}

/* line 21, node_modules/materialize-css/sass/components/_tooltip.scss */
.backdrop {
  position: absolute;
  opacity: 0;
  height: 7px;
  width: 14px;
  border-radius: 0 0 50% 50%;
  background-color: #323232;
  z-index: -1;
  transform-origin: 50% 0%;
  visibility: hidden;
}

/* line 2, node_modules/materialize-css/sass/components/_buttons.scss */
.btn, .btn-large,
.btn-flat {
  border: none;
  border-radius: 2px;
  display: inline-block;
  height: 36px;
  line-height: 36px;
  padding: 0 2rem;
  text-transform: uppercase;
  vertical-align: middle;
  -webkit-tap-highlight-color: transparent;
}

/* line 17, node_modules/materialize-css/sass/components/_buttons.scss */
.btn.disabled,
.btn-floating.disabled,
.btn-large.disabled,
.btn-flat.disabled,
.btn:disabled,
.btn-floating:disabled,
.btn-large:disabled,
.btn-flat:disabled,
.btn[disabled],
.btn-floating[disabled],
.btn-large[disabled],
.btn-flat[disabled] {
  pointer-events: none;
  background-color: #DFDFDF !important;
  box-shadow: none;
  color: #9F9F9F !important;
  cursor: default;
}

/* line 35, node_modules/materialize-css/sass/components/_buttons.scss */
.btn.disabled:hover,
.btn-floating.disabled:hover,
.btn-large.disabled:hover,
.btn-flat.disabled:hover,
.btn:disabled:hover,
.btn-floating:disabled:hover,
.btn-large:disabled:hover,
.btn-flat:disabled:hover,
.btn[disabled]:hover,
.btn-floating[disabled]:hover,
.btn-large[disabled]:hover,
.btn-flat[disabled]:hover {
  background-color: #DFDFDF !important;
  color: #9F9F9F !important;
}

/* line 42, node_modules/materialize-css/sass/components/_buttons.scss */
.btn,
.btn-floating,
.btn-large,
.btn-flat {
  font-size: 1rem;
  outline: 0;
}

/* line 49, node_modules/materialize-css/sass/components/_buttons.scss */
.btn i,
.btn-floating i,
.btn-large i,
.btn-flat i {
  font-size: 1.3rem;
  line-height: inherit;
}

/* line 58, node_modules/materialize-css/sass/components/_buttons.scss */
.btn:focus, .btn-large:focus,
.btn-floating:focus {
  background-color: #1d7d74;
}

/* line 64, node_modules/materialize-css/sass/components/_buttons.scss */
.btn, .btn-large {
  text-decoration: none;
  color: #fff;
  background-color: #26a69a;
  text-align: center;
  letter-spacing: .5px;
  transition: .2s ease-out;
  cursor: pointer;
}

/* line 74, node_modules/materialize-css/sass/components/_buttons.scss */
.btn:hover, .btn-large:hover {
  background-color: #2bbbad;
}

/* line 81, node_modules/materialize-css/sass/components/_buttons.scss */
.btn-floating {
  display: inline-block;
  color: #fff;
  position: relative;
  overflow: hidden;
  z-index: 1;
  width: 40px;
  height: 40px;
  line-height: 40px;
  padding: 0;
  background-color: #26a69a;
  border-radius: 50%;
  transition: .3s;
  cursor: pointer;
  vertical-align: middle;
}

/* line 82, node_modules/materialize-css/sass/components/_buttons.scss */
.btn-floating:hover {
  background-color: #26a69a;
}

/* line 87, node_modules/materialize-css/sass/components/_buttons.scss */
.btn-floating:before {
  border-radius: 0;
}

/* line 91, node_modules/materialize-css/sass/components/_buttons.scss */
.btn-floating.btn-large {
  width: 56px;
  height: 56px;
}

/* line 92, node_modules/materialize-css/sass/components/_buttons.scss */
.btn-floating.btn-large.halfway-fab {
  bottom: -28px;
}

/* line 98, node_modules/materialize-css/sass/components/_buttons.scss */
.btn-floating.btn-large i {
  line-height: 56px;
}

/* line 103, node_modules/materialize-css/sass/components/_buttons.scss */
.btn-floating.halfway-fab {
  position: absolute;
  right: 24px;
  bottom: -20px;
}

/* line 104, node_modules/materialize-css/sass/components/_buttons.scss */
.btn-floating.halfway-fab.left {
  right: auto;
  left: 24px;
}

/* line 130, node_modules/materialize-css/sass/components/_buttons.scss */
.btn-floating i {
  width: inherit;
  display: inline-block;
  text-align: center;
  color: #fff;
  font-size: 1.6rem;
  line-height: 40px;
}

/* line 141, node_modules/materialize-css/sass/components/_buttons.scss */
button.btn-floating {
  border: none;
}

/* line 146, node_modules/materialize-css/sass/components/_buttons.scss */
.fixed-action-btn {
  position: fixed;
  right: 23px;
  bottom: 23px;
  padding-top: 15px;
  margin-bottom: 0;
  z-index: 997;
}

/* line 148, node_modules/materialize-css/sass/components/_buttons.scss */
.fixed-action-btn.active ul {
  visibility: visible;
}

/* line 153, node_modules/materialize-css/sass/components/_buttons.scss */
.fixed-action-btn.horizontal {
  padding: 0 0 0 15px;
}

/* line 156, node_modules/materialize-css/sass/components/_buttons.scss */
.fixed-action-btn.horizontal ul {
  text-align: right;
  right: 64px;
  top: 50%;
  transform: translateY(-50%);
  height: 100%;
  left: auto;
  width: 500px;
  /*width 100% only goes to width of button container */
}

/* line 165, node_modules/materialize-css/sass/components/_buttons.scss */
.fixed-action-btn.horizontal ul li {
  display: inline-block;
  margin: 15px 15px 0 0;
}

/* line 172, node_modules/materialize-css/sass/components/_buttons.scss */
.fixed-action-btn.toolbar {
  padding: 0;
  height: 56px;
}

/* line 174, node_modules/materialize-css/sass/components/_buttons.scss */
.fixed-action-btn.toolbar.active > a i {
  opacity: 0;
}

/* line 182, node_modules/materialize-css/sass/components/_buttons.scss */
.fixed-action-btn.toolbar ul {
  display: flex;
  top: 0;
  bottom: 0;
  z-index: 1;
}

/* line 188, node_modules/materialize-css/sass/components/_buttons.scss */
.fixed-action-btn.toolbar ul li {
  flex: 1;
  display: inline-block;
  margin: 0;
  height: 100%;
  transition: none;
}

/* line 195, node_modules/materialize-css/sass/components/_buttons.scss */
.fixed-action-btn.toolbar ul li a {
  display: block;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
  background-color: transparent;
  box-shadow: none;
  color: #fff;
  line-height: 56px;
  z-index: 1;
}

/* line 207, node_modules/materialize-css/sass/components/_buttons.scss */
.fixed-action-btn.toolbar ul li a i {
  line-height: inherit;
}

/* line 222, node_modules/materialize-css/sass/components/_buttons.scss */
.fixed-action-btn ul {
  left: 0;
  right: 0;
  text-align: center;
  position: absolute;
  bottom: 64px;
  margin: 0;
  visibility: hidden;
}

/* line 231, node_modules/materialize-css/sass/components/_buttons.scss */
.fixed-action-btn ul li {
  margin-bottom: 15px;
}

/* line 235, node_modules/materialize-css/sass/components/_buttons.scss */
.fixed-action-btn ul a.btn-floating {
  opacity: 0;
}

/* line 240, node_modules/materialize-css/sass/components/_buttons.scss */
.fixed-action-btn .fab-backdrop {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 40px;
  height: 40px;
  background-color: #26a69a;
  border-radius: 50%;
  transform: scale(0);
}

/* line 254, node_modules/materialize-css/sass/components/_buttons.scss */
.btn-flat {
  box-shadow: none;
  background-color: transparent;
  color: #343434;
  cursor: pointer;
  transition: background-color .2s;
}

/* line 261, node_modules/materialize-css/sass/components/_buttons.scss */
.btn-flat:focus, .btn-flat:hover {
  box-shadow: none;
}

/* line 266, node_modules/materialize-css/sass/components/_buttons.scss */
.btn-flat:focus {
  background-color: rgba(0, 0, 0, 0.1);
}

/* line 270, node_modules/materialize-css/sass/components/_buttons.scss */
.btn-flat.disabled {
  background-color: transparent !important;
  color: #b3b3b3 !important;
  cursor: default;
}

/* line 278, node_modules/materialize-css/sass/components/_buttons.scss */
.btn-large {
  height: 54px;
  line-height: 54px;
}

/* line 283, node_modules/materialize-css/sass/components/_buttons.scss */
.btn-large i {
  font-size: 1.6rem;
}

/* line 289, node_modules/materialize-css/sass/components/_buttons.scss */
.btn-block {
  display: block;
}

/* line 1, node_modules/materialize-css/sass/components/_dropdown.scss */
.dropdown-content {
  background-color: #fff;
  margin: 0;
  display: none;
  min-width: 100px;
  max-height: 650px;
  overflow-y: auto;
  opacity: 0;
  position: absolute;
  z-index: 999;
  will-change: width, height;
}

/* line 14, node_modules/materialize-css/sass/components/_dropdown.scss */
.dropdown-content li {
  clear: both;
  color: rgba(0, 0, 0, 0.87);
  cursor: pointer;
  min-height: 50px;
  line-height: 1.5rem;
  width: 100%;
  text-align: left;
  text-transform: none;
}

/* line 24, node_modules/materialize-css/sass/components/_dropdown.scss */
.dropdown-content li:hover, .dropdown-content li.active, .dropdown-content li.selected {
  background-color: #eee;
}

/* line 28, node_modules/materialize-css/sass/components/_dropdown.scss */
.dropdown-content li.active.selected {
  background-color: #e1e1e1;
}

/* line 32, node_modules/materialize-css/sass/components/_dropdown.scss */
.dropdown-content li.divider {
  min-height: 0;
  height: 1px;
}

/* line 37, node_modules/materialize-css/sass/components/_dropdown.scss */
.dropdown-content li > a, .dropdown-content li > span {
  font-size: 16px;
  color: #26a69a;
  display: block;
  line-height: 22px;
  padding: 14px 16px;
}

/* line 45, node_modules/materialize-css/sass/components/_dropdown.scss */
.dropdown-content li > span > label {
  top: 1px;
  left: 0;
  height: 18px;
}

/* line 52, node_modules/materialize-css/sass/components/_dropdown.scss */
.dropdown-content li > a > i {
  height: inherit;
  line-height: inherit;
  float: left;
  margin: 0 24px 0 0;
  width: 24px;
}

/* line 63, node_modules/materialize-css/sass/components/_dropdown.scss */
.input-field.col .dropdown-content [type="checkbox"] + label {
  top: 1px;
  left: 0;
  height: 18px;
}

/*!
 * Waves v0.6.0
 * http://fian.my.id/Waves
 *
 * Copyright 2014 Alfiana E. Sibuea and other contributors
 * Released under the MIT license
 * https://github.com/fians/Waves/blob/master/LICENSE
 */
/* line 12, node_modules/materialize-css/sass/components/_waves.scss */
.waves-effect {
  position: relative;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  -webkit-tap-highlight-color: transparent;
  vertical-align: middle;
  z-index: 1;
  transition: .3s ease-out;
}

/* line 23, node_modules/materialize-css/sass/components/_waves.scss */
.waves-effect .waves-ripple {
  position: absolute;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  opacity: 0;
  background: rgba(0, 0, 0, 0.2);
  transition: all 0.7s ease-out;
  transition-property: transform, opacity;
  transform: scale(0);
  pointer-events: none;
}

/* line 40, node_modules/materialize-css/sass/components/_waves.scss */
.waves-effect.waves-light .waves-ripple {
  background-color: rgba(255, 255, 255, 0.45);
}

/* line 43, node_modules/materialize-css/sass/components/_waves.scss */
.waves-effect.waves-red .waves-ripple {
  background-color: rgba(244, 67, 54, 0.7);
}

/* line 46, node_modules/materialize-css/sass/components/_waves.scss */
.waves-effect.waves-yellow .waves-ripple {
  background-color: rgba(255, 235, 59, 0.7);
}

/* line 49, node_modules/materialize-css/sass/components/_waves.scss */
.waves-effect.waves-orange .waves-ripple {
  background-color: rgba(255, 152, 0, 0.7);
}

/* line 52, node_modules/materialize-css/sass/components/_waves.scss */
.waves-effect.waves-purple .waves-ripple {
  background-color: rgba(156, 39, 176, 0.7);
}

/* line 55, node_modules/materialize-css/sass/components/_waves.scss */
.waves-effect.waves-green .waves-ripple {
  background-color: rgba(76, 175, 80, 0.7);
}

/* line 58, node_modules/materialize-css/sass/components/_waves.scss */
.waves-effect.waves-teal .waves-ripple {
  background-color: rgba(0, 150, 136, 0.7);
}

/* line 63, node_modules/materialize-css/sass/components/_waves.scss */
.waves-effect input[type="button"], .waves-effect input[type="reset"], .waves-effect input[type="submit"] {
  border: 0;
  font-style: normal;
  font-size: inherit;
  text-transform: inherit;
  background: none;
}

/* line 71, node_modules/materialize-css/sass/components/_waves.scss */
.waves-effect img {
  position: relative;
  z-index: -1;
}

/* line 77, node_modules/materialize-css/sass/components/_waves.scss */
.waves-notransition {
  transition: none !important;
}

/* line 81, node_modules/materialize-css/sass/components/_waves.scss */
.waves-circle {
  transform: translateZ(0);
  -webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%);
}

/* line 86, node_modules/materialize-css/sass/components/_waves.scss */
.waves-input-wrapper {
  border-radius: 0.2em;
  vertical-align: bottom;
}

/* line 90, node_modules/materialize-css/sass/components/_waves.scss */
.waves-input-wrapper .waves-button-input {
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
}

/* line 98, node_modules/materialize-css/sass/components/_waves.scss */
.waves-circle {
  text-align: center;
  width: 2.5em;
  height: 2.5em;
  line-height: 2.5em;
  border-radius: 50%;
  -webkit-mask-image: none;
}

/* line 107, node_modules/materialize-css/sass/components/_waves.scss */
.waves-block {
  display: block;
}

/* Firefox Bug: link not triggered */
/* line 112, node_modules/materialize-css/sass/components/_waves.scss */
.waves-effect .waves-ripple {
  z-index: -1;
}

/* line 1, node_modules/materialize-css/sass/components/_modal.scss */
.modal {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  background-color: #fafafa;
  padding: 0;
  max-height: 70%;
  width: 55%;
  margin: auto;
  overflow-y: auto;
  border-radius: 2px;
  will-change: top, opacity;
}

@media only screen and (max-width : 992px) {
  /* line 1, node_modules/materialize-css/sass/components/_modal.scss */
  .modal {
    width: 80%;
  }
}

/* line 22, node_modules/materialize-css/sass/components/_modal.scss */
.modal h1, .modal h2, .modal h3, .modal h4 {
  margin-top: 0;
}

/* line 26, node_modules/materialize-css/sass/components/_modal.scss */
.modal .modal-content {
  padding: 24px;
}

/* line 29, node_modules/materialize-css/sass/components/_modal.scss */
.modal .modal-close {
  cursor: pointer;
}

/* line 33, node_modules/materialize-css/sass/components/_modal.scss */
.modal .modal-footer {
  border-radius: 0 0 2px 2px;
  background-color: #fafafa;
  padding: 4px 6px;
  height: 56px;
  width: 100%;
  text-align: right;
}

/* line 41, node_modules/materialize-css/sass/components/_modal.scss */
.modal .modal-footer .btn, .modal .modal-footer .btn-large, .modal .modal-footer .btn-flat {
  margin: 6px 0;
}

/* line 46, node_modules/materialize-css/sass/components/_modal.scss */
.modal-overlay {
  position: fixed;
  z-index: 999;
  top: -25%;
  left: 0;
  bottom: 0;
  right: 0;
  height: 125%;
  width: 100%;
  background: #000;
  display: none;
  will-change: opacity;
}

/* line 62, node_modules/materialize-css/sass/components/_modal.scss */
.modal.modal-fixed-footer {
  padding: 0;
  height: 70%;
}

/* line 66, node_modules/materialize-css/sass/components/_modal.scss */
.modal.modal-fixed-footer .modal-content {
  position: absolute;
  height: calc(100% - 56px);
  max-height: 100%;
  width: 100%;
  overflow-y: auto;
}

/* line 74, node_modules/materialize-css/sass/components/_modal.scss */
.modal.modal-fixed-footer .modal-footer {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  position: absolute;
  bottom: 0;
}

/* line 82, node_modules/materialize-css/sass/components/_modal.scss */
.modal.bottom-sheet {
  top: auto;
  bottom: -100%;
  margin: 0;
  width: 100%;
  max-height: 45%;
  border-radius: 0;
  will-change: bottom, opacity;
}

/* line 1, node_modules/materialize-css/sass/components/_collapsible.scss */
.collapsible {
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
  margin: 0.5rem 0 1rem 0;
}

/* line 9, node_modules/materialize-css/sass/components/_collapsible.scss */
.collapsible-header {
  display: flex;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  line-height: 1.5;
  padding: 1rem;
  background-color: #fff;
  border-bottom: 1px solid #ddd;
}

/* line 18, node_modules/materialize-css/sass/components/_collapsible.scss */
.collapsible-header i {
  width: 2rem;
  font-size: 1.6rem;
  display: inline-block;
  text-align: center;
  margin-right: 1rem;
}

/* line 27, node_modules/materialize-css/sass/components/_collapsible.scss */
.collapsible-body {
  display: none;
  border-bottom: 1px solid #ddd;
  box-sizing: border-box;
  padding: 2rem;
}

/* line 38, node_modules/materialize-css/sass/components/_collapsible.scss */
.side-nav .collapsible,
.side-nav.fixed .collapsible {
  border: none;
  box-shadow: none;
}

/* line 42, node_modules/materialize-css/sass/components/_collapsible.scss */
.side-nav .collapsible li,
.side-nav.fixed .collapsible li {
  padding: 0;
}

/* line 45, node_modules/materialize-css/sass/components/_collapsible.scss */
.side-nav .collapsible-header,
.side-nav.fixed .collapsible-header {
  background-color: transparent;
  border: none;
  line-height: inherit;
  height: inherit;
  padding: 0 16px;
}

/* line 52, node_modules/materialize-css/sass/components/_collapsible.scss */
.side-nav .collapsible-header:hover,
.side-nav.fixed .collapsible-header:hover {
  background-color: rgba(0, 0, 0, 0.05);
}

/* line 53, node_modules/materialize-css/sass/components/_collapsible.scss */
.side-nav .collapsible-header i,
.side-nav.fixed .collapsible-header i {
  line-height: inherit;
}

/* line 56, node_modules/materialize-css/sass/components/_collapsible.scss */
.side-nav .collapsible-body,
.side-nav.fixed .collapsible-body {
  border: 0;
  background-color: #fff;
}

/* line 60, node_modules/materialize-css/sass/components/_collapsible.scss */
.side-nav .collapsible-body li a,
.side-nav.fixed .collapsible-body li a {
  padding: 0 23.5px 0 31px;
}

/* line 70, node_modules/materialize-css/sass/components/_collapsible.scss */
.collapsible.popout {
  border: none;
  box-shadow: none;
}

/* line 73, node_modules/materialize-css/sass/components/_collapsible.scss */
.collapsible.popout > li {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  margin: 0 24px;
  transition: margin 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* line 79, node_modules/materialize-css/sass/components/_collapsible.scss */
.collapsible.popout > li.active {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  margin: 16px 0;
}

/* line 1, node_modules/materialize-css/sass/components/_chips.scss */
.chip {
  display: inline-block;
  height: 32px;
  font-size: 13px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.6);
  line-height: 32px;
  padding: 0 12px;
  border-radius: 16px;
  background-color: #e4e4e4;
  margin-bottom: 5px;
  margin-right: 5px;
}

/* line 14, node_modules/materialize-css/sass/components/_chips.scss */
.chip > img {
  float: left;
  margin: 0 8px 0 -12px;
  height: 32px;
  width: 32px;
  border-radius: 50%;
}

/* line 22, node_modules/materialize-css/sass/components/_chips.scss */
.chip .close {
  cursor: pointer;
  float: right;
  font-size: 16px;
  line-height: 32px;
  padding-left: 8px;
}

/* line 31, node_modules/materialize-css/sass/components/_chips.scss */
.chips {
  border: none;
  border-bottom: 1px solid #9e9e9e;
  box-shadow: none;
  margin: 0 0 20px 0;
  min-height: 45px;
  outline: none;
  transition: all .3s;
}

/* line 40, node_modules/materialize-css/sass/components/_chips.scss */
.chips.focus {
  border-bottom: 1px solid #26a69a;
  box-shadow: 0 1px 0 0 #26a69a;
}

/* line 45, node_modules/materialize-css/sass/components/_chips.scss */
.chips:hover {
  cursor: text;
}

/* line 49, node_modules/materialize-css/sass/components/_chips.scss */
.chips .chip.selected {
  background-color: #26a69a;
  color: #fff;
}

/* line 54, node_modules/materialize-css/sass/components/_chips.scss */
.chips .input {
  background: none;
  border: 0;
  color: rgba(0, 0, 0, 0.6);
  display: inline-block;
  font-size: 1rem;
  height: 3rem;
  line-height: 32px;
  outline: 0;
  margin: 0;
  padding: 0 !important;
  width: 120px !important;
}

/* line 68, node_modules/materialize-css/sass/components/_chips.scss */
.chips .input:focus {
  border: 0 !important;
  box-shadow: none !important;
}

/* line 74, node_modules/materialize-css/sass/components/_chips.scss */
.chips .autocomplete-content {
  margin-top: 0;
  margin-bottom: 0;
}

/* line 81, node_modules/materialize-css/sass/components/_chips.scss */
.prefix ~ .chips {
  margin-left: 3rem;
  width: 92%;
  width: calc(100% - 3rem);
}

/* line 86, node_modules/materialize-css/sass/components/_chips.scss */
.chips:empty ~ label {
  font-size: 0.8rem;
  transform: translateY(-140%);
}

/* line 1, node_modules/materialize-css/sass/components/_materialbox.scss */
.materialboxed {
  display: block;
  cursor: zoom-in;
  position: relative;
  transition: opacity .4s;
  -webkit-backface-visibility: hidden;
}

/* line 3, node_modules/materialize-css/sass/components/_materialbox.scss */
.materialboxed:hover:not(.active) {
  opacity: .8;
}

/* line 14, node_modules/materialize-css/sass/components/_materialbox.scss */
.materialboxed.active {
  cursor: zoom-out;
}

/* line 19, node_modules/materialize-css/sass/components/_materialbox.scss */
#materialbox-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #292929;
  z-index: 1000;
  will-change: opacity;
}

/* line 30, node_modules/materialize-css/sass/components/_materialbox.scss */
.materialbox-caption {
  position: fixed;
  display: none;
  color: #fff;
  line-height: 50px;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  padding: 0% 15%;
  height: 50px;
  z-index: 1000;
  -webkit-font-smoothing: antialiased;
}

/* line 2, node_modules/materialize-css/sass/components/forms/_forms.scss */
select:focus {
  outline: 1px solid #c9f3ef;
}

/* line 6, node_modules/materialize-css/sass/components/forms/_forms.scss */
button:focus {
  outline: none;
  background-color: #2ab7a9;
}

/* line 11, node_modules/materialize-css/sass/components/forms/_forms.scss */
label {
  font-size: 0.8rem;
  color: #9e9e9e;
}

/* Text Inputs + Textarea
   ========================================================================== */
/* Style Placeholders */
/* line 6, node_modules/materialize-css/sass/components/forms/_input-fields.scss */
::-moz-placeholder {
  color: #d1d1d1;
}
::placeholder {
  color: #d1d1d1;
}

/* Text inputs */
/* line 12, node_modules/materialize-css/sass/components/forms/_input-fields.scss */
input:not([type]),
input[type=text]:not(.browser-default),
input[type=password]:not(.browser-default),
input[type=email]:not(.browser-default),
input[type=url]:not(.browser-default),
input[type=time]:not(.browser-default),
input[type=date]:not(.browser-default),
input[type=datetime]:not(.browser-default),
input[type=datetime-local]:not(.browser-default),
input[type=tel]:not(.browser-default),
input[type=number]:not(.browser-default),
input[type=search]:not(.browser-default),
textarea.materialize-textarea {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #9e9e9e;
  border-radius: 0;
  outline: none;
  height: 3rem;
  width: 100%;
  font-size: 1rem;
  margin: 0 0 20px 0;
  padding: 0;
  box-shadow: none;
  box-sizing: content-box;
  transition: all 0.3s;
}

/* line 42, node_modules/materialize-css/sass/components/forms/_input-fields.scss */
input:not([type]):disabled, input[readonly="readonly"]:not([type]),
input[type=text]:not(.browser-default):disabled,
input[type=text][readonly="readonly"]:not(.browser-default),
input[type=password]:not(.browser-default):disabled,
input[type=password][readonly="readonly"]:not(.browser-default),
input[type=email]:not(.browser-default):disabled,
input[type=email][readonly="readonly"]:not(.browser-default),
input[type=url]:not(.browser-default):disabled,
input[type=url][readonly="readonly"]:not(.browser-default),
input[type=time]:not(.browser-default):disabled,
input[type=time][readonly="readonly"]:not(.browser-default),
input[type=date]:not(.browser-default):disabled,
input[type=date][readonly="readonly"]:not(.browser-default),
input[type=datetime]:not(.browser-default):disabled,
input[type=datetime][readonly="readonly"]:not(.browser-default),
input[type=datetime-local]:not(.browser-default):disabled,
input[type=datetime-local][readonly="readonly"]:not(.browser-default),
input[type=tel]:not(.browser-default):disabled,
input[type=tel][readonly="readonly"]:not(.browser-default),
input[type=number]:not(.browser-default):disabled,
input[type=number][readonly="readonly"]:not(.browser-default),
input[type=search]:not(.browser-default):disabled,
input[type=search][readonly="readonly"]:not(.browser-default),
textarea.materialize-textarea:disabled,
textarea.materialize-textarea[readonly="readonly"] {
  color: rgba(0, 0, 0, 0.42);
  border-bottom: 1px dotted rgba(0, 0, 0, 0.42);
}

/* line 49, node_modules/materialize-css/sass/components/forms/_input-fields.scss */
input:not([type]):disabled + label, input[readonly="readonly"]:not([type]) + label,
input[type=text]:not(.browser-default):disabled + label,
input[type=text][readonly="readonly"]:not(.browser-default) + label,
input[type=password]:not(.browser-default):disabled + label,
input[type=password][readonly="readonly"]:not(.browser-default) + label,
input[type=email]:not(.browser-default):disabled + label,
input[type=email][readonly="readonly"]:not(.browser-default) + label,
input[type=url]:not(.browser-default):disabled + label,
input[type=url][readonly="readonly"]:not(.browser-default) + label,
input[type=time]:not(.browser-default):disabled + label,
input[type=time][readonly="readonly"]:not(.browser-default) + label,
input[type=date]:not(.browser-default):disabled + label,
input[type=date][readonly="readonly"]:not(.browser-default) + label,
input[type=datetime]:not(.browser-default):disabled + label,
input[type=datetime][readonly="readonly"]:not(.browser-default) + label,
input[type=datetime-local]:not(.browser-default):disabled + label,
input[type=datetime-local][readonly="readonly"]:not(.browser-default) + label,
input[type=tel]:not(.browser-default):disabled + label,
input[type=tel][readonly="readonly"]:not(.browser-default) + label,
input[type=number]:not(.browser-default):disabled + label,
input[type=number][readonly="readonly"]:not(.browser-default) + label,
input[type=search]:not(.browser-default):disabled + label,
input[type=search][readonly="readonly"]:not(.browser-default) + label,
textarea.materialize-textarea:disabled + label,
textarea.materialize-textarea[readonly="readonly"] + label {
  color: rgba(0, 0, 0, 0.42);
}

/* line 55, node_modules/materialize-css/sass/components/forms/_input-fields.scss */
input:not([type]):focus:not([readonly]),
input[type=text]:not(.browser-default):focus:not([readonly]),
input[type=password]:not(.browser-default):focus:not([readonly]),
input[type=email]:not(.browser-default):focus:not([readonly]),
input[type=url]:not(.browser-default):focus:not([readonly]),
input[type=time]:not(.browser-default):focus:not([readonly]),
input[type=date]:not(.browser-default):focus:not([readonly]),
input[type=datetime]:not(.browser-default):focus:not([readonly]),
input[type=datetime-local]:not(.browser-default):focus:not([readonly]),
input[type=tel]:not(.browser-default):focus:not([readonly]),
input[type=number]:not(.browser-default):focus:not([readonly]),
input[type=search]:not(.browser-default):focus:not([readonly]),
textarea.materialize-textarea:focus:not([readonly]) {
  border-bottom: 1px solid #26a69a;
  box-shadow: 0 1px 0 0 #26a69a;
}

/* line 61, node_modules/materialize-css/sass/components/forms/_input-fields.scss */
input:not([type]):focus:not([readonly]) + label,
input[type=text]:not(.browser-default):focus:not([readonly]) + label,
input[type=password]:not(.browser-default):focus:not([readonly]) + label,
input[type=email]:not(.browser-default):focus:not([readonly]) + label,
input[type=url]:not(.browser-default):focus:not([readonly]) + label,
input[type=time]:not(.browser-default):focus:not([readonly]) + label,
input[type=date]:not(.browser-default):focus:not([readonly]) + label,
input[type=datetime]:not(.browser-default):focus:not([readonly]) + label,
input[type=datetime-local]:not(.browser-default):focus:not([readonly]) + label,
input[type=tel]:not(.browser-default):focus:not([readonly]) + label,
input[type=number]:not(.browser-default):focus:not([readonly]) + label,
input[type=search]:not(.browser-default):focus:not([readonly]) + label,
textarea.materialize-textarea:focus:not([readonly]) + label {
  color: #26a69a;
}

/* line 90, node_modules/materialize-css/sass/components/forms/_input-fields.scss */
input.validate:not([type]) + label,
input.validate[type=text]:not(.browser-default) + label,
input.validate[type=password]:not(.browser-default) + label,
input.validate[type=email]:not(.browser-default) + label,
input.validate[type=url]:not(.browser-default) + label,
input.validate[type=time]:not(.browser-default) + label,
input.validate[type=date]:not(.browser-default) + label,
input.validate[type=datetime]:not(.browser-default) + label,
input.validate[type=datetime-local]:not(.browser-default) + label,
input.validate[type=tel]:not(.browser-default) + label,
input.validate[type=number]:not(.browser-default) + label,
input.validate[type=search]:not(.browser-default) + label,
textarea.materialize-textarea.validate + label {
  width: 100%;
}

/* line 100, node_modules/materialize-css/sass/components/forms/_input-fields.scss */
input.invalid:not([type]) + label:after, input.valid:not([type]) + label:after,
input.invalid[type=text]:not(.browser-default) + label:after,
input.valid[type=text]:not(.browser-default) + label:after,
input.invalid[type=password]:not(.browser-default) + label:after,
input.valid[type=password]:not(.browser-default) + label:after,
input.invalid[type=email]:not(.browser-default) + label:after,
input.valid[type=email]:not(.browser-default) + label:after,
input.invalid[type=url]:not(.browser-default) + label:after,
input.valid[type=url]:not(.browser-default) + label:after,
input.invalid[type=time]:not(.browser-default) + label:after,
input.valid[type=time]:not(.browser-default) + label:after,
input.invalid[type=date]:not(.browser-default) + label:after,
input.valid[type=date]:not(.browser-default) + label:after,
input.invalid[type=datetime]:not(.browser-default) + label:after,
input.valid[type=datetime]:not(.browser-default) + label:after,
input.invalid[type=datetime-local]:not(.browser-default) + label:after,
input.valid[type=datetime-local]:not(.browser-default) + label:after,
input.invalid[type=tel]:not(.browser-default) + label:after,
input.valid[type=tel]:not(.browser-default) + label:after,
input.invalid[type=number]:not(.browser-default) + label:after,
input.valid[type=number]:not(.browser-default) + label:after,
input.invalid[type=search]:not(.browser-default) + label:after,
input.valid[type=search]:not(.browser-default) + label:after,
textarea.materialize-textarea.invalid + label:after,
textarea.materialize-textarea.valid + label:after {
  display: none;
}

/* line 105, node_modules/materialize-css/sass/components/forms/_input-fields.scss */
input.invalid:not([type]) + label.active:after, input.valid:not([type]) + label.active:after,
input.invalid[type=text]:not(.browser-default) + label.active:after,
input.valid[type=text]:not(.browser-default) + label.active:after,
input.invalid[type=password]:not(.browser-default) + label.active:after,
input.valid[type=password]:not(.browser-default) + label.active:after,
input.invalid[type=email]:not(.browser-default) + label.active:after,
input.valid[type=email]:not(.browser-default) + label.active:after,
input.invalid[type=url]:not(.browser-default) + label.active:after,
input.valid[type=url]:not(.browser-default) + label.active:after,
input.invalid[type=time]:not(.browser-default) + label.active:after,
input.valid[type=time]:not(.browser-default) + label.active:after,
input.invalid[type=date]:not(.browser-default) + label.active:after,
input.valid[type=date]:not(.browser-default) + label.active:after,
input.invalid[type=datetime]:not(.browser-default) + label.active:after,
input.valid[type=datetime]:not(.browser-default) + label.active:after,
input.invalid[type=datetime-local]:not(.browser-default) + label.active:after,
input.valid[type=datetime-local]:not(.browser-default) + label.active:after,
input.invalid[type=tel]:not(.browser-default) + label.active:after,
input.valid[type=tel]:not(.browser-default) + label.active:after,
input.invalid[type=number]:not(.browser-default) + label.active:after,
input.valid[type=number]:not(.browser-default) + label.active:after,
input.invalid[type=search]:not(.browser-default) + label.active:after,
input.valid[type=search]:not(.browser-default) + label.active:after,
textarea.materialize-textarea.invalid + label.active:after,
textarea.materialize-textarea.valid + label.active:after {
  display: block;
}

/* Validation Sass Placeholders */
/* line 113, node_modules/materialize-css/sass/components/forms/_input-fields.scss */
.select-wrapper.valid > input.select-dropdown, input.valid:not([type]), input.valid:not([type]):focus,
input.valid[type=text]:not(.browser-default),
input.valid[type=password]:not(.browser-default),
input.valid[type=email]:not(.browser-default),
input.valid[type=url]:not(.browser-default),
input.valid[type=time]:not(.browser-default),
input.valid[type=date]:not(.browser-default),
input.valid[type=datetime]:not(.browser-default),
input.valid[type=datetime-local]:not(.browser-default),
input.valid[type=tel]:not(.browser-default),
input.valid[type=number]:not(.browser-default),
input.valid[type=search]:not(.browser-default),
textarea.materialize-textarea.valid,
textarea.materialize-textarea.valid:focus {
  border-bottom: 1px solid #4CAF50;
  box-shadow: 0 1px 0 0 #4CAF50;
}

/* line 117, node_modules/materialize-css/sass/components/forms/_input-fields.scss */
.select-wrapper.invalid > input.select-dropdown, input.invalid:not([type]), input.invalid:not([type]):focus,
input.invalid[type=text]:not(.browser-default),
input.invalid[type=password]:not(.browser-default),
input.invalid[type=email]:not(.browser-default),
input.invalid[type=url]:not(.browser-default),
input.invalid[type=time]:not(.browser-default),
input.invalid[type=date]:not(.browser-default),
input.invalid[type=datetime]:not(.browser-default),
input.invalid[type=datetime-local]:not(.browser-default),
input.invalid[type=tel]:not(.browser-default),
input.invalid[type=number]:not(.browser-default),
input.invalid[type=search]:not(.browser-default),
textarea.materialize-textarea.invalid,
textarea.materialize-textarea.invalid:focus {
  border-bottom: 1px solid #F44336;
  box-shadow: 0 1px 0 0 #F44336;
}

/* line 121, node_modules/materialize-css/sass/components/forms/_input-fields.scss */
.select-wrapper.valid + label:after, input.valid:not([type]) + label:after, input.valid:not([type]):focus + label:after,
input.valid[type=text]:not(.browser-default) + label:after,
input.valid[type=password]:not(.browser-default) + label:after,
input.valid[type=email]:not(.browser-default) + label:after,
input.valid[type=url]:not(.browser-default) + label:after,
input.valid[type=time]:not(.browser-default) + label:after,
input.valid[type=date]:not(.browser-default) + label:after,
input.valid[type=datetime]:not(.browser-default) + label:after,
input.valid[type=datetime-local]:not(.browser-default) + label:after,
input.valid[type=tel]:not(.browser-default) + label:after,
input.valid[type=number]:not(.browser-default) + label:after,
input.valid[type=search]:not(.browser-default) + label:after,
textarea.materialize-textarea.valid + label:after,
textarea.materialize-textarea.valid:focus + label:after {
  content: attr(data-success);
  color: #4CAF50;
  opacity: 1;
  transform: translateY(9px);
}

/* line 127, node_modules/materialize-css/sass/components/forms/_input-fields.scss */
.select-wrapper.invalid + label:after, input.invalid:not([type]) + label:after, input.invalid:not([type]):focus + label:after,
input.invalid[type=text]:not(.browser-default) + label:after,
input.invalid[type=password]:not(.browser-default) + label:after,
input.invalid[type=email]:not(.browser-default) + label:after,
input.invalid[type=url]:not(.browser-default) + label:after,
input.invalid[type=time]:not(.browser-default) + label:after,
input.invalid[type=date]:not(.browser-default) + label:after,
input.invalid[type=datetime]:not(.browser-default) + label:after,
input.invalid[type=datetime-local]:not(.browser-default) + label:after,
input.invalid[type=tel]:not(.browser-default) + label:after,
input.invalid[type=number]:not(.browser-default) + label:after,
input.invalid[type=search]:not(.browser-default) + label:after,
textarea.materialize-textarea.invalid + label:after,
textarea.materialize-textarea.invalid:focus + label:after {
  content: attr(data-error);
  color: #F44336;
  opacity: 1;
  transform: translateY(9px);
}

/* line 133, node_modules/materialize-css/sass/components/forms/_input-fields.scss */
.select-wrapper + label:after, input:not([type]) + label:after,
input[type=text]:not(.browser-default) + label:after,
input[type=password]:not(.browser-default) + label:after,
input[type=email]:not(.browser-default) + label:after,
input[type=url]:not(.browser-default) + label:after,
input[type=time]:not(.browser-default) + label:after,
input[type=date]:not(.browser-default) + label:after,
input[type=datetime]:not(.browser-default) + label:after,
input[type=datetime-local]:not(.browser-default) + label:after,
input[type=tel]:not(.browser-default) + label:after,
input[type=number]:not(.browser-default) + label:after,
input[type=search]:not(.browser-default) + label:after,
textarea.materialize-textarea + label:after {
  display: block;
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  opacity: 0;
  transition: .2s opacity ease-out, .2s color ease-out;
}

/* line 145, node_modules/materialize-css/sass/components/forms/_input-fields.scss */
.input-field {
  position: relative;
  margin-top: 1rem;
}

/* line 147, node_modules/materialize-css/sass/components/forms/_input-fields.scss */
.input-field.inline {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}

/* line 152, node_modules/materialize-css/sass/components/forms/_input-fields.scss */
.input-field.inline input,
.input-field.inline .select-dropdown {
  margin-bottom: 1rem;
}

/* line 160, node_modules/materialize-css/sass/components/forms/_input-fields.scss */
.input-field.col label {
  left: 0.75rem;
}

/* line 164, node_modules/materialize-css/sass/components/forms/_input-fields.scss */
.input-field.col .prefix ~ label,
.input-field.col .prefix ~ .validate ~ label {
  width: calc(100% - 3rem - 1.5rem);
}

/* line 173, node_modules/materialize-css/sass/components/forms/_input-fields.scss */
.input-field label {
  color: #9e9e9e;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  font-size: 1rem;
  cursor: text;
  transition: transform .2s ease-out;
  transform-origin: 0% 100%;
  text-align: initial;
  transform: translateY(12px);
  pointer-events: none;
}

/* line 187, node_modules/materialize-css/sass/components/forms/_input-fields.scss */
.input-field label.active:not(.label-icon) {
  transform: translateY(-14px) scale(0.8);
  transform-origin: 0 0;
}

/* line 194, node_modules/materialize-css/sass/components/forms/_input-fields.scss */
.input-field .prefix {
  position: absolute;
  width: 3rem;
  font-size: 2rem;
  transition: color .2s;
}

/* line 200, node_modules/materialize-css/sass/components/forms/_input-fields.scss */
.input-field .prefix.active {
  color: #26a69a;
}

/* line 203, node_modules/materialize-css/sass/components/forms/_input-fields.scss */
.input-field .prefix ~ input,
.input-field .prefix ~ textarea,
.input-field .prefix ~ label,
.input-field .prefix ~ .validate ~ label,
.input-field .prefix ~ .autocomplete-content {
  margin-left: 3rem;
  width: 92%;
  width: calc(100% - 3rem);
}

/* line 213, node_modules/materialize-css/sass/components/forms/_input-fields.scss */
.input-field .prefix ~ label {
  margin-left: 3rem;
}

@media only screen and (max-width : 992px) {
  /* line 216, node_modules/materialize-css/sass/components/forms/_input-fields.scss */
  .input-field .prefix ~ input {
    width: 86%;
    width: calc(100% - 3rem);
  }
}

@media only screen and (max-width : 600px) {
  /* line 223, node_modules/materialize-css/sass/components/forms/_input-fields.scss */
  .input-field .prefix ~ input {
    width: 80%;
    width: calc(100% - 3rem);
  }
}

/* Search Field */
/* line 233, node_modules/materialize-css/sass/components/forms/_input-fields.scss */
.input-field input[type=search] {
  display: block;
  line-height: inherit;
}

/* line 237, node_modules/materialize-css/sass/components/forms/_input-fields.scss */
.nav-wrapper .input-field input[type=search] {
  height: inherit;
  padding-left: 4rem;
  width: calc(100% - 4rem);
  border: 0;
  box-shadow: none;
}

/* line 245, node_modules/materialize-css/sass/components/forms/_input-fields.scss */
.input-field input[type=search]:focus {
  background-color: #fff;
  border: 0;
  box-shadow: none;
  color: #444;
}

/* line 251, node_modules/materialize-css/sass/components/forms/_input-fields.scss */
.input-field input[type=search]:focus + label i, .input-field input[type=search]:focus ~ .mdi-navigation-close, .input-field input[type=search]:focus ~ .material-icons {
  color: #444;
}

/* line 258, node_modules/materialize-css/sass/components/forms/_input-fields.scss */
.input-field input[type=search] + label {
  left: 1rem;
}

/* line 262, node_modules/materialize-css/sass/components/forms/_input-fields.scss */
.input-field input[type=search] ~ .mdi-navigation-close, .input-field input[type=search] ~ .material-icons {
  position: absolute;
  top: 0;
  right: 1rem;
  color: transparent;
  cursor: pointer;
  font-size: 2rem;
  transition: .3s color;
}

/* Textarea */
/* line 278, node_modules/materialize-css/sass/components/forms/_input-fields.scss */
textarea {
  width: 100%;
  height: 3rem;
  background-color: transparent;
}

/* line 283, node_modules/materialize-css/sass/components/forms/_input-fields.scss */
textarea.materialize-textarea {
  overflow-y: hidden;
  /* prevents scroll bar flash */
  padding: .8rem 0 1.6rem 0;
  /* prevents text jump on Enter keypress */
  resize: none;
  min-height: 3rem;
}

/* line 285, node_modules/materialize-css/sass/components/forms/_input-fields.scss */
textarea.materialize-textarea.validate + label {
  height: 100%;
}

/* line 286, node_modules/materialize-css/sass/components/forms/_input-fields.scss */
textarea.materialize-textarea.validate + label::after {
  top: calc(100% - 12px);
}

/* line 289, node_modules/materialize-css/sass/components/forms/_input-fields.scss */
textarea.materialize-textarea.validate + label.active:not(.label-icon) {
  transform: translateY(-25px);
}

/* line 303, node_modules/materialize-css/sass/components/forms/_input-fields.scss */
.hiddendiv {
  display: none;
  white-space: pre-wrap;
  word-wrap: break-word;
  overflow-wrap: break-word;
  /* future version of deprecated 'word-wrap' */
  padding-top: 1.2rem;
  /* prevents text jump on Enter keypress */
  position: absolute;
  top: 0;
}

/* Autocomplete */
/* line 317, node_modules/materialize-css/sass/components/forms/_input-fields.scss */
.autocomplete-content {
  margin-top: -20px;
  margin-bottom: 20px;
  display: block;
  opacity: 1;
  position: static;
}

/* line 325, node_modules/materialize-css/sass/components/forms/_input-fields.scss */
.autocomplete-content li .highlight {
  color: #444;
}

/* line 327, node_modules/materialize-css/sass/components/forms/_input-fields.scss */
.autocomplete-content li img {
  height: 40px;
  width: 40px;
  margin: 5px 15px;
}

/* Radio Buttons
   ========================================================================== */
/* line 5, node_modules/materialize-css/sass/components/forms/_radio-buttons.scss */
[type="radio"]:not(:checked),
[type="radio"]:checked {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

/* line 12, node_modules/materialize-css/sass/components/forms/_radio-buttons.scss */
[type="radio"]:not(:checked) + label,
[type="radio"]:checked + label {
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  display: inline-block;
  height: 25px;
  line-height: 25px;
  font-size: 1rem;
  transition: .28s ease;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

/* line 25, node_modules/materialize-css/sass/components/forms/_radio-buttons.scss */
[type="radio"] + label:before,
[type="radio"] + label:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  margin: 4px;
  width: 16px;
  height: 16px;
  z-index: 0;
  transition: .28s ease;
}

/* Unchecked styles */
/* line 39, node_modules/materialize-css/sass/components/forms/_radio-buttons.scss */
[type="radio"]:not(:checked) + label:before,
[type="radio"]:not(:checked) + label:after,
[type="radio"]:checked + label:before,
[type="radio"]:checked + label:after,
.with-gap[type="radio"]:checked + label:before,
.with-gap[type="radio"]:checked + label:after {
  border-radius: 50%;
}

/* line 48, node_modules/materialize-css/sass/components/forms/_radio-buttons.scss */
[type="radio"]:not(:checked) + label:before,
[type="radio"]:not(:checked) + label:after {
  border: 2px solid #5a5a5a;
}

/* line 53, node_modules/materialize-css/sass/components/forms/_radio-buttons.scss */
[type="radio"]:not(:checked) + label:after {
  transform: scale(0);
}

/* Checked styles */
/* line 58, node_modules/materialize-css/sass/components/forms/_radio-buttons.scss */
[type="radio"]:checked + label:before {
  border: 2px solid transparent;
}

/* line 62, node_modules/materialize-css/sass/components/forms/_radio-buttons.scss */
[type="radio"]:checked + label:after,
.with-gap[type="radio"]:checked + label:before,
.with-gap[type="radio"]:checked + label:after {
  border: 2px solid #26a69a;
}

/* line 68, node_modules/materialize-css/sass/components/forms/_radio-buttons.scss */
[type="radio"]:checked + label:after,
.with-gap[type="radio"]:checked + label:after {
  background-color: #26a69a;
}

/* line 73, node_modules/materialize-css/sass/components/forms/_radio-buttons.scss */
[type="radio"]:checked + label:after {
  transform: scale(1.02);
}

/* Radio With gap */
/* line 78, node_modules/materialize-css/sass/components/forms/_radio-buttons.scss */
.with-gap[type="radio"]:checked + label:after {
  transform: scale(0.5);
}

/* Focused styles */
/* line 83, node_modules/materialize-css/sass/components/forms/_radio-buttons.scss */
.tabbed[type="radio"]:focus + label:before {
  box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1);
}

/* Disabled Radio With gap */
/* line 88, node_modules/materialize-css/sass/components/forms/_radio-buttons.scss */
.with-gap[type="radio"]:disabled:checked + label:before {
  border: 2px solid rgba(0, 0, 0, 0.42);
}

/* line 92, node_modules/materialize-css/sass/components/forms/_radio-buttons.scss */
.with-gap[type="radio"]:disabled:checked + label:after {
  border: none;
  background-color: rgba(0, 0, 0, 0.42);
}

/* Disabled style */
/* line 98, node_modules/materialize-css/sass/components/forms/_radio-buttons.scss */
[type="radio"]:disabled:not(:checked) + label:before,
[type="radio"]:disabled:checked + label:before {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.42);
}

/* line 104, node_modules/materialize-css/sass/components/forms/_radio-buttons.scss */
[type="radio"]:disabled + label {
  color: rgba(0, 0, 0, 0.42);
}

/* line 108, node_modules/materialize-css/sass/components/forms/_radio-buttons.scss */
[type="radio"]:disabled:not(:checked) + label:before {
  border-color: rgba(0, 0, 0, 0.42);
}

/* line 112, node_modules/materialize-css/sass/components/forms/_radio-buttons.scss */
[type="radio"]:disabled:checked + label:after {
  background-color: rgba(0, 0, 0, 0.42);
  border-color: #949494;
}

/* Checkboxes
   ========================================================================== */
/* CUSTOM CSS CHECKBOXES */
/* line 5, node_modules/materialize-css/sass/components/forms/_checkboxes.scss */
form p {
  margin-bottom: 10px;
  text-align: left;
}

/* line 10, node_modules/materialize-css/sass/components/forms/_checkboxes.scss */
form p:last-child {
  margin-bottom: 0;
}

/* Remove default checkbox */
/* line 15, node_modules/materialize-css/sass/components/forms/_checkboxes.scss */
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

/* line 23, node_modules/materialize-css/sass/components/forms/_checkboxes.scss */
[type="checkbox"] {
  /* checkbox aspect */
}

/* line 25, node_modules/materialize-css/sass/components/forms/_checkboxes.scss */
[type="checkbox"] + label {
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  display: inline-block;
  height: 25px;
  line-height: 25px;
  font-size: 1rem;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

/* line 37, node_modules/materialize-css/sass/components/forms/_checkboxes.scss */
[type="checkbox"] + label:before, [type="checkbox"]:not(.filled-in) + label:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  z-index: 0;
  border: 2px solid #5a5a5a;
  border-radius: 1px;
  margin-top: 2px;
  transition: .2s;
}

/* line 52, node_modules/materialize-css/sass/components/forms/_checkboxes.scss */
[type="checkbox"]:not(.filled-in) + label:after {
  border: 0;
  transform: scale(0);
}

/* line 57, node_modules/materialize-css/sass/components/forms/_checkboxes.scss */
[type="checkbox"]:not(:checked):disabled + label:before {
  border: none;
  background-color: rgba(0, 0, 0, 0.42);
}

/* line 63, node_modules/materialize-css/sass/components/forms/_checkboxes.scss */
.tabbed[type="checkbox"]:focus + label:after {
  transform: scale(1);
  border: 0;
  border-radius: 50%;
  box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1);
  background-color: rgba(0, 0, 0, 0.1);
}

/* line 73, node_modules/materialize-css/sass/components/forms/_checkboxes.scss */
[type="checkbox"]:checked + label:before {
  top: -4px;
  left: -5px;
  width: 12px;
  height: 22px;
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  border-right: 2px solid #26a69a;
  border-bottom: 2px solid #26a69a;
  transform: rotate(40deg);
  backface-visibility: hidden;
  transform-origin: 100% 100%;
}

/* line 87, node_modules/materialize-css/sass/components/forms/_checkboxes.scss */
[type="checkbox"]:checked:disabled + label:before {
  border-right: 2px solid rgba(0, 0, 0, 0.42);
  border-bottom: 2px solid rgba(0, 0, 0, 0.42);
}

/* Indeterminate checkbox */
/* line 95, node_modules/materialize-css/sass/components/forms/_checkboxes.scss */
[type="checkbox"]:indeterminate + label:before {
  top: -11px;
  left: -12px;
  width: 10px;
  height: 22px;
  border-top: none;
  border-left: none;
  border-right: 2px solid #26a69a;
  border-bottom: none;
  transform: rotate(90deg);
  backface-visibility: hidden;
  transform-origin: 100% 100%;
}

/* line 110, node_modules/materialize-css/sass/components/forms/_checkboxes.scss */
[type="checkbox"]:indeterminate:disabled + label:before {
  border-right: 2px solid rgba(0, 0, 0, 0.42);
  background-color: transparent;
}

/* line 119, node_modules/materialize-css/sass/components/forms/_checkboxes.scss */
.filled-in[type="checkbox"] + label:after {
  border-radius: 2px;
}

/* line 123, node_modules/materialize-css/sass/components/forms/_checkboxes.scss */
.filled-in[type="checkbox"] + label:before,
.filled-in[type="checkbox"] + label:after {
  content: '';
  left: 0;
  position: absolute;
  /* .1s delay is for check animation */
  transition: border .25s, background-color .25s, width .20s .1s, height .20s .1s, top .20s .1s, left .20s .1s;
  z-index: 1;
}

/* line 134, node_modules/materialize-css/sass/components/forms/_checkboxes.scss */
.filled-in[type="checkbox"]:not(:checked) + label:before {
  width: 0;
  height: 0;
  border: 3px solid transparent;
  left: 6px;
  top: 10px;
  transform: rotateZ(37deg);
  transform-origin: 100% 100%;
}

/* line 144, node_modules/materialize-css/sass/components/forms/_checkboxes.scss */
.filled-in[type="checkbox"]:not(:checked) + label:after {
  height: 20px;
  width: 20px;
  background-color: transparent;
  border: 2px solid #5a5a5a;
  top: 0px;
  z-index: 0;
}

/* line 155, node_modules/materialize-css/sass/components/forms/_checkboxes.scss */
.filled-in[type="checkbox"]:checked + label:before {
  top: 0;
  left: 1px;
  width: 8px;
  height: 13px;
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotateZ(37deg);
  transform-origin: 100% 100%;
}

/* line 168, node_modules/materialize-css/sass/components/forms/_checkboxes.scss */
.filled-in[type="checkbox"]:checked + label:after {
  top: 0;
  width: 20px;
  height: 20px;
  border: 2px solid #26a69a;
  background-color: #26a69a;
  z-index: 0;
}

/* line 179, node_modules/materialize-css/sass/components/forms/_checkboxes.scss */
.filled-in.tabbed[type="checkbox"]:focus + label:after {
  border-radius: 2px;
  border-color: #5a5a5a;
  background-color: rgba(0, 0, 0, 0.1);
}

/* line 185, node_modules/materialize-css/sass/components/forms/_checkboxes.scss */
.filled-in.tabbed[type="checkbox"]:checked:focus + label:after {
  border-radius: 2px;
  background-color: #26a69a;
  border-color: #26a69a;
}

/* line 192, node_modules/materialize-css/sass/components/forms/_checkboxes.scss */
.filled-in[type="checkbox"]:disabled:not(:checked) + label:before {
  background-color: transparent;
  border: 2px solid transparent;
}

/* line 197, node_modules/materialize-css/sass/components/forms/_checkboxes.scss */
.filled-in[type="checkbox"]:disabled:not(:checked) + label:after {
  border-color: transparent;
  background-color: #949494;
}

/* line 202, node_modules/materialize-css/sass/components/forms/_checkboxes.scss */
.filled-in[type="checkbox"]:disabled:checked + label:before {
  background-color: transparent;
}

/* line 206, node_modules/materialize-css/sass/components/forms/_checkboxes.scss */
.filled-in[type="checkbox"]:disabled:checked + label:after {
  background-color: #949494;
  border-color: #949494;
}

/* Switch
   ========================================================================== */
/* line 4, node_modules/materialize-css/sass/components/forms/_switches.scss */
.switch,
.switch * {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

/* line 10, node_modules/materialize-css/sass/components/forms/_switches.scss */
.switch label {
  cursor: pointer;
}

/* line 14, node_modules/materialize-css/sass/components/forms/_switches.scss */
.switch label input[type=checkbox] {
  opacity: 0;
  width: 0;
  height: 0;
}

/* line 19, node_modules/materialize-css/sass/components/forms/_switches.scss */
.switch label input[type=checkbox]:checked + .lever {
  background-color: #84c7c1;
}

/* line 22, node_modules/materialize-css/sass/components/forms/_switches.scss */
.switch label input[type=checkbox]:checked + .lever:before, .switch label input[type=checkbox]:checked + .lever:after {
  left: 18px;
}

/* line 26, node_modules/materialize-css/sass/components/forms/_switches.scss */
.switch label input[type=checkbox]:checked + .lever:after {
  background-color: #26a69a;
}

/* line 32, node_modules/materialize-css/sass/components/forms/_switches.scss */
.switch label .lever {
  content: "";
  display: inline-block;
  position: relative;
  width: 36px;
  height: 14px;
  background-color: rgba(0, 0, 0, 0.38);
  border-radius: 15px;
  margin-right: 10px;
  transition: background 0.3s ease;
  vertical-align: middle;
  margin: 0 16px;
}

/* line 45, node_modules/materialize-css/sass/components/forms/_switches.scss */
.switch label .lever:before, .switch label .lever:after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  left: 0;
  top: -3px;
  transition: left 0.3s ease, background .3s ease, box-shadow 0.1s ease, transform .1s ease;
}

/* line 57, node_modules/materialize-css/sass/components/forms/_switches.scss */
.switch label .lever:before {
  background-color: rgba(38, 166, 154, 0.15);
}

/* line 61, node_modules/materialize-css/sass/components/forms/_switches.scss */
.switch label .lever:after {
  background-color: #F1F1F1;
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}

/* line 68, node_modules/materialize-css/sass/components/forms/_switches.scss */
input[type=checkbox]:checked:not(:disabled) ~ .lever:active::before,
input.tabbed[type=checkbox]:checked:not(:disabled):focus ~ .lever::before {
  transform: scale(2.4);
  background-color: rgba(38, 166, 154, 0.15);
}

/* line 74, node_modules/materialize-css/sass/components/forms/_switches.scss */
input[type=checkbox]:not(:disabled) ~ .lever:active:before,
input.tabbed[type=checkbox]:not(:disabled):focus ~ .lever::before {
  transform: scale(2.4);
  background-color: rgba(0, 0, 0, 0.08);
}

/* line 81, node_modules/materialize-css/sass/components/forms/_switches.scss */
.switch input[type=checkbox][disabled] + .lever {
  cursor: default;
  background-color: rgba(0, 0, 0, 0.12);
}

/* line 86, node_modules/materialize-css/sass/components/forms/_switches.scss */
.switch label input[type=checkbox][disabled] + .lever:after,
.switch label input[type=checkbox][disabled]:checked + .lever:after {
  background-color: #949494;
}

/* Select Field
   ========================================================================== */
/* line 4, node_modules/materialize-css/sass/components/forms/_select.scss */
select {
  display: none;
}

/* line 5, node_modules/materialize-css/sass/components/forms/_select.scss */
select.browser-default {
  display: block;
}

/* line 7, node_modules/materialize-css/sass/components/forms/_select.scss */
select {
  background-color: rgba(255, 255, 255, 0.9);
  width: 100%;
  padding: 5px;
  border: 1px solid #f2f2f2;
  border-radius: 2px;
  height: 3rem;
}

/* line 18, node_modules/materialize-css/sass/components/forms/_select.scss */
.input-field > select {
  display: block;
  position: absolute;
  width: 0;
  pointer-events: none;
  height: 0;
  top: 0;
  left: 0;
  opacity: 0;
}

/* line 30, node_modules/materialize-css/sass/components/forms/_select.scss */
.select-label {
  position: absolute;
}

/* line 34, node_modules/materialize-css/sass/components/forms/_select.scss */
.select-wrapper {
  position: relative;
}

/* line 55, node_modules/materialize-css/sass/components/forms/_select.scss */
.select-wrapper.valid + label, .select-wrapper.invalid + label {
  width: 100%;
  pointer-events: none;
}

/* line 67, node_modules/materialize-css/sass/components/forms/_select.scss */
.select-wrapper input.select-dropdown {
  position: relative;
  cursor: pointer;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #9e9e9e;
  outline: none;
  height: 3rem;
  line-height: 3rem;
  width: 100%;
  font-size: 1rem;
  margin: 0 0 20px 0;
  padding: 0;
  display: block;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

/* line 84, node_modules/materialize-css/sass/components/forms/_select.scss */
.select-wrapper span.caret {
  color: initial;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  height: 10px;
  margin: auto 0;
  font-size: 10px;
  line-height: 10px;
}

/* line 96, node_modules/materialize-css/sass/components/forms/_select.scss */
.select-wrapper + label {
  position: absolute;
  top: -26px;
  font-size: 0.8rem;
}

/* line 104, node_modules/materialize-css/sass/components/forms/_select.scss */
select:disabled {
  color: rgba(0, 0, 0, 0.42);
}

/* line 109, node_modules/materialize-css/sass/components/forms/_select.scss */
.select-wrapper.disabled span.caret, .select-wrapper.disabled + label {
  color: rgba(0, 0, 0, 0.42);
}

/* line 115, node_modules/materialize-css/sass/components/forms/_select.scss */
.select-wrapper input.select-dropdown:disabled {
  color: rgba(0, 0, 0, 0.42);
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

/* line 121, node_modules/materialize-css/sass/components/forms/_select.scss */
.select-wrapper i {
  color: rgba(0, 0, 0, 0.3);
}

/* line 125, node_modules/materialize-css/sass/components/forms/_select.scss */
.select-dropdown li.disabled,
.select-dropdown li.disabled > span,
.select-dropdown li.optgroup {
  color: rgba(0, 0, 0, 0.3);
  background-color: transparent;
}

/* line 134, node_modules/materialize-css/sass/components/forms/_select.scss */
.select-dropdown.dropdown-content li.active {
  background-color: transparent;
}

/* line 138, node_modules/materialize-css/sass/components/forms/_select.scss */
.select-dropdown.dropdown-content li:hover {
  background-color: rgba(0, 0, 0, 0.06);
}

/* line 142, node_modules/materialize-css/sass/components/forms/_select.scss */
.select-dropdown.dropdown-content li.selected {
  background-color: rgba(0, 0, 0, 0.03);
}

/* line 149, node_modules/materialize-css/sass/components/forms/_select.scss */
.prefix ~ .select-wrapper {
  margin-left: 3rem;
  width: 92%;
  width: calc(100% - 3rem);
}

/* line 155, node_modules/materialize-css/sass/components/forms/_select.scss */
.prefix ~ label {
  margin-left: 3rem;
}

/* line 159, node_modules/materialize-css/sass/components/forms/_select.scss */
.select-dropdown li img {
  height: 40px;
  width: 40px;
  margin: 5px 15px;
  float: right;
}

/* line 168, node_modules/materialize-css/sass/components/forms/_select.scss */
.select-dropdown li.optgroup {
  border-top: 1px solid #eee;
}

/* line 171, node_modules/materialize-css/sass/components/forms/_select.scss */
.select-dropdown li.optgroup.selected > span {
  color: rgba(0, 0, 0, 0.7);
}

/* line 175, node_modules/materialize-css/sass/components/forms/_select.scss */
.select-dropdown li.optgroup > span {
  color: rgba(0, 0, 0, 0.4);
}

/* line 179, node_modules/materialize-css/sass/components/forms/_select.scss */
.select-dropdown li.optgroup ~ li.optgroup-option {
  padding-left: 1rem;
}

/* File Input
   ========================================================================== */
/* line 4, node_modules/materialize-css/sass/components/forms/_file-input.scss */
.file-field {
  position: relative;
}

/* line 7, node_modules/materialize-css/sass/components/forms/_file-input.scss */
.file-field .file-path-wrapper {
  overflow: hidden;
  padding-left: 10px;
}

/* line 12, node_modules/materialize-css/sass/components/forms/_file-input.scss */
.file-field input.file-path {
  width: 100%;
}

/* line 14, node_modules/materialize-css/sass/components/forms/_file-input.scss */
.file-field .btn, .file-field .btn-large {
  float: left;
  height: 3rem;
  line-height: 3rem;
}

/* line 20, node_modules/materialize-css/sass/components/forms/_file-input.scss */
.file-field span {
  cursor: pointer;
}

/* line 24, node_modules/materialize-css/sass/components/forms/_file-input.scss */
.file-field input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: 20px;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
}

/* line 27, node_modules/materialize-css/sass/components/forms/_file-input.scss */
.file-field input[type=file]::-webkit-file-upload-button {
  display: none;
}

/* Range
   ========================================================================== */
/* line 4, node_modules/materialize-css/sass/components/forms/_range.scss */
.range-field {
  position: relative;
}

/* line 8, node_modules/materialize-css/sass/components/forms/_range.scss */
input[type=range],
input[type=range] + .thumb {
  cursor: pointer;
}

/* line 14, node_modules/materialize-css/sass/components/forms/_range.scss */
input[type=range] {
  position: relative;
  background-color: transparent;
  border: none;
  outline: none;
  width: 100%;
  margin: 15px 0;
  padding: 0;
}

/* line 23, node_modules/materialize-css/sass/components/forms/_range.scss */
input[type=range]:focus {
  outline: none;
}

/* line 28, node_modules/materialize-css/sass/components/forms/_range.scss */
input[type=range] + .thumb {
  position: absolute;
  top: 10px;
  left: 0;
  border: none;
  height: 0;
  width: 0;
  border-radius: 50%;
  background-color: #26a69a;
  margin-left: 7px;
  transform-origin: 50% 50%;
  transform: rotate(-45deg);
}

/* line 42, node_modules/materialize-css/sass/components/forms/_range.scss */
input[type=range] + .thumb .value {
  display: block;
  width: 30px;
  text-align: center;
  color: #26a69a;
  font-size: 0;
  transform: rotate(45deg);
}

/* line 51, node_modules/materialize-css/sass/components/forms/_range.scss */
input[type=range] + .thumb.active {
  border-radius: 50% 50% 50% 0;
}

/* line 54, node_modules/materialize-css/sass/components/forms/_range.scss */
input[type=range] + .thumb.active .value {
  color: #fff;
  margin-left: -1px;
  margin-top: 8px;
  font-size: 10px;
}

/* line 64, node_modules/materialize-css/sass/components/forms/_range.scss */
input[type=range] {
  -webkit-appearance: none;
}

/* line 68, node_modules/materialize-css/sass/components/forms/_range.scss */
input[type=range]::-webkit-slider-runnable-track {
  height: 3px;
  background: #c2c0c2;
  border: none;
}

/* line 74, node_modules/materialize-css/sass/components/forms/_range.scss */
input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: none;
  height: 14px;
  width: 14px;
  border-radius: 50%;
  background-color: #26a69a;
  transform-origin: 50% 50%;
  margin: -5px 0 0 0;
  -webkit-transition: .3s;
  transition: .3s;
}

/* line 86, node_modules/materialize-css/sass/components/forms/_range.scss */
input[type=range]:focus::-webkit-slider-runnable-track {
  background: #ccc;
}

/* line 91, node_modules/materialize-css/sass/components/forms/_range.scss */
input[type=range] {
  /* fix for FF unable to apply focus style bug  */
  border: 1px solid white;
  /*required for proper track sizing in FF*/
}

/* line 98, node_modules/materialize-css/sass/components/forms/_range.scss */
input[type=range]::-moz-range-track {
  height: 3px;
  background: #ddd;
  border: none;
}

/* line 104, node_modules/materialize-css/sass/components/forms/_range.scss */
input[type=range]::-moz-range-thumb {
  border: none;
  height: 14px;
  width: 14px;
  border-radius: 50%;
  background: #26a69a;
  margin-top: -5px;
}

/* line 114, node_modules/materialize-css/sass/components/forms/_range.scss */
input[type=range]:-moz-focusring {
  outline: 1px solid #fff;
  outline-offset: -1px;
}

/* line 119, node_modules/materialize-css/sass/components/forms/_range.scss */
input[type=range]:focus::-moz-range-track {
  background: #ccc;
}

/* line 124, node_modules/materialize-css/sass/components/forms/_range.scss */
input[type=range]::-ms-track {
  height: 3px;
  background: transparent;
  border-color: transparent;
  border-width: 6px 0;
  /*remove default tick marks*/
  color: transparent;
}

/* line 138, node_modules/materialize-css/sass/components/forms/_range.scss */
input[type=range]::-ms-fill-lower {
  background: #777;
}

/* line 142, node_modules/materialize-css/sass/components/forms/_range.scss */
input[type=range]::-ms-fill-upper {
  background: #ddd;
}

/* line 146, node_modules/materialize-css/sass/components/forms/_range.scss */
input[type=range]::-ms-thumb {
  border: none;
  height: 14px;
  width: 14px;
  border-radius: 50%;
  background: #26a69a;
}

/* line 154, node_modules/materialize-css/sass/components/forms/_range.scss */
input[type=range]:focus::-ms-fill-lower {
  background: #888;
}

/* line 158, node_modules/materialize-css/sass/components/forms/_range.scss */
input[type=range]:focus::-ms-fill-upper {
  background: #ccc;
}

/***************
    Nav List
***************/
/* line 5, node_modules/materialize-css/sass/components/_table_of_contents.scss */
.table-of-contents.fixed {
  position: fixed;
}

/* line 9, node_modules/materialize-css/sass/components/_table_of_contents.scss */
.table-of-contents li {
  padding: 2px 0;
}

/* line 12, node_modules/materialize-css/sass/components/_table_of_contents.scss */
.table-of-contents a {
  display: inline-block;
  font-weight: 300;
  color: #757575;
  padding-left: 20px;
  height: 1.5rem;
  line-height: 1.5rem;
  letter-spacing: .4;
  display: inline-block;
}

/* line 22, node_modules/materialize-css/sass/components/_table_of_contents.scss */
.table-of-contents a:hover {
  color: #a8a8a8;
  padding-left: 19px;
  border-left: 1px solid #ee6e73;
}

/* line 27, node_modules/materialize-css/sass/components/_table_of_contents.scss */
.table-of-contents a.active {
  font-weight: 500;
  padding-left: 18px;
  border-left: 2px solid #ee6e73;
}

/* line 1, node_modules/materialize-css/sass/components/_sideNav.scss */
.side-nav {
  position: fixed;
  width: 300px;
  left: 0;
  top: 0;
  margin: 0;
  transform: translateX(-100%);
  height: 100%;
  height: calc(100% + 60px);
  height: -moz-calc(100%);
  padding-bottom: 60px;
  background-color: #fff;
  z-index: 999;
  overflow-y: auto;
  will-change: transform;
  backface-visibility: hidden;
  transform: translateX(-105%);
}

/* line 22, node_modules/materialize-css/sass/components/_sideNav.scss */
.side-nav.right-aligned {
  right: 0;
  transform: translateX(105%);
  left: auto;
  transform: translateX(100%);
}

/* line 29, node_modules/materialize-css/sass/components/_sideNav.scss */
.side-nav .collapsible {
  margin: 0;
}

/* line 34, node_modules/materialize-css/sass/components/_sideNav.scss */
.side-nav li {
  float: none;
  line-height: 48px;
}

/* line 38, node_modules/materialize-css/sass/components/_sideNav.scss */
.side-nav li.active {
  background-color: rgba(0, 0, 0, 0.05);
}

/* line 41, node_modules/materialize-css/sass/components/_sideNav.scss */
.side-nav li > a {
  color: rgba(0, 0, 0, 0.87);
  display: block;
  font-size: 14px;
  font-weight: 500;
  height: 48px;
  line-height: 48px;
  padding: 0 32px;
}

/* line 50, node_modules/materialize-css/sass/components/_sideNav.scss */
.side-nav li > a:hover {
  background-color: rgba(0, 0, 0, 0.05);
}

/* line 52, node_modules/materialize-css/sass/components/_sideNav.scss */
.side-nav li > a.btn, .side-nav li > a.btn-large, .side-nav li > a.btn-flat, .side-nav li > a.btn-floating {
  margin: 10px 15px;
}

/* line 56, node_modules/materialize-css/sass/components/_sideNav.scss */
.side-nav li > a.btn, .side-nav li > a.btn-large, .side-nav li > a.btn-floating {
  color: #fff;
}

/* line 59, node_modules/materialize-css/sass/components/_sideNav.scss */
.side-nav li > a.btn-flat {
  color: #343434;
}

/* line 61, node_modules/materialize-css/sass/components/_sideNav.scss */
.side-nav li > a.btn:hover, .side-nav li > a.btn-large:hover {
  background-color: #2bbbad;
}

/* line 63, node_modules/materialize-css/sass/components/_sideNav.scss */
.side-nav li > a.btn-floating:hover {
  background-color: #26a69a;
}

/* line 65, node_modules/materialize-css/sass/components/_sideNav.scss */
.side-nav li > a > i, .side-nav li > a > [class^="mdi-"], .side-nav li > a li > a > [class*="mdi-"], .side-nav li > a > i.material-icons {
  float: left;
  height: 48px;
  line-height: 48px;
  margin: 0 32px 0 0;
  width: 24px;
  color: rgba(0, 0, 0, 0.54);
}

/* line 78, node_modules/materialize-css/sass/components/_sideNav.scss */
.side-nav .divider {
  margin: 8px 0 0 0;
}

/* line 82, node_modules/materialize-css/sass/components/_sideNav.scss */
.side-nav .subheader {
  cursor: initial;
  pointer-events: none;
  color: rgba(0, 0, 0, 0.54);
  font-size: 14px;
  font-weight: 500;
  line-height: 48px;
}

/* line 83, node_modules/materialize-css/sass/components/_sideNav.scss */
.side-nav .subheader:hover {
  background-color: transparent;
}

/* line 95, node_modules/materialize-css/sass/components/_sideNav.scss */
.side-nav .user-view,
.side-nav .userView {
  position: relative;
  padding: 32px 32px 0;
  margin-bottom: 8px;
}

/* line 101, node_modules/materialize-css/sass/components/_sideNav.scss */
.side-nav .user-view > a,
.side-nav .userView > a {
  height: auto;
  padding: 0;
}

/* line 102, node_modules/materialize-css/sass/components/_sideNav.scss */
.side-nav .user-view > a:hover,
.side-nav .userView > a:hover {
  background-color: transparent;
}

/* line 107, node_modules/materialize-css/sass/components/_sideNav.scss */
.side-nav .user-view .background,
.side-nav .userView .background {
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}

/* line 117, node_modules/materialize-css/sass/components/_sideNav.scss */
.side-nav .user-view .circle, .side-nav .user-view .name, .side-nav .user-view .email,
.side-nav .userView .circle,
.side-nav .userView .name,
.side-nav .userView .email {
  display: block;
}

/* line 121, node_modules/materialize-css/sass/components/_sideNav.scss */
.side-nav .user-view .circle,
.side-nav .userView .circle {
  height: 64px;
  width: 64px;
}

/* line 126, node_modules/materialize-css/sass/components/_sideNav.scss */
.side-nav .user-view .name,
.side-nav .user-view .email,
.side-nav .userView .name,
.side-nav .userView .email {
  font-size: 14px;
  line-height: 24px;
}

/* line 132, node_modules/materialize-css/sass/components/_sideNav.scss */
.side-nav .user-view .name,
.side-nav .userView .name {
  margin-top: 16px;
  font-weight: 500;
}

/* line 137, node_modules/materialize-css/sass/components/_sideNav.scss */
.side-nav .user-view .email,
.side-nav .userView .email {
  padding-bottom: 16px;
  font-weight: 400;
}

/* line 146, node_modules/materialize-css/sass/components/_sideNav.scss */
.drag-target {
  height: 100%;
  width: 10px;
  position: fixed;
  top: 0;
  z-index: 998;
}

/* line 156, node_modules/materialize-css/sass/components/_sideNav.scss */
.side-nav.fixed {
  left: 0;
  transform: translateX(0);
  position: fixed;
}

/* line 162, node_modules/materialize-css/sass/components/_sideNav.scss */
.side-nav.fixed.right-aligned {
  right: 0;
  left: auto;
}

@media only screen and (max-width : 992px) {
  /* line 171, node_modules/materialize-css/sass/components/_sideNav.scss */
  .side-nav.fixed {
    transform: translateX(-105%);
  }
  /* line 174, node_modules/materialize-css/sass/components/_sideNav.scss */
  .side-nav.fixed.right-aligned {
    transform: translateX(105%);
  }
  /* line 179, node_modules/materialize-css/sass/components/_sideNav.scss */
  .side-nav a {
    padding: 0 16px;
  }
  /* line 183, node_modules/materialize-css/sass/components/_sideNav.scss */
  .side-nav .user-view,
.side-nav .userView {
    padding: 16px 16px 0;
  }
}

/* line 191, node_modules/materialize-css/sass/components/_sideNav.scss */
.side-nav .collapsible-body > ul:not(.collapsible) > li.active,
.side-nav.fixed .collapsible-body > ul:not(.collapsible) > li.active {
  background-color: #ee6e73;
}

/* line 194, node_modules/materialize-css/sass/components/_sideNav.scss */
.side-nav .collapsible-body > ul:not(.collapsible) > li.active a,
.side-nav.fixed .collapsible-body > ul:not(.collapsible) > li.active a {
  color: #fff;
}

/* line 198, node_modules/materialize-css/sass/components/_sideNav.scss */
.side-nav .collapsible-body {
  padding: 0;
}

/* line 203, node_modules/materialize-css/sass/components/_sideNav.scss */
#sidenav-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 120vh;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 997;
  will-change: opacity;
}

/*
    @license
    Copyright (c) 2014 The Polymer Project Authors. All rights reserved.
    This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt
    The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt
    The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt
    Code distributed by Google as part of the polymer project is also
    subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt
 */
/**************************/
/* STYLES FOR THE SPINNER */
/**************************/
/*
 * Constants:
 *      STROKEWIDTH = 3px
 *      ARCSIZE     = 270 degrees (amount of circle the arc takes up)
 *      ARCTIME     = 1333ms (time it takes to expand and contract arc)
 *      ARCSTARTROT = 216 degrees (how much the start location of the arc
 *                                should rotate each time, 216 gives us a
 *                                5 pointed star shape (it's 360/5 * 3).
 *                                For a 7 pointed star, we might do
 *                                360/7 * 3 = 154.286)
 *      CONTAINERWIDTH = 28px
 *      SHRINK_TIME = 400ms
 */
/* line 30, node_modules/materialize-css/sass/components/_preloader.scss */
.preloader-wrapper {
  display: inline-block;
  position: relative;
  width: 50px;
  height: 50px;
}

/* line 36, node_modules/materialize-css/sass/components/_preloader.scss */
.preloader-wrapper.small {
  width: 36px;
  height: 36px;
}

/* line 41, node_modules/materialize-css/sass/components/_preloader.scss */
.preloader-wrapper.big {
  width: 64px;
  height: 64px;
}

/* line 46, node_modules/materialize-css/sass/components/_preloader.scss */
.preloader-wrapper.active {
  /* duration: 360 * ARCTIME / (ARCSTARTROT + (360-ARCSIZE)) */
  animation: container-rotate 1568ms linear infinite;
}

@keyframes container-rotate {
  to {
    transform: rotate(360deg);
  }
}

/* line 61, node_modules/materialize-css/sass/components/_preloader.scss */
.spinner-layer {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  border-color: #26a69a;
}

/* line 69, node_modules/materialize-css/sass/components/_preloader.scss */
.spinner-blue,
.spinner-blue-only {
  border-color: #4285f4;
}

/* line 74, node_modules/materialize-css/sass/components/_preloader.scss */
.spinner-red,
.spinner-red-only {
  border-color: #db4437;
}

/* line 79, node_modules/materialize-css/sass/components/_preloader.scss */
.spinner-yellow,
.spinner-yellow-only {
  border-color: #f4b400;
}

/* line 84, node_modules/materialize-css/sass/components/_preloader.scss */
.spinner-green,
.spinner-green-only {
  border-color: #0f9d58;
}

/**
 * IMPORTANT NOTE ABOUT CSS ANIMATION PROPERTIES (keanulee):
 *
 * iOS Safari (tested on iOS 8.1) does not handle animation-delay very well - it doesn't
 * guarantee that the animation will start _exactly_ after that value. So we avoid using
 * animation-delay and instead set custom keyframes for each color (as redundant as it
 * seems).
 *
 * We write out each animation in full (instead of separating animation-name,
 * animation-duration, etc.) because under the polyfill, Safari does not recognize those
 * specific properties properly, treats them as -webkit-animation, and overrides the
 * other animation rules. See https://github.com/Polymer/platform/issues/53.
 */
/* line 102, node_modules/materialize-css/sass/components/_preloader.scss */
.active .spinner-layer.spinner-blue {
  /* durations: 4 * ARCTIME */
  animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, blue-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

/* line 108, node_modules/materialize-css/sass/components/_preloader.scss */
.active .spinner-layer.spinner-red {
  /* durations: 4 * ARCTIME */
  animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, red-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

/* line 114, node_modules/materialize-css/sass/components/_preloader.scss */
.active .spinner-layer.spinner-yellow {
  /* durations: 4 * ARCTIME */
  animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, yellow-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

/* line 120, node_modules/materialize-css/sass/components/_preloader.scss */
.active .spinner-layer.spinner-green {
  /* durations: 4 * ARCTIME */
  animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, green-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

/* line 126, node_modules/materialize-css/sass/components/_preloader.scss */
.active .spinner-layer,
.active .spinner-layer.spinner-blue-only,
.active .spinner-layer.spinner-red-only,
.active .spinner-layer.spinner-yellow-only,
.active .spinner-layer.spinner-green-only {
  /* durations: 4 * ARCTIME */
  opacity: 1;
  animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

@keyframes fill-unfill-rotate {
  12.5% {
    transform: rotate(135deg);
  }
  /* 0.5 * ARCSIZE */
  25% {
    transform: rotate(270deg);
  }
  /* 1   * ARCSIZE */
  37.5% {
    transform: rotate(405deg);
  }
  /* 1.5 * ARCSIZE */
  50% {
    transform: rotate(540deg);
  }
  /* 2   * ARCSIZE */
  62.5% {
    transform: rotate(675deg);
  }
  /* 2.5 * ARCSIZE */
  75% {
    transform: rotate(810deg);
  }
  /* 3   * ARCSIZE */
  87.5% {
    transform: rotate(945deg);
  }
  /* 3.5 * ARCSIZE */
  to {
    transform: rotate(1080deg);
  }
  /* 4   * ARCSIZE */
}

@keyframes blue-fade-in-out {
  from {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  26% {
    opacity: 0;
  }
  89% {
    opacity: 0;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

@keyframes red-fade-in-out {
  from {
    opacity: 0;
  }
  15% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  51% {
    opacity: 0;
  }
}

@keyframes yellow-fade-in-out {
  from {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  76% {
    opacity: 0;
  }
}

@keyframes green-fade-in-out {
  from {
    opacity: 0;
  }
  65% {
    opacity: 0;
  }
  75% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/**
 * Patch the gap that appear between the two adjacent div.circle-clipper while the
 * spinner is rotating (appears on Chrome 38, Safari 7.1, and IE 11).
 */
/* line 229, node_modules/materialize-css/sass/components/_preloader.scss */
.gap-patch {
  position: absolute;
  top: 0;
  left: 45%;
  width: 10%;
  height: 100%;
  overflow: hidden;
  border-color: inherit;
}

/* line 239, node_modules/materialize-css/sass/components/_preloader.scss */
.gap-patch .circle {
  width: 1000%;
  left: -450%;
}

/* line 244, node_modules/materialize-css/sass/components/_preloader.scss */
.circle-clipper {
  display: inline-block;
  position: relative;
  width: 50%;
  height: 100%;
  overflow: hidden;
  border-color: inherit;
}

/* line 252, node_modules/materialize-css/sass/components/_preloader.scss */
.circle-clipper .circle {
  width: 200%;
  height: 100%;
  border-width: 3px;
  /* STROKEWIDTH */
  border-style: solid;
  border-color: inherit;
  border-bottom-color: transparent !important;
  border-radius: 50%;
  animation: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
}

/* line 268, node_modules/materialize-css/sass/components/_preloader.scss */
.circle-clipper.left .circle {
  left: 0;
  border-right-color: transparent !important;
  transform: rotate(129deg);
}

/* line 274, node_modules/materialize-css/sass/components/_preloader.scss */
.circle-clipper.right .circle {
  left: -100%;
  border-left-color: transparent !important;
  transform: rotate(-129deg);
}

/* line 284, node_modules/materialize-css/sass/components/_preloader.scss */
.active .circle-clipper.left .circle {
  /* duration: ARCTIME */
  animation: left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

/* line 290, node_modules/materialize-css/sass/components/_preloader.scss */
.active .circle-clipper.right .circle {
  /* duration: ARCTIME */
  animation: right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

@keyframes left-spin {
  from {
    transform: rotate(130deg);
  }
  50% {
    transform: rotate(-5deg);
  }
  to {
    transform: rotate(130deg);
  }
}

@keyframes right-spin {
  from {
    transform: rotate(-130deg);
  }
  50% {
    transform: rotate(5deg);
  }
  to {
    transform: rotate(-130deg);
  }
}

/* line 320, node_modules/materialize-css/sass/components/_preloader.scss */
#spinnerContainer.cooldown {
  /* duration: SHRINK_TIME */
  animation: container-rotate 1568ms linear infinite, fade-out 400ms cubic-bezier(0.4, 0, 0.2, 1);
}

@keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

/* line 1, node_modules/materialize-css/sass/components/_slider.scss */
.slider {
  position: relative;
  height: 400px;
  width: 100%;
}

/* line 7, node_modules/materialize-css/sass/components/_slider.scss */
.slider.fullscreen {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

/* line 16, node_modules/materialize-css/sass/components/_slider.scss */
.slider.fullscreen ul.slides {
  height: 100%;
}

/* line 20, node_modules/materialize-css/sass/components/_slider.scss */
.slider.fullscreen ul.indicators {
  z-index: 2;
  bottom: 30px;
}

/* line 26, node_modules/materialize-css/sass/components/_slider.scss */
.slider .slides {
  background-color: #9e9e9e;
  margin: 0;
  height: 400px;
}

/* line 31, node_modules/materialize-css/sass/components/_slider.scss */
.slider .slides li {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: inherit;
  overflow: hidden;
}

/* line 41, node_modules/materialize-css/sass/components/_slider.scss */
.slider .slides li img {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
}

/* line 48, node_modules/materialize-css/sass/components/_slider.scss */
.slider .slides li .caption {
  color: #fff;
  position: absolute;
  top: 15%;
  left: 15%;
  width: 70%;
  opacity: 0;
}

/* line 56, node_modules/materialize-css/sass/components/_slider.scss */
.slider .slides li .caption p {
  color: #e0e0e0;
}

/* line 59, node_modules/materialize-css/sass/components/_slider.scss */
.slider .slides li.active {
  z-index: 2;
}

/* line 66, node_modules/materialize-css/sass/components/_slider.scss */
.slider .indicators {
  position: absolute;
  text-align: center;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
}

/* line 74, node_modules/materialize-css/sass/components/_slider.scss */
.slider .indicators .indicator-item {
  display: inline-block;
  position: relative;
  cursor: pointer;
  height: 16px;
  width: 16px;
  margin: 0 12px;
  background-color: #e0e0e0;
  transition: background-color .3s;
  border-radius: 50%;
}

/* line 86, node_modules/materialize-css/sass/components/_slider.scss */
.slider .indicators .indicator-item.active {
  background-color: #4CAF50;
}

/* line 1, node_modules/materialize-css/sass/components/_carousel.scss */
.carousel {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 400px;
  perspective: 500px;
  transform-style: preserve-3d;
  transform-origin: 0% 50%;
}

/* line 2, node_modules/materialize-css/sass/components/_carousel.scss */
.carousel.carousel-slider {
  top: 0;
  left: 0;
}

/* line 6, node_modules/materialize-css/sass/components/_carousel.scss */
.carousel.carousel-slider .carousel-fixed-item {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  z-index: 1;
}

/* line 7, node_modules/materialize-css/sass/components/_carousel.scss */
.carousel.carousel-slider .carousel-fixed-item.with-indicators {
  bottom: 68px;
}

/* line 18, node_modules/materialize-css/sass/components/_carousel.scss */
.carousel.carousel-slider .carousel-item {
  width: 100%;
  height: 100%;
  min-height: 400px;
  position: absolute;
  top: 0;
  left: 0;
}

/* line 26, node_modules/materialize-css/sass/components/_carousel.scss */
.carousel.carousel-slider .carousel-item h2 {
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
}

/* line 32, node_modules/materialize-css/sass/components/_carousel.scss */
.carousel.carousel-slider .carousel-item p {
  font-size: 15px;
}

/* line 46, node_modules/materialize-css/sass/components/_carousel.scss */
.carousel .carousel-item {
  display: none;
  width: 200px;
  height: 200px;
  position: absolute;
  top: 0;
  left: 0;
}

/* line 54, node_modules/materialize-css/sass/components/_carousel.scss */
.carousel .carousel-item > img {
  width: 100%;
}

/* line 59, node_modules/materialize-css/sass/components/_carousel.scss */
.carousel .indicators {
  position: absolute;
  text-align: center;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
}

/* line 67, node_modules/materialize-css/sass/components/_carousel.scss */
.carousel .indicators .indicator-item {
  display: inline-block;
  position: relative;
  cursor: pointer;
  height: 8px;
  width: 8px;
  margin: 24px 4px;
  background-color: rgba(255, 255, 255, 0.5);
  transition: background-color .3s;
  border-radius: 50%;
}

/* line 68, node_modules/materialize-css/sass/components/_carousel.scss */
.carousel .indicators .indicator-item.active {
  background-color: #fff;
}

/* line 86, node_modules/materialize-css/sass/components/_carousel.scss */
.carousel.scrolling .carousel-item .materialboxed,
.carousel .carousel-item:not(.active) .materialboxed {
  pointer-events: none;
}

/* line 1, node_modules/materialize-css/sass/components/_tapTarget.scss */
.tap-target-wrapper {
  width: 800px;
  height: 800px;
  position: fixed;
  z-index: 1000;
  visibility: hidden;
  transition: visibility 0s .3s;
}

/* line 10, node_modules/materialize-css/sass/components/_tapTarget.scss */
.tap-target-wrapper.open {
  visibility: visible;
  transition: visibility 0s;
}

/* line 14, node_modules/materialize-css/sass/components/_tapTarget.scss */
.tap-target-wrapper.open .tap-target {
  transform: scale(1);
  opacity: .95;
  transition: transform 0.3s cubic-bezier(0.42, 0, 0.58, 1), opacity 0.3s cubic-bezier(0.42, 0, 0.58, 1);
}

/* line 22, node_modules/materialize-css/sass/components/_tapTarget.scss */
.tap-target-wrapper.open .tap-target-wave::before {
  transform: scale(1);
}

/* line 25, node_modules/materialize-css/sass/components/_tapTarget.scss */
.tap-target-wrapper.open .tap-target-wave::after {
  visibility: visible;
  animation: pulse-animation 1s cubic-bezier(0.24, 0, 0.38, 1) infinite;
  transition: opacity .3s, transform .3s, visibility 0s 1s;
}

/* line 35, node_modules/materialize-css/sass/components/_tapTarget.scss */
.tap-target {
  position: absolute;
  font-size: 1rem;
  border-radius: 50%;
  background-color: #ee6e73;
  box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.14), 0 10px 50px 0 rgba(0, 0, 0, 0.12), 0 30px 10px -20px rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100%;
  opacity: 0;
  transform: scale(0);
  transition: transform 0.3s cubic-bezier(0.42, 0, 0.58, 1), opacity 0.3s cubic-bezier(0.42, 0, 0.58, 1);
}

/* line 50, node_modules/materialize-css/sass/components/_tapTarget.scss */
.tap-target-content {
  position: relative;
  display: table-cell;
}

/* line 55, node_modules/materialize-css/sass/components/_tapTarget.scss */
.tap-target-wave {
  position: absolute;
  border-radius: 50%;
  z-index: 10001;
}

/* line 56, node_modules/materialize-css/sass/components/_tapTarget.scss */
.tap-target-wave::before, .tap-target-wave::after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #ffffff;
}

/* line 66, node_modules/materialize-css/sass/components/_tapTarget.scss */
.tap-target-wave::before {
  transform: scale(0);
  transition: transform .3s;
}

/* line 70, node_modules/materialize-css/sass/components/_tapTarget.scss */
.tap-target-wave::after {
  visibility: hidden;
  transition: opacity .3s, transform .3s, visibility 0s;
  z-index: -1;
}

/* line 84, node_modules/materialize-css/sass/components/_tapTarget.scss */
.tap-target-origin {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10002;
  position: absolute !important;
}

/* line 85, node_modules/materialize-css/sass/components/_tapTarget.scss */
.tap-target-origin:not(.btn):not(.btn-large), .tap-target-origin:not(.btn):not(.btn-large):hover {
  background: none;
}

@media only screen and (max-width: 600px) {
  /* line 99, node_modules/materialize-css/sass/components/_tapTarget.scss */
  .tap-target, .tap-target-wrapper {
    width: 600px;
    height: 600px;
  }
}

/* line 1, node_modules/materialize-css/sass/components/_pulse.scss */
.pulse {
  overflow: initial;
  position: relative;
}

/* line 2, node_modules/materialize-css/sass/components/_pulse.scss */
.pulse::before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: inherit;
  border-radius: inherit;
  transition: opacity .3s, transform .3s;
  animation: pulse-animation 1s cubic-bezier(0.24, 0, 0.38, 1) infinite;
  z-index: -1;
}

@keyframes pulse-animation {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0;
    transform: scale(1.5);
  }
  100% {
    opacity: 0;
    transform: scale(1.5);
  }
}

/* ==========================================================================
   $BASE-PICKER
   ========================================================================== */
/**
 * Note: the root picker element should *NOT* be styled more than what's here.
 */
/* line 7, node_modules/materialize-css/sass/components/date_picker/_default.scss */
.picker {
  font-size: 16px;
  text-align: left;
  line-height: 1.2;
  color: #000000;
  position: absolute;
  z-index: 10000;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  outline: none;
}

/**
 * The picker input element.
 */
/* line 23, node_modules/materialize-css/sass/components/date_picker/_default.scss */
.picker__input {
  cursor: default;
}

/**
 * When the picker is opened, the input element is "activated".
 */
/* line 29, node_modules/materialize-css/sass/components/date_picker/_default.scss */
.picker__input.picker__input--active {
  border-color: #0089ec;
}

/**
 * The holder is the only "scrollable" top-level container element.
 */
/* line 35, node_modules/materialize-css/sass/components/date_picker/_default.scss */
.picker__holder {
  width: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

/*!
 * Default mobile-first, responsive styling for pickadate.js
 * Demo: http://amsul.github.io/pickadate.js
 */
/**
 * Note: the root picker element should *NOT* be styled more than what's here.
 */
/**
 * Make the holder and frame fullscreen.
 */
/* line 51, node_modules/materialize-css/sass/components/date_picker/_default.scss */
.picker__holder,
.picker__frame {
  bottom: 0;
  left: 0;
  right: 0;
  top: 100%;
}

/**
 * The holder should overlay the entire screen.
 */
/* line 61, node_modules/materialize-css/sass/components/date_picker/_default.scss */
.picker__holder {
  position: fixed;
  transition: background 0.15s ease-out, top 0s 0.15s;
  -webkit-backface-visibility: hidden;
}

/**
 * The frame that bounds the box contents of the picker.
 */
/* line 71, node_modules/materialize-css/sass/components/date_picker/_default.scss */
.picker__frame {
  position: absolute;
  margin: 0 auto;
  min-width: 256px;
  width: 300px;
  max-height: 350px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  transition: all 0.15s ease-out;
}

@media (min-height: 28.875em) {
  /* line 89, node_modules/materialize-css/sass/components/date_picker/_default.scss */
  .picker__frame {
    overflow: visible;
    top: auto;
    bottom: -100%;
    max-height: 80%;
  }
}

@media (min-height: 40.125em) {
  /* line 97, node_modules/materialize-css/sass/components/date_picker/_default.scss */
  .picker__frame {
    margin-bottom: 7.5%;
  }
}

/**
 * The wrapper sets the stage to vertically align the box contents.
 */
/* line 104, node_modules/materialize-css/sass/components/date_picker/_default.scss */
.picker__wrap {
  display: table;
  width: 100%;
  height: 100%;
}

@media (min-height: 28.875em) {
  /* line 110, node_modules/materialize-css/sass/components/date_picker/_default.scss */
  .picker__wrap {
    display: block;
  }
}

/**
 * The box contains all the picker contents.
 */
/* line 117, node_modules/materialize-css/sass/components/date_picker/_default.scss */
.picker__box {
  background: #ffffff;
  display: table-cell;
  vertical-align: middle;
}

@media (min-height: 28.875em) {
  /* line 128, node_modules/materialize-css/sass/components/date_picker/_default.scss */
  .picker__box {
    display: block;
    border: 1px solid #777777;
    border-top-color: #898989;
    border-bottom-width: 0;
    border-radius: 5px 5px 0 0;
    box-shadow: 0 12px 36px 16px rgba(0, 0, 0, 0.24);
  }
}

/**
 * When the picker opens...
 */
/* line 157, node_modules/materialize-css/sass/components/date_picker/_default.scss */
.picker--opened .picker__holder {
  top: 0;
  background: transparent;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#1E000000,endColorstr=#1E000000)";
  zoom: 1;
  background: rgba(0, 0, 0, 0.32);
  transition: background 0.15s ease-out;
}

/* line 167, node_modules/materialize-css/sass/components/date_picker/_default.scss */
.picker--opened .picker__frame {
  top: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}

@media (min-height: 35.875em) {
  /* line 175, node_modules/materialize-css/sass/components/date_picker/_default.scss */
  .picker--opened .picker__frame {
    top: 10%;
    bottom: auto;
  }
}

/**
 * For `large` screens, transform into an inline picker.
 */
/* ==========================================================================
   CUSTOM MATERIALIZE STYLES
   ========================================================================== */
/* line 188, node_modules/materialize-css/sass/components/date_picker/_default.scss */
.picker__input.picker__input--active {
  border-color: #E3F2FD;
}

/* line 192, node_modules/materialize-css/sass/components/date_picker/_default.scss */
.picker__frame {
  margin: 0 auto;
  max-width: 325px;
}

@media (min-height: 38.875em) {
  /* line 198, node_modules/materialize-css/sass/components/date_picker/_default.scss */
  .picker--opened .picker__frame {
    top: 10%;
    bottom: auto;
  }
}

@media only screen and (min-width: 601px) {
  /* line 205, node_modules/materialize-css/sass/components/date_picker/_default.scss */
  .picker__box {
    display: flex;
  }
  /* line 208, node_modules/materialize-css/sass/components/date_picker/_default.scss */
  .picker__frame {
    width: 80%;
    max-width: 600px;
  }
}

/* ==========================================================================
   $BASE-DATE-PICKER
   ========================================================================== */
/**
 * The picker box.
 */
/* line 7, node_modules/materialize-css/sass/components/date_picker/_default.date.scss */
.picker__box {
  padding: 0;
  border-radius: 2px;
  overflow: hidden;
}

/**
 * The header containing the month and year stuff.
 */
/* line 15, node_modules/materialize-css/sass/components/date_picker/_default.date.scss */
.picker__header {
  text-align: center;
  position: relative;
  margin-top: .75em;
}

/**
 * The month and year labels.
 */
/* line 23, node_modules/materialize-css/sass/components/date_picker/_default.date.scss */
.picker__month,
.picker__year {
  display: inline-block;
  margin-left: .25em;
  margin-right: .25em;
}

/**
 * The month and year selectors.
 */
/* line 33, node_modules/materialize-css/sass/components/date_picker/_default.date.scss */
.picker__select--month,
.picker__select--year {
  height: 2em;
  padding: 0;
  margin-left: .25em;
  margin-right: .25em;
}

/* line 43, node_modules/materialize-css/sass/components/date_picker/_default.date.scss */
.picker__select--month.browser-default {
  display: inline;
  background-color: #FFFFFF;
  width: 40%;
}

/* line 48, node_modules/materialize-css/sass/components/date_picker/_default.date.scss */
.picker__select--year.browser-default {
  display: inline;
  background-color: #FFFFFF;
  width: 26%;
}

/* line 53, node_modules/materialize-css/sass/components/date_picker/_default.date.scss */
.picker__select--month:focus,
.picker__select--year:focus {
  border-color: rgba(0, 0, 0, 0.05);
}

/**
 * The month navigation buttons.
 */
/* line 60, node_modules/materialize-css/sass/components/date_picker/_default.date.scss */
.picker__nav--prev,
.picker__nav--next {
  position: absolute;
  padding: .5em 1.25em;
  width: 1em;
  height: 1em;
  box-sizing: content-box;
  top: -0.25em;
}

/* line 75, node_modules/materialize-css/sass/components/date_picker/_default.date.scss */
.picker__nav--prev {
  left: -1em;
  padding-right: 1.25em;
}

/* line 84, node_modules/materialize-css/sass/components/date_picker/_default.date.scss */
.picker__nav--next {
  right: -1em;
  padding-left: 1.25em;
}

/* line 94, node_modules/materialize-css/sass/components/date_picker/_default.date.scss */
.picker__nav--disabled,
.picker__nav--disabled:hover,
.picker__nav--disabled:before,
.picker__nav--disabled:before:hover {
  cursor: default;
  background: none;
  border-right-color: #f5f5f5;
  border-left-color: #f5f5f5;
}

/**
 * The calendar table of dates
 */
/* line 106, node_modules/materialize-css/sass/components/date_picker/_default.date.scss */
.picker__table {
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  font-size: 1rem;
  width: 100%;
  margin-top: .75em;
  margin-bottom: .5em;
}

/* line 119, node_modules/materialize-css/sass/components/date_picker/_default.date.scss */
.picker__table th, .picker__table td {
  text-align: center;
}

/* line 128, node_modules/materialize-css/sass/components/date_picker/_default.date.scss */
.picker__table td {
  margin: 0;
  padding: 0;
}

/**
 * The weekday labels
 */
/* line 135, node_modules/materialize-css/sass/components/date_picker/_default.date.scss */
.picker__weekday {
  width: 14.285714286%;
  font-size: .75em;
  padding-bottom: .25em;
  color: #999999;
  font-weight: 500;
  /* Increase the spacing a tad */
}

@media (min-height: 33.875em) {
  /* line 144, node_modules/materialize-css/sass/components/date_picker/_default.date.scss */
  .picker__weekday {
    padding-bottom: .5em;
  }
}

/**
 * The days on the calendar
 */
/* line 152, node_modules/materialize-css/sass/components/date_picker/_default.date.scss */
.picker__day--today {
  position: relative;
  color: #595959;
  letter-spacing: -.3;
  padding: .75rem 0;
  font-weight: 400;
  border: 1px solid transparent;
}

/* line 172, node_modules/materialize-css/sass/components/date_picker/_default.date.scss */
.picker__day--disabled:before {
  border-top-color: #aaaaaa;
}

/* line 177, node_modules/materialize-css/sass/components/date_picker/_default.date.scss */
.picker__day--infocus:hover {
  cursor: pointer;
  color: #000;
  font-weight: 500;
}

/* line 183, node_modules/materialize-css/sass/components/date_picker/_default.date.scss */
.picker__day--outfocus {
  display: none;
  padding: .75rem 0;
  color: #fff;
}

/* line 189, node_modules/materialize-css/sass/components/date_picker/_default.date.scss */
.picker__day--outfocus:hover {
  cursor: pointer;
  color: #dddddd;
  font-weight: 500;
}

/* line 200, node_modules/materialize-css/sass/components/date_picker/_default.date.scss */
.picker__day--highlighted:hover,
.picker--focused .picker__day--highlighted {
  cursor: pointer;
}

/* line 207, node_modules/materialize-css/sass/components/date_picker/_default.date.scss */
.picker__day--selected,
.picker__day--selected:hover,
.picker--focused .picker__day--selected {
  border-radius: 50%;
  transform: scale(0.75);
  background: #0089ec;
  color: #ffffff;
}

/* line 218, node_modules/materialize-css/sass/components/date_picker/_default.date.scss */
.picker__day--disabled,
.picker__day--disabled:hover,
.picker--focused .picker__day--disabled {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #dddddd;
  cursor: default;
}

/* line 226, node_modules/materialize-css/sass/components/date_picker/_default.date.scss */
.picker__day--highlighted.picker__day--disabled,
.picker__day--highlighted.picker__day--disabled:hover {
  background: #bbbbbb;
}

/**
 * The footer containing the "today", "clear", and "close" buttons.
 */
/* line 233, node_modules/materialize-css/sass/components/date_picker/_default.date.scss */
.picker__footer {
  text-align: right;
}

/* line 236, node_modules/materialize-css/sass/components/date_picker/_default.date.scss */
.picker__button--today,
.picker__button--clear,
.picker__button--close {
  border: 1px solid #ffffff;
  background: #ffffff;
  font-size: .8em;
  padding: .66em 0;
  font-weight: bold;
  width: 33%;
  display: inline-block;
  vertical-align: bottom;
}

/* line 248, node_modules/materialize-css/sass/components/date_picker/_default.date.scss */
.picker__button--today:hover,
.picker__button--clear:hover,
.picker__button--close:hover {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb;
  border-bottom-color: #b1dcfb;
}

/* line 256, node_modules/materialize-css/sass/components/date_picker/_default.date.scss */
.picker__button--today:focus,
.picker__button--clear:focus,
.picker__button--close:focus {
  background: #b1dcfb;
  border-color: rgba(0, 0, 0, 0.05);
  outline: none;
}

/* line 263, node_modules/materialize-css/sass/components/date_picker/_default.date.scss */
.picker__button--today:before,
.picker__button--clear:before,
.picker__button--close:before {
  position: relative;
  display: inline-block;
  height: 0;
}

/* line 270, node_modules/materialize-css/sass/components/date_picker/_default.date.scss */
.picker__button--today:before,
.picker__button--clear:before {
  content: " ";
  margin-right: .45em;
}

/* line 275, node_modules/materialize-css/sass/components/date_picker/_default.date.scss */
.picker__button--today:before {
  top: -0.05em;
  width: 0;
  border-top: 0.66em solid #0059bc;
  border-left: .66em solid transparent;
}

/* line 281, node_modules/materialize-css/sass/components/date_picker/_default.date.scss */
.picker__button--clear:before {
  top: -0.25em;
  width: .66em;
  border-top: 3px solid #ee2200;
}

/* line 286, node_modules/materialize-css/sass/components/date_picker/_default.date.scss */
.picker__button--close:before {
  content: "\D7";
  top: -0.1em;
  vertical-align: top;
  font-size: 1.1em;
  margin-right: .35em;
  color: #777777;
}

/* line 294, node_modules/materialize-css/sass/components/date_picker/_default.date.scss */
.picker__button--today[disabled],
.picker__button--today[disabled]:hover {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #dddddd;
  cursor: default;
}

/* line 301, node_modules/materialize-css/sass/components/date_picker/_default.date.scss */
.picker__button--today[disabled]:before {
  border-top-color: #aaaaaa;
}

/* ==========================================================================
   CUSTOM MATERIALIZE STYLES
   ========================================================================== */
/*.picker__box {
  border-radius: 2px;
  overflow: hidden;
}*/
/* line 313, node_modules/materialize-css/sass/components/date_picker/_default.date.scss */
.picker__date-display {
  text-align: left;
  background-color: #26a69a;
  color: #fff;
  padding: 18px;
  font-weight: 300;
}

@media only screen and (min-width: 601px) {
  /* line 322, node_modules/materialize-css/sass/components/date_picker/_default.date.scss */
  .picker__date-display {
    flex: 1;
  }
  /* line 325, node_modules/materialize-css/sass/components/date_picker/_default.date.scss */
  .picker__weekday-display {
    display: block;
  }
  /* line 328, node_modules/materialize-css/sass/components/date_picker/_default.date.scss */
  .picker__container__wrapper {
    flex: 2;
  }
}

/* line 333, node_modules/materialize-css/sass/components/date_picker/_default.date.scss */
.picker__nav--prev:hover,
.picker__nav--next:hover {
  cursor: pointer;
  color: #000000;
  background: #a1ded8;
}

/* line 340, node_modules/materialize-css/sass/components/date_picker/_default.date.scss */
.picker__weekday-display {
  font-weight: 500;
  font-size: 2.8rem;
  margin-right: 5px;
  margin-top: 4px;
}

/* line 347, node_modules/materialize-css/sass/components/date_picker/_default.date.scss */
.picker__month-display {
  font-size: 2.8rem;
  font-weight: 500;
}

/* line 352, node_modules/materialize-css/sass/components/date_picker/_default.date.scss */
.picker__day-display {
  font-size: 2.8rem;
  font-weight: 500;
  margin-right: 5px;
}

/* line 357, node_modules/materialize-css/sass/components/date_picker/_default.date.scss */
.picker__year-display {
  font-size: 1.5rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.7);
}

/*.picker__box {
  padding: 0;
}*/
/* line 366, node_modules/materialize-css/sass/components/date_picker/_default.date.scss */
.picker__calendar-container {
  padding: 0 1rem;
}

/* line 369, node_modules/materialize-css/sass/components/date_picker/_default.date.scss */
.picker__calendar-container thead {
  border: none;
}

/* line 375, node_modules/materialize-css/sass/components/date_picker/_default.date.scss */
.picker__table {
  margin-top: 0;
  margin-bottom: .5em;
}

/* line 380, node_modules/materialize-css/sass/components/date_picker/_default.date.scss */
.picker__day--infocus {
  color: rgba(0, 0, 0, 0.87);
  letter-spacing: -.3px;
  padding: 0.75rem 0;
  font-weight: 400;
  border: 1px solid transparent;
}

@media only screen and (min-width: 601px) {
  /* line 388, node_modules/materialize-css/sass/components/date_picker/_default.date.scss */
  .picker__day--infocus {
    padding: 1.1rem 0;
  }
}

/* line 395, node_modules/materialize-css/sass/components/date_picker/_default.date.scss */
.picker__day.picker__day--today {
  color: #26a69a;
}

/* line 399, node_modules/materialize-css/sass/components/date_picker/_default.date.scss */
.picker__day.picker__day--today.picker__day--selected {
  color: #fff;
}

/* line 404, node_modules/materialize-css/sass/components/date_picker/_default.date.scss */
.picker__weekday {
  font-size: .9rem;
}

/* line 409, node_modules/materialize-css/sass/components/date_picker/_default.date.scss */
.picker__day--selected,
.picker__day--selected:hover,
.picker--focused .picker__day--selected {
  border-radius: 50%;
  transform: scale(0.9);
  background-color: #26a69a;
  color: #ffffff;
}

/* line 416, node_modules/materialize-css/sass/components/date_picker/_default.date.scss */
.picker__day--selected.picker__day--outfocus,
.picker__day--selected.picker__day--outfocus:hover,
.picker--focused .picker__day--selected.picker__day--outfocus {
  background-color: #a1ded8;
}

/* line 422, node_modules/materialize-css/sass/components/date_picker/_default.date.scss */
.picker__footer {
  text-align: right;
  padding: 5px 10px;
}

/* line 428, node_modules/materialize-css/sass/components/date_picker/_default.date.scss */
.picker__close, .picker__today, .picker__clear {
  font-size: 1.1rem;
  padding: 0 1rem;
  color: #26a69a;
}

/* line 433, node_modules/materialize-css/sass/components/date_picker/_default.date.scss */
.picker__clear {
  color: #f44336;
  float: left;
}

/* line 439, node_modules/materialize-css/sass/components/date_picker/_default.date.scss */
.picker__nav--prev:before,
.picker__nav--next:before {
  content: " ";
  border-top: .5em solid transparent;
  border-bottom: .5em solid transparent;
  border-right: 0.75em solid #676767;
  width: 0;
  height: 0;
  display: block;
  margin: 0 auto;
}

/* line 450, node_modules/materialize-css/sass/components/date_picker/_default.date.scss */
.picker__nav--next:before {
  border-right: 0;
  border-left: 0.75em solid #676767;
}

/* line 454, node_modules/materialize-css/sass/components/date_picker/_default.date.scss */
button.picker__today:focus, button.picker__clear:focus, button.picker__close:focus {
  background-color: #a1ded8;
}

/* ==========================================================================
   $BASE-TIME-PICKER
   ========================================================================== */
/**
 * The list of times.
 */
/* line 7, node_modules/materialize-css/sass/components/date_picker/_default.time.scss */
.picker__list {
  list-style: none;
  padding: 0.75em 0 4.2em;
  margin: 0;
}

/**
 * The times on the clock.
 */
/* line 15, node_modules/materialize-css/sass/components/date_picker/_default.time.scss */
.picker__list-item {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  margin-bottom: -1px;
  position: relative;
  background: #fff;
  padding: .75em 1.25em;
}

@media (min-height: 46.75em) {
  /* line 24, node_modules/materialize-css/sass/components/date_picker/_default.time.scss */
  .picker__list-item {
    padding: .5em 1em;
  }
}

/* Hovered time */
/* line 29, node_modules/materialize-css/sass/components/date_picker/_default.time.scss */
.picker__list-item:hover {
  cursor: pointer;
  color: #000;
  background: #b1dcfb;
  border-color: #0089ec;
  z-index: 10;
}

/* Highlighted and hovered/focused time */
/* line 37, node_modules/materialize-css/sass/components/date_picker/_default.time.scss */
.picker__list-item--highlighted {
  border-color: #0089ec;
  z-index: 10;
}

/* line 41, node_modules/materialize-css/sass/components/date_picker/_default.time.scss */
.picker__list-item--highlighted:hover,
.picker--focused .picker__list-item--highlighted {
  cursor: pointer;
  color: #000;
  background: #b1dcfb;
}

/* Selected and hovered/focused time */
/* line 48, node_modules/materialize-css/sass/components/date_picker/_default.time.scss */
.picker__list-item--selected,
.picker__list-item--selected:hover,
.picker--focused .picker__list-item--selected {
  background: #0089ec;
  color: #fff;
  z-index: 10;
}

/* Disabled time */
/* line 56, node_modules/materialize-css/sass/components/date_picker/_default.time.scss */
.picker__list-item--disabled,
.picker__list-item--disabled:hover,
.picker--focused .picker__list-item--disabled {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #ddd;
  cursor: default;
  border-color: #ddd;
  z-index: auto;
}

/**
 * The clear button
 */
/* line 69, node_modules/materialize-css/sass/components/date_picker/_default.time.scss */
.picker--time .picker__button--clear {
  display: block;
  width: 80%;
  margin: 1em auto 0;
  padding: 1em 1.25em;
  background: none;
  border: 0;
  font-weight: 500;
  font-size: .67em;
  text-align: center;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.87);
}

/* line 82, node_modules/materialize-css/sass/components/date_picker/_default.time.scss */
.picker--time .picker__button--clear:hover,
.picker--time .picker__button--clear:focus {
  color: #000;
  background: #b1dcfb;
  background: #ee2200;
  border-color: #ee2200;
  cursor: pointer;
  color: #fff;
  outline: none;
}

/* line 92, node_modules/materialize-css/sass/components/date_picker/_default.time.scss */
.picker--time .picker__button--clear:before {
  top: -0.25em;
  color: rgba(0, 0, 0, 0.87);
  font-size: 1.25em;
  font-weight: bold;
}

/* line 98, node_modules/materialize-css/sass/components/date_picker/_default.time.scss */
.picker--time .picker__button--clear:hover:before,
.picker--time .picker__button--clear:focus:before {
  color: #fff;
}

/* ==========================================================================
   $DEFAULT-TIME-PICKER
   ========================================================================== */
/**
 * The frame the bounds the time picker.
 */
/* line 109, node_modules/materialize-css/sass/components/date_picker/_default.time.scss */
.picker--time .picker__frame {
  min-width: 256px;
  max-width: 320px;
}

/**
 * The picker box.
 */
/* line 116, node_modules/materialize-css/sass/components/date_picker/_default.time.scss */
.picker--time .picker__box {
  font-size: 1em;
  background: #f2f2f2;
  padding: 0;
}

@media (min-height: 40.125em) {
  /* line 122, node_modules/materialize-css/sass/components/date_picker/_default.time.scss */
  .picker--time .picker__box {
    margin-bottom: 5em;
  }
}

/* ==========================================================================
   $DEFAULT-TIME-PICKER
   ========================================================================== */
/* line 130, node_modules/materialize-css/sass/components/date_picker/_default.time.scss */
.clockpicker-display {
  font-size: 4rem;
  font-weight: bold;
  text-align: center;
  color: rgba(255, 255, 255, 0.6);
  font-weight: 400;
  clear: both;
  position: relative;
}

/* line 140, node_modules/materialize-css/sass/components/date_picker/_default.time.scss */
.clockpicker-span-am-pm {
  font-size: 1.3rem;
  position: absolute;
  right: 1rem;
  bottom: 0.3rem;
  line-height: 2rem;
  font-weight: 500;
}

@media only screen and (min-width: 601px) {
  /* line 149, node_modules/materialize-css/sass/components/date_picker/_default.time.scss */
  .clockpicker-display {
    top: 32%;
  }
  /* line 152, node_modules/materialize-css/sass/components/date_picker/_default.time.scss */
  .clockpicker-span-am-pm {
    position: relative;
    right: auto;
    bottom: auto;
    text-align: center;
    margin-top: 1.2rem;
  }
}

/* line 162, node_modules/materialize-css/sass/components/date_picker/_default.time.scss */
.text-primary {
  color: white;
}

/* line 165, node_modules/materialize-css/sass/components/date_picker/_default.time.scss */
.clockpicker-span-hours {
  margin-right: 3px;
}

/* line 168, node_modules/materialize-css/sass/components/date_picker/_default.time.scss */
.clockpicker-span-minutes {
  margin-left: 3px;
}

/* line 172, node_modules/materialize-css/sass/components/date_picker/_default.time.scss */
.clockpicker-span-hours,
.clockpicker-span-minutes,
.clockpicker-span-am-pm div {
  cursor: pointer;
}

/* line 177, node_modules/materialize-css/sass/components/date_picker/_default.time.scss */
.clockpicker-moving {
  cursor: move;
}

/* line 180, node_modules/materialize-css/sass/components/date_picker/_default.time.scss */
.clockpicker-plate {
  background-color: #eee;
  border-radius: 50%;
  width: 270px;
  height: 270px;
  overflow: visible;
  position: relative;
  margin: auto;
  margin-top: 25px;
  margin-bottom: 5px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

/* line 192, node_modules/materialize-css/sass/components/date_picker/_default.time.scss */
.clockpicker-canvas,
.clockpicker-dial {
  width: 270px;
  height: 270px;
  position: absolute;
  left: -1px;
  top: -1px;
}

/* line 200, node_modules/materialize-css/sass/components/date_picker/_default.time.scss */
.clockpicker-minutes {
  visibility: hidden;
}

/* line 203, node_modules/materialize-css/sass/components/date_picker/_default.time.scss */
.clockpicker-tick {
  border-radius: 50%;
  color: rgba(0, 0, 0, 0.87);
  line-height: 40px;
  text-align: center;
  width: 40px;
  height: 40px;
  position: absolute;
  cursor: pointer;
}

/* line 213, node_modules/materialize-css/sass/components/date_picker/_default.time.scss */
.clockpicker-tick.active,
.clockpicker-tick:hover {
  background-color: rgba(38, 166, 154, 0.25);
}

/* line 217, node_modules/materialize-css/sass/components/date_picker/_default.time.scss */
.clockpicker-dial {
  transition: transform 350ms, opacity 350ms;
}

/* line 224, node_modules/materialize-css/sass/components/date_picker/_default.time.scss */
.clockpicker-dial-out {
  opacity: 0;
}

/* line 227, node_modules/materialize-css/sass/components/date_picker/_default.time.scss */
.clockpicker-hours.clockpicker-dial-out {
  transform: scale(1.2, 1.2);
}

/* line 234, node_modules/materialize-css/sass/components/date_picker/_default.time.scss */
.clockpicker-minutes.clockpicker-dial-out {
  transform: scale(0.8, 0.8);
}

/* line 241, node_modules/materialize-css/sass/components/date_picker/_default.time.scss */
.clockpicker-canvas {
  transition: opacity 175ms;
}

/* line 248, node_modules/materialize-css/sass/components/date_picker/_default.time.scss */
.clockpicker-canvas-out {
  opacity: 0.25;
}

/* line 251, node_modules/materialize-css/sass/components/date_picker/_default.time.scss */
.clockpicker-canvas-bearing {
  stroke: none;
  fill: #26a69a;
}

/* line 255, node_modules/materialize-css/sass/components/date_picker/_default.time.scss */
.clockpicker-canvas-bg {
  stroke: none;
  fill: #26a69a;
}

/* line 259, node_modules/materialize-css/sass/components/date_picker/_default.time.scss */
.clockpicker-canvas-bg-trans {
  fill: #26a69a;
}

/* line 262, node_modules/materialize-css/sass/components/date_picker/_default.time.scss */
.clockpicker-canvas line {
  stroke: #26a69a;
  stroke-width: 4;
  stroke-linecap: round;
  /*shape-rendering: crispEdges;*/
}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
/* line 9, app/assets/stylesheets/frontend/owl.carousel.css */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

/* line 16, app/assets/stylesheets/frontend/owl.carousel.css */
.owl-carousel .owl-stage {
  position: relative;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}

/* line 22, app/assets/stylesheets/frontend/owl.carousel.css */
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

/* line 29, app/assets/stylesheets/frontend/owl.carousel.css */
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

/* line 34, app/assets/stylesheets/frontend/owl.carousel.css */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

/* line 42, app/assets/stylesheets/frontend/owl.carousel.css */
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

/* line 49, app/assets/stylesheets/frontend/owl.carousel.css */
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

/* line 52, app/assets/stylesheets/frontend/owl.carousel.css */
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}

/* line 55, app/assets/stylesheets/frontend/owl.carousel.css */
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

/* line 64, app/assets/stylesheets/frontend/owl.carousel.css */
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

/* line 72, app/assets/stylesheets/frontend/owl.carousel.css */
.owl-carousel.owl-loaded {
  display: block;
}

/* line 74, app/assets/stylesheets/frontend/owl.carousel.css */
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

/* line 77, app/assets/stylesheets/frontend/owl.carousel.css */
.owl-carousel.owl-hidden {
  opacity: 0;
}

/* line 79, app/assets/stylesheets/frontend/owl.carousel.css */
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

/* line 81, app/assets/stylesheets/frontend/owl.carousel.css */
.owl-carousel.owl-drag .owl-item {
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

/* line 88, app/assets/stylesheets/frontend/owl.carousel.css */
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

/* line 91, app/assets/stylesheets/frontend/owl.carousel.css */
.owl-carousel.owl-rtl {
  direction: rtl;
}

/* line 93, app/assets/stylesheets/frontend/owl.carousel.css */
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
/* line 97, app/assets/stylesheets/frontend/owl.carousel.css */
.no-js .owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
/* line 103, app/assets/stylesheets/frontend/owl.carousel.css */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}

/* line 107, app/assets/stylesheets/frontend/owl.carousel.css */
.owl-carousel .owl-animated-in {
  z-index: 0;
}

/* line 110, app/assets/stylesheets/frontend/owl.carousel.css */
.owl-carousel .owl-animated-out {
  z-index: 1;
}

/* line 113, app/assets/stylesheets/frontend/owl.carousel.css */
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/*
 * 	Owl Carousel - Auto Height Plugin
 */
/* line 125, app/assets/stylesheets/frontend/owl.carousel.css */
.owl-height {
  transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
/* line 131, app/assets/stylesheets/frontend/owl.carousel.css */
.owl-carousel .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */
}

/* line 136, app/assets/stylesheets/frontend/owl.carousel.css */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}

/* line 139, app/assets/stylesheets/frontend/owl.carousel.css */
.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}

/* line 141, app/assets/stylesheets/frontend/owl.carousel.css */
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
/* line 147, app/assets/stylesheets/frontend/owl.carousel.css */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

/* line 152, app/assets/stylesheets/frontend/owl.carousel.css */
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(https://app.acceptmission.com/assets/owl.video.play-12d5ab429e87fceae0abca364a3b5853563d3c91118e6af942bee5d9d05d18f9.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease;
}

/* line 166, app/assets/stylesheets/frontend/owl.carousel.css */
.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3);
}

/* line 170, app/assets/stylesheets/frontend/owl.carousel.css */
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

/* line 174, app/assets/stylesheets/frontend/owl.carousel.css */
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}

/* line 182, app/assets/stylesheets/frontend/owl.carousel.css */
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */
/* line 9, app/assets/stylesheets/frontend/owl.theme.css */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

/* line 13, app/assets/stylesheets/frontend/owl.theme.css */
.owl-theme .owl-nav [class*='owl-'] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}

/* line 22, app/assets/stylesheets/frontend/owl.theme.css */
.owl-theme .owl-nav [class*='owl-']:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none;
}

/* line 26, app/assets/stylesheets/frontend/owl.theme.css */
.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}

/* line 30, app/assets/stylesheets/frontend/owl.theme.css */
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}

/* line 33, app/assets/stylesheets/frontend/owl.theme.css */
.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

/* line 36, app/assets/stylesheets/frontend/owl.theme.css */
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}

/* line 40, app/assets/stylesheets/frontend/owl.theme.css */
.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px;
}

/* line 49, app/assets/stylesheets/frontend/owl.theme.css */
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}

/*! tailwindcss v4.0.9 | MIT License | https://tailwindcss.com */
/* Added font import statement */
/* Added root and host scope*/
/* line 5, app/assets/stylesheets/frontend/../../../javascript/bundles/components/toast-style.css */
:root,
:host {
  --spacing: 0.25rem;
}

/* line 10, app/assets/stylesheets/frontend/../../../javascript/bundles/components/toast-style.css */
.toast-close-btn {
  border: none;
  background: none;
  cursor: pointer;
}

/* line 16, app/assets/stylesheets/frontend/../../../javascript/bundles/components/toast-style.css */
.flex {
  display: flex;
}

/* line 20, app/assets/stylesheets/frontend/../../../javascript/bundles/components/toast-style.css */
.flex-1 {
  flex: 1 1 0%;
}

/* line 24, app/assets/stylesheets/frontend/../../../javascript/bundles/components/toast-style.css */
.flex-col {
  flex-direction: column;
}

/* line 28, app/assets/stylesheets/frontend/../../../javascript/bundles/components/toast-style.css */
.gap-2 {
  gap: calc(var(--spacing)*0.5);
}

/* line 32, app/assets/stylesheets/frontend/../../../javascript/bundles/components/toast-style.css */
.p-4 {
  padding: calc(var(--spacing)*4);
}

/* line 36, app/assets/stylesheets/frontend/../../../javascript/bundles/components/toast-style.css */
.p-5 {
  padding: calc(var(--spacing)*5);
}

/* line 40, app/assets/stylesheets/frontend/../../../javascript/bundles/components/toast-style.css */
.h-1 {
  height: calc(var(--spacing)*0.25);
}

/* line 44, app/assets/stylesheets/frontend/../../../javascript/bundles/components/toast-style.css */
.items-center {
  align-items: center;
}

/* line 48, app/assets/stylesheets/frontend/../../../javascript/bundles/components/toast-style.css */
.pr-2 {
  padding-right: calc(var(--spacing)*2);
}

/* line 52, app/assets/stylesheets/frontend/../../../javascript/bundles/components/toast-style.css */
.pr-5 {
  padding-right: calc(var(--spacing)*5);
}

/* line 56, app/assets/stylesheets/frontend/../../../javascript/bundles/components/toast-style.css */
.w-full {
  width: 100%;
}

/* line 60, app/assets/stylesheets/frontend/../../../javascript/bundles/components/toast-style.css */
.flex-shrink-0 {
  flex-shrink: 0;
}

/* Typography */
/* line 65, app/assets/stylesheets/frontend/../../../javascript/bundles/components/toast-style.css */
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

/* line 70, app/assets/stylesheets/frontend/../../../javascript/bundles/components/toast-style.css */
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

/* line 75, app/assets/stylesheets/frontend/../../../javascript/bundles/components/toast-style.css */
.text-md {
  font-size: 1.125rem;
}

/* line 79, app/assets/stylesheets/frontend/../../../javascript/bundles/components/toast-style.css */
.font-light {
  font-weight: 300;
}

/* line 83, app/assets/stylesheets/frontend/../../../javascript/bundles/components/toast-style.css */
.font-medium {
  font-weight: 500;
}

/* line 87, app/assets/stylesheets/frontend/../../../javascript/bundles/components/toast-style.css */
.font-semibold {
  font-weight: 600;
}

/* line 91, app/assets/stylesheets/frontend/../../../javascript/bundles/components/toast-style.css */
.leading-tight {
  line-height: 1.25;
}

/* line 95, app/assets/stylesheets/frontend/../../../javascript/bundles/components/toast-style.css */
.mt-0\.5 {
  margin-top: 0.125rem;
}

/* Background Colors */
/* line 100, app/assets/stylesheets/frontend/../../../javascript/bundles/components/toast-style.css */
.bg-gray-50 {
  background-color: #F6F7F9;
}

/* line 104, app/assets/stylesheets/frontend/../../../javascript/bundles/components/toast-style.css */
.bg-success-50 {
  background-color: #ECFDF3;
}

/* line 108, app/assets/stylesheets/frontend/../../../javascript/bundles/components/toast-style.css */
.bg-danger-50 {
  background-color: #FEF3F2;
}

/* line 112, app/assets/stylesheets/frontend/../../../javascript/bundles/components/toast-style.css */
.bg-warning-50 {
  background-color: #FFFAEB;
}

/* line 117, app/assets/stylesheets/frontend/../../../javascript/bundles/components/toast-style.css */
.bg-blue-50 {
  background-color: #EFF4FF;
}

/* line 121, app/assets/stylesheets/frontend/../../../javascript/bundles/components/toast-style.css */
.bg-primary {
  background-color: var(--color-primary);
}

/* line 125, app/assets/stylesheets/frontend/../../../javascript/bundles/components/toast-style.css */
.bg-success-900 {
  background-color: #074D31;
}

/* line 129, app/assets/stylesheets/frontend/../../../javascript/bundles/components/toast-style.css */
.bg-danger-900 {
  background-color: #7A271A;
}

/* line 133, app/assets/stylesheets/frontend/../../../javascript/bundles/components/toast-style.css */
.bg-warning-800 {
  background-color: #93370D;
}

/* line 137, app/assets/stylesheets/frontend/../../../javascript/bundles/components/toast-style.css */
.bg-blue-900 {
  background-color: #00359E;
}

/* line 141, app/assets/stylesheets/frontend/../../../javascript/bundles/components/toast-style.css */
.bg-success-100\/70 {
  background-color: color-mix(in oklab, #DCFAE6 70%, transparent);
}

/* line 145, app/assets/stylesheets/frontend/../../../javascript/bundles/components/toast-style.css */
.bg-danger-100\/70 {
  background-color: color-mix(in oklab, #FEE4E2 70%, transparent);
}

/* line 149, app/assets/stylesheets/frontend/../../../javascript/bundles/components/toast-style.css */
.bg-warning-100\/70 {
  background-color: color-mix(in oklab, #FEF0C7 70%, transparent);
}

/* line 153, app/assets/stylesheets/frontend/../../../javascript/bundles/components/toast-style.css */
.bg-blue-100 {
  background-color: #D1E0FF;
}

/* line 157, app/assets/stylesheets/frontend/../../../javascript/bundles/components/toast-style.css */
.bg-blue-100\/70 {
  background-color: color-mix(in oklab, #D1E0FF 70%, transparent);
}

/* line 161, app/assets/stylesheets/frontend/../../../javascript/bundles/components/toast-style.css */
.bg-gray-200 {
  background-color: #E1E4EA;
}

/* line 165, app/assets/stylesheets/frontend/../../../javascript/bundles/components/toast-style.css */
.bg-gray-200\/70 {
  background-color: color-mix(in oklab, #E1E4EA 70%, transparent);
}

/* Text Colors */
/* line 170, app/assets/stylesheets/frontend/../../../javascript/bundles/components/toast-style.css */
.text-success-500 {
  color: #17B26A;
}

/* line 174, app/assets/stylesheets/frontend/../../../javascript/bundles/components/toast-style.css */
.text-danger-500 {
  color: #F04438;
}

/* line 178, app/assets/stylesheets/frontend/../../../javascript/bundles/components/toast-style.css */
.text-warning-500 {
  color: #F79009;
}

/* line 182, app/assets/stylesheets/frontend/../../../javascript/bundles/components/toast-style.css */
.text-blue-500 {
  color: #2970FF;
}

/* line 186, app/assets/stylesheets/frontend/../../../javascript/bundles/components/toast-style.css */
.text-gray-500 {
  color: #5D6679;
}

/* More Background Colors */
/* line 191, app/assets/stylesheets/frontend/../../../javascript/bundles/components/toast-style.css */
.bg-success-500 {
  background-color: #17B26A;
}

/* line 195, app/assets/stylesheets/frontend/../../../javascript/bundles/components/toast-style.css */
.bg-danger-500 {
  background-color: #F04438;
}

/* line 199, app/assets/stylesheets/frontend/../../../javascript/bundles/components/toast-style.css */
.bg-warning-500 {
  background-color: #F79009;
}

/* line 203, app/assets/stylesheets/frontend/../../../javascript/bundles/components/toast-style.css */
.bg-blue-500 {
  background-color: #2970FF;
}

/*Effects*/
/* line 208, app/assets/stylesheets/frontend/../../../javascript/bundles/components/toast-style.css */
.shadow-lg {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

/* line 212, app/assets/stylesheets/frontend/../../../javascript/bundles/components/toast-style.css */
.rounded {
  border-radius: 0.25rem;
}

/* line 216, app/assets/stylesheets/frontend/../../../javascript/bundles/components/toast-style.css */
.rounded-lg {
  border-radius: 0.5rem;
}

/* line 220, app/assets/stylesheets/frontend/../../../javascript/bundles/components/toast-style.css */
.stroke-current {
  stroke: currentColor;
}

/* line 224, app/assets/stylesheets/frontend/../../../javascript/bundles/components/toast-style.css */
.backdrop-blur-\[10px\] {
  --tw-backdrop-blur: blur(10px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

/* line 230, app/assets/stylesheets/frontend/../../../javascript/bundles/components/toast-style.css */
.hover\:bg-gray-100:hover {
  background-color: #ECEFF3;
}

/* Border Colors */
/* line 235, app/assets/stylesheets/frontend/../../../javascript/bundles/components/toast-style.css */
.border-gray-200 {
  border-color: #E1E4EA;
}

/* line 239, app/assets/stylesheets/frontend/../../../javascript/bundles/components/toast-style.css */
.border-success-200 {
  border-color: #ABEFC6;
}

/* line 243, app/assets/stylesheets/frontend/../../../javascript/bundles/components/toast-style.css */
.border-danger-200 {
  border-color: #FECDCA;
}

/* line 247, app/assets/stylesheets/frontend/../../../javascript/bundles/components/toast-style.css */
.border-warning-200 {
  border-color: #FEDF89;
}

/* line 251, app/assets/stylesheets/frontend/../../../javascript/bundles/components/toast-style.css */
.border-blue-200 {
  border-color: #B2CCFF;
}

/* line 255, app/assets/stylesheets/frontend/../../../javascript/bundles/components/toast-style.css */
.border-b-2 {
  border-bottom-width: 2px;
}

/* Text Colors */
/* line 260, app/assets/stylesheets/frontend/../../../javascript/bundles/components/toast-style.css */
.text-gray-500 {
  color: #5D6679;
}

/* line 264, app/assets/stylesheets/frontend/../../../javascript/bundles/components/toast-style.css */
.text-gray-900 {
  color: #101828;
}

/* line 268, app/assets/stylesheets/frontend/../../../javascript/bundles/components/toast-style.css */
.text-success-900 {
  color: #074D31;
}

/* line 272, app/assets/stylesheets/frontend/../../../javascript/bundles/components/toast-style.css */
.text-danger-900 {
  color: #7A271A;
}

/* line 276, app/assets/stylesheets/frontend/../../../javascript/bundles/components/toast-style.css */
.text-warning-800 {
  color: #93370D;
}

/* line 280, app/assets/stylesheets/frontend/../../../javascript/bundles/components/toast-style.css */
.text-blue-900 {
  color: #00359E;
}

/* line 284, app/assets/stylesheets/frontend/../../../javascript/bundles/components/toast-style.css */
.flex-shrink-0 {
  flex-shrink: 0;
}

/* Responsiveness (Media Queries) */
@media (min-width: 768px) {
  /* line 290, app/assets/stylesheets/frontend/../../../javascript/bundles/components/toast-style.css */
  .md\:max-w-\[364px\] {
    /* Note: Tailwind might escape the brackets */
    max-width: 364px;
  }
  /* line 294, app/assets/stylesheets/frontend/../../../javascript/bundles/components/toast-style.css */
  .md\:min-w-\[228px\] {
    min-width: 228px;
  }
  /* line 298, app/assets/stylesheets/frontend/../../../javascript/bundles/components/toast-style.css */
  .md\:p-5 {
    padding: 1.25rem;
  }
  /* line 302, app/assets/stylesheets/frontend/../../../javascript/bundles/components/toast-style.css */
  .md\:pr-5 {
    padding-right: 1.25rem;
  }
  /* line 306, app/assets/stylesheets/frontend/../../../javascript/bundles/components/toast-style.css */
  .md\:text-md {
    font-size: 1.125rem;
  }
}

/* Additional styles (if any from base CSS */
/* Slider */
/* line 2, ../usr/local/bundle/gems/jquery-slick-rails-1.10.0/app/assets/stylesheets/slick.css */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

/* line 21, ../usr/local/bundle/gems/jquery-slick-rails-1.10.0/app/assets/stylesheets/slick.css */
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

/* line 31, ../usr/local/bundle/gems/jquery-slick-rails-1.10.0/app/assets/stylesheets/slick.css */
.slick-list:focus {
  outline: none;
}

/* line 35, ../usr/local/bundle/gems/jquery-slick-rails-1.10.0/app/assets/stylesheets/slick.css */
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

/* line 41, ../usr/local/bundle/gems/jquery-slick-rails-1.10.0/app/assets/stylesheets/slick.css */
.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

/* line 51, ../usr/local/bundle/gems/jquery-slick-rails-1.10.0/app/assets/stylesheets/slick.css */
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* line 61, ../usr/local/bundle/gems/jquery-slick-rails-1.10.0/app/assets/stylesheets/slick.css */
.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

/* line 68, ../usr/local/bundle/gems/jquery-slick-rails-1.10.0/app/assets/stylesheets/slick.css */
.slick-track:after {
  clear: both;
}

/* line 72, ../usr/local/bundle/gems/jquery-slick-rails-1.10.0/app/assets/stylesheets/slick.css */
.slick-loading .slick-track {
  visibility: hidden;
}

/* line 77, ../usr/local/bundle/gems/jquery-slick-rails-1.10.0/app/assets/stylesheets/slick.css */
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

/* line 85, ../usr/local/bundle/gems/jquery-slick-rails-1.10.0/app/assets/stylesheets/slick.css */
[dir='rtl'] .slick-slide {
  float: right;
}

/* line 89, ../usr/local/bundle/gems/jquery-slick-rails-1.10.0/app/assets/stylesheets/slick.css */
.slick-slide img {
  display: block;
}

/* line 93, ../usr/local/bundle/gems/jquery-slick-rails-1.10.0/app/assets/stylesheets/slick.css */
.slick-slide.slick-loading img {
  display: none;
}

/* line 97, ../usr/local/bundle/gems/jquery-slick-rails-1.10.0/app/assets/stylesheets/slick.css */
.slick-slide.dragging img {
  pointer-events: none;
}

/* line 101, ../usr/local/bundle/gems/jquery-slick-rails-1.10.0/app/assets/stylesheets/slick.css */
.slick-initialized .slick-slide {
  display: block;
}

/* line 105, ../usr/local/bundle/gems/jquery-slick-rails-1.10.0/app/assets/stylesheets/slick.css */
.slick-loading .slick-slide {
  visibility: hidden;
}

/* line 109, ../usr/local/bundle/gems/jquery-slick-rails-1.10.0/app/assets/stylesheets/slick.css */
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

/* line 117, ../usr/local/bundle/gems/jquery-slick-rails-1.10.0/app/assets/stylesheets/slick.css */
.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
/* line 3, ../usr/local/bundle/gems/jquery-slick-rails-1.10.0/app/assets/stylesheets/slick-theme.css.erb */
.slick-loading .slick-list {
  background: #fff url(https://app.acceptmission.com/assets/slick/ajax-loader-01079cb9dd32ff47aa6995d6da78186868ad8ed9000692a9e3e58dcac9715d7c.gif) center center no-repeat;
}

/* Icons */
@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  src: url(https://app.acceptmission.com/assets/slick-18e4327fcdd8a0df880a465a2b6bb99fa39f23892c3a96f2c388f378f4bf6562.eot);
  src: url(https://app.acceptmission.com/assets/slick-18e4327fcdd8a0df880a465a2b6bb99fa39f23892c3a96f2c388f378f4bf6562.eot?#iefix) format("embedded-opentype"), url(https://app.acceptmission.com/assets/slick-f49f279637e425f10e4bbc8f0aed858fa54117ad5a41f477ff1159db93a61114.woff) format("woff"), url(https://app.acceptmission.com/assets/slick-1b2af5a0c8f7bca97c993990faa92e025e322bf6bb8d885533639b385e37e7b9.ttf) format("truetype"), url(https://app.acceptmission.com/assets/slick-fda00f7ada1844ad9ec78a4bb7a7a2f0ae5e035dea98584bf9466ce7ee32d3f1.svg#slick) format("svg");
}

/* Arrows */
/* line 22, ../usr/local/bundle/gems/jquery-slick-rails-1.10.0/app/assets/stylesheets/slick-theme.css.erb */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

/* line 45, ../usr/local/bundle/gems/jquery-slick-rails-1.10.0/app/assets/stylesheets/slick-theme.css.erb */
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

/* line 54, ../usr/local/bundle/gems/jquery-slick-rails-1.10.0/app/assets/stylesheets/slick-theme.css.erb */
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

/* line 61, ../usr/local/bundle/gems/jquery-slick-rails-1.10.0/app/assets/stylesheets/slick-theme.css.erb */
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25;
}

/* line 67, ../usr/local/bundle/gems/jquery-slick-rails-1.10.0/app/assets/stylesheets/slick-theme.css.erb */
.slick-prev:before,
.slick-next:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 81, ../usr/local/bundle/gems/jquery-slick-rails-1.10.0/app/assets/stylesheets/slick-theme.css.erb */
.slick-prev {
  left: -25px;
}

/* line 85, ../usr/local/bundle/gems/jquery-slick-rails-1.10.0/app/assets/stylesheets/slick-theme.css.erb */
[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto;
}

/* line 90, ../usr/local/bundle/gems/jquery-slick-rails-1.10.0/app/assets/stylesheets/slick-theme.css.erb */
.slick-prev:before {
  content: '←';
}

/* line 94, ../usr/local/bundle/gems/jquery-slick-rails-1.10.0/app/assets/stylesheets/slick-theme.css.erb */
[dir='rtl'] .slick-prev:before {
  content: '→';
}

/* line 99, ../usr/local/bundle/gems/jquery-slick-rails-1.10.0/app/assets/stylesheets/slick-theme.css.erb */
.slick-next {
  right: -25px;
}

/* line 103, ../usr/local/bundle/gems/jquery-slick-rails-1.10.0/app/assets/stylesheets/slick-theme.css.erb */
[dir='rtl'] .slick-next {
  right: auto;
  left: -25px;
}

/* line 108, ../usr/local/bundle/gems/jquery-slick-rails-1.10.0/app/assets/stylesheets/slick-theme.css.erb */
.slick-next:before {
  content: '→';
}

/* line 112, ../usr/local/bundle/gems/jquery-slick-rails-1.10.0/app/assets/stylesheets/slick-theme.css.erb */
[dir='rtl'] .slick-next:before {
  content: '←';
}

/* Dots */
/* line 118, ../usr/local/bundle/gems/jquery-slick-rails-1.10.0/app/assets/stylesheets/slick-theme.css.erb */
.slick-slider {
  margin-bottom: 30px;
}

/* line 123, ../usr/local/bundle/gems/jquery-slick-rails-1.10.0/app/assets/stylesheets/slick-theme.css.erb */
.slick-dots {
  position: absolute;
  bottom: -45px;
  display: block;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center;
}

/* line 137, ../usr/local/bundle/gems/jquery-slick-rails-1.10.0/app/assets/stylesheets/slick-theme.css.erb */
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

/* line 150, ../usr/local/bundle/gems/jquery-slick-rails-1.10.0/app/assets/stylesheets/slick-theme.css.erb */
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

/* line 168, ../usr/local/bundle/gems/jquery-slick-rails-1.10.0/app/assets/stylesheets/slick-theme.css.erb */
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

/* line 173, ../usr/local/bundle/gems/jquery-slick-rails-1.10.0/app/assets/stylesheets/slick-theme.css.erb */
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

/* line 178, ../usr/local/bundle/gems/jquery-slick-rails-1.10.0/app/assets/stylesheets/slick-theme.css.erb */
.slick-dots li button:before {
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 200, ../usr/local/bundle/gems/jquery-slick-rails-1.10.0/app/assets/stylesheets/slick-theme.css.erb */
.slick-dots li.slick-active button:before {
  opacity: .75;
  color: black;
}

/*
 * easy-autocomplete
 * jQuery plugin for autocompletion
 * 
 * @author Łukasz Pawełczak (http://github.com/pawelczak)
 * @version 1.3.5
 * Copyright  License: 
 */
/* line 10, node_modules/easy-autocomplete/dist/easy-autocomplete.css */
.easy-autocomplete {
  position: relative;
}

/* line 13, node_modules/easy-autocomplete/dist/easy-autocomplete.css */
.easy-autocomplete input {
  border-color: #ccc;
  border-radius: 4px;
  border-style: solid;
  border-width: 1px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
  color: #555;
  float: none;
  padding: 6px 12px;
}

/* line 23, node_modules/easy-autocomplete/dist/easy-autocomplete.css */
.easy-autocomplete input:hover, .easy-autocomplete input:focus {
  box-shadow: none;
}

/* line 26, node_modules/easy-autocomplete/dist/easy-autocomplete.css */
.easy-autocomplete a {
  display: block;
}

/* line 29, node_modules/easy-autocomplete/dist/easy-autocomplete.css */
.easy-autocomplete.eac-blue-light input:hover, .easy-autocomplete.eac-blue-light input:focus {
  border-color: #66afe9;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
}

/* line 33, node_modules/easy-autocomplete/dist/easy-autocomplete.css */
.easy-autocomplete.eac-blue-light ul {
  border-color: #66afe9;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
}

/* line 37, node_modules/easy-autocomplete/dist/easy-autocomplete.css */
.easy-autocomplete.eac-blue-light ul li, .easy-autocomplete.eac-blue-light ul .eac-category {
  border-color: #66afe9;
}

/* line 40, node_modules/easy-autocomplete/dist/easy-autocomplete.css */
.easy-autocomplete.eac-blue-light ul li.selected, .easy-autocomplete.eac-blue-light ul .eac-category.selected {
  background-color: #ecf5fc;
}

/* line 43, node_modules/easy-autocomplete/dist/easy-autocomplete.css */
.easy-autocomplete.eac-green-light input:hover, .easy-autocomplete.eac-green-light input:focus {
  border-color: #41DB00;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(146, 237, 107, 0.6);
}

/* line 47, node_modules/easy-autocomplete/dist/easy-autocomplete.css */
.easy-autocomplete.eac-green-light ul {
  border-color: #41DB00;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(146, 237, 107, 0.6);
}

/* line 51, node_modules/easy-autocomplete/dist/easy-autocomplete.css */
.easy-autocomplete.eac-green-light ul li, .easy-autocomplete.eac-green-light ul .eac-category {
  border-color: #41DB00;
}

/* line 54, node_modules/easy-autocomplete/dist/easy-autocomplete.css */
.easy-autocomplete.eac-green-light ul li.selected, .easy-autocomplete.eac-green-light ul .eac-category.selected {
  background-color: #9eff75;
}

/* line 57, node_modules/easy-autocomplete/dist/easy-autocomplete.css */
.easy-autocomplete.eac-red-light input:hover, .easy-autocomplete.eac-red-light input:focus {
  border-color: #ff5b5b;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(255, 90, 90, 0.6);
}

/* line 61, node_modules/easy-autocomplete/dist/easy-autocomplete.css */
.easy-autocomplete.eac-red-light ul {
  border-color: #ff5b5b;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(255, 90, 90, 0.6);
}

/* line 65, node_modules/easy-autocomplete/dist/easy-autocomplete.css */
.easy-autocomplete.eac-red-light ul li, .easy-autocomplete.eac-red-light ul .eac-category {
  border-color: #ff5b5b;
}

/* line 68, node_modules/easy-autocomplete/dist/easy-autocomplete.css */
.easy-autocomplete.eac-red-light ul li.selected, .easy-autocomplete.eac-red-light ul .eac-category.selected {
  background-color: #ff8e8e;
}

/* line 71, node_modules/easy-autocomplete/dist/easy-autocomplete.css */
.easy-autocomplete.eac-yellow-light input:hover, .easy-autocomplete.eac-yellow-light input:focus {
  border-color: #ffdb00;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(255, 231, 84, 0.6);
}

/* line 75, node_modules/easy-autocomplete/dist/easy-autocomplete.css */
.easy-autocomplete.eac-yellow-light ul {
  border-color: #ffdb00;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(255, 231, 84, 0.6);
}

/* line 79, node_modules/easy-autocomplete/dist/easy-autocomplete.css */
.easy-autocomplete.eac-yellow-light ul li, .easy-autocomplete.eac-yellow-light ul .eac-category {
  border-color: #ffdb00;
}

/* line 82, node_modules/easy-autocomplete/dist/easy-autocomplete.css */
.easy-autocomplete.eac-yellow-light ul li.selected, .easy-autocomplete.eac-yellow-light ul .eac-category.selected {
  background-color: #ffe233;
}

/* line 85, node_modules/easy-autocomplete/dist/easy-autocomplete.css */
.easy-autocomplete.eac-dark-light input:hover, .easy-autocomplete.eac-dark-light input:focus {
  border-color: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(55, 55, 55, 0.6);
}

/* line 89, node_modules/easy-autocomplete/dist/easy-autocomplete.css */
.easy-autocomplete.eac-dark-light ul {
  border-color: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(55, 55, 55, 0.6);
}

/* line 93, node_modules/easy-autocomplete/dist/easy-autocomplete.css */
.easy-autocomplete.eac-dark-light ul li, .easy-autocomplete.eac-dark-light ul .eac-category {
  border-color: #333;
}

/* line 96, node_modules/easy-autocomplete/dist/easy-autocomplete.css */
.easy-autocomplete.eac-dark-light ul li.selected, .easy-autocomplete.eac-dark-light ul .eac-category.selected {
  background-color: #4d4d4d;
  color: #fff;
}

/* line 100, node_modules/easy-autocomplete/dist/easy-autocomplete.css */
.easy-autocomplete.eac-dark {
  color: #fff;
}

/* line 103, node_modules/easy-autocomplete/dist/easy-autocomplete.css */
.easy-autocomplete.eac-dark input {
  background-color: #404040;
  border-radius: 4px;
  box-shadow: 0;
  color: #f6f6f6;
}

/* line 109, node_modules/easy-autocomplete/dist/easy-autocomplete.css */
.easy-autocomplete.eac-dark input:hover, .easy-autocomplete.eac-dark input:focus {
  border-color: #333;
  box-shadow: 0;
}

/* line 113, node_modules/easy-autocomplete/dist/easy-autocomplete.css */
.easy-autocomplete.eac-dark ul {
  border-color: #333;
}

/* line 116, node_modules/easy-autocomplete/dist/easy-autocomplete.css */
.easy-autocomplete.eac-dark ul li, .easy-autocomplete.eac-dark ul .eac-category {
  background-color: #404040;
  border-color: #333;
}

/* line 120, node_modules/easy-autocomplete/dist/easy-autocomplete.css */
.easy-autocomplete.eac-dark ul li.selected, .easy-autocomplete.eac-dark ul .eac-category.selected {
  background-color: #737373;
  color: #f6f6f6;
}

/* line 124, node_modules/easy-autocomplete/dist/easy-autocomplete.css */
.easy-autocomplete.eac-dark-glass {
  color: #fff;
}

/* line 127, node_modules/easy-autocomplete/dist/easy-autocomplete.css */
.easy-autocomplete.eac-dark-glass input {
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 4px;
  box-shadow: 0;
  color: #f6f6f6;
}

/* line 133, node_modules/easy-autocomplete/dist/easy-autocomplete.css */
.easy-autocomplete.eac-dark-glass input:hover, .easy-autocomplete.eac-dark-glass input:focus {
  border-color: rgba(0, 0, 0, 0.8);
  box-shadow: 0;
}

/* line 137, node_modules/easy-autocomplete/dist/easy-autocomplete.css */
.easy-autocomplete.eac-dark-glass ul {
  border-color: rgba(0, 0, 0, 0.8);
}

/* line 140, node_modules/easy-autocomplete/dist/easy-autocomplete.css */
.easy-autocomplete.eac-dark-glass ul li, .easy-autocomplete.eac-dark-glass ul .eac-category {
  background-color: rgba(0, 0, 0, 0.8);
  border-color: rgba(0, 0, 0, 0.8);
}

/* line 144, node_modules/easy-autocomplete/dist/easy-autocomplete.css */
.easy-autocomplete.eac-dark-glass ul li.selected, .easy-autocomplete.eac-dark-glass ul .eac-category.selected {
  background-color: rgba(64, 64, 64, 0.8);
  color: #f6f6f6;
}

/* line 148, node_modules/easy-autocomplete/dist/easy-autocomplete.css */
.easy-autocomplete.eac-dark-glass ul li:last-child, .easy-autocomplete.eac-dark-glass ul .eac-category:last-child {
  border-radius: 0 0 4px 4px;
}

/* line 151, node_modules/easy-autocomplete/dist/easy-autocomplete.css */
.easy-autocomplete.eac-blue {
  color: #fff;
}

/* line 154, node_modules/easy-autocomplete/dist/easy-autocomplete.css */
.easy-autocomplete.eac-blue input {
  background-color: #6d9ed1;
  border-radius: 4px;
  box-shadow: 0;
  color: #f6f6f6;
}

/* line 160, node_modules/easy-autocomplete/dist/easy-autocomplete.css */
.easy-autocomplete.eac-blue input::-webkit-input-placeholder {
  color: #f6f6f6;
}

/* line 163, node_modules/easy-autocomplete/dist/easy-autocomplete.css */
.easy-autocomplete.eac-blue input:-moz-placeholder {
  color: #f6f6f6;
}

/* line 166, node_modules/easy-autocomplete/dist/easy-autocomplete.css */
.easy-autocomplete.eac-blue input::-moz-placeholder {
  color: #f6f6f6;
}

/* line 169, node_modules/easy-autocomplete/dist/easy-autocomplete.css */
.easy-autocomplete.eac-blue input:-ms-input-placeholder {
  color: #f6f6f6;
}

/* line 172, node_modules/easy-autocomplete/dist/easy-autocomplete.css */
.easy-autocomplete.eac-blue input:hover, .easy-autocomplete.eac-blue input:focus {
  border-color: #5A91CB;
  box-shadow: 0;
}

/* line 176, node_modules/easy-autocomplete/dist/easy-autocomplete.css */
.easy-autocomplete.eac-blue ul {
  border-color: #5A91CB;
}

/* line 179, node_modules/easy-autocomplete/dist/easy-autocomplete.css */
.easy-autocomplete.eac-blue ul li, .easy-autocomplete.eac-blue ul .eac-category {
  background-color: #6d9ed1;
  border-color: #5A91CB;
}

/* line 183, node_modules/easy-autocomplete/dist/easy-autocomplete.css */
.easy-autocomplete.eac-blue ul li.selected, .easy-autocomplete.eac-blue ul .eac-category.selected {
  background-color: #94b8dd;
  color: #f6f6f6;
}

/* line 187, node_modules/easy-autocomplete/dist/easy-autocomplete.css */
.easy-autocomplete.eac-yellow {
  color: #333;
}

/* line 190, node_modules/easy-autocomplete/dist/easy-autocomplete.css */
.easy-autocomplete.eac-yellow input {
  background-color: #ffdb7e;
  border-color: #333;
  border-radius: 4px;
  box-shadow: 0;
  color: #333;
}

/* line 197, node_modules/easy-autocomplete/dist/easy-autocomplete.css */
.easy-autocomplete.eac-yellow input:hover, .easy-autocomplete.eac-yellow input:focus {
  border-color: #333;
  box-shadow: 0;
}

/* line 201, node_modules/easy-autocomplete/dist/easy-autocomplete.css */
.easy-autocomplete.eac-yellow ul {
  border-color: #333;
}

/* line 204, node_modules/easy-autocomplete/dist/easy-autocomplete.css */
.easy-autocomplete.eac-yellow ul li, .easy-autocomplete.eac-yellow ul .eac-category {
  background-color: #ffdb7e;
  border-color: #333;
}

/* line 208, node_modules/easy-autocomplete/dist/easy-autocomplete.css */
.easy-autocomplete.eac-yellow ul li.selected, .easy-autocomplete.eac-yellow ul .eac-category.selected {
  background-color: #ffe9b1;
  color: #333;
}

/* line 212, node_modules/easy-autocomplete/dist/easy-autocomplete.css */
.easy-autocomplete.eac-purple {
  color: #333;
}

/* line 215, node_modules/easy-autocomplete/dist/easy-autocomplete.css */
.easy-autocomplete.eac-purple input {
  background-color: #d6d1e7;
  border-color: #b8afd5;
  box-shadow: 0;
  color: #333;
}

/* line 221, node_modules/easy-autocomplete/dist/easy-autocomplete.css */
.easy-autocomplete.eac-purple input:hover, .easy-autocomplete.eac-purple input:focus {
  border-color: #333;
  box-shadow: 0;
}

/* line 225, node_modules/easy-autocomplete/dist/easy-autocomplete.css */
.easy-autocomplete.eac-purple ul {
  border-color: #333;
}

/* line 228, node_modules/easy-autocomplete/dist/easy-autocomplete.css */
.easy-autocomplete.eac-purple ul li, .easy-autocomplete.eac-purple ul .eac-category {
  background-color: #d6d1e7;
  border-color: #333;
}

/* line 232, node_modules/easy-autocomplete/dist/easy-autocomplete.css */
.easy-autocomplete.eac-purple ul li.selected, .easy-autocomplete.eac-purple ul .eac-category.selected {
  background-color: #ebe8f3;
  color: #333;
}

/* line 236, node_modules/easy-autocomplete/dist/easy-autocomplete.css */
.easy-autocomplete.eac-bootstrap input {
  border-color: #ccc;
  border-radius: 4px;
  border-style: solid;
  border-width: 1px;
  color: #555;
  padding: 6px 12px;
}

/* line 245, node_modules/easy-autocomplete/dist/easy-autocomplete.css */
.easy-autocomplete-container {
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 2;
}

/* line 251, node_modules/easy-autocomplete/dist/easy-autocomplete.css */
.easy-autocomplete-container ul {
  background: none repeat scroll 0 0 #ffffff;
  border-top: 1px dotted #ccc;
  display: none;
  margin-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  position: relative;
  top: -1px;
}

/* line 261, node_modules/easy-autocomplete/dist/easy-autocomplete.css */
.easy-autocomplete-container ul li, .easy-autocomplete-container ul .eac-category {
  background: inherit;
  border-color: #ccc;
  -o-border-image: none;
     border-image: none;
  border-style: solid;
  border-width: 0 1px;
  display: block;
  font-size: 14px;
  font-weight: normal;
  padding: 4px 12px;
}

/* line 272, node_modules/easy-autocomplete/dist/easy-autocomplete.css */
.easy-autocomplete-container ul li:last-child {
  border-radius: 0 0 2px 2px;
  border-width: 0 1px 1px;
}

/* line 276, node_modules/easy-autocomplete/dist/easy-autocomplete.css */
.easy-autocomplete-container ul li.selected {
  background: none repeat scroll 0 0 #ebebeb;
  cursor: pointer;
}

/* line 280, node_modules/easy-autocomplete/dist/easy-autocomplete.css */
.easy-autocomplete-container ul li.selected div {
  font-weight: normal;
}

/* line 283, node_modules/easy-autocomplete/dist/easy-autocomplete.css */
.easy-autocomplete-container ul li div {
  display: block;
  font-weight: normal;
  word-break: break-all;
}

/* line 288, node_modules/easy-autocomplete/dist/easy-autocomplete.css */
.easy-autocomplete-container ul li b {
  font-weight: bold;
}

/* line 291, node_modules/easy-autocomplete/dist/easy-autocomplete.css */
.easy-autocomplete-container ul .eac-category {
  font-color: #aaa;
  font-style: italic;
}

/* line 296, node_modules/easy-autocomplete/dist/easy-autocomplete.css */
.eac-description .eac-item span {
  color: #aaa;
  font-style: italic;
  font-size: 0.9em;
}

/* line 302, node_modules/easy-autocomplete/dist/easy-autocomplete.css */
.eac-icon-left .eac-item img {
  margin-right: 4px;
  max-height: 30px;
}

/* line 307, node_modules/easy-autocomplete/dist/easy-autocomplete.css */
.eac-icon-right .eac-item {
  margin-top: 8px;
  min-height: 24px;
  position: relative;
}

/* line 312, node_modules/easy-autocomplete/dist/easy-autocomplete.css */
.eac-icon-right .eac-item img {
  margin-left: 4px;
  max-height: 30px;
  position: absolute;
  right: -4px;
  top: -8px;
}
/* Layout */
/* line 2, app/assets/stylesheets/frontend/../_info-banner.scss */
.flex {
  display: flex;
}

/* line 5, app/assets/stylesheets/frontend/../_info-banner.scss */
.flex-col {
  flex-direction: column;
}

/* line 8, app/assets/stylesheets/frontend/../_info-banner.scss */
.flex-wrap {
  flex-wrap: wrap;
}

/* line 11, app/assets/stylesheets/frontend/../_info-banner.scss */
.items-center {
  align-items: center;
}

/* line 14, app/assets/stylesheets/frontend/../_info-banner.scss */
.center-item {
  justify-content: center;
}

/* line 17, app/assets/stylesheets/frontend/../_info-banner.scss */
.d-block {
  display: block;
}

/* line 20, app/assets/stylesheets/frontend/../_info-banner.scss */
.inline-block {
  display: inline-block;
}

/* line 23, app/assets/stylesheets/frontend/../_info-banner.scss */
.hidden {
  display: none;
}

/* Positioning */
/* line 28, app/assets/stylesheets/frontend/../_info-banner.scss */
.relative {
  position: relative;
}

/* line 31, app/assets/stylesheets/frontend/../_info-banner.scss */
.absolute {
  position: absolute;
}

/* line 34, app/assets/stylesheets/frontend/../_info-banner.scss */
.inset-0 {
  inset: 0;
}

/* line 37, app/assets/stylesheets/frontend/../_info-banner.scss */
.top-6 {
  top: 24px;
}

/* line 40, app/assets/stylesheets/frontend/../_info-banner.scss */
.right-6 {
  right: 24px;
}

/* Spacing */
/* line 45, app/assets/stylesheets/frontend/../_info-banner.scss */
.p-4 {
  padding: 1rem;
}

/* line 48, app/assets/stylesheets/frontend/../_info-banner.scss */
.p-12 {
  padding: 3rem;
}

/* line 51, app/assets/stylesheets/frontend/../_info-banner.scss */
.pb-2 {
  padding-bottom: 0.5rem;
}

/* line 54, app/assets/stylesheets/frontend/../_info-banner.scss */
.pb-6 {
  padding-bottom: 1.5rem;
}

/* line 57, app/assets/stylesheets/frontend/../_info-banner.scss */
.py-2 {
  padding-top: 8px;
  padding-bottom: 8px;
}

/* line 61, app/assets/stylesheets/frontend/../_info-banner.scss */
.py-4 {
  padding-top: 16px;
  padding-bottom: 16px;
}

/* line 66, app/assets/stylesheets/frontend/../_info-banner.scss */
.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

/* line 70, app/assets/stylesheets/frontend/../_info-banner.scss */
.py-8 {
  padding-top: 32px;
  padding-bottom: 32px;
}

/* line 74, app/assets/stylesheets/frontend/../_info-banner.scss */
.py-12 {
  padding-top: 48px;
  padding-bottom: 48px;
}

/* line 78, app/assets/stylesheets/frontend/../_info-banner.scss */
.px-4 {
  padding-left: 16px;
  padding-right: 16px;
}

/* line 82, app/assets/stylesheets/frontend/../_info-banner.scss */
.px-12 {
  padding-left: 48px;
  padding-right: 48px;
}

/* line 86, app/assets/stylesheets/frontend/../_info-banner.scss */
.pr-14 {
  padding-right: 3.5rem;
}

/* line 89, app/assets/stylesheets/frontend/../_info-banner.scss */
.pl-6 {
  padding-left: 1.5rem;
}

/* line 92, app/assets/stylesheets/frontend/../_info-banner.scss */
.mt-0 {
  margin-top: 0;
}

/* line 95, app/assets/stylesheets/frontend/../_info-banner.scss */
.gap-1\.5 {
  gap: 6px;
}

/* line 98, app/assets/stylesheets/frontend/../_info-banner.scss */
.gap-4 {
  gap: 1rem;
}

/* line 101, app/assets/stylesheets/frontend/../_info-banner.scss */
.gap-6 {
  gap: 24px;
}

/* Typography */
/* line 106, app/assets/stylesheets/frontend/../_info-banner.scss */
.text-2xl {
  font-size: 1.875rem;
}

/* line 109, app/assets/stylesheets/frontend/../_info-banner.scss */
.text-base {
  font-size: 1rem;
}

/* line 112, app/assets/stylesheets/frontend/../_info-banner.scss */
.text-lg {
  font-size: 1.125rem;
  line-height: 1.5rem;
}

/* line 116, app/assets/stylesheets/frontend/../_info-banner.scss */
.text-\[60px\] {
  font-size: 60px;
}

/* line 119, app/assets/stylesheets/frontend/../_info-banner.scss */
.font-bold {
  font-weight: 700;
}

/* line 122, app/assets/stylesheets/frontend/../_info-banner.scss */
.font-medium {
  font-weight: 500;
}

/* line 125, app/assets/stylesheets/frontend/../_info-banner.scss */
.leading-none {
  line-height: 1;
}

/* line 128, app/assets/stylesheets/frontend/../_info-banner.scss */
.align-middle {
  vertical-align: middle;
}

/* Colors */
/* line 133, app/assets/stylesheets/frontend/../_info-banner.scss */
.bg-gray-200 {
  background-color: #eceff3;
}

/* line 136, app/assets/stylesheets/frontend/../_info-banner.scss */
.bg-black {
  background: #000;
}

/* line 139, app/assets/stylesheets/frontend/../_info-banner.scss */
.bg-primary {
  background: var(--color-primary);
}

/* line 142, app/assets/stylesheets/frontend/../_info-banner.scss */
.text-muted {
  color: #5d6679;
}

/* line 145, app/assets/stylesheets/frontend/../_info-banner.scss */
.text-white {
  color: #fff;
}

/* line 148, app/assets/stylesheets/frontend/../_info-banner.scss */
.\!text-white {
  color: #fff !important;
}

/* line 152, app/assets/stylesheets/frontend/../_info-banner.scss */
.text-primary {
  color: var(--color-primary);
}

/* line 155, app/assets/stylesheets/frontend/../_info-banner.scss */
.stroke-current {
  stroke: currentColor;
}

/* Dimensions */
/* line 160, app/assets/stylesheets/frontend/../_info-banner.scss */
.h-full {
  height: 100%;
}

/* line 163, app/assets/stylesheets/frontend/../_info-banner.scss */
.w-\[auto\] {
  width: auto;
}

/* line 166, app/assets/stylesheets/frontend/../_info-banner.scss */
.h-\[1em\] {
  height: 1em;
}

/* Borders and Shapes */
/* line 171, app/assets/stylesheets/frontend/../_info-banner.scss */
.rounded-3xl {
  border-radius: 1.5rem;
}

/* line 174, app/assets/stylesheets/frontend/../_info-banner.scss */
.rounded-full {
  border-radius: 50%;
}

/* line 177, app/assets/stylesheets/frontend/../_info-banner.scss */
.rounded {
  border-radius: 4px;
}

/* line 180, app/assets/stylesheets/frontend/../_info-banner.scss */
.border {
  border: 1px solid;
}

/* line 183, app/assets/stylesheets/frontend/../_info-banner.scss */
.border-primary {
  border-color: var(--color-primary);
}

/* Effects */
/* line 188, app/assets/stylesheets/frontend/../_info-banner.scss */
.opacity-60 {
  opacity: 0.6;
}

/* line 191, app/assets/stylesheets/frontend/../_info-banner.scss */
.no-shadow {
  box-shadow: none;
}

/* Interactivity */
/* line 196, app/assets/stylesheets/frontend/../_info-banner.scss */
.cursor-pointer {
  cursor: pointer;
}

/* line 199, app/assets/stylesheets/frontend/../_info-banner.scss */
.pointer {
  pointer-events: auto;
}

/* Specific Components */
/* line 204, app/assets/stylesheets/frontend/../_info-banner.scss */
.btn-outline-gray, .link-gray {
  transition: all 0.3s ease-in-out;
}

/* line 208, app/assets/stylesheets/frontend/../_info-banner.scss */
.btn-outline-gray {
  color: #313131;
  border-color: #313131;
}

/* line 213, app/assets/stylesheets/frontend/../_info-banner.scss */
.link-gray {
  color: #313131;
}

/* line 217, app/assets/stylesheets/frontend/../_info-banner.scss */
.btn-outline-gray:hover {
  color: #fff;
  background: #313131;
}

/* line 222, app/assets/stylesheets/frontend/../_info-banner.scss */
.link-gray:hover {
  color: #000;
}

/* line 226, app/assets/stylesheets/frontend/../_info-banner.scss */
.info-banner-img {
  max-width: 400px;
  max-height: 250px;
}

/* line 231, app/assets/stylesheets/frontend/../_info-banner.scss */
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

/* line 235, app/assets/stylesheets/frontend/../_info-banner.scss */
.play-icon {
  transition: all 0.3s;
}

/* line 238, app/assets/stylesheets/frontend/../_info-banner.scss */
.cta-link:hover .play-icon {
  opacity: 1;
}

/* Hover Effects */
/* line 243, app/assets/stylesheets/frontend/../_info-banner.scss */
.text-muted:hover {
  color: inherit;
}

/* line 247, app/assets/stylesheets/frontend/../_info-banner.scss */
.whitespace-nowrap {
  white-space: nowrap;
}

/* line 251, app/assets/stylesheets/frontend/../_info-banner.scss */
.color-inherit {
  color: inherit;
}

/* line 255, app/assets/stylesheets/frontend/../_info-banner.scss */
.\!w-auto {
  width: auto !important;
}

/* Media Queries */
@media (min-width: 768px) {
  /* line 261, app/assets/stylesheets/frontend/../_info-banner.scss */
  .md\:block {
    display: block;
  }
}

/* line 41, app/assets/stylesheets/frontend/application.scss */
* {
  outline: none;
}

@font-face {
  font-family: "RefrigeratorLight";
  src: url(https://app.acceptmission.com/assets/RefrigeratorLight.eot);
  src: url(https://app.acceptmission.com/assets/RefrigeratorLight.eot?#iefix) format("embedded-opentype"), url(https://app.acceptmission.com/assets/RefrigeratorLight.woff2) format("woff2"), url(https://app.acceptmission.com/assets/RefrigeratorLight.woff) format("woff"), url(https://app.acceptmission.com/assets/RefrigeratorLight.ttf) format("truetype"), url(https://app.acceptmission.com/assets/RefrigeratorLight.otf) format("opentype"), url(https://app.acceptmission.com/assets/RefrigeratorLight.svg#RefrigeratorLight) format("svg");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "RefrigeratorReg";
  src: url(https://app.acceptmission.com/assets/RefrigeratorReg.eot);
  src: url(https://app.acceptmission.com/assets/RefrigeratorReg.eot?#iefix) format("embedded-opentype"), url(https://app.acceptmission.com/assets/RefrigeratorReg.woff2) format("woff2"), url(https://app.acceptmission.com/assets/RefrigeratorReg.woff) format("woff"), url(https://app.acceptmission.com/assets/RefrigeratorReg.ttf) format("truetype"), url(https://app.acceptmission.com/assets/RefrigeratorReg.otf) format("opentype"), url(https://app.acceptmission.com/assets/RefrigeratorReg.svg#RefrigeratorReg) format("svg");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "RefrigeratorBold";
  src: url(https://app.acceptmission.com/assets/RefrigeratorBold.eot);
  src: url(https://app.acceptmission.com/assets/RefrigeratorBold.eot?#iefix) format("embedded-opentype"), url(https://app.acceptmission.com/assets/RefrigeratorBold.woff2) format("woff2"), url(https://app.acceptmission.com/assets/RefrigeratorBold.woff) format("woff"), url(https://app.acceptmission.com/assets/RefrigeratorBold.ttf) format("truetype"), url(https://app.acceptmission.com/assets/RefrigeratorBold.otf) format("opentype"), url(https://app.acceptmission.com/assets/RefrigeratorBold.svg#RefrigeratorBold) format("svg");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Avenir", sans-serif;
  src: url(https://app.acceptmission.com/Avenir_Regular.ttf);
}

@font-face {
  font-family: "Avenir", sans-serif;
  src: url(https://app.acceptmission.com/Avenir_Light.ttf);
}

@font-face {
  font-family: "Avenir", sans-serif;
  src: url(https://app.acceptmission.com/Avenir_Heavy.ttf);
}

@font-face {
  font-family: "Avenir", sans-serif;
  src: url(https://app.acceptmission.com/Avenir_Book.ttf);
}

@font-face {
  font-family: "Avenir", sans-serif;
  src: url(https://app.acceptmission.com/Avenir_Black.ttf);
}

/* line 113, app/assets/stylesheets/frontend/application.scss */
body {
  font-family: "Avenir", sans-serif;
}

/* line 118, app/assets/stylesheets/frontend/application.scss */
.intercom-lightweight-app-launcher {
  display: block !important;
}

/* line 126, app/assets/stylesheets/frontend/application.scss */
a {
  color: black;
}

/* line 131, app/assets/stylesheets/frontend/application.scss */
.special-bg, .green-button-area, .orange-button-area, .red-button-area, .invite-box-red, .obj-lead, .invite-box {
  background: white;
  clip-path: polygon(10px 0%, calc(100% - 10px) 0%, 100% 10px, 100% calc(100% - 10px), calc(100% - 10px) 100%, 10px 100%, 0% calc(100% - 10px), 0% 10px);
}

/* line 154, app/assets/stylesheets/frontend/application.scss */
.mrg-rt {
  margin-right: 10px;
}

/* line 157, app/assets/stylesheets/frontend/application.scss */
.user-notification-pop {
  background-color: red;
  margin-left: 21px;
  padding: 6px;
  position: absolute;
  top: 3px;
  border-radius: 50%;
  display: none;
}

/* line 167, app/assets/stylesheets/frontend/application.scss */
.flip-reply {
  transform: scaleX(-1);
  color: black;
}

/* The container */
/* line 178, app/assets/stylesheets/frontend/application.scss */
.radio-container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 15px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
/* line 192, app/assets/stylesheets/frontend/application.scss */
.radio-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
/* line 199, app/assets/stylesheets/frontend/application.scss */
.checkmark-radio {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
/* line 210, app/assets/stylesheets/frontend/application.scss */
.radio-container:hover input ~ .checkmark-radio {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
/* line 215, app/assets/stylesheets/frontend/application.scss */
.radio-container input:checked ~ .checkmark-radio {
  background-color: #2196F3;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
/* line 220, app/assets/stylesheets/frontend/application.scss */
.checkmark-radio:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
/* line 227, app/assets/stylesheets/frontend/application.scss */
.radio-container input:checked ~ .checkmark-radio:after {
  display: block;
}

/* Style the indicator (dot/circle) */
/* line 232, app/assets/stylesheets/frontend/application.scss */
.radio-container .checkmark-radio:after {
  top: 9px;
  left: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
}

/* line 241, app/assets/stylesheets/frontend/application.scss */
.pad {
  padding-left: 12% !important;
}

/* line 244, app/assets/stylesheets/frontend/application.scss */
.pad-ideabox {
  padding-left: 8% !important;
}

/* line 247, app/assets/stylesheets/frontend/application.scss */
.notification-profile-avatar {
  right: 67px;
  z-index: 10000;
}

/* line 251, app/assets/stylesheets/frontend/application.scss */
.special-bg-blue {
  background: #30304a;
  clip-path: polygon(10px 0%, calc(100% - 10px) 0%, 100% 10px, 100% calc(100% - 10px), calc(100% - 10px) 100%, 10px 100%, 0% calc(100% - 10px), 0% 10px);
}

/* line 274, app/assets/stylesheets/frontend/application.scss */
.carousel {
  height: 300px !important;
}

/* line 277, app/assets/stylesheets/frontend/application.scss */
.small-grey-title, .mission-box-template-page .top-heading, .mission-box-template .top-heading, .small-grey-form-title-mm, .small-grey-form-title, .dhm, .timeline-small-sub, .obj-lead .heading, .field-title, .small-grey, .mission-box .top-heading {
  font-size: 9px;
  color: #9c9c9c;
  letter-spacing: 1.12px;
  text-transform: uppercase;
}

/* line 283, app/assets/stylesheets/frontend/application.scss */
.small-blue-title, .timeline-small-sub-blue {
  font-size: 9px;
  color: #688faf;
  letter-spacing: 1.12px;
  text-transform: uppercase;
}

/* line 290, app/assets/stylesheets/frontend/application.scss */
.idea-update-field textarea {
  border: 1px solid;
}

/* line 297, app/assets/stylesheets/frontend/application.scss */
.category {
  font-size: 14px;
  display: flex;
  align-items: center;
}

/* line 301, app/assets/stylesheets/frontend/application.scss */
.category i {
  padding-right: 2px;
}

/* line 307, app/assets/stylesheets/frontend/application.scss */
.welcome-selection-page {
  margin-top: 7em;
  margin-bottom: 7em;
}

/* line 311, app/assets/stylesheets/frontend/application.scss */
.welcome-selection-page .welcome-center .card-content {
  overflow: inherit !important;
  padding: 0 !important;
}

/* line 314, app/assets/stylesheets/frontend/application.scss */
.welcome-selection-page .welcome-center .card-content .image-aspect-ratio-asr {
  margin-bottom: 1em;
  margin-top: 5em;
}

/* line 318, app/assets/stylesheets/frontend/application.scss */
.welcome-selection-page .welcome-center .card-content .field {
  width: 100%;
  margin-bottom: 5px;
}

/* line 321, app/assets/stylesheets/frontend/application.scss */
.welcome-selection-page .welcome-center .card-content .field p {
  text-align: left;
}

/* line 325, app/assets/stylesheets/frontend/application.scss */
.welcome-selection-page .welcome-center .card-content .title {
  font-weight: 500;
  font-size: 18px;
}

/* line 329, app/assets/stylesheets/frontend/application.scss */
.welcome-selection-page .welcome-center .card-content .description {
  border: 1px solid #dddddd;
  padding: 12px;
}

/* line 338, app/assets/stylesheets/frontend/application.scss */
.welcome-selection-page .welcome-center .card-content .bottom-text {
  margin-top: 15px;
}

/* line 340, app/assets/stylesheets/frontend/application.scss */
.welcome-selection-page .welcome-center .card-content .bottom-text p {
  text-align: center;
  color: #717171;
  font-weight: 300;
  margin-bottom: 1em;
}

/* line 349, app/assets/stylesheets/frontend/application.scss */
.welcome-selection-page .asr-welcome-cover {
  text-align: left;
  background-color: white;
  color: black;
  padding-right: 0;
  padding-left: 0;
}

/* line 355, app/assets/stylesheets/frontend/application.scss */
.welcome-selection-page .asr-welcome-cover h4 {
  margin-top: 0;
  font-size: 20px;
}

/* line 359, app/assets/stylesheets/frontend/application.scss */
.welcome-selection-page .asr-welcome-cover h5 {
  font-size: 20px;
  text-align: left;
  margin-bottom: 0;
}

/* line 364, app/assets/stylesheets/frontend/application.scss */
.welcome-selection-page .asr-welcome-cover p {
  line-height: 1.5;
  font-weight: 300;
  letter-spacing: 0.5px;
  font-size: 15px;
}

/* line 376, app/assets/stylesheets/frontend/application.scss */
.start-selection-page .card-content .bg-img {
  width: 100%;
  padding: 0px 10px;
}

/* line 380, app/assets/stylesheets/frontend/application.scss */
.start-selection-page .card-content .content-block {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

/* line 384, app/assets/stylesheets/frontend/application.scss */
.start-selection-page .card-content .content-block .block {
  width: 50%;
  padding: 0px 10px;
}

/* line 387, app/assets/stylesheets/frontend/application.scss */
.start-selection-page .card-content .content-block .block .content-border {
  border: 1px solid #e6e6e6;
  min-height: 15em;
  padding: 8px 18px;
  text-align: left;
}

/* line 395, app/assets/stylesheets/frontend/application.scss */
.start-selection-page .card-content .content-block .block .field h5 {
  font-size: 20px;
}

/* line 398, app/assets/stylesheets/frontend/application.scss */
.start-selection-page .card-content .content-block .block .field p {
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 0.4px;
  color: black;
}

/* line 410, app/assets/stylesheets/frontend/application.scss */
.selection-review-page {
  margin-top: 4em;
  position: relative;
}

/* line 413, app/assets/stylesheets/frontend/application.scss */
.selection-review-page .top-row-content {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 4px 50px;
  align-items: center;
}

/* line 419, app/assets/stylesheets/frontend/application.scss */
.selection-review-page .top-row-content .field {
  width: 100%;
  padding: 0px 8px;
}

/* line 422, app/assets/stylesheets/frontend/application.scss */
.selection-review-page .top-row-content .field .users {
  display: none;
}

/* line 426, app/assets/stylesheets/frontend/application.scss */
.selection-review-page .top-row-content .title {
  text-align: left;
}

/* line 429, app/assets/stylesheets/frontend/application.scss */
.selection-review-page .top-row-content .next-btn {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

/* line 433, app/assets/stylesheets/frontend/application.scss */
.selection-review-page .top-row-content .next-btn .numbers {
  margin-right: 25px;
}

/* line 436, app/assets/stylesheets/frontend/application.scss */
.selection-review-page .top-row-content .next-btn .mission-heading {
  margin-right: 30px;
}

/* line 439, app/assets/stylesheets/frontend/application.scss */
.selection-review-page .top-row-content .next-btn .arrows-btn {
  display: flex;
  align-items: center;
  background-color: transparent;
  border: 1px solid #33334f;
  color: #33334f;
  box-shadow: none;
  font-size: 13px;
  padding: 2px 14px;
  margin: 0px 8px 0px 0px;
  min-width: 92px;
  justify-content: center;
  justify-content: space-between;
}

/* line 452, app/assets/stylesheets/frontend/application.scss */
.selection-review-page .top-row-content .next-btn .arrows-btn:hover {
  background-color: #33334f;
  color: white;
}

/* line 458, app/assets/stylesheets/frontend/application.scss */
.selection-review-page .top-row-content .next-btn .previous-btn i {
  margin-right: 8px;
}

/* line 463, app/assets/stylesheets/frontend/application.scss */
.selection-review-page .top-row-content .next-btn .nex-btn i {
  margin-left: 8px;
}

/* line 467, app/assets/stylesheets/frontend/application.scss */
.selection-review-page .top-row-content .next-btn .right-head-btns {
  width: auto;
  display: flex;
}

/* line 471, app/assets/stylesheets/frontend/application.scss */
.selection-review-page .top-row-content .next-btn .nex-prev-btns {
  display: flex;
  align-items: center;
}

/* line 477, app/assets/stylesheets/frontend/application.scss */
.selection-review-page .top-row-content #heading-number {
  display: flex;
  align-items: center;
}

/* line 483, app/assets/stylesheets/frontend/application.scss */
.selection-review-page .dynamic-columns {
  padding: 0px 65px 0px 74px;
}

/* line 485, app/assets/stylesheets/frontend/application.scss */
.selection-review-page .dynamic-columns .left-img-block {
  display: none;
}

/* line 490, app/assets/stylesheets/frontend/application.scss */
.selection-review-page .dynamic-columns .tabs-block .tabs {
  border-bottom: none !important;
  margin-bottom: 18px;
  text-align: center;
}

/* line 496, app/assets/stylesheets/frontend/application.scss */
.selection-review-page .dynamic-columns .tabs-block .content-block .field {
  width: 100%;
  text-align: left;
  margin-bottom: 15px;
}

/* line 501, app/assets/stylesheets/frontend/application.scss */
.selection-review-page .dynamic-columns .tabs-block .content-block .field .height-adjustment p {
  border: 1px solid #cccccc;
  padding: 12px 10px;
  width: 100%;
  height: 200px;
  margin-top: 6px;
}

/* line 509, app/assets/stylesheets/frontend/application.scss */
.selection-review-page .dynamic-columns .tabs-block .content-block .field p {
  border: 1px solid #cccccc;
  padding: 12px 10px;
  width: 100%;
  margin-top: 6px;
}

/* line 515, app/assets/stylesheets/frontend/application.scss */
.selection-review-page .dynamic-columns .tabs-block .content-block .field label {
  font-size: 14px;
}

/* line 520, app/assets/stylesheets/frontend/application.scss */
.selection-review-page .dynamic-columns .tabs-block .content-block .view-img {
  position: absolute;
  right: 15px;
  top: 16px;
  background-color: white;
  padding: 5px 10px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.12), 0 2px 5px 0 rgba(0, 0, 0, 0.12);
  cursor: pointer;
  z-index: 1;
}

/* line 530, app/assets/stylesheets/frontend/application.scss */
.selection-review-page .dynamic-columns .tabs-block .content-block .view-img a {
  color: #7e7e7e;
  display: flex;
  align-items: center;
}

/* line 534, app/assets/stylesheets/frontend/application.scss */
.selection-review-page .dynamic-columns .tabs-block .content-block .view-img a .material-icons {
  font-size: 22px;
}

/* line 539, app/assets/stylesheets/frontend/application.scss */
.selection-review-page .dynamic-columns .tabs-block .content-block .main-title-new {
  margin-top: 28px;
}

/* line 541, app/assets/stylesheets/frontend/application.scss */
.selection-review-page .dynamic-columns .tabs-block .content-block .main-title-new .idea-title {
  font-size: 15px;
  margin-top: 2px;
  border: 1px solid #cccccc;
  padding: 12px 10px;
  margin-top: 6px;
}

/* line 550, app/assets/stylesheets/frontend/application.scss */
.selection-review-page .dynamic-columns .tabs-block .content-block .description .tox-tinymce {
  width: 100% !important;
  margin-top: 8px;
}

/* line 555, app/assets/stylesheets/frontend/application.scss */
.selection-review-page .dynamic-columns .tabs-block .content-block .description .tox-editor-container .tox-editor-header {
  display: none;
}

/* line 560, app/assets/stylesheets/frontend/application.scss */
.selection-review-page .dynamic-columns .tabs-block .content-block .description .tox-statusbar {
  display: none !important;
}

/* line 563, app/assets/stylesheets/frontend/application.scss */
.selection-review-page .dynamic-columns .tabs-block .content-block .description .tox-edit-area {
  border-top: none;
}

/* line 571, app/assets/stylesheets/frontend/application.scss */
.selection-review-page .dynamic-columns .rating-block .content-block {
  border-left: 1px solid #c5c5c5;
  padding: 6px 14px 6px 14px;
}

/* line 574, app/assets/stylesheets/frontend/application.scss */
.selection-review-page .dynamic-columns .rating-block .content-block .heading-main {
  margin-bottom: 18px;
  text-align: center;
}

/* line 577, app/assets/stylesheets/frontend/application.scss */
.selection-review-page .dynamic-columns .rating-block .content-block .heading-main .heading-main h5 {
  font-size: 20px;
}

/* line 583, app/assets/stylesheets/frontend/application.scss */
.selection-review-page .dynamic-columns .rating-block .field-description h5 {
  font-size: 16px;
}

/* line 586, app/assets/stylesheets/frontend/application.scss */
.selection-review-page .dynamic-columns .rating-block .field-description p {
  color: #161616;
  font-weight: 300;
  letter-spacing: 0.2px;
  font-size: 14px;
}

/* line 596, app/assets/stylesheets/frontend/application.scss */
.selection-review-page .dynamic-columns .left-img-block .hide-div {
  padding: 25px 0px 0px 20px;
}

/* line 598, app/assets/stylesheets/frontend/application.scss */
.selection-review-page .dynamic-columns .left-img-block .hide-div .selection_user_review-img {
  height: auto !important;
  overflow: inherit !important;
}

/* line 607, app/assets/stylesheets/frontend/application.scss */
.selection-review-page .comments-content-block {
  padding-top: 12px;
}

/* line 609, app/assets/stylesheets/frontend/application.scss */
.selection-review-page .comments-content-block h5 {
  display: none;
}

/* line 613, app/assets/stylesheets/frontend/application.scss */
.selection-review-page .comments-content-block .comments-list .reply-margin {
  width: 100%;
  margin-left: 48px;
  padding-left: 80px;
}

/* line 618, app/assets/stylesheets/frontend/application.scss */
.selection-review-page .comments-content-block .comments-list .delete-icon {
  display: none;
}

/* line 629, app/assets/stylesheets/frontend/application.scss */
.my-title {
  font-size: 18px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #00000061;
  color: white;
}

/* line 638, app/assets/stylesheets/frontend/application.scss */
.add-comment1 {
  border-bottom: 1px solid #9e9e9e;
  padding-bottom: 0px;
  margin-bottom: 0px;
  height: 46px;
  display: flex;
  position: relative;
}

/* line 646, app/assets/stylesheets/frontend/application.scss */
.add-comment {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  width: 136px !important;
  font-size: 9px !important;
  height: 27px !important;
  line-height: 27px !important;
}

/* line 655, app/assets/stylesheets/frontend/application.scss */
.normal-txt, .normal-txt-idea, .timeline-txt {
  font-size: 13px;
  color: #666666;
  letter-spacing: 0px;
  line-height: 16px;
  font-weight: 300;
}

/* line 663, app/assets/stylesheets/frontend/application.scss */
.tag-label {
  border-radius: 4px;
  float: left;
  font-family: ek mukta;
  font-size: 14px;
  font-weight: normal;
  padding: 2px 10px;
  height: 28px;
  color: white;
}

/* line 674, app/assets/stylesheets/frontend/application.scss */
.tag-close {
  line-height: 17px;
  margin-top: 0px;
  float: left;
  font-family: ek mukta;
  margin-left: -3px;
  top: 50%;
  height: 28px;
  width: 29px;
  padding: 5px 10px;
  color: #fff;
  display: block;
  font-size: 16px;
  border-radius: 0 3px 3px 0;
}

/* line 692, app/assets/stylesheets/frontend/application.scss */
.main-login-page .login-fields #login {
  margin-left: auto;
  margin-right: auto;
}

/* line 700, app/assets/stylesheets/frontend/application.scss */
.custom-company-img {
  width: 100%;
  height: 100%;
  background-position: center center;
}

/* line 704, app/assets/stylesheets/frontend/application.scss */
.custom-company-img img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  background-position: center center;
  position: fixed;
  max-width: 100%;
}

/* line 718, app/assets/stylesheets/frontend/application.scss */
.user-login-page {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}

/* line 724, app/assets/stylesheets/frontend/application.scss */
.user-login-page .content-block {
  width: 30%;
  position: fixed;
  z-index: 10;
  height: 100%;
  background-color: #ffffffd6;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 100px 18px 20px 18px;
  max-width: 450px;
}

/* line 738, app/assets/stylesheets/frontend/application.scss */
.user-login-page .login-signup-header h5 {
  font-weight: 400;
  font-size: 20px;
}

/* line 745, app/assets/stylesheets/frontend/application.scss */
.user-login-page .enter-heading h5 {
  margin: 5px 0px 15px 0px;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-transform: capitalize;
  color: #425b71;
  display: none;
}

/* line 757, app/assets/stylesheets/frontend/application.scss */
.user-login-page .fields-blocks .field .signin-input-field {
  background: #ffffff !important;
  border-radius: 5px !important;
  height: 50px !important;
  padding: 10px 15px 10px 15px !important;
}

/* line 764, app/assets/stylesheets/frontend/application.scss */
.user-login-page .fields-blocks .remember-me {
  display: flex;
  align-items: center;
}

/* line 767, app/assets/stylesheets/frontend/application.scss */
.user-login-page .fields-blocks .remember-me label {
  color: black;
  cursor: pointer;
}

/* line 770, app/assets/stylesheets/frontend/application.scss */
.user-login-page .fields-blocks .remember-me label span {
  padding-left: 20px;
  font-size: 12px;
  letter-spacing: 0.4px;
}

/* line 777, app/assets/stylesheets/frontend/application.scss */
.user-login-page .fields-blocks .forgot-password {
  text-align: right;
  font-size: 13px;
}

/* line 782, app/assets/stylesheets/frontend/application.scss */
.user-login-page .fields-blocks .submit-btn {
  margin-top: 2em;
}

/* line 784, app/assets/stylesheets/frontend/application.scss */
.user-login-page .fields-blocks .submit-btn .btn, .user-login-page .fields-blocks .submit-btn .btn-large {
  border-radius: 5px;
  width: 100%;
  height: 45px;
}

/* line 791, app/assets/stylesheets/frontend/application.scss */
.user-login-page .login-btns-block {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin: 15px 0px 12px 0px;
  float: left;
}

/* line 797, app/assets/stylesheets/frontend/application.scss */
.user-login-page .login-btns-block .or-field {
  width: 100%;
  position: relative;
  margin: 12px auto;
  text-align: center;
}

/* line 802, app/assets/stylesheets/frontend/application.scss */
.user-login-page .login-btns-block .or-field h5 {
  font-size: 20px;
  color: #454545;
}

/* line 805, app/assets/stylesheets/frontend/application.scss */
.user-login-page .login-btns-block .or-field h5::before {
  content: " ";
  height: 1px;
  width: 25%;
  background: #a4a4a4;
  display: block;
  position: absolute;
  top: 50%;
  left: 15px;
}

/* line 815, app/assets/stylesheets/frontend/application.scss */
.user-login-page .login-btns-block .or-field h5::after {
  content: " ";
  height: 1px;
  width: 25%;
  background: #a4a4a4;
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
}

/* line 827, app/assets/stylesheets/frontend/application.scss */
.user-login-page .login-btns-block .btnfields {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 832, app/assets/stylesheets/frontend/application.scss */
.user-login-page .login-btns-block .btnfields .btnb {
  width: auto;
  padding: 2px 8px;
}

/* line 835, app/assets/stylesheets/frontend/application.scss */
.user-login-page .login-btns-block .btnfields .btnb button {
  display: flex;
  height: 50px;
  width: 50px;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  border: 1px solid transparent;
}

/* line 843, app/assets/stylesheets/frontend/application.scss */
.user-login-page .login-btns-block .btnfields .btnb button .inner {
  justify-content: center;
  align-items: center;
  display: flex;
}

/* line 848, app/assets/stylesheets/frontend/application.scss */
.user-login-page .login-btns-block .btnfields .btnb button span {
  display: none;
}

/* line 851, app/assets/stylesheets/frontend/application.scss */
.user-login-page .login-btns-block .btnfields .btnb button img {
  border-radius: 100%;
  width: 38px;
}

/* line 859, app/assets/stylesheets/frontend/application.scss */
.user-login-page .login-btns-block .btnfields .google-btn button {
  background-color: #4588f1;
}

/* line 864, app/assets/stylesheets/frontend/application.scss */
.user-login-page .login-btns-block .btnfields .linked-btn button {
  background-color: #0073b1;
}

/* line 869, app/assets/stylesheets/frontend/application.scss */
.user-login-page .login-btns-block .btnfields .microsoft-btn button {
  background-color: #2d2e2e;
}

/* line 878, app/assets/stylesheets/frontend/application.scss */
.main-signup-signin-gradient-bg {
  background: url(https://app.acceptmission.com/assets/Background_Login-a58673fe7a3c7a69849184ca821bff0f2074540640c6cff258510b7a121baa36.jpg) no-repeat center fixed;
  box-sizing: border-box;
  position: absolute !important;
  overflow-y: auto;
  overflow-x: hidden;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0 !important;
  background-size: cover;
  /*  background: url(https://app.acceptmission.com/assets/logo-shade.png) no-repeat top right;*/
}

/* line 894, app/assets/stylesheets/frontend/application.scss */
.main-gradient-white-bg {
  box-sizing: border-box;
  position: absolute !important;
  overflow-y: scroll;
  overflow-x: hidden;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0 !important;
}

/* line 907, app/assets/stylesheets/frontend/application.scss */
.logo-resize {
  height: 40px;
  margin-top: 1px;
  margin-bottom: 0px;
}

/* line 914, app/assets/stylesheets/frontend/application.scss */
.add-tag-dropdown .add-tag-input {
  width: 100% !important;
  height: 30px;
  padding-left: 5px !important;
  display: none;
  border-bottom: none;
  background: #EEF6E2;
  border-radius: 4px;
  color: #578715;
  border: 0px !important;
}

/* line 929, app/assets/stylesheets/frontend/application.scss */
.add-tag-input {
  width: 200px !important;
  height: 30px !important;
  padding-left: 5px !important;
  display: none;
}

/* line 939, app/assets/stylesheets/frontend/application.scss */
.add-dummy-tag-input {
  border: 1px solid !important;
  width: 200px !important;
  height: 30px !important;
  padding-left: 5px !important;
  display: none;
}

/* line 947, app/assets/stylesheets/frontend/application.scss */
.error-missing-field {
  border: 1px solid red !important;
}

/* line 950, app/assets/stylesheets/frontend/application.scss */
.main-gradient-bg {
  background: url(https://app.acceptmission.com/assets/logo-shade-8f602510e2969e2bd4de7e07e933fc44338f8a0003f0f1bc8f8c56d87ac799d6.png) 100% 0 no-repeat, linear-gradient(#33334f, #425a71);
  box-sizing: border-box;
  position: absolute !important;
  overflow-y: scroll;
  overflow-x: hidden;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0 !important;
  /*  background: url(https://app.acceptmission.com/assets/logo-shade.png) no-repeat top right;*/
}

/* line 966, app/assets/stylesheets/frontend/application.scss */
.login-fields {
  max-width: 450px;
  padding-bottom: 10px;
  margin: 0 auto;
  background-color: white;
}

/* line 967, app/assets/stylesheets/frontend/application.scss */
.login-fields #error-msg {
  color: red;
}

/* line 970, app/assets/stylesheets/frontend/application.scss */
.login-fields .login-signin-btns {
  color: black;
  display: flex;
  justify-content: space-around;
}

/* line 974, app/assets/stylesheets/frontend/application.scss */
.login-fields .login-signin-btns a {
  background-color: white;
  color: black;
  border-color: black;
}

/* line 984, app/assets/stylesheets/frontend/application.scss */
.login-fields .login-start {
  width: 135px;
  height: 32px;
  line-height: 32px;
  margin-top: 50px;
}

/* line 990, app/assets/stylesheets/frontend/application.scss */
.login-fields .remember-me {
  margin-top: 0px;
}

/* line 994, app/assets/stylesheets/frontend/application.scss */
.login-fields ul a {
  color: white !important;
}

/* line 997, app/assets/stylesheets/frontend/application.scss */
.login-fields ul a.active {
  background-color: white !important;
  color: black !important;
}

/* line 1002, app/assets/stylesheets/frontend/application.scss */
.login-fields li {
  width: 50% !important;
  background-color: #425a71;
}

/* line 1006, app/assets/stylesheets/frontend/application.scss */
.login-fields input:not([type]):focus:not([readonly]),
.login-fields input[type="text"]:not(.browser-default):focus:not([readonly]),
.login-fields input[type="password"]:not(.browser-default):focus:not([readonly]),
.login-fields input[type="email"]:not(.browser-default):focus:not([readonly]),
.login-fields input[type="url"]:not(.browser-default):focus:not([readonly]),
.login-fields input[type="time"]:not(.browser-default):focus:not([readonly]),
.login-fields input[type="date"]:not(.browser-default):focus:not([readonly]),
.login-fields input[type="datetime"]:not(.browser-default):focus:not([readonly]),
.login-fields input[type="datetime-local"]:not(.browser-default):focus:not([readonly]),
.login-fields input[type="tel"]:not(.browser-default):focus:not([readonly]),
.login-fields input[type="number"]:not(.browser-default):focus:not([readonly]),
.login-fields input[type="search"]:not(.browser-default):focus:not([readonly]),
.login-fields textarea.materialize-textarea:focus:not([readonly]) {
  border-bottom: 1px solid #425a71;
  box-shadow: 0 1px 0 0 #425a71 !important;
}

/* line 1024, app/assets/stylesheets/frontend/application.scss */
.login-fields #login .pass-field-blue .signin-input-field {
  border: 1px solid #425a71;
  color: black;
  border-radius: 5px;
  height: 74px;
  padding-top: 3px;
  padding-bottom: 5px;
}

/* line 1033, app/assets/stylesheets/frontend/application.scss */
.login-fields #login #user_remember_me {
  position: relative;
  opacity: 1 !important;
}

/* line 1039, app/assets/stylesheets/frontend/application.scss */
#email-check-msg {
  color: #33334f;
  font-size: 14px;
  letter-spacing: 0.5px;
  font-weight: 400;
}

/* line 1044, app/assets/stylesheets/frontend/application.scss */
#email-check-msg a {
  color: black !important;
  text-transform: uppercase;
}

/* line 1049, app/assets/stylesheets/frontend/application.scss */
#pass-check-msg {
  color: red;
  font-size: 12px;
}

/* line 1053, app/assets/stylesheets/frontend/application.scss */
.signup-card {
  display: flex;
  justify-content: center;
  padding-top: 40px;
}

/* line 1059, app/assets/stylesheets/frontend/application.scss */
.welcome-white-header {
  color: black;
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 0.2px;
}

/* line 1065, app/assets/stylesheets/frontend/application.scss */
.welcome, .welcome-white {
  font-family: "RefrigeratorReg", sans-serif;
  font-size: 20px;
}

/* line 1074, app/assets/stylesheets/frontend/application.scss */
.welcome-white {
  color: #fff;
  font-size: 28px;
  font-family: "RefrigeratorLight", sans-serif;
}

/* line 1080, app/assets/stylesheets/frontend/application.scss */
.information-main {
  background: white;
  height: 230px;
}

/* line 1084, app/assets/stylesheets/frontend/application.scss */
.info-sign-up {
  background-color: white;
  padding-top: 0px !important;
  /* height: 280px; */
  border-left: 1px solid black;
  padding-left: 10px !important;
  margin-top: 24px;
  height: 180px;
}

/* line 1093, app/assets/stylesheets/frontend/application.scss */
.info-sign-up .start-free-plan {
  font-family: "Roboto-Bold";
}

/* line 1096, app/assets/stylesheets/frontend/application.scss */
.info-sign-up .discover-tools {
  font-family: "Roboto-Regular";
}

/* line 1099, app/assets/stylesheets/frontend/application.scss */
.info-sign-up ul {
  list-style: none;
  text-align: left;
}

/* line 1102, app/assets/stylesheets/frontend/application.scss */
.info-sign-up ul span {
  font-weight: bold;
}

/* line 1107, app/assets/stylesheets/frontend/application.scss */
.info-sign-up ul li:before {
  content: "✓";
}

/* line 1111, app/assets/stylesheets/frontend/application.scss */
.welcome-subtitle {
  color: white;
  font-size: 16px;
}

/* line 1115, app/assets/stylesheets/frontend/application.scss */
.signup-section {
  background-color: white;
  max-width: 750px;
  margin-left: 0% !important;
  min-width: 650px;
}

/* line 1116, app/assets/stylesheets/frontend/application.scss */
.signup-section.signup-section-1 {
  max-width: 100%;
}

/* line 1124, app/assets/stylesheets/frontend/application.scss */
.login-signup-logo {
  margin: auto;
}

/* line 1126, app/assets/stylesheets/frontend/application.scss */
.login-signup-logo img {
  width: 100% !important;
}

/* line 1130, app/assets/stylesheets/frontend/application.scss */
.number {
  font-size: 25px;
  font-weight: 400;
  color: #33334f;
}

/* line 1135, app/assets/stylesheets/frontend/application.scss */
.number-border {
  width: auto;
  padding: 5px 15px;
}

/* line 1139, app/assets/stylesheets/frontend/application.scss */
.number-border .title {
  color: #636161;
  letter-spacing: 0.5px;
}

/* line 1145, app/assets/stylesheets/frontend/application.scss */
.number-border .title {
  font-size: 12px;
}

/* HTML: <div class="loader"></div> */
/* line 1150, app/assets/stylesheets/frontend/application.scss */
.loader-circle {
  width: 40px;
  aspect-ratio: 2;
  --_g: no-repeat radial-gradient(circle closest-side,#5e6779 90%,#0000);
  background: var(--_g) 0% 50%, var(--_g) 50% 50%, var(--_g) 100% 50%;
  background-size: calc(100%/3) 50%;
  animation: l3 1s infinite linear;
  margin: 5px;
}

@keyframes l3 {
  20% {
    background-position: 0%   0%, 50%  50%,100%  50%;
  }
  40% {
    background-position: 0% 100%, 50%   0%,100%  50%;
  }
  60% {
    background-position: 0%  50%, 50% 100%,100%   0%;
  }
  80% {
    background-position: 0%  50%, 50%  50%,100% 100%;
  }
}

/* line 1170, app/assets/stylesheets/frontend/application.scss */
.save-loader-btn .btn, .save-loader-btn .btn-large {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 105px;
}

/* line 1175, app/assets/stylesheets/frontend/application.scss */
.save-loader-btn .btn span, .save-loader-btn .btn-large span {
  margin-top: 0px;
}

/* line 1179, app/assets/stylesheets/frontend/application.scss */
.save-loader-btn .button-loader {
  width: 20px;
  color: white;
  --_g: no-repeat radial-gradient(circle closest-side, #ffffff 90%, #ffffff00);
  margin: 0px 0px 0px 5px;
}

/* line 1185, app/assets/stylesheets/frontend/application.scss */
.save-loader-btn .upload-btn-loader {
  width: 20px;
  margin: 0px 0px 0px 5px;
}

/* line 1191, app/assets/stylesheets/frontend/application.scss */
.number-border2 {
  border: 1px solid lightgray;
  width: 30%;
  padding: 5px;
}

/* line 1197, app/assets/stylesheets/frontend/application.scss */
.logo-small {
  width: 260px;
}

/* line 1200, app/assets/stylesheets/frontend/application.scss */
.email-txt {
  font-family: Roboto-Bold;
  font-size: 9px;
  color: #666666;
  letter-spacing: 0px;
  text-align: left;
  text-transform: uppercase;
}

/* line 1208, app/assets/stylesheets/frontend/application.scss */
.email-txt-white {
  font-family: Roboto-Bold;
  font-size: 9px;
  color: #fff;
  letter-spacing: 0px;
  text-align: left;
  text-transform: uppercase;
}

/* line 1215, app/assets/stylesheets/frontend/application.scss */
.email-txt-white label {
  font-family: Roboto-Bold;
  font-size: 9px;
  color: #fff;
  letter-spacing: 0px;
  text-align: left;
  text-transform: uppercase;
  line-height: 30px;
}

/* line 1225, app/assets/stylesheets/frontend/application.scss */
.set-password-box {
  width: 95%;
  margin: auto;
  color: white;
  padding-top: 20px;
}

/* line 1230, app/assets/stylesheets/frontend/application.scss */
.set-password-box .btn, .set-password-box .btn-large {
  margin: 0;
  padding: 0;
  background: #f41403;
  border: 1px solid #f41403;
  border-radius: 4px;
  width: 30% !important;
  text-transform: uppercase;
  font-size: 9px;
  line-height: 27px;
}

/* line 1241, app/assets/stylesheets/frontend/application.scss */
.set-password-box a {
  color: white;
  font-weight: 300;
}

/* line 1245, app/assets/stylesheets/frontend/application.scss */
.set-password-box input.file-path {
  color: black;
}

/* line 1249, app/assets/stylesheets/frontend/application.scss */
.login-start {
  margin-bottom: 20px;
}

/* line 1252, app/assets/stylesheets/frontend/application.scss */
.e-name {
  font-size: 13px;
  color: #33334f;
  letter-spacing: 0px;
  text-align: left;
  padding-bottom: 30px;
}

/* line 1259, app/assets/stylesheets/frontend/application.scss */
.e-name-blue {
  font-size: 13px;
  color: #688faf;
  letter-spacing: 0px;
  text-align: left;
  padding-bottom: 30px;
}

/* line 1266, app/assets/stylesheets/frontend/application.scss */
.input-fields-1 {
  padding-left: 0px !important;
}

/* line 1269, app/assets/stylesheets/frontend/application.scss */
.pass-field {
  background: #e6e6e6;
  height: 30px;
  margin-bottom: 18px;
}

/* line 1273, app/assets/stylesheets/frontend/application.scss */
.pass-field input {
  height: 30px;
  border-bottom: 0;
  box-shadow: none;
  color: gray;
  text-indent: 10px;
}

/* line 1281, app/assets/stylesheets/frontend/application.scss */
.pass-field-blue,
.email-field-blue {
  height: 30px;
  margin-bottom: 20px;
  color: white;
}

/* line 1286, app/assets/stylesheets/frontend/application.scss */
.pass-field-blue input,
.email-field-blue input {
  height: 30px;
  border-bottom: 0;
  box-shadow: none;
  text-indent: 10px;
}

/* line 1294, app/assets/stylesheets/frontend/application.scss */
input.valid[type="text"],
input.valid[type="text"]:focus,
input.valid[type="password"],
input.valid[type="password"]:focus,
input.valid[type="email"],
input.valid[type="email"]:focus,
input.valid[type="url"],
input.valid[type="url"]:focus,
input.valid[type="time"],
input.valid[type="time"]:focus,
input.valid[type="date"],
input.valid[type="date"]:focus,
input.valid[type="datetime-local"],
input.valid[type="datetime-local"]:focus,
input.valid[type="tel"],
input.valid[type="tel"]:focus,
input.valid[type="number"],
input.valid[type="number"]:focus,
input.valid[type="search"],
input.valid[type="search"]:focus,
textarea.materialize-textarea.valid,
textarea.materialize-textarea.valid:focus {
  border-bottom: none;
}

/* line 1318, app/assets/stylesheets/frontend/application.scss */
input[type="text"]:focus:not([readonly]),
input[type="password"]:focus:not([readonly]),
input[type="email"]:focus:not([readonly]),
input[type="url"]:focus:not([readonly]),
input[type="time"]:focus:not([readonly]),
input[type="date"]:focus:not([readonly]),
input[type="datetime-local"]:focus:not([readonly]),
input[type="tel"]:focus:not([readonly]),
input[type="number"]:focus:not([readonly]),
input[type="search"]:focus:not([readonly]),
textarea.materialize-textarea:focus:not([readonly]) {
  border-bottom: none;
}

/* line 1331, app/assets/stylesheets/frontend/application.scss */
.counter-txt {
  font-size: 9px;
  color: #f41403;
  letter-spacing: 1.12px;
  text-align: left;
  padding-top: 357px;
}

/* line 1338, app/assets/stylesheets/frontend/application.scss */
.counter-number {
  font-family: "RefrigeratorReg", sans-serif;
  font-size: 90px;
  color: #ffffff;
  letter-spacing: 14.06px;
  text-shadow: 0px 0px 7px #4a476e;
}

/* line 1345, app/assets/stylesheets/frontend/application.scss */
.timer {
  margin-top: 20%;
}

/* line 1348, app/assets/stylesheets/frontend/application.scss */
.small-logo {
  padding-top: 10px;
  border-bottom: 1px solid #688faf;
  border-left: 1px solid #688faf;
  text-align: center;
  min-height: 40px;
}

/* line 1356, app/assets/stylesheets/frontend/application.scss */
.column-width {
  width: 140px;
  padding-top: 5px;
  padding-left: 15px;
  float: left;
  margin-left: -1px;
}

/* line 1362, app/assets/stylesheets/frontend/application.scss */
.column-width i {
  color: white;
}

/* line 1367, app/assets/stylesheets/frontend/application.scss */
.column-width .company-logo {
  width: 150px;
  height: 42px;
}

/* line 1372, app/assets/stylesheets/frontend/application.scss */
.column-width-big {
  width: 65%;
  float: left;
  padding-left: 5% !important;
}

/* line 1377, app/assets/stylesheets/frontend/application.scss */
.column-width-big-mission-controll {
  width: 85%;
  float: left;
}

/* line 1381, app/assets/stylesheets/frontend/application.scss */
.timeline-user {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding-left: 10px;
  position: relative;
}

/* line 1388, app/assets/stylesheets/frontend/application.scss */
.timeline-user ul {
  width: 195px !important;
  top: 52px !important;
  border-radius: 4px;
  right: 0;
}

/* line 1394, app/assets/stylesheets/frontend/application.scss */
.timeline-user ul li a {
  display: flex;
  align-items: center;
}

/* line 1397, app/assets/stylesheets/frontend/application.scss */
.timeline-user ul li a i {
  margin: 0px 5px 0px 0px;
  font-size: 22px;
  color: #666666;
}

/* line 1405, app/assets/stylesheets/frontend/application.scss */
.timeline-user span {
  color: #5D6679;
  margin-left: 12px;
  font-size: 15px;
  font-weight: 700;
  text-transform: capitalize;
}

/* line 1413, app/assets/stylesheets/frontend/application.scss */
.timeline-user .user-avatar-dropdown {
  color: #688FAF;
}

/* line 1416, app/assets/stylesheets/frontend/application.scss */
.timeline-user a {
  display: flex;
  align-items: center;
}

/* line 1421, app/assets/stylesheets/frontend/application.scss */
.timeline-user .icon-img {
  width: 18px;
  height: auto;
  margin: 0px 6px 0px 4px;
}

/* line 1427, app/assets/stylesheets/frontend/application.scss */
.timeline-user .pro-inner {
  width: 100%;
  padding: 18px 10px 12px 10px;
  display: none;
}

/* line 1431, app/assets/stylesheets/frontend/application.scss */
.timeline-user .pro-inner img {
  width: 35px;
  margin-right: 5px;
}

/* line 1436, app/assets/stylesheets/frontend/application.scss */
.timeline-user .pro-inner .name h5 {
  color: #5D6679;
  margin: 0px;
  font-size: 15px;
  font-weight: 700;
  text-transform: capitalize;
}

/* line 1445, app/assets/stylesheets/frontend/application.scss */
.timeline-user .flex-box {
  display: flex;
  align-items: center;
  width: 100%;
}

/* line 1449, app/assets/stylesheets/frontend/application.scss */
.timeline-user .flex-box h6 {
  display: flex;
  align-items: center;
  line-height: normal;
}

/* line 1455, app/assets/stylesheets/frontend/application.scss */
.timeline-user .home-li {
  border-bottom: 1px solid #E1E4EA;
  /* border-top: 1px solid #E1E4EA; */
  margin-bottom: 10px;
  margin-top: 2px;
}

/* line 1461, app/assets/stylesheets/frontend/application.scss */
.timeline-user li {
  line-height: 0px;
  min-height: auto;
}

/* line 1464, app/assets/stylesheets/frontend/application.scss */
.timeline-user li a {
  display: flex;
  align-items: center;
}

/* line 1469, app/assets/stylesheets/frontend/application.scss */
.timeline-user .side-bar-icon-img {
  margin-right: 8px;
}

/* line 1472, app/assets/stylesheets/frontend/application.scss */
.timeline-user .sub-p-r {
  padding-left: 26px;
}

/* line 1475, app/assets/stylesheets/frontend/application.scss */
.timeline-user .settings-li {
  border-top: 1px solid #E1E4EA;
  margin-top: 12px;
}

/* line 1480, app/assets/stylesheets/frontend/application.scss */
.timeline-user .user-avatar img {
  width: 40px;
  height: 40px;
}

/* line 1488, app/assets/stylesheets/frontend/application.scss */
.am-fixed-top .right-nav-content .active .dropdown-content {
  display: block;
}

/* line 1492, app/assets/stylesheets/frontend/application.scss */
.field-grey {
  margin-bottom: 0px !important;
}

/* line 1497, app/assets/stylesheets/frontend/application.scss */
.main-nav-container {
  height: 46px;
}

/* line 1500, app/assets/stylesheets/frontend/application.scss */
.column-width-big-bell {
  width: 5%;
  float: left;
}

/* line 1503, app/assets/stylesheets/frontend/application.scss */
.column-width-big-bell a {
  color: #5D6679;
  display: flex;
  align-items: center;
}

/* line 1509, app/assets/stylesheets/frontend/application.scss */
.timeline-bell {
  margin-top: -4px;
}

/* line 1511, app/assets/stylesheets/frontend/application.scss */
.timeline-bell a {
  color: #5D6679;
}

/* line 1516, app/assets/stylesheets/frontend/application.scss */
.title-top-b {
  width: auto;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  color: #596373;
  font-weight: 600;
  letter-spacing: 1px;
  padding-right: 15px;
}

/* line 1527, app/assets/stylesheets/frontend/application.scss */
.title-top-b a span {
  font-size: 15px;
  padding-left: 5px;
  padding-top: 1.5px;
}

/* line 1532, app/assets/stylesheets/frontend/application.scss */
.title-top-b a i {
  font-size: 24px;
}

/* line 1537, app/assets/stylesheets/frontend/application.scss */
.title-top {
  border-right: 1px solid #969696;
  height: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  font-size: 12px;
  color: white;
  /*  line-height: 23px;*/
  font-family: Roboto-Bold;
  letter-spacing: 2px;
}

/* line 1551, app/assets/stylesheets/frontend/application.scss */
.mtname {
  float: left;
}

/* line 1554, app/assets/stylesheets/frontend/application.scss */
.mtimg {
  float: left;
  padding-left: 10px;
  margin-top: -7px;
}

/* line 1559, app/assets/stylesheets/frontend/application.scss */
.mtcover {
  display: inline-block;
}

/* line 1562, app/assets/stylesheets/frontend/application.scss */
.no-pad {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* line 1567, app/assets/stylesheets/frontend/application.scss */
.no-pad-pixel {
  margin-left: 10px !important;
}

/* line 1571, app/assets/stylesheets/frontend/application.scss */
.no-pad-pixel-bookmark {
  margin-left: 5px !important;
}

/* line 1574, app/assets/stylesheets/frontend/application.scss */
.top-right-corner {
  background: url(https://app.acceptmission.com/assets/corner-right-c03a5b91fe0e441335169c50033fd5c3661bdc590cbf63005a5fd81196dd2a17.png) 100% 0 no-repeat;
  height: 49px;
  text-align: center;
  padding-top: 10px;
}

/* line 1579, app/assets/stylesheets/frontend/application.scss */
.top-right-corner a {
  color: #6390ae;
  padding-left: 10px;
}

/* line 1584, app/assets/stylesheets/frontend/application.scss */
.top-right-corner-timeline {
  background: url(https://app.acceptmission.com/assets/corner-right-c03a5b91fe0e441335169c50033fd5c3661bdc590cbf63005a5fd81196dd2a17.png) 100% 0 no-repeat;
  height: 49px;
  text-align: center;
}

/* line 1588, app/assets/stylesheets/frontend/application.scss */
.top-right-corner-timeline a {
  color: #6390ae;
  line-height: 60px;
  padding-left: 10px;
}

/* line 1595, app/assets/stylesheets/frontend/application.scss */
.top-left-corner {
  background: url(https://app.acceptmission.com/assets/corner-left-6760d6b5bee8bda004290b12d87c960535c2877e6d842c87a2be71246a59e1d6.png) 100% 0 no-repeat, linear-gradient(to right, white 0%, white 50%, #000000 50%, #343652 50%, #343652 100%);
  height: 38px;
}

/* line 1607, app/assets/stylesheets/frontend/application.scss */
.custom-menu {
  color: #6390ae;
  padding-left: 28%;
  line-height: 60px;
}

/* line 1612, app/assets/stylesheets/frontend/application.scss */
.main-title, .main-title-profile {
  font-family: "RefrigeratorLight", sans-serif;
  color: white;
  font-size: 22px;
  padding-top: 20px;
  letter-spacing: 2.44px;
  text-transform: uppercase;
}

/* line 1621, app/assets/stylesheets/frontend/application.scss */
.mission-leaderboard .main-title2 {
  font-family: "RefrigeratorReg", sans-serif;
  color: #33334f;
  font-size: 20px;
  padding-top: 20px;
  letter-spacing: 2.44px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

/* line 1630, app/assets/stylesheets/frontend/application.scss */
.mission-leaderboard .normal-txt, .mission-leaderboard .normal-txt-idea, .mission-leaderboard .timeline-txt {
  padding: 0 50px;
  margin-bottom: 24px;
}

/* line 1636, app/assets/stylesheets/frontend/application.scss */
.custom-tabs .tabs {
  padding-top: 10px;
  background: transparent;
  overflow-x: visible;
  width: 80% !important;
}

/* line 1642, app/assets/stylesheets/frontend/application.scss */
.custom-tabs .tabs .tab a {
  font-size: 12px;
  color: #688faf;
  letter-spacing: 1.24px;
  line-height: 35px;
  text-align: center;
  position: relative;
}

/* line 1651, app/assets/stylesheets/frontend/application.scss */
.custom-tabs .active {
  color: #f41403 !important;
}

/* line 1654, app/assets/stylesheets/frontend/application.scss */
.custom-tabs .indicator {
  /*    background-color: #f41403 !important;*/
  background: url(https://app.acceptmission.com/assets/tab-indicator-2e43c172ea0944b3cbff2a0c43f6b9d3b87dd885308352c9969c9095cafc9d57.png);
  height: 4px;
  width: 103px;
  margin: auto;
}

@-moz-document url-prefix() {
  /* line 1663, app/assets/stylesheets/frontend/application.scss */
  .mission-box,
.profile-bg,
.invite-box,
.invite-box-blue,
.invite-box-bluish,
.invite-box-red,
.red-button-area,
.obj-lead {
    border-radius: 10px;
  }
  /* line 1673, app/assets/stylesheets/frontend/application.scss */
  .mission-box-transparent {
    border-radius: 10px;
  }
}

/* line 1678, app/assets/stylesheets/frontend/application.scss */
.owl-pagination {
  width: 92%;
}

/* line 1681, app/assets/stylesheets/frontend/application.scss */
.mission-box {
  background: white;
  margin-top: 30px;
  margin-left: 16% !important;
  width: 70% !important;
  clip-path: polygon(10px 0%, calc(100% - 10px) 0%, 100% 10px, 100% calc(100% - 10px), calc(100% - 10px) 100%, 10px 100%, 0% calc(100% - 10px), 0% 10px);
  padding-bottom: 30px !important;
  height: auto !important;
  /*  .mission-img {
       min-width: 207px;
     }*/
}

/* line 1708, app/assets/stylesheets/frontend/application.scss */
.mission-box .top-heading {
  padding: 20px 0 15px 20px;
  float: left;
}

/* line 1713, app/assets/stylesheets/frontend/application.scss */
.mission-box .points {
  font-size: 9px;
  color: #474648;
  letter-spacing: 1.12px;
  float: right;
  padding: 20px 20px 15px 15px;
}

/* line 1720, app/assets/stylesheets/frontend/application.scss */
.mission-box .xp {
  text-transform: uppercase;
  color: #0ed583;
}

/* line 1727, app/assets/stylesheets/frontend/application.scss */
.mission-box .main-heading {
  font-family: "RefrigeratorReg", sans-serif;
  font-size: 22px;
  color: #33334f;
  letter-spacing: 2.44px;
  text-transform: uppercase;
  margin: 15px 20px;
  line-height: 30px;
  max-height: 60px;
  overflow: hidden;
  min-height: 60px;
}

/* line 1739, app/assets/stylesheets/frontend/application.scss */
.mission-box .small-txt {
  font-size: 9px;
  color: #f41403;
  letter-spacing: 1.12px;
  text-align: center;
  text-transform: uppercase;
}

/* line 1746, app/assets/stylesheets/frontend/application.scss */
.mission-box .time {
  font-family: "RefrigeratorReg", sans-serif;
  font-size: 20px;
  color: #33334f;
  text-align: center;
  padding-top: 8px;
  padding-bottom: 10px;
}

/* line 1754, app/assets/stylesheets/frontend/application.scss */
.mission-box .btn, .mission-box .btn-large {
  background: white;
  border: 1px solid #f41403;
  border-radius: 4px;
  width: 150px;
  height: 27px;
  text-transform: uppercase;
  font-size: 9px;
  line-height: 27px;
  color: #f41403;
  box-shadow: none;
}

/* line 1767, app/assets/stylesheets/frontend/application.scss */
.mission-box .btn, .mission-box .btn-large {
  background: white;
  border: 1px solid #f41403;
  border-radius: 4px;
  width: 150px;
  height: 27px;
  text-transform: uppercase;
  font-size: 9px;
  line-height: 27px;
  color: #f41403;
  box-shadow: none;
}

/* line 1781, app/assets/stylesheets/frontend/application.scss */
.dark {
  opacity: 0.5;
}

/* line 1784, app/assets/stylesheets/frontend/application.scss */
.small-grey {
  padding: 20px 0 15px 30px;
}

/* line 1788, app/assets/stylesheets/frontend/application.scss */
.side-nav a {
  color: #688faf;
  font-weight: 300;
  font-size: 20px;
}

/* line 1792, app/assets/stylesheets/frontend/application.scss */
.side-nav a:hover {
  color: #f41403;
  background: url(https://app.acceptmission.com/assets/border-heading-1be3a88a3652ebe6f3b85849d1dafa49ba4a162dccb17159ce123aa07743196d.png);
  background-repeat: no-repeat;
  background-position: 0 15px;
}

/* line 1799, app/assets/stylesheets/frontend/application.scss */
.side-nav li:hover,
.side-nav li.active {
  background: white;
}

/* line 1803, app/assets/stylesheets/frontend/application.scss */
.mission-box-transparent {
  background: transparent;
  margin-top: 30px;
  width: 313px !important;
  clip-path: polygon(12px 0%, calc(100% - 12px) 0%, 100% 12px, 100% calc(100% - 12px), calc(100% - 12px) 100%, 12px 100%, 0% calc(100% - 12px), 0% 12px);
  padding-bottom: 30px !important;
  height: 411px !important;
  border: 2px dashed white;
  position: relative;
  float: none !important;
  margin: 50px auto;
}

/* line 1833, app/assets/stylesheets/frontend/application.scss */
.mission-box-transparent::before {
  border-left: 2px dashed #fff;
  content: "";
  height: 20px;
  width: 0px;
  left: -1px;
  top: -1px;
  transform: rotate(45deg);
  right: 0;
  bottom: 0px;
  position: absolute;
}

/* line 1845, app/assets/stylesheets/frontend/application.scss */
.mission-box-transparent::after {
  border-left: 2px dashed #fff;
  content: "";
  height: 20px;
  width: 0px;
  right: -1px;
  top: -1px;
  transform: rotate(-45deg);
  right: 0;
  bottom: 0px;
  position: absolute;
}

/* line 1857, app/assets/stylesheets/frontend/application.scss */
.mission-box-transparent .mb-box-inner {
  position: relative;
  float: left;
  width: 100%;
  height: 100%;
}

/* line 1862, app/assets/stylesheets/frontend/application.scss */
.mission-box-transparent .mb-box-inner::before {
  border-left: 2px dashed #fff;
  content: "";
  height: 20px;
  width: 0px;
  left: 8px;
  transform: rotate(-45deg);
  right: 0;
  bottom: -40px;
  position: absolute;
}

/* line 1873, app/assets/stylesheets/frontend/application.scss */
.mission-box-transparent .mb-box-inner::after {
  border-left: 2px dashed #fff;
  content: "";
  height: 20px;
  width: 0px;
  right: 9px;
  transform: rotate(45deg);
  bottom: -40px;
  position: absolute;
}

/* line 1884, app/assets/stylesheets/frontend/application.scss */
.mission-box-transparent .mbt-container {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  width: 100%;
}

/* line 1891, app/assets/stylesheets/frontend/application.scss */
.mission-box-transparent .mbt-container .small-txt-white {
  font-size: 11px;
  color: #fff;
  letter-spacing: 1.12px;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}

/* line 1899, app/assets/stylesheets/frontend/application.scss */
.mission-box-transparent .mbt-container .small-txt-red {
  font-size: 11px;
  color: #f41403;
  letter-spacing: 1.12px;
  text-align: center;
  text-transform: uppercase;
  padding: 15px 0 5px;
  width: 100%;
}

/* line 1908, app/assets/stylesheets/frontend/application.scss */
.mission-box-transparent .mbt-container a {
  margin: 0 auto;
  display: table;
  float: none;
  text-align: center;
  width: auto !important;
}

/* line 1917, app/assets/stylesheets/frontend/application.scss */
.menu-logo {
  position: fixed;
  bottom: 25px;
  border-top: 1px solid #f0f0f0;
  padding-top: 25px;
  width: inherit;
}

/* line 1924, app/assets/stylesheets/frontend/application.scss */
.main-title-profile {
  /*  margin-top: 80px;*/
}

/* line 1928, app/assets/stylesheets/frontend/application.scss */
.profile-img {
  width: 200px;
  height: 200px;
  position: relative;
  overflow: hidden;
  text-align: center;
}

/* line 1935, app/assets/stylesheets/frontend/application.scss */
.profile-img img {
  /*    position: absolute;*/
  right: 0;
  bottom: 0;
  max-height: 100%;
  max-width: 100%;
  /*    width: 200px;*/
  /*    height: 200px;*/
}

/*.owl-item{
   width: 15% !important;
   margin-right: -6.5%;
 }*/
/* line 1951, app/assets/stylesheets/frontend/application.scss */
.profile-btn .btn, .profile-btn .btn-large {
  background: #f41403;
  border: 1px solid #f41403;
  border-radius: 4px;
  width: 90px;
  height: 27px;
  text-transform: uppercase;
  font-size: 9px;
  line-height: 27px;
  margin-top: -50px;
}

/* line 1963, app/assets/stylesheets/frontend/application.scss */
.profile-small-txt, .identity-small-txt {
  font-size: 13px;
  color: #cfcccc;
  letter-spacing: 0px;
  line-height: 18px;
  text-align: center;
  font-weight: 300;
}

/* line 1971, app/assets/stylesheets/frontend/application.scss */
.profile-bg {
  clip-path: polygon(10px 0%, calc(100% - 10px) 0%, 100% 10px, 100% calc(100% - 10px), calc(100% - 10px) 100%, 10px 100%, 0% calc(100% - 10px), 0% 10px);
  background: white;
  min-height: 300px;
  margin: 30px 0;
  padding: 20px 30px 40px 30px;
}

/* line 1996, app/assets/stylesheets/frontend/application.scss */
.profile-bg input {
  background: #ececec;
  border-radius: 3px;
  height: 30px;
  padding-left: 10px;
  width: 95%;
  font-size: 12px;
  color: #4a4a4a;
  letter-spacing: 0px;
}

/* line 2007, app/assets/stylesheets/frontend/application.scss */
.profile-title, .timeline-title-blue-small, .timeline-title-blue, .timeline-title-red, .timeline-title {
  font-family: "RefrigeratorReg", sans-serif;
  font-size: 16px;
  color: #393d4f;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding-bottom: 20px;
}

/* line 2016, app/assets/stylesheets/frontend/application.scss */
.profile-txt-btn .btn, .profile-txt-btn .btn-large {
  background: #f41403;
  border: 1px solid #f41403;
  border-radius: 4px;
  height: 30px;
  text-transform: uppercase;
  font-size: 9px;
  line-height: 30px;
  margin-right: -1.5%;
}

/* line 2027, app/assets/stylesheets/frontend/application.scss */
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="time"],
input[type="date"],
input[type="datetime-local"],
input[type="tel"],
input[type="number"],
input[type="search"],
textarea.materialize-textarea {
  border-bottom: none;
}

/* line 2043, app/assets/stylesheets/frontend/application.scss */
input[type="text"]:focus:not([readonly]),
input[type="password"]:focus:not([readonly]),
input[type="email"]:focus:not([readonly]),
input[type="url"]:focus:not([readonly]),
input[type="time"]:focus:not([readonly]),
input[type="date"]:focus:not([readonly]),
input[type="datetime-local"]:focus:not([readonly]),
input[type="tel"]:focus:not([readonly]),
input[type="number"]:focus:not([readonly]),
input[type="search"]:focus:not([readonly]),
textarea.materialize-textarea:focus:not([readonly]) {
  box-shadow: none;
}

/* line 2057, app/assets/stylesheets/frontend/application.scss */
.input-fullwidth input {
  width: 99%;
}

/* line 2059, app/assets/stylesheets/frontend/application.scss */
.input-fullwidth input [type="radio"] {
  opacity: 1;
}

/* line 2065, app/assets/stylesheets/frontend/application.scss */
.profile-update-btn .btn, .profile-update-btn .btn-large {
  background: #f41403;
  border: 1px solid #f41403;
  border-radius: 4px;
  height: 30px;
  text-transform: uppercase;
  font-size: 9px;
  line-height: 30px;
  float: right;
  margin-right: -1.5%;
}

/* line 2077, app/assets/stylesheets/frontend/application.scss */
.identity-small-txt {
  padding-top: 8px;
}

/* line 2081, app/assets/stylesheets/frontend/application.scss */
.carousel .carousel-item {
  width: 150px;
  text-align: center;
  padding: 0 10px;
}

/* line 2086, app/assets/stylesheets/frontend/application.scss */
.carousel .carousel-item {
  height: 130px;
}

/* line 2088, app/assets/stylesheets/frontend/application.scss */
.carousel .carousel-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  -o-object-position: center center;
     object-position: center center;
}

/* line 2096, app/assets/stylesheets/frontend/application.scss */
.agent-name {
  font-weight: 300;
  font-size: 17px;
  color: #ffffff;
  letter-spacing: 0px;
  text-shadow: 0px 0px 4px #29274a;
  padding-top: 20px;
}

/* line 2105, app/assets/stylesheets/frontend/application.scss */
.choose-identitiy .btn, .choose-identitiy .btn-large {
  background: #1ddd48;
  border: 1px solid #1ddd48;
  border-radius: 4px;
  height: 30px;
  text-transform: uppercase;
  font-size: 9px;
  line-height: 30px;
  margin-top: 30px;
  box-shadow: none;
}

/* line 2117, app/assets/stylesheets/frontend/application.scss */
.team-title {
  font-family: "RefrigeratorLight", sans-serif;
  font-size: 12px;
  letter-spacing: 1.5px;
  position: absolute;
  width: 50%;
  margin: auto;
  left: 46%;
  padding-top: 20px;
  z-index: 199;
  color: white;
}

/* line 2128, app/assets/stylesheets/frontend/application.scss */
.team-title a {
  color: white !important;
}

/* line 2132, app/assets/stylesheets/frontend/application.scss */
.champ-icon {
  position: absolute;
  right: 2%;
  top: 2%;
}

/* line 2137, app/assets/stylesheets/frontend/application.scss */
.team-pics {
  font-size: 9px;
  height: 40px;
}

/* line 2140, app/assets/stylesheets/frontend/application.scss */
.team-pics img {
  width: 35px;
  height: 35px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 10px;
}

/* line 2148, app/assets/stylesheets/frontend/application.scss */
.brief-banner {
  width: 600px;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}

/* line 2154, app/assets/stylesheets/frontend/application.scss */
.bpics {
  width: 55px;
  height: 55px;
}

/* line 2158, app/assets/stylesheets/frontend/application.scss */
.avatar {
  background: url(https://app.acceptmission.com/assets/avatar-bg-acb5ae758b0811dc20df804e598e61a9bd3dae1a28ca16897893abb4ba18a3ec.png) no-repeat center;
  height: 159px;
  margin-top: 25px;
}

/* line 2162, app/assets/stylesheets/frontend/application.scss */
.avatar img {
  max-height: 73%;
  max-width: 73%;
  margin-left: 1%;
  margin-top: 28px;
}

/* line 2169, app/assets/stylesheets/frontend/application.scss */
.invite-box {
  margin-top: 50px;
  z-index: 2;
  position: relative;
}

/* line 2174, app/assets/stylesheets/frontend/application.scss */
.invite-box .btn, .invite-box .btn-large {
  background: white;
  border: 1px solid #425a71;
  border-radius: 4px;
  width: 150px;
  height: 27px;
  text-transform: uppercase;
  font-size: 11px;
  line-height: 27px;
  color: #425a71;
  box-shadow: none;
  margin: 0 0 20px 20px;
}

/* line 2186, app/assets/stylesheets/frontend/application.scss */
.invite-box .btn:hover, .invite-box .btn-large:hover {
  background: #425a71;
  color: white;
}

/* line 2191, app/assets/stylesheets/frontend/application.scss */
.invite-box .xp {
  font-size: 9px;
  color: #8dc63f;
  letter-spacing: 1.12px;
  text-align: right;
  padding: 20px 20px 0 0;
}

/* line 2199, app/assets/stylesheets/frontend/application.scss */
.timeline-small-sub, .obj-lead .heading {
  padding: 20px 0 15px 20px;
}

/* line 2203, app/assets/stylesheets/frontend/application.scss */
.timeline-title {
  background: url(https://app.acceptmission.com/assets/green-border-title-3d7d06a3f10fd4bc522605ab56bf1f28c046c74bf0612ce0ececb9ad83ce9ea9.png);
  background-repeat: no-repeat;
  background-position: 0 3px;
  padding-left: 20px;
  margin-left: 20px;
}

/*.timeline-divider {
   border-right: 1px solid #688FAF;
 }*/
/* line 2214, app/assets/stylesheets/frontend/application.scss */
.timeline-divider {
  position: relative;
  padding: 1px 0 0 1px;
  z-index: 100;
}

/* line 2219, app/assets/stylesheets/frontend/application.scss */
.timeline-divider:before,
.timeline-divider:after {
  content: "";
  position: absolute;
  display: block;
  right: -1px;
  width: 1px;
  height: 50%;
  z-index: -1;
}

/* line 2230, app/assets/stylesheets/frontend/application.scss */
.timeline-divider:before {
  top: 0;
  background: #688faf;
  /*  background: linear-gradient(to top, #688FAF 0%, transparent 100%);*/
}

/* line 2236, app/assets/stylesheets/frontend/application.scss */
.timeline-divider:after {
  bottom: 0;
  background: #688faf;
}

/* line 2240, app/assets/stylesheets/frontend/application.scss */
.no-pad-right {
  padding-right: 0 !important;
}

/* line 2243, app/assets/stylesheets/frontend/application.scss */
.timeline-txt {
  padding: 0 20px 20px 40px;
}

/* line 2247, app/assets/stylesheets/frontend/application.scss */
.timeline-numbers {
  position: absolute;
  right: -24px;
  top: 50%;
  transform: translateY(-50%);
}

/* line 2252, app/assets/stylesheets/frontend/application.scss */
.timeline-numbers .hexagon {
  position: relative;
  width: 50px;
  height: 28.87px;
  background-color: #8dc63f;
  margin: -14.57px 0;
}

/* line 2258, app/assets/stylesheets/frontend/application.scss */
.timeline-numbers .hexagon span {
  position: absolute;
  right: 9px;
  top: 5px;
  color: white;
}

/* line 2266, app/assets/stylesheets/frontend/application.scss */
.timeline-numbers .hexagon:before,
.timeline-numbers .hexagon:after {
  content: "";
  position: absolute;
  width: 0;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
}

/* line 2275, app/assets/stylesheets/frontend/application.scss */
.timeline-numbers .hexagon:before {
  bottom: 100%;
  border-bottom: 14.43px solid #8dc63f;
}

/* line 2280, app/assets/stylesheets/frontend/application.scss */
.timeline-numbers .hexagon:after {
  top: 100%;
  width: 0;
  border-top: 14.43px solid #8dc63f;
}

/* line 2287, app/assets/stylesheets/frontend/application.scss */
.timeline-numbers-left {
  position: absolute;
  left: -24px;
  top: 50%;
  margin-top: -28px;
}

/* line 2292, app/assets/stylesheets/frontend/application.scss */
.timeline-numbers-left .hexagon2 {
  position: relative;
  width: 50px;
  height: 28.87px;
  background-color: #688faf;
  margin: 14.43px 0;
}

/* line 2298, app/assets/stylesheets/frontend/application.scss */
.timeline-numbers-left .hexagon2 span {
  position: absolute;
  left: 5px;
  top: 5px;
  color: white;
}

/* line 2304, app/assets/stylesheets/frontend/application.scss */
.timeline-numbers-left .hexagon2 .material-icons {
  font-size: 18px;
}

/* line 2309, app/assets/stylesheets/frontend/application.scss */
.timeline-numbers-left .hexagon2:before,
.timeline-numbers-left .hexagon2:after {
  content: "";
  position: absolute;
  width: 0;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
}

/* line 2318, app/assets/stylesheets/frontend/application.scss */
.timeline-numbers-left .hexagon2:before {
  bottom: 100%;
  border-bottom: 14.43px solid #688faf;
}

/* line 2323, app/assets/stylesheets/frontend/application.scss */
.timeline-numbers-left .hexagon2:after {
  top: 100%;
  width: 0;
  border-top: 14.43px solid #688faf;
}

/* line 2329, app/assets/stylesheets/frontend/application.scss */
.comment-number {
  font-size: 18px;
  color: #666;
  padding-right: 20px;
}

/* line 2333, app/assets/stylesheets/frontend/application.scss */
.comment-number .material-icons {
  font-size: 18px;
}

/* line 2337, app/assets/stylesheets/frontend/application.scss */
.obj-lead {
  position: absolute;
  /*  height: 100%;*/
  width: 50%;
  right: -50%;
  margin-right: -50px;
  text-align: center;
  top: 0;
}

/* line 2346, app/assets/stylesheets/frontend/application.scss */
.obj-lead .heading {
  padding-right: 20px;
  padding-bottom: 30px;
}

/* line 2351, app/assets/stylesheets/frontend/application.scss */
.obj-lead .btn, .obj-lead .btn-large {
  background: white;
  border: 1px solid #425a71;
  border-radius: 4px;
  /*    width:150px;*/
  height: 27px;
  text-transform: uppercase;
  font-size: 9px;
  line-height: 27px;
  color: #425a71;
  box-shadow: none;
  margin: 30px 20px 20px 20px;
}

/* line 2363, app/assets/stylesheets/frontend/application.scss */
.obj-lead .btn:hover, .obj-lead .btn-large:hover {
  background: #425a71;
  color: white;
}

/* line 2368, app/assets/stylesheets/frontend/application.scss */
.obj-lead .circle {
  background: #f9f8f8;
  border: 1px solid #e6e6e6;
  width: 80px;
  height: 80px;
  border-radius: 100%;
  margin: auto;
  line-height: 80px;
  color: #33334f;
  font-size: 30px;
}

/* line 2378, app/assets/stylesheets/frontend/application.scss */
.obj-lead .circle span {
  font-size: 12px;
  text-transform: uppercase;
  font-family: "RefrigeratorReg", sans-serif;
}

/* line 2383, app/assets/stylesheets/frontend/application.scss */
.obj-lead .circle sup {
  top: -1.75em;
}

/* line 2388, app/assets/stylesheets/frontend/application.scss */
.green-line {
  position: absolute;
  right: -50px;
  height: 1px;
  background: #8dc63f;
  width: 60px;
  top: 50%;
}

/* line 2396, app/assets/stylesheets/frontend/application.scss */
.create-mission-btn {
  padding: 10px;
}

/* line 2398, app/assets/stylesheets/frontend/application.scss */
.create-mission-btn .btn, .create-mission-btn .btn-large {
  background: #f41403;
  border: 1px solid #f41403;
  border-radius: 4px;
  height: 27px;
  text-transform: uppercase;
  font-size: 9px;
  line-height: 27px;
}

/* line 2409, app/assets/stylesheets/frontend/application.scss */
.logo-mb {
  padding-top: 12px;
}

/* line 2412, app/assets/stylesheets/frontend/application.scss */
.mission-title {
  color: white;
  font-family: "RefrigeratorLight", sans-serif;
  font-size: 20px;
  padding-top: 10px;
}

/* line 2418, app/assets/stylesheets/frontend/application.scss */
.mission-header {
  border-bottom: 1px solid #688faf;
  margin: 0 -10px;
  height: 50px;
  line-height: 35px;
}

/* line 2424, app/assets/stylesheets/frontend/application.scss */
.welcome-agent {
  font-family: "RefrigeratorLight", sans-serif;
  font-size: 18px;
  color: white;
  padding-top: 10px;
}

/* line 2430, app/assets/stylesheets/frontend/application.scss */
.mb-wrap {
  margin: 0 -10px;
}

/* line 2433, app/assets/stylesheets/frontend/application.scss */
.mb-sidebar {
  background-color: white;
  min-height: calc(100vh - 80px);
  padding: 20px 20px;
}

/* line 2438, app/assets/stylesheets/frontend/application.scss */
.mb-content {
  background-color: #f4f4f4;
  height: calc(100vh - 80px);
  box-shadow: inset 0px 0px 10px #bfbfbf;
  padding: 30px 30px;
  overflow-y: auto;
}

/* line 2447, app/assets/stylesheets/frontend/application.scss */
.mb-desc {
  color: white;
  font-weight: 300;
  height: 30px;
  line-height: 30px;
  font-size: 12px;
}

/* line 2454, app/assets/stylesheets/frontend/application.scss */
.invitation {
  background-color: #dff0f2;
  border: 1px solid #a0cacf;
  text-align: center;
  padding: 8px 0;
  color: #4f7378;
  margin-bottom: 22px;
  cursor: pointer;
}

/* line 2462, app/assets/stylesheets/frontend/application.scss */
.invitation:hover {
  background-color: #c6e7eb;
}

/* line 2466, app/assets/stylesheets/frontend/application.scss */
.invitation-content {
  background-color: #dff0f2;
  border: 1px dashed #a0cacf;
  text-align: center;
  padding: 12px 0;
  color: #75a0a6;
  letter-spacing: 1px;
  margin-bottom: 30px;
  font-weight: 300;
}

/* line 2475, app/assets/stylesheets/frontend/application.scss */
.invitation-content .heading {
  font-size: 20px;
}

/* line 2479, app/assets/stylesheets/frontend/application.scss */
.briefing {
  background-color: #e4f2df;
  border: 1px solid #b4d0aa;
  text-align: center;
  padding: 8px 0;
  color: #5e7c54;
  margin-bottom: 22px;
  cursor: pointer;
}

/* line 2487, app/assets/stylesheets/frontend/application.scss */
.briefing:hover {
  background-color: #d8ead1;
}

/* line 2491, app/assets/stylesheets/frontend/application.scss */
.briefing-content {
  background-color: #e4f2df;
  border: 1px dashed #b4d0aa;
  text-align: center;
  padding: 12px 0;
  color: #7b9f6f;
  letter-spacing: 1px;
  margin-bottom: 30px;
  font-weight: 300;
}

/* line 2500, app/assets/stylesheets/frontend/application.scss */
.briefing-content .heading {
  font-size: 20px;
}

/* line 2504, app/assets/stylesheets/frontend/application.scss */
.signin-input-field {
  height: 30px !important;
}

/* line 2507, app/assets/stylesheets/frontend/application.scss */
::-moz-placeholder {
  color: #9dafbd;
}
::placeholder {
  color: #9dafbd;
}

/* line 2510, app/assets/stylesheets/frontend/application.scss */
.acceptmission-input-field {
  border-bottom: none !important;
  height: 30px !important;
}

/* line 2515, app/assets/stylesheets/frontend/application.scss */
.acceptmission-input-field:focus {
  border-bottom: none;
}

/* line 2519, app/assets/stylesheets/frontend/application.scss */
.brainstorming {
  background-color: #f2f0df;
  border: 1px solid #a8a585;
  text-align: center;
  padding: 8px 0;
  color: #767357;
  margin-bottom: 22px;
  cursor: pointer;
}

/* line 2527, app/assets/stylesheets/frontend/application.scss */
.brainstorming:hover {
  background-color: #e7e5cf;
}

/* line 2531, app/assets/stylesheets/frontend/application.scss */
.question_answering {
  background-color: #f2f0df;
  border: 1px solid #a8a585;
  text-align: center;
  padding: 8px 0;
  color: #767357;
  margin-bottom: 22px;
  cursor: pointer;
}

/* line 2539, app/assets/stylesheets/frontend/application.scss */
.question_answering:hover {
  background-color: #e7e5cf;
}

/* line 2544, app/assets/stylesheets/frontend/application.scss */
.brainstorming-content {
  background-color: #f2f0df;
  border: 1px dashed #a8a585;
  text-align: center;
  padding: 12px 0;
  color: #959272;
  letter-spacing: 1px;
  margin-bottom: 30px;
  font-weight: 300;
}

/* line 2553, app/assets/stylesheets/frontend/application.scss */
.brainstorming-content .heading {
  font-size: 20px;
}

/* line 2557, app/assets/stylesheets/frontend/application.scss */
.mission-end {
  background-color: #f2dfdf;
  border: 1px solid #b68e8e;
  text-align: center;
  padding: 8px 0;
  color: #7b5858;
  margin-bottom: 22px;
  cursor: pointer;
}

/* line 2565, app/assets/stylesheets/frontend/application.scss */
.mission-end:hover {
  background-color: #e8d1d1;
}

/* line 2569, app/assets/stylesheets/frontend/application.scss */
.all-white {
  background: white;
  position: absolute;
  height: calc(100vh - -14px);
}

/* line 2574, app/assets/stylesheets/frontend/application.scss */
.all-white-remain {
  margin-left: 20% !important;
}

/* line 2578, app/assets/stylesheets/frontend/application.scss */
.mission-end-content {
  background-color: #f2dfdf;
  border: 1px dashed #b68e8e;
  text-align: center;
  padding: 12px 0;
  color: #987171;
  letter-spacing: 1px;
  margin-bottom: 30px;
  font-weight: 300;
}

/* line 2587, app/assets/stylesheets/frontend/application.scss */
.mission-end-content .heading {
  font-size: 20px;
}

/* line 2591, app/assets/stylesheets/frontend/application.scss */
.timer-bg {
  background-color: #425a71;
  margin-top: 460px;
}

/* line 2604, app/assets/stylesheets/frontend/application.scss */
#modal-new-mission .preview-h5,
#modal-invitation .preview-h5,
#modal-briefing .preview-h5,
#modal-brainstorming .preview-h5,
#modal-mission-end .preview-h5,
#modal-round-edit .preview-h5,
#modal-break .preview-h5,
#modal-question-answering .preview-h5 {
  font-family: "RefrigeratorReg", sans-serif;
  font-size: 18px;
  color: #33334f;
  letter-spacing: 2.44px;
  text-align: center;
  text-transform: uppercase;
}

/* line 2612, app/assets/stylesheets/frontend/application.scss */
#modal-new-mission h5,
#modal-invitation h5,
#modal-briefing h5,
#modal-brainstorming h5,
#modal-mission-end h5,
#modal-round-edit h5,
#modal-break h5,
#modal-question-answering h5 {
  font-family: "RefrigeratorReg", sans-serif;
  font-size: 18px;
  color: #33334f;
  letter-spacing: 2.44px;
  text-align: center;
  text-transform: uppercase;
}

/* line 2621, app/assets/stylesheets/frontend/application.scss */
#modal-new-mission h4,
#modal-invitation h4,
#modal-briefing h4,
#modal-brainstorming h4,
#modal-mission-end h4,
#modal-round-edit h4,
#modal-break h4,
#modal-question-answering h4 {
  font-family: "RefrigeratorReg", sans-serif;
  font-size: 22px;
  color: #33334f;
  letter-spacing: 2.44px;
  text-align: center;
  text-transform: uppercase;
}

/* line 2629, app/assets/stylesheets/frontend/application.scss */
#modal-new-mission .field-grey,
#modal-invitation .field-grey,
#modal-briefing .field-grey,
#modal-brainstorming .field-grey,
#modal-mission-end .field-grey,
#modal-round-edit .field-grey,
#modal-break .field-grey,
#modal-question-answering .field-grey {
  background: #ececec;
  margin-top: 8px;
  height: 32px;
  font-size: 12px;
  padding-left: 5px;
}

/* line 2636, app/assets/stylesheets/frontend/application.scss */
#modal-new-mission input.select-dropdown,
#modal-invitation input.select-dropdown,
#modal-briefing input.select-dropdown,
#modal-brainstorming input.select-dropdown,
#modal-mission-end input.select-dropdown,
#modal-round-edit input.select-dropdown,
#modal-break input.select-dropdown,
#modal-question-answering input.select-dropdown {
  border-bottom: none;
  background: #ececec;
  height: 32px;
  margin-top: 8px;
  padding-left: 5px;
}

/* line 2643, app/assets/stylesheets/frontend/application.scss */
#modal-new-mission span.caret,
#modal-invitation span.caret,
#modal-briefing span.caret,
#modal-brainstorming span.caret,
#modal-mission-end span.caret,
#modal-round-edit span.caret,
#modal-break span.caret,
#modal-question-answering span.caret {
  right: 0;
  top: 9px;
  z-index: 9;
  color: #aaa;
}

/* line 2650, app/assets/stylesheets/frontend/application.scss */
.small-grey-form-title, .dhm {
  text-align: left;
  padding-top: 10px;
}

/* line 2655, app/assets/stylesheets/frontend/application.scss */
.textarea-grey {
  background: #ececec;
  margin-top: 8px;
  height: 50px;
  font-size: 12px;
  border: none;
  padding-left: 5px;
}

/* line 2663, app/assets/stylesheets/frontend/application.scss */
textarea:focus {
  outline: none;
}

/* line 2667, app/assets/stylesheets/frontend/application.scss */
textarea {
  width: 100%;
}

/* line 2670, app/assets/stylesheets/frontend/application.scss */
.white-btn {
  background: white !important;
  color: #9c9c9c;
  border: 1px solid #ccc !important;
  box-shadow: none !important;
}

/* line 2676, app/assets/stylesheets/frontend/application.scss */
.dropdown-content {
  opacity: 1 !important;
}

/* line 2679, app/assets/stylesheets/frontend/application.scss */
.dropdown-content li > a,
.dropdown-content li > span {
  color: black;
  font-size: 14px;
}

/* line 2685, app/assets/stylesheets/frontend/application.scss */
.dropdown-content li {
  min-height: 0px !important;
}

/* line 2690, app/assets/stylesheets/frontend/application.scss */
.modal {
  border-radius: 10px;
  max-height: 92%;
  top: 4% !important;
}

/* line 2695, app/assets/stylesheets/frontend/application.scss */
.datepicker,
.timepicker {
  background: #ececec !important;
  height: 32px !important;
  margin-top: 8px !important;
  padding-left: 5px !important;
}

/* line 2702, app/assets/stylesheets/frontend/application.scss */
.clockpicker-am-pm-block {
  height: 0;
}

/* line 2705, app/assets/stylesheets/frontend/application.scss */
.picker--opened .picker__frame {
  top: 2%;
}

/* line 2708, app/assets/stylesheets/frontend/application.scss */
.picker__weekday-display,
.picker__day--selected,
.picker__day--selected:hover,
.picker--focused .picker__day--selected {
  background-color: #33334f;
}

/* line 2714, app/assets/stylesheets/frontend/application.scss */
.picker__date-display {
  background-color: #3c4a63;
}

/* line 2717, app/assets/stylesheets/frontend/application.scss */
.picker__day.picker__day--today {
  color: #f41403;
}

/* line 2720, app/assets/stylesheets/frontend/application.scss */
.picker__close,
.picker__today {
  color: #688faf;
}

/* line 2724, app/assets/stylesheets/frontend/application.scss */
.picker__nav--prev:hover,
.picker__nav--next:hover {
  background: #dbe3ef;
}

/* line 2728, app/assets/stylesheets/frontend/application.scss */
.invitation-content,
.briefing-content,
.brainstorming-content,
.mission-end-content {
  cursor: pointer;
}

/* line 2734, app/assets/stylesheets/frontend/application.scss */
#modal-invitation,
#modal-briefing,
#modal-brainstorming,
#modal-question-answering,
#modal-mission-end,
#modal-round-edit,
#modal-break {
  min-height: 92%;
  min-width: 95%;
}

/* line 2744, app/assets/stylesheets/frontend/application.scss */
#modal-invitation .modal-content,
#modal-briefing .modal-content,
#modal-brainstorming .modal-content,
#modal-question-answering .modal-content,
#modal-mission-end .modal-content,
#modal-round-edit .modal-content,
#modal-break .modal-content {
  padding: 0;
}

/* line 2747, app/assets/stylesheets/frontend/application.scss */
#modal-invitation .btn, #modal-invitation .btn-large,
#modal-briefing .btn,
#modal-briefing .btn-large,
#modal-brainstorming .btn,
#modal-brainstorming .btn-large,
#modal-question-answering .btn,
#modal-question-answering .btn-large,
#modal-mission-end .btn,
#modal-mission-end .btn-large,
#modal-round-edit .btn,
#modal-round-edit .btn-large,
#modal-break .btn,
#modal-break .btn-large {
  background: #f41403;
  border: 1px solid #f41403;
  border-radius: 4px;
  margin-bottom: 20px;
  height: 27px;
  text-transform: uppercase;
  font-size: 9px;
  line-height: 27px;
}

/* line 2758, app/assets/stylesheets/frontend/application.scss */
#modal-briefing,
#modal-brainstorming,
#modal-round-edit,
#modal-break,
#modal-invitation {
  overflow: hidden;
}

/* line 2765, app/assets/stylesheets/frontend/application.scss */
.modal-sidebar {
  box-shadow: 1px 0 0 rgba(0, 0, 0, 0.1), 2px 0 0 rgba(0, 0, 0, 0.08), 3px 0 0 rgba(0, 0, 0, 0.06), 4px 0 0 rgba(0, 0, 0, 0.04);
  /*  height: calc(100vh - 10px) !important;*/
  background-color: #f4f4f4;
  position: fixed;
  height: 100% !important;
  padding-top: 20px !important;
}

/* line 2777, app/assets/stylesheets/frontend/application.scss */
.modal-sidebar .datepicker,
.modal-sidebar .timepicker,
.modal-sidebar textarea,
.modal-sidebar input.select-dropdown {
  border: 1px solid #ccc;
  border-bottom: 1px solid #ccc !important;
}

/* line 2785, app/assets/stylesheets/frontend/application.scss */
.modal-fullwidth {
  position: absolute;
  left: 33% !important;
}

/* line 2789, app/assets/stylesheets/frontend/application.scss */
.textarea-grey-invitation {
  background: #ececec;
  margin-top: 8px;
  height: 80px;
  font-size: 12px;
  border: none;
  padding-left: 5px;
}

/* line 2797, app/assets/stylesheets/frontend/application.scss */
.preview-area {
  text-align: center;
  margin-top: 20px;
}

/* line 2801, app/assets/stylesheets/frontend/application.scss */
.modal-close {
  padding: 1px 20px;
}

/* line 2804, app/assets/stylesheets/frontend/application.scss */
button:focus {
  background-color: white;
}

/* line 2807, app/assets/stylesheets/frontend/application.scss */
.browser-btn {
  position: absolute;
  right: 0;
}

/* line 2811, app/assets/stylesheets/frontend/application.scss */
.additional-info {
  line-height: 40px;
}

/* line 2814, app/assets/stylesheets/frontend/application.scss */
.dropdown-content li > a,
.dropdown-content li > span {
  font-size: 12px;
}

/* line 2818, app/assets/stylesheets/frontend/application.scss */
input.select-dropdown {
  font-size: 12px !important;
}

/* line 2821, app/assets/stylesheets/frontend/application.scss */
.input-grey {
  background-color: #ececec !important;
  margin-top: 8px !important;
  height: 32px !important;
  font-size: 12px !important;
  border: none !important;
  padding-left: 5px !important;
  border: 1px solid #ccc !important;
}

/* line 2831, app/assets/stylesheets/frontend/application.scss */
.mission-management-tabs .tabs {
  padding-top: 10px;
  background: transparent;
  overflow-x: hidden;
  width: 100% !important;
}

/* line 2837, app/assets/stylesheets/frontend/application.scss */
.mission-management-tabs .tabs .tab a {
  font-size: 12px;
  color: #688faf;
  letter-spacing: 1.24px;
  line-height: 35px;
  text-align: center;
}

/* line 2844, app/assets/stylesheets/frontend/application.scss */
.mission-management-tabs .active {
  color: #f41403 !important;
}

/* line 2847, app/assets/stylesheets/frontend/application.scss */
.mission-management-tabs .indicator {
  background: url(https://app.acceptmission.com/assets/mm-tabs-indicator-e452ab93bec4ab27c358f62b9020e1251f2ff86f47b657f7a962b616e4bf7740.png);
  height: 4px;
  width: 196px;
  margin: auto;
}

/* line 2854, app/assets/stylesheets/frontend/application.scss */
.mission-added {
  margin: 20px 0;
}

/* line 2856, app/assets/stylesheets/frontend/application.scss */
.mission-added .bar-shape {
  background-color: #fff;
  border-radius: 4px;
  margin-bottom: 12px;
  z-index: 1;
  position: relative;
}

/* line 2863, app/assets/stylesheets/frontend/application.scss */
.mission-added .ma-text {
  text-transform: uppercase;
  font-size: 12px;
  color: #33334f;
}

/* line 2868, app/assets/stylesheets/frontend/application.scss */
.mission-added .red-text {
  text-transform: uppercase;
  font-size: 12px;
  line-height: 47px;
}

/* line 2873, app/assets/stylesheets/frontend/application.scss */
.mission-added .btn, .mission-added .btn-large {
  background: #f41403;
  border: 1px solid #f41403;
  border-radius: 4px;
  height: 27px;
  text-transform: uppercase;
  font-size: 9px;
  line-height: 27px;
  box-shadow: none;
}

/* line 2883, app/assets/stylesheets/frontend/application.scss */
.mission-added .new-round {
  height: 47px;
  float: right;
  line-height: 47px;
  z-index: 0;
  position: relative;
  width: 100%;
  font-size: 14px;
}

/* line 2892, app/assets/stylesheets/frontend/application.scss */
.mission-added .switch {
  line-height: 45px;
}

/* line 2895, app/assets/stylesheets/frontend/application.scss */
.mission-added .switch label input[type="checkbox"]:checked + .lever:after {
  background-color: #f41403;
}

/* line 2898, app/assets/stylesheets/frontend/application.scss */
.mission-added .switch label input[type="checkbox"]:checked + .lever {
  background-color: #fed3d0;
}

/* line 2902, app/assets/stylesheets/frontend/application.scss */
.mission-edit {
  display: block;
  background-color: #fff;
  border-radius: 4px;
  /*  margin-top: 20px;*/
  height: 47px;
  line-height: 47px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

/* line 2912, app/assets/stylesheets/frontend/application.scss */
.no-pad-left {
  padding-left: 0 !important;
}

/* line 2915, app/assets/stylesheets/frontend/application.scss */
.ma-grey {
  font-size: 14px;
  text-transform: uppercase;
}

/* line 2920, app/assets/stylesheets/frontend/application.scss */
.ma-blue-text {
  text-transform: uppercase;
  font-size: 14px;
  color: #33334f;
}

/* line 2925, app/assets/stylesheets/frontend/application.scss */
.left-color {
  background: #688faf;
  color: white;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

/* line 2931, app/assets/stylesheets/frontend/application.scss */
.dhm {
  line-height: 10px;
  color: white !important;
  padding-top: 0 !important;
  padding-bottom: 10px;
}

/* line 2938, app/assets/stylesheets/frontend/application.scss */
.ma-text2 {
  text-transform: uppercase;
  font-size: 11px;
  color: #fff;
  line-height: 27px;
}

/* line 2944, app/assets/stylesheets/frontend/application.scss */
.left-color-empty {
  background: #fff;
  color: white;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

/* line 2950, app/assets/stylesheets/frontend/application.scss */
.create-btn {
  background: white !important;
  border: 1px solid #33334f !important;
  border-radius: 4px;
  width: 125px;
  height: 27px;
  text-transform: uppercase;
  font-size: 12px !important;
  line-height: 27px;
  color: #33334f;
  box-shadow: none;
}

/* line 2961, app/assets/stylesheets/frontend/application.scss */
.create-btn:hover {
  background: #33334f !important;
  color: white;
}

/* line 2966, app/assets/stylesheets/frontend/application.scss */
.agent-table,
.team-table {
  margin-top: 20px;
  background: #fff;
}

/* line 2970, app/assets/stylesheets/frontend/application.scss */
.agent-table td,
.team-table td {
  font-size: 12px;
  color: #666;
}

/* line 2974, app/assets/stylesheets/frontend/application.scss */
.agent-table th,
.team-table th {
  font-size: 12px;
  text-transform: uppercase;
}

/* line 2978, app/assets/stylesheets/frontend/application.scss */
.agent-table th.team-size-text,
.team-table th.team-size-text {
  font-size: 9px;
  padding: 10px;
}

/* line 2983, app/assets/stylesheets/frontend/application.scss */
.invited-agents {
  padding-top: 32px;
}

/* line 2985, app/assets/stylesheets/frontend/application.scss */
.invited-agents .badge {
  position: inherit;
  background-color: white !important;
  color: #33334f !important;
  padding: 5px 10px;
  font-family: roboto !important;
  font-size: 12px;
  border-radius: 12px;
}

/* line 2995, app/assets/stylesheets/frontend/application.scss */
.agents-btn {
  margin-top: 30px;
}

/* line 2997, app/assets/stylesheets/frontend/application.scss */
.agents-btn .btn, .agents-btn .btn-large {
  background: #f41403;
  border: 1px solid #f41403;
  border-radius: 4px;
  height: 27px;
  text-transform: uppercase;
  font-size: 9px;
  line-height: 27px;
}

/* line 3007, app/assets/stylesheets/frontend/application.scss */
.main-title-agent {
  font-family: "RefrigeratorLight", sans-serif;
  color: white;
  font-size: 22px;
  padding-top: 30px;
  letter-spacing: 2.44px;
  text-transform: uppercase;
}

/* line 3016, app/assets/stylesheets/frontend/application.scss */
.white-btn-blue {
  background: #688faf !important;
  color: #fff;
  border: 1px solid #33334f !important;
}

/* line 3021, app/assets/stylesheets/frontend/application.scss */
.table-image {
  max-width: 30px;
  position: absolute;
  top: -14px;
  left: 26%;
}

/* line 3027, app/assets/stylesheets/frontend/application.scss */
#modal-add-agent,
#modal-add-user {
  height: 90%;
}

/* line 3031, app/assets/stylesheets/frontend/application.scss */
#modal-add-agent .modal-footer,
#modal-add-user .modal-footer {
  position: fixed !important;
}

/* line 3033, app/assets/stylesheets/frontend/application.scss */
#modal-add-agent .modal-footer .btn, #modal-add-agent .modal-footer .btn-large,
#modal-add-user .modal-footer .btn,
#modal-add-user .modal-footer .btn-large {
  margin-right: 15px;
}

/* line 3037, app/assets/stylesheets/frontend/application.scss */
#modal-add-agent h4,
#modal-add-user h4 {
  font-family: "RefrigeratorReg", sans-serif;
  font-size: 22px;
  color: #33334f;
  letter-spacing: 2.44px;
  text-align: center;
  text-transform: uppercase;
}

/* line 3045, app/assets/stylesheets/frontend/application.scss */
#modal-add-agent input,
#modal-add-user input {
  background: #ececec;
  border-radius: 3px;
  height: 30px;
  padding-left: 10px;
  width: 98%;
  font-size: 12px;
  color: #4a4a4a;
  letter-spacing: 0px;
}

/* line 3055, app/assets/stylesheets/frontend/application.scss */
#modal-add-agent .modal-content,
#modal-add-user .modal-content {
  padding: 24px 0;
}

/* line 3059, app/assets/stylesheets/frontend/application.scss */
.idea-card-title {
  width: 100%;
  background-color: #00000082;
}

/* line 3063, app/assets/stylesheets/frontend/application.scss */
.idea-card-row {
  margin-top: 45px;
}

/* line 3066, app/assets/stylesheets/frontend/application.scss */
.cross-btn {
  padding: 5px 20px;
}

/* line 3069, app/assets/stylesheets/frontend/application.scss */
.add-agent-form {
  display: none;
}

/* line 3072, app/assets/stylesheets/frontend/application.scss */
.agent-list-table {
  background: #ececec;
}

/* line 3074, app/assets/stylesheets/frontend/application.scss */
.agent-list-table td {
  font-size: 12px;
  color: #33334f;
  padding-left: 70px;
}

/* line 3080, app/assets/stylesheets/frontend/application.scss */
.import-btn {
  background: white !important;
  border: 1px solid #33334f !important;
  border-radius: 4px;
  height: 27px;
  text-transform: uppercase;
  font-size: 9px !important;
  line-height: 27px;
  color: #33334f;
  box-shadow: none;
}

/* line 3091, app/assets/stylesheets/frontend/application.scss */
.small-grey-form-title-mm {
  padding-top: 10px;
}

/* line 3096, app/assets/stylesheets/frontend/application.scss */
.mm-icons i {
  color: #f41403;
  line-height: 47px;
}

/* line 3101, app/assets/stylesheets/frontend/application.scss */
.ui-state-highlight {
  /*  background-color: rgba(0, 0, 0, 0.5) !important;*/
  background: #33334f;
  border-radius: 4px;
}

/* line 3106, app/assets/stylesheets/frontend/application.scss */
.ui-state-highlight-two {
  background: #8dc63f;
  border-radius: 4px;
}

/* line 3110, app/assets/stylesheets/frontend/application.scss */
.email-field-blue {
  background: #425a71;
}

/* line 3112, app/assets/stylesheets/frontend/application.scss */
.email-field-blue input {
  color: white;
}

/* line 3116, app/assets/stylesheets/frontend/application.scss */
.padding-left-right {
  padding-left: 25px !important;
  padding-right: 25px !important;
}

/* line 3120, app/assets/stylesheets/frontend/application.scss */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-transition: "color 9999s ease-out, background-color 9999s ease-out";
  -webkit-transition-delay: 9999s;
}

/* line 3127, app/assets/stylesheets/frontend/application.scss */
.signup-btn {
  margin-bottom: 10px;
}

/* line 3130, app/assets/stylesheets/frontend/application.scss */
.signup-white-btn {
  color: #f41403 !important;
  background: white !important;
  border: 1px solid #f41403 !important;
}

/* line 3136, app/assets/stylesheets/frontend/application.scss */
.tabs-buttons {
  display: flex;
  align-items: center;
}

/* line 3141, app/assets/stylesheets/frontend/application.scss */
.reset-pass-btn {
  width: 55% !important;
  margin-bottom: 20px;
}

/* line 3145, app/assets/stylesheets/frontend/application.scss */
.line-height-field {
  line-height: 30px;
}

/* line 3148, app/assets/stylesheets/frontend/application.scss */
.is-countdown {
  border: none !important;
  background: none !important;
  letter-spacing: 1.5px;
  line-height: 0;
}

/* line 3153, app/assets/stylesheets/frontend/application.scss */
.is-countdown b {
  color: #425A71;
  font-weight: 500;
  font-size: 25px;
}

/* line 3159, app/assets/stylesheets/frontend/application.scss */
.open-mission-btn {
  margin-top: 30px;
}

/* line 3162, app/assets/stylesheets/frontend/application.scss */
.filler {
  position: absolute;
  top: 80px;
  height: 100%;
  background-color: white;
  bottom: 0;
}

/* line 3169, app/assets/stylesheets/frontend/application.scss */
.edit-profile-btn {
  background: #f41403 !important;
  border: 1px solid #f41403 !important;
  border-radius: 4px !important;
  height: 27px !important;
  text-transform: uppercase !important;
  font-size: 9px !important;
  line-height: 27px !important;
  color: white !important;
}

/* line 3179, app/assets/stylesheets/frontend/application.scss */
.profile-edit-box {
  /*  margin-left: 8%;*/
  color: white;
}

/* line 3182, app/assets/stylesheets/frontend/application.scss */
.profile-edit-box .btn, .profile-edit-box .btn-large {
  background: #f41403;
  border: 1px solid #f41403;
  border-radius: 4px;
  width: 150px;
  height: 27px;
  text-transform: uppercase;
  font-size: 9px;
  line-height: 27px;
}

/* line 3191, app/assets/stylesheets/frontend/application.scss */
.profile-edit-box .btn .img-hidden, .profile-edit-box .btn-large .img-hidden {
  display: none;
}

/* line 3195, app/assets/stylesheets/frontend/application.scss */
.profile-edit-box a {
  color: white;
  font-weight: 300;
}

/* line 3200, app/assets/stylesheets/frontend/application.scss */
.profile-edit-box .file-field .btn, .profile-edit-box .file-field .btn-large {
  float: none;
}

/* line 3205, app/assets/stylesheets/frontend/application.scss */
.check-color {
  color: green;
}

/* line 3208, app/assets/stylesheets/frontend/application.scss */
.user-invite-add {
  cursor: pointer;
}

/* line 3214, app/assets/stylesheets/frontend/application.scss */
#am .btn,
.btn-large,
.btn-flat {
  padding: 0 0.9rem !important;
}

/* line 3220, app/assets/stylesheets/frontend/application.scss */
#save-users input {
  color: white;
  width: 15%;
  padding-left: 29px !important;
  background: #f41403 !important;
  border: 1px solid #f41403 !important;
  border-radius: 4px !important;
  height: 27px !important;
  text-transform: uppercase !important;
  font-size: 9px !important;
  line-height: 27px !important;
}

/* line 3233, app/assets/stylesheets/frontend/application.scss */
.file-name-actual {
  background: none !important;
}

/* line 3236, app/assets/stylesheets/frontend/application.scss */
.briefing-upload-btn {
  padding-left: 0 !important;
  padding-top: 22px;
}

/* line 3240, app/assets/stylesheets/frontend/application.scss */
.xp-small {
  color: white;
}

/* line 3243, app/assets/stylesheets/frontend/application.scss */
.drag-box-invite {
  background: #33334f;
  color: white;
  border-radius: 4px;
  text-transform: uppercase;
  text-align: center;
  cursor: pointer;
}

/* line 3251, app/assets/stylesheets/frontend/application.scss */
.drag-box-brief {
  background: #ffba1f;
  color: white;
  border-radius: 4px;
  text-transform: uppercase;
  text-align: center;
  cursor: pointer;
}

/* line 3259, app/assets/stylesheets/frontend/application.scss */
.drag-box-brain {
  background: #f75c1d;
  color: white;
  border-radius: 4px;
  text-transform: uppercase;
  text-align: center;
  cursor: pointer;
}

/* line 3267, app/assets/stylesheets/frontend/application.scss */
.drag-box-end {
  background: #f41403;
  color: white;
  border-radius: 4px;
  text-transform: uppercase;
  text-align: center;
  cursor: pointer;
}

/* line 3275, app/assets/stylesheets/frontend/application.scss */
.notice {
  display: none;
}

/* line 3279, app/assets/stylesheets/frontend/application.scss */
.commander-select .select-wrapper input.select-dropdown {
  color: white;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 1.12px;
}

/* line 3285, app/assets/stylesheets/frontend/application.scss */
.commander-select .select-wrapper span.caret {
  color: white;
}

/* line 3290, app/assets/stylesheets/frontend/application.scss */
.apply .btn, .apply .btn-large {
  background: #f41403;
  border: 1px solid #f41403;
  border-radius: 4px;
  margin-top: 8px;
  height: 33px !important;
  line-height: 33px !important;
  height: 27px;
  text-transform: uppercase;
  font-size: 9px;
  line-height: 27px;
  width: 100%;
}

/* line 3305, app/assets/stylesheets/frontend/application.scss */
.timeline-second-part {
  /*  margin-top: 0;
     background: #33334F;
     padding: 80px 0;*/
  background: #33334f;
  padding: 0px 0;
  float: left;
  width: 100%;
  position: relative;
  z-index: 100;
  margin-top: 0px;
}

/* line 3317, app/assets/stylesheets/frontend/application.scss */
.counter-txt-timeline {
  font-size: 9px;
  color: #f41403;
  letter-spacing: 1.12px;
  text-align: left;
  padding-top: 140px;
}

/* line 3324, app/assets/stylesheets/frontend/application.scss */
.counter-number-timeline {
  font-family: "RefrigeratorReg", sans-serif;
  font-size: 26px;
  color: #ffffff;
  letter-spacing: 6.25px;
  text-shadow: 0px 0px 7px #4a476e;
}

/* line 3331, app/assets/stylesheets/frontend/application.scss */
.counter-number-timeline-ideabox {
  font-size: 25px;
  color: #425A71;
}

/* line 3336, app/assets/stylesheets/frontend/application.scss */
.timeline-title-red {
  background: url(https://app.acceptmission.com/assets/red-border-title-919521ebfedebf72c7eae0ec9465316cbacf16d822da77f826c2c8aa19e86182.png);
  background-repeat: no-repeat;
  background-position: 0 3px;
  padding-left: 20px;
  margin-left: 20px;
}

/* line 3344, app/assets/stylesheets/frontend/application.scss */
.timeline-numbers-red {
  position: absolute;
  right: -24px;
  top: 50%;
  margin-top: -28px;
}

/* line 3349, app/assets/stylesheets/frontend/application.scss */
.timeline-numbers-red .hexagon {
  position: relative;
  width: 50px;
  height: 28.87px;
  background-color: #f41403;
  margin: 14.43px 0;
}

/* line 3355, app/assets/stylesheets/frontend/application.scss */
.timeline-numbers-red .hexagon span {
  position: absolute;
  right: 9px;
  top: 5px;
  color: white;
}

/* line 3363, app/assets/stylesheets/frontend/application.scss */
.timeline-numbers-red .hexagon:before,
.timeline-numbers-red .hexagon:after {
  content: "";
  position: absolute;
  width: 0;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
}

/* line 3372, app/assets/stylesheets/frontend/application.scss */
.timeline-numbers-red .hexagon:before {
  bottom: 100%;
  border-bottom: 14.43px solid #f41403;
}

/* line 3377, app/assets/stylesheets/frontend/application.scss */
.timeline-numbers-red .hexagon:after {
  top: 100%;
  width: 0;
  border-top: 14.43px solid #f41403;
}

/* line 3383, app/assets/stylesheets/frontend/application.scss */
.invite-box-red {
  margin-top: 20px;
  z-index: 2;
  position: relative;
}

/* line 3388, app/assets/stylesheets/frontend/application.scss */
.invite-box-red .btn, .invite-box-red .btn-large {
  background: white;
  border: 1px solid #425a71;
  border-radius: 4px;
  width: 150px;
  height: 27px;
  text-transform: uppercase;
  font-size: 9px;
  line-height: 27px;
  color: #425a71;
  box-shadow: none;
  margin: 0 0 20px 20px;
}

/* line 3401, app/assets/stylesheets/frontend/application.scss */
.invite-box-red .xp {
  font-size: 9px;
  color: #8dc63f;
  letter-spacing: 1.12px;
  text-align: right;
  padding: 20px 20px 0 0;
}

/* line 3409, app/assets/stylesheets/frontend/application.scss */
.red-button-area {
  background: #f41403;
  text-align: center;
  height: 55px;
  width: 95%;
  margin: auto;
  margin-top: -9px;
}

/* line 3417, app/assets/stylesheets/frontend/application.scss */
.red-button-area .btn, .red-button-area .btn-large {
  background: transparent;
  border: 1px solid #fff;
  border-radius: 4px;
  width: 150px;
  height: 27px;
  text-transform: uppercase;
  font-size: 9px;
  line-height: 27px;
  box-shadow: none;
  margin-top: 19px;
}

/* line 3428, app/assets/stylesheets/frontend/application.scss */
.red-button-area .btn:hover, .red-button-area .btn-large:hover {
  color: #f41403;
  background: white;
}

/* line 3434, app/assets/stylesheets/frontend/application.scss */
.orange-button-area {
  background: #f75c1d;
  text-align: center;
  height: 55px;
  width: 95%;
  margin: auto;
  margin-top: -9px;
}

/* line 3442, app/assets/stylesheets/frontend/application.scss */
.orange-button-area .btn, .orange-button-area .btn-large {
  background: transparent;
  border: 1px solid #fff;
  border-radius: 4px;
  width: 150px;
  height: 27px;
  text-transform: uppercase;
  font-size: 9px;
  line-height: 27px;
  box-shadow: none;
  margin-top: 19px;
}

/* line 3453, app/assets/stylesheets/frontend/application.scss */
.orange-button-area .btn:hover, .orange-button-area .btn-large:hover {
  color: #f75c1d;
  background: white;
}

/* line 3460, app/assets/stylesheets/frontend/application.scss */
.green-button-area {
  background: #8dc63f;
  text-align: center;
  height: 55px;
  width: 95%;
  margin: auto;
  margin-top: -9px;
}

/* line 3468, app/assets/stylesheets/frontend/application.scss */
.green-button-area .btn, .green-button-area .btn-large {
  background: transparent;
  border: 1px solid #fff;
  border-radius: 4px;
  width: 150px;
  height: 27px;
  text-transform: uppercase;
  font-size: 9px;
  line-height: 27px;
  box-shadow: none;
  margin-top: 19px;
}

/* line 3479, app/assets/stylesheets/frontend/application.scss */
.green-button-area .btn:hover, .green-button-area .btn-large:hover {
  color: #8dc63f;
  background: white;
}

/* line 3485, app/assets/stylesheets/frontend/application.scss */
.invite-box-blue {
  /*  @extend .special-bg-blue;*/
  border-radius: 10px;
  margin-top: 20px;
  background: #30304a;
  z-index: 2;
  border: 1px solid #688faf;
  color: #688faf;
  position: relative;
}

/* line 3494, app/assets/stylesheets/frontend/application.scss */
.invite-box-blue .btn, .invite-box-blue .btn-large {
  background: #30304a;
  border: 1px solid #688faf;
  border-radius: 4px;
  width: 150px;
  height: 27px;
  text-transform: uppercase;
  font-size: 9px;
  line-height: 27px;
  color: #688faf;
  box-shadow: none;
  margin: 0 0 20px 20px;
}

/* line 3506, app/assets/stylesheets/frontend/application.scss */
.invite-box-blue .btn:hover, .invite-box-blue .btn-large:hover {
  background: #688faf;
  color: #30304a;
}

/* line 3512, app/assets/stylesheets/frontend/application.scss */
.timeline-numbers-blue {
  position: absolute;
  right: -24px;
  top: 50%;
  margin-top: -28px;
}

/* line 3517, app/assets/stylesheets/frontend/application.scss */
.timeline-numbers-blue .hexagon {
  position: relative;
  width: 50px;
  height: 28.87px;
  background-color: #688faf;
  margin: 14.43px 0;
}

/* line 3523, app/assets/stylesheets/frontend/application.scss */
.timeline-numbers-blue .hexagon span {
  position: absolute;
  right: 9px;
  top: 5px;
  color: #30304a;
}

/* line 3531, app/assets/stylesheets/frontend/application.scss */
.timeline-numbers-blue .hexagon:before,
.timeline-numbers-blue .hexagon:after {
  content: "";
  position: absolute;
  width: 0;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
}

/* line 3540, app/assets/stylesheets/frontend/application.scss */
.timeline-numbers-blue .hexagon:before {
  bottom: 100%;
  border-bottom: 14.43px solid #688faf;
}

/* line 3545, app/assets/stylesheets/frontend/application.scss */
.timeline-numbers-blue .hexagon:after {
  top: 100%;
  width: 0;
  border-top: 14.43px solid #688faf;
}

/* line 3551, app/assets/stylesheets/frontend/application.scss */
.timeline-title-blue {
  background: url(https://app.acceptmission.com/assets/blue-border-title-6a7154f21f00a295911aa7b6cc06f6e89f0235c4e7c989bf258e485d0c99fbfa.png);
  background-repeat: no-repeat;
  background-position: 0 3px;
  padding-left: 20px;
  margin-left: 20px;
  color: #688faf;
}

/* line 3560, app/assets/stylesheets/frontend/application.scss */
.timeline-small-sub-blue {
  padding: 20px 0 15px 20px;
}

/* line 3564, app/assets/stylesheets/frontend/application.scss */
.timeline-txt-blue {
  padding: 0 20px 20px 40px;
}

/* line 3568, app/assets/stylesheets/frontend/application.scss */
.normal-txt-blue, .timeline-txt-blue {
  font-size: 13px;
  color: #688faf;
  letter-spacing: 0px;
  line-height: 16px;
  font-weight: 300;
}

/* line 3575, app/assets/stylesheets/frontend/application.scss */
.invite-box-bluish {
  /*  @extend .special-bg-blue;*/
  border-radius: 10px;
  margin-top: 20px;
  background: #3d4c65;
  z-index: 2;
  border: 1px solid #688faf;
  color: #688faf;
  position: relative;
}

/* line 3584, app/assets/stylesheets/frontend/application.scss */
.invite-box-bluish .btn, .invite-box-bluish .btn-large {
  background: #30304a;
  border: 1px solid #688faf;
  border-radius: 4px;
  width: 150px;
  height: 27px;
  text-transform: uppercase;
  font-size: 9px;
  line-height: 27px;
  color: #688faf;
  box-shadow: none;
  margin: 0 0 20px 20px;
}

/* line 3596, app/assets/stylesheets/frontend/application.scss */
.invite-box-bluish .btn:hover, .invite-box-bluish .btn-large:hover {
  background: #688faf;
  color: #30304a;
}

/* line 3602, app/assets/stylesheets/frontend/application.scss */
.timeline-title-blue-small {
  background: url(https://app.acceptmission.com/assets/blue-border-title-small-35ac0562ff875de600780266526876a4cacbecf1dfe6539649b4114493f99026.png);
  background-repeat: no-repeat;
  background-position: 0 3px;
  padding-left: 20px;
  margin-left: 20px;
  color: #688faf;
}

/* line 3611, app/assets/stylesheets/frontend/application.scss */
.timeline-break {
  margin: 30px 0;
  text-transform: uppercase;
  font-size: 18px;
  color: #688faf;
}

/* line 3617, app/assets/stylesheets/frontend/application.scss */
.time-icon,
.idea-icon {
  vertical-align: middle;
}

/* line 3621, app/assets/stylesheets/frontend/application.scss */
.circle-timeline {
  background: transparent;
  border: 1px solid #688faf;
  width: 120px;
  height: 120px;
  border-radius: 100%;
  margin: auto;
  line-height: 120px;
  color: #688faf;
  font-size: 9px;
  text-transform: uppercase;
  margin-top: 100px;
}

/* line 3634, app/assets/stylesheets/frontend/application.scss */
.circle-timeline-big {
  background: transparent;
  border: 1px solid #688faf;
  width: 320px;
  height: 320px;
  border-radius: 100%;
  margin: auto;
  line-height: 320px;
  color: #688faf;
  font-size: 9px;
  text-transform: uppercase;
  /*margin-top: -102px;*/
  margin-left: 8%;
}

/* line 3648, app/assets/stylesheets/frontend/application.scss */
.mc-line {
  border-bottom: 1px solid #688faf;
  line-height: 60px;
}

/* line 3652, app/assets/stylesheets/frontend/application.scss */
.space-fill {
  padding: 20px 0;
}

/* line 3655, app/assets/stylesheets/frontend/application.scss */
.all-white {
  background: white;
  position: absolute;
  height: 100vh;
}

/* line 3660, app/assets/stylesheets/frontend/application.scss */
.all-white-remain {
  margin-left: 20% !important;
}

/*.timeline-divider2:last-child {
   padding: 1px 0px 61px 1px;
 }*/
/* line 3666, app/assets/stylesheets/frontend/application.scss */
.timeline-divider2 {
  position: relative;
  padding: 1px 0px 1px 1px;
  margin-top: -22px;
  margin-right: -11px;
}

/* line 3672, app/assets/stylesheets/frontend/application.scss */
.timeline-divider2:before,
.timeline-divider2:after {
  content: "";
  position: absolute;
  display: block;
  right: -1px;
  width: 1px;
  height: 50%;
}

/* line 3682, app/assets/stylesheets/frontend/application.scss */
.timeline-divider2:before {
  top: 0;
  background: #688faf;
  /*  background: linear-gradient(to top, #688FAF 0%, transparent 100%);*/
}

/* line 3688, app/assets/stylesheets/frontend/application.scss */
.timeline-divider2:after {
  bottom: 0;
  background: #688faf;
}

/* line 3692, app/assets/stylesheets/frontend/application.scss */
#open-briefing {
  width: 70%;
}

/* line 3695, app/assets/stylesheets/frontend/application.scss */
#open-briefing .modal-content {
  padding: 0;
}

/* line 3698, app/assets/stylesheets/frontend/application.scss */
#open-briefing h4 {
  font-family: Roboto-Light;
  font-size: 20px;
  color: #33334f;
  letter-spacing: 0px;
}

/* line 3704, app/assets/stylesheets/frontend/application.scss */
#open-briefing .btn, #open-briefing .btn-large {
  background: #f41403;
  border: 1px solid #f41403;
  border-radius: 4px;
  width: 150px;
  height: 27px;
  text-transform: uppercase;
  font-size: 9px;
  line-height: 27px;
}

/* line 3715, app/assets/stylesheets/frontend/application.scss */
.briefing-heading-small {
  padding: 15px 20px;
}

/* line 3718, app/assets/stylesheets/frontend/application.scss */
.mission-toolbox-bg {
  background: #597189;
  border-radius: 4px;
  padding-bottom: 8px;
}

/* line 3723, app/assets/stylesheets/frontend/application.scss */
.mt-txt {
  color: white;
  padding: 20px 0;
  text-transform: uppercase;
  font-size: 20px;
}

/* line 3729, app/assets/stylesheets/frontend/application.scss */
.mission-edit2 {
  display: block;
  border-radius: 4px;
  line-height: 47px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

/* line 3736, app/assets/stylesheets/frontend/application.scss */
.mt-box {
  color: white;
  border-radius: 4px;
  text-transform: uppercase;
  text-align: center;
}

/* line 3742, app/assets/stylesheets/frontend/application.scss */
.mission-edit-drag {
  display: block;
  background-color: #fff;
  border-radius: 4px;
  height: 40px;
  line-height: 40px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  margin: 0 15px 15px;
}

/* line 3752, app/assets/stylesheets/frontend/application.scss */
.mission-edit-drag-small {
  display: block;
  background-color: #fff;
  border-radius: 4px;
  height: 47px;
  line-height: 47px;
  border-radius: 10px;
  margin-bottom: 20px;
}

/* line 3761, app/assets/stylesheets/frontend/application.scss */
.drag-box-invite-small {
  background: #8dc63f;
  color: white;
  border-radius: 4px;
  text-align: center;
  cursor: pointer;
}

/* line 3768, app/assets/stylesheets/frontend/application.scss */
.mission-edit-drag-small-left {
  display: block;
  background-color: #fff;
  border-radius: 4px;
  height: 40px;
  line-height: 40px;
  border-radius: 10px;
  margin: 0 5px 10px 15px;
}

/* line 3777, app/assets/stylesheets/frontend/application.scss */
.mission-edit-drag-small-right {
  display: block;
  background-color: #fff;
  border-radius: 4px;
  height: 40px;
  line-height: 40px;
  border-radius: 10px;
  margin: 0 15px 10px 5px;
}

/* line 3786, app/assets/stylesheets/frontend/application.scss */
.drag-box-invite-me {
  background: #33334f;
  color: white;
  border-radius: 4px;
  text-transform: uppercase;
  text-align: center;
  cursor: pointer;
  margin-top: 5px;
}

/* line 3795, app/assets/stylesheets/frontend/application.scss */
#open-board,
.open-board {
  width: 97%;
  height: 95vh;
  display: block;
}

/* line 3801, app/assets/stylesheets/frontend/application.scss */
#open-board .modal-content,
.open-board .modal-content {
  padding: 0;
}

/* line 3805, app/assets/stylesheets/frontend/application.scss */
.brainstorm-bg {
  background: #f9f8f8;
  margin-top: 18%;
}

/* line 3809, app/assets/stylesheets/frontend/application.scss */
.white-bg {
  background: white;
  border-right: 1px solid #f0f0f0;
}

/* line 3813, app/assets/stylesheets/frontend/application.scss */
.bs-date {
  font-family: "RefrigeratorReg", sans-serif;
  font-size: 24px;
  color: #688faf;
  letter-spacing: 4.12px;
}

/* line 3819, app/assets/stylesheets/frontend/application.scss */
.full-column-padding {
  padding: 20px;
}

/* line 3822, app/assets/stylesheets/frontend/application.scss */
.ideas-txt {
  padding-top: 8px;
}

/* line 3826, app/assets/stylesheets/frontend/application.scss */
.image-full-view {
  position: absolute;
  right: 10px;
  top: 10px;
  background-color: white;
  padding: 2px 6px;
  cursor: pointer;
  z-index: 1;
  border-radius: 8px;
  cursor: pointer;
  z-index: 1;
  border-radius: 12px;
}

/* line 3838, app/assets/stylesheets/frontend/application.scss */
.image-full-view a {
  display: flex;
  align-items: center;
  color: #939393;
}

/* line 3842, app/assets/stylesheets/frontend/application.scss */
.image-full-view a i {
  font-size: 20px;
}

/* line 3848, app/assets/stylesheets/frontend/application.scss */
.add-idea-page {
  max-width: 950px;
  margin: 20px auto 20px auto;
  width: 100%;
  padding: 0px 15px 0px 15px;
}

/* line 3854, app/assets/stylesheets/frontend/application.scss */
.add-idea-page .fix-tabs-block {
  position: fixed;
  max-width: 920px;
  z-index: 1;
  width: 100%;
  background-color: white;
  top: 62px;
  padding-top: 25px;
}

/* line 3870, app/assets/stylesheets/frontend/application.scss */
.add-idea-page .add-idea-tabs-content {
  margin-top: 6em;
  width: 100%;
  float: left;
}

/* line 3875, app/assets/stylesheets/frontend/application.scss */
.add-idea-page .add-idea-tabs-content .add-comment-block textarea {
  height: auto;
  border-color: #aeaeae;
  padding: 5px 5px;
  min-height: 5em;
}

/* line 3881, app/assets/stylesheets/frontend/application.scss */
.add-idea-page .add-idea-tabs-content .add-comment-block .enable-add-button {
  box-shadow: none;
  border: 1px solid #33334f;
  background-color: transparent;
  color: #33334f;
  padding: 0px 12px;
  margin-top: 0px;
  width: 100%;
}

/* line 3889, app/assets/stylesheets/frontend/application.scss */
.add-idea-page .add-idea-tabs-content .add-comment-block .enable-add-button:hover {
  background-color: transparent;
  box-shadow: none;
}

/* line 3897, app/assets/stylesheets/frontend/application.scss */
.add-idea-page .save-btn {
  margin: 0px 0px 0px 5px;
}

/* line 3899, app/assets/stylesheets/frontend/application.scss */
.add-idea-page .save-btn #create-idea-admin {
  height: auto;
  line-height: 2;
  border-radius: 0px;
  box-shadow: none;
  font-size: 14px;
  padding: 0px 18px;
}

/* line 3908, app/assets/stylesheets/frontend/application.scss */
.add-idea-page .bottom-comment-tab-btn {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 1em;
  width: 100%;
  float: left;
  margin-top: 12px;
}

/* line 3915, app/assets/stylesheets/frontend/application.scss */
.add-idea-page .bottom-comment-tab-btn .more-comment {
  box-shadow: none;
  margin-left: 5px;
  background-color: #fff;
  color: #33334f;
  border: 1px solid #33334f;
  border-radius: 0px;
  height: auto;
  padding: 6px 15px 6px 15px;
  line-height: inherit;
  font-size: 14px;
}

/* line 3926, app/assets/stylesheets/frontend/application.scss */
.add-idea-page .bottom-comment-tab-btn .more-comment:hover {
  background-color: #33334f;
  color: white;
}

/* line 3933, app/assets/stylesheets/frontend/application.scss */
.add-idea-page .add-idea-tabs {
  justify-content: space-between;
}

/* line 3936, app/assets/stylesheets/frontend/application.scss */
.add-idea-page .add-idea-tabs #activelinetab {
  position: relative;
  display: flex;
  align-items: center;
  padding-right: 15px;
}

/* line 3941, app/assets/stylesheets/frontend/application.scss */
.add-idea-page .add-idea-tabs #activelinetab .activetab {
  color: #000000;
  border-bottom: 3px solid #8DC63F;
  position: relative;
  z-index: 1;
}

/* line 3950, app/assets/stylesheets/frontend/application.scss */
.add-idea-page .add-idea-tabs .tabs-right-buttons {
  display: flex;
  align-items: center;
}

/* line 3954, app/assets/stylesheets/frontend/application.scss */
.add-idea-page .add-idea-tabs .tabs-right-buttons .button a {
  box-shadow: none;
  margin-left: 5px;
  background-color: #fff;
  color: #33334f;
  border: 1px solid #33334f;
  border-radius: 0px;
  height: auto;
  padding: 4px 12px 4px 12px;
  line-height: inherit;
  font-size: 13px;
}

/* line 3965, app/assets/stylesheets/frontend/application.scss */
.add-idea-page .add-idea-tabs .tabs-right-buttons .button a:hover {
  background-color: #33334f;
  color: white;
}

/* line 3976, app/assets/stylesheets/frontend/application.scss */
.add-idea-page .add-idea-details .field {
  width: 100%;
  margin-bottom: 1.5em;
}

/* line 3979, app/assets/stylesheets/frontend/application.scss */
.add-idea-page .add-idea-details .field .input-field {
  margin-top: 4px;
}

/* line 3985, app/assets/stylesheets/frontend/application.scss */
.add-idea-page .add-idea-details .title-field .idea_title {
  height: auto;
  border-color: #cccccc;
  padding: 5px 8px 5px 8px;
  resize: none;
  margin-top: 0;
}

/* line 3994, app/assets/stylesheets/frontend/application.scss */
.add-idea-page .add-idea-details .disabled-text {
  border: 1px solid #dbe3f0;
  padding: 2px 16px 2px 16px;
  min-height: 8em;
}

/* line 4000, app/assets/stylesheets/frontend/application.scss */
.add-idea-page .add-idea-details .tag-field-display-flex {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

/* line 4005, app/assets/stylesheets/frontend/application.scss */
.add-idea-page .add-idea-details .tag-field-display-flex .field-tag-long {
  width: 100%;
}

/* line 4007, app/assets/stylesheets/frontend/application.scss */
.add-idea-page .add-idea-details .tag-field-display-flex .field-tag-long .tags-flex {
  display: flex;
  align-items: flex-start;
}

/* line 4011, app/assets/stylesheets/frontend/application.scss */
.add-idea-page .add-idea-details .tag-field-display-flex .field-tag-long .tags-box {
  width: 75%;
  margin-top: 5px;
}

/* line 4016, app/assets/stylesheets/frontend/application.scss */
.add-idea-page .add-idea-details .tag-field-display-flex .field-tag {
  width: 100%;
  margin-right: 5px;
  display: flex;
  align-items: center;
}

/* line 4021, app/assets/stylesheets/frontend/application.scss */
.add-idea-page .add-idea-details .tag-field-display-flex .field-tag .tags-submit-btn {
  margin-top: -16px;
  margin-left: 5px;
}

/* line 4024, app/assets/stylesheets/frontend/application.scss */
.add-idea-page .add-idea-details .tag-field-display-flex .field-tag .tags-submit-btn .submit-tag {
  min-width: 0;
  padding: 0px 12px;
  background-color: #33334f;
  margin-top: 1px;
  height: 55px;
  line-height: 2.8;
  box-shadow: none;
}

/* line 4034, app/assets/stylesheets/frontend/application.scss */
.add-idea-page .add-idea-details .tag-field-display-flex .field-tag .add-tag-dropdown {
  margin-top: 5px;
}

/* line 4037, app/assets/stylesheets/frontend/application.scss */
.add-idea-page .add-idea-details .tag-field-display-flex .field-tag .add-tag-dropdown .easy-autocomplete .add-tag-input {
  height: 55px !important;
  background-color: white !important;
  color: black !important;
  border: 1px solid #DBE3EF !important;
  display: block !important;
}

/* line 4049, app/assets/stylesheets/frontend/application.scss */
.add-idea-page .add-idea-details .owner-name .name {
  display: flex;
  align-items: center;
  margin-top: 5px;
}

/* line 4053, app/assets/stylesheets/frontend/application.scss */
.add-idea-page .add-idea-details .owner-name .name a {
  display: flex;
  align-items: center;
  margin-right: 15px;
}

/* line 4058, app/assets/stylesheets/frontend/application.scss */
.add-idea-page .add-idea-details .owner-name .name img {
  width: 35px;
  height: 35px;
  max-width: 35px;
  margin-right: 8px;
}

/* line 4064, app/assets/stylesheets/frontend/application.scss */
.add-idea-page .add-idea-details .owner-name .name i {
  color: #5e6779;
}

/* line 4069, app/assets/stylesheets/frontend/application.scss */
.add-idea-page .add-idea-details .category {
  display: block;
}

/* line 4071, app/assets/stylesheets/frontend/application.scss */
.add-idea-page .add-idea-details .category .cat-b {
  width: 100%;
  margin-top: 10px;
}

/* line 4074, app/assets/stylesheets/frontend/application.scss */
.add-idea-page .add-idea-details .category .cat-b .flex-cat {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

/* line 4078, app/assets/stylesheets/frontend/application.scss */
.add-idea-page .add-idea-details .category .cat-b .flex-cat .cat {
  margin: 3px 8px 3px 0px;
}

/* line 4080, app/assets/stylesheets/frontend/application.scss */
.add-idea-page .add-idea-details .category .cat-b .flex-cat .cat span {
  border: 1px solid #b5b5b5;
  padding: 5px 8px;
  border-radius: 8px;
}

/* line 4090, app/assets/stylesheets/frontend/application.scss */
.add-idea-page .add-idea-details .team-member .teams {
  width: 100%;
}

/* line 4092, app/assets/stylesheets/frontend/application.scss */
.add-idea-page .add-idea-details .team-member .teams .name {
  width: 100%;
  margin: 8px 0px 8px 0px;
}

/* line 4095, app/assets/stylesheets/frontend/application.scss */
.add-idea-page .add-idea-details .team-member .teams .name a {
  display: flex;
  align-items: center;
}

/* line 4099, app/assets/stylesheets/frontend/application.scss */
.add-idea-page .add-idea-details .team-member .teams .name img {
  width: 35px;
  height: 35px;
  max-width: 35px;
  margin-right: 8px;
}

/* line 4110, app/assets/stylesheets/frontend/application.scss */
.add-idea-page .like-share-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #f7f7f7;
  width: 100%;
  margin-bottom: 22px;
  border-radius: 12px;
  padding: 4px 4px;
}

/* line 4120, app/assets/stylesheets/frontend/application.scss */
.add-idea-page .like-share-block .field {
  margin: 0;
  width: 100%;
  padding: 5px 12px 5px 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 45px;
  transition: 0.7s;
  -webkit-transition: 0.7s;
  border-radius: 8px;
  min-width: 70px;
}

/* line 4132, app/assets/stylesheets/frontend/application.scss */
.add-idea-page .like-share-block .field:hover {
  background-color: #e1e1e1;
}

/* line 4138, app/assets/stylesheets/frontend/application.scss */
.add-idea-page .like-share-block .profile-detail-block .img-block {
  display: flex;
  align-items: center;
}

/* line 4141, app/assets/stylesheets/frontend/application.scss */
.add-idea-page .like-share-block .profile-detail-block .img-block .name {
  margin-right: 10px;
  display: flex;
  align-items: center;
}

/* line 4145, app/assets/stylesheets/frontend/application.scss */
.add-idea-page .like-share-block .profile-detail-block .img-block .name .avatar-b-color {
  max-width: 30px !important;
}

/* line 4149, app/assets/stylesheets/frontend/application.scss */
.add-idea-page .like-share-block .profile-detail-block .img-block .user-detail {
  white-space: nowrap;
}

/* line 4151, app/assets/stylesheets/frontend/application.scss */
.add-idea-page .like-share-block .profile-detail-block .img-block .user-detail .card-time {
  padding-bottom: 0px;
}

/* line 4163, app/assets/stylesheets/frontend/application.scss */
.add-idea-page .like-share-block .like-idea-all .like-idea-new {
  color: #5e6779;
  cursor: pointer;
}

/* line 4166, app/assets/stylesheets/frontend/application.scss */
.add-idea-page .like-share-block .like-idea-all .like-idea-new .material-icons {
  font-size: 22px;
  padding: 0;
}

/* line 4170, app/assets/stylesheets/frontend/application.scss */
.add-idea-page .like-share-block .like-idea-all .like-idea-new .idea-likes-count {
  font-size: 16px;
  color: #5e6779;
}

/* line 4177, app/assets/stylesheets/frontend/application.scss */
.add-idea-page .like-share-block .comment {
  cursor: pointer;
}

/* line 4179, app/assets/stylesheets/frontend/application.scss */
.add-idea-page .like-share-block .comment .comments-div {
  color: #5e6779;
}

/* line 4181, app/assets/stylesheets/frontend/application.scss */
.add-idea-page .like-share-block .comment .comments-div .material-icons {
  font-size: 22px;
  padding: 0;
}

/* line 4185, app/assets/stylesheets/frontend/application.scss */
.add-idea-page .like-share-block .comment .comments-div .idea-comments-count {
  font-size: 16px;
  color: #5e6779;
}

/* line 4192, app/assets/stylesheets/frontend/application.scss */
.add-idea-page .like-share-block .bookmark {
  color: #5e6779;
  cursor: pointer;
}

/* line 4196, app/assets/stylesheets/frontend/application.scss */
.add-idea-page .like-share-block .bookmark .material-icons {
  font-size: 25px;
  padding: 0;
}

/* line 4201, app/assets/stylesheets/frontend/application.scss */
.add-idea-page .like-share-block .share {
  cursor: pointer;
}

/* line 4203, app/assets/stylesheets/frontend/application.scss */
.add-idea-page .like-share-block .share .material-icons {
  font-size: 23px;
  padding: 0;
  color: #5e6779;
  transform: rotate(0deg);
}

/* line 4213, app/assets/stylesheets/frontend/application.scss */
.add-idea-page .like-share-block .view-block {
  color: #5e6779;
}

/* line 4215, app/assets/stylesheets/frontend/application.scss */
.add-idea-page .like-share-block .view-block .material-icons {
  font-size: 22px;
  padding: 0;
}

/* line 4219, app/assets/stylesheets/frontend/application.scss */
.add-idea-page .like-share-block .view-block .idea-views-count {
  font-size: 16px;
  padding-left: 7px;
  color: #5e6779;
}

/* line 4225, app/assets/stylesheets/frontend/application.scss */
.add-idea-page .like-share-block .status {
  border: 1px solid;
  border-radius: 15px;
  padding: 2px 8px;
  display: flex;
  align-items: center;
  font-size: 13px;
}

/* line 4232, app/assets/stylesheets/frontend/application.scss */
.add-idea-page .like-share-block .status .circle {
  height: 6px;
  width: 6px;
  border-radius: 100%;
  margin-right: 4px;
}

/* line 4241, app/assets/stylesheets/frontend/application.scss */
.add-idea-page .detail-comment-block {
  width: 100%;
  margin-top: 25px;
}

/* line 4244, app/assets/stylesheets/frontend/application.scss */
.add-idea-page .detail-comment-block .idea-title-label {
  margin-bottom: 25px;
  width: 100%;
  float: left;
}

/* line 4250, app/assets/stylesheets/frontend/application.scss */
.add-idea-page .detail-comment-block .comments-list .comment-block {
  display: flex;
}

/* line 4256, app/assets/stylesheets/frontend/application.scss */
.add-idea-page .add-file-fields {
  width: 100%;
}

/* line 4258, app/assets/stylesheets/frontend/application.scss */
.add-idea-page .add-file-fields .flex-box {
  width: 100%;
  display: flex;
}

/* line 4261, app/assets/stylesheets/frontend/application.scss */
.add-idea-page .add-file-fields .flex-box .border-m {
  border: 1px solid #dddddd;
  width: 100%;
  display: flex;
  flex-direction: column;
  min-height: 17.5em;
  padding: 15px 5px;
}

/* line 4269, app/assets/stylesheets/frontend/application.scss */
.add-idea-page .add-file-fields .flex-box .fields {
  width: 50%;
  padding: 0px 10px;
}

/* line 4273, app/assets/stylesheets/frontend/application.scss */
.add-idea-page .add-file-fields .flex-box .upload-fields {
  width: 50%;
  padding: 0px 10px;
}

/* line 4277, app/assets/stylesheets/frontend/application.scss */
.add-idea-page .add-file-fields .flex-box .or-field {
  display: flex;
  align-items: center;
  padding: 0px 12px;
}

/* line 4283, app/assets/stylesheets/frontend/application.scss */
.add-idea-page .add-file-fields h5 {
  margin-top: 0px;
  font-size: 18px;
  color: #585858;
}

/* line 4288, app/assets/stylesheets/frontend/application.scss */
.add-idea-page .add-file-fields label {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.02em;
  color: #688FAF;
}

/* line 4297, app/assets/stylesheets/frontend/application.scss */
.add-idea-page .add-file-fields input {
  height: auto;
  border-color: #cccccc;
  padding: 5px 8px 5px 8px;
  resize: none;
  margin-top: 0;
}

/* line 4304, app/assets/stylesheets/frontend/application.scss */
.add-idea-page .add-file-fields .or-text {
  text-align: center;
}

/* line 4306, app/assets/stylesheets/frontend/application.scss */
.add-idea-page .add-file-fields .or-text h4 {
  margin: 0;
}

/* line 4310, app/assets/stylesheets/frontend/application.scss */
.add-idea-page .add-file-fields .attach-block {
  flex-direction: column;
  width: 100%;
  border: none;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  padding: 12px 0px;
}

/* line 4319, app/assets/stylesheets/frontend/application.scss */
.add-idea-page .add-file-fields .attach-block .file-field {
  padding: 0 12px;
}

/* line 4321, app/assets/stylesheets/frontend/application.scss */
.add-idea-page .add-file-fields .attach-block .file-field .white-btn {
  border: 1px solid #33334f !important;
  padding: 5px 45px;
  border-radius: 2px;
  margin-top: 5px;
  color: #33334f;
}

/* line 4328, app/assets/stylesheets/frontend/application.scss */
.add-idea-page .add-file-fields .attach-block .file-field .file-path-wrapper {
  overflow: hidden;
  padding-left: 0;
}

/* line 4331, app/assets/stylesheets/frontend/application.scss */
.add-idea-page .add-file-fields .attach-block .file-field .file-path-wrapper .file-path {
  border: none;
  padding: 0px;
  height: auto;
  margin: 0;
  min-width: 0;
}

/* line 4341, app/assets/stylesheets/frontend/application.scss */
.add-idea-page .add-file-fields .attach-block #myProgress {
  width: 100%;
  background-color: #ddd;
}

/* line 4344, app/assets/stylesheets/frontend/application.scss */
.add-idea-page .add-file-fields .attach-block #myProgress #myBar {
  width: 0%;
  height: 30px;
  background-color: #33334f;
  text-align: center;
  line-height: 30px;
  color: white;
}

/* line 4351, app/assets/stylesheets/frontend/application.scss */
.add-idea-page .add-file-fields .attach-block #myProgress #myBar .progress-label {
  padding: 0px 6px;
}

/* line 4359, app/assets/stylesheets/frontend/application.scss */
.add-idea-page .add-file-table-fields {
  width: 100%;
}

/* line 4362, app/assets/stylesheets/frontend/application.scss */
.add-idea-page .add-file-table-fields table thead {
  border-color: transparent;
}

/* line 4364, app/assets/stylesheets/frontend/application.scss */
.add-idea-page .add-file-table-fields table thead th {
  border-color: transparent;
  border-bottom-color: #ccc;
}

/* line 4369, app/assets/stylesheets/frontend/application.scss */
.add-idea-page .add-file-table-fields table td {
  border-color: transparent;
  border-bottom-color: #ccc;
}

/* line 4373, app/assets/stylesheets/frontend/application.scss */
.add-idea-page .add-file-table-fields table .file-name {
  display: flex;
  align-items: center;
}

/* line 4376, app/assets/stylesheets/frontend/application.scss */
.add-idea-page .add-file-table-fields table .file-name .col-remove {
  display: flex;
  align-items: center;
  margin-left: 5px;
  opacity: 0;
  pointer-events: none;
}

/* line 4382, app/assets/stylesheets/frontend/application.scss */
.add-idea-page .add-file-table-fields table .file-name .col-remove a {
  display: flex;
  align-items: center;
}

/* line 4388, app/assets/stylesheets/frontend/application.scss */
.add-idea-page .add-file-table-fields table .creator {
  display: flex;
  align-items: center;
}

/* line 4391, app/assets/stylesheets/frontend/application.scss */
.add-idea-page .add-file-table-fields table .creator .avatar-b-color {
  width: 28px;
  max-width: 28px;
  margin-right: 10px;
}

/* line 4403, app/assets/stylesheets/frontend/application.scss */
.add-idea-page .add-file-table-fields table .file-name:hover .col-remove {
  opacity: 1;
  pointer-events: auto;
}

/* line 4409, app/assets/stylesheets/frontend/application.scss */
.edit-avatar-img-size-modal {
  border-radius: 0;
}

/* line 4412, app/assets/stylesheets/frontend/application.scss */
.edit-avatar-img-size-modal .profile-sizing .field-img {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: 100%;
  text-align: center;
}

/* line 4418, app/assets/stylesheets/frontend/application.scss */
.edit-avatar-img-size-modal .profile-sizing .field-img .img-placeholder {
  width: auto;
}

/* line 4424, app/assets/stylesheets/frontend/application.scss */
.edit-avatar-img-size-modal .profile-sizing .left-upload-btn .file_droparea .white-btn {
  background-color: transparent;
  border-color: #33334f;
  width: 190px;
  color: #33334f;
  font-size: 12px;
}

/* line 4436, app/assets/stylesheets/frontend/application.scss */
.add-idea-page .add-idea-details .title-field .idea_title::-webkit-scrollbar {
  width: 10px;
}

/* line 4441, app/assets/stylesheets/frontend/application.scss */
.add-idea .btn, .add-idea .btn-large {
  background: #f41403;
  border: 1px solid #f41403;
  border-radius: 4px;
  width: 130px;
  height: 35px;
  text-transform: uppercase;
  font-size: 10px;
  line-height: 35px;
  margin: 20px 0 30px 0;
}

/* line 4453, app/assets/stylesheets/frontend/application.scss */
.small-red {
  font-size: 9px;
  color: #f41403;
  letter-spacing: 1.12px;
  text-transform: uppercase;
}

/* line 4459, app/assets/stylesheets/frontend/application.scss */
.main-title-idea {
  font-family: "RefrigeratorReg", sans-serif;
  font-size: 18px;
  color: #33334f;
  letter-spacing: 2px;
  padding-top: 10px;
}

/* line 4466, app/assets/stylesheets/frontend/application.scss */
.normal-txt-idea {
  padding-top: 10px;
  color: #666666;
  letter-spacing: 0px;
  line-height: 19px;
  margin-bottom: 35px;
}

/* line 4474, app/assets/stylesheets/frontend/application.scss */
.attachment-box {
  border: 1px solid #ccc;
  padding: 10px;
  margin: 20px 0;
}

/* line 4479, app/assets/stylesheets/frontend/application.scss */
.pdf-style {
  font-size: 13px;
  color: #161616;
  letter-spacing: 0px;
  line-height: 19px;
  padding-top: 5px;
}

/* line 4486, app/assets/stylesheets/frontend/application.scss */
.pdf-icon {
  color: red;
  vertical-align: middle;
}

/* line 4490, app/assets/stylesheets/frontend/application.scss */
.brainstorm-xp {
  font-size: 12px;
}

/* line 4493, app/assets/stylesheets/frontend/application.scss */
.brainstorm-pics {
  float: left;
  width: 20%;
  margin-right: 5%;
  font-size: 9px;
  text-align: center;
}

/* line 4500, app/assets/stylesheets/frontend/application.scss */
.post-idea-box {
  padding: 30px;
  border: 1px dashed #ccc;
}

/* line 4504, app/assets/stylesheets/frontend/application.scss */
.mission-edit-post-idea {
  position: relative;
}

/* line 4507, app/assets/stylesheets/frontend/application.scss */
.add-image-mission-create {
  padding: 30px 10px 0px 10px;
  border: 1px dashed #ccc;
}

/* line 4511, app/assets/stylesheets/frontend/application.scss */
.drag-box-toolbox {
  background: #688faf;
  color: white;
  border-radius: 0;
  text-transform: uppercase;
  text-align: center;
  cursor: pointer;
}

/* line 4519, app/assets/stylesheets/frontend/application.scss */
.mission-edit-drag-toolbox {
  display: block;
  background-color: #fff;
  border-radius: 4px;
  height: 40px;
  line-height: 40px;
  margin: 0 0 15px;
}

/* line 4528, app/assets/stylesheets/frontend/application.scss */
.ems-btn .btn, .ems-btn .btn-large {
  background: #f41403;
  border: 1px solid #f41403;
  border-radius: 4px;
  height: 47px;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 47px;
  box-shadow: none;
  margin-bottom: 35px;
  width: 100%;
}

/* line 4541, app/assets/stylesheets/frontend/application.scss */
.me-gap {
  margin-top: 35px;
}

/* line 4544, app/assets/stylesheets/frontend/application.scss */
.mission-empty {
  background: transparent;
  border: 2px dashed beige;
  border-radius: 4px;
}

/* line 4549, app/assets/stylesheets/frontend/application.scss */
.left-color-empty-trans {
  background: transparent;
  color: white;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

/* line 4555, app/assets/stylesheets/frontend/application.scss */
.ma-white-text {
  text-transform: uppercase;
  font-size: 14px;
  color: #fff;
}

/* line 4560, app/assets/stylesheets/frontend/application.scss */
.toolbox-icons {
  vertical-align: middle;
  font-size: 16px !important;
  margin-top: -5px;
}

/* line 4565, app/assets/stylesheets/frontend/application.scss */
.attachment-txt {
  line-height: 24px;
}

/* line 4569, app/assets/stylesheets/frontend/application.scss */
.asr-idea-points .material-icons {
  color: yellow;
}

/* line 4572, app/assets/stylesheets/frontend/application.scss */
.asr-idea-points span {
  margin-left: -65px;
}

/* line 4582, app/assets/stylesheets/frontend/application.scss */
#add-idea {
  z-index: 10000 !important;
}

/* line 4584, app/assets/stylesheets/frontend/application.scss */
#add-idea h4 {
  font-family: "RefrigeratorReg", sans-serif;
  font-size: 22px;
  color: #33334f;
  letter-spacing: 2.44px;
  text-align: center;
  text-transform: uppercase;
}

/* line 4592, app/assets/stylesheets/frontend/application.scss */
#add-idea .idea-title {
  font-family: Roboto-Regular;
  font-size: 16px;
  color: #9c9c9c;
  letter-spacing: 0px;
}

/* line 4597, app/assets/stylesheets/frontend/application.scss */
#add-idea .idea-title input {
  font-family: Roboto, Arial;
  padding-left: 10px;
  background: #ddd;
  margin-left: -5px;
  color: black;
}

/* line 4605, app/assets/stylesheets/frontend/application.scss */
#add-idea .idea-title input::-webkit-input-placeholder {
  color: #9c9c9c;
}

/* line 4608, app/assets/stylesheets/frontend/application.scss */
#add-idea .idea-sub-title {
  font-family: Roboto-Regular;
  font-size: 12px;
  color: #9c9c9c;
  letter-spacing: 0px;
}

/* line 4614, app/assets/stylesheets/frontend/application.scss */
#add-idea #textarea1 {
  padding-left: 10px;
  background: #ddd;
  margin-left: -5px;
  margin-right: -5px;
}

/* line 4619, app/assets/stylesheets/frontend/application.scss */
#add-idea #textarea1 textarea {
  padding-top: 10px;
  width: 99%;
}

/* line 4623, app/assets/stylesheets/frontend/application.scss */
#add-idea #textarea1 textarea::-webkit-input-placeholder {
  color: #9c9c9c;
}

/* line 4627, app/assets/stylesheets/frontend/application.scss */
#add-idea .imagery {
  padding: 20px;
  border: 2px dashed #e6e6e6;
  margin: 20px 0;
}

/* line 4632, app/assets/stylesheets/frontend/application.scss */
#add-idea .imagery-btn {
  border-radius: 4px;
  font-size: 12px;
  height: 35px;
  line-height: 35px;
}

/* line 4638, app/assets/stylesheets/frontend/application.scss */
#add-idea .btn, #add-idea .btn-large {
  background: #f41403;
  border: 1px solid #f41403;
  border-radius: 4px;
  height: 27px;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 27px;
}

/* line 4649, app/assets/stylesheets/frontend/application.scss */
#add-idea-new {
  width: 100% !important;
  max-width: 768px;
  border-radius: 0;
}

/* line 4655, app/assets/stylesheets/frontend/application.scss */
#add-idea-new {
  z-index: 10000 !important;
}

/* line 4657, app/assets/stylesheets/frontend/application.scss */
#add-idea-new h4 {
  font-family: "RefrigeratorReg", sans-serif;
  font-size: 22px;
  color: #33334f;
  letter-spacing: 2.44px;
  text-align: center;
  text-transform: uppercase;
}

/* line 4665, app/assets/stylesheets/frontend/application.scss */
#add-idea-new .idea-title {
  font-family: Roboto-Regular;
  font-size: 16px;
  color: #9c9c9c;
  letter-spacing: 0px;
}

/* line 4670, app/assets/stylesheets/frontend/application.scss */
#add-idea-new .idea-title input {
  font-family: Roboto, Arial;
  padding-left: 10px;
  background: #ddd;
  margin-left: -5px;
  color: black;
}

/* line 4678, app/assets/stylesheets/frontend/application.scss */
#add-idea-new .idea-title input::-webkit-input-placeholder {
  color: #9c9c9c;
}

/* line 4681, app/assets/stylesheets/frontend/application.scss */
#add-idea-new .idea-sub-title {
  font-family: Roboto-Regular;
  font-size: 12px;
  color: #9c9c9c;
  letter-spacing: 0px;
}

/* line 4687, app/assets/stylesheets/frontend/application.scss */
#add-idea-new #textarea1 {
  padding-left: 10px;
  background: #ddd;
  margin-left: -5px;
  margin-right: -5px;
}

/* line 4692, app/assets/stylesheets/frontend/application.scss */
#add-idea-new #textarea1 textarea {
  padding-top: 10px;
  width: 99%;
}

/* line 4696, app/assets/stylesheets/frontend/application.scss */
#add-idea-new #textarea1 textarea::-webkit-input-placeholder {
  color: #9c9c9c;
}

/* line 4700, app/assets/stylesheets/frontend/application.scss */
#add-idea-new .imagery {
  padding: 20px;
  border: 2px dashed #e6e6e6;
  margin: 20px 0;
}

/* line 4705, app/assets/stylesheets/frontend/application.scss */
#add-idea-new .imagery-btn {
  border-radius: 4px;
  font-size: 12px;
  height: 35px;
  line-height: 35px;
}

/* line 4711, app/assets/stylesheets/frontend/application.scss */
#add-idea-new .btn, #add-idea-new .btn-large {
  background: #f41403;
  border: 1px solid #f41403;
  border-radius: 4px;
  height: 27px;
  text-transform: uppercase;
  font-size: 9px;
  line-height: 27px;
}

/* line 4722, app/assets/stylesheets/frontend/application.scss */
.card-time {
  color: black;
  font-size: 9px;
  padding-bottom: 10px;
}

/* line 4727, app/assets/stylesheets/frontend/application.scss */
.card-text-height {
  max-height: none !important;
  white-space: pre-wrap !important;
}

/* line 4736, app/assets/stylesheets/frontend/application.scss */
.card-txt {
  font-size: 13px;
  /* hide text if it more than N lines  */
  overflow: hidden;
  /* for set '...' in absolute position */
  position: relative;
  /* use this value to count block height */
  /*  line-height: 1.2em;*/
  /* max-height = line-height (1.2) * lines max number (3) */
  max-height: 4.6em;
  /* fix problem when last visible word doesn't adjoin right side  */
  /*  text-align: justify;  */
  /* place for '...' */
  /*  margin-right: -1em;*/
  padding-right: 1em;
}

/* line 4752, app/assets/stylesheets/frontend/application.scss */
.card-txt:before {
  /* points in the end */
  content: "...";
  /* absolute position */
  position: absolute;
  /* set position to right bottom corner of block */
  right: 0;
  bottom: 0;
}

/* line 4761, app/assets/stylesheets/frontend/application.scss */
.card-txt:after {
  /* points in the end */
  content: "";
  /* absolute position */
  position: absolute;
  /* set position to right bottom corner of text */
  right: 0;
  /* set width and height */
  width: 1em;
  height: 1em;
  margin-top: 0.2em;
  /* bg color = bg color under block */
  background: white;
}

/* line 4775, app/assets/stylesheets/frontend/application.scss */
.card-name {
  font-size: 12px;
  color: black;
}

/* line 4779, app/assets/stylesheets/frontend/application.scss */
.card-panel {
  padding: 20px 20px 1px;
  margin-bottom: 25px;
}

/* line 4783, app/assets/stylesheets/frontend/application.scss */
.card-image {
  height: 78px;
  margin-bottom: -13px;
  text-align: center;
}

/* line 4787, app/assets/stylesheets/frontend/application.scss */
.card-image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 100%;
}

/* line 4793, app/assets/stylesheets/frontend/application.scss */
.idea-labels {
  font-size: 0.8rem !important;
  position: relative !important;
}

/* line 4799, app/assets/stylesheets/frontend/application.scss */
.open-idea-dialogue .card-image img.responsive-img {
  height: auto;
  max-height: 100%;
  max-width: 100%;
}

/* line 4806, app/assets/stylesheets/frontend/application.scss */
.sign-fields-invitations {
  height: 800px;
}

/* line 4810, app/assets/stylesheets/frontend/application.scss */
.card-updated {
  color: white;
  background: #f41403;
  padding: 5px 8px;
  font-size: 10px;
  text-transform: uppercase;
  border-radius: 2px;
  letter-spacing: 1.12px;
  margin-top: -10px;
  position: absolute;
  right: 0;
}

/* line 4822, app/assets/stylesheets/frontend/application.scss */
.card-updated-box {
  position: relative;
}

/* line 4825, app/assets/stylesheets/frontend/application.scss */
.card-sep {
  border-bottom: 1px solid #ccc;
  margin: -20px -20px 0 -20px;
}

/* line 4829, app/assets/stylesheets/frontend/application.scss */
.card-comments {
  font-size: 9px;
  color: #9c9c9c;
  padding: 10px 0 !important;
}

/* line 4834, app/assets/stylesheets/frontend/application.scss */
.card-group {
  padding-top: 10px !important;
}

/* line 4836, app/assets/stylesheets/frontend/application.scss */
.card-group img {
  padding: 0 5px;
  max-height: 100%;
  max-width: 100%;
}

/* line 4842, app/assets/stylesheets/frontend/application.scss */
.card-trending {
  color: white;
  background: #ffb347;
  padding: 5px 8px;
  font-size: 10px;
  text-transform: uppercase;
  border-radius: 2px;
  letter-spacing: 1.12px;
  margin-top: -10px;
  position: absolute;
  right: 0;
}

/* line 4854, app/assets/stylesheets/frontend/application.scss */
.card-new {
  color: white;
  background: #8dc63f;
  padding: 5px 8px;
  font-size: 10px;
  text-transform: uppercase;
  border-radius: 2px;
  letter-spacing: 1.12px;
  margin-top: -10px;
  position: absolute;
  right: 0;
}

/* line 4866, app/assets/stylesheets/frontend/application.scss */
.flexbox {
  display: flex;
  overflow: hidden;
}

/* line 4872, app/assets/stylesheets/frontend/application.scss */
.flexbox .cols {
  /*  flex: 1;*/
  padding: 20px;
}

/* line 4876, app/assets/stylesheets/frontend/application.scss */
.flexbox .cols:nth-child(1) {
  order: 0;
}

/* line 4881, app/assets/stylesheets/frontend/application.scss */
.flexbox .cols:nth-child(2) {
  order: 1;
}

/* line 4887, app/assets/stylesheets/frontend/application.scss */
.cols .card-panel {
  cursor: pointer;
}

/* line 4891, app/assets/stylesheets/frontend/application.scss */
.mission-img-browse:hover {
  opacity: 1;
}

/* line 4894, app/assets/stylesheets/frontend/application.scss */
#card-description {
  width: 80%;
}

/* line 4896, app/assets/stylesheets/frontend/application.scss */
#card-description .card-panel {
  box-shadow: none;
  border: 1px solid #f0f0f0;
}

/* line 4901, app/assets/stylesheets/frontend/application.scss */
.margin-right {
  margin-left: -0.75rem !important;
  margin-right: 2.25rem !important;
}

/* line 4905, app/assets/stylesheets/frontend/application.scss */
.ideaboard-objective-scrollable-content::-webkit-scrollbar {
  width: 15px;
}

/* Track */
/* line 4910, app/assets/stylesheets/frontend/application.scss */
.ideaboard-objective-scrollable-content::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}

/* Handle */
/* line 4916, app/assets/stylesheets/frontend/application.scss */
.ideaboard-objective-scrollable-content::-webkit-scrollbar-thumb {
  background: red;
  border-radius: 10px;
}

/* Handle on hover */
/* line 4922, app/assets/stylesheets/frontend/application.scss */
.ideaboard-objective-scrollable-content::-webkit-scrollbar-thumb:hover {
  background: #b30000;
}

/* line 4925, app/assets/stylesheets/frontend/application.scss */
.idea-image {
  height: 200px;
}

/* line 4927, app/assets/stylesheets/frontend/application.scss */
.idea-image img {
  max-height: 200px;
}

/* line 4931, app/assets/stylesheets/frontend/application.scss */
#pages-description {
  width: 60%;
  z-index: 0;
}

/* line 4934, app/assets/stylesheets/frontend/application.scss */
#pages-description .card-panel {
  box-shadow: none;
  border: 1px solid #f0f0f0;
}

/*#materialize-lean-overlay-1 {
   z-index: 99999999999 !important;
 }*/
/* line 4943, app/assets/stylesheets/frontend/application.scss */
#round_page_approved_round_page {
  /*  position: 0 !important;
   opacity: "" !important;
   left: -9999px !important;*/
}

/* line 4949, app/assets/stylesheets/frontend/application.scss */
.card-description-title {
  font-size: 16px;
  color: #33334f;
  letter-spacing: 0px;
}

/* line 4954, app/assets/stylesheets/frontend/application.scss */
.card-description-txt {
  font-size: 13px;
  color: #33334f;
  letter-spacing: 0px;
  line-height: 19px;
}

/* line 4960, app/assets/stylesheets/frontend/application.scss */
.upload-icon {
  color: #ccc;
}

/* line 4963, app/assets/stylesheets/frontend/application.scss */
.comment-txt {
  font-size: 12px;
  color: #33334f;
  letter-spacing: 0px;
  line-height: 30px;
  position: relative;
}

/* line 4970, app/assets/stylesheets/frontend/application.scss */
.comment-txt-textarea {
  resize: vertical !important;
  padding-right: 10px;
}

/* line 4975, app/assets/stylesheets/frontend/application.scss */
#review-board {
  width: 95%;
}

/* line 4978, app/assets/stylesheets/frontend/application.scss */
#review-board .modal-content {
  padding: 0;
}

/* line 4981, app/assets/stylesheets/frontend/application.scss */
#review-board .flexbox {
  display: flex;
  overflow: hidden;
}

/* line 4987, app/assets/stylesheets/frontend/application.scss */
#review-board .flexbox .cols {
  /*  flex: 1;*/
  padding: 20px;
}

/* line 4991, app/assets/stylesheets/frontend/application.scss */
#review-board .flexbox .cols:nth-child(1) {
  order: 1;
}

/* line 4996, app/assets/stylesheets/frontend/application.scss */
#review-board .flexbox .cols:nth-child(2) {
  order: 0;
}

/* line 5002, app/assets/stylesheets/frontend/application.scss */
#review-board .cols .card-panel {
  cursor: pointer;
}

/* line 5007, app/assets/stylesheets/frontend/application.scss */
.review-bg {
  border: 1px solid #f0f0f0;
  background: white;
}

/* line 5011, app/assets/stylesheets/frontend/application.scss */
.card-sep-review {
  border-bottom: 1px solid #f0f0f0;
  margin: -20px -13px 0 -11px;
}

/* line 5015, app/assets/stylesheets/frontend/application.scss */
.review-comment-bg {
  background: #f8f8f8;
  margin: -22px -13px 0 -11px;
}

/* line 5019, app/assets/stylesheets/frontend/application.scss */
.sep-both {
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
  padding: 20px;
  margin: 10px 0;
}

/* line 5025, app/assets/stylesheets/frontend/application.scss */
.idea-questions {
  padding: 10px 0;
}

/* line 5027, app/assets/stylesheets/frontend/application.scss */
.idea-questions .btn, .idea-questions .btn-large {
  background: white;
  color: #9c9c9c;
  border: 1px solid #ccc !important;
  box-shadow: none !important;
  font-size: 9px;
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 10px;
  margin-right: 10px;
  border-radius: 4px;
}

/* line 5040, app/assets/stylesheets/frontend/application.scss */
.idea-questions .red-hover:hover, .idea-questions .red-hover:active {
  background: red !important;
  colour: white;
}

/* line 5047, app/assets/stylesheets/frontend/application.scss */
.idea-questions .green-hover:hover, .idea-questions .green-hover:active {
  background: #8dc63f !important;
  colour: white;
}

/* line 5054, app/assets/stylesheets/frontend/application.scss */
.idea-questions .yellow-hover:hover, .idea-questions .yellow-hover:active {
  background: #ffe000 !important;
  colour: white;
}

/* line 5062, app/assets/stylesheets/frontend/application.scss */
.iq-txt {
  font-size: 12px;
  color: #33334f;
  letter-spacing: 0px;
  padding: 5px 0 0;
}

/* line 5068, app/assets/stylesheets/frontend/application.scss */
.investment-questions {
  /*  padding: 10px 20px;*/
}

/* line 5070, app/assets/stylesheets/frontend/application.scss */
.investment-questions .btn, .investment-questions .btn-large {
  background: white;
  color: #9c9c9c;
  border: 1px solid #ccc !important;
  box-shadow: none !important;
  font-size: 9px;
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 10px;
  margin-right: 10px;
  border-radius: 4px;
}

/* line 5083, app/assets/stylesheets/frontend/application.scss */
.investment-questions .red-hover:hover, .investment-questions .red-hover:active {
  background: red !important;
  colour: white;
}

/* line 5090, app/assets/stylesheets/frontend/application.scss */
.investment-questions .green-hover:hover, .investment-questions .green-hover:active {
  background: #8dc63f !important;
  colour: white;
}

/* line 5097, app/assets/stylesheets/frontend/application.scss */
.investment-questions .yellow-hover:hover, .investment-questions .yellow-hover:active {
  background: #ffe000 !important;
  colour: white;
}

/* line 5104, app/assets/stylesheets/frontend/application.scss */
.p-idea-btn {
  background: #fff;
  border: 1px solid #688faf;
  border-radius: 4px;
  width: 110px;
  height: 27px;
  text-transform: uppercase;
  font-size: 9px;
  line-height: 27px;
  color: #688faf;
  padding-left: 0px;
  padding-right: 0px;
}

/* line 5116, app/assets/stylesheets/frontend/application.scss */
.p-idea-btn:hover {
  background: #fff;
  border: 1px solid #688faf;
}

/* line 5121, app/assets/stylesheets/frontend/application.scss */
.n-idea-btn {
  background: #f41403;
  border: 1px solid #f41403;
  border-radius: 4px;
  width: 110px;
  height: 27px;
  text-transform: uppercase;
  font-size: 9px;
  line-height: 27px;
  padding-left: 0px;
  padding-right: 0px;
}

/* line 5132, app/assets/stylesheets/frontend/application.scss */
.n-idea-btn:hover {
  background: #f41403;
  border: 1px solid #f41403;
}

/* line 5137, app/assets/stylesheets/frontend/application.scss */
.np-btns {
  text-align: center;
  margin-top: 30px;
}

/* line 5141, app/assets/stylesheets/frontend/application.scss */
#obj-leaderboard {
  height: 600px;
  width: 42%;
}

/* line 5144, app/assets/stylesheets/frontend/application.scss */
#obj-leaderboard h4 {
  font-family: "RefrigeratorReg", sans-serif;
  font-size: 22px;
  color: #33334f;
  letter-spacing: 2.44px;
  text-align: center;
  text-transform: uppercase;
}

/* line 5152, app/assets/stylesheets/frontend/application.scss */
#obj-leaderboard .best-idea {
  font-family: "RefrigeratorReg", sans-serif;
  font-size: 16px;
  color: #8c8c8c;
  letter-spacing: 1.77px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 15px;
}

/* line 5162, app/assets/stylesheets/frontend/application.scss */
.ol-box {
  padding: 15px;
  border: 1px solid #f0f0f0;
}

/* line 5166, app/assets/stylesheets/frontend/application.scss */
.ol-image {
  max-height: 100px;
}

/* line 5168, app/assets/stylesheets/frontend/application.scss */
.ol-image img {
  max-height: 100px;
  margin: auto;
}

/* line 5174, app/assets/stylesheets/frontend/application.scss */
.scroller div {
  /*    text-align: center;
         font-size: 30px;*/
}

/* line 5179, app/assets/stylesheets/frontend/application.scss */
.slick-prev::before,
.slick-next::before {
  color: grey;
}

/* line 5183, app/assets/stylesheets/frontend/application.scss */
.slick-next {
  right: -34px;
}

/* line 5186, app/assets/stylesheets/frontend/application.scss */
.slick-prev {
  left: -34px;
}

/* line 5189, app/assets/stylesheets/frontend/application.scss */
.slick-slider {
  margin-bottom: 30px;
  margin: 0 5%;
}

/* line 5193, app/assets/stylesheets/frontend/application.scss */
.slick-dots {
  position: static;
  display: none !important;
}

/* line 5197, app/assets/stylesheets/frontend/application.scss */
.ol-group {
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 15px;
  padding-left: 20px;
}

/* line 5202, app/assets/stylesheets/frontend/application.scss */
.ol-group-name {
  color: #33334f;
  font-size: 12px;
  padding-top: 7px;
}

/* line 5207, app/assets/stylesheets/frontend/application.scss */
.champ-icon-green {
  font-size: 12px;
  color: #8dc63f;
  letter-spacing: 1.5px;
  text-align: left;
}

/* line 5212, app/assets/stylesheets/frontend/application.scss */
.champ-icon-green img {
  max-height: 100%;
  max-width: 100%;
  display: inline;
}

/* line 5218, app/assets/stylesheets/frontend/application.scss */
.ol-pad-top {
  padding-top: 7px !important;
}

/* line 5221, app/assets/stylesheets/frontend/application.scss */
.ol-box-small {
  padding: 10px 10px 5px;
  border: 1px solid #f0f0f0;
  position: relative;
  z-index: 2;
  background: white;
}

/* line 5228, app/assets/stylesheets/frontend/application.scss */
.timeline-numbers-left-ol {
  position: absolute;
  left: -24px;
  top: 50%;
  margin-top: -28px;
}

/* line 5233, app/assets/stylesheets/frontend/application.scss */
.timeline-numbers-left-ol .hexagon2 {
  position: relative;
  width: 25px;
  height: 14px;
  background-color: #8dc63f;
  margin: 22px 9px;
}

/* line 5239, app/assets/stylesheets/frontend/application.scss */
.timeline-numbers-left-ol .hexagon2 span {
  position: absolute;
  left: 5px;
  font-size: 11px;
  color: white;
}

/* line 5245, app/assets/stylesheets/frontend/application.scss */
.timeline-numbers-left-ol .hexagon2 .material-icons {
  font-size: 18px;
}

/* line 5250, app/assets/stylesheets/frontend/application.scss */
.timeline-numbers-left-ol .hexagon2:before,
.timeline-numbers-left-ol .hexagon2:after {
  content: "";
  position: absolute;
  width: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
}

/* line 5259, app/assets/stylesheets/frontend/application.scss */
.timeline-numbers-left-ol .hexagon2:before {
  bottom: 100%;
  border-bottom: 7px solid #8dc63f;
}

/* line 5264, app/assets/stylesheets/frontend/application.scss */
.timeline-numbers-left-ol .hexagon2:after {
  top: 100%;
  width: 0;
  border-top: 7px solid #8dc63f;
}

/* line 5270, app/assets/stylesheets/frontend/application.scss */
.timeline-numbers-left-ol .hexagon2b {
  position: relative;
  width: 25px;
  height: 14px;
  background-color: #688faf;
  margin: 22px 9px;
}

/* line 5276, app/assets/stylesheets/frontend/application.scss */
.timeline-numbers-left-ol .hexagon2b span {
  position: absolute;
  left: 5px;
  font-size: 11px;
  color: white;
}

/* line 5282, app/assets/stylesheets/frontend/application.scss */
.timeline-numbers-left-ol .hexagon2b .material-icons {
  font-size: 18px;
}

/* line 5287, app/assets/stylesheets/frontend/application.scss */
.timeline-numbers-left-ol .hexagon2b:before,
.timeline-numbers-left-ol .hexagon2b:after {
  content: "";
  position: absolute;
  width: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
}

/* line 5296, app/assets/stylesheets/frontend/application.scss */
.timeline-numbers-left-ol .hexagon2b:before {
  bottom: 100%;
  border-bottom: 7px solid #688faf;
}

/* line 5301, app/assets/stylesheets/frontend/application.scss */
.timeline-numbers-left-ol .hexagon2b:after {
  top: 100%;
  width: 0;
  border-top: 7px solid #688faf;
}

/* line 5307, app/assets/stylesheets/frontend/application.scss */
#mission-leaderboard {
  width: 95%;
}

/* line 5310, app/assets/stylesheets/frontend/application.scss */
#mission-leaderboard .modal-content {
  padding: 0;
}

/* line 5314, app/assets/stylesheets/frontend/application.scss */
.main-heading {
  font-family: "RefrigeratorReg", sans-serif;
  font-size: 22px;
  color: #33334f;
  letter-spacing: 2.44px;
  text-transform: uppercase;
  margin: 15px 20px;
  line-height: 30px;
}

/* line 5323, app/assets/stylesheets/frontend/application.scss */
.main-heading-modal {
  font-family: "RefrigeratorReg", sans-serif;
  font-size: 22px;
  color: #33334f;
  letter-spacing: 2.44px;
  text-transform: uppercase;
  margin-top: -10px;
  line-height: 30px;
}

/* line 5332, app/assets/stylesheets/frontend/application.scss */
.mb-sep {
  border-bottom: 1px solid #f0f0f0;
  margin: 20px -20px 20px -20px;
}

/* line 5337, app/assets/stylesheets/frontend/application.scss */
.team-ranking-tabs .tabs {
  padding-top: 10px;
  background: transparent;
  overflow-x: hidden;
  width: 100% !important;
}

/* line 5343, app/assets/stylesheets/frontend/application.scss */
.team-ranking-tabs .tabs .tab a {
  font-size: 12px;
  color: #688faf;
  letter-spacing: 1.24px;
  line-height: 35px;
  text-align: center;
}

/* line 5350, app/assets/stylesheets/frontend/application.scss */
.team-ranking-tabs .active {
  color: #f41403 !important;
}

/* line 5353, app/assets/stylesheets/frontend/application.scss */
.team-ranking-tabs .indicator {
  background: url(https://app.acceptmission.com/assets/tab-indicator-2e43c172ea0944b3cbff2a0c43f6b9d3b87dd885308352c9969c9095cafc9d57.png);
  height: 4px;
  width: 103px;
  margin: auto;
}

/* line 5359, app/assets/stylesheets/frontend/application.scss */
.team-ranking-tabs .progress {
  height: 10px;
  margin-top: 10px;
  background-color: #f0f0f0;
}

/* line 5363, app/assets/stylesheets/frontend/application.scss */
.team-ranking-tabs .progress .determinate {
  background-color: #688faf;
}

/* line 5368, app/assets/stylesheets/frontend/application.scss */
.round-txt {
  font-family: "RefrigeratorReg", sans-serif;
}

/* line 5371, app/assets/stylesheets/frontend/application.scss */
.ol-box2 {
  padding: 15px;
  border: 1px solid #f0f0f0;
  background: white;
  margin-top: -6px;
}

/* line 5377, app/assets/stylesheets/frontend/application.scss */
.ol-numbers {
  position: absolute;
  background-color: #8dc63f;
  padding: 4px 10px;
  top: 0;
  color: white;
}

/* line 5384, app/assets/stylesheets/frontend/application.scss */
.empty-circle {
  background: grey;
  height: 30px;
  width: 30px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}

/* line 5391, app/assets/stylesheets/frontend/application.scss */
.ol-numbers-blue {
  position: absolute;
  background-color: #688faf;
  padding: 4px 10px;
  top: 0;
  color: white;
}

/* line 5432, app/assets/stylesheets/frontend/application.scss */
fieldset,
label {
  margin: 0;
  padding: 0;
}

/* line 5442, app/assets/stylesheets/frontend/application.scss */
h1 {
  font-size: 1.5em;
  margin: 10px;
}

/* line 5447, app/assets/stylesheets/frontend/application.scss */
.asr-box {
  background: white;
  padding: 20px;
  border-radius: 10px;
}

/* line 5451, app/assets/stylesheets/frontend/application.scss */
.asr-box .text-space {
  margin-bottom: 25px;
}

/* line 5454, app/assets/stylesheets/frontend/application.scss */
.asr-box .field-grey {
  background: #ececec;
  margin-top: -3px;
  height: 32px;
  font-size: 12px;
  padding-left: 5px;
}

/* line 5462, app/assets/stylesheets/frontend/application.scss */
.file-upload-asr {
  float: left !important;
}

/* line 5465, app/assets/stylesheets/frontend/application.scss */
.asr-review-left {
  background: #f5f5f5;
  height: 100vh;
}

/* line 5469, app/assets/stylesheets/frontend/application.scss */
.asr-review-right {
  background: white;
  height: 100vh;
  overflow-y: scroll;
}

/* line 5474, app/assets/stylesheets/frontend/application.scss */
.review-scroller {
  height: 200px;
  overflow-y: scroll;
  overflow-x: hidden;
}

/* line 5479, app/assets/stylesheets/frontend/application.scss */
.row-with-no-mar-bottom {
  margin-bottom: 0;
}

/* line 5483, app/assets/stylesheets/frontend/application.scss */
.star-rates [type="radio"]:not(:checked) + label,
.star-rates [type="radio"]:checked + label {
  position: relative;
  padding-left: 16px;
  cursor: pointer;
  display: inline-block;
  height: 30px;
  width: 30px;
  line-height: 25px;
  font-size: 1rem;
  transition: 0.28s ease;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

/* line 5497, app/assets/stylesheets/frontend/application.scss */
.star-rates [type="radio"]:not(:checked) + label:before,
.star-rates [type="radio"]:not(:checked) + label:after {
  border: none !important;
}

/* line 5501, app/assets/stylesheets/frontend/application.scss */
.star-rates [type="radio"]:checked + label:after,
.star-rates .with-gap[type="radio"]:checked + label:after {
  background-color: transparent !important;
  z-index: 0 !important;
  border: none !important;
}

/* line 5507, app/assets/stylesheets/frontend/application.scss */
.star-rates [type="radio"]:not(:checked) + label:before,
.star-rates [type="radio"]:not(:checked) + label:after,
.star-rates [type="radio"]:checked + label:before,
.star-rates [type="radio"]:checked + label:after,
.star-rates .with-gap[type="radio"]:checked + label:before,
.star-rates .with-gap[type="radio"]:checked + label:after {
  border-radius: 0;
  height: 0 !important;
  width: 0 !important;
}

/* line 5517, app/assets/stylesheets/frontend/application.scss */
.star-rates [type="radio"]:checked + label:before {
  border: 0px solid transparent;
}

/* line 5520, app/assets/stylesheets/frontend/application.scss */
.star-rates fieldset.rating {
  border: none;
  float: left;
}

/* line 5524, app/assets/stylesheets/frontend/application.scss */
.star-rates fieldset.rating > input {
  display: none;
}

/* line 5527, app/assets/stylesheets/frontend/application.scss */
.star-rates fieldset.rating > label:before {
  margin: 5px;
  font-size: 1.25em;
  font-family: FontAwesome;
  display: inline-block;
  content: "\f005";
}

/* line 5534, app/assets/stylesheets/frontend/application.scss */
.star-rates fieldset.rating > .half:before {
  content: "\f089";
  position: absolute;
}

/* line 5538, app/assets/stylesheets/frontend/application.scss */
.star-rates fieldset.rating > label {
  background: url(https://app.acceptmission.com/assets/empty-star-db773096aad1646e23761118070f6885e3df0e7ffd9379cad0af7643e63a22ef.png) no-repeat scroll 0 0 transparent;
  color: transparent;
  float: right;
}

/* line 5544, app/assets/stylesheets/frontend/application.scss */
.star-rates fieldset.rating > input:checked ~ label {
  background: url(https://app.acceptmission.com/assets/full-star-38aea44c6d1ce9e5534746dea3971914905365ad18eb03985a1d3b23eac94f33.png) no-repeat scroll 0 0 transparent;
  color: transparent;
}

/* line 5549, app/assets/stylesheets/frontend/application.scss */
.star-rates fieldset.rating:not(:checked) > label:hover {
  background: url(https://app.acceptmission.com/assets/full-star-38aea44c6d1ce9e5534746dea3971914905365ad18eb03985a1d3b23eac94f33.png) no-repeat scroll 0 0 transparent;
  color: transparent;
}

/* line 5552, app/assets/stylesheets/frontend/application.scss */
.star-rates fieldset.rating:not(:checked) > label:hover ~ label {
  background: url(https://app.acceptmission.com/assets/full-star-38aea44c6d1ce9e5534746dea3971914905365ad18eb03985a1d3b23eac94f33.png) no-repeat scroll 0 0 transparent;
  color: transparent;
}

/* line 5559, app/assets/stylesheets/frontend/application.scss */
.star-rates fieldset.rating > input:checked + label:hover,
.star-rates fieldset.rating > input:checked ~ label:hover {
  color: transparent;
}

/* line 5564, app/assets/stylesheets/frontend/application.scss */
.star-rates fieldset.rating > label:hover ~ input:checked ~ label,
.star-rates fieldset.rating > input:checked ~ label:hover ~ label {
  color: transparent;
}

/* line 5573, app/assets/stylesheets/frontend/application.scss */
#idea_content {
  height: 180px;
  margin-bottom: 0px;
}

/* line 5577, app/assets/stylesheets/frontend/application.scss */
.dropfile {
  text-transform: uppercase;
  color: grey;
  margin-top: -20px;
}

/* line 5582, app/assets/stylesheets/frontend/application.scss */
.cm-drop {
  float: none !important;
  margin-top: 15px;
}

/*CMS WEBSITE CSS STARTS HERE*/
/* line 5589, app/assets/stylesheets/frontend/application.scss */
.special-font {
  font-family: "Roboto", sans-serif;
}

/* line 5592, app/assets/stylesheets/frontend/application.scss */
.website-menu {
  /*  a {
       color: white;
       &:hover {
         color: white;
         text-decoration: none;
       }
     }*/
}

/* line 5593, app/assets/stylesheets/frontend/application.scss */
.website-menu nav {
  background-color: #33334f;
}

/* line 5596, app/assets/stylesheets/frontend/application.scss */
.website-menu .brand-logo {
  padding-left: 20px;
  padding-top: 10px;
}

/* line 5607, app/assets/stylesheets/frontend/application.scss */
.website-menu .menu-list {
  margin-left: 15%;
}

/* line 5610, app/assets/stylesheets/frontend/application.scss */
.website-menu .menu-list li a {
  color: white;
  text-decoration: none;
}

/* line 5613, app/assets/stylesheets/frontend/application.scss */
.website-menu .menu-list li a:hover {
  background: #1a1a2e;
}

/* line 5620, app/assets/stylesheets/frontend/application.scss */
.signup-web-btn {
  background: #f41403;
  border: 1px solid #f41403;
  border-radius: 4px;
  text-decoration: none;
  height: 38px;
  padding-left: 10px;
  padding-right: 10px;
  text-transform: none;
  font-size: 15px;
  line-height: 38px;
}

/* line 5631, app/assets/stylesheets/frontend/application.scss */
.signup-web-btn:hover {
  background: #df1c0d;
  color: white;
  text-decoration: none;
}

/* line 5637, app/assets/stylesheets/frontend/application.scss */
.container-web {
  width: 84%;
  margin: 0 auto;
}

/* line 5641, app/assets/stylesheets/frontend/application.scss */
.web-banner {
  padding-top: 40px;
}

/* line 5643, app/assets/stylesheets/frontend/application.scss */
.web-banner img {
  max-height: 100%;
  max-width: 100%;
}

/* line 5648, app/assets/stylesheets/frontend/application.scss */
.web-slogan {
  font-size: 36px;
  color: #33334f;
  line-height: 40px;
  padding-top: 35px;
  font-weight: 700;
}

/* line 5655, app/assets/stylesheets/frontend/application.scss */
.web-intro {
  font-size: 18px;
  width: 70%;
  line-height: 30px;
  padding-top: 30px;
  font-weight: 400;
}

/* line 5662, app/assets/stylesheets/frontend/application.scss */
.small-heading {
  font-size: 18px;
  color: #444;
  font-weight: 500;
}

/* line 5667, app/assets/stylesheets/frontend/application.scss */
.col-empty-space {
  padding-top: 35px;
}

/* line 5670, app/assets/stylesheets/frontend/application.scss */
.heading-detail {
  font-size: 16px;
  color: #444;
  padding-top: 8px;
  font-weight: 300;
}

/* line 5676, app/assets/stylesheets/frontend/application.scss */
.red-link {
  font-size: 18px;
  text-transform: uppercase;
  padding: 20px 0 60px 0;
}

/* line 5680, app/assets/stylesheets/frontend/application.scss */
.red-link a {
  color: #f41403;
}

/* line 5682, app/assets/stylesheets/frontend/application.scss */
.red-link a:hover {
  text-decoration: none;
}

/* line 5687, app/assets/stylesheets/frontend/application.scss */
.key-arrow-right {
  vertical-align: middle;
}

/* line 5690, app/assets/stylesheets/frontend/application.scss */
footer {
  background: #33334f;
  color: white;
  padding: 40px 0 30px 0;
  margin: 50px 0 0 0;
}

/* line 5695, app/assets/stylesheets/frontend/application.scss */
footer h2 {
  font-weight: 300;
  color: #74c4d4;
  padding: 0 0 10px 0;
  font-size: 14px;
  margin: 0;
  text-transform: uppercase;
}

/* line 5704, app/assets/stylesheets/frontend/application.scss */
footer .f-links li {
  font-weight: 300;
  font-size: 13px;
  line-height: 30px;
}

/* line 5709, app/assets/stylesheets/frontend/application.scss */
footer .f-links a {
  color: white;
}

/* line 5714, app/assets/stylesheets/frontend/application.scss */
.footer-bottom {
  margin: 20px 0 10px 0;
  padding: 30px 0 0 0;
  border-top: 1px solid #4a4a6f;
  font-weight: 300;
  font-size: 14px;
}

/* line 5722, app/assets/stylesheets/frontend/application.scss */
.f-light-links a {
  color: #74c4d4;
}

/* line 5727, app/assets/stylesheets/frontend/application.scss */
.login-web a {
  color: white;
}

/* line 5729, app/assets/stylesheets/frontend/application.scss */
.login-web a:hover {
  color: white;
  text-decoration: none;
}

/* line 5736, app/assets/stylesheets/frontend/application.scss */
.web-menu-mobile:hover, .web-menu-mobile:focus {
  color: #fff;
  text-decoration: none;
}

/* line 5742, app/assets/stylesheets/frontend/application.scss */
.web-search {
  background: #ccc;
  height: 10% !important;
}

/* line 5746, app/assets/stylesheets/frontend/application.scss */
.cms-sidenav a {
  padding: 10px 22px;
}

/* line 5749, app/assets/stylesheets/frontend/application.scss */
.cms-sidenav a {
  color: #688faf;
  font-weight: 300;
  font-size: 20px;
}

/* line 5753, app/assets/stylesheets/frontend/application.scss */
.cms-sidenav a:hover {
  color: #f41403;
  background: url(https://app.acceptmission.com/assets/border-heading-1be3a88a3652ebe6f3b85849d1dafa49ba4a162dccb17159ce123aa07743196d.png);
  background-repeat: no-repeat;
  background-position: 0 25px;
}

/* line 5760, app/assets/stylesheets/frontend/application.scss */
nav#menu {
  margin-left: 10%;
  background-color: transparent;
  box-shadow: none;
  margin-top: 0;
}

/* line 5766, app/assets/stylesheets/frontend/application.scss */
nav#menu li a {
  color: white;
  text-decoration: none;
}

/* line 5772, app/assets/stylesheets/frontend/application.scss */
.ai-top {
  padding-top: 20px;
}

/* line 5775, app/assets/stylesheets/frontend/application.scss */
.spaced {
  /*  content: "\00a0 \00a0 ";*/
  text-indent: 10px;
}

/* line 5780, app/assets/stylesheets/frontend/application.scss */
.error_message_signup #error_explanation h2 {
  visibility: hidden !important;
  position: relative;
  font-size: 1px;
  line-height: 0%;
  position: absolute;
}

/* line 5788, app/assets/stylesheets/frontend/application.scss */
.chosen-container {
  width: 100% !important;
}

/* line 5792, app/assets/stylesheets/frontend/application.scss */
.highlight-icon {
  position: absolute;
  right: 2px;
  top: 3px;
  color: #f41403;
}

/* line 5798, app/assets/stylesheets/frontend/application.scss */
.check-icon {
  position: absolute;
  right: 2px;
  top: 3px;
  color: green;
}

/* line 5804, app/assets/stylesheets/frontend/application.scss */
.icon-setting {
  position: relative;
}

/* line 5808, app/assets/stylesheets/frontend/application.scss */
.fixed-inner {
  position: absolute;
  height: 100%;
  overflow-y: auto;
}

/* line 5813, app/assets/stylesheets/frontend/application.scss */
.mission-del-drag {
  display: block;
  background-color: #fff;
  border-radius: 4px;
  height: 40px;
  line-height: 40px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  margin: 0 15px 15px;
}

/* line 5822, app/assets/stylesheets/frontend/application.scss */
.mission-del-drag .btn, .mission-del-drag .btn-large {
  width: 100%;
  height: 43px;
  font-size: 14px;
  line-height: 43px;
}

/* line 5829, app/assets/stylesheets/frontend/application.scss */
.delete-text {
  border: 1px solid #e6e6e6 !important;
  margin-top: 26px !important;
  padding-left: 10px !important;
  font-family: roboto;
}

/* line 5836, app/assets/stylesheets/frontend/application.scss */
#modal-delete-mission .modal-footer {
  width: 95%;
}

/* line 5839, app/assets/stylesheets/frontend/application.scss */
#modal-delete-mission .delete-mission-btn {
  color: red;
  float: left;
  padding-top: 12px;
}

/* line 5843, app/assets/stylesheets/frontend/application.scss */
#modal-delete-mission .delete-mission-btn:hover {
  text-decoration: underline;
}

/* line 5848, app/assets/stylesheets/frontend/application.scss */
.card-textarea {
  border: none;
  min-height: 55px;
}

/* line 5854, app/assets/stylesheets/frontend/application.scss */
.send-message-form label.colr,
.modal-resend-invite label.colr {
  color: #425a71 !important;
  font-weight: bold;
  font-size: 14px;
}

/* line 5859, app/assets/stylesheets/frontend/application.scss */
.send-message-form textarea,
.modal-resend-invite textarea {
  height: 120px;
  border: 1px solid #ccc;
  margin-top: 10px;
}

/* line 5867, app/assets/stylesheets/frontend/application.scss */
#modal-send-message .modal-footer,
#modal-resend-invite .modal-footer {
  width: 93%;
}

/* line 5869, app/assets/stylesheets/frontend/application.scss */
#modal-send-message .modal-footer .can,
#modal-resend-invite .modal-footer .can {
  margin-right: 15px;
}

/* line 5874, app/assets/stylesheets/frontend/application.scss */
.mission-img {
  text-align: center;
}

/* line 5877, app/assets/stylesheets/frontend/application.scss */
.mission-img img {
  max-height: 100%;
  max-width: 100%;
  /*    height: 180px;*/
  /*width: 100%;*/
}

/* line 5884, app/assets/stylesheets/frontend/application.scss */
.this-mission {
  padding: 15px 0;
  padding-bottom: 0;
}

/* line 5888, app/assets/stylesheets/frontend/application.scss */
.learn-more-btn {
  text-align: center;
  padding-top: 30px;
}

/* line 5891, app/assets/stylesheets/frontend/application.scss */
.learn-more-btn a {
  background: #33334f;
}

/* line 5893, app/assets/stylesheets/frontend/application.scss */
.learn-more-btn a:hover {
  background: #f41403;
}

/* line 5898, app/assets/stylesheets/frontend/application.scss */
.picker__day--infocus {
  padding: 0.5rem 0;
}

/* line 5901, app/assets/stylesheets/frontend/application.scss */
.mission-toolbox-op {
  opacity: 0.6;
}

/* line 5905, app/assets/stylesheets/frontend/application.scss */
.chosen-search input {
  width: 94% !important;
}

/* line 5909, app/assets/stylesheets/frontend/application.scss */
.top-head {
  background: #33334f;
  padding-top: 10px;
  height: 60px;
}

/* line 5914, app/assets/stylesheets/frontend/application.scss */
.time-remain {
  /*  border: 1px solid #ccc;*/
  padding: 10px;
  font-size: 40px;
  width: 50%;
  margin: auto;
}

/* line 5921, app/assets/stylesheets/frontend/application.scss */
.cs-footer, .cs-footer-new {
  background: #33334f;
  line-height: 60px;
  height: 60px;
  color: white;
  /*  position: absolute;
     bottom: 0;
     width: 100%;*/
}

/* line 5930, app/assets/stylesheets/frontend/application.scss */
.cs-motto {
  padding-top: 10px;
  font-family: "RefrigeratorReg", sans-serif;
  text-transform: uppercase;
}

/* line 5935, app/assets/stylesheets/frontend/application.scss */
.mission-box-cs {
  background: #fff;
  margin-top: 30px;
  clip-path: polygon(10px 0%, calc(100% - 10px) 0%, 100% 10px, 100% calc(100% - 10px), calc(100% - 10px) 100%, 10px 100%, 0% calc(100% - 10px), 0% 10px);
  padding-bottom: 30px !important;
  min-height: 205px !important;
}

/* line 5960, app/assets/stylesheets/frontend/application.scss */
.mission-box-cs .btn, .mission-box-cs .btn-large {
  background: #f41403;
  border: 1px solid #f41403;
  border-radius: 4px;
  /*    width:150px;*/
  height: 27px;
  text-transform: uppercase;
  font-size: 9px;
  line-height: 27px;
}

/* line 5971, app/assets/stylesheets/frontend/application.scss */
.threeg {
  font-size: 18px;
  padding: 10px 0;
}

/* line 5975, app/assets/stylesheets/frontend/application.scss */
.headone {
  color: #f41403;
  font-size: 16px;
  padding: 10px 0 0 0;
}

/* line 5980, app/assets/stylesheets/frontend/application.scss */
.des, .des-white {
  font-size: 16px;
  padding: 0 10px 10px 10px;
}

/* line 5984, app/assets/stylesheets/frontend/application.scss */
.save-bg {
  position: fixed;
  background: white;
  /*  width: 32% !important;*/
  text-align: center;
  bottom: 0;
  margin-left: -12px !important;
  z-index: 201;
}

/* line 5995, app/assets/stylesheets/frontend/application.scss */
.custom-tabs .owl-prev {
  position: absolute;
  top: 42%;
  left: -60px;
  padding: 5px 5px 0px 5px !important;
}

/* line 6001, app/assets/stylesheets/frontend/application.scss */
.custom-tabs .owl-next {
  position: absolute;
  top: 42%;
  right: 0;
  padding: 5px 5px 0px 5px !important;
}

/* line 6008, app/assets/stylesheets/frontend/application.scss */
.col-empty-space-mission {
  margin-bottom: 55px;
}

/* line 6011, app/assets/stylesheets/frontend/application.scss */
.mission-edit-drag-em {
  display: block;
  background-color: transparent;
  border-radius: 4px;
  height: 40px;
  line-height: 40px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  margin: 0 15px 15px;
}

/* line 6020, app/assets/stylesheets/frontend/application.scss */
.mission-edit-drag-em .btn, .mission-edit-drag-em .btn-large {
  width: 100%;
  height: 35px;
  line-height: 35px;
  font-size: 14px;
}

/* line 6029, app/assets/stylesheets/frontend/application.scss */
#modal-send-message h4,
#modal-resend-invite h4 {
  font-family: "RefrigeratorReg", sans-serif;
  font-size: 22px;
  color: #33334f;
  letter-spacing: 2.44px;
  text-align: center;
  text-transform: uppercase;
}

/* line 6038, app/assets/stylesheets/frontend/application.scss */
.cancel-margin {
  margin-right: 10px !important;
}

/* line 6041, app/assets/stylesheets/frontend/application.scss */
.new-color-scheme {
  background: #425a71;
}

/* line 6044, app/assets/stylesheets/frontend/application.scss */
.des-white {
  color: white;
}

/* line 6048, app/assets/stylesheets/frontend/application.scss */
.cs-footer-new {
  bottom: 0;
  width: 100%;
  position: absolute;
}

/*.thumbnail {
   max-width: 40%;
 }*/
/* line 6059, app/assets/stylesheets/frontend/application.scss */
.italic {
  font-style: italic;
}

/* line 6062, app/assets/stylesheets/frontend/application.scss */
.small {
  font-size: 0.8em;
}

/** LIGHTBOX MARKUP **/
/* line 6068, app/assets/stylesheets/frontend/application.scss */
.lightbox {
  /** Default lightbox to hidden */
  display: none;
  /** Position and style */
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100%;
  text-align: center;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
}

/* line 6083, app/assets/stylesheets/frontend/application.scss */
.lightbox img {
  /** Pad the lightbox image */
  max-width: 90%;
  max-height: 80%;
  margin-top: 2%;
}

/* line 6090, app/assets/stylesheets/frontend/application.scss */
.lightbox:target {
  /** Remove default browser outline */
  outline: none;
  /** Unhide lightbox **/
  display: block;
}

/* line 6097, app/assets/stylesheets/frontend/application.scss */
.invitation-area {
  height: 305px;
  overflow-y: auto;
}

/* line 6101, app/assets/stylesheets/frontend/application.scss */
.briefing-area {
  height: auto;
  overflow-y: auto;
}

/* line 6105, app/assets/stylesheets/frontend/application.scss */
.brainstorm-area {
  height: 136px;
  overflow-y: auto;
}

/* line 6109, app/assets/stylesheets/frontend/application.scss */
.preview-modal {
  width: 90%;
  height: 90% !important;
}

/* line 6114, app/assets/stylesheets/frontend/application.scss */
.mission-preview-footer .btn, .mission-preview-footer .btn-large {
  background: #f41403;
  border: 1px solid #f41403;
  border-radius: 4px;
  height: 27px;
  text-transform: uppercase;
  font-size: 9px;
  line-height: 27px;
  box-shadow: none;
}

/* line 6126, app/assets/stylesheets/frontend/application.scss */
.timeline-preview .btn, .timeline-preview .btn-large {
  background: #fff;
  border: 1px solid #33334f;
}

/* line 6131, app/assets/stylesheets/frontend/application.scss */
.del-btn {
  margin-left: 11px;
  margin-right: 11px;
  background: white !important;
  color: #9c9c9c;
  border: 1px solid #ccc !important;
  padding: 0px 13px;
}

/* line 6140, app/assets/stylesheets/frontend/application.scss */
.mission-round-save {
  width: 11% !important;
}

/* line 6145, app/assets/stylesheets/frontend/application.scss */
.agent-table input.select-dropdown {
  margin-bottom: 0 !important;
}

/* line 6149, app/assets/stylesheets/frontend/application.scss */
.agent-table th label {
  font-size: 0.8rem;
  color: #212121;
  padding: 14px 0;
  float: left;
  text-align: center;
  width: 100%;
}

/* line 6159, app/assets/stylesheets/frontend/application.scss */
.agent-table td label {
  font-size: 0.8rem;
  color: #666666;
  padding: 14px 0;
  float: left;
  text-align: center;
  width: 100%;
}

/* line 6169, app/assets/stylesheets/frontend/application.scss */
.user-table {
  max-height: 500px;
  overflow-y: auto;
  margin-top: 20px;
}

/* line 6174, app/assets/stylesheets/frontend/application.scss */
.ideas-user-table {
  max-height: 500px;
  overflow-y: auto;
  margin-top: 20px;
}

/* line 6179, app/assets/stylesheets/frontend/application.scss */
.user-table-new {
  margin-top: 0 !important;
}

/* line 6182, app/assets/stylesheets/frontend/application.scss */
.ideas-user-table-new {
  margin-top: 0 !important;
}

/* line 6186, app/assets/stylesheets/frontend/application.scss */
.user-manage-btn .btn, .user-manage-btn .btn-large {
  background: #f41403;
  border: 1px solid #f41403;
  border-radius: 4px;
  height: 27px;
  text-transform: uppercase;
  font-size: 11px;
  line-height: 27px;
}

/* line 6196, app/assets/stylesheets/frontend/application.scss */
.plan-description {
  margin: 20px 0;
  padding: 15px;
  background: white;
  color: #33334f;
  text-align: center;
  box-shadow: 3px 3px 3px;
}

/* line 6206, app/assets/stylesheets/frontend/application.scss */
.plan-form .email-txt-white label {
  font-size: 13px;
}

/* line 6212, app/assets/stylesheets/frontend/application.scss */
.plan-textarea textarea {
  background: #425a71;
  height: 50px;
  border: none;
  color: white;
  margin-bottom: 20px;
}

/* line 6220, app/assets/stylesheets/frontend/application.scss */
.green-button-area-text {
  color: white;
  text-align: center;
  padding-top: 20px;
}

/* line 6225, app/assets/stylesheets/frontend/application.scss */
.red-button-review-area {
  position: relative;
}

/* line 6228, app/assets/stylesheets/frontend/application.scss */
.red-button-review {
  position: absolute;
  left: 130px;
}

/* line 6232, app/assets/stylesheets/frontend/application.scss */
.drag-box-template {
  background: #008dd7;
  color: white;
  border-radius: 4px;
  text-transform: uppercase;
  text-align: center;
  cursor: pointer;
  margin-top: 5px;
}

/* line 6241, app/assets/stylesheets/frontend/application.scss */
.new-template {
  margin-left: 0;
  margin-bottom: 10px;
}

/* line 6245, app/assets/stylesheets/frontend/application.scss */
.template-modal {
  height: 90% !important;
}

/* line 6248, app/assets/stylesheets/frontend/application.scss */
.mission-box-template {
  background: white;
  margin-top: 0;
  width: 100% !important;
  padding-bottom: 0 !important;
  border: 1px solid #ccc;
  position: relative;
  /*  .mission-img {
       min-width: 207px;
     }*/
}

/* line 6257, app/assets/stylesheets/frontend/application.scss */
.mission-box-template .row {
  margin-bottom: 0;
}

/* line 6260, app/assets/stylesheets/frontend/application.scss */
.mission-box-template .top-heading {
  padding: 20px 0 15px 20px;
  float: left;
}

/* line 6265, app/assets/stylesheets/frontend/application.scss */
.mission-box-template .points {
  font-size: 9px;
  color: #474648;
  letter-spacing: 1.12px;
  float: right;
  padding: 20px 20px 15px 15px;
}

/* line 6272, app/assets/stylesheets/frontend/application.scss */
.mission-box-template .xp {
  text-transform: uppercase;
  color: #0ed583;
}

/* line 6279, app/assets/stylesheets/frontend/application.scss */
.mission-box-template .main-heading {
  font-family: "RefrigeratorReg", sans-serif;
  font-size: 16px;
  color: #33334f;
  letter-spacing: 2.44px;
  text-transform: uppercase;
  margin: 15px 20px;
  line-height: 21px;
  max-height: 60px;
  overflow: hidden;
}

/* line 6291, app/assets/stylesheets/frontend/application.scss */
.mission-box-template .small-txt {
  font-size: 9px;
  color: #f41403;
  letter-spacing: 1.12px;
  text-align: center;
  text-transform: uppercase;
}

/* line 6298, app/assets/stylesheets/frontend/application.scss */
.mission-box-template .time {
  font-family: "RefrigeratorReg", sans-serif;
  font-size: 20px;
  color: #33334f;
  text-align: center;
  padding-top: 8px;
  padding-bottom: 10px;
}

/* line 6306, app/assets/stylesheets/frontend/application.scss */
.mission-box-template .btn, .mission-box-template .btn-large {
  background: white;
  border: 1px solid #f41403;
  border-radius: 4px;
  width: 150px;
  height: 27px;
  text-transform: uppercase;
  font-size: 9px;
  line-height: 27px;
  color: #f41403;
  box-shadow: none;
}

/* line 6320, app/assets/stylesheets/frontend/application.scss */
.mission-box-template.pops .main-heading {
  padding-top: 24px;
  font-family: "RefrigeratorReg", sans-serif;
  font-size: 16px;
  color: #33334f;
  letter-spacing: 2.44px;
  text-transform: uppercase;
  margin: 0px;
  line-height: 21px;
  max-height: 60px;
  overflow: hidden;
}

/* line 6336, app/assets/stylesheets/frontend/application.scss */
.mission-box-template.pops .mb-select {
  background: #33334f;
  color: white;
  width: 100% !important;
  padding: 10px 0 4px 0;
}

/* line 6344, app/assets/stylesheets/frontend/application.scss */
.popup-container .tabs.new-template {
  padding-top: 10px;
  background: transparent;
  overflow-x: hidden;
  width: 60% !important;
  margin: 0 auto 20px;
}

/* line 6352, app/assets/stylesheets/frontend/application.scss */
.mission-img-template-page {
  height: 168px;
}

/* line 6354, app/assets/stylesheets/frontend/application.scss */
.mission-img-template-page img {
  max-height: 100%;
  max-width: 100%;
}

/* line 6362, app/assets/stylesheets/frontend/application.scss */
.mission-img-template img {
  width: 200px;
  height: 66px;
  -o-object-fit: cover;
     object-fit: cover;
  float: left;
}

/* line 6370, app/assets/stylesheets/frontend/application.scss */
#from-template .owl-next {
  right: -20px;
}

/* line 6374, app/assets/stylesheets/frontend/application.scss */
.mb-select {
  background: #33334f;
  color: white;
  width: 85%;
  padding: 10px 0 4px 0;
}

/* line 6379, app/assets/stylesheets/frontend/application.scss */
.mb-select i {
  float: none;
  display: initial;
  margin-right: 0;
}

/* line 6385, app/assets/stylesheets/frontend/application.scss */
.t-border {
  border: 1px solid #000;
}

/* line 6388, app/assets/stylesheets/frontend/application.scss */
.mission-box-template-page {
  background: white;
  margin-top: 30px;
  width: 85% !important;
  padding-bottom: 30px !important;
  border: 1px solid #ccc;
  clip-path: polygon(10px 0%, calc(100% - 10px) 0%, 100% 10px, 100% calc(100% - 10px), calc(100% - 10px) 100%, 10px 100%, 0% calc(100% - 10px), 0% 10px);
  min-height: 280px !important;
  max-height: 280px;
  /*  .mission-img {
       min-width: 207px;
     }*/
}

/* line 6416, app/assets/stylesheets/frontend/application.scss */
.mission-box-template-page .top-heading {
  padding: 20px 0 15px 20px;
  float: left;
}

/* line 6421, app/assets/stylesheets/frontend/application.scss */
.mission-box-template-page .points {
  font-size: 9px;
  color: #474648;
  letter-spacing: 1.12px;
  float: right;
  padding: 20px 20px 15px 15px;
}

/* line 6428, app/assets/stylesheets/frontend/application.scss */
.mission-box-template-page .xp {
  text-transform: uppercase;
  color: #0ed583;
}

/* line 6435, app/assets/stylesheets/frontend/application.scss */
.mission-box-template-page .main-heading {
  font-family: "RefrigeratorReg", sans-serif;
  font-size: 16px;
  color: #33334f;
  letter-spacing: 2.44px;
  text-transform: uppercase;
  margin: 15px 20px;
  line-height: 21px;
  max-height: 25px;
  overflow: hidden;
}

/* line 6446, app/assets/stylesheets/frontend/application.scss */
.mission-box-template-page .small-txt {
  font-size: 9px;
  color: #f41403;
  letter-spacing: 1.12px;
  text-align: center;
  text-transform: uppercase;
}

/* line 6453, app/assets/stylesheets/frontend/application.scss */
.mission-box-template-page .time {
  font-family: "RefrigeratorReg", sans-serif;
  font-size: 20px;
  color: #33334f;
  text-align: center;
  padding-top: 8px;
  padding-bottom: 10px;
}

/* line 6461, app/assets/stylesheets/frontend/application.scss */
.mission-box-template-page .btn, .mission-box-template-page .btn-large {
  background: white;
  border: 1px solid #f41403;
  border-radius: 4px;
  width: 150px;
  height: 27px;
  text-transform: uppercase;
  font-size: 9px;
  line-height: 27px;
  color: #f41403;
  box-shadow: none;
}

/* line 6475, app/assets/stylesheets/frontend/application.scss */
.template-page-arrows .owl-prev {
  position: absolute;
  top: 42%;
  left: -60px;
  padding: 5px 5px 0px 5px !important;
}

/* line 6481, app/assets/stylesheets/frontend/application.scss */
.template-page-arrows .owl-next {
  position: absolute;
  top: 42%;
  right: 0;
  padding: 5px 5px 0px 5px !important;
}

/* line 6487, app/assets/stylesheets/frontend/application.scss */
.template-page-arrows .owl-controls {
  margin-top: 30px;
}

/* line 6491, app/assets/stylesheets/frontend/application.scss */
.template-unselected {
  display: none;
}

/* line 6495, app/assets/stylesheets/frontend/application.scss */
.two-btns {
  width: 110px !important;
  padding: 0 10px;
  margin: 0 10px;
}

/* line 6501, app/assets/stylesheets/frontend/application.scss */
#ai-text {
  color: white;
}

/* line 6508, app/assets/stylesheets/frontend/application.scss */
.modal-fullwidth.end-mission {
  z-index: -1;
}

/* line 6512, app/assets/stylesheets/frontend/application.scss */
.file-field .description {
  font-size: smaller;
}

/* line 6515, app/assets/stylesheets/frontend/application.scss */
.ellipsed {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 6521, app/assets/stylesheets/frontend/application.scss */
#am-invites-table input[type="checkbox"]:not(:checked),
#am-invites-table input[type="checkbox"]:checked {
  position: relative !important;
  opacity: 1 !important;
  left: 0 !important;
}

/*
 #idea-board-view {
     float: left;
     position: absolute;
     height: 100%;
     overflow-x: hidden;
     overflow-y: auto;
 }
 .idea-box-leftside {
     position: absolute;
     height: 100%;
     overflow-x: hidden;
     overflow-y: auto;
 }
 #open-board {
     overflow: hidden;
 }
 .col.l8.m8.s12.cols {
     float: left;
     position: relative;
 }
 #ideas-table {
     float: left;
     width: 100%;
 }
 
 */
/* line 6555, app/assets/stylesheets/frontend/application.scss */
#ideas-table {
  float: left;
  width: 100%;
  position: absolute;
  height: 100%;
  right: 0;
  left: 0;
}

/* line 6563, app/assets/stylesheets/frontend/application.scss */
#idea-board-view {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow-x: visible;
  top: 0;
  padding: 8px;
  overflow-y: auto;
}

/* line 6572, app/assets/stylesheets/frontend/application.scss */
.col.l8.m8.s12.cols {
  float: right;
  position: absolute;
  right: 0;
  height: 100%;
}

/* line 6578, app/assets/stylesheets/frontend/application.scss */
.col.l4.m4.s12.white-bg.no-pad.cols.left {
  margin: 0;
}

/* line 6581, app/assets/stylesheets/frontend/application.scss */
.col.l4.m4.s12.white-bg.no-pad.cols.left {
  margin: 0;
}

/* line 6584, app/assets/stylesheets/frontend/application.scss */
.idea-box-leftside {
  position: absolute;
  height: 100%;
  overflow-x: hidden;
  overflow-y: hidden;
}

/* line 6590, app/assets/stylesheets/frontend/application.scss */
#open-board {
  overflow: hidden;
}

/* line 6593, app/assets/stylesheets/frontend/application.scss */
.modal-close.btn-flat {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 300;
  padding: 0 !important;
}

/* line 6599, app/assets/stylesheets/frontend/application.scss */
.modal-close.btn-flat .material-icons {
  font-size: 32px;
  margin-top: -2px;
}

/* line 6604, app/assets/stylesheets/frontend/application.scss */
#open-end-note a.waves-effect.waves-light.btn, #open-end-note .waves-light.btn-large {
  background: #f41403;
  border: 1px solid #f41403;
  border-radius: 4px;
  height: 27px;
  text-transform: uppercase;
  font-size: 9px;
  line-height: 27px;
  color: white;
}

/* line 6615, app/assets/stylesheets/frontend/application.scss */
strong {
  font-weight: bold;
}

/* line 6618, app/assets/stylesheets/frontend/application.scss */
em {
  font-style: italic;
}

/* line 6622, app/assets/stylesheets/frontend/application.scss */
li.title:hover {
  background-color: white;
}

/* line 6627, app/assets/stylesheets/frontend/application.scss */
table#am-invites-table .active {
  top: initial !important;
}

/* line 6635, app/assets/stylesheets/frontend/application.scss */
.nop-pad {
  padding: 0 !important;
}

/* line 6638, app/assets/stylesheets/frontend/application.scss */
.delete-comment-link {
  visibility: hidden;
}

/* line 6642, app/assets/stylesheets/frontend/application.scss */
.comment-row:hover .delete-comment-link {
  visibility: visible;
}

/* line 6646, app/assets/stylesheets/frontend/application.scss */
.list-dropdown {
  background: #425a71 !important;
  position: relative;
  cursor: pointer;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #9e9e9e;
  outline: none;
  height: auto;
  line-height: 2rem;
  width: 100%;
  font-size: 13px;
  margin: 0 0 20px 0;
  padding: 0;
  display: list-item;
  color: #fff;
}

/* line 6662, app/assets/stylesheets/frontend/application.scss */
.list-dropdown li {
  list-style: none;
  padding: 1px 10px;
  z-index: 2;
  width: 100%;
  text-align: left;
}

/* line 6668, app/assets/stylesheets/frontend/application.scss */
.list-dropdown li span {
  color: gray;
}

/* line 6671, app/assets/stylesheets/frontend/application.scss */
.list-dropdown li p {
  color: #b7b7dc;
  font-size: 12px;
  padding: 0 0 5px !important;
  margin: 0 !important;
  line-height: normal !important;
}

/* line 6677, app/assets/stylesheets/frontend/application.scss */
.list-dropdown li p a {
  color: #333450;
  text-decoration: underline;
  font-weight: 400;
}

/* line 6685, app/assets/stylesheets/frontend/application.scss */
.list-dropdown li:not(.init) {
  float: left;
  display: none;
  background: #fff;
}

/* line 6689, app/assets/stylesheets/frontend/application.scss */
.list-dropdown li:not(.init):hover {
  background: #f4f4f4;
}

/* line 6693, app/assets/stylesheets/frontend/application.scss */
.list-dropdown li.selected:not(.init) {
  background: #f4f4f4;
}

/* line 6699, app/assets/stylesheets/frontend/application.scss */
li.init {
  cursor: pointer;
}

/* line 6701, app/assets/stylesheets/frontend/application.scss */
li.init span {
  color: #fff;
}

/* line 6704, app/assets/stylesheets/frontend/application.scss */
li.init p {
  display: none;
}

/* line 6709, app/assets/stylesheets/frontend/application.scss */
a#submit {
  z-index: 1;
}

/* line 6713, app/assets/stylesheets/frontend/application.scss */
.bmc-content h6 {
  color: #666;
  text-align: left;
  padding: 5px 15px;
}

/* line 6719, app/assets/stylesheets/frontend/application.scss */
.planned-text {
  color: #dbe3ef !important;
}

/* line 6722, app/assets/stylesheets/frontend/application.scss */
.error-bottom-logo {
  position: absolute;
  left: 39%;
  bottom: 60px;
}

/* line 6727, app/assets/stylesheets/frontend/application.scss */
.error-center {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 85%;
  width: 60%;
  margin: 0 auto;
  text-align: center;
}

/* line 6736, app/assets/stylesheets/frontend/application.scss */
.ec-data {
  color: white;
  width: 50%;
  padding: 20px;
}

/* line 6740, app/assets/stylesheets/frontend/application.scss */
.ec-data h1 {
  margin-bottom: 0;
  font-weight: 300;
}

/* line 6744, app/assets/stylesheets/frontend/application.scss */
.ec-data .para {
  font-size: 18px;
  font-weight: 300;
}

/* line 6747, app/assets/stylesheets/frontend/application.scss */
.ec-data .para a {
  color: #f41403;
}

/* line 6752, app/assets/stylesheets/frontend/application.scss */
.error-small-text {
  font-size: 16px;
  letter-spacing: 11px;
  font-weight: 300;
}

/* line 6757, app/assets/stylesheets/frontend/application.scss */
#modal-open-invite-url.modal.modal-fixed-footer.resized-modal {
  max-height: 92%;
  top: 50% !important;
  transform: translateY(-50%) !important;
}

/* line 6761, app/assets/stylesheets/frontend/application.scss */
#modal-open-invite-url.modal.modal-fixed-footer.resized-modal a#copy-invite-url {
  margin-right: 5px;
}

/* line 6765, app/assets/stylesheets/frontend/application.scss */
#timeline-refresh.modal.modal-fixed-footer.resized-modal {
  max-height: 92%;
  top: 50% !important;
  transform: translateY(-50%) !important;
  text-align: center;
}

/* line 6770, app/assets/stylesheets/frontend/application.scss */
#timeline-refresh.modal.modal-fixed-footer.resized-modal a.action-timeline-refresh {
  float: none !important;
  margin: 5px;
}

/* line 6775, app/assets/stylesheets/frontend/application.scss */
.resized-modal {
  height: 210px !important;
}

/* line 6778, app/assets/stylesheets/frontend/application.scss */
.col.l7.m10.s12.mission-cards {
  margin-left: auto;
  left: auto;
  right: auto;
  margin-right: auto;
  float: none;
  display: block;
}

/* line 6787, app/assets/stylesheets/frontend/application.scss */
.mtname a.modal-trigger {
  color: white;
}

/* line 6791, app/assets/stylesheets/frontend/application.scss */
.mission-team-modal {
  background: #fff;
}

/* line 6794, app/assets/stylesheets/frontend/application.scss */
.mission-team-modal .rest-users .ol-box-small {
  padding: 10px 10px 5px;
  border: 0 solid #f0f0f0 !important;
  position: relative;
  z-index: 2;
  background: white;
}

/* line 6800, app/assets/stylesheets/frontend/application.scss */
.mission-team-modal .rest-users .ol-box-small .card-description-txt {
  color: #33334f;
  letter-spacing: 0px;
}

/* line 6806, app/assets/stylesheets/frontend/application.scss */
.mission-team-modal .idea-img {
  width: 45px !important;
  height: 45px !important;
  -o-object-fit: cover;
     object-fit: cover;
}

/* line 6813, app/assets/stylesheets/frontend/application.scss */
.mission-team-modal .current-user .ol-box-small {
  padding: 10px 10px 5px;
  border: 0 solid #f0f0f0 !important;
  position: relative;
  z-index: 2;
  background: white;
}

/* line 6820, app/assets/stylesheets/frontend/application.scss */
.mission-team-modal .current-user .ol-box-small .col.s1 .idea-img {
  width: 55px !important;
  height: 55px !important;
  -o-object-fit: cover;
     object-fit: cover;
}

/* line 6826, app/assets/stylesheets/frontend/application.scss */
.mission-team-modal .current-user .ol-box-small .card-description-txt {
  font-size: 16px !important;
  color: #33334f;
  letter-spacing: 0px;
}

/* line 6831, app/assets/stylesheets/frontend/application.scss */
.mission-team-modal .current-user .ol-box-small .ol-pad-top {
  padding-top: 15px !important;
}

/* line 6838, app/assets/stylesheets/frontend/application.scss */
.top-head-user .idea-img {
  width: 50px !important;
  height: 50px !important;
  -o-object-fit: cover;
     object-fit: cover;
}

/* line 6843, app/assets/stylesheets/frontend/application.scss */
.top-head-user .ol-pad-top {
  padding-top: 17px !important;
}

/* line 6847, app/assets/stylesheets/frontend/application.scss */
.mar-center {
  margin: 0 auto !important;
  left: 0 !important;
  right: 0 !important;
}

/* line 6853, app/assets/stylesheets/frontend/application.scss */
.password-start {
  background: #f41403;
  border: 1px solid #f41403;
  border-radius: 4px;
  width: 170px;
  height: 31px;
  text-transform: uppercase;
  font-size: 9px;
  line-height: 27px;
}

/* line 6864, app/assets/stylesheets/frontend/application.scss */
.open-leader-board-end-note {
  background: #f41403;
  border: 1px solid #f41403;
  border-radius: 4px;
  width: 150px;
  height: 27px;
  text-transform: uppercase;
  font-size: 9px;
  line-height: 27px;
}

/* line 6875, app/assets/stylesheets/frontend/application.scss */
.idea-title-label {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.02em;
  color: #688FAF;
}

/* line 6885, app/assets/stylesheets/frontend/application.scss */
.mission-title-text {
  height: 45px !important;
  background: #FFFFFF !important;
  border: 1px solid #DBE3EF !important;
  padding-left: 15px !important;
  margin-bottom: 0px !important;
  margin-top: 5px !important;
  color: black !important;
  font-weight: 400;
}

/* line 6896, app/assets/stylesheets/frontend/application.scss */
.description-box {
  margin-top: 1rem;
  height: 80px;
  background: #FFFFFF;
  border: 1px solid #DBE3EF;
  padding: 10px 15px;
  overflow-y: scroll;
  overflow-x: hidden;
}

/* line 6907, app/assets/stylesheets/frontend/application.scss */
.tags-box {
  margin-top: 5px;
  height: auto;
  background: #FFFFFF;
  border: 1px solid #DBE3EF;
  padding-left: 10px;
  overflow-y: scroll;
  overflow-x: hidden;
  padding-top: 9px;
  min-height: 55px;
}

/* line 6919, app/assets/stylesheets/frontend/application.scss */
.add-tag-label {
  display: flex;
  cursor: pointer;
}

/* line 6923, app/assets/stylesheets/frontend/application.scss */
.add-tag-label i {
  color: #688FAF;
  font-size: 21px !important;
}

/* line 6927, app/assets/stylesheets/frontend/application.scss */
.add-tag-label p {
  color: #688FAF;
}

/* line 6932, app/assets/stylesheets/frontend/application.scss */
.save-btn {
  margin-top: 20px;
  text-align: center;
}

/* line 6937, app/assets/stylesheets/frontend/application.scss */
.tags-text {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  text-align: right;
  letter-spacing: 0.02em;
  color: #688FAF;
  float: right;
}

/* line 6948, app/assets/stylesheets/frontend/application.scss */
.idea-title-upper-case {
  text-transform: uppercase;
  margin: 0;
}

/* line 6952, app/assets/stylesheets/frontend/application.scss */
.field-black {
  color: black;
}

/* line 6958, app/assets/stylesheets/frontend/application.scss */
.wordbreak {
  text-align: left;
  padding: 10px;
  padding-left: 25px;
}

/* line 6963, app/assets/stylesheets/frontend/application.scss */
.alert-user-session {
  font-size: 15px;
  margin-top: 0px;
  padding: 5px 5px;
  color: #039be5;
}

/* line 6970, app/assets/stylesheets/frontend/application.scss */
.inbox-icons {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* line 6974, app/assets/stylesheets/frontend/application.scss */
.inbox-icons i {
  font-size: 20px;
}

/* line 6977, app/assets/stylesheets/frontend/application.scss */
.inbox-icons span {
  font-size: 13px;
  padding-left: 3px;
}

/* line 6983, app/assets/stylesheets/frontend/application.scss */
.existing-asr-variable input.input-table-field {
  margin-bottom: 0 !important;
}

/* line 6988, app/assets/stylesheets/frontend/application.scss */
.existing-asr-variable .asr-variable-values table td,
.existing-asr-variable .asr-variable-values table th {
  padding: 3px 5px;
  display: table-cell;
  text-align: left;
  vertical-align: middle;
  border-radius: 2px;
}

/* line 6996, app/assets/stylesheets/frontend/application.scss */
.existing-asr-variable .asr-variable-values table td .input-table-field,
.existing-asr-variable .asr-variable-values table th .input-table-field {
  margin: 0 !important;
  border: 1px solid #d0d0d0;
  border-radius: 3px;
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box;
}

/* line 7004, app/assets/stylesheets/frontend/application.scss */
.existing-asr-variable .asr-variable-values table td a.remove-asr-variable-value,
.existing-asr-variable .asr-variable-values table th a.remove-asr-variable-value {
  margin: 0 auto !important;
  width: 100% !important;
  text-align: center !important;
  float: left;
}

/* line 7009, app/assets/stylesheets/frontend/application.scss */
.existing-asr-variable .asr-variable-values table td a.remove-asr-variable-value i.material-icons,
.existing-asr-variable .asr-variable-values table th a.remove-asr-variable-value i.material-icons {
  color: #f41403;
}

/* line 7016, app/assets/stylesheets/frontend/application.scss */
.existing-asr-variable .extra-margin {
  margin-top: 15px;
  margin-right: 10px;
}

/* line 7020, app/assets/stylesheets/frontend/application.scss */
.existing-asr-variable i.material-icons {
  color: #f41403;
}

/* line 7025, app/assets/stylesheets/frontend/application.scss */
.review-tbtns .r-label {
  float: left;
  line-height: 1.5;
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.87);
  margin: 13px 10px 0 10px;
}

/* line 7033, app/assets/stylesheets/frontend/application.scss */
.review-tbtns ul {
  float: left;
  width: 100%;
  height: auto;
  margin: 5px 0;
}

/* line 7038, app/assets/stylesheets/frontend/application.scss */
.review-tbtns ul li {
  float: left;
}

/* line 7044, app/assets/stylesheets/frontend/application.scss */
.review-tbtns .buttons-radio .rb-inputs [type="radio"] + label::before {
  content: "";
  position: absolute;
  left: -4px;
  top: -4px;
  margin: 4px;
  height: 100%;
  width: 100%;
  z-index: 0;
  transition: 0.28s ease;
  border-radius: 3px !important;
}

/* line 7056, app/assets/stylesheets/frontend/application.scss */
.review-tbtns .buttons-radio .rb-inputs [type="radio"]:not(:checked) + label::before {
  border: 2px solid #d1d1d1;
}

/* line 7059, app/assets/stylesheets/frontend/application.scss */
.review-tbtns .buttons-radio .rb-inputs [type="radio"] + label::after {
  content: "";
  position: absolute;
  left: -4px;
  top: -4px;
  margin: 4px;
  height: 100%;
  width: 100%;
  z-index: 0;
  transition: 0.28s ease;
  border-radius: 3px !important;
}

/* line 7071, app/assets/stylesheets/frontend/application.scss */
.review-tbtns .buttons-radio .rb-inputs [type="radio"]:not(:checked) + label {
  position: relative;
  padding: 12px 18px;
  cursor: pointer;
  display: inline-block;
  height: auto;
  line-height: normal;
  font-size: 0.8rem;
  transition: 0.28s ease;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  text-align: center;
  margin: 4px;
}

/* line 7085, app/assets/stylesheets/frontend/application.scss */
.review-tbtns .buttons-radio .rb-inputs [type="radio"]:checked + label {
  position: relative;
  padding: 12px 18px;
  cursor: pointer;
  display: inline-block;
  height: auto;
  line-height: normal;
  font-size: 0.8rem;
  transition: 0.28s ease;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  text-align: center;
  color: #fff !important;
  margin: 4px;
  z-index: 4;
}

/* line 7101, app/assets/stylesheets/frontend/application.scss */
.review-tbtns .buttons-radio .rb-inputs [type="radio"]:not(:checked) + label::after {
  border: 2px solid #dbdbdb !important;
}

/* line 7104, app/assets/stylesheets/frontend/application.scss */
.review-tbtns .buttons-radio .rb-inputs [type="radio"]:not(:checked) + label {
  font-size: 0.8rem;
  color: #999999 !important;
}

/* line 7108, app/assets/stylesheets/frontend/application.scss */
.review-tbtns .buttons-radio .rb-inputs [type="radio"]:checked + label::after,
.review-tbtns .buttons-radio .rb-inputs .with-gap[type="radio"]:checked + label::after {
  background-color: #e53935;
  z-index: -1;
  position: absolute;
  border-color: #e53935;
}

/* line 7118, app/assets/stylesheets/frontend/application.scss */
.margin-0-auto {
  margin: 0 auto;
  float: none !important;
  display: table;
}

/* line 7123, app/assets/stylesheets/frontend/application.scss */
.noborder {
  border: none;
}

/* line 7126, app/assets/stylesheets/frontend/application.scss */
.collapsible-body {
  height: auto !important;
}

/* line 7129, app/assets/stylesheets/frontend/application.scss */
.welcome-container {
  margin-left: 30px;
}

/* line 7132, app/assets/stylesheets/frontend/application.scss */
.intro-logo {
  margin-top: 40px;
}

/* line 7134, app/assets/stylesheets/frontend/application.scss */
.intro-logo img {
  width: 50%;
}

/* line 7138, app/assets/stylesheets/frontend/application.scss */
.welcome-white {
  font-family: "RefrigeratorLight", sans-serif;
  font-size: 27px;
  font-weight: 200;
}

/* line 7144, app/assets/stylesheets/frontend/application.scss */
.home-links a {
  font-family: "RefrigeratorLight", sans-serif;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 200;
  color: white;
  cursor: pointer;
}

/* line 7152, app/assets/stylesheets/frontend/application.scss */
.home-links a:hover {
  color: red;
}

/* line 7158, app/assets/stylesheets/frontend/application.scss */
a.hoverable .links-white {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 200;
  color: white;
}

/* line 7167, app/assets/stylesheets/frontend/application.scss */
a.hoverable .liks-white-inner * {
  color: black;
  font-weight: 400;
}

/* line 7172, app/assets/stylesheets/frontend/application.scss */
a.hoverable .liks-white-inner:hover * {
  color: red;
}

/* line 7177, app/assets/stylesheets/frontend/application.scss */
a.hoverable .liks-white-inner span {
  font-size: 12px;
}

/* line 7182, app/assets/stylesheets/frontend/application.scss */
.liks-white-inner {
  min-height: 131px;
  border: 1px solid #cccccc;
  background: #fff;
  color: black;
  padding: 15px 10px;
  border-radius: 0;
  clip-path: polygon(0% 10%, 10% 0%, 100% 0%, 90% 0%, 100% 10%, 100% 90%, 90% 100%, 0% 100%, 10% 100%, 0% 90%);
}

/* line 7202, app/assets/stylesheets/frontend/application.scss */
.liks-white-inner:hover {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  cursor: pointer;
}

/* line 7206, app/assets/stylesheets/frontend/application.scss */
.liks-white-inner:hover a {
  color: red;
}

/* line 7212, app/assets/stylesheets/frontend/application.scss */
.image-mask {
  overflow: hidden;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 8% !important;
  margin-top: 40px;
}

/* line 7220, app/assets/stylesheets/frontend/application.scss */
.image-mask-text {
  display: none;
  position: absolute;
  color: white;
  font-family: roboto;
  font-weight: 100;
  background: rgba(55, 57, 84, 0.9);
  border-radius: 10px;
  padding: 15px;
  left: 10%;
  top: 10%;
  width: 83%;
}

/* line 7232, app/assets/stylesheets/frontend/application.scss */
.image-mask-text a {
  color: red;
}

/* line 7236, app/assets/stylesheets/frontend/application.scss */
.settings-menu {
  color: white;
  font-size: 35px;
  font-family: "RefrigeratorReg", sans-serif;
  text-transform: uppercase;
}

/* line 7241, app/assets/stylesheets/frontend/application.scss */
.settings-menu i {
  vertical-align: text-top;
  padding-right: 10px;
  font-size: 38px;
}

/* line 7246, app/assets/stylesheets/frontend/application.scss */
.settings-menu a {
  color: white;
}

/* line 7248, app/assets/stylesheets/frontend/application.scss */
.settings-menu a:hover {
  color: red;
}

/* line 7253, app/assets/stylesheets/frontend/application.scss */
.account-settings {
  text-decoration: underline;
  color: white;
  font-family: Roboto, arial, sans-serif;
  font-size: 20px;
  font-weight: 100;
  text-transform: uppercase;
}

/* line 7261, app/assets/stylesheets/frontend/application.scss */
.icons-list {
  color: white;
  font-family: Roboto, arial, sans-serif;
  font-size: 16px;
  font-weight: 100;
  text-transform: uppercase;
  text-align: center;
}

/* line 7268, app/assets/stylesheets/frontend/application.scss */
.icons-list i {
  font-size: 60px;
}

/*For internet explorer*/
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* line 7275, app/assets/stylesheets/frontend/application.scss */
  .menu-logo {
    position: absolute;
    bottom: 70px;
  }
  /* line 7279, app/assets/stylesheets/frontend/application.scss */
  .file-field input[type="file"] {
    top: 30px;
  }
  /* line 7282, app/assets/stylesheets/frontend/application.scss */
  #setting-ie input {
    top: 30px !important;
  }
  /* line 7285, app/assets/stylesheets/frontend/application.scss */
  .setting-ie-save-bg {
    bottom: 35px;
  }
  /* line 7288, app/assets/stylesheets/frontend/application.scss */
  .mission-box,
.mission-box-transparent {
    border-radius: 10px;
  }
  /* line 7292, app/assets/stylesheets/frontend/application.scss */
  .mission-box-transparent::before,
.mission-box-transparent::after {
    border-left: none;
  }
  /* line 7296, app/assets/stylesheets/frontend/application.scss */
  .mission-box-transparent .mb-box-inner::before,
.mission-box-transparent .mb-box-inner::after {
    border-left: none;
  }
  /* line 7301, app/assets/stylesheets/frontend/application.scss */
  .picker__box {
    margin-top: 50px !important;
  }
  /* line 7304, app/assets/stylesheets/frontend/application.scss */
  .imagery-btn input {
    top: 60px !important;
  }
  /* line 7307, app/assets/stylesheets/frontend/application.scss */
  .cm-drop input {
    top: 60px !important;
  }
  /* line 7310, app/assets/stylesheets/frontend/application.scss */
  .browser-btn input {
    top: 0px !important;
  }
  /* line 7314, app/assets/stylesheets/frontend/application.scss */
  .custom-tabs .select-dropdown {
    height: 32px !important;
    line-height: 32px !important;
  }
  /* line 7319, app/assets/stylesheets/frontend/application.scss */
  .invitation-area {
    padding-left: 30px;
  }
  /* line 7322, app/assets/stylesheets/frontend/application.scss */
  input:not([type]),
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="time"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="tel"],
input[type="number"],
input[type="search"],
textarea.materialize-textarea {
    text-indent: 0 !important;
    padding-left: 10px;
    padding-right: 10px;
  }
  /* line 7340, app/assets/stylesheets/frontend/application.scss */
  .custom-tabs .tabs {
    width: 90% !important;
  }
  /* line 7342, app/assets/stylesheets/frontend/application.scss */
  .custom-tabs .tabs .tab {
    width: 25% !important;
  }
  /* line 7344, app/assets/stylesheets/frontend/application.scss */
  .custom-tabs .tabs .tab a {
    text-overflow: clip;
    width: auto !important;
  }
  /* line 7353, app/assets/stylesheets/frontend/application.scss */
  .mission-management-tabs .tabs .tab {
    width: 33.33% !important;
  }
  /* line 7360, app/assets/stylesheets/frontend/application.scss */
  #setting-ie-new-mission-id .tabs .tab {
    width: 50% !important;
  }
}

/* line 7366, app/assets/stylesheets/frontend/application.scss */
.fixed-title {
  background-color: #fafafa;
  position: fixed;
  padding: 20px 0px;
  width: 98%;
  left: 0;
  top: 0;
  z-index: 10;
}

/* line 7375, app/assets/stylesheets/frontend/application.scss */
.fixed-title-spacing {
  margin-top: 25px;
}

/* line 7378, app/assets/stylesheets/frontend/application.scss */
.close-fixed {
  position: fixed !important;
  top: 10px !important;
}

@media screen and (min-width: 0\0) {
  /* line 7383, app/assets/stylesheets/frontend/application.scss */
  .cm-drop input {
    margin-top: -22px !important;
    font-size: 100px !important;
  }
}

/* line 7389, app/assets/stylesheets/frontend/application.scss */
.welcome-center {
  display: block;
  justify-content: center;
  align-items: center;
  height: auto;
  width: 50%;
  margin: 0 auto;
  text-align: center;
}

/* line 7390, app/assets/stylesheets/frontend/application.scss */
.welcome-center .card-content-section {
  margin-top: -15px;
  padding: 8px;
  overflow-y: scroll;
}

/* line 7391, app/assets/stylesheets/frontend/application.scss */
.welcome-center .card-content-section .create-mission-btn {
  margin-top: 30px;
  margin-bottom: 30px;
}

/* line 7394, app/assets/stylesheets/frontend/application.scss */
.welcome-center .card-content-section .create-mission-btn .btn, .welcome-center .card-content-section .create-mission-btn .btn-large {
  border-radius: 0px !important;
  height: 30px;
  line-height: 30px;
  font-weight: bold;
  font-size: 15px;
}

/* line 7413, app/assets/stylesheets/frontend/application.scss */
.welcome-center .column-width {
  width: 5%;
  float: none;
  display: block;
  clear: both;
  margin: 35px auto 0;
}

/* line 7420, app/assets/stylesheets/frontend/application.scss */
.welcome-center .ec-data {
  color: white;
  width: 50%;
  padding: 20px;
  margin: 0 auto;
}

/* line 7427, app/assets/stylesheets/frontend/application.scss */
.wc-data {
  color: white;
  width: 100%;
  padding: 20px;
  margin: 0 auto;
}

/* line 7432, app/assets/stylesheets/frontend/application.scss */
.wc-data h1 {
  margin-bottom: 0;
  font-weight: 300;
}

/* line 7436, app/assets/stylesheets/frontend/application.scss */
.wc-data .para {
  font-size: 18px;
  font-weight: 300;
}

/* line 7439, app/assets/stylesheets/frontend/application.scss */
.wc-data .para a {
  color: #f41403;
}

/* line 7444, app/assets/stylesheets/frontend/application.scss */
.welcome-small-text {
  font-size: 16px;
  letter-spacing: 11px;
  font-weight: 300;
}

/* line 7449, app/assets/stylesheets/frontend/application.scss */
.label-title {
  line-height: 40px;
  border-bottom: 1px solid #dcdcdc;
  margin-bottom: 10px;
}

/* line 7454, app/assets/stylesheets/frontend/application.scss */
.ideaboard-objective-scrollable-content-mobile {
  /*  height: 48%;
   overflow-y: auto;
   position: absolute;
   bottom: 150px;*/
  height: 300px;
  /*  overflow-y: auto;*/
  /* position: absolute; */
  bottom: 150px;
  overflow-y: scroll;
}

/* line 7467, app/assets/stylesheets/frontend/application.scss */
.pdf-style a {
  word-wrap: break-word;
}

/*
 .pdf-link{
     word-wrap: break-word;
 }*/
/* line 7476, app/assets/stylesheets/frontend/application.scss */
.ideaboard-objective-scrollable-content {
  height: 30vh;
  overflow-y: scroll;
}

/* line 7481, app/assets/stylesheets/frontend/application.scss */
.round-image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
}

/* line 7489, app/assets/stylesheets/frontend/application.scss */
.embedded-video iframe {
  height: auto;
  width: auto;
}

/* line 7494, app/assets/stylesheets/frontend/application.scss */
.idea-description-content {
  margin-bottom: 25px;
}

/* line 7498, app/assets/stylesheets/frontend/application.scss */
idea-description-box {
  width: 100% !important;
}

/* line 7502, app/assets/stylesheets/frontend/application.scss */
.idea-like {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
}

/* line 7506, app/assets/stylesheets/frontend/application.scss */
.idea-like a {
  display: flex;
}

/* line 7510, app/assets/stylesheets/frontend/application.scss */
.idea-like div.like-button {
  width: 40%;
  display: flex;
  align-items: center;
  padding-left: 10px;
}

/* line 7516, app/assets/stylesheets/frontend/application.scss */
.idea-like div.like-button i {
  padding-left: 5px;
  padding-top: 3px;
  padding-right: 5px;
}

/* line 7521, app/assets/stylesheets/frontend/application.scss */
.idea-like div.like-button span {
  padding-right: 5px;
  padding-left: 10px;
  display: flex;
}

/* line 7527, app/assets/stylesheets/frontend/application.scss */
.idea-like div.comment-button {
  width: 40%;
  display: flex;
  align-items: center;
  padding-left: 5px;
}

/* line 7533, app/assets/stylesheets/frontend/application.scss */
.idea-like div.comment-button .idea-like .comment-count {
  padding-left: 10%;
  display: flex;
  align-content: center;
  padding-top: 1px;
}

/* line 7540, app/assets/stylesheets/frontend/application.scss */
.idea-like div.comment-button i {
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 5px;
}

/* line 7545, app/assets/stylesheets/frontend/application.scss */
.idea-like div.comment-button span {
  display: flex;
  padding-top: 2px;
  padding-right: 6px;
  padding-left: 11px;
}

/* line 7555, app/assets/stylesheets/frontend/application.scss */
.comment-box-content {
  width: 90%;
  background: #e9f2f9;
  border-radius: 4px;
  float: right;
  margin: auto;
  padding: 10px 15px 10px 15px;
  position: relative;
}

/* line 7563, app/assets/stylesheets/frontend/application.scss */
.comment-box-content .wordbreak {
  padding-left: 0px;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.02em;
  color: #000000;
}

/* line 7575, app/assets/stylesheets/frontend/application.scss */
.comment-box-content:hover {
  background: #e1f0fb;
}

/* line 7579, app/assets/stylesheets/frontend/application.scss */
.comments-like-count {
  display: flex;
  align-items: center;
  margin-right: 30px;
}

/* line 7583, app/assets/stylesheets/frontend/application.scss */
.comments-like-count span {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 28px;
  color: #688FAF;
}

/* line 7591, app/assets/stylesheets/frontend/application.scss */
.comments-like-count i {
  color: #DBE3EF;
}

/* line 7596, app/assets/stylesheets/frontend/application.scss */
.reply-btn i {
  color: #688FAF;
}

/* line 7601, app/assets/stylesheets/frontend/application.scss */
.reaction-section span {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 28px;
  text-align: right;
  color: #688FAF;
  float: right;
}

/* line 7613, app/assets/stylesheets/frontend/application.scss */
.comment-block {
  position: relative;
  padding-left: 14px;
  margin-bottom: 11px;
  display: block;
}

/* line 7621, app/assets/stylesheets/frontend/application.scss */
.card-border .submit-comment:hover {
  background: #fff !important;
  color: #F41403 !important;
  border: 1px solid #F41403;
  margin-top: 20px;
  margin-right: -12px;
  box-shadow: none;
}

/* line 7632, app/assets/stylesheets/frontend/application.scss */
.comments-list {
  margin-left: 5px;
}

/* line 7642, app/assets/stylesheets/frontend/application.scss */
.comments-list .comment-row .first-delete {
  margin-top: -94px;
  margin-right: -25px;
}

/* line 7646, app/assets/stylesheets/frontend/application.scss */
.comments-list .comment-row .comment-date {
  font-size: 11px;
  color: gray;
}

/* line 7650, app/assets/stylesheets/frontend/application.scss */
.comments-list .comment-row .comment-title {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  color: #000000;
  display: flex;
  align-items: center;
}

/* line 7661, app/assets/stylesheets/frontend/application.scss */
.comments-list .comment-row .comment-image {
  width: 50px;
  height: 50px;
  margin-right: 10px;
  border-radius: 50%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

/* line 7672, app/assets/stylesheets/frontend/application.scss */
.comments-list .comment-row .comment-section {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 0px;
  border-radius: 4px;
  width: 660px;
  height: 78px;
  background-color: #FAFAFA;
  color: #000;
  float: right;
}

/* line 7685, app/assets/stylesheets/frontend/application.scss */
.comments-list .dell-icon .delete-icon {
  margin-top: -50px;
  margin-right: -25px;
}

@media only screen and (min-width: 1600px) and (max-width: 1920px) {
  /* line 7693, app/assets/stylesheets/frontend/application.scss */
  .counter-number-timeline {
    font-family: "RefrigeratorReg", sans-serif;
    font-size: 30px;
    color: #ffffff;
    letter-spacing: 6.25px;
    text-shadow: 0px 0px 7px #4a476e;
  }
}

@media only screen and (min-width: 1600px) and (max-width: 1920px) {
  /* line 7703, app/assets/stylesheets/frontend/application.scss */
  .counter-number-timeline-ideabox {
    letter-spacing: 1px;
  }
}

@media only screen and (min-width: 1920px) and (min-height: 1080px) {
  /* line 7712, app/assets/stylesheets/frontend/application.scss */
  .inbox-timeline .idea-cards-div {
    position: fixed !important;
    width: 83% !important;
    overflow-y: scroll !important;
    overflow-x: hidden !important;
    top: 232px !important;
    bottom: 0 !important;
    margin-left: -4px !important;
  }
}

@media only screen and (min-width: 1280px) and (min-height: 720px) and (max-width: 1920px) and (max-height: 1080px) {
  /* line 7724, app/assets/stylesheets/frontend/application.scss */
  .inbox-timeline .idea-cards-div {
    position: fixed !important;
    width: 74% !important;
    overflow-y: scroll !important;
    overflow-x: hidden !important;
    top: 201px !important;
    bottom: 0 !important;
    margin-left: -4px !important;
  }
}

@media only screen and (min-width: 1280px) and (min-height: 720px) and (max-width: 1920px) and (max-height: 1080px) {
  /* line 7736, app/assets/stylesheets/frontend/application.scss */
  .inbox-timeline .idea-cards-div {
    position: fixed !important;
    width: 74% !important;
    overflow-y: scroll !important;
    overflow-x: hidden !important;
    top: 201px !important;
    bottom: 0 !important;
    margin-left: -4px !important;
  }
}

@keyframes animatedBackground {
  0% {
    background-position: 0 0;
  }
  50% {
    background-position: 100% 0;
  }
  100% {
    background-position: 0px 0;
  }
}

/* line 7802, app/assets/stylesheets/frontend/application.scss */
.rotations {
  width: 100%;
  height: 100%;
  background-position: 0px 0px;
  background-size: auto 100%;
  animation: animatedBackground 180s linear infinite;
  -moz-animation: animatedBackground 180s linear infinite;
  -webkit-animation: animatedBackground 180s linear infinite;
  -ms-animation: animatedBackground 180s linear infinite;
  -o-animation: animatedBackground 180s linear infinite;
}

/* line 7816, app/assets/stylesheets/frontend/application.scss */
.template-index {
  padding: 20px;
  border: none !important;
}

/* line 7819, app/assets/stylesheets/frontend/application.scss */
.template-index .active {
  color: #f41403 !important;
  background: #fafafa;
  border-right: 0px solid black;
  border-left: 1px solid black;
  float: left;
  width: 100%;
}

/* line 7827, app/assets/stylesheets/frontend/application.scss */
.template-index .btn-red {
  background: #f41403;
  border: 1px solid #f41403;
  border-radius: 4px;
  margin-bottom: 20px;
  height: 27px;
  text-transform: uppercase;
  font-size: 9px;
  line-height: 27px;
}

/* line 7837, app/assets/stylesheets/frontend/application.scss */
.template-index .delete-template-btn {
  background: #f41403;
  border: 1px solid #f41403;
  border-radius: 4px;
  margin-bottom: 20px;
  height: 27px;
  text-transform: uppercase;
  font-size: 9px;
  line-height: 27px;
  color: #fff;
  padding: 0px 25px;
  float: right;
  margin-top: 7px;
  margin-left: 10px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

/* line 7853, app/assets/stylesheets/frontend/application.scss */
.template-index .delete-template-btn:hover {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 7858, app/assets/stylesheets/frontend/application.scss */
.template-index .field-grey,
.template-index .from_name {
  background: #ececec;
  margin-top: 8px;
  height: 40px;
  font-size: 12px;
  border: none;
  padding-left: 5px;
}

/* line 7867, app/assets/stylesheets/frontend/application.scss */
.template-index .white-btn {
  background: white !important;
  color: #9c9c9c;
  border: 1px solid #ccc !important;
  box-shadow: none !important;
  margin-top: -19px;
  margin-left: 10px;
  height: auto;
  padding: 8px 24px 7px;
  line-height: normal;
  font-size: 10px;
}

/* line 7881, app/assets/stylesheets/frontend/application.scss */
.template-index .bmc-content table tr td {
  color: #33334f;
}

/* line 7886, app/assets/stylesheets/frontend/application.scss */
.template-index .modal-footer {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  position: absolute;
  bottom: 0;
  left: 0;
}

/* line 7893, app/assets/stylesheets/frontend/application.scss */
.home-home_page {
  font-family: "RefrigeratorLight", sans-serif;
}

/* line 7896, app/assets/stylesheets/frontend/application.scss */
.home-homepage-mobile {
  font-family: "Roboto", sans-serif !important;
}

/* line 7899, app/assets/stylesheets/frontend/application.scss */
.end-note-text {
  text-transform: none;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
}

/* line 7904, app/assets/stylesheets/frontend/application.scss */
.template-empty {
  color: white;
  text-transform: uppercase;
  text-align: center;
  border-style: dashed;
  width: 100%;
  height: 100px;
  margin-top: 30px;
}

/* line 7913, app/assets/stylesheets/frontend/application.scss */
.smartbanner-android {
  background: #f4f4f4 !important;
}

/* line 7916, app/assets/stylesheets/frontend/application.scss */
.smartbanner-android .smartbanner-info {
  text-shadow: none !important;
  color: black !important;
}

/* line 7920, app/assets/stylesheets/frontend/application.scss */
.smartbanner-android .smartbanner-title {
  color: black !important;
}

/* line 7923, app/assets/stylesheets/frontend/application.scss */
.smartbanner-android .smartbanner-button-text {
  background: #f4f4f4 !important;
}

/* line 7926, app/assets/stylesheets/frontend/application.scss */
.smartbanner-android .smartbanner-button {
  box-shadow: none !important;
  color: blue !important;
}

/* line 7930, app/assets/stylesheets/frontend/application.scss */
.smartbanner-button {
  font-weight: normal !important;
}

/* line 7934, app/assets/stylesheets/frontend/application.scss */
.notification-badge {
  position: absolute;
  top: -6px;
  right: 0px;
  padding: 2px 5px;
  border-radius: 100px;
  background: #f41403;
  -webkit-background-clip: padding-box;
  font: 12px "Helvetica Neue", sans-serif;
  color: white;
  text-decoration: none;
}

/* line 7946, app/assets/stylesheets/frontend/application.scss */
.tabs-count {
  position: absolute;
  top: -6px;
  right: 0px;
  padding: 2px 5px;
  border-radius: 100px;
  background: #40556c;
  -webkit-background-clip: padding-box;
  font: 12px "Helvetica Neue", sans-serif;
  color: white;
  text-decoration: none;
}

/* line 7959, app/assets/stylesheets/frontend/application.scss */
.notification-badge-menu {
  position: relative;
  margin-left: 10px;
  top: -10px;
  right: 0px;
  padding: 2px 6px 2px 5px;
  border-radius: 100px;
  background: #f41403;
  -webkit-background-clip: padding-box;
  font: 10px "Helvetica Neue", sans-serif;
  color: white;
  text-decoration: none;
  line-height: 0px;
  text-align: center;
}

/* line 7974, app/assets/stylesheets/frontend/application.scss */
.notification-badge-bell {
  font-size: 9px !important;
  position: absolute;
  margin-left: 10px;
  top: 0;
  height: 15px;
  width: 15px;
  right: 0;
  padding: 1px 3px 1px 4px;
  border-radius: 100px;
  background: #f41403;
  -webkit-background-clip: padding-box;
  color: white;
  text-decoration: none;
  line-height: 0px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* line 7994, app/assets/stylesheets/frontend/application.scss */
.notification-badge-bell-mobile {
  position: relative;
  margin-left: 10px;
  top: -22px;
  right: 16px;
  padding: 1px 3px 1px 4px;
  border-radius: 100px;
  background: #f41403;
  -webkit-background-clip: padding-box;
  font: 10px "Helvetica Neue", sans-serif;
  color: white;
  text-decoration: none;
  line-height: 0px;
  text-align: center;
}

/* line 8010, app/assets/stylesheets/frontend/application.scss */
.notification-badge-mobile {
  position: absolute;
  top: 0px;
  right: 0px;
  padding: 0px 4px;
  border-radius: 100px;
  background: #f41403;
  -webkit-background-clip: padding-box;
  font: 12px "Helvetica Neue", sans-serif;
  color: white;
  text-decoration: none;
  text-align: center;
}

/* line 8023, app/assets/stylesheets/frontend/application.scss */
.tabs-count-mobile {
  position: absolute;
  top: 0px;
  right: 0px;
  padding: 0px 4px;
  border-radius: 100px;
  background: #40556c;
  -webkit-background-clip: padding-box;
  font: 12px "Helvetica Neue", sans-serif;
  color: white;
  text-decoration: none;
  text-align: center;
}

/* line 8038, app/assets/stylesheets/frontend/application.scss */
.missions-index .tabs .tab {
  overflow: visible !important;
}

/* line 8040, app/assets/stylesheets/frontend/application.scss */
.missions-index .tabs .tab a {
  overflow: visible !important;
}

/* line 8045, app/assets/stylesheets/frontend/application.scss */
#notifications {
  top: 25px !important;
  z-index: 9999;
  height: 403px;
  width: 400px !important;
}

/* line 8050, app/assets/stylesheets/frontend/application.scss */
#notifications a {
  color: black;
  font-size: 14px;
}

/* line 8056, app/assets/stylesheets/frontend/application.scss */
.notification-head {
  font-size: 13px;
  padding-left: 15px;
  height: 30px;
  line-height: 30px;
}

/* line 8063, app/assets/stylesheets/frontend/application.scss */
#notifications li {
  border-top: 1px solid #dadada;
  background-color: #eaeaea;
  font-size: 14px;
}

/* line 8069, app/assets/stylesheets/frontend/application.scss */
.dropdown-content li > a,
.dropdown-content li > span {
  font-size: 14px;
  color: #2f2f2f;
  display: block;
  line-height: 22px;
  padding: 14px 16px;
}

/* line 8077, app/assets/stylesheets/frontend/application.scss */
#notifications img {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* line 8084, app/assets/stylesheets/frontend/application.scss */
#notifications i {
  font-size: 17px;
  vertical-align: sub;
}

/* line 8088, app/assets/stylesheets/frontend/application.scss */
#notifications li:hover {
  background-color: white;
}

/* line 8092, app/assets/stylesheets/frontend/application.scss */
.cnm-modal * {
  font-family: "Roboto", sans-serif;
}

/* line 8096, app/assets/stylesheets/frontend/application.scss */
.am-fixed-top {
  width: 100%;
  z-index: 999;
  position: relative;
  padding: 0px 25px;
  display: flex;
  justify-content: space-between;
  height: 62px;
  box-shadow: none;
  background-color: white;
  max-width: 1350px;
  margin-left: auto;
  margin-right: auto;
}

/* line 8110, app/assets/stylesheets/frontend/application.scss */
.am-fixed-top .logo {
  display: flex;
  width: auto;
  padding: 0px 15px 0px 15px;
  align-items: center;
}

/* line 8115, app/assets/stylesheets/frontend/application.scss */
.am-fixed-top .logo .responsive-img {
  width: 140px;
}

/* line 8118, app/assets/stylesheets/frontend/application.scss */
.am-fixed-top .logo h5 {
  color: #5D6679;
  margin: 0px 0px 0px 22px;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 0.5px;
  display: none;
}

/* line 8127, app/assets/stylesheets/frontend/application.scss */
.am-fixed-top .logo a {
  display: flex;
  align-items: center;
}

/* line 8133, app/assets/stylesheets/frontend/application.scss */
.am-fixed-top .right-nav-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: auto;
  padding: 0px 15px;
}

/* line 8139, app/assets/stylesheets/frontend/application.scss */
.am-fixed-top .right-nav-content .notification {
  width: auto;
  padding: 0px 30px 0px 25px;
  position: relative;
}

/* line 8143, app/assets/stylesheets/frontend/application.scss */
.am-fixed-top .right-nav-content .notification .notification-icon-header {
  color: #688FAF;
}

/* line 8146, app/assets/stylesheets/frontend/application.scss */
.am-fixed-top .right-nav-content .notification .notification-count {
  background-color: red;
  padding: 2px 0px 0px 0px;
  position: absolute;
  top: -10px;
  border-radius: 100%;
  height: 18px;
  width: 18px;
  text-align: center;
  font-size: 10px;
  color: white;
  margin-left: -11px;
}

/* line 8160, app/assets/stylesheets/frontend/application.scss */
.am-fixed-top .right-nav-content .start-anchor-tag {
  width: auto;
  display: flex;
  align-items: center;
  position: relative;
  padding-bottom: 10px;
  padding-top: 10px;
}

/* line 8167, app/assets/stylesheets/frontend/application.scss */
.am-fixed-top .right-nav-content .start-anchor-tag .xp-score {
  margin-left: 8px;
  color: #596373;
  padding-top: 5px;
  font-weight: 600;
}

/* line 8174, app/assets/stylesheets/frontend/application.scss */
.am-fixed-top .right-nav-content .star-xp {
  width: auto;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 8180, app/assets/stylesheets/frontend/application.scss */
.am-fixed-top .right-nav-content .star-xp span {
  position: absolute;
  color: white;
  z-index: 1;
  font-size: 13px;
  font-weight: 500;
  top: 57%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* line 8190, app/assets/stylesheets/frontend/application.scss */
.am-fixed-top .right-nav-content .star-xp .yellow-star {
  width: 35px;
  transition: 0.70s;
  -webkit-transition: 0.70s;
  -moz-transition: 0.70s;
  -ms-transition: 0.70s;
  -o-transition: 0.70s;
}

/* line 8199, app/assets/stylesheets/frontend/application.scss */
.am-fixed-top .right-nav-content .page-search-ico {
  width: auto;
  display: flex;
  align-items: center;
  margin-right: 15px;
}

/* line 8204, app/assets/stylesheets/frontend/application.scss */
.am-fixed-top .right-nav-content .page-search-ico a {
  display: flex;
  align-items: center;
}

/* line 8207, app/assets/stylesheets/frontend/application.scss */
.am-fixed-top .right-nav-content .page-search-ico a img {
  height: 35px;
}

/* line 8211, app/assets/stylesheets/frontend/application.scss */
.am-fixed-top .right-nav-content .page-search-ico:hover {
  animation-name: spin;
  animation-duration: 2000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  /* transform: rotate(3deg); */
  /* transform: rotate(0.3rad);/ */
  /* transform: rotate(3grad); */
  /* transform: rotate(.03turn);  */
}

/* line 8222, app/assets/stylesheets/frontend/application.scss */
.am-fixed-top .right-nav-content .new-page-search {
  width: 250px;
  margin-right: 20px;
}

/* line 8225, app/assets/stylesheets/frontend/application.scss */
.am-fixed-top .right-nav-content .new-page-search .flex {
  align-items: center;
  display: flex;
  background-color: #F6F7F9;
  padding: 6px 12px;
  border-radius: 5px;
}

/* line 8232, app/assets/stylesheets/frontend/application.scss */
.am-fixed-top .right-nav-content .new-page-search input {
  margin: 0;
  border: none !important;
  margin-left: 8px;
  height: 26px !important;
  min-height: inherit !important;
}

/* line 8238, app/assets/stylesheets/frontend/application.scss */
.am-fixed-top .right-nav-content .new-page-search input:focus {
  border: none !important;
  box-shadow: none !important;
}

/* line 8242, app/assets/stylesheets/frontend/application.scss */
.am-fixed-top .right-nav-content .new-page-search input::-moz-placeholder {
  color: #5D6679;
  opacity: 1;
  /* Firefox */
}
.am-fixed-top .right-nav-content .new-page-search input::placeholder {
  color: #5D6679;
  opacity: 1;
  /* Firefox */
}

/* line 8254, app/assets/stylesheets/frontend/application.scss */
.am-fixed-top .right-nav-content .star-xp:hover .yellow-star {
  transition: 0.70s;
  -webkit-transition: 0.70s;
  -moz-transition: 0.70s;
  -ms-transition: 0.70s;
  -o-transition: 0.70s;
  transform: rotate(360deg);
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@keyframes bounce2 {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-15px);
  }
  60% {
    transform: translateY(-10px);
  }
}

/* line 8287, app/assets/stylesheets/frontend/application.scss */
.progress-li-xp {
  width: 100%;
  padding: 0px 15px 0px 35px;
  margin-top: -8px;
}

/* line 8292, app/assets/stylesheets/frontend/application.scss */
.progress-li-xp .progress-bar-xp {
  width: 100%;
  border: 1px solid #dfdfdf;
}

/* line 8295, app/assets/stylesheets/frontend/application.scss */
.progress-li-xp .progress-bar-xp .myBar {
  height: 3px;
}

/* line 8297, app/assets/stylesheets/frontend/application.scss */
.progress-li-xp .progress-bar-xp .myBar .value {
  text-align: center;
  font-size: 14px;
}

/* line 8306, app/assets/stylesheets/frontend/application.scss */
.column-width-logo {
  width: 90%;
  float: left;
}

/* line 8310, app/assets/stylesheets/frontend/application.scss */
.taem-container {
  position: relative;
}

/* line 8313, app/assets/stylesheets/frontend/application.scss */
.mce-container {
  z-index: 200 !important;
}

/* line 8316, app/assets/stylesheets/frontend/application.scss */
.open-pages-dialogue,
.fetch-page-details {
  cursor: pointer;
}

/* line 8320, app/assets/stylesheets/frontend/application.scss */
.open-prompt-popup {
  cursor: pointer;
}

/* line 8323, app/assets/stylesheets/frontend/application.scss */
#pages-view-modal {
  padding: 20px;
}

/* line 8326, app/assets/stylesheets/frontend/application.scss */
.page-textarea {
  margin: 5px 0 5px 0;
}

/* line 8329, app/assets/stylesheets/frontend/application.scss */
.attach-block {
  display: block;
  padding-bottom: 5px;
  padding-top: 10px;
}

/* line 8334, app/assets/stylesheets/frontend/application.scss */
.attach-input {
  padding-bottom: 10px;
}

/* line 8337, app/assets/stylesheets/frontend/application.scss */
.approve-check {
  display: block;
  opacity: 1 !important;
  position: inherit !important;
  margin-top: 5px !important;
}

/* line 8343, app/assets/stylesheets/frontend/application.scss */
.question-check {
  display: block;
  opacity: 1 !important;
  position: inherit !important;
  margin-top: 5px !important;
}

/* line 8349, app/assets/stylesheets/frontend/application.scss */
.approve-radio {
  opacity: 1 !important;
  position: inherit !important;
  margin-top: 5px !important;
}

/* line 8354, app/assets/stylesheets/frontend/application.scss */
#media_selection {
  margin: 10px 0;
}

/* line 8358, app/assets/stylesheets/frontend/application.scss */
.page-video iframe {
  width: 100%;
}

/* line 8362, app/assets/stylesheets/frontend/application.scss */
.next-page-btn {
  background: #2ecc71 !important;
  border: 1px solid #2ecc71 !important;
  border-radius: 4px;
  width: 150px;
  height: 27px;
  text-transform: uppercase;
  font-size: 9px;
  line-height: 27px;
}

/* line 8372, app/assets/stylesheets/frontend/application.scss */
.next-page-btn-mobile {
  background: #2ecc71 !important;
  border: 1px solid #2ecc71 !important;
  border-radius: 4px;
  text-transform: uppercase;
  font-size: 9px;
  line-height: 17px;
  width: 84px;
  padding: 0px 5px;
  width: 62px;
}

/* line 8383, app/assets/stylesheets/frontend/application.scss */
.back-briefing {
  padding: 0px 5px;
}

/* line 8386, app/assets/stylesheets/frontend/application.scss */
.next-page-arrow {
  position: absolute;
  right: 2%;
  top: 50%;
}

/* line 8390, app/assets/stylesheets/frontend/application.scss */
.next-page-arrow i {
  cursor: pointer;
}

/* line 8394, app/assets/stylesheets/frontend/application.scss */
.prev-page-arrow {
  position: absolute;
  left: 2%;
  top: 50%;
}

/* line 8398, app/assets/stylesheets/frontend/application.scss */
.prev-page-arrow i {
  cursor: pointer;
}

/* line 8402, app/assets/stylesheets/frontend/application.scss */
.brief-banner2 {
  width: 600px;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}

/* line 8409, app/assets/stylesheets/frontend/application.scss */
.brief-banner-video iframe {
  width: 600px;
  height: 300px;
  display: block;
  margin: auto;
}

/* line 8416, app/assets/stylesheets/frontend/application.scss */
#target_ideas_meter {
  position: relative !important;
  opacity: 1 !important;
  left: 0 !important;
}

/* line 8422, app/assets/stylesheets/frontend/application.scss */
#container {
  margin: 20px;
  width: 100px;
  height: 100px;
  position: relative;
}

/* line 8428, app/assets/stylesheets/frontend/application.scss */
.answer-choice-text {
  border: 1px solid #ccc !important;
  padding-left: 10px !important;
}

/* line 8432, app/assets/stylesheets/frontend/application.scss */
.answer_choice_answer {
  margin-top: 2px;
}

/* line 8436, app/assets/stylesheets/frontend/application.scss */
.solo_checkbox {
  position: relative !important;
  opacity: 1 !important;
  left: 0 !important;
}

/* line 8441, app/assets/stylesheets/frontend/application.scss */
.badge-box {
  margin-top: 20px;
}

/* line 8444, app/assets/stylesheets/frontend/application.scss */
.badge-score {
  font-size: 20px;
  font-weight: bold;
}

/* line 8448, app/assets/stylesheets/frontend/application.scss */
.badge-score-two {
  height: 53px;
}

/* line 8452, app/assets/stylesheets/frontend/application.scss */
#agent-progression-stat {
  min-height: 600px;
}

/* line 8455, app/assets/stylesheets/frontend/application.scss */
.owl-carousel {
  opacity: 1 !important;
  display: block !important;
}

/* line 8466, app/assets/stylesheets/frontend/application.scss */
.brainstorm-round .select-wrapper ul {
  z-index: 999999999;
}

/* line 8471, app/assets/stylesheets/frontend/application.scss */
.qa-round .select-wrapper ul {
  z-index: 999999999;
}

/* line 8476, app/assets/stylesheets/frontend/application.scss */
.break-round .select-wrapper ul {
  z-index: 999999999;
}

/* line 8481, app/assets/stylesheets/frontend/application.scss */
.brief-round .select-wrapper ul {
  z-index: 999999999;
}

/* line 8486, app/assets/stylesheets/frontend/application.scss */
.mission-end-round .select-wrapper ul {
  z-index: 999999999;
}

/* line 8490, app/assets/stylesheets/frontend/application.scss */
.briefing-area {
  height: 150px;
}

/* line 8493, app/assets/stylesheets/frontend/application.scss */
.brainstorm-area {
  height: 100px;
}

/* line 8496, app/assets/stylesheets/frontend/application.scss */
.qa-area {
  height: 100px;
  overflow-y: auto;
}

/* line 8500, app/assets/stylesheets/frontend/application.scss */
.invitation-area {
  height: 150px;
}

@media only screen and (min-width: 1100px) and (max-width: 1350px) {
  /* line 8505, app/assets/stylesheets/frontend/application.scss */
  .briefing-area {
    height: 150px;
  }
  /* line 8508, app/assets/stylesheets/frontend/application.scss */
  .brainstorm-area {
    height: 100px;
  }
  /* line 8511, app/assets/stylesheets/frontend/application.scss */
  .invitation-area {
    height: 150px;
  }
  /* line 8514, app/assets/stylesheets/frontend/application.scss */
  .qa-area {
    height: 100px;
    overflow-y: auto;
  }
  /* line 8518, app/assets/stylesheets/frontend/application.scss */
  .end-note-text {
    height: 300px;
    overflow-y: auto;
  }
}

@media only screen and (min-width: 1400px) and (max-width: 1800px) {
  /* line 8524, app/assets/stylesheets/frontend/application.scss */
  .briefing-area {
    height: 300px;
  }
  /* line 8527, app/assets/stylesheets/frontend/application.scss */
  .brainstorm-area {
    height: 300px;
  }
  /* line 8530, app/assets/stylesheets/frontend/application.scss */
  .invitation-area {
    height: 300px;
  }
  /* line 8533, app/assets/stylesheets/frontend/application.scss */
  .qa-area {
    height: 300px;
    overflow-y: auto;
  }
  /* line 8537, app/assets/stylesheets/frontend/application.scss */
  .end-note-text {
    height: 600px;
    overflow-y: auto;
  }
}

/*.scroller {
 overflow: hidden;
 }*/
/*.slick-slide:nth-child(n+1)  {
 display: none;
 }*/
/*
 .slick-initialized,
 .data-slides:first-child {
 display: block;
 }*/
/* line 8557, app/assets/stylesheets/frontend/application.scss */
.advance_selection_rounds-index {
  color: #bcbaba;
}

/* line 8561, app/assets/stylesheets/frontend/application.scss */
.advance_selection_rounds-show {
  color: #bcbaba;
}

/* line 8564, app/assets/stylesheets/frontend/application.scss */
.advance_selection_rounds-edit {
  word-break: break-word;
}

/* line 8568, app/assets/stylesheets/frontend/application.scss */
.advance_selection_rounds-asr_review .review-comment-bg {
  background: transparent;
}

/* line 8573, app/assets/stylesheets/frontend/application.scss */
.asr_process_tracker {
  font-size: 16px;
}

/* line 8575, app/assets/stylesheets/frontend/application.scss */
.asr_process_tracker span {
  font-size: 10px;
  margin-right: 60px;
  line-height: 120%;
  float: right;
}

/* line 8582, app/assets/stylesheets/frontend/application.scss */
.hide-brainstorm-pics {
  display: none;
}

/* line 8585, app/assets/stylesheets/frontend/application.scss */
.border-left {
  border-left: solid 1px #c8c8c8;
}

/* line 8588, app/assets/stylesheets/frontend/application.scss */
.brief-page-heading {
  font-family: "RefrigeratorLight", sans-serif;
  font-size: 22px;
}

/* line 8592, app/assets/stylesheets/frontend/application.scss */
#round_page_description {
  height: 5rem;
  width: 95%;
  resize: vertical;
}

/* line 8597, app/assets/stylesheets/frontend/application.scss */
#round_page_embedded_video_code {
  width: 95%;
}

/* line 8601, app/assets/stylesheets/frontend/application.scss */
.brief-page-update {
  color: #039be5 !important;
}

/* line 8604, app/assets/stylesheets/frontend/application.scss */
.active-page {
  background-color: #f1f1f1;
}

/* line 8607, app/assets/stylesheets/frontend/application.scss */
.fetch-page-details a {
  padding: 4px;
  display: block;
}

/* line 8611, app/assets/stylesheets/frontend/application.scss */
.modal .modal-footer.no-position {
  position: static;
}

/* line 8615, app/assets/stylesheets/frontend/application.scss */
.modal.modal-fixed-footer .modal-content.send-message-am {
  position: absolute;
  height: 100%;
  max-height: 100%;
  width: 100%;
  overflow-y: auto;
}

/* line 8622, app/assets/stylesheets/frontend/application.scss */
.height-spacer {
  height: 100px;
  display: block;
}

/* line 8626, app/assets/stylesheets/frontend/application.scss */
.completed-round {
  opacity: 0.7;
}

/* line 8628, app/assets/stylesheets/frontend/application.scss */
.completed-round .green-button-area {
  opacity: 0.6;
}

/* line 8632, app/assets/stylesheets/frontend/application.scss */
.mission-create-adv {
  padding-top: 10px !important;
  cursor: pointer;
}

/* line 8636, app/assets/stylesheets/frontend/application.scss */
.mission-hide-adv {
  padding-top: 10px !important;
  cursor: pointer;
}

/* line 8640, app/assets/stylesheets/frontend/application.scss */
.mission-edit-adv {
  padding-top: 10px !important;
  padding-bottom: 15px !important;
  cursor: pointer;
}

/* line 8645, app/assets/stylesheets/frontend/application.scss */
.idea-detail-section {
  padding-right: 5px !important;
  padding-left: 20px !important;
}

/* line 8649, app/assets/stylesheets/frontend/application.scss */
.like-comments-section {
  padding-right: 0px !important;
  padding-left: 5px !important;
}

/* line 8654, app/assets/stylesheets/frontend/application.scss */
.comments-padding .row {
  margin-left: 0px;
  margin-right: 0px;
}

/* line 8663, app/assets/stylesheets/frontend/application.scss */
.mission-edit-hide-adv {
  padding-top: 0px !important;
  cursor: pointer;
}

/* line 8667, app/assets/stylesheets/frontend/application.scss */
.invite-round-adv {
  padding-top: 10px !important;
  padding-bottom: 15px !important;
  cursor: pointer;
}

/* line 8672, app/assets/stylesheets/frontend/application.scss */
.invite-round-hide-adv {
  padding-top: 10px !important;
  cursor: pointer;
}

/* line 8676, app/assets/stylesheets/frontend/application.scss */
.break-round-adv {
  padding-top: 10px !important;
  padding-bottom: 15px !important;
  cursor: pointer;
}

/* line 8681, app/assets/stylesheets/frontend/application.scss */
.break-round-hide-adv {
  padding-top: 10px !important;
  cursor: pointer;
}

/* line 8685, app/assets/stylesheets/frontend/application.scss */
.brief-round-adv {
  padding-top: 10px !important;
  padding-bottom: 15px !important;
  cursor: pointer;
}

/* line 8690, app/assets/stylesheets/frontend/application.scss */
.brief-round-hide-adv {
  padding-top: 10px !important;
  cursor: pointer;
}

/* line 8694, app/assets/stylesheets/frontend/application.scss */
.brainstorm-round-adv {
  padding-top: 5px !important;
  padding-bottom: 65px !important;
  cursor: pointer;
}

/* line 8699, app/assets/stylesheets/frontend/application.scss */
.brainstorm-round-hide-adv {
  padding-top: 10px !important;
  cursor: pointer;
}

/* line 8703, app/assets/stylesheets/frontend/application.scss */
.fixed-title-spacing-edit {
  margin-top: 35px;
}

/* line 8706, app/assets/stylesheets/frontend/application.scss */
.modal-break-overflow {
  overflow-y: scroll;
}

/* line 8709, app/assets/stylesheets/frontend/application.scss */
.brief-title-fixed {
  position: fixed;
  top: 0px;
  background-color: #f4f4f4;
  padding: 13px 140px;
  z-index: 201;
}

/* line 8716, app/assets/stylesheets/frontend/application.scss */
.brief-top-margin {
  margin-top: 30px;
}

/* line 8719, app/assets/stylesheets/frontend/application.scss */
.break-title-fixed {
  position: fixed;
  top: 0px;
  background-color: #f4f4f4;
  padding: 13px 93px;
  z-index: 201;
}

/* line 8727, app/assets/stylesheets/frontend/application.scss */
.break-top-margin {
  margin-top: 30px;
}

/* line 8739, app/assets/stylesheets/frontend/application.scss */
.invitation-top-margin {
  margin-top: 30px;
}

/* line 8742, app/assets/stylesheets/frontend/application.scss */
.invitation-title-fixed {
  position: fixed;
  top: 0px;
  background-color: #f4f4f4;
  padding: 13px 65px;
  z-index: 201;
}

/* line 8750, app/assets/stylesheets/frontend/application.scss */
.brainstorm-title-fixed {
  position: fixed;
  top: 0px;
  background-color: #f4f4f4;
  padding: 13px 115px;
  z-index: 201;
}

/* line 8758, app/assets/stylesheets/frontend/application.scss */
.mission-edit-mission-pic {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}

/* line 8767, app/assets/stylesheets/frontend/application.scss */
.add-opacity {
  opacity: 0;
}

/* line 8771, app/assets/stylesheets/frontend/application.scss */
.drop-image {
  position: relative;
}

/* line 8774, app/assets/stylesheets/frontend/application.scss */
.image-upload {
  opacity: 1;
}

/* line 8779, app/assets/stylesheets/frontend/application.scss */
.overflow-hidden {
  overflow: hidden !important;
}

/* line 8782, app/assets/stylesheets/frontend/application.scss */
.image-position-relative {
  position: relative;
}

/* line 8786, app/assets/stylesheets/frontend/application.scss */
.mantain-image-aspect-ratio-sidebar {
  height: 0;
  padding: 16%;
}

/* line 8790, app/assets/stylesheets/frontend/application.scss */
.drop-file-margin-update {
  margin-top: -70px !important;
}

/* line 8793, app/assets/stylesheets/frontend/application.scss */
.padding-bottom-fix {
  padding-bottom: 80px !important;
}

/* line 8798, app/assets/stylesheets/frontend/application.scss */
.card-image:hover .agent-bookmark {
  display: block;
  background: white;
}

/* line 8804, app/assets/stylesheets/frontend/application.scss */
.color-black {
  color: black;
}

/* line 8808, app/assets/stylesheets/frontend/application.scss */
.new-container-admin {
  height: 100%;
  background: white;
  overflow-y: scroll;
  overflow-x: hidden;
  padding-bottom: 50px;
  position: relative;
}

/* line 8818, app/assets/stylesheets/frontend/application.scss */
.idea-responsive-container {
  margin-left: 175px;
  padding-top: 20px;
  padding-left: 10px;
}

/* line 8830, app/assets/stylesheets/frontend/application.scss */
.new-container-admin #Section1 .dropdown-content,
.new-container-admin #Section2 .dropdown-content,
.new-container-admin #Section3 .dropdown-content,
.new-container-admin #Section4 .dropdown-content,
.new-container-admin #Section5 .dropdown-content {
  width: -moz-max-content !important;
  width: max-content !important;
}

/* line 8834, app/assets/stylesheets/frontend/application.scss */
.new-container-admin #Section1.tab-containers {
  display: block;
}

/* line 8840, app/assets/stylesheets/frontend/application.scss */
.project-responsive-container {
  margin-left: 175px;
  padding-top: 70px;
}

/* line 8843, app/assets/stylesheets/frontend/application.scss */
.project-responsive-container .projects-views {
  width: 98% !important;
}

/* line 8848, app/assets/stylesheets/frontend/application.scss */
.agent-bookmark {
  display: none;
  color: black;
  cursor: pointer;
  position: absolute;
  top: 8%;
  right: 4%;
  background: white;
  font-size: 10px;
  padding-left: 5px;
  padding-right: 5px;
  text-transform: capitalize;
  height: 22px;
  line-height: 20px;
}

/* line 8864, app/assets/stylesheets/frontend/application.scss */
.asr-welcome-cover {
  background-color: #33334f;
  padding-bottom: 40px;
  margin-top: 10px;
  font-size: 16px;
}

/* line 8870, app/assets/stylesheets/frontend/application.scss */
.asr-welcome-img {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* line 8880, app/assets/stylesheets/frontend/application.scss */
.asr-welcome-img h1 {
  position: absolute;
  bottom: 0px;
  width: 100%;
  text-align: left;
  background-color: rgba(0, 0, 0, 0.33);
  color: white;
  font-size: 16px;
  padding: 10px;
  margin-left: 0px;
  margin-bottom: 0px;
}

/* line 8893, app/assets/stylesheets/frontend/application.scss */
.image-aspect-ratio-asr {
  height: 230px;
  position: relative;
}

/* line 8898, app/assets/stylesheets/frontend/application.scss */
.bullet-handler li {
  list-style-type: disc !important;
}

/* line 8902, app/assets/stylesheets/frontend/application.scss */
.review-asr-desc {
  position: absolute;
  top: 80px;
  width: 54%;
  bottom: 20px;
  height: auto;
}

/* line 8909, app/assets/stylesheets/frontend/application.scss */
.review-asr-comments {
  padding-top: 10px;
  padding-left: 180px;
  position: absolute;
  top: 362px;
  width: 102%;
  bottom: 20px;
  height: 100%;
}

/* line 8918, app/assets/stylesheets/frontend/application.scss */
.discover {
  display: flex;
}

/* line 8920, app/assets/stylesheets/frontend/application.scss */
.discover p {
  margin: 0;
  padding-bottom: 5px;
}

/* line 8924, app/assets/stylesheets/frontend/application.scss */
.discover i {
  color: #2e7d32;
  padding-right: 5px;
}

/* line 8928, app/assets/stylesheets/frontend/application.scss */
.discover .row {
  margin-bottom: 5px;
}

/* line 8932, app/assets/stylesheets/frontend/application.scss */
.bold {
  font-weight: bold;
}

/* line 8938, app/assets/stylesheets/frontend/application.scss */
.indicator {
  background-color: #0009FF !important;
}

/* line 8941, app/assets/stylesheets/frontend/application.scss */
#comment-attachment {
  color: #ffffff;
  border-bottom: 2px solid black;
}

/* line 8944, app/assets/stylesheets/frontend/application.scss */
#comment-attachment.active {
  background-color: white;
  color: #33334f;
}

/* line 8948, app/assets/stylesheets/frontend/application.scss */
#comment-attachment .tab {
  border-radius: 5px;
  border: 1px solid transparent;
  height: 40px !important;
  line-height: 40px !important;
  margin-top: 8px !important;
}

/* line 8954, app/assets/stylesheets/frontend/application.scss */
#comment-attachment .tab a {
  color: #5d5d5d;
  letter-spacing: 0.3px;
  padding: 0 15px;
  text-transform: initial;
  font-size: 16px;
}

/* line 8961, app/assets/stylesheets/frontend/application.scss */
#comment-attachment .tab a:hover {
  color: black;
}

/* line 8964, app/assets/stylesheets/frontend/application.scss */
#comment-attachment .tab a.active {
  background-color: transparent !important;
  font-weight: 400;
  color: black;
}

/* line 8971, app/assets/stylesheets/frontend/application.scss */
.disabled-idea-content {
  text-align: justify;
}

/* line 8974, app/assets/stylesheets/frontend/application.scss */
.inbox-idea-info {
  width: 25%;
  min-height: 100vh;
  overflow-y: scroll;
  overflow-x: hidden;
  top: 25%;
  bottom: 0;
}

/* line 8982, app/assets/stylesheets/frontend/application.scss */
.disabled-text {
  margin-top: 26px;
}

/* line 8985, app/assets/stylesheets/frontend/application.scss */
.idea-details-tabs {
  padding-right: 0px !important;
  padding-left: 0px !important;
}

/* line 8989, app/assets/stylesheets/frontend/application.scss */
.arrow-cursor {
  cursor: default;
}

/* line 8992, app/assets/stylesheets/frontend/application.scss */
.like-idea-blue {
  align-items: center;
  display: flex;
}

/* line 8996, app/assets/stylesheets/frontend/application.scss */
.like-idea-blue p {
  font-size: 17px;
  margin: 0;
  padding-left: 6px;
}

/* line 9002, app/assets/stylesheets/frontend/application.scss */
.comments-div {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

/* line 9006, app/assets/stylesheets/frontend/application.scss */
.comments-div i {
  padding-left: 5px;
}

/* line 9009, app/assets/stylesheets/frontend/application.scss */
.comments-div p {
  margin: 0;
  padding-left: 6px;
}

/* line 9013, app/assets/stylesheets/frontend/application.scss */
.comments-div .material-iconss {
  font-size: 30px;
}

/* line 9017, app/assets/stylesheets/frontend/application.scss */
.like-idea-black {
  color: black;
  display: flex;
  align-items: center;
}

/* line 9025, app/assets/stylesheets/frontend/application.scss */
.gap-from-description {
  margin-top: 29px;
}

/* line 9028, app/assets/stylesheets/frontend/application.scss */
.custom-top {
  top: 24%;
}

/* line 9031, app/assets/stylesheets/frontend/application.scss */
.like-idea-blacks {
  color: black;
  display: flex;
  align-items: center;
}

/* line 9035, app/assets/stylesheets/frontend/application.scss */
.like-idea-blacks p {
  font-size: 19px;
  margin: 0;
  padding-left: 35%;
}

/* line 9040, app/assets/stylesheets/frontend/application.scss */
.like-idea-blacks i {
  padding-left: 5px;
}

/* line 9045, app/assets/stylesheets/frontend/application.scss */
.scroll-header {
  padding-bottom: 12px !important;
}

/* line 9051, app/assets/stylesheets/frontend/application.scss */
.add-idea-btn-content {
  margin-top: 88px !important;
}

/* line 9054, app/assets/stylesheets/frontend/application.scss */
.inbox-timeline-header {
  display: flex;
  margin-top: 0px;
  padding: 35px 15px 12px 0px !important;
  align-items: center;
  justify-content: flex-end;
  position: relative;
}

/* line 9063, app/assets/stylesheets/frontend/application.scss */
.inbox-timeline {
  margin-top: 5px;
}

/* line 9066, app/assets/stylesheets/frontend/application.scss */
.inbox-timeline .agent-idea-table {
  margin-left: 0px !important;
  margin-right: 0px;
  padding-right: 0px;
  padding-left: 0px;
}

/* line 9072, app/assets/stylesheets/frontend/application.scss */
.inbox-timeline .inbox-timeline-buttons {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: fixed;
  background-color: white;
  z-index: 2;
  padding: 10px 15px;
  border-radius: 12px;
  margin-right: 50px;
}

/* line 9082, app/assets/stylesheets/frontend/application.scss */
.inbox-timeline .inbox-timeline-buttons .btn, .inbox-timeline .inbox-timeline-buttons .btn-large {
  border-radius: 6px !important;
}

/* line 9086, app/assets/stylesheets/frontend/application.scss */
.inbox-timeline .header-line {
  border: 1px solid lightgray;
  margin-top: 50px;
  margin-left: 24px;
  margin-right: 21px;
}

/* line 9092, app/assets/stylesheets/frontend/application.scss */
.inbox-timeline .idea-cards-div {
  position: fixed;
  width: 74%;
  overflow-y: scroll;
  overflow-x: hidden;
  top: 190px;
  bottom: 0;
  margin-left: -4px;
}

/* line 9102, app/assets/stylesheets/frontend/application.scss */
.inbox-timeline .cards-header .add-idea {
  padding: 0px 1rem;
}

/* line 9106, app/assets/stylesheets/frontend/application.scss */
.inbox-timeline .overview-add-idea {
  display: flex;
  justify-content: space-between;
  padding-right: 22px;
  padding-left: 22px;
}

/* line 9113, app/assets/stylesheets/frontend/application.scss */
.inbox-timeline .attachments-row {
  margin-top: 5px;
}

/* line 9115, app/assets/stylesheets/frontend/application.scss */
.inbox-timeline .attachments-row .btn, .inbox-timeline .attachments-row .btn-large {
  height: 29px;
  line-height: 29px;
  background-color: #33334f !important;
}

/* line 9122, app/assets/stylesheets/frontend/application.scss */
.inbox-timeline .comments-margin .card {
  padding: 8px;
  border: 1px solid lightblue;
}

/* line 9123, app/assets/stylesheets/frontend/application.scss */
.inbox-timeline .comments-margin .card .comment-date {
  color: gray;
}

/* line 9132, app/assets/stylesheets/frontend/application.scss */
.inbox-timeline .profile-detail {
  border: 1px solid lightgray;
  padding: 5px;
}

/* line 9141, app/assets/stylesheets/frontend/application.scss */
.inbox-timeline .card-border .submit-comment {
  background: #fff !important;
  color: #F41403 !important;
  border: 1px solid #F41403;
  margin-top: 10px;
  margin-right: -15px;
  box-shadow: none;
}

/* line 9151, app/assets/stylesheets/frontend/application.scss */
.inbox-timeline .comment-label {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.02em;
  color: #688FAF;
}

/* line 9161, app/assets/stylesheets/frontend/application.scss */
.inbox-timeline .cards-inbox {
  display: flex;
  flex-wrap: wrap;
  margin: 0px -14px 0px -14px;
}

/* line 9167, app/assets/stylesheets/frontend/application.scss */
.inbox-timeline .tab-header {
  background-color: #33334f;
  height: 37px;
  line-height: 37px;
  text-align: center;
  color: white;
}

/* line 9174, app/assets/stylesheets/frontend/application.scss */
.inbox-timeline .save-all-ideas-button {
  padding-right: 5px;
  padding-left: 5px;
}

/* line 9178, app/assets/stylesheets/frontend/application.scss */
.inbox-timeline .inbox-mission-header {
  display: flex;
  justify-content: space-between;
}

/* line 9181, app/assets/stylesheets/frontend/application.scss */
.inbox-timeline .inbox-mission-header .title {
  color: #33334f;
  font-size: 13px;
}

/* line 9189, app/assets/stylesheets/frontend/application.scss */
.inbox-timeline .user-detail {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* line 9194, app/assets/stylesheets/frontend/application.scss */
.inbox-timeline .inbox-mission-question {
  text-align: justify;
}

/* line 9197, app/assets/stylesheets/frontend/application.scss */
.inbox-timeline .inbox-info-card {
  width: 25%;
  min-height: 100vh;
  padding-bottom: 10px;
  padding-right: 0px;
  padding-left: 24px;
  padding-top: 5px;
  border-radius: 5px;
}

/* line 9206, app/assets/stylesheets/frontend/application.scss */
.inbox-timeline .overview-button {
  display: flex;
  width: 100%;
  background-color: #33334f;
  justify-content: center;
}

/* line 9213, app/assets/stylesheets/frontend/application.scss */
.dashboard-rows {
  margin-left: 15px;
  margin-top: 82px;
}

/* line 9214, app/assets/stylesheets/frontend/application.scss */
.dashboard-rows .row {
  margin-bottom: 0px;
  margin-right: 2px;
  margin-left: 2px;
}

/* line 9219, app/assets/stylesheets/frontend/application.scss */
.dashboard-rows .idea-card-bottom {
  padding: 0;
  margin-top: -10px;
  padding-left: 7px;
  display: flex;
  align-items: center;
}

/* line 9228, app/assets/stylesheets/frontend/application.scss */
.dashboard-rows .time-stamp-col {
  font-size: 13px;
  color: gray;
}

/* line 9232, app/assets/stylesheets/frontend/application.scss */
.dashboard-rows .add-idea {
  height: 25px;
  line-height: 25px;
  width: 100px;
  font-size: 13px;
  padding: 0px;
}

/* line 9239, app/assets/stylesheets/frontend/application.scss */
.dashboard-rows .cards-footer {
  display: flex;
  align-items: center;
}

/* line 9243, app/assets/stylesheets/frontend/application.scss */
.dashboard-rows ul {
  overflow: scroll;
  display: flex;
  margin: 0 auto;
  margin-top: 0px;
  margin-left: -10px;
}

/* line 9249, app/assets/stylesheets/frontend/application.scss */
.dashboard-rows ul li {
  display: inline;
  padding-left: 10px;
}

/* line 9255, app/assets/stylesheets/frontend/application.scss */
.dashboard-rows .card {
  height: 143px;
  width: 234px;
}

/* line 9258, app/assets/stylesheets/frontend/application.scss */
.dashboard-rows .card .card-image {
  height: 80px;
}

/* line 9262, app/assets/stylesheets/frontend/application.scss */
.dashboard-rows .card-title {
  position: relative;
  color: black;
  font-size: 13px;
  padding: 6px;
  font-weight: 400;
  margin-top: 8px;
}

/* line 9272, app/assets/stylesheets/frontend/application.scss */
.profile-image {
  padding-top: 2px;
}

/* line 9275, app/assets/stylesheets/frontend/application.scss */
.top-bar-adjusted {
  position: relative;
  top: 3px;
}

/* line 9284, app/assets/stylesheets/frontend/application.scss */
.main-dark-color {
  background-color: #33334f !important;
}

/* line 9288, app/assets/stylesheets/frontend/application.scss */
.sortable-idea-item {
  width: 256px;
}

/* line 9290, app/assets/stylesheets/frontend/application.scss */
.sortable-idea-item .idea-card-div {
  width: 105% !important;
}

/* line 9295, app/assets/stylesheets/frontend/application.scss */
.ideas-column {
  height: 100%;
  display: inline-block;
  padding: 10px;
  padding-bottom: 0px;
  margin: 0px;
  width: 260px;
  overflow-y: auto;
  overflow-x: hidden;
  border: 1px solid #e7e6e6;
  background-color: #bdbdbd00;
}

/* line 9306, app/assets/stylesheets/frontend/application.scss */
.ideas-column .idea-column-header {
  border-bottom: 1px solid #e7e6e6;
  font-weight: bold;
  margin-top: -10px;
  padding-top: 5px;
  margin-left: -10px;
  padding-left: 15px;
  margin-right: -10px;
}

/* line 9315, app/assets/stylesheets/frontend/application.scss */
.ideas-column .idea-column-header:hover {
  background-color: #35abff36;
}

/* line 9318, app/assets/stylesheets/frontend/application.scss */
.ideas-column .idea-column-body {
  overflow-y: scroll;
  overflow-x: hidden;
  padding-top: 10px;
  margin-top: 0px;
  margin-left: -9px;
  margin-right: -9px;
  padding-bottom: 0px;
}

/* line 9326, app/assets/stylesheets/frontend/application.scss */
.ideas-column .idea-column-body .sortable-idea-item {
  padding-left: 10px;
  padding-right: 10px;
}

/* line 9330, app/assets/stylesheets/frontend/application.scss */
.ideas-column .idea-column-body:hover {
  background-color: #35abff1c;
}

/* line 9334, app/assets/stylesheets/frontend/application.scss */
.ideas-column .idea-column-footer {
  background-color: white;
}

/* line 9337, app/assets/stylesheets/frontend/application.scss */
.ideas-column .idea-column-body {
  height: 85% !important;
}

/* line 9340, app/assets/stylesheets/frontend/application.scss */
.ideas-column .idea-column-footer {
  bottom: 0;
  position: sticky;
  border-top: 1px solid #e7e6e6;
  padding: 5px;
  width: 109%;
  font-weight: bold;
  margin-left: -10px;
  margin-bottom: -15px;
  padding-top: 8px;
  margin-top: 33px;
}

/* line 9355, app/assets/stylesheets/frontend/application.scss */
.all_filter_list .dropdown-content > li:first-child {
  display: none;
}

/* line 9359, app/assets/stylesheets/frontend/application.scss */
.progress-div {
  margin-top: 21px !important;
}

/* line 9362, app/assets/stylesheets/frontend/application.scss */
#CardProgress {
  width: 100%;
  background-color: gray;
}

/* line 9367, app/assets/stylesheets/frontend/application.scss */
#cards-bar {
  height: 18px;
  font-size: 13px;
  background-color: #8dc63f;
  text-align: center;
  line-height: 18px;
  color: white;
  margin-top: -8px;
  margin-bottom: 0px;
}

/* line 9378, app/assets/stylesheets/frontend/application.scss */
.select-grid-view {
  color: #6991b7 !important;
}

/* line 9382, app/assets/stylesheets/frontend/application.scss */
.list-viewer {
  color: #33334f;
}

/* line 9389, app/assets/stylesheets/frontend/application.scss */
.columns-viewer {
  margin-top: 1px;
  font-size: 22px !important;
  color: #33334f;
}

/* line 9397, app/assets/stylesheets/frontend/application.scss */
.chart-viewer {
  padding-top: 2px;
  font-size: 25px !important;
  color: #33334f;
}

/* line 9406, app/assets/stylesheets/frontend/application.scss */
#Section1.tab-containers {
  display: block;
}

/* line 9410, app/assets/stylesheets/frontend/application.scss */
.new-mission-flow.inbox-pages {
  width: 100%;
  max-width: 100%;
  display: inline-block;
}

/* line 9416, app/assets/stylesheets/frontend/application.scss */
.projects-hoverableCard {
  height: 136px;
  margin-bottom: 10px;
}

/* line 9419, app/assets/stylesheets/frontend/application.scss */
.projects-hoverableCard .card-title {
  position: absolute;
  top: 42px;
  left: 0px !important;
  padding: 13px !important;
  background-color: #0000002e;
  width: 100%;
}

/* line 9426, app/assets/stylesheets/frontend/application.scss */
.projects-hoverableCard .card-title .class-titles {
  position: absolute;
  bottom: 3px;
  left: 5px;
  color: white;
  font-weight: bold;
}

/* line 9433, app/assets/stylesheets/frontend/application.scss */
.projects-hoverableCard .card-title span {
  font-size: 14px;
}

/* line 9437, app/assets/stylesheets/frontend/application.scss */
.projects-hoverableCard .card-image {
  height: 68px;
  overflow: hidden;
}

/* line 9441, app/assets/stylesheets/frontend/application.scss */
.projects-hoverableCard .projects-data {
  padding-left: 5px;
}

/* line 9445, app/assets/stylesheets/frontend/application.scss */
.projects-hoverableCard .card-content {
  padding: 10px;
}

/* line 9447, app/assets/stylesheets/frontend/application.scss */
.projects-hoverableCard .card-content .idea-time-stamp {
  font-size: 10px;
  color: darkslategray;
}

/* line 9452, app/assets/stylesheets/frontend/application.scss */
.projects-hoverableCard .card-content .time-stamp-col {
  margin-top: -9px;
}

/* line 9458, app/assets/stylesheets/frontend/application.scss */
.idea-time-stamp {
  font-size: 10px;
  color: darkslategray;
}

/* line 9463, app/assets/stylesheets/frontend/application.scss */
.hoverableInboxCardUser {
  min-height: 165px;
}

/* line 9467, app/assets/stylesheets/frontend/application.scss */
.card-row-padding {
  padding: 0px 20px;
}

/* line 9471, app/assets/stylesheets/frontend/application.scss */
.inbox-card-manager {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

/* line 9475, app/assets/stylesheets/frontend/application.scss */
.inbox-card-manager .inbox-cards {
  margin-left: 10px;
  width: 300px;
}

/* line 9483, app/assets/stylesheets/frontend/application.scss */
.idea-tag-view .add-tag p {
  color: #B3C7D7 !important;
}

/* line 9490, app/assets/stylesheets/frontend/application.scss */
.projects-hoverableCard:hover .agent-bookmark {
  display: block;
  background: white;
}

/* line 9496, app/assets/stylesheets/frontend/application.scss */
.brainstorm-pics_1 {
  margin-top: 5px;
  width: 30px;
  height: 30px;
}

/* line 9502, app/assets/stylesheets/frontend/application.scss */
.small-font-user-name {
  font-size: 11px;
  color: black;
}

/* line 9508, app/assets/stylesheets/frontend/application.scss */
.main-button-text {
  position: relative;
  bottom: 2px;
}

/* line 9512, app/assets/stylesheets/frontend/application.scss */
.new-mission-flow .btn,
.new-mission-flow .btn-large {
  min-width: 150px;
  margin-left: 15px !important;
}

/* line 9518, app/assets/stylesheets/frontend/application.scss */
.settings-pages {
  padding: 5px;
}

/* line 9520, app/assets/stylesheets/frontend/application.scss */
.settings-pages .tox-tinymce {
  width: 100% !important;
}

/* line 9525, app/assets/stylesheets/frontend/application.scss */
.gap-from-description {
  padding-top: 10px !important;
}

/* line 9528, app/assets/stylesheets/frontend/application.scss */
.new-mission-flow .profile-img {
  height: auto;
  margin: 15px 0px;
  padding: 0px;
}

/* line 9533, app/assets/stylesheets/frontend/application.scss */
.parent-position-relative {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* line 9539, app/assets/stylesheets/frontend/application.scss */
.margin-right {
  margin-right: 3% !important;
}

/* line 9551, app/assets/stylesheets/frontend/application.scss */
.parent-position-relative {
  position: relative;
}

/* line 9559, app/assets/stylesheets/frontend/application.scss */
.parent-position-relative .view-columns i {
  font-size: 27px !important;
  padding-top: 1px;
  padding-left: 5px;
}

/* line 9566, app/assets/stylesheets/frontend/application.scss */
.parent-position-relative .view-graph i {
  font-size: 26px !important;
  padding-top: 2px;
  padding-left: 5px;
}

/* line 9574, app/assets/stylesheets/frontend/application.scss */
.grid-view-drop-down {
  float: left;
}

/* line 9594, app/assets/stylesheets/frontend/application.scss */
.margin-right:nth-child(3n + 0) {
  margin-right: 0;
}

/* line 9598, app/assets/stylesheets/frontend/application.scss */
.hoverableCard {
  height: 120px;
  margin-bottom: 10px;
}

/* line 9599, app/assets/stylesheets/frontend/application.scss */
.hoverableCard .inbox-card-content {
  margin-top: 21px;
}

/* line 9607, app/assets/stylesheets/frontend/application.scss */
.hoverableCard .card-title {
  position: absolute;
  left: 0px !important;
  padding: 3px !important;
  background-color: #0000002e;
  padding: 0;
  width: 100%;
}

/* line 9616, app/assets/stylesheets/frontend/application.scss */
.hoverableCard .card-title .class-titles {
  position: absolute;
  bottom: 5;
  left: 5px;
}

/* line 9621, app/assets/stylesheets/frontend/application.scss */
.hoverableCard .card-title span {
  font-size: 14px;
}

/* line 9625, app/assets/stylesheets/frontend/application.scss */
.hoverableCard .card-image {
  height: 85px;
  overflow: hidden;
}

/* line 9630, app/assets/stylesheets/frontend/application.scss */
.new-mission-flow .image-aspect-ratio {
  height: 0;
  padding: 15%;
  position: relative;
}

/* line 9635, app/assets/stylesheets/frontend/application.scss */
.idea-view-image {
  margin-left: 18px !important;
  width: 463px !important;
  padding: 18% !important;
}

/* line 9641, app/assets/stylesheets/frontend/application.scss */
.idea-background-image {
  margin-top: 0px;
  margin-bottom: 13em;
}

/* line 9644, app/assets/stylesheets/frontend/application.scss */
.idea-background-image .profile-edit-pic {
  border-radius: 12px;
}

/* line 9648, app/assets/stylesheets/frontend/application.scss */
.new-mission-flow .profile-edit-pic {
  top: -60px;
  background-size: auto;
}

/* line 9652, app/assets/stylesheets/frontend/application.scss */
.profile-edit-pic {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

/* line 9662, app/assets/stylesheets/frontend/application.scss */
.profile-edit-box {
  color: white;
}

/* line 9668, app/assets/stylesheets/frontend/application.scss */
.non-clickable-notifications {
  background-color: white !important;
  cursor: default !important;
}

/* line 9672, app/assets/stylesheets/frontend/application.scss */
.modify {
  position: absolute;
  opacity: 0;
}

/* line 9677, app/assets/stylesheets/frontend/application.scss */
.buttons {
  background-color: #33334f;
}

/* line 9680, app/assets/stylesheets/frontend/application.scss */
.padding {
  padding: 10px;
}

/* line 9683, app/assets/stylesheets/frontend/application.scss */
.nopadding {
  padding: 0 !important;
}

/* line 9686, app/assets/stylesheets/frontend/application.scss */
.placeholder-image {
  height: auto;
  width: 100%;
  padding: 0px;
  margin: 0px;
}

/* line 9692, app/assets/stylesheets/frontend/application.scss */
.ms-blue {
  background-color: #f44336;
  margin-top: 12px;
}

/* line 9699, app/assets/stylesheets/frontend/application.scss */
.no-margin {
  margin: 0px;
}

/* line 9702, app/assets/stylesheets/frontend/application.scss */
.username-date {
  display: flex;
  justify-content: space-between;
  padding-left: 5px;
}

/* line 9708, app/assets/stylesheets/frontend/application.scss */
.margin-top {
  margin-top: 10px;
}

/* line 9713, app/assets/stylesheets/frontend/application.scss */
.delete a .delete-icon {
  display: none;
}

/* line 9716, app/assets/stylesheets/frontend/application.scss */
.delete a .reply-icon {
  float: right;
  color: black;
}

/* line 9722, app/assets/stylesheets/frontend/application.scss */
.admin-comment {
  margin-left: -30px !important;
  position: relative;
  padding-left: 14px;
  margin-bottom: 11px;
  display: flex;
  align-items: center;
}

/* line 9729, app/assets/stylesheets/frontend/application.scss */
.admin-comment .comment-section {
  margin-top: -15px !important;
}

/* line 9733, app/assets/stylesheets/frontend/application.scss */
.reply-margin {
  margin-top: 20px;
  margin-bottom: 10px;
}

/* line 9737, app/assets/stylesheets/frontend/application.scss */
.cross-rep-form {
  position: relative;
  margin-top: -37px;
  position: absolute;
  top: -12px;
  right: -12px;
}

/* line 9746, app/assets/stylesheets/frontend/application.scss */
.card-border-reply {
  width: 86%;
  float: right;
  height: auto;
  margin-top: 25px;
  margin-right: 10px;
}

/* line 9752, app/assets/stylesheets/frontend/application.scss */
.card-border-reply textarea {
  height: auto;
  border-color: #aeaeae;
  padding: 5px 5px;
  min-height: 5em;
}

/* line 9758, app/assets/stylesheets/frontend/application.scss */
.card-border-reply .submit-comment {
  width: 100%;
}

/* line 9763, app/assets/stylesheets/frontend/application.scss */
.cross-btn-position {
  position: absolute;
  right: -10px;
  top: -10px;
}

/* line 9769, app/assets/stylesheets/frontend/application.scss */
.element-hover {
  background-color: #f5f5f5 !important;
}

/* line 9773, app/assets/stylesheets/frontend/application.scss */
.reply-icon {
  color: black;
  cursor: pointer;
  margin-top: 10px;
}

/* line 9782, app/assets/stylesheets/frontend/application.scss */
.delete:hover a .delete-icon {
  display: block;
}

/* line 9787, app/assets/stylesheets/frontend/application.scss */
.reply-bar {
  border-left: 5px solid black;
  height: 50px;
  float: right;
}

@media only screen and (min-width: 1600px) {
  /* line 9816, app/assets/stylesheets/frontend/application.scss */
  .agent-ideabox {
    margin-left: -30px !important;
  }
}

@media only screen and (max-width: 1200px) {
  /* line 9822, app/assets/stylesheets/frontend/application.scss */
  .mission-default-pic {
    left: -185px;
  }
}

/* line 9839, app/assets/stylesheets/frontend/application.scss */
input:not([type]):focus:not([readonly]),
input[type="text"]:not(.browser-default):focus:not([readonly]),
input[type="password"]:not(.browser-default):focus:not([readonly]),
input[type="email"]:not(.browser-default):focus:not([readonly]),
input[type="url"]:not(.browser-default):focus:not([readonly]),
input[type="time"]:not(.browser-default):focus:not([readonly]),
input[type="date"]:not(.browser-default):focus:not([readonly]),
input[type="datetime"]:not(.browser-default):focus:not([readonly]),
input[type="datetime-local"]:not(.browser-default):focus:not([readonly]),
input[type="tel"]:not(.browser-default):focus:not([readonly]),
input[type="number"]:not(.browser-default):focus:not([readonly]),
input[type="search"]:not(.browser-default):focus:not([readonly]),
textarea.materialize-textarea:focus:not([readonly]) {
  border-bottom: 1px solid #33334f;
  box-shadow: 0 1px 0 0 #33334f;
}

/* line 9856, app/assets/stylesheets/frontend/application.scss */
label .active {
  color: #33334f;
}

/* line 9860, app/assets/stylesheets/frontend/application.scss */
.labels-display {
  align-items: center;
}

/* line 9865, app/assets/stylesheets/frontend/application.scss */
.thumbs {
  display: flex;
  align-items: center;
  cursor: pointer;
}

/* line 9871, app/assets/stylesheets/frontend/application.scss */
.idea-review-wallpaper .numbers {
  display: flex;
  justify-content: flex-start;
}

/* line 9875, app/assets/stylesheets/frontend/application.scss */
.idea-review-wallpaper h5 {
  font-size: 18px;
}

/* line 9880, app/assets/stylesheets/frontend/application.scss */
.idea-review-wallpaper .heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* line 9885, app/assets/stylesheets/frontend/application.scss */
.idea-review-wallpaper .textarea-height {
  height: 150px;
}

/* line 9888, app/assets/stylesheets/frontend/application.scss */
.idea-review-wallpaper .image-div {
  width: 100%;
  overflow: hidden;
  height: 280px;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

/* line 9895, app/assets/stylesheets/frontend/application.scss */
.idea-review-wallpaper .image-div img {
  height: 280px;
  -o-object-fit: cover;
     object-fit: cover;
  background-position: center center;
  width: 100%;
  max-width: 100%;
}

/* line 9903, app/assets/stylesheets/frontend/application.scss */
.idea-review-wallpaper .review-Heading {
  display: flex;
  justify-content: space-between;
}

/* line 9907, app/assets/stylesheets/frontend/application.scss */
.idea-review-wallpaper p {
  margin: 0;
}

/* line 9910, app/assets/stylesheets/frontend/application.scss */
.idea-review-wallpaper .red-button {
  background-color: #e53935;
}

/* line 9913, app/assets/stylesheets/frontend/application.scss */
.idea-review-wallpaper .impact {
  display: flex;
  margin-top: 5px;
}

/* line 9916, app/assets/stylesheets/frontend/application.scss */
.idea-review-wallpaper .impact div {
  margin-left: 20px;
}

/* line 9919, app/assets/stylesheets/frontend/application.scss */
.idea-review-wallpaper .impact div:first-child {
  margin-left: 0px;
}

/* line 9923, app/assets/stylesheets/frontend/application.scss */
.idea-review-wallpaper .impact .icons i {
  font-size: 40px;
}

/* line 9928, app/assets/stylesheets/frontend/application.scss */
.idea-review-wallpaper .my-divider {
  margin-top: 5px;
}

/* line 9931, app/assets/stylesheets/frontend/application.scss */
.idea-review-wallpaper .selection_user_review-img {
  position: relative;
  height: 200px;
  overflow: hidden;
}

/* line 9933, app/assets/stylesheets/frontend/application.scss */
.idea-review-wallpaper .selection_user_review-img .user-heading {
  position: absolute;
}

/* line 9936, app/assets/stylesheets/frontend/application.scss */
.idea-review-wallpaper .selection_user_review-img img {
  width: 100%;
}

/* line 9939, app/assets/stylesheets/frontend/application.scss */
.idea-review-wallpaper .selection_user_review-img .user-heading {
  color: white;
  position: absolute;
  top: 163px;
  left: 10px;
  font-size: 25px;
}

/* line 9950, app/assets/stylesheets/frontend/application.scss */
.idea-review-wallpaper .selection_user_review-text .text-heading {
  margin-bottom: 0px;
  color: #33334f;
  margin-left: 0;
  font-size: 20px;
}

/* line 9957, app/assets/stylesheets/frontend/application.scss */
.idea-review-wallpaper .review-Headings {
  margin-bottom: 10px;
}

/* line 9961, app/assets/stylesheets/frontend/application.scss */
.idea-review-wallpaper .user-card .card-image {
  height: 100px;
}

/* line 9963, app/assets/stylesheets/frontend/application.scss */
.idea-review-wallpaper .user-card .card-image .card-title {
  padding: 10px;
  width: 100%;
  font-size: 16px;
  background-color: #00000091;
}

/* line 9970, app/assets/stylesheets/frontend/application.scss */
.idea-review-wallpaper .user-card .user-selection-dp {
  display: flex;
  align-items: center;
}

/* line 9973, app/assets/stylesheets/frontend/application.scss */
.idea-review-wallpaper .user-card .user-selection-dp p {
  padding-left: 10px;
}

/* line 9977, app/assets/stylesheets/frontend/application.scss */
.idea-review-wallpaper .user-card .user-category {
  display: flex;
  align-items: center;
}

/* line 9980, app/assets/stylesheets/frontend/application.scss */
.idea-review-wallpaper .user-card .user-category p {
  padding-left: 10px;
}

/* line 9987, app/assets/stylesheets/frontend/application.scss */
.mycol {
  transition: width 200ms;
}

/* line 9991, app/assets/stylesheets/frontend/application.scss */
.user-heading-1 {
  color: white;
  position: absolute;
  top: 133px;
  left: 10px;
  font-size: 25px;
}

/* line 9998, app/assets/stylesheets/frontend/application.scss */
.shrink-headings {
  height: auto !important;
}

/* line 10001, app/assets/stylesheets/frontend/application.scss */
.negative-margin {
  margin-left: -5% !important;
}

/* line 10004, app/assets/stylesheets/frontend/application.scss */
.heading-column {
  transform: translate(-33%);
}

/* line 10007, app/assets/stylesheets/frontend/application.scss */
.reviewed {
  transform: translate(-29%);
}

/* line 10010, app/assets/stylesheets/frontend/application.scss */
.moving-right {
  transform: translateX(200%);
}

/* line 10013, app/assets/stylesheets/frontend/application.scss */
.heading-margin-left {
  margin-left: 30%;
}

/* line 10016, app/assets/stylesheets/frontend/application.scss */
.left-text-align {
  text-align: left;
  font-size: 16px;
}

/* line 10021, app/assets/stylesheets/frontend/application.scss */
#button i {
  cursor: pointer;
  margin-right: 10px;
}

/* line 10027, app/assets/stylesheets/frontend/application.scss */
.btn, .btn-large {
  border-radius: 0 !important;
}

/* line 10031, app/assets/stylesheets/frontend/application.scss */
.previous-idea-button {
  width: 177px;
}

/* line 10034, app/assets/stylesheets/frontend/application.scss */
.weight-label-divider {
  width: 100%;
}

/* line 10037, app/assets/stylesheets/frontend/application.scss */
.weight-label-rows {
  height: 65px;
}

/* line 10040, app/assets/stylesheets/frontend/application.scss */
.no-border-table {
  border: none;
}

/* line 10042, app/assets/stylesheets/frontend/application.scss */
.no-border-table tr {
  border: none;
  border-bottom: 1px solid lightgray;
}

/* line 10045, app/assets/stylesheets/frontend/application.scss */
.no-border-table tr td {
  border: none;
}

/* line 10048, app/assets/stylesheets/frontend/application.scss */
.no-border-table tr th {
  border: none;
}

/* line 10053, app/assets/stylesheets/frontend/application.scss */
.overflowCol {
  height: calc(100vh - 130px);
  padding: 0;
  padding-bottom: 50px;
  width: 600px;
  overflow-x: auto;
  overflow-y: hidden;
}

/* line 10061, app/assets/stylesheets/frontend/application.scss */
#resizeColumn {
  padding-top: 30px;
  margin-left: 15px;
}

/* line 10065, app/assets/stylesheets/frontend/application.scss */
.category-heading {
  background-color: white;
  border: 1px solid #cccccc;
}

/* line 10068, app/assets/stylesheets/frontend/application.scss */
.category-heading i {
  visibility: visible;
}

/* line 10072, app/assets/stylesheets/frontend/application.scss */
.board-title-input {
  width: 350px;
  height: 35px;
  background-color: white;
  border: 1px solid black;
  padding: 8px 12px;
}

/* line 10078, app/assets/stylesheets/frontend/application.scss */
.board-title-input input {
  height: auto !important;
  background-color: white !important;
  margin-bottom: 0 !important;
  min-height: auto !important;
  border-color: transparent !important;
}

/* line 10085, app/assets/stylesheets/frontend/application.scss */
.board-title-input i {
  visibility: visible;
}

/* line 10089, app/assets/stylesheets/frontend/application.scss */
.category-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
}

/* line 10095, app/assets/stylesheets/frontend/application.scss */
.category-heading i {
  padding-left: 10px;
}

/* line 10099, app/assets/stylesheets/frontend/application.scss */
.like-board-idea {
  width: 25px;
  height: 20px;
  padding-left: 6px;
}

/* line 10104, app/assets/stylesheets/frontend/application.scss */
.category_item_comments {
  width: 25px;
  height: 20px;
  padding-left: 6px;
}

/* line 10108, app/assets/stylesheets/frontend/application.scss */
.category_item_comments i {
  padding-top: 3px;
  color: black;
}

/* line 10113, app/assets/stylesheets/frontend/application.scss */
.category-icons {
  display: flex;
  align-items: center;
}

/* line 10116, app/assets/stylesheets/frontend/application.scss */
.category-icons i {
  font-size: 30px;
  color: black;
  margin-left: 20px;
}

/* line 10121, app/assets/stylesheets/frontend/application.scss */
.category-icons a {
  margin-top: 5px;
}

/* line 10125, app/assets/stylesheets/frontend/application.scss */
.category-row {
  background-color: #dbe3ef;
  padding-bottom: 12px;
  padding-top: 8px;
}

/* line 10129, app/assets/stylesheets/frontend/application.scss */
.category-row.row {
  margin: 0;
}

/* line 10133, app/assets/stylesheets/frontend/application.scss */
.category-select {
  width: 287px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* line 10135, app/assets/stylesheets/frontend/application.scss */
.category-select .input-field {
  width: 50%;
  margin: 0;
}

/* line 10152, app/assets/stylesheets/frontend/application.scss */
.category-select .input-field .select-wrapper {
  background-color: white;
}

/* line 10154, app/assets/stylesheets/frontend/application.scss */
.category-select .input-field .select-wrapper .caret {
  padding-right: 10px;
}

/* line 10157, app/assets/stylesheets/frontend/application.scss */
.category-select .input-field .select-wrapper input[type="text"] {
  text-align: center;
}

/* line 10163, app/assets/stylesheets/frontend/application.scss */
.adding-user {
  position: relative;
  padding-left: 10px;
  padding-right: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 155px;
  margin-right: 40px;
}

/* line 10173, app/assets/stylesheets/frontend/application.scss */
.category-time {
  border: 1px solid #cccccc;
  margin-right: 2%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 217px;
}

/* line 10176, app/assets/stylesheets/frontend/application.scss */
.category-time .input-field {
  margin: 0;
}

/* line 10178, app/assets/stylesheets/frontend/application.scss */
.category-time .input-field .select-wrapper {
  height: 31px;
  background-color: white;
}

/* line 10181, app/assets/stylesheets/frontend/application.scss */
.category-time .input-field .select-wrapper .caret {
  padding-right: 10px;
  padding-top: 13px;
}

/* line 10185, app/assets/stylesheets/frontend/application.scss */
.category-time .input-field .select-wrapper input[type="text"] {
  height: 2rem;
  text-align: center;
}

/* line 10197, app/assets/stylesheets/frontend/application.scss */
.category-time h6 {
  background: white;
}

/* line 10201, app/assets/stylesheets/frontend/application.scss */
.play {
  color: #8dc63f;
}

/* line 10204, app/assets/stylesheets/frontend/application.scss */
.pause {
  color: #f41403;
}

/* line 10207, app/assets/stylesheets/frontend/application.scss */
.category-title:hover {
  background-color: #dbe3ef;
}

/* line 10210, app/assets/stylesheets/frontend/application.scss */
.category-title {
  padding: 3px;
  display: flex;
  justify-content: space-between;
}

/* line 10214, app/assets/stylesheets/frontend/application.scss */
.category-title .drag-icon {
  width: 35px;
}

/* line 10217, app/assets/stylesheets/frontend/application.scss */
.category-title .sorting {
  width: 35px;
}

/* line 10220, app/assets/stylesheets/frontend/application.scss */
.category-title .category-drag {
  padding: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 200px;
}

/* line 10227, app/assets/stylesheets/frontend/application.scss */
.category-title .category-drag i {
  visibility: hidden;
  padding-left: 5px;
  display: none;
}

/* line 10232, app/assets/stylesheets/frontend/application.scss */
.category-title .category-drag button {
  visibility: hidden;
  padding-left: 5px;
}

/* line 10238, app/assets/stylesheets/frontend/application.scss */
.category-title .category-drag:hover i {
  visibility: visible;
  display: block;
}

/* line 10242, app/assets/stylesheets/frontend/application.scss */
.category-title .category-drag:hover button {
  visibility: visible;
  padding-left: 5px;
}

/* line 10248, app/assets/stylesheets/frontend/application.scss */
.category-title .category-input input {
  background-color: white !important;
  padding: 2px 8px !important;
}

/* line 10254, app/assets/stylesheets/frontend/application.scss */
hr {
  margin: 0px;
}

/* line 10257, app/assets/stylesheets/frontend/application.scss */
.sidebar {
  position: absolute;
  z-index: 10 !important;
  background-color: white;
  left: -30%;
  width: 25%;
}

/* line 10271, app/assets/stylesheets/frontend/application.scss */
.category-add p {
  margin: 0;
}

/* line 10275, app/assets/stylesheets/frontend/application.scss */
.category-number {
  display: flex;
  align-items: center;
}

/* line 10278, app/assets/stylesheets/frontend/application.scss */
.category-number p {
  margin: 0;
  padding-right: 0px;
}

/* line 10283, app/assets/stylesheets/frontend/application.scss */
#addingCategory:hover {
  cursor: pointer;
}

/* line 10286, app/assets/stylesheets/frontend/application.scss */
p {
  margin: 0;
}

/* line 10289, app/assets/stylesheets/frontend/application.scss */
h6 {
  margin: 0;
}

/* line 10293, app/assets/stylesheets/frontend/application.scss */
.cateogry-card-content {
  display: flex;
  justify-content: space-between;
}

/* line 10296, app/assets/stylesheets/frontend/application.scss */
.cateogry-card-content .category-likes {
  display: flex;
  justify-content: space-between;
}

/* line 10299, app/assets/stylesheets/frontend/application.scss */
.cateogry-card-content .category-likes div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-right: 20px;
}

/* line 10307, app/assets/stylesheets/frontend/application.scss */
.cateogry-card-content .category-img {
  display: flex;
  align-items: center;
}

/* line 10310, app/assets/stylesheets/frontend/application.scss */
.cateogry-card-content .category-img img {
  width: 35px;
  height: 35px;
  border-radius: 50%;
}

/* line 10317, app/assets/stylesheets/frontend/application.scss */
.view-board-from-setting {
  color: black;
}

/* line 10320, app/assets/stylesheets/frontend/application.scss */
#button3 {
  position: fixed;
  left: -6px;
}

/* line 10328, app/assets/stylesheets/frontend/application.scss */
.addingCol {
  cursor: pointer;
}

/* line 10331, app/assets/stylesheets/frontend/application.scss */
#button4 {
  position: fixed;
  left: 24%;
}

/* line 10336, app/assets/stylesheets/frontend/application.scss */
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
  position: absolute;
  opacity: inherit;
  z-index: 9;
  pointer-events: inherit;
}

/* line 10343, app/assets/stylesheets/frontend/application.scss */
.card-check {
  left: 10px;
  top: 10px;
  width: 20px;
  height: 20px;
}

/* line 10351, app/assets/stylesheets/frontend/application.scss */
.card.category_item .card-image input {
  display: none;
}

/* line 10355, app/assets/stylesheets/frontend/application.scss */
.card.category_item .card-image:hover input {
  display: inline;
}

/* line 10359, app/assets/stylesheets/frontend/application.scss */
.card.category_item .card-image input:checked {
  display: inline;
}

/* line 10364, app/assets/stylesheets/frontend/application.scss */
.select-wrapper input.select-dropdown {
  margin-bottom: 5px;
}

/* line 10367, app/assets/stylesheets/frontend/application.scss */
.addingCol {
  position: relative;
}

/* line 10370, app/assets/stylesheets/frontend/application.scss */
#addingCategory {
  font-size: 28px;
  color: black;
  font-weight: bold;
}

/* line 10375, app/assets/stylesheets/frontend/application.scss */
.category-row1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* line 10379, app/assets/stylesheets/frontend/application.scss */
.category-row1 .categoty-switch {
  display: flex;
  align-items: center;
  display: flex;
  justify-content: space-between;
}

/* line 10382, app/assets/stylesheets/frontend/application.scss */
.category-row1 .categoty-switch .inbox-mission-header {
  width: 284px;
  display: flex;
  justify-content: start;
}

/* line 10386, app/assets/stylesheets/frontend/application.scss */
.category-row1 .categoty-switch .inbox-mission-header .number-border {
  margin-right: 4px;
  background-color: white;
  width: 73px;
}

/* line 10391, app/assets/stylesheets/frontend/application.scss */
.category-row1 .categoty-switch .inbox-mission-header .number-border .number {
  font-size: 16px;
}

/* line 10394, app/assets/stylesheets/frontend/application.scss */
.category-row1 .categoty-switch .inbox-mission-header .number-border .title {
  font-size: 10px;
}

/* line 10401, app/assets/stylesheets/frontend/application.scss */
.category-row1 .categoty-switch .cat-switch {
  padding-left: 10px;
}

/* line 10405, app/assets/stylesheets/frontend/application.scss */
.category-row1 .category-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* line 10409, app/assets/stylesheets/frontend/application.scss */
.category-row1 .category-header .inbox-mission-header {
  padding-right: 30px;
  padding-top: 5px;
}

/* line 10415, app/assets/stylesheets/frontend/application.scss */
.category-title-heading {
  display: flex;
  align-items: center;
}

/* line 10421, app/assets/stylesheets/frontend/application.scss */
.truncate-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  width: 200px;
}

/* line 10429, app/assets/stylesheets/frontend/application.scss */
.truncate-column-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  width: 100%;
}

/* line 10437, app/assets/stylesheets/frontend/application.scss */
.truncate-column-text-px {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  width: 100%;
  text-align: center;
}

/* line 10446, app/assets/stylesheets/frontend/application.scss */
.catergory-round-title {
  padding-left: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* line 10452, app/assets/stylesheets/frontend/application.scss */
.lever {
  margin-left: 0 !important;
  margin-right: 5px !important;
}

/* line 10456, app/assets/stylesheets/frontend/application.scss */
.new-mission-flow-modal {
  overflow-y: hidden !important;
}

/* line 10458, app/assets/stylesheets/frontend/application.scss */
.new-mission-flow-modal.modal-small {
  height: 245px;
  width: 45%;
  top: 25% !important;
}

/* line 10463, app/assets/stylesheets/frontend/application.scss */
.new-mission-flow-modal.modal-timer {
  height: 550px;
  max-height: 550px;
  width: 50%;
  top: 0 !important;
  bottom: 0;
}

/* line 10470, app/assets/stylesheets/frontend/application.scss */
.new-mission-flow-modal.modal-med-small {
  height: 330px;
  max-height: 500px;
  width: 50%;
  top: 0 !important;
  bottom: 0;
}

/* line 10477, app/assets/stylesheets/frontend/application.scss */
.new-mission-flow-modal.modal-med-auto {
  width: 45%;
  top: 0 !important;
  bottom: 0;
  max-height: 600px;
}

/* line 10483, app/assets/stylesheets/frontend/application.scss */
.new-mission-flow-modal.modal-criteria {
  height: 480px;
  min-width: 65%;
  top: 0 !important;
  bottom: 0;
}

/* line 10489, app/assets/stylesheets/frontend/application.scss */
.new-mission-flow-modal.modal-med-large {
  min-height: 80%;
  min-width: 55%;
  top: 0 !important;
  z-index: 10000 !important;
  bottom: 0;
  max-width: 768px;
}

/* line 10497, app/assets/stylesheets/frontend/application.scss */
.new-mission-flow-modal.modal-large {
  min-height: 92%;
  min-width: 95%;
  top: 5% !important;
}

/* line 10509, app/assets/stylesheets/frontend/application.scss */
.new-mission-flow-modal textarea.materialize-textarea {
  height: 1rem;
  min-height: 1rem;
}

/* line 10513, app/assets/stylesheets/frontend/application.scss */
.new-mission-flow-modal .criteria-left {
  border-right: 1px solid #33334f;
}

/* line 10517, app/assets/stylesheets/frontend/application.scss */
.new-mission-flow-modal .builder-modals .left-container {
  border-right: 1px solid black;
  height: 100%;
  padding-bottom: 80px;
  padding-top: 40px;
  position: absolute;
  overflow-y: auto;
  overflow-x: hidden;
}

/* line 10527, app/assets/stylesheets/frontend/application.scss */
.new-mission-flow-modal .builder-modals .right-container {
  padding-top: 30px;
}

/* line 10530, app/assets/stylesheets/frontend/application.scss */
.new-mission-flow-modal .builder-modals .right-container .preview-h5 {
  font-size: 1.1em;
  color: #33334f;
  letter-spacing: 1.44px;
  text-align: center;
  text-transform: uppercase;
}

/* line 10538, app/assets/stylesheets/frontend/application.scss */
.new-mission-flow-modal .builder-modals .btn-custom {
  width: auto !important;
}

/* line 10541, app/assets/stylesheets/frontend/application.scss */
.new-mission-flow-modal .builder-modals .profile-edit-pic {
  background-image: url(https://app.acceptmission.com/assets/am-standard.png);
}

/* line 10545, app/assets/stylesheets/frontend/application.scss */
.new-mission-flow-modal .builder-modals .modify.selection-idea {
  top: -70px;
  left: -130px;
  position: relative;
}

/* line 10552, app/assets/stylesheets/frontend/application.scss */
.new-mission-flow-modal .builder-modals .agents-file-field .file-field {
  padding: 0px !important;
}

/* line 10554, app/assets/stylesheets/frontend/application.scss */
.new-mission-flow-modal .builder-modals .agents-file-field .file-field .btn, .new-mission-flow-modal .builder-modals .agents-file-field .file-field .btn-large {
  border: none !important;
}

/* line 10558, app/assets/stylesheets/frontend/application.scss */
.new-mission-flow-modal .builder-modals .agents-file-field .file-path-wrapper {
  overflow: inherit !important;
  padding-left: 0px !important;
}

/* line 10564, app/assets/stylesheets/frontend/application.scss */
.new-mission-flow-modal .builder-modals .small-title {
  font-size: 14px;
  letter-spacing: 1.1px;
  text-transform: uppercase;
}

/* line 10569, app/assets/stylesheets/frontend/application.scss */
.new-mission-flow-modal .builder-modals .small-description {
  font-size: 11px;
  letter-spacing: 1px;
}

/* line 10573, app/assets/stylesheets/frontend/application.scss */
.new-mission-flow-modal .builder-modals .font-color-main {
  color: #33334f;
}

/* line 10576, app/assets/stylesheets/frontend/application.scss */
.new-mission-flow-modal .builder-modals .margin-fix {
  margin-bottom: -25px;
}

/* line 10579, app/assets/stylesheets/frontend/application.scss */
.new-mission-flow-modal .builder-modals .add-margin-bottom {
  margin-bottom: 20px;
}

/* line 10582, app/assets/stylesheets/frontend/application.scss */
.new-mission-flow-modal .builder-modals .small-info-text {
  font-size: 0.8rem;
}

/* line 10585, app/assets/stylesheets/frontend/application.scss */
.new-mission-flow-modal .builder-modals .btn-adjust {
  top: 5px;
  right: 0px;
  font-size: 0.7em;
}

/* line 10591, app/assets/stylesheets/frontend/application.scss */
.new-mission-flow-modal .builder-modals .left-container::-webkit-scrollbar {
  background: transparent;
  width: 7px;
}

/* line 10596, app/assets/stylesheets/frontend/application.scss */
.new-mission-flow-modal .builder-modals .left-container::-webkit-scrollbar-track {
  background: transparent;
  /* -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); */
  /* border-radius: 10px; */
}

/* line 10602, app/assets/stylesheets/frontend/application.scss */
.new-mission-flow-modal .builder-modals .left-container::-webkit-scrollbar-thumb {
  background: #3f4065;
}

/* line 10607, app/assets/stylesheets/frontend/application.scss */
.new-mission-flow-modal .builder-modals .left-container:hover::-webkit-scrollbar-thumb {
  background: #33334f;
}

/* line 10611, app/assets/stylesheets/frontend/application.scss */
.new-mission-flow-modal .builder-modals .left-container:hover::-webkit-scrollbar-track {
  background: #9e9e9e54;
}

/* line 10616, app/assets/stylesheets/frontend/application.scss */
.new-mission-flow-modal .modal-content::-webkit-scrollbar {
  background: transparent;
  width: 7px;
}

/* line 10620, app/assets/stylesheets/frontend/application.scss */
.new-mission-flow-modal .modal-content::-webkit-scrollbar-track {
  background: transparent;
}

/* line 10624, app/assets/stylesheets/frontend/application.scss */
.new-mission-flow-modal .modal-content::-webkit-scrollbar-thumb {
  background: #3f4065;
}

/* line 10628, app/assets/stylesheets/frontend/application.scss */
.new-mission-flow-modal .modal-content:hover::-webkit-scrollbar-thumb {
  background: #33334f;
}

/* line 10632, app/assets/stylesheets/frontend/application.scss */
.new-mission-flow-modal .modal-content:hover::-webkit-scrollbar-track {
  background: #9e9e9e54;
}

/* line 10635, app/assets/stylesheets/frontend/application.scss */
.new-mission-flow-modal .footer-btns {
  margin-top: 35px !important;
}

/* line 10639, app/assets/stylesheets/frontend/application.scss */
.new-mission-flow-modal .modal-footer .btn, .new-mission-flow-modal .modal-footer .btn-large {
  float: none !important;
  bottom: 0px;
  width: 140px !important;
}

/* line 10645, app/assets/stylesheets/frontend/application.scss */
.new-mission-flow-modal h4 {
  font-family: inherit !important;
  font-size: 1.1em !important;
  text-transform: none !important;
  line-height: 1.5;
}

/* line 10651, app/assets/stylesheets/frontend/application.scss */
.new-mission-flow-modal .modal-close-col {
  position: fixed;
  right: 0px !important;
  top: 0px;
}

/* line 10656, app/assets/stylesheets/frontend/application.scss */
.new-mission-flow-modal .modify {
  top: 50px;
  left: -105px;
}

/* line 10660, app/assets/stylesheets/frontend/application.scss */
.new-mission-flow-modal .fixed-modal-title {
  position: fixed;
  background-color: #fafafa;
  z-index: 10;
  top: 0px;
  left: 0px !important;
  padding: 10px 0px;
}

/* line 10668, app/assets/stylesheets/frontend/application.scss */
.new-mission-flow-modal .fixed-modal-title h4.admin-main-title {
  margin-bottom: 10px;
  text-transform: uppercase !important;
}

/* line 10675, app/assets/stylesheets/frontend/application.scss */
.new-mission-flow-modal .description {
  position: relative;
  top: 10%;
}

/* line 10681, app/assets/stylesheets/frontend/application.scss */
.new-mission-flow-modal .input-field label {
  left: 0px;
}

/* line 10686, app/assets/stylesheets/frontend/application.scss */
.new-mission-flow-modal .checkbox-col {
  width: 10px;
  padding-right: 20px;
}

/* line 10691, app/assets/stylesheets/frontend/application.scss */
.new-mission-flow-modal .msg-margin {
  margin-top: 40px;
}

/* line 10694, app/assets/stylesheets/frontend/application.scss */
.new-mission-flow-modal .msg {
  font-size: 13px;
}

/* line 10696, app/assets/stylesheets/frontend/application.scss */
.new-mission-flow-modal .msg.error {
  color: #f41403;
}

/* line 10699, app/assets/stylesheets/frontend/application.scss */
.new-mission-flow-modal .msg.success {
  color: #33334f;
}

/* line 10703, app/assets/stylesheets/frontend/application.scss */
.new-mission-flow-modal .row-btn {
  top: 8px;
  position: relative;
}

/* line 10707, app/assets/stylesheets/frontend/application.scss */
.new-mission-flow-modal .modal-footer {
  border-top: none !important;
}

/* line 10710, app/assets/stylesheets/frontend/application.scss */
.new-mission-flow-modal .publish-modal-title {
  top: 45px;
  position: relative;
  font-size: 1.1em !important;
}

/* line 10715, app/assets/stylesheets/frontend/application.scss */
.new-mission-flow-modal .btn, .new-mission-flow-modal .btn-large {
  position: relative;
  bottom: 10px;
  right: 20px;
  width: 140px;
  margin-left: 15px !important;
}

/* line 10721, app/assets/stylesheets/frontend/application.scss */
.new-mission-flow-modal .btn.right-btn, .new-mission-flow-modal .right-btn.btn-large {
  background-color: #33334f;
}

/* line 10724, app/assets/stylesheets/frontend/application.scss */
.new-mission-flow-modal .btn.simple-btn, .new-mission-flow-modal .simple-btn.btn-large {
  background-color: transparent;
  box-shadow: none;
  position: relative;
  left: -20px;
  width: 155px;
  border: 1px solid #33334f;
  color: #33334f;
}

/* line 10734, app/assets/stylesheets/frontend/application.scss */
.new-mission-flow-modal .right-btn:hover {
  background-color: #3f4065;
}

/* line 10739, app/assets/stylesheets/frontend/application.scss */
.new-mission-flow-modal.fixes .footer-btn {
  width: -moz-fit-content !important;
  width: fit-content !important;
  padding: 0px 10px !important;
}

/* line 10743, app/assets/stylesheets/frontend/application.scss */
.new-mission-flow-modal.fixes .del-btn.footer-btn {
  background-color: red;
  margin-right: 10px;
}

/* line 10746, app/assets/stylesheets/frontend/application.scss */
.new-mission-flow-modal.fixes .del-btn.footer-btn .material-icons {
  position: relative;
  top: 6px;
}

/* line 10751, app/assets/stylesheets/frontend/application.scss */
.new-mission-flow-modal.fixes .admin-title-help-icon.brainstorm-type {
  left: 5px;
  top: 4px;
}

/* line 10755, app/assets/stylesheets/frontend/application.scss */
.new-mission-flow-modal.fixes .admin-title-help-icon.duration-select {
  left: 10px;
  top: 0px;
}

/* line 10759, app/assets/stylesheets/frontend/application.scss */
.new-mission-flow-modal.fixes .admin-title-help-icon.review-type {
  left: 7px;
  top: 4px;
}

/* line 10763, app/assets/stylesheets/frontend/application.scss */
.new-mission-flow-modal.fixes .admin-title-help-icon.review-comments {
  left: 5px;
  top: 4px;
}

/* line 10767, app/assets/stylesheets/frontend/application.scss */
.new-mission-flow-modal.fixes .builder-modals .left-container {
  padding-top: 70px;
  padding-bottom: 120px;
}

/* line 10772, app/assets/stylesheets/frontend/application.scss */
.new-mission-flow-modal.fixes .modal-content.wider {
  padding: 0px;
}

/* line 10776, app/assets/stylesheets/frontend/application.scss */
.new-mission-flow-modal.fixes .admin-main-title {
  margin-bottom: -10px !important;
}

/* line 10779, app/assets/stylesheets/frontend/application.scss */
.new-mission-flow-modal.fixes .fixed-modal-title {
  padding: 0px;
}

/* line 10782, app/assets/stylesheets/frontend/application.scss */
.new-mission-flow-modal.fixes .desc-label-adjust {
  top: -25px;
  font-size: 12px;
  margin-top: -5px;
}

/* line 10787, app/assets/stylesheets/frontend/application.scss */
.new-mission-flow-modal.fixes .file-field {
  position: relative;
  padding: 0px 40px;
}

/* line 10791, app/assets/stylesheets/frontend/application.scss */
.new-mission-flow-modal.fixes .file-field .btn, .new-mission-flow-modal.fixes .file-field .btn-large {
  background: #f41403;
  border: 1px solid #f41403;
  top: 4px;
  border-radius: 4px;
  width: 20px !important;
  height: 27px;
  text-transform: uppercase;
  font-size: 9px;
  line-height: 27px;
}

/* line 10802, app/assets/stylesheets/frontend/application.scss */
.new-mission-flow-modal.fixes .file-field .add-opacity.btn, .new-mission-flow-modal.fixes .file-field .add-opacity.btn-large {
  left: 10px;
}

/* line 10806, app/assets/stylesheets/frontend/application.scss */
.new-mission-flow-modal.fixes .briefing-top-margin {
  margin-top: 35px;
}

/* line 10811, app/assets/stylesheets/frontend/application.scss */
.no-margin-top {
  margin-top: 0px !important;
}

/* line 10815, app/assets/stylesheets/frontend/application.scss */
.admin-title-help-icon {
  background-image: url(https://app.acceptmission.com/assets/question-icon2.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  padding: 7px;
  top: -3px;
  left: 6px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted white;
}

/* line 10828, app/assets/stylesheets/frontend/application.scss */
.admin-title-help-icon.ideation {
  left: 7px;
}

/* line 10838, app/assets/stylesheets/frontend/application.scss */
.admin-title-help-icon.type-select {
  left: 34px;
  top: -14px;
}

/* line 10842, app/assets/stylesheets/frontend/application.scss */
.admin-title-help-icon.owner-select {
  left: 42px;
  top: -14px;
}

/* line 10846, app/assets/stylesheets/frontend/application.scss */
.admin-title-help-icon.teamsize-select {
  left: 62px;
  top: -14px;
}

/* line 10850, app/assets/stylesheets/frontend/application.scss */
.admin-title-help-icon.undercover-select {
  left: 70px;
  top: -14px;
}

/* line 10854, app/assets/stylesheets/frontend/application.scss */
.admin-title-help-icon.category-select {
  left: 54px;
  top: -14px;
}

/* line 10858, app/assets/stylesheets/frontend/application.scss */
.admin-title-help-icon.duration-select {
  left: 50px;
  top: -14px;
}

/* line 10862, app/assets/stylesheets/frontend/application.scss */
.admin-title-help-icon.brainstorm-type {
  left: 92px;
  top: -14px;
}

/* line 10866, app/assets/stylesheets/frontend/application.scss */
.admin-title-help-icon.review-type {
  left: 76px;
  top: -14px;
}

/* line 10870, app/assets/stylesheets/frontend/application.scss */
.admin-title-help-icon.review-comments {
  left: 133px;
  top: -14px;
}

/* line 10874, app/assets/stylesheets/frontend/application.scss */
.admin-title-help-icon.need-reminder {
  left: 88px;
  top: -14px;
}

/* line 10880, app/assets/stylesheets/frontend/application.scss */
.tooltip .tooltiptext {
  visibility: hidden;
  width: 180px;
  background-color: #ffffff;
  color: #484848;
  text-align: center;
  padding: 5px;
  border-radius: 4px;
  position: absolute;
  z-index: 1;
  font-size: 12px;
  font-style: normal;
  border: 1px solid #dfdfdf;
  word-break: break-word;
}

/* line 10896, app/assets/stylesheets/frontend/application.scss */
.tooltip:hover .tooltiptext {
  visibility: visible;
  text-align: left;
}

/* line 10901, app/assets/stylesheets/frontend/application.scss */
.admin-ideation-select-wrapper {
  width: 130px;
  height: 10px;
  float: left;
  margin: 7px 0px 0px 2px;
}

/* line 10909, app/assets/stylesheets/frontend/application.scss */
.admin-ideation-select-wrapper.action-wrapper {
  margin-top: 15px;
}

/* line 10912, app/assets/stylesheets/frontend/application.scss */
.admin-ideation-select-wrapper .admin-ideation-select {
  position: relative;
}

/* line 10916, app/assets/stylesheets/frontend/application.scss */
.admin-ideation-select-wrapper .admin-ideation-select-text {
  position: relative;
  left: 6px;
  top: -25px;
  font-size: 10px;
  opacity: 0;
}

/* line 10924, app/assets/stylesheets/frontend/application.scss */
.admin-ideation-select-wrapper .top-zero.admin-ideation-select {
  top: 0px;
}

/* line 10930, app/assets/stylesheets/frontend/application.scss */
.inbox-agents input[type="text"] {
  height: 25px !important;
  border: 1px solid lightgray !important;
  margin: 5px !important;
  padding-left: 5px !important;
  padding-right: 5px !important;
}

/* line 10937, app/assets/stylesheets/frontend/application.scss */
.inbox-agents .btn-custom {
  height: 28px;
  margin-top: 4px;
  line-height: 28px;
  font-size: 13px;
  margin-left: 24px !important;
  bottom: 0;
}

/* line 10946, app/assets/stylesheets/frontend/application.scss */
nav ul a.btn-flat {
  margin-top: -2px;
  margin-left: 15px;
  margin-right: 15px;
}

/* line 10951, app/assets/stylesheets/frontend/application.scss */
nav ul a.btn-flat > .material-icons {
  height: inherit;
  line-height: inherit;
}

/* line 10955, app/assets/stylesheets/frontend/application.scss */
.add-agent-list-button {
  height: 28px;
  line-height: 28px;
  padding: 0px;
  width: 192px !important;
}

/* line 10961, app/assets/stylesheets/frontend/application.scss */
.tablesorter-header {
  background-image: url(data:image/gif;base64,R0lGODlhFQAJAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAkAAAIXjI+AywnaYnhUMoqt3gZXPmVg94yJVQAAOw==);
  background-position: center right;
  background-repeat: no-repeat;
  cursor: pointer;
  white-space: normal;
  padding-right: 19px;
}

/* line 10970, app/assets/stylesheets/frontend/application.scss */
.sorter-false {
  background-image: none;
  cursor: default;
  padding: 4px;
}

/* line 10976, app/assets/stylesheets/frontend/application.scss */
.tablesorter-headerAsc {
  background-image: url(data:image/gif;base64,R0lGODlhFQAEAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAQAAAINjI8Bya2wnINUMopZAQA7);
}

/* line 10980, app/assets/stylesheets/frontend/application.scss */
.tablesorter-headerDesc {
  background-image: url(data:image/gif;base64,R0lGODlhFQAEAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAQAAAINjB+gC+jP2ptn0WskLQA7);
}

/* line 10984, app/assets/stylesheets/frontend/application.scss */
.tablesorter-header-inner {
  background-image: none !important;
}

/* line 10987, app/assets/stylesheets/frontend/application.scss */
.table-master-checkbox {
  height: 15px !important;
  left: 15px;
  cursor: auto !important;
}

/* line 10992, app/assets/stylesheets/frontend/application.scss */
.filled-in[type="checkbox"]:checked + label:after {
  border: 2px solid #33334f !important;
  background-color: #33334f !important;
}

/* line 10996, app/assets/stylesheets/frontend/application.scss */
.table-checkbox {
  height: 15px !important;
  left: 15px;
}

/* line 11000, app/assets/stylesheets/frontend/application.scss */
.edit-board-category {
  cursor: pointer;
}

/* line 11004, app/assets/stylesheets/frontend/application.scss */
.bordered-table-heading th {
  border: 1px solid #f6f6f6 !important;
  background-color: #f6f6f6;
}

/* line 11008, app/assets/stylesheets/frontend/application.scss */
.bordered-table-heading th:hover {
  background-color: #35abff36;
}

/* line 11013, app/assets/stylesheets/frontend/application.scss */
.table-head {
  background-color: #ececec;
}

/* line 11017, app/assets/stylesheets/frontend/application.scss */
.table-row-inbox-ideas td {
  border: none !important;
  border-bottom: 1px solid lightgray !important;
}

/* line 11025, app/assets/stylesheets/frontend/application.scss */
tbody tr:hover {
  background-color: #35abff0d;
}

/* line 11029, app/assets/stylesheets/frontend/application.scss */
.category_title {
  padding: 0px !important;
  margin: 0px !important;
  height: 25px !important;
}

/* line 11034, app/assets/stylesheets/frontend/application.scss */
.placeholder {
  padding: 60px;
  display: block;
  text-align: center;
  width: 100% !important;
  height: 150px !important;
}

/* line 11041, app/assets/stylesheets/frontend/application.scss */
.close-category {
  cursor: pointer;
}

/* line 11045, app/assets/stylesheets/frontend/application.scss */
.background-icon-clr {
  background-color: white;
  width: 33px;
  height: 33px;
  border-radius: 50%;
  z-index: 1;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: auto;
}

/* line 11056, app/assets/stylesheets/frontend/application.scss */
.background-icon-clr i {
  font-size: 30px;
}

/* line 11061, app/assets/stylesheets/frontend/application.scss */
.boards-category-column {
  width: 100% !important;
}

/* line 11067, app/assets/stylesheets/frontend/application.scss */
.category-column-width {
  min-width: 270px;
}

/* line 11069, app/assets/stylesheets/frontend/application.scss */
.category-column-width .tooltip {
  position: relative;
  display: inline-block;
}

/* line 11073, app/assets/stylesheets/frontend/application.scss */
.category-column-width .add-icon {
  display: flex;
  justify-content: center;
  background: transparent;
  bottom: 28px;
  z-index: 10;
  position: fixed;
  border: 1px solid transparent;
  padding: 5px 5px 4px;
  width: auto;
  box-shadow: unset;
  color: #404040;
}

/* line 11088, app/assets/stylesheets/frontend/application.scss */
.category-column-width .tooltip .tooltiptext {
  visibility: hidden;
  width: 206px;
  background-color: white;
  color: black;
  text-align: left;
  border-radius: 0px;
  font-size: 14px;
  padding: 5px;
  border: 1px solid black;
  position: absolute;
  z-index: 1;
  margin-left: -106px;
  margin-top: 66px;
}

/* line 11104, app/assets/stylesheets/frontend/application.scss */
.category-column-width .tooltip:hover .tooltiptext {
  visibility: visible;
}

/* line 11112, app/assets/stylesheets/frontend/application.scss */
.add-participate-pages .input-fields-1 label {
  display: flex;
  align-items: center;
}

/* line 11116, app/assets/stylesheets/frontend/application.scss */
.add-participate-pages .input-fields-1 .tooltip {
  position: relative;
}

/* line 11118, app/assets/stylesheets/frontend/application.scss */
.add-participate-pages .input-fields-1 .tooltip i {
  font-size: 16px;
  margin-top: -10px;
  margin-left: 4px;
}

/* line 11123, app/assets/stylesheets/frontend/application.scss */
.add-participate-pages .input-fields-1 .tooltip .tooltiptext {
  visibility: hidden;
  width: 220px;
  background-color: white;
  color: black;
  text-align: left;
  border-radius: 0px;
  font-size: 12px;
  padding: 5px;
  border: 1px solid #e7e7e7;
  position: absolute;
  z-index: 1;
  margin-left: 5px;
  margin-top: -11px;
}

/* line 11140, app/assets/stylesheets/frontend/application.scss */
.add-participate-pages .pass-field-blue {
  margin-bottom: 12px;
}

/* line 11142, app/assets/stylesheets/frontend/application.scss */
.add-participate-pages .pass-field-blue input {
  margin-bottom: 5px;
}

/* line 11149, app/assets/stylesheets/frontend/application.scss */
.add-participate-pages .input-fields-1 .tooltip:hover .tooltiptext {
  visibility: visible;
}

/* line 11155, app/assets/stylesheets/frontend/application.scss */
.error-page-design {
  width: 100%;
  margin: 5em 0px 1em 0px;
}

/* line 11158, app/assets/stylesheets/frontend/application.scss */
.error-page-design .page-container {
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
  padding: 25px 25px;
}

/* line 11163, app/assets/stylesheets/frontend/application.scss */
.error-page-design .page-container .page-mid {
  width: 100%;
  text-align: center;
}

/* line 11167, app/assets/stylesheets/frontend/application.scss */
.error-page-design .page-container .img-gif {
  margin-bottom: 18px;
}

/* line 11169, app/assets/stylesheets/frontend/application.scss */
.error-page-design .page-container .img-gif img {
  width: 100%;
}

/* line 11174, app/assets/stylesheets/frontend/application.scss */
.error-page-design .page-container .field h1 {
  margin: 0;
  font-size: 25px;
  font-weight: 500;
  margin-bottom: 8px;
  letter-spacing: 0.5px;
}

/* line 11182, app/assets/stylesheets/frontend/application.scss */
.error-page-design .page-container .field p {
  margin-bottom: 18px;
  color: #595959;
  letter-spacing: 0.5px;
}

/* line 11188, app/assets/stylesheets/frontend/application.scss */
.error-page-design .page-container .field-btns {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 25px;
}

/* line 11193, app/assets/stylesheets/frontend/application.scss */
.error-page-design .page-container .field-btns .back-btn {
  box-shadow: none;
  color: white;
  background-color: #33334f;
}

/* line 11198, app/assets/stylesheets/frontend/application.scss */
.error-page-design .page-container .field-btns .get-help-btn {
  background-color: transparent;
  color: #33334f;
  border: 1px solid #33334f;
  box-shadow: none;
}

/* line 11210, app/assets/stylesheets/frontend/application.scss */
.verify-page-design .img-gif img {
  width: 120px !important;
}

/* line 11217, app/assets/stylesheets/frontend/application.scss */
#setting-modal {
  width: 100%;
  border-radius: 0px;
  max-width: 768px;
}

/* line 11221, app/assets/stylesheets/frontend/application.scss */
#setting-modal .board-setting-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* line 11227, app/assets/stylesheets/frontend/application.scss */
#setting-modal .row-btn .btn, #setting-modal .row-btn .btn-large {
  background-color: #33334f;
  margin: 5px;
}

/* line 11232, app/assets/stylesheets/frontend/application.scss */
#setting-modal .header-links {
  display: flex;
  align-items: center;
}

/* line 11237, app/assets/stylesheets/frontend/application.scss */
#setting-modal .save-close {
  margin-left: 10px;
}

/* line 11240, app/assets/stylesheets/frontend/application.scss */
#setting-modal .settings-tabs {
  margin-left: 11px;
  width: 51%;
  border-bottom: 2px solid black;
  overflow: hidden;
}

/* line 11245, app/assets/stylesheets/frontend/application.scss */
#setting-modal .settings-tabs .tab {
  border-radius: 5px;
  border: 1px solid black;
  height: 40px !important;
  line-height: 40px !important;
  margin-top: 8px !important;
}

/* line 11251, app/assets/stylesheets/frontend/application.scss */
#setting-modal .settings-tabs .tab a {
  color: black;
}

/* line 11254, app/assets/stylesheets/frontend/application.scss */
#setting-modal .settings-tabs .tab a:hover {
  color: black;
}

/* line 11257, app/assets/stylesheets/frontend/application.scss */
#setting-modal .settings-tabs .tab a.active {
  background-color: #33334f !important;
  color: white;
}

/* line 11265, app/assets/stylesheets/frontend/application.scss */
.boards-user-modal {
  width: 100%;
  border-radius: 0px;
  max-width: 768px;
}

/* line 11272, app/assets/stylesheets/frontend/application.scss */
.sidenav-board-title i {
  visibility: hidden;
}

/* line 11277, app/assets/stylesheets/frontend/application.scss */
.sidenav-board-title:hover i {
  visibility: visible;
}

/* line 11282, app/assets/stylesheets/frontend/application.scss */
.sidenav-board-description i {
  visibility: hidden;
}

/* line 11287, app/assets/stylesheets/frontend/application.scss */
.sidenav-board-description:hover i {
  visibility: visible;
}

/* line 11291, app/assets/stylesheets/frontend/application.scss */
.sidenav_board_title {
  margin-left: 15px !important;
  width: 90% !important;
}

/* line 11295, app/assets/stylesheets/frontend/application.scss */
#board-description {
  padding: 10px;
  margin: 10px;
  height: 200px;
  width: 94%;
}

/* line 11301, app/assets/stylesheets/frontend/application.scss */
.save-sidenav-board-description {
  margin-right: 8px;
  height: 24px;
  line-height: 24px;
  font-size: 10px;
  background-color: #33334f;
  margin-bottom: 10px;
}

/* line 11309, app/assets/stylesheets/frontend/application.scss */
.privacy-agent-profile {
  color: black;
  font-size: 0.8rem;
  margin-top: 12px;
}

/* line 11313, app/assets/stylesheets/frontend/application.scss */
.privacy-agent-profile label {
  color: black;
  font-weight: bold;
}

/* line 11317, app/assets/stylesheets/frontend/application.scss */
.privacy-agent-profile [type="radio"]:checked + label:after,
.privacy-agent-profile .with-gap[type="radio"]:checked + label:after {
  background-color: #33334f;
  border: 2px solid #33334f;
}

/* line 11322, app/assets/stylesheets/frontend/application.scss */
.privacy-agent-profile span {
  text-align: justify;
  padding-right: 25px;
  display: block;
  padding-left: 37px;
}

/* line 11328, app/assets/stylesheets/frontend/application.scss */
.privacy-agent-profile .headers {
  font-size: 1rem;
}

/* line 11332, app/assets/stylesheets/frontend/application.scss */
#copy-to-inbox-list {
  height: 175px;
  top: 15% !important;
  overflow-y: visible;
  border-radius: 0;
}

/* line 11339, app/assets/stylesheets/frontend/application.scss */
#copy-to-inbox-list .modal-body .select-wrapper input {
  border: 1px solid #cccccc !important;
  padding: 5px 5px 5px 5px !important;
  box-sizing: inherit !important;
  height: 40px !important;
  margin-bottom: 0;
  background-color: transparent;
}

/* line 11347, app/assets/stylesheets/frontend/application.scss */
#copy-to-inbox-list .modal-body .select-wrapper .caret {
  display: none;
}

/* line 11350, app/assets/stylesheets/frontend/application.scss */
#copy-to-inbox-list .modal-body .select-wrapper::after {
  font-family: "Material Icons";
  content: "\e5c5";
  color: #33334f;
  visibility: visible;
  font-size: 22px;
  position: absolute;
  right: 5px;
  top: 0;
  z-index: -1;
}

/* line 11361, app/assets/stylesheets/frontend/application.scss */
#copy-to-inbox-list .modal-body .select-wrapper .dropdown-content {
  max-height: 300px !important;
}

/* line 11367, app/assets/stylesheets/frontend/application.scss */
#copy-to-funnel-list {
  max-height: 300px;
  top: 15% !important;
  overflow-y: visible;
  width: 40%;
  border-radius: 0;
}

/* line 11375, app/assets/stylesheets/frontend/application.scss */
#copy-to-funnel-list .modal-body .select-wrapper input {
  border: 1px solid #cccccc !important;
  padding: 5px 5px 5px 5px !important;
  box-sizing: inherit !important;
  height: 40px !important;
  margin-bottom: 0;
  background-color: transparent;
}

/* line 11383, app/assets/stylesheets/frontend/application.scss */
#copy-to-funnel-list .modal-body .select-wrapper .caret {
  display: none;
}

/* line 11386, app/assets/stylesheets/frontend/application.scss */
#copy-to-funnel-list .modal-body .select-wrapper::after {
  font-family: "Material Icons";
  content: "\e5c5";
  color: #33334f;
  visibility: visible;
  font-size: 22px;
  position: absolute;
  right: 5px;
  top: 0;
  z-index: -1;
}

/* line 11397, app/assets/stylesheets/frontend/application.scss */
#copy-to-funnel-list .modal-body .select-wrapper .dropdown-content {
  max-height: 300px !important;
}

/* line 11403, app/assets/stylesheets/frontend/application.scss */
.round-icons {
  display: flex;
  align-items: center;
}

/* line 11406, app/assets/stylesheets/frontend/application.scss */
.round-icons div {
  background-color: white;
  padding-top: 4px;
  margin: 3px;
}

/* line 11410, app/assets/stylesheets/frontend/application.scss */
.round-icons div i {
  color: black;
}

/* line 11415, app/assets/stylesheets/frontend/application.scss */
.category_item {
  cursor: grab;
  margin-bottom: 10px;
  padding-bottom: 0px;
}

/* line 11420, app/assets/stylesheets/frontend/application.scss */
.adding-button {
  background-color: #353854;
  font-size: 13px;
  height: 30px;
  display: flex;
  align-items: center;
  margin-left: 0px;
  width: auto;
  padding: 0px 10px;
  justify-content: center;
  border-radius: 0px;
}

/* line 11432, app/assets/stylesheets/frontend/application.scss */
.copy-to-button {
  background-color: #353854;
  font-size: 13px;
  height: 30px;
  display: flex;
  align-items: center;
  margin-left: 0px;
  width: auto;
  padding: 0px 10px;
  justify-content: center;
  border-radius: 0px;
}

/* line 11444, app/assets/stylesheets/frontend/application.scss */
.add-item {
  font-size: 80px !important;
}

/* line 11447, app/assets/stylesheets/frontend/application.scss */
.add-item-card {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  padding: 10px !important;
  pointer-events: auto;
}

/* line 11455, app/assets/stylesheets/frontend/application.scss */
.hoverable-column:hover {
  background-color: #dbe3ef;
}

/* line 11459, app/assets/stylesheets/frontend/application.scss */
.hoverable-column {
  margin-top: 0px;
}

/* line 11463, app/assets/stylesheets/frontend/application.scss */
.comment-row .comment-row1 {
  display: flex;
  justify-content: space-between;
}

/* line 11467, app/assets/stylesheets/frontend/application.scss */
.comment-row .comment-row2 {
  display: flex;
  padding-left: 20px;
}

/* line 11472, app/assets/stylesheets/frontend/application.scss */
.likeComment {
  display: flex;
  justify-content: space-between;
}

/* line 11475, app/assets/stylesheets/frontend/application.scss */
.likeComment .likeComment1 {
  border: 1px solid #cccccc;
  display: flex;
  align-items: center;
  width: 33%;
  padding: 5px;
  justify-content: center;
}

/* line 11484, app/assets/stylesheets/frontend/application.scss */
.user-name {
  padding-left: 5px;
}

/* line 11486, app/assets/stylesheets/frontend/application.scss */
.user-name p {
  font-size: 11px;
  margin: 0;
}

/* line 11489, app/assets/stylesheets/frontend/application.scss */
.user-name p.date {
  font-size: 10px;
}

/* line 11494, app/assets/stylesheets/frontend/application.scss */
.tribute-container {
  background: white;
  padding: 5px;
  border: 1px solid #eee;
  border-radius: 8px;
  max-height: 300px;
  overflow-y: scroll;
  width: 350px;
  z-index: 10000;
}

/* line 11504, app/assets/stylesheets/frontend/application.scss */
.tribute-container ul li {
  border-bottom: 1px solid #eee;
  padding: 5px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  display: flex;
  align-items: center;
}

/* line 11512, app/assets/stylesheets/frontend/application.scss */
.tribute-container ul li span {
  line-height: 0;
  margin-top: 1px;
}

/* line 11517, app/assets/stylesheets/frontend/application.scss */
.tribute-container ul li:hover {
  background: #eee;
}

/* line 11527, app/assets/stylesheets/frontend/application.scss */
.body-main {
  background: url(https://app.acceptmission.com/assets/Background_Login-a58673fe7a3c7a69849184ca821bff0f2074540640c6cff258510b7a121baa36.jpg) no-repeat center fixed;
  box-sizing: border-box;
  position: absolute !important;
  width: 100%;
  background-size: cover;
}

/* line 11542, app/assets/stylesheets/frontend/application.scss */
.progress-steps {
  display: flex;
  justify-content: center;
}

/* line 11547, app/assets/stylesheets/frontend/application.scss */
.progress-steps ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

/* line 11554, app/assets/stylesheets/frontend/application.scss */
.progress-steps li {
  float: left;
}

/* line 11558, app/assets/stylesheets/frontend/application.scss */
.progress-steps li {
  display: block;
  color: white;
  text-align: center;
  padding: 10px 23px 0px 23px;
  text-decoration: none;
}

/* line 11566, app/assets/stylesheets/frontend/application.scss */
#progress {
  position: relative;
  display: flex;
  justify-content: center;
}

/* line 11572, app/assets/stylesheets/frontend/application.scss */
#progress .progressBar {
  height: 3px;
  width: 500px;
  background: #8fe4bf;
  position: absolute;
}

/* line 11579, app/assets/stylesheets/frontend/application.scss */
#progress .progressNow {
  height: 3px;
  width: 100px;
  background: #00b164;
  position: absolute;
}

/* line 11586, app/assets/stylesheets/frontend/application.scss */
#progress .progressNow::after {
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #00b164;
  display: block;
  margin-left: -5px;
  position: absolute;
  top: 9px;
}

/* line 11598, app/assets/stylesheets/frontend/application.scss */
.wizard-v1-content .action-buttons {
  padding: 12px 36px;
  float: right;
}

/* line 11603, app/assets/stylesheets/frontend/application.scss */
.action-buttons .previous-button {
  width: 130px;
  height: 35px;
  background-color: #fff;
  color: black;
  margin-right: 13px;
  border: none;
  border-radius: 2px;
}

/* line 11612, app/assets/stylesheets/frontend/application.scss */
.action-buttons .next-button {
  width: auto;
  height: auto;
  border: none;
  color: white;
  border-radius: 5px;
  background-color: #1ddd48;
  line-height: 42px;
  box-shadow: none;
  letter-spacing: 0.5px;
  font-size: 16px;
}

/* line 11625, app/assets/stylesheets/frontend/application.scss */
.welcome-text {
  padding-top: 25px;
  text-align: center;
  display: block;
  justify-content: center;
  font-size: 20px;
  color: #fff;
}

/* line 11634, app/assets/stylesheets/frontend/application.scss */
.grid-item i {
  color: yellowgreen;
  align-items: center;
  display: flex;
  justify-content: center;
  text-align: center;
}

/* line 11642, app/assets/stylesheets/frontend/application.scss */
.grid-item {
  border: 1px solid rgba(0, 0, 0, 0.8);
  padding: 10px;
  height: 290px;
  background-color: white;
  border-radius: 5px;
}

/* line 11650, app/assets/stylesheets/frontend/application.scss */
.grid-container video {
  padding-top: 25px;
}

/* line 11653, app/assets/stylesheets/frontend/application.scss */
.grid-container {
  margin-top: 30px;
  display: grid;
  grid-template-columns: 65% 35%;
  padding: 20px 35px 20px 35px;
  background-color: #f0f0f0;
}

/* line 11661, app/assets/stylesheets/frontend/application.scss */
.wizard-form {
  width: 851px;
  height: 533px;
  border-radius: 20px;
  background-color: #33334f;
  background-image: linear-gradient(to right, #33334f, #ff5635);
}

/* line 11669, app/assets/stylesheets/frontend/application.scss */
.wizard-v1-content {
  margin: 160px auto 20px;
  background: #fff;
  width: 851px;
  height: 533px;
  box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
  border-radius: 20px;
  /* -o-border-radius: 0px;
   -ms-border-radius: 0px;
   -moz-border-radius: 0px;
   -webkit-border-radius: 0px; */
  /* margin: 50px 0; */
  font-family: "Roboto", sans-serif;
}

/* line 11688, app/assets/stylesheets/frontend/application.scss */
.left-section iframe {
  width: 450px;
  height: 247px;
}

/* line 11692, app/assets/stylesheets/frontend/application.scss */
.gif-image {
  margin-bottom: -6px;
}

/* line 11696, app/assets/stylesheets/frontend/application.scss */
.hexcol {
  margin-bottom: 0px !important;
  font-size: 12px !important;
  height: auto !important;
}

/* line 11702, app/assets/stylesheets/frontend/application.scss */
.upload-btn-img {
  margin-top: 2px;
  float: left;
  width: 200px;
  height: 50px;
  background-color: #fff;
  position: relative;
  overflow: hidden;
  display: inline-block;
}

/* line 11713, app/assets/stylesheets/frontend/application.scss */
.upload-btn-img input[type="file"] {
  font-size: 100px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}

/* line 11721, app/assets/stylesheets/frontend/application.scss */
.img-thumbnail {
  opacity: 1;
  transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  -webkit-transition: opacity 0.25s ease-in-out;
  cursor: pointer;
  width: 160px;
  height: 160px;
  -o-object-fit: cover;
     object-fit: cover;
}

/* line 11733, app/assets/stylesheets/frontend/application.scss */
.upload-btn-img:hover .img-thumbnail {
  opacity: 0.7;
  cursor: pointer;
}

/* line 11738, app/assets/stylesheets/frontend/application.scss */
.upload-btn-img:hover input {
  cursor: pointer;
}

/* line 11743, app/assets/stylesheets/frontend/application.scss */
.left-section {
  margin-bottom: -6px;
}

/* line 11745, app/assets/stylesheets/frontend/application.scss */
.left-section label {
  color: black;
}

/* line 11750, app/assets/stylesheets/frontend/application.scss */
#company_banner_line, #company_owner_line {
  width: 230px;
  height: 30px;
  border-radius: 5px;
  border: 1px solid #425a71;
  margin-bottom: 0.5em;
  background-color: white;
}

/* line 11759, app/assets/stylesheets/frontend/application.scss */
.grid-container ::-moz-placeholder {
  padding-left: 5px;
}
.grid-container ::placeholder {
  padding-left: 5px;
}

/* line 11763, app/assets/stylesheets/frontend/application.scss */
.primary-color-bar {
  background-color: red;
  height: 10px;
  width: 200px;
  margin-top: 67px;
}

/* line 11769, app/assets/stylesheets/frontend/application.scss */
.border-red {
  border-color: red !important;
}

/* line 11772, app/assets/stylesheets/frontend/application.scss */
.err-msg {
  font-size: 12px !important;
}

/* line 11777, app/assets/stylesheets/frontend/application.scss */
.wizard-v1-content .upload-profile-btn-img {
  overflow: visible;
}

/* line 11783, app/assets/stylesheets/frontend/application.scss */
.upload-profile-btn-img {
  margin-left: 51px;
  margin-top: 2px;
  float: left;
  width: 100px;
  height: 100px;
  background-color: #fff;
  position: relative;
  overflow: hidden;
  display: inline-block;
}

/* line 11795, app/assets/stylesheets/frontend/application.scss */
.upload-profile-btn-img input[type="file"] {
  font-size: 100px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}

/* line 11803, app/assets/stylesheets/frontend/application.scss */
.img-thumbnail {
  opacity: 1;
  transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  -webkit-transition: opacity 0.25s ease-in-out;
  cursor: pointer;
  width: 160px;
  height: 160px;
  -o-object-fit: cover;
     object-fit: cover;
}

/* line 11815, app/assets/stylesheets/frontend/application.scss */
.upload-profile-btn-img:hover .modify {
  opacity: 1;
}

/* line 11819, app/assets/stylesheets/frontend/application.scss */
.upload-profile-btn-img:hover .img-thumbnail {
  opacity: 0.7;
  cursor: pointer;
}

/* line 11824, app/assets/stylesheets/frontend/application.scss */
.upload-profile-btn-img:hover input {
  cursor: pointer;
}

/* line 11828, app/assets/stylesheets/frontend/application.scss */
#firstname,
#lastname {
  width: 230px;
  height: 30px;
  border-radius: 5px;
  border: 1px solid #425a71;
  margin-bottom: 0.5em;
  background-color: white;
}

/* line 11838, app/assets/stylesheets/frontend/application.scss */
.add-image-button {
  width: 125px;
  height: 35px;
  background-color: #f44336;
  margin-right: 10px;
  border: none;
  border-radius: 2px;
}

/* line 11847, app/assets/stylesheets/frontend/application.scss */
.primary-brand-color,
.background-color {
  font-size: 12px;
}

/* line 11851, app/assets/stylesheets/frontend/application.scss */
.primary-brand-color {
  margin-top: -7px;
}

/* line 11856, app/assets/stylesheets/frontend/application.scss */
.upload-profile-btn-img .profile-edit-box .btn, .upload-profile-btn-img .profile-edit-box .btn-large {
  width: 80px !important;
  margin-left: 17px !important;
  padding-left: 20px;
}

/* line 11861, app/assets/stylesheets/frontend/application.scss */
.upload-profile-btn-img .profile-edit-box .white-btn {
  border: unset !important;
}

/* line 11867, app/assets/stylesheets/frontend/application.scss */
.file-upload {
  margin-top: 3px;
  display: block;
  text-align: center;
  font-family: Roboto, Arial, sans-serif;
  font-size: 12px;
  width: 200px;
}

/* line 11875, app/assets/stylesheets/frontend/application.scss */
.file-upload .file-select {
  display: block;
  border: 2px solid #d2d2d2;
  color: #34495e;
  cursor: pointer;
  height: 40px;
  line-height: 40px;
  text-align: left;
  background: #ffffff;
  overflow: hidden;
  position: relative;
}

/* line 11887, app/assets/stylesheets/frontend/application.scss */
.file-upload .file-select .file-select-button {
  background: #d2d2d2;
  padding: 0 10px;
  display: inline-block;
  height: 40px;
  line-height: 40px;
}

/* line 11894, app/assets/stylesheets/frontend/application.scss */
.file-upload .file-select .file-select-name {
  line-height: 40px;
  display: inline-block;
  padding: 0 10px;
}

/* line 11899, app/assets/stylesheets/frontend/application.scss */
.file-upload .file-select:hover {
  border-color: #f44336;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

/* line 11906, app/assets/stylesheets/frontend/application.scss */
.file-upload .file-select:hover .file-select-button {
  background: #f44336;
  color: #ffffff;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

/* line 11914, app/assets/stylesheets/frontend/application.scss */
.file-upload.active .file-select {
  border-color: #f44336;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

/* line 11921, app/assets/stylesheets/frontend/application.scss */
.file-upload.active .file-select .file-select-button {
  background: #f44336;
  color: #ffffff;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

/* line 11929, app/assets/stylesheets/frontend/application.scss */
.file-upload .file-select input[type="file"] {
  z-index: 100;
  cursor: pointer;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
}

/* line 11940, app/assets/stylesheets/frontend/application.scss */
.file-upload .file-select.file-select-disabled {
  opacity: 0.65;
}

/* line 11943, app/assets/stylesheets/frontend/application.scss */
.file-upload .file-select.file-select-disabled:hover {
  cursor: default;
  display: block;
  border: 2px solid #dce4ec;
  color: #f44336;
  cursor: pointer;
  height: 40px;
  line-height: 40px;
  margin-top: 5px;
  text-align: left;
  background: #ffffff;
  overflow: hidden;
  position: relative;
}

/* line 11957, app/assets/stylesheets/frontend/application.scss */
.file-upload .file-select.file-select-disabled:hover .file-select-button {
  background: #d2d2d2;
  color: #666666;
  padding: 0 10px;
  display: inline-block;
  height: 40px;
  line-height: 40px;
}

/* line 11965, app/assets/stylesheets/frontend/application.scss */
.file-upload .file-select.file-select-disabled:hover .file-select-name {
  line-height: 40px;
  display: inline-block;
  padding: 0 10px;
}

/* line 11972, app/assets/stylesheets/frontend/application.scss */
#email1,
#email2,
#email3,
#email4 {
  width: 306px;
  height: 30px;
  border-radius: 5px;
  border: 1px solid #425a71;
  margin-bottom: 0.5em;
  background-color: white;
}

/* line 11986, app/assets/stylesheets/frontend/application.scss */
.grid-container .left-section img {
  width: 450px;
  height: 247px;
}

/* line 11991, app/assets/stylesheets/frontend/application.scss */
.to-help-text {
  margin-bottom: -10px;
  color: black !important;
}

/* line 11996, app/assets/stylesheets/frontend/application.scss */
.bullet-points li {
  color: black !important;
}

/* line 12000, app/assets/stylesheets/frontend/application.scss */
.bullet-points {
  position: relative;
  list-style: none;
  margin-left: 0;
  padding-left: 1.2em !important;
  color: black;
}

/* line 12007, app/assets/stylesheets/frontend/application.scss */
.bullet-points li:before {
  content: "-";
  position: absolute;
  left: 0;
}

/* line 12013, app/assets/stylesheets/frontend/application.scss */
.form-register .steps ul {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -o-justify-content: center;
  -ms-justify-content: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  list-style: none;
  padding-left: 0;
}

/* line 12024, app/assets/stylesheets/frontend/application.scss */
.form-register .steps li,
.form-register .steps li.current {
  outline: none;
  -o-outline: none;
  -ms-outline: none;
  -moz-outline: none;
  -webkit-outline: none;
  position: relative;
  padding-bottom: 3px;
}

/* line 12035, app/assets/stylesheets/frontend/application.scss */
.welcome-point {
  padding-right: 63px;
}

/* line 12038, app/assets/stylesheets/frontend/application.scss */
.profile-point {
  padding-right: 78px;
}

/* line 12041, app/assets/stylesheets/frontend/application.scss */
.company-point {
  padding-right: 59px;
}

/* line 12044, app/assets/stylesheets/frontend/application.scss */
.invite-point {
  padding-right: 90px;
}

/* line 12048, app/assets/stylesheets/frontend/application.scss */
.form-register .steps li:last-child {
  padding-right: 0;
}

/* line 12051, app/assets/stylesheets/frontend/application.scss */
.form-register .steps li .current-info {
  display: none;
}

/* line 12054, app/assets/stylesheets/frontend/application.scss */
.form-register .steps li::before {
  position: absolute;
  content: "";
  background: #e5e5e5;
  width: 135px;
  height: 3px;
  top: 71%;
  left: 18%;
}

/* line 12064, app/assets/stylesheets/frontend/application.scss */
.form-register .steps li:nth-child(2)::before {
  position: absolute;
  content: "";
  background: #e5e5e5;
  width: 185px;
  height: 3px;
  top: 71%;
  left: 15%;
}

/* line 12074, app/assets/stylesheets/frontend/application.scss */
.form-register .steps li:last-child::before {
  content: none;
}

/* line 12077, app/assets/stylesheets/frontend/application.scss */
.form-register .steps li.current::after {
  position: absolute;
  content: "";
  width: 45px;
  height: 3px;
  background: #ccc;
  top: 100%;
  left: 25%;
}

/* line 12086, app/assets/stylesheets/frontend/application.scss */
.form-register .steps li a {
  text-decoration: none;
  outline: none;
  -o-outline: none;
  -ms-outline: none;
  -moz-outline: none;
  -webkit-outline: none;
}

/* line 12094, app/assets/stylesheets/frontend/application.scss */
.form-register .steps li a .title {
  text-align: center;
}

/* line 12097, app/assets/stylesheets/frontend/application.scss */
.form-register .steps li a .title span {
  display: block;
  font-size: 12px;
}

/* line 12101, app/assets/stylesheets/frontend/application.scss */
.form-register .steps li a .title .step-icon {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  background: #ccc;
  margin: 0 auto;
  position: relative;
  outline: none;
  -o-outline: none;
  -ms-outline: none;
  -moz-outline: none;
  -webkit-outline: none;
  color: #fff;
  font-size: 20px;
}

/* line 12120, app/assets/stylesheets/frontend/application.scss */
.form-register .steps li a .step-icon i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

/* line 12130, app/assets/stylesheets/frontend/application.scss */
.form-register .steps li.current a .step-icon,
.form-register .steps li.current a:active .step-icon,
.form-register .steps .done::before,
.form-register .steps li.done a .step-icon,
.form-register .steps li.done a:active .step-icon {
  background: #6eba2a;
}

/* line 12137, app/assets/stylesheets/frontend/application.scss */
.form-register .steps li.current a .step-icon,
.form-register .steps li.current a:active .step-icon {
  box-shadow: 0px 5px 18px 0px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0px 5px 18px 0px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0px 5px 18px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 5px 18px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 5px 18px 0px rgba(0, 0, 0, 0.2);
}

/* line 12145, app/assets/stylesheets/frontend/application.scss */
.form-register .steps li a .step-number {
  color: #666;
  font-weight: 400;
  padding: 17px 0 8px;
}

/* line 12150, app/assets/stylesheets/frontend/application.scss */
.form-register .steps li a .step-text {
  color: #fff;
  font-weight: 600;
  padding-bottom: 8px;
}

/* line 12155, app/assets/stylesheets/frontend/application.scss */
.form-register .content {
  background: #359bfa;
  border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  padding: 32px 115px 23px 75px;
}

/* line 12164, app/assets/stylesheets/frontend/application.scss */
#form-total-t-1 {
  color: black !important;
}

/* The my-container */
/* line 12171, app/assets/stylesheets/frontend/application.scss */
.my-container {
  display: block;
  position: relative;
  /* padding-left: 35px; */
  margin-bottom: 20px;
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

/* line 12183, app/assets/stylesheets/frontend/application.scss */
.my-container [type="checkbox"]:checked + span:not(.lever):before {
  border-right: 2px solid white;
  border-bottom: 2px solid white;
  top: 0px;
  top: 0px;
  left: 2px;
  width: 8px;
  height: 16px;
}

/* line 12192, app/assets/stylesheets/frontend/application.scss */
.my-container [type="checkbox"] + span:not(.lever):before,
[type="checkbox"]:not(.filled-in) + span:not(.lever):after {
  border: 0px;
}

/* line 12196, app/assets/stylesheets/frontend/application.scss */
.my-container [type="checkbox"] + span:not(.lever) {
  padding-left: 0px;
}

/* Hide the browser's default checkbox */
/* line 12201, app/assets/stylesheets/frontend/application.scss */
.my-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
/* line 12210, app/assets/stylesheets/frontend/application.scss */
.checkmark {
  top: 6px;
  position: absolute;
  left: 0;
  height: 25px;
  width: 25px;
  border-radius: 20px;
  background-color: #eee;
}

/* On mouse-over, add a grey background color */
/* line 12221, app/assets/stylesheets/frontend/application.scss */
.my-container:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
/* line 12226, app/assets/stylesheets/frontend/application.scss */
.my-container input:checked ~ .checkmark {
  background-color: #4bb543;
}

/* Create the checkmark/indicator (hidden when not checked) */
/* line 12231, app/assets/stylesheets/frontend/application.scss */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
/* line 12238, app/assets/stylesheets/frontend/application.scss */
.my-container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
/* line 12243, app/assets/stylesheets/frontend/application.scss */
.my-container .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}

/* line 12255, app/assets/stylesheets/frontend/application.scss */
.border {
  height: auto;
  width: 25%;
}

/* line 12260, app/assets/stylesheets/frontend/application.scss */
.getting-started-btn {
  color: white;
}

/* line 12266, app/assets/stylesheets/frontend/application.scss */
.checklist label [type="checkbox"]:not(:checked),
.checklist label [type="checkbox"]:checked {
  position: relative;
  margin-right: 10px;
}

/* line 12271, app/assets/stylesheets/frontend/application.scss */
.checklist label #checkbox {
  color: green;
}

/* line 12274, app/assets/stylesheets/frontend/application.scss */
.checklist label .filled-in {
  background-color: #4bb543;
}

/* line 12277, app/assets/stylesheets/frontend/application.scss */
.checklist label #checked {
  background-color: #4bb543;
}

/* line 12282, app/assets/stylesheets/frontend/application.scss */
.get-start-btn {
  color: #787878;
}

/* line 12284, app/assets/stylesheets/frontend/application.scss */
.get-start-btn button {
  margin-right: 15px;
  background-color: unset;
  border: unset;
  margin-left: unset;
}

/* line 12289, app/assets/stylesheets/frontend/application.scss */
.get-start-btn button i {
  margin-left: -7px;
}

/* line 12293, app/assets/stylesheets/frontend/application.scss */
.get-start-btn b {
  font-size: 18px;
  vertical-align: super;
  font-weight: 400;
  letter-spacing: 0.3px;
  text-transform: capitalize;
}

/* line 12307, app/assets/stylesheets/frontend/application.scss */
.checkbox-blue-grey.filled-in[type="checkbox"]:checked
+ span:not(.lever):after {
  border: 2px solid #607d8b;
  background-color: #607d8b;
}

/* line 12312, app/assets/stylesheets/frontend/application.scss */
.checkbox-blue-grey {
  color: red;
}

/* line 12321, app/assets/stylesheets/frontend/application.scss */
.checklist .filled-in[type="checkbox"]:checked + span:not(.lever):after {
  top: 0;
  width: 30px;
  height: 30px;
  border: 2px solid #27e29b;
  background-color: #27e29b;
  z-index: 0;
  border-radius: 50%;
}

/* line 12330, app/assets/stylesheets/frontend/application.scss */
.checklist .filled-in[type="checkbox"]:not(checked) + span:not(.lever):after {
  background: #e4e4e4;
  border-radius: 50%;
  width: 30px;
  height: 30px;
}

/* line 12337, app/assets/stylesheets/frontend/application.scss */
.checklist .filled-in[type="checkbox"]:checked + span:not(.lever):before {
  top: 7px;
  left: 5px;
  width: 8px;
  height: 15px;
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotateZ(37deg);
  transform-origin: 100% 100%;
}

/* line 12352, app/assets/stylesheets/frontend/application.scss */
.checklist .filled-in[type="checkbox"] + span:not(.lever):before,
.checklist .filled-in[type="checkbox"] + span:not(.lever):after {
  content: "";
  left: 0;
  position: absolute;
  transition: border 0.25s, background-color 0.25s, width 0.2s 0.1s, height 0.2s 0.1s, top 0.2s 0.1s, left 0.2s 0.1s;
  z-index: 1;
}

/* line 12383, app/assets/stylesheets/frontend/application.scss */
.checklist-box {
  height: 527px !important;
  min-height: 300px;
  height: calc(100vh - 56px);
  border: 1px solid #e9e9e9;
  background: #fff;
  position: fixed;
  margin: 0;
  padding: 20px;
  width: 350px;
  top: 139px;
  z-index: 190;
  transition: 0.5s;
  right: 0;
  box-shadow: 0 5px 40px 0 rgba(0, 0, 0, 0.11);
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

/* line 12405, app/assets/stylesheets/frontend/application.scss */
.checklist-box .checklist .check1 a {
  color: #8e8e8e;
  font-weight: 400;
  letter-spacing: 0.2px;
}

/* line 12414, app/assets/stylesheets/frontend/application.scss */
.checklist-appear {
  right: 0px !important;
}

/* line 12418, app/assets/stylesheets/frontend/application.scss */
#wizard-checklist {
  right: -284px;
}

/* line 12421, app/assets/stylesheets/frontend/application.scss */
.contact-support-checklist {
  float: right;
}

/* line 12424, app/assets/stylesheets/frontend/application.scss */
.cross-btn {
  float: right;
}

/* line 12427, app/assets/stylesheets/frontend/application.scss */
.cross-btn button {
  background-color: unset;
  border: unset;
}

/* line 12430, app/assets/stylesheets/frontend/application.scss */
.cross-btn button i {
  font-size: 20px;
  font-weight: bold;
  color: #787878;
}

/* line 12438, app/assets/stylesheets/frontend/application.scss */
#popup {
  margin-top: 55px;
  width: 200px;
  color: black;
  background: white;
  padding-top: 8px;
  z-index: 100;
  position: absolute;
}

/* line 12447, app/assets/stylesheets/frontend/application.scss */
.tag-cross {
  font-size: 18px !important;
  opacity: 1 !important;
}

/* line 12453, app/assets/stylesheets/frontend/application.scss */
.easy-autocomplete-container ul li {
  padding: 4px !important;
  border-radius: 4px;
  color: #578715;
}

/* line 12460, app/assets/stylesheets/frontend/application.scss */
.easy-autocomplete-container {
  border: antiquewhite;
  margin-top: -19px !important;
}

/* line 12467, app/assets/stylesheets/frontend/application.scss */
.easy-autocomplete-container ul li .selected {
  background: #EEF6E2 !important;
}

/* line 12474, app/assets/stylesheets/frontend/application.scss */
.tag-button {
  margin-right: 5px !important;
  margin-top: 5px !important;
  margin-bottom: 5px !important;
  background-color: #0099221c !important;
  color: black !important;
  text-indent: 0px !important;
  text-shadow: none !important;
  text-align: center !important;
  border-width: 2px !important;
  border-style: outset !important;
  font-family: "Roboto" !important;
  padding: 5px 10px 5px 10px !important;
  border: 1px solid #b6d1bb !important;
  border-radius: 32px !important;
  position: relative;
  flex-grow: unset;
  display: flex;
  align-items: center;
}

/* line 12493, app/assets/stylesheets/frontend/application.scss */
.tag-button a {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 19px;
  color: #578715;
}

/* line 12501, app/assets/stylesheets/frontend/application.scss */
.tag-button i {
  color: black;
}

/* line 12504, app/assets/stylesheets/frontend/application.scss */
.tag-button:hover {
  background-color: #8DC63F !important;
  color: white !important;
}

/* line 12508, app/assets/stylesheets/frontend/application.scss */
.tag-button .remove-tag {
  display: flex;
  align-items: center;
  padding-top: 2px;
}

/* line 12515, app/assets/stylesheets/frontend/application.scss */
.tag-button:hover a {
  color: white !important;
}

/* line 12518, app/assets/stylesheets/frontend/application.scss */
.tag-button:hover i {
  color: white !important;
}

/* line 12526, app/assets/stylesheets/frontend/application.scss */
.ideabox-owner-img {
  padding-right: 20px;
  display: flex;
  align-items: center;
}

/* line 12532, app/assets/stylesheets/frontend/application.scss */
.ideacard-owner-img {
  padding-right: 4px;
  display: flex;
  align-items: center;
}

/* line 12537, app/assets/stylesheets/frontend/application.scss */
.ideacard-owner-img img {
  max-width: 30px;
}

/* line 12542, app/assets/stylesheets/frontend/application.scss */
.bottom-content {
  display: flex;
  width: auto;
  margin-top: 2px;
  margin-bottom: 40px;
}

/* line 12548, app/assets/stylesheets/frontend/application.scss */
.bottom-content .attached-block {
  width: auto;
  margin: 0px 15px 5px 0px;
}

/* line 12551, app/assets/stylesheets/frontend/application.scss */
.bottom-content .attached-block .content-attach {
  width: auto;
  background-color: #E8EEF3;
  padding: 6px 15px;
  display: flex;
  border-radius: 4px;
  font-size: 13px;
  color: #688FAF;
}

/* line 12559, app/assets/stylesheets/frontend/application.scss */
.bottom-content .attached-block .content-attach .material-icons {
  font-size: 18px;
  transform: rotate(56deg);
  margin-right: 6px;
}

/* line 12568, app/assets/stylesheets/frontend/application.scss */
.user-avatar-ideabox {
  display: flex;
  align-items: center;
  margin-top: 20px;
  justify-content: space-between;
  margin-bottom: 10px;
}

/* line 12574, app/assets/stylesheets/frontend/application.scss */
.user-avatar-ideabox img {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  max-width: 60px;
}

/* line 12581, app/assets/stylesheets/frontend/application.scss */
.user-avatar-ideabox .content-left {
  display: flex;
  align-items: center;
  padding: 0px 15px 0px 0px;
}

/* line 12586, app/assets/stylesheets/frontend/application.scss */
.user-avatar-ideabox .content-left .ideabox-owner-name {
  display: flex;
  flex-direction: column;
}

/* line 12590, app/assets/stylesheets/frontend/application.scss */
.user-avatar-ideabox .content-left .ideabox-owner-name .top-content {
  width: auto;
  display: flex;
  justify-content: start;
  font-weight: 500;
  font-size: 18px;
}

/* line 12597, app/assets/stylesheets/frontend/application.scss */
.user-avatar-ideabox .content-left .ideabox-owner-name .top-content .material-icons {
  color: #DBE3EF;
  margin-left: 15px;
}

/* line 12601, app/assets/stylesheets/frontend/application.scss */
.user-avatar-ideabox .content-left .ideabox-owner-name .top-content span {
  margin-right: 6px;
}

/* line 12613, app/assets/stylesheets/frontend/application.scss */
.user-avatar-ideabox .content-right {
  display: flex;
  padding: 0px 0px 0px 15px;
}

/* line 12617, app/assets/stylesheets/frontend/application.scss */
.user-avatar-ideabox .content-right .user-count-view {
  width: auto;
  padding: 0px 0px 5px 45px;
  display: flex;
  align-items: center;
}

/* line 12623, app/assets/stylesheets/frontend/application.scss */
.user-avatar-ideabox .content-right .user-count-view p {
  color: #688FAF;
  margin-left: 8px;
}

/* line 12628, app/assets/stylesheets/frontend/application.scss */
.user-avatar-ideabox .content-right .user-count-view .material-icons {
  color: #DBE3EF;
}

/* line 12640, app/assets/stylesheets/frontend/application.scss */
.ideabox-owner-email {
  font-size: 16px;
  font-weight: 400;
  margin-left: 55px;
  margin-top: 10px;
}

/* line 12647, app/assets/stylesheets/frontend/application.scss */
input:not([type]),
input[type="text"]:not(.browser-default):not(.mce-textbox),
input[type="color"]:not(.browser-default):not(.mce-textbox),
input[type="password"]:not(.browser-default):not(.mce-textbox),
input[type="email"]:not(.browser-default):not(.mce-textbox),
input[type="url"]:not(.browser-default):not(.mce-textbox),
input[type="time"]:not(.browser-default):not(.mce-textbox),
input[type="date"]:not(.browser-default):not(.mce-textbox),
input[type="datetime"]:not(.browser-default):not(.mce-textbox),
input[type="datetime-local"]:not(.browser-default):not(.mce-textbox),
input[type="tel"]:not(.browser-default):not(.mce-textbox),
input[type="number"]:not(.browser-default):not(.mce-textbox),
input[type="search"]:not(.browser-default):not(.mce-textbox),
textarea.materialize-textarea {
  border-radius: 0;
  outline: none;
  width: 100%;
  box-shadow: none;
  box-sizing: inherit;
  transition: all 0.3s;
  border: 1px solid #cccccc;
  min-height: 40px;
}

/* line 12673, app/assets/stylesheets/frontend/application.scss */
.description-field .tox-tinymce {
  width: 100% !important;
}

/* line 12677, app/assets/stylesheets/frontend/application.scss */
.all_ideas_inbox_path_input input {
  max-width: 112px;
}

/* line 12680, app/assets/stylesheets/frontend/application.scss */
.main-dark-border {
  border: 1px solid #33334f !important;
  background: #fff;
  color: #33334f;
  border-radius: 0.3em;
}

/* line 12692, app/assets/stylesheets/frontend/application.scss */
.main-dark-border span.main-button-text {
  line-height: 36px;
  vertical-align: super;
}

/* line 12693, app/assets/stylesheets/frontend/application.scss */
.main-dark-border.btn, .main-dark-border.btn-large {
  margin: 0px 5px !important;
}

/* line 12697, app/assets/stylesheets/frontend/application.scss */
.nav-title {
  display: none;
}

/* line 12701, app/assets/stylesheets/frontend/application.scss */
.user-main-nav {
  width: 100%;
  position: fixed;
  height: auto;
  z-index: 10;
  top: 0;
  border-bottom: 1px solid #E1E4EA;
  background-color: white;
}

/* line 12711, app/assets/stylesheets/frontend/application.scss */
.head-xp-no {
  position: relative;
}

/* line 12713, app/assets/stylesheets/frontend/application.scss */
.head-xp-no .xp-drop-down {
  position: absolute;
  top: 48px;
  width: 200px;
  background-color: white;
  border: 1px solid #e1e4ea;
  border-radius: 12px;
  left: -45px;
  display: none;
}

/* line 12722, app/assets/stylesheets/frontend/application.scss */
.head-xp-no .xp-drop-down .content-drop {
  width: 100%;
}

/* line 12724, app/assets/stylesheets/frontend/application.scss */
.head-xp-no .xp-drop-down .content-drop .li {
  width: 100%;
  padding: 10px 12px;
  line-height: normal;
  display: flex;
  align-items: center;
}

/* line 12730, app/assets/stylesheets/frontend/application.scss */
.head-xp-no .xp-drop-down .content-drop .li span {
  color: #344054;
  margin-left: 8px;
  font-weight: normal;
}

/* line 12740, app/assets/stylesheets/frontend/application.scss */
.am-fixed-top .right-nav-content .start-anchor-tag:hover .xp-drop-down {
  display: block;
}

/* line 12744, app/assets/stylesheets/frontend/application.scss */
.idea-box-page {
  margin-top: 4.1em;
}

/* line 12748, app/assets/stylesheets/frontend/application.scss */
.idea-box-page .view-ideas-block .bottom-load-more {
  width: 100%;
  padding: 0px 15px;
  margin-bottom: 1.5em;
  text-align: center;
}

/* line 12753, app/assets/stylesheets/frontend/application.scss */
.idea-box-page .view-ideas-block .bottom-load-more .red {
  background-color: #f41402 !important;
}

/* line 12759, app/assets/stylesheets/frontend/application.scss */
.idea-box-page .loadmoreideasblockenable {
  display: block !important;
}

/* line 12762, app/assets/stylesheets/frontend/application.scss */
.idea-box-page .loadmorebtnhide {
  display: none;
}

/* line 12769, app/assets/stylesheets/frontend/application.scss */
.menus-nav-bar {
  width: 99%;
  padding: 8px 16px 8px 16px;
  border-bottom: 1px solid #DBE4F0;
  background-color: white;
  display: none;
}

/* line 12775, app/assets/stylesheets/frontend/application.scss */
.menus-nav-bar .content {
  width: 100%;
  display: flex;
  justify-content: space-evenly;
}

/* line 12779, app/assets/stylesheets/frontend/application.scss */
.menus-nav-bar .content .menu {
  width: auto;
  padding: 6px 12px;
  color: #5A5A72;
  text-transform: capitalize;
}

/* line 12784, app/assets/stylesheets/frontend/application.scss */
.menus-nav-bar .content .menu:hover {
  color: #F41403;
}

/* line 12788, app/assets/stylesheets/frontend/application.scss */
.menus-nav-bar .content .active-menu {
  color: #F41403;
  border-bottom: 4px solid #F41403;
}

/* line 12799, app/assets/stylesheets/frontend/application.scss */
.user-all-ideas-mission-page .ideas-tab .fix-tabs {
  position: fixed;
  z-index: 2;
  background-color: white;
  top: 62px;
  padding-top: 15px;
}

/* line 12812, app/assets/stylesheets/frontend/application.scss */
.ideas-tab {
  width: 100%;
  padding: 8px 0px 8px 0px;
  position: relative;
}

/* line 12816, app/assets/stylesheets/frontend/application.scss */
.ideas-tab .idea-container {
  padding: 0px 15px;
}

/* line 12819, app/assets/stylesheets/frontend/application.scss */
.ideas-tab .idea-stats-block {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  margin-bottom: 10px;
  padding-right: 15px;
}

/* line 12825, app/assets/stylesheets/frontend/application.scss */
.ideas-tab .idea-stats-block .content-right {
  display: flex;
}

/* line 12827, app/assets/stylesheets/frontend/application.scss */
.ideas-tab .idea-stats-block .content-right .user-count-view {
  width: auto;
  padding: 0px 0px 5px 45px;
  display: flex;
  align-items: center;
}

/* line 12832, app/assets/stylesheets/frontend/application.scss */
.ideas-tab .idea-stats-block .content-right .user-count-view .material-icons {
  color: #DBE3EF;
}

/* line 12835, app/assets/stylesheets/frontend/application.scss */
.ideas-tab .idea-stats-block .content-right .user-count-view .active-user {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #688FAF;
  margin-left: 10px;
}

/* line 12848, app/assets/stylesheets/frontend/application.scss */
.ideas-tab .share-btn {
  width: auto;
  position: absolute;
  left: 65px;
  z-index: 2;
  top: 18px;
}

/* line 12854, app/assets/stylesheets/frontend/application.scss */
.ideas-tab .share-btn .content-share {
  background-color: white;
  height: auto;
  width: auto;
  box-shadow: 0px 0px 6px 0px #00000017;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  color: #858585;
  padding: 22px 12px 20px 12px;
  text-transform: uppercase;
}

/* line 12869, app/assets/stylesheets/frontend/application.scss */
.ideas-tab .content {
  padding: 0px 15px;
  display: flex;
  justify-content: center;
  position: relative;
  margin-bottom: 2em;
}

/* line 12875, app/assets/stylesheets/frontend/application.scss */
.ideas-tab .content::after {
  position: absolute;
  content: '';
  height: 2px;
  background-color: #DBE3EF;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
  bottom: 0px;
}

/* line 12886, app/assets/stylesheets/frontend/application.scss */
.ideas-tab .content .tablink {
  border: none;
  background-color: transparent;
  color: #688FAF;
  text-transform: uppercase;
  padding: 2px 12px 6px 12px;
  position: relative;
  border-bottom: 2px solid transparent;
  font-size: 14px;
}

/* line 12897, app/assets/stylesheets/frontend/application.scss */
.ideas-tab .content .activebtn {
  color: #000000;
  border-bottom: 3px solid #8DC63F;
  position: relative;
  z-index: 1;
}

/* line 12905, app/assets/stylesheets/frontend/application.scss */
.ideas-tab .tab-content-block {
  padding-top: 0em;
}

/* line 12911, app/assets/stylesheets/frontend/application.scss */
.display-ideas {
  display: none;
}

/* line 12915, app/assets/stylesheets/frontend/application.scss */
.company-idea-box {
  width: 100%;
  height: 215px;
  padding: 0px;
  position: relative;
  cursor: pointer;
  box-shadow: none;
  border: 1px solid #e1e4ea;
  border-radius: 12px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}

/* line 12928, app/assets/stylesheets/frontend/application.scss */
.company-idea-box .rating-content {
  position: absolute;
  bottom: 15px;
  width: 91%;
}

/* line 12936, app/assets/stylesheets/frontend/application.scss */
.card-short-description {
  width: 100%;
  opacity: 0;
  position: absolute;
  background-color: white;
  bottom: 0px;
  float: left;
  top: inherit;
  z-index: 1;
  padding: 8px 8px 8px 8px;
  left: 0;
  box-shadow: 0 5px 40px 0 rgba(0, 0, 0, 0.11);
  height: 125px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  transition: all 0.3s;
  display: none;
  overflow: hidden;
}

/* line 12955, app/assets/stylesheets/frontend/application.scss */
.card-short-description .title-card {
  font-size: 13px;
  font-weight: 600;
  word-break: break-word;
  white-space: normal;
  color: #182230;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  width: 100%;
}

/* line 12969, app/assets/stylesheets/frontend/application.scss */
.card-short-description:hover {
  color: inherit;
}

/* line 12972, app/assets/stylesheets/frontend/application.scss */
.card-short-description .limit-des {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 5px;
  white-space: normal;
}

/* line 12981, app/assets/stylesheets/frontend/application.scss */
.card-short-description .limit-des p {
  width: 100%;
  font-size: 13px;
  color: #232323;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  word-break: break-word;
  white-space: normal;
}

/* line 12996, app/assets/stylesheets/frontend/application.scss */
.company-card-image:hover .card-short-description {
  opacity: 1;
  display: block;
}

/* line 13002, app/assets/stylesheets/frontend/application.scss */
.company-idea-box:hover .rating-content {
  display: inherit;
}

/* line 13006, app/assets/stylesheets/frontend/application.scss */
.company-idea-box:hover .creater-diplay {
  margin-top: inherit;
}

/* line 13010, app/assets/stylesheets/frontend/application.scss */
.action-dropdown li a {
  border-radius: 4px;
}

/* line 13016, app/assets/stylesheets/frontend/application.scss */
.ai-generated-file-modal .modal-body {
  min-height: 38em;
}

/* line 13019, app/assets/stylesheets/frontend/application.scss */
.ai-generated-file-modal .modal-body #ai-idea-tabs .select-ideas-a {
  padding-right: 120px !important;
  position: relative;
}

/* line 13022, app/assets/stylesheets/frontend/application.scss */
.ai-generated-file-modal .modal-body #ai-idea-tabs .select-ideas-a .select-label {
  position: absolute;
  right: 0px;
  top: 0px;
  color: white;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0.2px;
  text-transform: inherit;
  background-color: #c23beb;
  padding: 5px 8px;
}

/* line 13040, app/assets/stylesheets/frontend/application.scss */
.add-comments-btn a {
  min-width: 160px !important;
  margin-left: 0 !important;
  line-height: 30px;
  box-shadow: none;
  margin-right: 5px;
  background: #fff !important;
  color: #F41403;
  border: 1px solid #F41403;
  height: 30px !important;
  padding: 0px 15px !important;
  width: 110px;
  border-radius: 4px;
}

/* line 13055, app/assets/stylesheets/frontend/application.scss */
.add-comments-btn:hover {
  background: #fff;
  box-shadow: none;
}

/* line 13060, app/assets/stylesheets/frontend/application.scss */
.browse-files-btn {
  margin-left: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 100px 0px;
}

/* line 13068, app/assets/stylesheets/frontend/application.scss */
.browse-field {
  position: inherit;
}

/* line 13072, app/assets/stylesheets/frontend/application.scss */
.idea-details-tab-btn {
  display: block;
}

/* line 13075, app/assets/stylesheets/frontend/application.scss */
.idea-tab-btn {
  display: none;
}

/* line 13080, app/assets/stylesheets/frontend/application.scss */
.add-idea-forms .content button::after {
  border-bottom: 1px solid lightgrey;
}

/* line 13094, app/assets/stylesheets/frontend/application.scss */
.creator-name span {
  font-weight: 300;
}

/* line 13099, app/assets/stylesheets/frontend/application.scss */
.popular-tag {
  width: 80px;
  height: 26px;
  background: #8DC63F;
  top: 137px;
  border-radius: 4px;
  margin-left: 20px;
  text-align: center;
  padding-top: 3px;
  position: absolute;
}

/* line 13109, app/assets/stylesheets/frontend/application.scss */
.popular-tag span {
  color: #fff;
}

/* line 13114, app/assets/stylesheets/frontend/application.scss */
.add-idea-tabs {
  display: flex;
  align-items: center;
  margin-bottom: 2.2em;
}

/* line 13118, app/assets/stylesheets/frontend/application.scss */
.add-idea-tabs .content {
  display: flex;
  justify-content: center;
  position: relative;
}

/* line 13123, app/assets/stylesheets/frontend/application.scss */
.add-idea-tabs .content .tablink {
  border: none;
  background-color: transparent;
  color: #688FAF;
  text-transform: uppercase;
  padding: 2px 12px 6px 12px;
  position: relative;
  border-bottom: 2px solid transparent;
}

/* line 13132, app/assets/stylesheets/frontend/application.scss */
.add-idea-tabs .content .activebtn {
  color: #000000;
  border-bottom: 3px solid #8DC63F;
  position: relative;
  z-index: 1;
}

/* line 13141, app/assets/stylesheets/frontend/application.scss */
.company-card-image {
  height: 100px;
  background-attachment: fixed !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}

/* line 13146, app/assets/stylesheets/frontend/application.scss */
.company-card-image .img-position {
  width: 100%;
  height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  background-position: center center;
  border-top-right-radius: 12px;
  border-top-left-radius: 12px;
}

/* line 13164, app/assets/stylesheets/frontend/application.scss */
.short-heading {
  word-break: break-word;
  white-space: normal;
  color: #182230;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  width: 100%;
  height: 52px;
}

/* line 13197, app/assets/stylesheets/frontend/application.scss */
.company-card-content {
  padding: 0px 15px 0px;
}

/* line 13199, app/assets/stylesheets/frontend/application.scss */
.company-card-content h4 {
  font-size: 15px;
  line-height: 28px;
  display: inline-block;
  margin-top: 8px;
  margin-bottom: 10px;
  font-weight: 400;
  width: 100%;
  color: #182230;
}

/* line 13208, app/assets/stylesheets/frontend/application.scss */
.company-card-content h4 .long-heading {
  display: none;
}

/* line 13213, app/assets/stylesheets/frontend/application.scss */
.company-card-content .creator {
  color: #182230;
  font-size: 16px;
  display: flex;
  align-items: center;
}

/* line 13219, app/assets/stylesheets/frontend/application.scss */
.company-card-content .creator .creator-title {
  font-weight: 400;
}

/* line 13222, app/assets/stylesheets/frontend/application.scss */
.company-card-content .creator .creator-name {
  font-weight: 500;
  letter-spacing: 0.2px;
  font-size: 14px;
  margin-top: 60px;
  position: absolute;
  background-color: white;
  padding: 5px 5px;
  box-shadow: 0 5px 40px 0 rgba(0, 0, 0, 0.11);
  margin-left: -2px;
  opacity: 0;
  visibility: hidden;
}

/* line 13236, app/assets/stylesheets/frontend/application.scss */
.company-card-content .ratings-row1 {
  display: flex;
  align-items: center;
  justify-content: left;
  margin-top: 5px;
}

/* line 13242, app/assets/stylesheets/frontend/application.scss */
.company-card-content .ratings-row1 .likes {
  display: flex;
  align-items: center;
  color: #5D6679;
  border: 1px solid #E1E4EA;
  border-radius: 8px;
  padding: 0px 6px;
  margin-right: 12px;
}

/* line 13250, app/assets/stylesheets/frontend/application.scss */
.company-card-content .ratings-row1 .likes .thumb-like-icon {
  width: 16px;
}

/* line 13255, app/assets/stylesheets/frontend/application.scss */
.company-card-content .ratings-row1 .likes i {
  color: #182230;
  font-size: 18px;
}

/* line 13259, app/assets/stylesheets/frontend/application.scss */
.company-card-content .ratings-row1 .likes span {
  margin-left: 8px;
  font-weight: 400;
  font-size: 14px;
}

/* line 13265, app/assets/stylesheets/frontend/application.scss */
.company-card-content .ratings-row1 .comments {
  display: flex;
  align-items: center;
  color: #182230;
  margin-left: 0px;
  text-align: right;
  width: 50%;
  justify-content: flex-end;
  border: 1px solid #E1E4EA;
  border-radius: 8px;
  padding: 2px 6px;
}

/* line 13276, app/assets/stylesheets/frontend/application.scss */
.company-card-content .ratings-row1 .comments i {
  color: #5e6779;
  font-size: 18px;
}

/* line 13280, app/assets/stylesheets/frontend/application.scss */
.company-card-content .ratings-row1 .comments span {
  margin-left: 8px;
  color: #182230;
  font-weight: 400;
  font-size: 14px;
}

/* line 13287, app/assets/stylesheets/frontend/application.scss */
.company-card-content .ratings-row1 .views {
  margin-right: 10px;
}

/* line 13290, app/assets/stylesheets/frontend/application.scss */
.company-card-content .ratings-row1 .people {
  display: flex;
  align-items: center;
  border: 1px solid #E1E4EA;
  border-radius: 8px;
  padding: 2px 6px;
}

/* line 13296, app/assets/stylesheets/frontend/application.scss */
.company-card-content .ratings-row1 .people i {
  color: #5e6779;
  font-size: 18px;
}

/* line 13300, app/assets/stylesheets/frontend/application.scss */
.company-card-content .ratings-row1 .people span {
  margin-left: 8px;
  font-weight: 400;
  font-size: 14px;
  color: #182230;
}

/* line 13307, app/assets/stylesheets/frontend/application.scss */
.company-card-content .ratings-row1 .right-row {
  display: flex;
}

/* line 13310, app/assets/stylesheets/frontend/application.scss */
.company-card-content .ratings-row1 .active-tag {
  background: transparent;
  border-radius: 5px;
  text-align: center;
  padding: 3px 10px 3px 10px;
  color: #182230;
  border: 1px solid #182230;
}

/* line 13317, app/assets/stylesheets/frontend/application.scss */
.company-card-content .ratings-row1 .active-tag span {
  color: #182230;
  font-weight: 400;
  font-size: 14px;
  text-transform: capitalize;
  letter-spacing: 0.2px;
}

/* line 13326, app/assets/stylesheets/frontend/application.scss */
.company-card-content .ratings-row2 {
  display: flex;
  align-items: center;
  margin-top: 15px;
  justify-content: space-between;
}

/* line 13331, app/assets/stylesheets/frontend/application.scss */
.company-card-content .ratings-row2 .people {
  display: flex;
  align-items: center;
  color: #182230;
  width: 40%;
}

/* line 13336, app/assets/stylesheets/frontend/application.scss */
.company-card-content .ratings-row2 .people i {
  color: #182230;
  font-size: 20px;
}

/* line 13340, app/assets/stylesheets/frontend/application.scss */
.company-card-content .ratings-row2 .people span {
  margin-left: 15px;
  font-weight: 400;
  font-size: 16px;
}

/* line 13346, app/assets/stylesheets/frontend/application.scss */
.company-card-content .ratings-row2 .active-tag {
  background: #182230;
  border-radius: 5px;
  margin-left: 18px;
  text-align: center;
  padding: 5px 12px 5px 12px;
}

/* line 13352, app/assets/stylesheets/frontend/application.scss */
.company-card-content .ratings-row2 .active-tag span {
  color: #182230;
  font-weight: 400;
  font-size: 14px;
  text-transform: capitalize;
  letter-spacing: 0.2px;
}

/* line 13362, app/assets/stylesheets/frontend/application.scss */
.company-card-content .creater-diplay {
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: 0.5s;
  -webkit-transition: 0.5s;
}

/* line 13368, app/assets/stylesheets/frontend/application.scss */
.company-card-content .creater-diplay .active-tag {
  background: #E8EEF3;
  border-radius: 5px;
  margin-left: 18px;
  text-align: center;
  padding: 5px 12px 5px 12px;
}

/* line 13374, app/assets/stylesheets/frontend/application.scss */
.company-card-content .creater-diplay .active-tag span {
  color: #5D6679;
  font-weight: 400;
  font-size: 16px;
  text-transform: capitalize;
  letter-spacing: 0.2px;
}

/* line 13382, app/assets/stylesheets/frontend/application.scss */
.company-card-content .creater-diplay .likes {
  display: flex;
  align-items: center;
  color: #5D6679;
  border: 1px solid #E1E4EA;
  border-radius: 8px;
  padding: 2px 6px;
}

/* line 13389, app/assets/stylesheets/frontend/application.scss */
.company-card-content .creater-diplay .likes span {
  margin-left: 8px;
  font-weight: 400;
  font-size: 14px;
  color: #182230;
}

/* line 13398, app/assets/stylesheets/frontend/application.scss */
.company-card-content .creater-diplay .likes .thumb-like-icon {
  width: 16px;
}

/* line 13403, app/assets/stylesheets/frontend/application.scss */
.company-card-content .creater-diplay .right-row {
  display: flex;
}

/* line 13405, app/assets/stylesheets/frontend/application.scss */
.company-card-content .creater-diplay .right-row .people {
  display: flex;
  align-items: center;
  border: 1px solid #E1E4EA;
  border-radius: 8px;
  padding: 2px 6px;
  margin-left: 5px;
}

/* line 13412, app/assets/stylesheets/frontend/application.scss */
.company-card-content .creater-diplay .right-row .people i {
  color: #5e6779;
  font-size: 18px;
}

/* line 13416, app/assets/stylesheets/frontend/application.scss */
.company-card-content .creater-diplay .right-row .people span {
  margin-left: 8px;
  font-weight: 400;
  font-size: 14px;
  color: #182230;
}

/* line 13423, app/assets/stylesheets/frontend/application.scss */
.company-card-content .creater-diplay .right-row .comments {
  display: flex;
  align-items: center;
  color: #182230;
  margin-left: 5px;
  text-align: right;
  justify-content: flex-end;
  border: 1px solid #E1E4EA;
  border-radius: 8px;
  padding: 2px 6px;
}

/* line 13433, app/assets/stylesheets/frontend/application.scss */
.company-card-content .creater-diplay .right-row .comments i {
  color: #5e6779;
  font-size: 18px;
}

/* line 13437, app/assets/stylesheets/frontend/application.scss */
.company-card-content .creater-diplay .right-row .comments span {
  margin-left: 8px;
  color: #182230;
  font-weight: 400;
  font-size: 14px;
}

/* line 13449, app/assets/stylesheets/frontend/application.scss */
.company-card-content .creator:hover .creator-name {
  opacity: 1;
  visibility: visible;
}

/* line 13454, app/assets/stylesheets/frontend/application.scss */
.latest {
  margin-top: 15px !important;
}

/* line 13458, app/assets/stylesheets/frontend/application.scss */
.active-user {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #688FAF;
  margin-left: 10px;
}

/* line 13467, app/assets/stylesheets/frontend/application.scss */
.active-idea {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #688FAF;
  margin-left: 10px;
}

/* line 13476, app/assets/stylesheets/frontend/application.scss */
.active-comments {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #688FAF;
  margin-left: 10px;
}

/* line 13485, app/assets/stylesheets/frontend/application.scss */
.active-likes {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #688FAF;
  margin-left: 10px;
}

/* line 13497, app/assets/stylesheets/frontend/application.scss */
.idea-add-edit-block .overview-btn {
  display: none;
}

/* line 13501, app/assets/stylesheets/frontend/application.scss */
.idea-add-edit-block .time-counter {
  padding: 0px 14px;
  width: auto;
  display: none;
}

/* line 13507, app/assets/stylesheets/frontend/application.scss */
.idea-add-edit-block .leaderboard-btn {
  padding: 0px 0px 0px 8px;
  width: auto;
}

/* line 13510, app/assets/stylesheets/frontend/application.scss */
.idea-add-edit-block .leaderboard-btn .btn, .idea-add-edit-block .leaderboard-btn .btn-large {
  border: 1px solid #000000 !important;
  color: black;
  box-shadow: none;
  font-size: 14px;
  height: 37px;
  padding: 8px 20px 8px 20px;
  line-height: initial;
  background-color: transparent;
}

/* line 13519, app/assets/stylesheets/frontend/application.scss */
.idea-add-edit-block .leaderboard-btn .btn:hover, .idea-add-edit-block .leaderboard-btn .btn-large:hover {
  color: black;
  background-color: #ECEFF3;
  border-color: #ECEFF3;
}

/* line 13528, app/assets/stylesheets/frontend/application.scss */
.idea-add-edit-block .ai-gen-btn {
  padding: 0px 0px 0px 8px;
  width: auto;
}

/* line 13531, app/assets/stylesheets/frontend/application.scss */
.idea-add-edit-block .ai-gen-btn .btn, .idea-add-edit-block .ai-gen-btn .btn-large {
  border: 1px solid #000000 !important;
  color: black;
  box-shadow: none;
  font-size: 14px;
  height: 37px;
  padding: 8px 20px 8px 20px;
  line-height: initial;
  background-color: transparent;
}

/* line 13540, app/assets/stylesheets/frontend/application.scss */
.idea-add-edit-block .ai-gen-btn .btn:hover, .idea-add-edit-block .ai-gen-btn .btn-large:hover {
  color: black;
  background-color: #ECEFF3;
  border-color: #ECEFF3;
}

/* line 13549, app/assets/stylesheets/frontend/application.scss */
.idea-add-edit-block .edit-btn {
  padding: 0px 0px 0px 0px;
  width: auto;
}

/* line 13553, app/assets/stylesheets/frontend/application.scss */
.idea-add-edit-block .edit-btn .edit-idea {
  border-color: #000000 !important;
  color: black;
  box-shadow: none;
  font-size: 14px;
  height: 37px;
  padding: 8px 20px 8px 20px;
  line-height: initial;
  margin-left: 0px !important;
  margin: 0 !important;
}

/* line 13564, app/assets/stylesheets/frontend/application.scss */
.idea-add-edit-block .edit-btn .edit-idea:hover {
  background-color: #ECEFF3 !important;
  color: black;
  border-color: #ECEFF3;
}

/* line 13574, app/assets/stylesheets/frontend/application.scss */
.idea-add-edit-block .add-btn {
  padding: 0px 0px 0px 7px;
  width: auto;
}

/* line 13578, app/assets/stylesheets/frontend/application.scss */
.idea-add-edit-block .add-btn .add-idea {
  height: auto;
  padding: 8px 20px 8px 20px;
  line-height: initial;
  box-shadow: none;
  font-size: 14px;
  border: 1px solid;
}

/* line 13595, app/assets/stylesheets/frontend/application.scss */
.custom-scroll::-webkit-scrollbar {
  width: 4px;
  height: 40px;
  background: #DBE3EF !important;
  border-radius: 10px;
}

/* line 13602, app/assets/stylesheets/frontend/application.scss */
.custom-scroll::-webkit-scrollbar-track {
  -webkit-border-radius: 10px;
  width: 4px;
  height: 40px;
  background: #fff !important;
  border-radius: 10px;
}

/* line 13610, app/assets/stylesheets/frontend/application.scss */
.custom-scroll::-webkit-scrollbar-thumb {
  border-radius: 10px;
  width: 4px;
  height: 40px;
  background: #DBE3EF !important;
}

/* line 13623, app/assets/stylesheets/frontend/application.scss */
#missionbriefing .idea-details-img {
  background-attachment: fixed !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  position: relative;
}

/* line 13628, app/assets/stylesheets/frontend/application.scss */
#missionbriefing .idea-details-img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* line 13636, app/assets/stylesheets/frontend/application.scss */
.info-card-details {
  width: 100%;
  padding: 0px 0px;
}

/* line 13640, app/assets/stylesheets/frontend/application.scss */
.info-card-details .view-heading {
  width: 75%;
  position: relative;
  font-size: 32px;
  padding-left: 15px;
  font-weight: 500;
  padding-right: 12px;
}

/* line 13651, app/assets/stylesheets/frontend/application.scss */
.info-card-details .heading-block {
  display: flex;
  align-items: center;
  margin: 15px 0px 15px 0px;
  position: relative;
}

/* line 13657, app/assets/stylesheets/frontend/application.scss */
.info-card-details .heading-block .left-line {
  height: 75px;
  background-color: #F41403;
  width: 4px;
}

/* line 13665, app/assets/stylesheets/frontend/application.scss */
.info-card-details .inbox-mission-image {
  width: 100%;
  padding: 0px 85px;
  top: 20px;
  max-width: 1350px;
  margin-left: auto;
  margin-right: auto;
}

/* line 13673, app/assets/stylesheets/frontend/application.scss */
.info-card-details .inbox-mission-image .responsive-img {
  width: 100%;
  border-radius: 25px;
  margin-top: -3.5em;
}

/* line 13681, app/assets/stylesheets/frontend/application.scss */
.info-card-details .inbox-mission-title {
  width: 100%;
  margin-bottom: 8px;
}

/* line 13685, app/assets/stylesheets/frontend/application.scss */
.info-card-details .inbox-mission-title h1 {
  margin-bottom: 0px;
  margin-top: 20px;
  color: #33334f;
  margin-left: 0;
  font-weight: 500;
  letter-spacing: 0.5px;
  padding: 0px 0px;
}

/* line 13697, app/assets/stylesheets/frontend/application.scss */
.info-card-details .inbox-mission-description {
  font-weight: 400;
  letter-spacing: 0.5px;
  line-height: 1.5;
  margin-bottom: 5px;
  -moz-column-count: 2;
       column-count: 2;
  -moz-column-gap: 40px;
       column-gap: 40px;
}

/* line 13704, app/assets/stylesheets/frontend/application.scss */
.info-card-details .inbox-mission-description p {
  padding: 0px 0px;
}

/* line 13707, app/assets/stylesheets/frontend/application.scss */
.info-card-details .inbox-mission-description b {
  padding: 0px 0px;
}

/* line 13710, app/assets/stylesheets/frontend/application.scss */
.info-card-details .inbox-mission-description ul {
  padding-inline-start: 15px;
}

/* line 13712, app/assets/stylesheets/frontend/application.scss */
.info-card-details .inbox-mission-description ul li {
  list-style-type: disc;
}

/* line 13718, app/assets/stylesheets/frontend/application.scss */
.info-card-details .viewmissiondec-enable {
  height: auto;
  overflow: auto;
}

/* line 13723, app/assets/stylesheets/frontend/application.scss */
.info-card-details .idea-cards {
  margin-top: 4em;
  display: flex;
  flex-wrap: wrap;
}

/* line 13727, app/assets/stylesheets/frontend/application.scss */
.info-card-details .idea-cards .idea-container {
  width: 100%;
}

/* line 13730, app/assets/stylesheets/frontend/application.scss */
.info-card-details .idea-cards .heading-display {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1em;
  padding: 0px 0px 0px 16px;
}

/* line 13738, app/assets/stylesheets/frontend/application.scss */
.info-card-details .idea-cards .heading-display .heading-block {
  margin: inherit;
}

/* line 13740, app/assets/stylesheets/frontend/application.scss */
.info-card-details .idea-cards .heading-display .heading-block .view-heading {
  width: auto;
}

/* line 13744, app/assets/stylesheets/frontend/application.scss */
.info-card-details .idea-cards .heading-display .add-btn {
  padding-right: 15px;
  display: flex;
}

/* line 13748, app/assets/stylesheets/frontend/application.scss */
.info-card-details .idea-cards .heading-display .add-btn .right-btn .tablink {
  border: 1px solid black;
  color: black;
  box-shadow: none;
  font-size: 14px;
  height: auto;
  padding: 10px 20px 10px 20px;
  line-height: initial;
  background-color: transparent;
  border-radius: 0px;
  text-transform: uppercase;
  margin-right: 20px;
}

/* line 13762, app/assets/stylesheets/frontend/application.scss */
.info-card-details .idea-cards .heading-display .add-btn .add-idea {
  border-radius: 4px;
  padding: 10px 20px 10px 20px;
  height: auto;
  line-height: initial;
  box-shadow: none;
  font-size: 14px;
}

/* line 13775, app/assets/stylesheets/frontend/application.scss */
.info-card-details .mission-hide-content {
  position: relative;
  width: 100%;
}

/* line 13781, app/assets/stylesheets/frontend/application.scss */
.info-card-details .viewmissionblock .view-more-dec {
  position: relative !important;
  margin-top: 20px !important;
}

/* line 13784, app/assets/stylesheets/frontend/application.scss */
.info-card-details .viewmissionblock .view-more-dec::after {
  background: transparent !important;
  height: auto !important;
}

/* line 13790, app/assets/stylesheets/frontend/application.scss */
.info-card-details .mission-bottom-content {
  width: 100%;
  padding: 0px 85px;
  margin-top: 0px;
  max-width: 1350px;
  margin-left: auto;
  margin-right: auto;
}

/* line 13797, app/assets/stylesheets/frontend/application.scss */
.info-card-details .mission-bottom-content .view-more-dec {
  width: 100%;
  display: flex;
  justify-content: center;
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: -25px;
  z-index: 1;
}

/* line 13806, app/assets/stylesheets/frontend/application.scss */
.info-card-details .mission-bottom-content .view-more-dec::after {
  position: absolute;
  content: "";
  left: 0px;
  right: 0px;
  bottom: 0px;
  height: 70px;
  background: linear-gradient(#ffffff9e, white);
  z-index: -1;
}

/* line 13817, app/assets/stylesheets/frontend/application.scss */
.info-card-details .mission-bottom-content .view-more-dec .btn, .info-card-details .mission-bottom-content .view-more-dec .btn-large {
  border: 1px solid #000000 !important;
  color: black;
  box-shadow: none;
  font-size: 14px;
  height: auto;
  padding: 10px 20px 10px 20px;
  line-height: initial;
  background-color: white;
}

/* line 13826, app/assets/stylesheets/frontend/application.scss */
.info-card-details .mission-bottom-content .view-more-dec .btn .viewless, .info-card-details .mission-bottom-content .view-more-dec .btn-large .viewless {
  display: none;
}

/* line 13831, app/assets/stylesheets/frontend/application.scss */
.info-card-details .mission-bottom-content .view-more-dec .viewmoredecbtn-enable .viewmore {
  display: none;
}

/* line 13834, app/assets/stylesheets/frontend/application.scss */
.info-card-details .mission-bottom-content .view-more-dec .viewmoredecbtn-enable .viewless {
  display: block;
}

/* line 13840, app/assets/stylesheets/frontend/application.scss */
.info-card-details .mission-bottom-content .mission-video-b {
  width: auto;
  margin-bottom: 12px;
}

/* line 13843, app/assets/stylesheets/frontend/application.scss */
.info-card-details .mission-bottom-content .mission-video-b .video-btn {
  width: 158px;
  display: flex;
  align-items: center;
  padding: 5px 5px;
  border-radius: 50px;
  cursor: pointer;
  justify-content: center;
}

/* line 13852, app/assets/stylesheets/frontend/application.scss */
.info-card-details .mission-bottom-content .mission-video-b .video-btn i {
  margin-right: 5px;
}

/* line 13855, app/assets/stylesheets/frontend/application.scss */
.info-card-details .mission-bottom-content .mission-video-b .video-btn span {
  text-transform: uppercase;
  font-weight: 600;
  height: 18px;
}

/* line 13867, app/assets/stylesheets/frontend/application.scss */
.max-container {
  padding: 0px 70px 0px 70px;
  width: 100%;
  max-width: 1450px;
  margin-left: auto;
  margin-right: auto;
}

/* line 13878, app/assets/stylesheets/frontend/application.scss */
.view-ideas-block .view-heading {
  width: 42%;
  position: relative;
  font-size: 32px;
  padding-left: 15px;
  font-weight: 500;
}

/* line 13887, app/assets/stylesheets/frontend/application.scss */
.view-ideas-block .heading-block {
  display: flex;
  align-items: center;
  margin: -55px 0px 10px 15px;
}

/* line 13891, app/assets/stylesheets/frontend/application.scss */
.view-ideas-block .heading-block .left-line {
  height: 75px;
  background-color: #F41403;
  width: 4px;
}

/* line 13899, app/assets/stylesheets/frontend/application.scss */
.view-ideas-block .idea-box {
  width: 25%;
  padding: 0px 14px;
}

/* line 13903, app/assets/stylesheets/frontend/application.scss */
.view-ideas-block .idea-box .content-idea {
  width: 100%;
}

/* line 13908, app/assets/stylesheets/frontend/application.scss */
.view-ideas-block .search-filter {
  background-color: #fafafa;
  display: flex;
  flex-wrap: wrap;
  margin: 0px -76px 0px -76px;
  padding: 0px 76px 0px 76px;
  margin-bottom: 3em;
}

/* line 13916, app/assets/stylesheets/frontend/application.scss */
.view-ideas-block .search-filter .content-search {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

/* line 13923, app/assets/stylesheets/frontend/application.scss */
.view-ideas-block .search-filter .content-search .field {
  width: 18%;
  padding: 12px 15px;
}

/* line 13926, app/assets/stylesheets/frontend/application.scss */
.view-ideas-block .search-filter .content-search .field .select-wrapper {
  background-color: #FFFFFF;
  border: 1px solid #DBE3EF;
  padding: 3px 12px 3px 12px;
}

/* line 13931, app/assets/stylesheets/frontend/application.scss */
.view-ideas-block .search-filter .content-search .field .select-wrapper .select-dropdown {
  border: none;
}

/* line 13935, app/assets/stylesheets/frontend/application.scss */
.view-ideas-block .search-filter .content-search .field .select-wrapper .caret {
  color: #B3C7D7;
  right: 12px;
}

/* line 13942, app/assets/stylesheets/frontend/application.scss */
.view-ideas-block .search-filter .content-search .field-search {
  width: 25%;
  padding: 12px 15px;
  display: flex;
  align-items: center;
  position: relative;
}

/* line 13949, app/assets/stylesheets/frontend/application.scss */
.view-ideas-block .search-filter .content-search .field-search input {
  border-bottom: 1px solid #DBE3EF;
  margin-bottom: 5px;
}

/* line 13954, app/assets/stylesheets/frontend/application.scss */
.view-ideas-block .search-filter .content-search .field-search .material-icons {
  color: #688FAF;
  position: absolute;
  right: 15px;
  top: 14px;
}

/* line 13964, app/assets/stylesheets/frontend/application.scss */
.view-ideas-block .search-filter .content-search .sort-field label {
  color: #688FAF;
  font-size: 11px;
  letter-spacing: 0.5px;
}

/* line 13970, app/assets/stylesheets/frontend/application.scss */
.view-ideas-block .search-filter .content-search .sort-field .select-wrapper {
  background-color: transparent;
  border: none;
  padding: 3px 0px 3px 0px;
}

/* line 13975, app/assets/stylesheets/frontend/application.scss */
.view-ideas-block .search-filter .content-search .sort-field .select-wrapper .select-dropdown {
  width: auto;
}

/* line 13978, app/assets/stylesheets/frontend/application.scss */
.view-ideas-block .search-filter .content-search .sort-field .select-wrapper .caret {
  left: 42px;
}

/* line 13993, app/assets/stylesheets/frontend/application.scss */
.comments-main-heading {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 13997, app/assets/stylesheets/frontend/application.scss */
.comments-main-heading span {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 28px;
  text-align: center;
  color: #000000;
}

/* line 14008, app/assets/stylesheets/frontend/application.scss */
.comments-label {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.02em;
  color: #000000;
}

/* line 14020, app/assets/stylesheets/frontend/application.scss */
.trends-tags-user-page .bottom-load-more .btn, .trends-tags-user-page .bottom-load-more .btn-large {
  background-color: transparent !important;
  box-shadow: none;
  border: 1px solid #33334f;
  color: #33334f;
}

/* line 14029, app/assets/stylesheets/frontend/application.scss */
.trends-tags-user-page .slider-bg .company-info h3 {
  font-size: 30px;
  padding: 12px 12px;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0;
}

/* line 14035, app/assets/stylesheets/frontend/application.scss */
.trends-tags-user-page .slider-bg .company-info h3::after {
  content: '';
  background: #000000;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  opacity: 0.5;
}

/* line 14051, app/assets/stylesheets/frontend/application.scss */
.table-creator-name {
  position: relative;
  justify-content: center;
}

/* line 14054, app/assets/stylesheets/frontend/application.scss */
.table-creator-name img {
  margin-right: 0px !important;
}

/* line 14057, app/assets/stylesheets/frontend/application.scss */
.table-creator-name .idea-creator {
  width: 150px;
  position: absolute;
  background-color: white;
  padding: 6px 6px;
  border-radius: 5px;
  border: 1px solid #e1e4ea;
  z-index: 2;
  white-space: normal;
  top: 30px;
  left: 8px;
  opacity: 0;
  visibility: hidden;
}

/* line 14073, app/assets/stylesheets/frontend/application.scss */
.table-creator-name:hover .idea-creator {
  opacity: 1;
  visibility: visible;
}

/* line 14078, app/assets/stylesheets/frontend/application.scss */
.primary-btn {
  padding: 10px 14px;
  text-transform: inherit;
  background-color: #010BFF;
  border: 1px solid #010BFF;
  box-shadow: none;
  line-height: normal;
  height: auto;
  text-transform: uppercase;
}

/* line 14087, app/assets/stylesheets/frontend/application.scss */
.primary-btn:hover {
  background-color: white;
  box-shadow: none;
  color: #010BFF !important;
}

/* line 14092, app/assets/stylesheets/frontend/application.scss */
.primary-btn:focus {
  background-color: white;
  box-shadow: none;
  color: #010BFF !important;
}

/* line 14099, app/assets/stylesheets/frontend/application.scss */
.secondary-btn {
  padding: 10px 14px;
  text-transform: inherit;
  background-color: transparent;
  border: 1px solid #707070;
  box-shadow: none;
  height: auto;
  line-height: normal;
  color: #1e1e1e;
  text-transform: uppercase;
}

/* line 14109, app/assets/stylesheets/frontend/application.scss */
.secondary-btn:hover {
  background-color: #e6e6e6;
  color: #1e1e1e;
  box-shadow: none;
  border-color: #707070;
}

/* line 14115, app/assets/stylesheets/frontend/application.scss */
.secondary-btn:focus {
  background-color: #e6e6e6;
  color: #1e1e1e;
  box-shadow: none;
  border-color: #707070;
}

/* line 14123, app/assets/stylesheets/frontend/application.scss */
.green-primary-btn {
  padding: 10px 14px;
  text-transform: inherit;
  background-color: #16ab38;
  border: 1px solid #16ab38;
  box-shadow: none;
  line-height: normal;
  height: auto;
  text-transform: uppercase;
}

/* line 14132, app/assets/stylesheets/frontend/application.scss */
.green-primary-btn:hover {
  background-color: #4dc869;
  box-shadow: none;
  color: white !important;
  border-color: #4dc869;
}

/* line 14138, app/assets/stylesheets/frontend/application.scss */
.green-primary-btn:focus {
  background-color: #4dc869;
  box-shadow: none;
  color: white !important;
  border-color: #4dc869;
}

/* line 14146, app/assets/stylesheets/frontend/application.scss */
.follow-btn {
  display: flex;
  align-items: center;
}

/* line 14149, app/assets/stylesheets/frontend/application.scss */
.follow-btn i {
  margin-right: 5px;
}

/* line 14156, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .slider-bg .admin-home .admin-global-learn-btn-block .learn-btn .dark-svg {
  display: none;
}

/* line 14159, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .slider-bg .admin-home .admin-global-learn-btn-block .learn-btn:hover .dark-svg {
  display: block;
}

/* line 14162, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .slider-bg .admin-home .admin-global-learn-btn-block .learn-btn:hover .white-svg {
  display: none;
}

/* line 14166, app/assets/stylesheets/frontend/application.scss */
.add-trending-skill-modal {
  max-width: 380px !important;
}

/* line 14169, app/assets/stylesheets/frontend/application.scss */
.add-trending-skill-modal .modal-footer--sticky .flex {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

/* line 14178, app/assets/stylesheets/frontend/application.scss */
.menus-sliders {
  position: relative;
}

/* line 14180, app/assets/stylesheets/frontend/application.scss */
.menus-sliders .tabs-arrow-btns {
  position: absolute;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  right: 0;
  height: 45px;
  width: 100px;
  z-index: 10;
}

/* line 14190, app/assets/stylesheets/frontend/application.scss */
.menus-sliders .tabsliderarrow {
  width: 30px;
  height: 30px;
  padding: 2px;
  position: absolute;
  z-index: 3;
  cursor: pointer;
  border-radius: 5px;
  text-align: center;
  line-height: 20px;
  font-size: 30px;
  background-color: white;
  transition: opacity 0.5s ease;
  border: 1px solid #e1e4ea;
  top: 8px;
}

/* line 14205, app/assets/stylesheets/frontend/application.scss */
.menus-sliders .tabsliderarrow:hover {
  color: #0009FF;
  border-color: #0009FF;
}

/* line 14210, app/assets/stylesheets/frontend/application.scss */
.menus-sliders #left-arrow {
  right: 60px;
}

/* line 14213, app/assets/stylesheets/frontend/application.scss */
.menus-sliders #right-arrow {
  right: 25px;
}

/* line 14216, app/assets/stylesheets/frontend/application.scss */
.menus-sliders .slider {
  width: 100%;
  height: auto;
  /* We need a padding left 
    so that the elements will be centered at all times*/
  display: flex;
  flex-direction: row;
  overflow-x: scroll;
  overflow-y: hidden;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
}

/* line 14228, app/assets/stylesheets/frontend/application.scss */
.menus-sliders .slider::-webkit-scrollbar {
  display: none;
}

/* line 14232, app/assets/stylesheets/frontend/application.scss */
.menus-sliders .box {
  scroll-snap-align: start;
  width: 145px;
  margin: 0px 15px;
  position: relative;
  z-index: 1;
  transition: opacity 0.3s ease-in;
}

/* line 14242, app/assets/stylesheets/frontend/application.scss */
.menus-sliders #center {
  opacity: 1;
}

/* line 14248, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page {
  width: 100%;
  margin-top: 4em;
}

/* line 14251, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .slider-bg {
  width: 100%;
  position: relative;
}

/* line 14254, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .slider-bg .admin-home {
  position: absolute;
  z-index: 3;
  width: 100%;
  padding: 0px 0px;
  margin-top: 45px;
  display: flex;
  justify-content: flex-end;
}

/* line 14262, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .slider-bg .admin-home .right-btns {
  width: auto;
  display: flex;
  align-items: center;
  background-color: white;
  padding: 8px 8px;
  border-radius: 6px;
}

/* line 14270, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .slider-bg .admin-home .max-content {
  padding: 0px 85px 0px 85px;
  width: 100%;
  max-width: 1350px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

/* line 14280, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .slider-bg .admin-home .adminside-btn {
  width: auto;
  height: auto;
  padding: 3px 14px 1px 14px;
  box-shadow: none !important;
  display: flex;
  align-items: center;
  line-height: 2;
  text-transform: capitalize;
  font-weight: 600;
  font-size: 16px;
}

/* line 14299, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .slider-bg .admin-home .edit-user-btn {
  background-color: #989898;
  color: white;
}

/* line 14302, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .slider-bg .admin-home .edit-user-btn:hover {
  color: white;
  background-color: #0009FF;
}

/* line 14307, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .slider-bg .admin-home .inovation-studio {
  border: 1px solid #E1E4EA;
  color: black;
  background-color: transparent;
}

/* line 14311, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .slider-bg .admin-home .inovation-studio:hover {
  color: white;
  background-color: #0009FF;
}

/* line 14316, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .slider-bg .admin-home .admin-global-learn-btn-block {
  margin-right: 8px;
}

/* line 14318, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .slider-bg .admin-home .admin-global-learn-btn-block .learn-btn {
  color: black;
  height: 38px;
  box-shadow: none !important;
  border: none;
  font-weight: 600;
  font-size: 16px;
  text-transform: capitalize;
  padding: 0px 6px 0px 12px;
}

/* line 14327, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .slider-bg .admin-home .admin-global-learn-btn-block .learn-btn:hover {
  color: white;
  background-color: #0009FF;
}

/* line 14334, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .slider-bg .admin-home .admin-global-learn-btn-block .learn-btn .learn-btn-icon .white-ico-svg {
  display: none;
}

/* line 14342, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .slider-bg .content {
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  width: 100%;
  top: 0;
  bottom: -28px;
  margin: auto;
  display: flex;
  align-items: center;
  padding: 0px 70px 0px 70px;
  max-width: 1350px;
  margin-left: auto;
  margin-right: auto;
  height: 320px;
}

/* line 14358, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .slider-bg .content .text {
  text-align: center;
  color: white;
  margin-bottom: 22px;
}

/* line 14363, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .slider-bg .content .manager-view {
  width: 100%;
  text-align: left;
  color: white;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

/* line 14371, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .slider-bg .content .manager-view img {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  margin-bottom: 12px;
}

/* line 14377, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .slider-bg .content .manager-view .on-hover {
  background-color: white;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 12px;
  color: #3f3f3f;
  padding: 12px 15px 12px 15px;
  position: absolute;
  top: 95px;
  display: none;
}

/* line 14388, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .slider-bg .content .manager-view .on-hover::after {
  content: " ";
  position: absolute;
  right: inherit;
  top: -8px;
  border-top: none;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  border-bottom: 8px solid white;
}

/* line 14400, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .slider-bg .content .manager-view .company-info h1 {
  margin-left: 0;
}

/* line 14404, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .slider-bg .content .manager-view .quote-text {
  width: 700px;
}

/* line 14407, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .slider-bg .content .manager-view .quote-text .display {
  display: flex;
  align-items: center;
}

/* line 14410, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .slider-bg .content .manager-view .quote-text .display img {
  width: 50px;
  height: 50px;
  margin-right: 15px;
  margin-bottom: 0;
}

/* line 14416, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .slider-bg .content .manager-view .quote-text .display p {
  width: -moz-fit-content;
  width: fit-content;
  font-style: italic;
  letter-spacing: 0.5px;
  position: relative;
  padding: 4px 8px;
}

/* line 14422, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .slider-bg .content .manager-view .quote-text .display p::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  opacity: 0.5;
}

/* line 14436, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .slider-bg .content .manager-view .company-info {
  width: 100%;
  padding: 0px 15px;
}

/* line 14439, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .slider-bg .content .manager-view .company-info .company-title {
  width: 100%;
}

/* line 14441, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .slider-bg .content .manager-view .company-info .company-title h3 {
  font-size: 45px;
  padding: 12px 12px;
  margin-bottom: 12px;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  text-transform: uppercase;
  font-weight: 500;
  margin-top: 0px;
  display: flex;
  align-items: center;
  line-height: 1;
}

/* line 14454, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .slider-bg .content .manager-view .company-info .company-title h1 {
  font-size: 20px;
  padding: 12px 12px;
  margin-top: 5px;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1;
}

/* line 14462, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .slider-bg .content .manager-view .company-info .company-title .submit-ideas-btn {
  margin-top: 20px;
  margin-bottom: 20px;
}

/* line 14466, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .slider-bg .content .manager-view .company-info .company-title .submit-ideas-btn .primary-btn:hover {
  color: white !important;
}

/* line 14471, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .slider-bg .content .manager-view .company-info .company-title .where-ideas {
  width: auto;
  margin-top: 25px;
}

/* line 14474, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .slider-bg .content .manager-view .company-info .company-title .where-ideas .content-flex {
  display: flex;
  align-items: center;
}

/* line 14478, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .slider-bg .content .manager-view .company-info .company-title .where-ideas .content-flex .img img {
  margin: 0px 0px 0px 0px;
  width: auto;
  height: auto;
}

/* line 14484, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .slider-bg .content .manager-view .company-info .company-title .where-ideas .content-flex h5 {
  margin: 0px 0px 0px 10px;
  font-weight: 500;
  font-size: 20px;
}

/* line 14494, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .slider-bg .content .tags-manager-view {
  display: flex;
  align-items: center !important;
  flex-direction: row !important;
  justify-content: space-between;
}

/* line 14501, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .slider-bg .bg {
  width: 100%;
  position: relative;
  height: 360px;
}

/* line 14506, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .slider-bg .bg img {
  width: 100%;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  background-position: center;
  -o-object-position: center;
     object-position: center;
}

/* line 14518, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .wrapper {
  width: 100%;
}

/* line 14520, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .wrapper .add-idea-home-btn {
  width: auto;
  display: flex;
}

/* line 14524, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .wrapper .add-idea-home-btn .flex-btn {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 14532, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .wrapper .goal-enable-btn-block {
  width: 100%;
  padding: 0px 0px 0px 0px;
  margin: -4em 0em 4em 0em;
  position: relative;
  z-index: 9;
}

/* line 14538, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .wrapper .goal-enable-btn-block .mid-btn {
  display: flex;
  justify-content: end;
  position: relative;
  padding: 0px 15px;
}

/* line 14543, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .wrapper .goal-enable-btn-block .mid-btn .goal-btn {
  border: 1px solid #ffffff;
  display: flex;
  align-items: center;
  background-color: transparent;
  padding: 5px 12px;
  color: white;
  font-size: 15px;
  text-transform: capitalize;
  position: relative;
  border-radius: 5px !important;
}

/* line 14554, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .wrapper .goal-enable-btn-block .mid-btn .goal-btn:hover {
  background-color: white;
  color: #33334f;
}

/* line 14558, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .wrapper .goal-enable-btn-block .mid-btn .goal-btn .material-icons {
  font-size: 20px;
  margin-right: 5px;
}

/* line 14565, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .wrapper .goal-enable-btn-block .goal-btn-active #showgoal {
  display: none;
}

/* line 14568, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .wrapper .goal-enable-btn-block .goal-btn-active #hidegoal {
  display: block !important;
}

/* line 14573, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .wrapper .goals-block {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 1em 0em 4em 0em;
  background-color: white;
}

/* line 14579, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .wrapper .goals-block .page-heading {
  width: 100%;
  margin-bottom: 2.5em;
  padding: 0px 18px;
}

/* line 14583, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .wrapper .goals-block .page-heading h5 {
  position: relative;
  font-size: 32px;
  padding-left: 15px;
  font-weight: 500;
}

/* line 14588, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .wrapper .goals-block .page-heading h5::before {
  position: absolute;
  content: '';
  height: 60px;
  margin-left: auto;
  margin-right: auto;
  width: 4px;
  left: 0;
  top: -10px;
}

/* line 14601, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .wrapper .goals-block .goals {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

/* line 14605, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .wrapper .goals-block .goals .field {
  padding: 0px 15px;
}

/* line 14608, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .wrapper .goals-block .goals .goal-content {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-content: space-between;
  width: 100%;
  align-items: center;
}

/* line 14615, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .wrapper .goals-block .goals .goal-content .img-block {
  border-radius: 100%;
  width: 90px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 12px;
}

/* line 14623, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .wrapper .goals-block .goals .goal-content .img-block img {
  max-width: 50px;
  width: 50px;
}

/* line 14628, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .wrapper .goals-block .goals .goal-content .mission {
  background-color: #E8EEF3;
}

/* line 14631, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .wrapper .goals-block .goals .goal-content .idea {
  background-color: #FFF5DD;
}

/* line 14634, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .wrapper .goals-block .goals .goal-content .project {
  background-color: #FEE7DD;
}

/* line 14637, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .wrapper .goals-block .goals .goal-content .implemented {
  background-color: #EEF6E2;
}

/* line 14640, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .wrapper .goals-block .goals .goal-content .people {
  background-color: #e3e3ef;
}

/* line 14647, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .wrapper .new-home-quote-block {
  width: 100%;
}

/* line 14651, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .wrapper .new-home-quote-block .top-text-button {
  display: none;
  justify-content: center;
  margin-bottom: 25px;
  padding: 0px 15px;
}

/* line 14656, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .wrapper .new-home-quote-block .top-text-button .show-more {
  font-size: 14px;
  text-transform: capitalize;
  background-color: transparent;
}

/* line 14662, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .wrapper .new-home-quote-block .top-text {
  font-weight: 400;
  letter-spacing: 0.5px;
  line-height: 1.5;
  margin-bottom: 35px;
  -moz-column-count: 2;
       column-count: 2;
  -moz-column-gap: 100px;
       column-gap: 100px;
  padding: 0px 65px;
}

/* line 14671, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .wrapper .new-home-quote-block .quote-text {
  width: 100%;
}

/* line 14673, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .wrapper .new-home-quote-block .quote-text .content-center {
  display: flex;
  justify-content: center;
  width: 100%;
}

/* line 14677, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .wrapper .new-home-quote-block .quote-text .content-center .display {
  display: flex;
  justify-content: center;
  padding: 0px 15px;
}

/* line 14681, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .wrapper .new-home-quote-block .quote-text .content-center .display img {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  margin-right: 12px;
}

/* line 14687, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .wrapper .new-home-quote-block .quote-text .content-center .display p {
  width: 50%;
  font-style: italic;
  letter-spacing: 0.5px;
}

/* line 14693, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .wrapper .new-home-quote-block .quote-text .content-center .display-quote-content {
  margin-bottom: 2em;
}

/* line 14698, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .wrapper .new-home-quote-block .mission-hide-content {
  position: relative;
  width: 100%;
}

/* line 14708, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .wrapper .new-home-quote-block .view-more-dec {
  width: 100%;
  display: flex;
  justify-content: center;
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: -25px;
  z-index: 1;
}

/* line 14717, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .wrapper .new-home-quote-block .view-more-dec .btn, .new-user-landing-page .wrapper .new-home-quote-block .view-more-dec .btn-large {
  border: 1px solid #7d7d7d;
  color: #7d7d7d;
  box-shadow: none;
  font-size: 14px;
  height: auto;
  padding: 10px 20px 10px 20px;
  line-height: initial;
  background-color: white;
}

/* line 14726, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .wrapper .new-home-quote-block .view-more-dec .btn .viewless, .new-user-landing-page .wrapper .new-home-quote-block .view-more-dec .btn-large .viewless {
  display: none;
}

/* line 14730, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .wrapper .new-home-quote-block .view-more-dec::after {
  position: absolute;
  content: "";
  left: 0px;
  right: 0px;
  bottom: 0px;
  height: 70px;
  background: linear-gradient(#ffffff9e, white);
  z-index: -1;
}

/* line 14741, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .wrapper .new-home-quote-block .viewmissiondec-enable {
  height: auto;
  overflow: auto;
}

/* line 14745, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .wrapper .new-home-quote-block .viewmissiondec-enable .view-more-dec::after {
  background: transparent !important;
  height: auto !important;
}

/* line 14752, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .wrapper .new-home-quote-block .viewmoredecbtn-enable .viewmore {
  display: none;
}

/* line 14755, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .wrapper .new-home-quote-block .viewmoredecbtn-enable .viewless {
  display: block !important;
}

/* line 14761, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .wrapper .missions-block {
  width: 100%;
  background-color: white;
  padding: 0px 0px 10px 0px;
}

/* line 14769, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .wrapper .missions-block .page-heading {
  width: 100%;
  margin-bottom: 2.5em;
  padding: 0px 18px;
}

/* line 14773, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .wrapper .missions-block .page-heading h5 {
  position: relative;
  font-size: 32px;
  padding-left: 15px;
  font-weight: 500;
}

/* line 14778, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .wrapper .missions-block .page-heading h5::before {
  position: absolute;
  content: '';
  height: 60px;
  margin-left: auto;
  margin-right: auto;
  width: 4px;
  left: 0;
  top: -10px;
}

/* line 14792, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .wrapper .missions-block .missions {
  width: 100%;
  position: relative;
}

/* line 14795, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .wrapper .missions-block .missions .mission-ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 0;
  padding: 0px 10px;
}

/* line 14801, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .wrapper .missions-block .missions .mission-ul li {
  width: 25%;
  padding: 0px 5px;
}

/* line 14804, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .wrapper .missions-block .missions .mission-ul li .card {
  width: 100%;
  height: 232px;
  padding: 0px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  margin-bottom: 10px;
  box-shadow: none;
  border: 1px solid #e1e4ea;
  border-radius: 12px;
  -webkit-transition: 0.3s;
}

/* line 14825, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .wrapper .missions-block .missions .mission-ul li .card .image img {
  width: 100%;
  height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  background-position: center center;
}

/* line 14834, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .wrapper .missions-block .missions .mission-ul li .card .tag-block {
  padding: 0px 15px;
  position: relative;
  margin-bottom: 6px;
}

/* line 14838, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .wrapper .missions-block .missions .mission-ul li .card .tag-block p {
  background-color: #8DC63F;
  position: absolute;
  color: white;
  padding: 5px 10px 5px 10px;
  border-radius: 4px;
  top: -18px;
  z-index: 1;
  letter-spacing: 0.5px;
  font-size: 14px;
}

/* line 14850, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .wrapper .missions-block .missions .mission-ul li .card .title-text {
  font-size: 16px;
  line-height: 28px;
  display: inline-block;
  margin-top: 16px;
  margin-bottom: 5px;
  font-weight: 400;
  padding: 0px 15px;
  color: #262b39;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  height: 55px;
}

/* line 14864, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .wrapper .missions-block .missions .mission-ul li .card .bottom {
  width: 100%;
  padding: 10px 15px;
  position: relative;
  bottom: 6px;
}

/* line 14869, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .wrapper .missions-block .missions .mission-ul li .card .bottom .footer {
  display: flex;
  justify-content: space-between;
}

/* line 14873, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .wrapper .missions-block .missions .mission-ul li .card .bottom .footer .field {
  color: #262b39;
}

/* line 14877, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .wrapper .missions-block .missions .mission-ul li .card .bottom .footer .field .inbox-icons i {
  font-size: 22px;
  margin-right: 5px;
  color: #5e6779;
}

/* line 14882, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .wrapper .missions-block .missions .mission-ul li .card .bottom .footer .field .inbox-icons span {
  padding-left: 0;
  font-size: 16px;
}

/* line 14890, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .wrapper .missions-block .missions .mission-ul li .card .bottom .field-date {
  display: none;
  width: 100%;
  justify-content: center;
  font-size: 22px;
  color: #425a71;
  letter-spacing: 2px;
  margin-top: 5px;
}

/* line 14900, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .wrapper .missions-block .missions .mission-ul li .card .bottom .time-counter .is-countdown {
  margin-top: -10px;
  display: flex;
  justify-content: center;
}

/* line 14904, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .wrapper .missions-block .missions .mission-ul li .card .bottom .time-counter .is-countdown b {
  font-size: 15px;
}

/* line 14913, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .wrapper .missions-block .missions .mission-ul .add-new-mission {
  width: auto !important;
  position: absolute;
  right: 0;
  top: -73px;
}

/* line 14918, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .wrapper .missions-block .missions .mission-ul .add-new-mission .add-card {
  background-color: #F41403;
  padding: 6px 24px 6px 24px;
  height: auto;
  line-height: initial;
  box-shadow: none;
  font-size: 14px;
  display: flex;
  align-items: center;
  color: white;
  border-radius: 6px;
}

/* line 14929, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .wrapper .missions-block .missions .mission-ul .add-new-mission .add-card .material-icons {
  font-size: 20px;
  margin-right: 5px;
}

/* line 14943, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .my-ideas-block {
  width: 100%;
  padding: 0px 0px 0px 0px;
  margin: 0em 0em 2em 0em;
}

/* line 14947, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .my-ideas-block .page-heading {
  width: 100%;
  margin-bottom: 2.5em;
  padding: 0px 18px;
}

/* line 14951, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .my-ideas-block .page-heading h5 {
  position: relative;
  font-size: 32px;
  padding-left: 15px;
  font-weight: 500;
}

/* line 14956, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .my-ideas-block .page-heading h5::before {
  position: absolute;
  content: '';
  height: 60px;
  margin-left: auto;
  margin-right: auto;
  width: 4px;
  left: 0;
  top: -10px;
}

/* line 14969, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .my-ideas-block .missions-ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 0;
  padding: 0px 10px;
}

/* line 14975, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .my-ideas-block .missions-ul li {
  width: 25%;
  padding: 0px 5px;
}

/* line 14978, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .my-ideas-block .missions-ul li .card {
  width: 100%;
  height: 215px;
  padding: 0px;
  position: relative;
  border-radius: 2px;
  cursor: pointer;
  transition: 0.3s;
  box-shadow: none;
  border: 1px solid #e1e4ea;
  border-radius: 12px;
  -webkit-transition: 0.3s;
}

/* line 14991, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .my-ideas-block .missions-ul li .card .company-card-image {
  height: 100px;
  background-attachment: fixed !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}

/* line 14998, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .my-ideas-block .missions-ul li .card .company-card-image img {
  width: 100%;
  height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  background-position: center center;
}

/* line 15009, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .my-ideas-block .missions-ul li .card .inbox-card-content {
  padding: 0px 15px 0px;
}

/* line 15011, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .my-ideas-block .missions-ul li .card .inbox-card-content .black-text {
  font-size: 15px;
  line-height: 28px;
  display: inline-block;
  margin-top: 8px;
  margin-bottom: 5px;
  font-weight: 400;
  width: 100%;
  color: #262b39 !important;
}

/* line 15020, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .my-ideas-block .missions-ul li .card .inbox-card-content .black-text .long-heading {
  display: none;
}

/* line 15024, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .my-ideas-block .missions-ul li .card .inbox-card-content .display-name {
  display: flex;
  align-items: center;
}

/* line 15028, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .my-ideas-block .missions-ul li .card .inbox-card-content .display-img {
  display: flex;
  justify-content: space-between;
  transition: 0.5s;
  align-items: center;
  -webkit-transition: 0.5s;
}

/* line 15034, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .my-ideas-block .missions-ul li .card .inbox-card-content .display-img .profile-image {
  color: #262b39;
  font-size: 16px;
  display: flex;
  align-items: center;
}

/* line 15039, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .my-ideas-block .missions-ul li .card .inbox-card-content .display-img .profile-image img {
  border-radius: 100%;
  width: 35px;
  height: 35px;
}

/* line 15045, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .my-ideas-block .missions-ul li .card .inbox-card-content .display-img .name {
  font-weight: 500;
  letter-spacing: 0.2px;
  font-size: 15px;
  color: black;
  margin-top: 60px;
  position: absolute;
  background-color: white;
  padding: 5px 5px;
  box-shadow: 0 5px 40px 0 rgba(0, 0, 0, 0.11);
  margin-left: -2px;
  opacity: 0;
  visibility: hidden;
}

/* line 15059, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .my-ideas-block .missions-ul li .card .inbox-card-content .display-img .active-tag {
  background: #F6F7F9;
  border-radius: 5px;
  margin-left: 18px;
  text-align: center;
  padding: 5px 12px 5px 12px;
}

/* line 15065, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .my-ideas-block .missions-ul li .card .inbox-card-content .display-img .active-tag span {
  color: #262b39;
  font-weight: 400;
  font-size: 16px;
  text-transform: capitalize;
  letter-spacing: 0.2px;
}

/* line 15073, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .my-ideas-block .missions-ul li .card .inbox-card-content .display-img .like-button {
  display: flex;
  align-items: center;
}

/* line 15076, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .my-ideas-block .missions-ul li .card .inbox-card-content .display-img .like-button i {
  font-size: 22px;
}

/* line 15080, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .my-ideas-block .missions-ul li .card .inbox-card-content .display-img .like-button span {
  margin-left: 15px;
  font-weight: 400;
  font-size: 16px;
  color: #262b39;
}

/* line 15088, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .my-ideas-block .missions-ul li .card .inbox-card-content .right-row {
  display: flex;
  align-items: center;
}

/* line 15091, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .my-ideas-block .missions-ul li .card .inbox-card-content .right-row .like-button {
  display: flex;
  align-items: center;
  color: #5D6679;
  border: 1px solid #E1E4EA;
  border-radius: 8px;
  padding: 2px 6px;
}

/* line 15098, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .my-ideas-block .missions-ul li .card .inbox-card-content .right-row .like-button .like-idea {
  display: flex;
  align-items: center;
}

/* line 15102, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .my-ideas-block .missions-ul li .card .inbox-card-content .right-row .like-button .thumb-like-icon {
  width: 16px;
}

/* line 15107, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .my-ideas-block .missions-ul li .card .inbox-card-content .right-row .like-button i {
  font-size: 16px;
}

/* line 15111, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .my-ideas-block .missions-ul li .card .inbox-card-content .right-row .like-button span {
  margin-left: 8px;
  font-weight: 400;
  font-size: 14px;
  color: #182230;
}

/* line 15118, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .my-ideas-block .missions-ul li .card .inbox-card-content .right-row .people {
  display: flex;
  align-items: center;
  border: 1px solid #E1E4EA;
  border-radius: 8px;
  padding: 2px 6px;
  margin-left: 5px;
}

/* line 15125, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .my-ideas-block .missions-ul li .card .inbox-card-content .right-row .people i {
  color: #5e6779;
  font-size: 18px;
}

/* line 15129, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .my-ideas-block .missions-ul li .card .inbox-card-content .right-row .people span {
  margin-left: 8px;
  font-weight: 400;
  font-size: 14px;
  color: #182230;
}

/* line 15136, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .my-ideas-block .missions-ul li .card .inbox-card-content .right-row .comment-button {
  display: flex;
  align-items: center;
  border: 1px solid #E1E4EA;
  border-radius: 8px;
  padding: 2px 6px;
  margin-left: 5px;
}

/* line 15143, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .my-ideas-block .missions-ul li .card .inbox-card-content .right-row .comment-button i {
  color: #5e6779;
  font-size: 18px;
}

/* line 15147, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .my-ideas-block .missions-ul li .card .inbox-card-content .right-row .comment-button span {
  margin-left: 8px;
  font-weight: 400;
  font-size: 14px;
  color: #182230;
}

/* line 15155, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .my-ideas-block .missions-ul li .card .inbox-card-content .r-status {
  padding-left: 5px;
}

/* line 15157, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .my-ideas-block .missions-ul li .card .inbox-card-content .r-status .status {
  border: 1px solid;
  border-radius: 15px;
  padding: 2px 8px;
  display: flex;
  align-items: center;
  font-size: 13px;
}

/* line 15167, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .my-ideas-block .missions-ul li .card .rating-content {
  position: absolute;
  bottom: 12px;
  width: 91%;
}

/* line 15171, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .my-ideas-block .missions-ul li .card .rating-content .content {
  display: flex;
  align-items: center;
  margin-top: 15px;
  justify-content: space-between;
}

/* line 15176, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .my-ideas-block .missions-ul li .card .rating-content .content .active-tag {
  background: #E8EEF3;
  border-radius: 5px;
  text-align: center;
  padding: 5px 12px 5px 12px;
}

/* line 15182, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .my-ideas-block .missions-ul li .card .rating-content .content .active-tag span {
  color: #262b39;
  font-weight: 400;
  font-size: 16px;
  text-transform: capitalize;
  letter-spacing: 0.2px;
}

/* line 15191, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .my-ideas-block .missions-ul li .card .rating-content .content .like-button {
  display: flex;
  align-items: center;
}

/* line 15194, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .my-ideas-block .missions-ul li .card .rating-content .content .like-button i {
  font-size: 22px;
}

/* line 15198, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .my-ideas-block .missions-ul li .card .rating-content .content .like-button span {
  margin-left: 15px;
  font-weight: 400;
  font-size: 16px;
  color: #182231;
}

/* line 15205, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .my-ideas-block .missions-ul li .card .rating-content .content .people {
  display: flex;
  align-items: center;
}

/* line 15208, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .my-ideas-block .missions-ul li .card .rating-content .content .people i {
  color: #182231;
  font-size: 22px;
}

/* line 15212, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .my-ideas-block .missions-ul li .card .rating-content .content .people span {
  margin-left: 15px;
  font-weight: 400;
  font-size: 16px;
  color: #182231;
}

/* line 15219, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .my-ideas-block .missions-ul li .card .rating-content .content .comment-button {
  display: flex;
  align-items: center;
  margin-left: 30px;
}

/* line 15223, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .my-ideas-block .missions-ul li .card .rating-content .content .comment-button i {
  color: #182231;
  font-size: 28px;
}

/* line 15227, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .my-ideas-block .missions-ul li .card .rating-content .content .comment-button span {
  margin-left: 15px;
  font-weight: 400;
  font-size: 16px;
  color: #182231;
}

/* line 15235, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .my-ideas-block .missions-ul li .card .rating-content .content .right-row {
  display: flex;
}

/* line 15244, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .projects-block {
  width: 100%;
  background-color: white;
  padding: 0px 0px 0px 0px;
  margin: 0em 0em 0em 0em;
}

/* line 15249, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .projects-block .page-heading {
  width: 100%;
  margin-bottom: 2.5em;
  padding: 0px 18px;
}

/* line 15253, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .projects-block .page-heading h5 {
  position: relative;
  font-size: 32px;
  padding-left: 15px;
  font-weight: 500;
}

/* line 15258, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .projects-block .page-heading h5::before {
  position: absolute;
  content: '';
  height: 60px;
  margin-left: auto;
  margin-right: auto;
  width: 4px;
  left: 0;
  top: -10px;
}

/* line 15272, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .projects-block .projects-ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 0;
  padding: 0px 10px;
}

/* line 15278, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .projects-block .projects-ul li {
  width: 25%;
  padding: 0px 5px;
}

/* line 15281, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .projects-block .projects-ul li .card {
  width: 100%;
  height: 225px;
  padding: 0px;
  position: relative;
  border-radius: 2px;
  cursor: pointer;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  box-shadow: none;
  border: 1px solid #e1e4ea;
  border-radius: 12px;
}

/* line 15294, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .projects-block .projects-ul li .card .bottom-content {
  display: block;
  padding: 0px 15px;
  margin: 0;
}

/* line 15298, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .projects-block .projects-ul li .card .bottom-content .card-title {
  font-size: 16px;
  line-height: 28px;
  margin-top: 16px;
  margin-bottom: 12px;
  font-weight: 400;
  word-break: break-word;
  white-space: normal;
  color: #182230;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  width: 100%;
  height: 52px;
}

/* line 15315, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .projects-block .projects-ul li .card .bottom-content .date-tag {
  width: 100%;
  display: flex;
  align-items: center;
  margin: 14px 0px 0px 0px;
}

/* line 15320, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .projects-block .projects-ul li .card .bottom-content .date-tag .material-icons {
  color: #688FAF;
  margin-right: 12px;
}

/* line 15324, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .projects-block .projects-ul li .card .bottom-content .date-tag span {
  color: #688FAF;
  font-size: 16px;
}

/* line 15329, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .projects-block .projects-ul li .card .bottom-content .pro-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  margin-top: 5px;
}

/* line 15336, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .projects-block .projects-ul li .card .bottom-content .pro-bottom .display-name {
  display: flex;
  align-items: center;
}

/* line 15339, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .projects-block .projects-ul li .card .bottom-content .pro-bottom .display-name .pro-image {
  margin-right: 6px;
}

/* line 15341, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .projects-block .projects-ul li .card .bottom-content .pro-bottom .display-name .pro-image .name {
  font-weight: 500;
  letter-spacing: 0.2px;
  font-size: 15px;
  color: black;
  margin-top: -5px;
  position: absolute;
  background-color: white;
  padding: 5px 5px;
  box-shadow: 0 5px 40px 0 rgba(0, 0, 0, 0.11);
  margin-left: -2px;
  opacity: 0;
  visibility: hidden;
}

/* line 15356, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .projects-block .projects-ul li .card .bottom-content .pro-bottom .display-name .right-row {
  display: flex;
  align-items: center;
}

/* line 15359, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .projects-block .projects-ul li .card .bottom-content .pro-bottom .display-name .right-row .dead-line {
  border: 1px solid #E1E4EA;
  color: #344054;
  font-size: 13px;
  border-radius: 8px;
  padding: 2px 6px;
  display: flex;
  align-items: center;
  margin-right: 8px;
}

/* line 15369, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .projects-block .projects-ul li .card .bottom-content .pro-bottom .display-name .right-row .progress-bar {
  border: 1px solid #E1E4EA;
  color: #344054;
  font-size: 13px;
  border-radius: 8px;
  padding: 2px 6px;
  display: flex;
  align-items: center;
}

/* line 15377, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .projects-block .projects-ul li .card .bottom-content .pro-bottom .display-name .right-row .progress-bar .circle {
  background-color: #17B26A;
  height: 6px;
  width: 6px;
  border-radius: 100%;
  margin-right: 4px;
}

/* line 15388, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .projects-block .projects-ul li .card .bottom-content .pro-bottom .status-tag p {
  border: 1px solid;
  border-radius: 15px;
  padding: 2px 8px;
  display: flex;
  align-items: center;
  font-size: 13px;
}

/* line 15398, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .projects-block .projects-ul li .card .bottom-content .bottom-fix {
  position: absolute;
  bottom: 24px;
  width: 91.3%;
}

/* line 15403, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .projects-block .projects-ul li .card .bottom-content .bottom-fix .display-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* line 15408, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .projects-block .projects-ul li .card .bottom-content .bottom-fix .display-flex .inside-circle {
  width: 38px;
  height: 38px;
  border-radius: 100%;
  border: 1px solid rgba(141, 198, 63, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  color: #8dc63f;
  position: relative;
}

/* line 15419, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .projects-block .projects-ul li .card .bottom-content .bottom-fix .display-flex .inside-circle::before {
  position: absolute;
  content: '';
  height: 38px;
  margin-left: auto;
  margin-right: auto;
  width: 38px;
  right: -2px;
  top: -1px;
  border-radius: 100%;
  border-right: 3px solid #8DC63C;
  border-top: 1px solid #8DC63C;
  border-bottom: 1px solid #8DC63C;
}

/* line 15438, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .projects-block .projects-ul li .card .on-hover-content {
  padding: 0px 15px;
  margin: 0;
}

/* line 15441, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .projects-block .projects-ul li .card .on-hover-content .card-title {
  font-size: 16px;
  line-height: 28px;
  display: inline-block;
  margin-top: 16px;
  margin-bottom: 12px;
  font-weight: 400;
  text-transform: capitalize;
  color: black;
}

/* line 15451, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .projects-block .projects-ul li .card .on-hover-content .following-tag {
  width: 100%;
  margin-top: 6px;
  border: 2px solid #f41402;
  text-align: center;
  border-radius: 5px;
  padding: 10px;
}

/* line 15459, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .projects-block .projects-ul li .card .on-hover-content .following-tag span {
  color: #f41402;
  text-transform: uppercase;
}

/* line 15464, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .projects-block .projects-ul li .card .on-hover-content .bottom-fix {
  position: absolute;
  bottom: 24px;
  width: 91.3%;
}

/* line 15471, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .projects-block .projects-ul li .card .tag-block {
  padding: 0px 15px;
  position: relative;
  margin-bottom: 6px;
}

/* line 15475, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .projects-block .projects-ul li .card .tag-block p {
  background-color: #8DC63F;
  position: absolute;
  color: white;
  padding: 5px 10px 5px 10px;
  border-radius: 4px;
  top: -18px;
  z-index: 1;
  letter-spacing: 0.5px;
  font-size: 14px;
}

/* line 15487, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .projects-block .projects-ul li .card a {
  display: block;
}

/* line 15496, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .active-people-block {
  width: 100%;
  padding: 0px 0px 0px 0px;
  margin: 0em 0em 2em 0em;
  display: none;
}

/* line 15501, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .active-people-block .page-heading {
  width: 100%;
  margin-bottom: 2.5em;
  padding: 0px 18px;
}

/* line 15505, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .active-people-block .page-heading h5 {
  position: relative;
  font-size: 32px;
  padding-left: 15px;
  font-weight: 500;
}

/* line 15510, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .active-people-block .page-heading h5::before {
  position: absolute;
  content: '';
  height: 60px;
  margin-left: auto;
  margin-right: auto;
  width: 4px;
  left: 0;
  top: -10px;
}

/* line 15523, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .active-people-block .people-content {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

/* line 15527, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .active-people-block .people-content .people {
  width: 25%;
  padding: 0px 15px;
}

/* line 15530, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .active-people-block .people-content .people .content {
  padding: 8px 15px;
  height: 16em;
  box-shadow: none;
  border: 1px solid #e1e4ea;
  border-radius: 12px;
}

/* line 15536, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .active-people-block .people-content .people .content:hover {
  background-color: #fbfff4;
}

/* line 15539, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .active-people-block .people-content .people .content .display-people {
  display: flex;
  flex-direction: column;
}

/* line 15542, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .active-people-block .people-content .people .content .display-people .top-right-mail {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

/* line 15546, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .active-people-block .people-content .people .content .display-people .top-right-mail .yellow-icon {
  color: #FFBA1F;
  margin-right: 6px;
}

/* line 15550, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .active-people-block .people-content .people .content .display-people .top-right-mail .yellow-p {
  color: #FFBA1F;
}

/* line 15553, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .active-people-block .people-content .people .content .display-people .top-right-mail .mail {
  margin-left: 16px;
  color: #5e6779;
  display: none;
}

/* line 15560, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .active-people-block .people-content .people .content .display-people .left-top-xp span {
  display: flex;
  align-items: center;
}

/* line 15563, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .active-people-block .people-content .people .content .display-people .left-top-xp span i {
  color: #5e6779;
  margin-right: 6px;
}

/* line 15567, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .active-people-block .people-content .people .content .display-people .left-top-xp span p {
  color: #5e6779;
}

/* line 15572, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .active-people-block .people-content .people .content .display-people .people-img {
  width: auto;
  margin-bottom: 8px;
  text-align: center;
}

/* line 15576, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .active-people-block .people-content .people .content .display-people .people-img img {
  width: 130px;
  height: 130px;
  border-radius: 100%;
}

/* line 15581, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .active-people-block .people-content .people .content .display-people .people-img .tag {
  background-color: #EEF6E2;
  margin-left: auto;
  margin-right: auto;
  max-width: 78px;
  width: 100%;
  font-size: 13px;
  letter-spacing: 0.5px;
  padding: 4px 5px;
  border-radius: 3px;
  margin-top: -20px;
  position: relative;
  color: #8DC63F;
}

/* line 15596, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .active-people-block .people-content .people .content .display-people .decription {
  width: 100%;
}

/* line 15598, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .active-people-block .people-content .people .content .display-people .decription .name-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0em;
}

/* line 15603, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .active-people-block .people-content .people .content .display-people .decription .name-flex .right-mail {
  display: none;
  align-items: center;
}

/* line 15606, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .active-people-block .people-content .people .content .display-people .decription .name-flex .right-mail .yellow-icon {
  color: #FFBA1F;
  margin-right: 6px;
}

/* line 15610, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .active-people-block .people-content .people .content .display-people .decription .name-flex .right-mail .yellow-p {
  color: #FFBA1F;
}

/* line 15613, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .active-people-block .people-content .people .content .display-people .decription .name-flex .right-mail .mail {
  margin-left: 16px;
  color: #DBE3EF;
}

/* line 15618, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .active-people-block .people-content .people .content .display-people .decription .name-flex .name {
  font-size: 18px;
  height: 30px;
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: nowrap;
  text-align: center;
}

/* line 15629, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .active-people-block .people-content .people .content .display-people .decription .name-flex .long-name {
  font-size: 18px;
  min-height: 30px;
  max-height: 50px;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-align: center;
  width: 100%;
  display: none;
}

/* line 15642, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .active-people-block .people-content .people .content .display-people .decription .follow-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  bottom: 8px;
  width: 90%;
}

/* line 15649, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .active-people-block .people-content .people .content .display-people .decription .follow-flex .icons {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
}

/* line 15654, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .active-people-block .people-content .people .content .display-people .decription .follow-flex .icons span {
  display: flex;
  align-items: center;
  margin-right: 0px;
  border: 1px solid #E1E4EA;
  border-radius: 8px;
  padding: 2px 6px;
}

/* line 15661, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .active-people-block .people-content .people .content .display-people .decription .follow-flex .icons span .name-hover {
  font-weight: 500;
  letter-spacing: 0.2px;
  font-size: 15px;
  color: black;
  margin-top: 60px;
  position: absolute;
  background-color: white;
  padding: 5px 5px;
  box-shadow: 0 5px 40px 0 rgba(0, 0, 0, 0.11);
  margin-left: -2px;
  opacity: 0;
  visibility: hidden;
}

/* line 15675, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .active-people-block .people-content .people .content .display-people .decription .follow-flex .icons span .material-icons {
  color: #5e6779;
  margin-right: 6px;
  font-size: 20px;
}

/* line 15680, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .active-people-block .people-content .people .content .display-people .decription .follow-flex .icons span .xp-icon {
  margin-right: 6px;
}

/* line 15683, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .active-people-block .people-content .people .content .display-people .decription .follow-flex .icons span p {
  color: #5e6779;
}

/* line 15689, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .active-people-block .people-content .people .content .display-people .decription .follow-flex .follow-btn .follow {
  border: 1px solid #f41402;
  text-align: center;
  border-radius: 3px;
  padding: 5px 20px;
  background-color: white;
  color: #f41402;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 12px;
  border-radius: 5px !important;
}

/* line 15703, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .active-people-block .people-content .people .content .display-people .decription .skills {
  margin-bottom: 1em;
  display: none;
}

/* line 15706, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .active-people-block .people-content .people .content .display-people .decription .skills p {
  color: #666666;
  font-weight: 400;
  max-height: 45px;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

/* line 15725, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .trending-tags-block {
  width: 100%;
  margin: 0em 0em 0em 0em;
}

/* line 15730, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .trending-tags-block .page-heading {
  width: 100%;
  margin-bottom: 2.5em;
  padding: 0px 18px;
}

/* line 15734, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .trending-tags-block .page-heading h5 {
  position: relative;
  font-size: 32px;
  padding-left: 0px;
  font-weight: 500;
  color: #101828;
}

/* line 15740, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .trending-tags-block .page-heading h5::before {
  position: absolute;
  content: '';
  height: 60px;
  display: none;
  margin-left: auto;
  margin-right: auto;
  width: 4px;
  left: 0;
  top: -10px;
}

/* line 15754, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .trending-tags-block .trending-content {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 0px 10px;
}

/* line 15759, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .trending-tags-block .trending-content .tag {
  width: auto;
  padding: 8px 5px;
  margin-right: 0px;
}

/* line 15763, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .trending-tags-block .trending-content .tag .content {
  background-color: transparent;
  width: 100%;
  font-size: 18px;
  letter-spacing: 0.5px;
  padding: 18px 12px;
  border-radius: 8px;
  position: relative;
  color: #8490A4;
  font-weight: 500;
  border: 1px solid #8490A4;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 15777, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .trending-tags-block .trending-content .tag .content:hover {
  border-color: #545AFF;
}

/* line 15780, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .trending-tags-block .trending-content .tag .content .display-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* line 15785, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .trending-tags-block .trending-content .tag .content p {
  margin-right: 2px;
  display: flex;
  align-items: center;
  line-height: 0;
}

/* line 15791, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .trending-tags-block .trending-content .tag .content .name {
  margin-right: 5px;
  display: flex;
  align-items: center;
  line-height: 0;
}

/* line 15797, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .trending-tags-block .trending-content .tag .content .no {
  display: flex;
  align-items: center;
  line-height: 0;
}

/* line 15802, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .trending-tags-block .trending-content .tag .content:hover {
  color: #545AFF;
}

/* line 15815, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .department-block .departments {
  width: 100%;
}

/* line 15817, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .department-block .departments .departments-ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 0;
  padding: 6px 10px !important;
}

/* line 15823, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .department-block .departments .departments-ul li {
  width: 25%;
  padding: 0px 5px;
}

/* line 15826, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .department-block .departments .departments-ul li .card-b {
  width: 100%;
  height: 160px;
  padding: 0px;
  position: relative;
  border-radius: 2px;
  cursor: pointer;
  transition: 0.3s;
  box-shadow: none;
  border: 1px solid #e1e4ea;
  border-radius: 12px;
  -webkit-transition: 0.3s;
  background-color: white;
  margin-bottom: 10px;
}

/* line 15841, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .department-block .departments .departments-ul li .card-b .card-img {
  height: 50px;
}

/* line 15843, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .department-block .departments .departments-ul li .card-b .card-img .department-back {
  background-color: #384172;
  height: 50px;
  border-top-right-radius: 12px;
  border-top-left-radius: 12px;
}

/* line 15849, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .department-block .departments .departments-ul li .card-b .card-img .category-back {
  background-color: #8ec73f;
  height: 50px;
  border-top-right-radius: 12px;
  border-top-left-radius: 12px;
}

/* line 15855, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .department-block .departments .departments-ul li .card-b .card-img img {
  -o-object-fit: cover;
     object-fit: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 50px;
  border-top-right-radius: 12px;
  border-top-left-radius: 12px;
  width: 100%;
}

/* line 15866, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .department-block .departments .departments-ul li .card-b .inbox-card-content .title-text {
  font-size: 16px;
  line-height: 28px;
  margin-top: 6px;
  margin-bottom: 12px;
  font-weight: 400;
  padding: 0px 15px;
  color: #262b39;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  height: 50px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}

/* line 15882, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .department-block .departments .departments-ul li .card-b .inbox-card-content .display-img {
  width: 100%;
  display: flex;
  align-items: center;
}

/* line 15886, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .department-block .departments .departments-ul li .card-b .inbox-card-content .display-img .right-row {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0px 15px;
}

/* line 15892, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .department-block .departments .departments-ul li .card-b .inbox-card-content .display-img .right-row .owner-img {
  padding: 0px 5px 0px 0px;
}

/* line 15894, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .department-block .departments .departments-ul li .card-b .inbox-card-content .display-img .right-row .owner-img img {
  width: 28px;
  height: 28px;
  border-radius: 100%;
}

/* line 15900, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .department-block .departments .departments-ul li .card-b .inbox-card-content .display-img .right-row .owner-img .department-circle-img {
  width: auto;
}

/* line 15902, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .department-block .departments .departments-ul li .card-b .inbox-card-content .display-img .right-row .owner-img .department-circle-img .flex-b {
  width: 28px;
  height: 28px;
  border-radius: 100%;
  background-color: #384172;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
}

/* line 15911, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .department-block .departments .departments-ul li .card-b .inbox-card-content .display-img .right-row .owner-img .department-circle-img .flex-b h5 {
  margin: 0;
  font-size: 15px;
  display: flex;
  align-items: center;
  line-height: normal;
}

/* line 15920, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .department-block .departments .departments-ul li .card-b .inbox-card-content .display-img .right-row .owner-img .category-circle-img {
  width: auto;
}

/* line 15922, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .department-block .departments .departments-ul li .card-b .inbox-card-content .display-img .right-row .owner-img .category-circle-img .flex-b {
  width: 28px;
  height: 28px;
  border-radius: 100%;
  background-color: #8ec73f;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
}

/* line 15931, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .department-block .departments .departments-ul li .card-b .inbox-card-content .display-img .right-row .owner-img .category-circle-img .flex-b h5 {
  margin: 0;
  font-size: 15px;
  display: flex;
  align-items: center;
  line-height: normal;
}

/* line 15941, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .department-block .departments .departments-ul li .card-b .inbox-card-content .display-img .right-row .views {
  display: flex;
  align-items: center;
  padding: 0px 5px;
  width: auto;
}

/* line 15946, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .department-block .departments .departments-ul li .card-b .inbox-card-content .display-img .right-row .views .border-b {
  display: flex;
  align-items: center;
  color: #5D6679;
  border: 1px solid #E1E4EA;
  border-radius: 8px;
  padding: 2px 6px;
  position: relative;
}

/* line 15954, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .department-block .departments .departments-ul li .card-b .inbox-card-content .display-img .right-row .views .border-b i {
  color: #5e6779;
  font-size: 16px;
  width: 13px;
}

/* line 15959, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .department-block .departments .departments-ul li .card-b .inbox-card-content .display-img .right-row .views .border-b span {
  margin-left: 8px;
  font-weight: 400;
  font-size: 14px;
  color: #182230;
}

/* line 15971, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .department-block .departments .departments-ul li .card-b .card-short-description {
  height: 60px;
}

/* line 15985, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .department-block .departments .departments-ul li .card-b:hover {
  background-color: #f5fbff;
}

/* line 16000, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .category-block .departments .departments-ul li .card-b:hover {
  background-color: #fbfff4;
}

/* line 16009, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .user-page-tabs {
  width: 100%;
}

/* line 16011, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .user-page-tabs .page-grey {
  background-color: white;
  padding-top: 2em;
  padding-bottom: 2em;
}

/* line 16016, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .user-page-tabs .tabs {
  margin-bottom: 1.5em;
  height: auto;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: transparent;
  border-bottom: 1px solid #e1e4ea;
}

/* line 16025, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .user-page-tabs .tabs .indicator {
  display: none;
}

/* line 16028, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .user-page-tabs .tabs .tab {
  width: 100%;
}

/* line 16030, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .user-page-tabs .tabs .tab a {
  color: #344054;
  text-transform: capitalize;
  font-weight: 500;
  letter-spacing: 0.3px;
  font-size: 16px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px 5px;
}

/* line 16046, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .user-page-tabs .tabs .tab a .count {
  font-size: 12px;
  border: 1px solid #dedfe0;
  display: flex;
  align-items: center;
  height: 28px;
  width: 28px;
  justify-content: center;
  border-radius: 100%;
  margin-left: 8px;
  color: #000;
}

/* line 16062, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .user-page-tabs .tabs .tab .active .count {
  border: 1px solid;
}

/* line 16068, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .user-page-tabs .page-heading {
  display: none;
}

/* line 16070, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .user-page-tabs .page-heading h5 {
  display: none;
}

/* line 16074, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .user-page-tabs .all-btn {
  width: 100%;
  padding: 20px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 16082, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .user-tags-design {
  width: 100%;
}

/* line 16092, app/assets/stylesheets/frontend/application.scss */
.enable-name-tool-state {
  position: relative;
}

/* line 16096, app/assets/stylesheets/frontend/application.scss */
.name-tool-hover-state {
  position: absolute;
  left: inherit;
  background-color: white;
  padding: 5px 5px;
  box-shadow: 0 5px 40px 0 rgba(0, 0, 0, 0.11);
  opacity: 0;
  visibility: hidden;
  top: 25px;
  z-index: 1;
  font-size: 12px;
}

/* line 16109, app/assets/stylesheets/frontend/application.scss */
.enable-name-tool-state:hover .name-tool-hover-state {
  opacity: 1;
  visibility: visible;
}

/* line 16115, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .department-block .departments .departments-ul li .card-b:hover .card-short-description {
  display: block;
  visibility: visible;
  opacity: 1;
}

/* line 16122, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .slider-bg .admin-home .admin-global-learn-btn-block .learn-btn:hover .learn-btn-icon .dark-ico-svg {
  display: none;
}

/* line 16126, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .slider-bg .admin-home .admin-global-learn-btn-block .learn-btn:hover .learn-btn-icon .white-ico-svg {
  display: block;
}

/* line 16132, app/assets/stylesheets/frontend/application.scss */
.mission-video-modal .modal-content .main-content {
  min-height: 400px;
}

/* line 16134, app/assets/stylesheets/frontend/application.scss */
.mission-video-modal .modal-content .main-content iframe {
  height: 400px;
  width: 100%;
}

/* line 16142, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .active-people-block .people-content .people .content .display-people .decription .follow-flex .icons span:hover .name-hover {
  opacity: 1;
  visibility: visible;
}

/* line 16147, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .active-people-block .people-content .people .content:hover .name {
  display: none;
}

/* line 16150, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .active-people-block .people-content .people .content:hover .long-name {
  display: block !important;
}

/* line 16159, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .projects-block .projects-ul li .card .on-hover-content {
  display: none;
}

/* line 16163, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .projects-block .projects-ul li .card:hover .on-hover-content {
  display: block;
}

/* line 16166, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .projects-block .projects-ul li .card .bottom-content .pro-bottom .display-name .pro-image:hover .name {
  opacity: 1;
  visibility: visible;
}

/* line 16171, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .slider-bg .content .manager-view:hover .on-hover {
  display: none;
}

/* line 16185, app/assets/stylesheets/frontend/application.scss */
.my-idea-card-box:hover .rating-content {
  display: none;
}

/* line 16209, app/assets/stylesheets/frontend/application.scss */
.new-add-idea-user-home .add-idea-tabs-content {
  padding-top: 44px;
}

/* line 16212, app/assets/stylesheets/frontend/application.scss */
.new-add-idea-user-home .add-idea-tabs-content .select-wrapper::after {
  font-family: "Material Icons";
  content: "\e5cc";
  color: #33334f;
  visibility: visible;
  font-size: 22px;
  position: absolute;
  right: 5px;
  top: 5px;
  z-index: 1;
  rotate: 90deg;
}

/* line 16224, app/assets/stylesheets/frontend/application.scss */
.new-add-idea-user-home .add-idea-tabs-content .select-wrapper .caret {
  display: none;
}

/* line 16227, app/assets/stylesheets/frontend/application.scss */
.new-add-idea-user-home .add-idea-tabs-content .select-wrapper input {
  z-index: 2;
  width: 100%;
  font-size: 16px !important;
  padding: 2px 6px !important;
  height: 40px;
}

/* line 16234, app/assets/stylesheets/frontend/application.scss */
.new-add-idea-user-home .add-idea-tabs-content .select-wrapper .dropdown-content {
  margin-bottom: 0;
  top: 40px !important;
  border: 1px solid #cecece;
  border-radius: 0px;
  width: -moz-max-content !important;
  width: max-content !important;
  min-width: 100%;
}

/* line 16241, app/assets/stylesheets/frontend/application.scss */
.new-add-idea-user-home .add-idea-tabs-content .select-wrapper .dropdown-content li {
  min-height: auto;
  line-height: initial;
  width: 100%;
}

/* line 16245, app/assets/stylesheets/frontend/application.scss */
.new-add-idea-user-home .add-idea-tabs-content .select-wrapper .dropdown-content li span {
  line-height: 5px;
  padding: 15px 15px;
  width: 100%;
  max-width: 300px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-weight: 300;
  color: #101828;
}

/* line 16261, app/assets/stylesheets/frontend/application.scss */
.new-add-idea-user-home .add-idea-tabs-content .multi-select-category .select-wrapper input {
  display: none;
}

/* line 16265, app/assets/stylesheets/frontend/application.scss */
.new-add-idea-user-home .add-idea-tabs-content .multi-select-category .multiselect-dropdown {
  border: 1px solid #cccccc;
  margin-bottom: 15px;
}

/* line 16270, app/assets/stylesheets/frontend/application.scss */
.new-add-idea-user-home .add-idea-tabs-content .half-w-field {
  width: 50%;
}

/* line 16278, app/assets/stylesheets/frontend/application.scss */
.user-ideas-page {
  width: 100%;
  margin-top: 5em;
}

/* line 16281, app/assets/stylesheets/frontend/application.scss */
.user-ideas-page .top-b-head {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* line 16286, app/assets/stylesheets/frontend/application.scss */
.user-ideas-page .top-b-head .page-title {
  display: flex;
  align-items: center;
  padding: 0px 15px;
}

/* line 16290, app/assets/stylesheets/frontend/application.scss */
.user-ideas-page .top-b-head .page-title h5 {
  margin: 0;
  color: #5D6679;
  font-weight: 500;
  font-size: 22px;
}

/* line 16296, app/assets/stylesheets/frontend/application.scss */
.user-ideas-page .top-b-head .page-title .total {
  background-color: #f6f7f9;
  color: #101829;
  border: 1px solid #101829;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  border-radius: 12px;
  margin-left: 13px;
  font-size: 13px;
}

/* line 16309, app/assets/stylesheets/frontend/application.scss */
.user-ideas-page .top-b-head .page-title .title {
  display: flex;
  align-items: center;
  margin-right: 20px;
  border-right: 1px solid #E1E4EA;
  padding-right: 20px;
}

/* line 16316, app/assets/stylesheets/frontend/application.scss */
.user-ideas-page .top-b-head .page-title .search {
  width: 100%;
}

/* line 16318, app/assets/stylesheets/frontend/application.scss */
.user-ideas-page .top-b-head .page-title .search .relative-searchbar {
  display: flex;
  align-items: center;
}

/* line 16321, app/assets/stylesheets/frontend/application.scss */
.user-ideas-page .top-b-head .page-title .search .relative-searchbar input {
  width: 100%;
  box-sizing: inherit;
  text-align: left;
  height: 35px;
  border-color: transparent;
  margin: 0px 0px 0px 5px !important;
  border: 1px solid transparent !important;
}

/* line 16329, app/assets/stylesheets/frontend/application.scss */
.user-ideas-page .top-b-head .page-title .search .relative-searchbar input:focus {
  border-bottom: 1px solid transparent !important;
}

/* line 16332, app/assets/stylesheets/frontend/application.scss */
.user-ideas-page .top-b-head .page-title .search .relative-searchbar input::-moz-placeholder {
  color: #5D6679;
  opacity: 1;
  /* Firefox */
}
.user-ideas-page .top-b-head .page-title .search .relative-searchbar input::placeholder {
  color: #5D6679;
  opacity: 1;
  /* Firefox */
}

/* line 16340, app/assets/stylesheets/frontend/application.scss */
.user-ideas-page .top-b-head .add-btn {
  width: auto;
  padding: 0px 15px;
  margin-top: 6px;
}

/* line 16344, app/assets/stylesheets/frontend/application.scss */
.user-ideas-page .top-b-head .add-btn .save-btn {
  display: flex;
  align-items: center;
  margin: 0;
}

/* line 16348, app/assets/stylesheets/frontend/application.scss */
.user-ideas-page .top-b-head .add-btn .save-btn .btn-icon {
  margin-right: 5px;
}

/* line 16351, app/assets/stylesheets/frontend/application.scss */
.user-ideas-page .top-b-head .add-btn .save-btn .main-button-text {
  bottom: 0;
}

/* line 16357, app/assets/stylesheets/frontend/application.scss */
.user-ideas-page .page-filters {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #e1e4ea;
  border-top: 1px solid #e1e4ea;
  margin-top: 1em;
  padding-top: 10px;
}

/* line 16366, app/assets/stylesheets/frontend/application.scss */
.user-ideas-page .page-filters .mobile-filter {
  display: none;
}

/* line 16370, app/assets/stylesheets/frontend/application.scss */
.user-ideas-page .page-filters .b-fill .removemorefilterclass {
  display: none;
}

/* line 16374, app/assets/stylesheets/frontend/application.scss */
.user-ideas-page .page-filters .heading-fill {
  font-size: 14px;
  color: #101828;
  margin: -8px 8px 0px 0px;
  letter-spacing: 0.2px;
  white-space: nowrap;
}

/* line 16381, app/assets/stylesheets/frontend/application.scss */
.user-ideas-page .page-filters .f-select {
  width: 100%;
  padding: 0px 5px;
  margin-bottom: 8px;
  transition: all 0.3s;
}

/* line 16387, app/assets/stylesheets/frontend/application.scss */
.user-ideas-page .page-filters .f-select .select-wrapper {
  background-color: #f6f7f9;
  transition: all 0.3s;
}

/* line 16391, app/assets/stylesheets/frontend/application.scss */
.user-ideas-page .page-filters .f-select .select-wrapper span.caret {
  display: none;
}

/* line 16394, app/assets/stylesheets/frontend/application.scss */
.user-ideas-page .page-filters .f-select .select-wrapper input {
  border: none;
  padding: 0px 15px 0px 12px;
  box-sizing: inherit;
  font-size: 15px !important;
  color: #344054;
  text-transform: capitalize;
  z-index: 2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 0;
  height: 35px !important;
  line-height: normal !important;
  width: 100% !important;
}

/* line 16410, app/assets/stylesheets/frontend/application.scss */
.user-ideas-page .page-filters .f-select .select-wrapper::after {
  font-family: "Material Icons";
  content: "\e5cc";
  color: #33334f;
  visibility: visible;
  font-size: 22px;
  position: absolute;
  right: 5px;
  top: 4px;
  z-index: 1;
  rotate: 90deg;
}

/* line 16422, app/assets/stylesheets/frontend/application.scss */
.user-ideas-page .page-filters .f-select .select-wrapper .dropdown-content {
  margin-bottom: 0;
  width: -moz-max-content !important;
  width: max-content !important;
  min-width: 100%;
  top: 38px !important;
  border: 1px solid #cecece;
  border-radius: 6px;
}

/* line 16429, app/assets/stylesheets/frontend/application.scss */
.user-ideas-page .page-filters .f-select .select-wrapper .dropdown-content li {
  min-height: auto;
  line-height: initial;
  width: 100%;
}

/* line 16433, app/assets/stylesheets/frontend/application.scss */
.user-ideas-page .page-filters .f-select .select-wrapper .dropdown-content li span {
  line-height: 5px;
  padding: 15px 15px;
  width: 100%;
  max-width: 300px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-weight: 300;
  color: #101828;
}

/* line 16448, app/assets/stylesheets/frontend/application.scss */
.user-ideas-page .page-filters .l-filter {
  padding: 0px 0px;
  display: flex;
  align-items: center;
}

/* line 16453, app/assets/stylesheets/frontend/application.scss */
.user-ideas-page .page-filters .r-filter {
  padding: 0px 0px 0px 0px;
  display: flex;
  align-items: center;
}

/* line 16457, app/assets/stylesheets/frontend/application.scss */
.user-ideas-page .page-filters .r-filter .order-f {
  display: flex;
  align-items: center;
}

/* line 16461, app/assets/stylesheets/frontend/application.scss */
.user-ideas-page .page-filters .r-filter .group-by-drop {
  margin-left: 5px;
}

/* line 16465, app/assets/stylesheets/frontend/application.scss */
.user-ideas-page .page-filters .more-filter {
  display: flex;
  align-items: center;
  display: flex;
  align-items: center;
  white-space: nowrap;
  padding: 6px 10px 6px 10px;
  width: auto;
  height: 39px;
  font-size: 15px;
  cursor: pointer;
  color: #475467;
  margin-left: 7px;
  transition: all 0.3s;
  margin-top: -8px;
}

/* line 16482, app/assets/stylesheets/frontend/application.scss */
.user-ideas-page .page-filters .more-filter .btn-icon {
  margin-right: 5px;
}

/* line 16485, app/assets/stylesheets/frontend/application.scss */
.user-ideas-page .page-filters .more-filter:hover {
  background-color: #f6f7f9;
}

/* line 16489, app/assets/stylesheets/frontend/application.scss */
.user-ideas-page .page-filters .view-more-filters-block {
  position: absolute;
  z-index: 120;
  background-color: white;
  top: 188px;
  width: 55% !important;
  right: 10px;
  height: auto;
  max-height: -moz-max-content;
  max-height: max-content;
  overflow-y: visible;
  padding: 12px;
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
  border: 1px solid #e1e4ea;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  display: none;
}

/* line 16505, app/assets/stylesheets/frontend/application.scss */
.user-ideas-page .page-filters .view-more-filters-block .removemorefilterclass {
  display: block;
  position: absolute;
  right: 15px;
  top: 10px;
  z-index: 1;
  cursor: pointer;
}

/* line 16513, app/assets/stylesheets/frontend/application.scss */
.user-ideas-page .page-filters .view-more-filters-block .bottom-content {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 1em;
  display: flex;
  flex-wrap: wrap;
}

/* line 16520, app/assets/stylesheets/frontend/application.scss */
.user-ideas-page .page-filters .view-more-filters-block .heading-b {
  width: 100%;
}

/* line 16522, app/assets/stylesheets/frontend/application.scss */
.user-ideas-page .page-filters .view-more-filters-block .heading-b h5 {
  margin: 0px 0px 5px 5px;
  font-size: 18px;
  padding: 0px 6px;
  font-weight: 400;
  color: #182230;
  letter-spacing: 0.5px;
}

/* line 16531, app/assets/stylesheets/frontend/application.scss */
.user-ideas-page .page-filters .view-more-filters-block .fields {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

/* line 16535, app/assets/stylesheets/frontend/application.scss */
.user-ideas-page .page-filters .view-more-filters-block .fields .field {
  width: 25%;
  padding: 5px 10px;
}

/* line 16539, app/assets/stylesheets/frontend/application.scss */
.user-ideas-page .page-filters .view-more-filters-block .fields .field .select-wrapper input {
  border: 1px solid #C4CAD4;
  border-radius: 6px;
  margin: 6px 0px 6px 0px;
  padding: 0px 15px 0px 12px;
  box-sizing: inherit;
  font-size: 15px !important;
  color: #344054;
  text-transform: capitalize;
  z-index: 2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 0;
  height: 35px !important;
  line-height: normal !important;
}

/* line 16556, app/assets/stylesheets/frontend/application.scss */
.user-ideas-page .page-filters .view-more-filters-block .fields .field .select-wrapper .caret {
  display: none;
}

/* line 16559, app/assets/stylesheets/frontend/application.scss */
.user-ideas-page .page-filters .view-more-filters-block .fields .field .select-wrapper::after {
  font-family: "Material Icons";
  content: "\e5cc";
  color: #33334f;
  visibility: visible;
  font-size: 22px;
  position: absolute;
  right: 5px;
  top: 5px;
  z-index: 1;
  rotate: 90deg;
}

/* line 16571, app/assets/stylesheets/frontend/application.scss */
.user-ideas-page .page-filters .view-more-filters-block .fields .field .select-wrapper .dropdown-content {
  margin-bottom: 0;
  width: -moz-max-content !important;
  width: max-content !important;
  min-width: 100%;
  top: 38px !important;
  border: 1px solid #cecece;
  border-radius: 6px;
}

/* line 16578, app/assets/stylesheets/frontend/application.scss */
.user-ideas-page .page-filters .view-more-filters-block .fields .field .select-wrapper .dropdown-content li {
  min-height: auto;
  line-height: initial;
  width: 100%;
}

/* line 16582, app/assets/stylesheets/frontend/application.scss */
.user-ideas-page .page-filters .view-more-filters-block .fields .field .select-wrapper .dropdown-content li span {
  line-height: 5px;
  padding: 15px 15px;
  width: 100%;
  max-width: 300px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-weight: 300;
  color: #101828;
}

/* line 16598, app/assets/stylesheets/frontend/application.scss */
.user-ideas-page .page-filters .view-more-filters-block .custom-fields {
  width: 100%;
  margin-top: 20px;
}

/* line 16603, app/assets/stylesheets/frontend/application.scss */
.user-ideas-page .page-filters .viewmorefiltersblockenable {
  display: block !important;
}

/* line 16608, app/assets/stylesheets/frontend/application.scss */
.user-ideas-page .page-wrapper {
  width: 100%;
}

/* line 16610, app/assets/stylesheets/frontend/application.scss */
.user-ideas-page .page-wrapper .ideas-bg {
  width: 100%;
}

/* line 16612, app/assets/stylesheets/frontend/application.scss */
.user-ideas-page .page-wrapper .ideas-bg ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

/* line 16617, app/assets/stylesheets/frontend/application.scss */
.user-ideas-page .page-wrapper .ideas-bg ul li {
  width: 25%;
  padding: 0px 5px;
  margin-bottom: 15px;
}

/* line 16621, app/assets/stylesheets/frontend/application.scss */
.user-ideas-page .page-wrapper .ideas-bg ul li .card-b {
  width: 100%;
  height: 250px;
  padding: 0px;
  position: relative;
  cursor: pointer;
  box-shadow: none;
  border: 1px solid #e1e4ea;
  border-radius: 12px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}

/* line 16632, app/assets/stylesheets/frontend/application.scss */
.user-ideas-page .page-wrapper .ideas-bg ul li .card-b .company-card-image {
  height: auto;
}

/* line 16634, app/assets/stylesheets/frontend/application.scss */
.user-ideas-page .page-wrapper .ideas-bg ul li .card-b .company-card-image .img-position {
  -o-object-fit: inherit;
     object-fit: inherit;
  height: auto;
}

/* line 16638, app/assets/stylesheets/frontend/application.scss */
.user-ideas-page .page-wrapper .ideas-bg ul li .card-b .company-card-image .hover-department {
  position: absolute;
  top: 50px;
  right: 0;
  left: 0;
  text-align: center;
  width: auto;
  padding: 0px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}

/* line 16650, app/assets/stylesheets/frontend/application.scss */
.user-ideas-page .page-wrapper .ideas-bg ul li .card-b .company-card-image .hover-department p {
  width: 200px;
  background-color: #EEF6E2;
  color: #147200;
  padding: 4px 5px;
  border-radius: 3px;
  font-size: 13px;
}

/* line 16660, app/assets/stylesheets/frontend/application.scss */
.user-ideas-page .page-wrapper .ideas-bg ul li .card-b .card-content {
  padding: 0px 15px 0px;
}

/* line 16662, app/assets/stylesheets/frontend/application.scss */
.user-ideas-page .page-wrapper .ideas-bg ul li .card-b .card-content .black-text {
  font-size: 15px;
  line-height: 28px;
  display: inline-block;
  margin-top: 8px;
  margin-bottom: 5px;
  font-weight: 400;
  width: 100%;
  color: #262b39 !important;
}

/* line 16672, app/assets/stylesheets/frontend/application.scss */
.user-ideas-page .page-wrapper .ideas-bg ul li .card-b .card-content .display-img {
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  margin-top: 5px;
}

/* line 16679, app/assets/stylesheets/frontend/application.scss */
.user-ideas-page .page-wrapper .ideas-bg ul li .card-b .card-content .display-img .l-conte {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* line 16684, app/assets/stylesheets/frontend/application.scss */
.user-ideas-page .page-wrapper .ideas-bg ul li .card-b .card-content .display-img .l-conte .r-status {
  padding-left: 5px;
}

/* line 16686, app/assets/stylesheets/frontend/application.scss */
.user-ideas-page .page-wrapper .ideas-bg ul li .card-b .card-content .display-img .l-conte .r-status .status {
  border: 1px solid;
  border-radius: 15px;
  padding: 2px 8px;
  display: flex;
  align-items: center;
  font-size: 13px;
}

/* line 16696, app/assets/stylesheets/frontend/application.scss */
.user-ideas-page .page-wrapper .ideas-bg ul li .card-b .card-content .display-img img {
  width: 30px;
  height: 30px;
  border-radius: 20px;
}

/* line 16701, app/assets/stylesheets/frontend/application.scss */
.user-ideas-page .page-wrapper .ideas-bg ul li .card-b .card-content .display-img .display-name {
  display: flex;
  align-items: center;
}

/* line 16704, app/assets/stylesheets/frontend/application.scss */
.user-ideas-page .page-wrapper .ideas-bg ul li .card-b .card-content .display-img .display-name .profile-image {
  color: #262b39;
  font-size: 16px;
  display: flex;
  align-items: center;
}

/* line 16711, app/assets/stylesheets/frontend/application.scss */
.user-ideas-page .page-wrapper .ideas-bg ul li .card-b .card-content .display-img .display-name .name {
  font-weight: 500;
  letter-spacing: 0.2px;
  font-size: 14px;
  margin-top: 60px;
  position: absolute;
  background-color: white;
  padding: 5px 5px;
  box-shadow: 0 5px 40px 0 rgba(0, 0, 0, 0.11);
  margin-left: -2px;
  opacity: 0;
  visibility: hidden;
  white-space: nowrap;
}

/* line 16726, app/assets/stylesheets/frontend/application.scss */
.user-ideas-page .page-wrapper .ideas-bg ul li .card-b .card-content .display-img .right-row {
  display: flex;
  align-items: center;
}

/* line 16729, app/assets/stylesheets/frontend/application.scss */
.user-ideas-page .page-wrapper .ideas-bg ul li .card-b .card-content .display-img .right-row .field {
  display: flex;
  align-items: center;
  color: #5D6679;
  border: 1px solid #E1E4EA;
  border-radius: 8px;
  padding: 2px 6px;
  margin-left: 5px;
}

/* line 16737, app/assets/stylesheets/frontend/application.scss */
.user-ideas-page .page-wrapper .ideas-bg ul li .card-b .card-content .display-img .right-row .field i {
  font-size: 16px;
  margin-right: 2px;
}

/* line 16742, app/assets/stylesheets/frontend/application.scss */
.user-ideas-page .page-wrapper .ideas-bg ul li .card-b .card-content .display-img .right-row .field .like-idea {
  display: flex;
  align-items: center;
}

/* line 16746, app/assets/stylesheets/frontend/application.scss */
.user-ideas-page .page-wrapper .ideas-bg ul li .card-b .card-content .display-img .right-row .field span {
  margin-left: 2px;
  font-weight: 400;
  font-size: 14px;
  color: #182230;
}

/* line 16760, app/assets/stylesheets/frontend/application.scss */
.user-ideas-page .page-wrapper .ideas-bg .projects-cards .card {
  width: 100%;
  height: 225px;
  padding: 0px;
  position: relative;
  border-radius: 2px;
  cursor: pointer;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  box-shadow: none;
  border: 1px solid #e1e4ea;
  border-radius: 12px;
}

/* line 16773, app/assets/stylesheets/frontend/application.scss */
.user-ideas-page .page-wrapper .ideas-bg .projects-cards .card .tag-block {
  padding: 0px 15px;
  position: relative;
  margin-bottom: 6px;
  display: none;
}

/* line 16778, app/assets/stylesheets/frontend/application.scss */
.user-ideas-page .page-wrapper .ideas-bg .projects-cards .card .tag-block p {
  background-color: #8DC63F;
  position: absolute;
  color: white;
  padding: 5px 10px 5px 10px;
  border-radius: 4px;
  top: -18px;
  z-index: 1;
  letter-spacing: 0.5px;
  font-size: 14px;
}

/* line 16791, app/assets/stylesheets/frontend/application.scss */
.user-ideas-page .page-wrapper .ideas-bg .projects-cards .card .company-card-image .hover-department {
  position: absolute;
  top: 50px;
  right: 0;
  left: 0;
  text-align: center;
  width: auto;
  padding: 0px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}

/* line 16803, app/assets/stylesheets/frontend/application.scss */
.user-ideas-page .page-wrapper .ideas-bg .projects-cards .card .company-card-image .hover-department p {
  width: 200px;
  background-color: #EEF6E2;
  color: #147200;
  padding: 4px 5px;
  border-radius: 3px;
  font-size: 13px;
}

/* line 16813, app/assets/stylesheets/frontend/application.scss */
.user-ideas-page .page-wrapper .ideas-bg .projects-cards .card .bottom-content {
  display: block;
  padding: 0px 15px;
  margin: 0;
}

/* line 16817, app/assets/stylesheets/frontend/application.scss */
.user-ideas-page .page-wrapper .ideas-bg .projects-cards .card .bottom-content .card-title {
  font-size: 16px;
  line-height: 28px;
  margin-top: 16px;
  margin-bottom: 12px;
  font-weight: 400;
  word-break: break-word;
  white-space: normal;
  color: #182230;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  width: 100%;
  height: 52px;
}

/* line 16834, app/assets/stylesheets/frontend/application.scss */
.user-ideas-page .page-wrapper .ideas-bg .projects-cards .card .bottom-content .bottom-fix {
  position: absolute;
  bottom: 24px;
  width: 91.3%;
}

/* line 16838, app/assets/stylesheets/frontend/application.scss */
.user-ideas-page .page-wrapper .ideas-bg .projects-cards .card .bottom-content .bottom-fix .display-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* line 16842, app/assets/stylesheets/frontend/application.scss */
.user-ideas-page .page-wrapper .ideas-bg .projects-cards .card .bottom-content .bottom-fix .display-flex .status-tag {
  background: #E8EEF3;
  border-radius: 5px;
  text-align: center;
  padding: 5px 5px 5px 5px;
  width: 110px;
}

/* line 16848, app/assets/stylesheets/frontend/application.scss */
.user-ideas-page .page-wrapper .ideas-bg .projects-cards .card .bottom-content .bottom-fix .display-flex .status-tag p {
  color: #262b39;
  font-weight: 400;
  font-size: 16px;
  text-transform: capitalize;
  letter-spacing: 0.2px;
}

/* line 16856, app/assets/stylesheets/frontend/application.scss */
.user-ideas-page .page-wrapper .ideas-bg .projects-cards .card .bottom-content .bottom-fix .display-flex .inside-circle {
  width: 38px;
  height: 38px;
  border-radius: 100%;
  border: 1px solid rgba(141, 198, 63, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  color: #8dc63f;
  position: relative;
}

/* line 16867, app/assets/stylesheets/frontend/application.scss */
.user-ideas-page .page-wrapper .ideas-bg .projects-cards .card .bottom-content .bottom-fix .display-flex .inside-circle::before {
  position: absolute;
  content: '';
  height: 38px;
  margin-left: auto;
  margin-right: auto;
  width: 38px;
  right: -2px;
  top: -1px;
  border-radius: 100%;
  border-right: 3px solid #8DC63C;
  border-top: 1px solid #8DC63C;
  border-bottom: 1px solid #8DC63C;
}

/* line 16884, app/assets/stylesheets/frontend/application.scss */
.user-ideas-page .page-wrapper .ideas-bg .projects-cards .card .bottom-content .date-tag {
  width: 100%;
  display: flex;
  align-items: center;
  margin: 14px 0px 0px 0px;
}

/* line 16889, app/assets/stylesheets/frontend/application.scss */
.user-ideas-page .page-wrapper .ideas-bg .projects-cards .card .bottom-content .date-tag .material-icons {
  color: #5D6679;
  margin-right: 12px;
}

/* line 16893, app/assets/stylesheets/frontend/application.scss */
.user-ideas-page .page-wrapper .ideas-bg .projects-cards .card .bottom-content .date-tag span {
  color: #5D6679;
  font-size: 16px;
}

/* line 16899, app/assets/stylesheets/frontend/application.scss */
.user-ideas-page .page-wrapper .ideas-bg .projects-cards .card .on-hover-content {
  display: none;
  padding: 0px 15px;
  margin: 0;
}

/* line 16903, app/assets/stylesheets/frontend/application.scss */
.user-ideas-page .page-wrapper .ideas-bg .projects-cards .card .on-hover-content .card-title {
  font-size: 16px;
  line-height: 28px;
  display: inline-block;
  margin-top: 16px;
  margin-bottom: 12px;
  font-weight: 400;
  text-transform: capitalize;
  color: black;
}

/* line 16913, app/assets/stylesheets/frontend/application.scss */
.user-ideas-page .page-wrapper .ideas-bg .projects-cards .card .on-hover-content .bottom-fix {
  position: absolute;
  bottom: 24px;
  width: 91.3%;
}

/* line 16918, app/assets/stylesheets/frontend/application.scss */
.user-ideas-page .page-wrapper .ideas-bg .projects-cards .card .on-hover-content .following-tag {
  width: 100%;
  margin-top: 6px;
  border: 2px solid #5D6679;
  text-align: center;
  border-radius: 5px;
  padding: 10px;
}

/* line 16925, app/assets/stylesheets/frontend/application.scss */
.user-ideas-page .page-wrapper .ideas-bg .projects-cards .card .on-hover-content .following-tag span {
  color: #5D6679;
  text-transform: uppercase;
}

/* line 16931, app/assets/stylesheets/frontend/application.scss */
.user-ideas-page .page-wrapper .ideas-bg .projects-cards .card .pro-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  margin-top: 5px;
}

/* line 16938, app/assets/stylesheets/frontend/application.scss */
.user-ideas-page .page-wrapper .ideas-bg .projects-cards .card .pro-bottom .display-name {
  display: flex;
  align-items: center;
}

/* line 16941, app/assets/stylesheets/frontend/application.scss */
.user-ideas-page .page-wrapper .ideas-bg .projects-cards .card .pro-bottom .display-name .right-row {
  display: flex;
  align-items: center;
}

/* line 16944, app/assets/stylesheets/frontend/application.scss */
.user-ideas-page .page-wrapper .ideas-bg .projects-cards .card .pro-bottom .display-name .right-row .progress-bar {
  border: 1px solid #E1E4EA;
  color: #344054;
  font-size: 13px;
  border-radius: 8px;
  padding: 2px 6px;
  display: flex;
  align-items: center;
}

/* line 16952, app/assets/stylesheets/frontend/application.scss */
.user-ideas-page .page-wrapper .ideas-bg .projects-cards .card .pro-bottom .display-name .right-row .progress-bar .circle {
  background-color: #17B26A;
  height: 6px;
  width: 6px;
  border-radius: 100%;
  margin-right: 4px;
}

/* line 16960, app/assets/stylesheets/frontend/application.scss */
.user-ideas-page .page-wrapper .ideas-bg .projects-cards .card .pro-bottom .display-name .right-row .dead-line {
  border: 1px solid #E1E4EA;
  color: #344054;
  font-size: 13px;
  border-radius: 8px;
  padding: 2px 6px;
  display: flex;
  align-items: center;
  margin-right: 8px;
}

/* line 16971, app/assets/stylesheets/frontend/application.scss */
.user-ideas-page .page-wrapper .ideas-bg .projects-cards .card .pro-bottom .display-name .pro-image {
  margin-right: 12px;
}

/* line 16973, app/assets/stylesheets/frontend/application.scss */
.user-ideas-page .page-wrapper .ideas-bg .projects-cards .card .pro-bottom .display-name .pro-image .name {
  font-weight: 500;
  letter-spacing: 0.2px;
  font-size: 15px;
  color: black;
  margin-top: -5px;
  position: absolute;
  background-color: white;
  padding: 5px 5px;
  box-shadow: 0 5px 40px 0 rgba(0, 0, 0, 0.11);
  margin-left: -2px;
  opacity: 0;
  visibility: hidden;
}

/* line 16990, app/assets/stylesheets/frontend/application.scss */
.user-ideas-page .page-wrapper .ideas-bg .projects-cards .card .pro-bottom .status-tag p {
  border: 1px solid;
  border-radius: 15px;
  padding: 2px 8px;
  display: flex;
  align-items: center;
  font-size: 13px;
}

/* line 17003, app/assets/stylesheets/frontend/application.scss */
.user-ideas-page .page-wrapper .ideas-bg .people .content {
  padding: 8px 15px;
  height: 16em;
  box-shadow: none;
  border: 1px solid #e1e4ea;
  border-radius: 12px;
}

/* line 17009, app/assets/stylesheets/frontend/application.scss */
.user-ideas-page .page-wrapper .ideas-bg .people .content:hover {
  background-color: #fbfff4;
}

/* line 17012, app/assets/stylesheets/frontend/application.scss */
.user-ideas-page .page-wrapper .ideas-bg .people .content .display-people {
  display: flex;
  flex-direction: column;
}

/* line 17015, app/assets/stylesheets/frontend/application.scss */
.user-ideas-page .page-wrapper .ideas-bg .people .content .display-people .people-img {
  width: auto;
  margin-bottom: 8px;
  text-align: center;
}

/* line 17019, app/assets/stylesheets/frontend/application.scss */
.user-ideas-page .page-wrapper .ideas-bg .people .content .display-people .people-img img {
  width: 130px;
  height: 130px;
  border-radius: 100%;
}

/* line 17024, app/assets/stylesheets/frontend/application.scss */
.user-ideas-page .page-wrapper .ideas-bg .people .content .display-people .people-img .tag {
  background-color: #EEF6E2;
  margin-left: auto;
  margin-right: auto;
  max-width: 150px;
  width: 100%;
  font-size: 13px;
  letter-spacing: 0.5px;
  padding: 4px 5px;
  border-radius: 3px;
  margin-top: -20px;
  position: relative;
  color: #8DC63F;
}

/* line 17040, app/assets/stylesheets/frontend/application.scss */
.user-ideas-page .page-wrapper .ideas-bg .people .content .display-people .decription {
  width: 100%;
}

/* line 17042, app/assets/stylesheets/frontend/application.scss */
.user-ideas-page .page-wrapper .ideas-bg .people .content .display-people .decription .name-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0em;
}

/* line 17047, app/assets/stylesheets/frontend/application.scss */
.user-ideas-page .page-wrapper .ideas-bg .people .content .display-people .decription .name-flex .name {
  font-size: 18px;
  /* height: 30px; */
  width: 100%;
  /* text-overflow: ellipsis; */
  /* overflow: hidden; */
  /* -webkit-line-clamp: 2; */
  /* -webkit-box-orient: vertical; */
  /* white-space: nowrap; */
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 17060, app/assets/stylesheets/frontend/application.scss */
.user-ideas-page .page-wrapper .ideas-bg .people .content .display-people .decription .name-flex .name img {
  width: 30px;
  height: 30px;
  border-radius: 100%;
  margin-right: 10px;
}

/* line 17068, app/assets/stylesheets/frontend/application.scss */
.user-ideas-page .page-wrapper .ideas-bg .people .content .display-people .decription .follow-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  bottom: 8px;
  width: 90%;
}

/* line 17075, app/assets/stylesheets/frontend/application.scss */
.user-ideas-page .page-wrapper .ideas-bg .people .content .display-people .decription .follow-flex .icons {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
}

/* line 17080, app/assets/stylesheets/frontend/application.scss */
.user-ideas-page .page-wrapper .ideas-bg .people .content .display-people .decription .follow-flex .icons span {
  display: flex;
  align-items: center;
  margin-right: 5px;
  border: 1px solid #E1E4EA;
  border-radius: 8px;
  padding: 2px 6px;
}

/* line 17087, app/assets/stylesheets/frontend/application.scss */
.user-ideas-page .page-wrapper .ideas-bg .people .content .display-people .decription .follow-flex .icons span .material-icons {
  color: #5e6779;
  margin-right: 6px;
  font-size: 20px;
}

/* line 17092, app/assets/stylesheets/frontend/application.scss */
.user-ideas-page .page-wrapper .ideas-bg .people .content .display-people .decription .follow-flex .icons span .xp-icon {
  margin-right: 6px;
}

/* line 17095, app/assets/stylesheets/frontend/application.scss */
.user-ideas-page .page-wrapper .ideas-bg .people .content .display-people .decription .follow-flex .icons span p {
  color: #5e6779;
  line-height: normal;
}

/* line 17099, app/assets/stylesheets/frontend/application.scss */
.user-ideas-page .page-wrapper .ideas-bg .people .content .display-people .decription .follow-flex .icons span .name-hover {
  font-weight: 500;
  letter-spacing: 0.2px;
  font-size: 15px;
  color: black;
  margin-top: 60px;
  position: absolute;
  background-color: white;
  padding: 5px 5px;
  box-shadow: 0 5px 40px 0 rgba(0, 0, 0, 0.11);
  margin-left: -2px;
  opacity: 0;
  visibility: hidden;
}

/* line 17118, app/assets/stylesheets/frontend/application.scss */
.user-ideas-page .page-wrapper .ideas-bg .people .content .hover-state {
  display: none;
}

/* line 17129, app/assets/stylesheets/frontend/application.scss */
.user-ideas-page .page-wrapper .ideas-bg ul li .card-b .company-card-image:hover .hover-department {
  display: flex;
}

/* line 17133, app/assets/stylesheets/frontend/application.scss */
.user-ideas-page .page-wrapper .ideas-bg .projects-cards .card .company-card-image:hover .hover-department {
  display: flex;
}

/* line 17137, app/assets/stylesheets/frontend/application.scss */
.user-ideas-page .page-wrapper .ideas-bg .people .content .display-people .decription .follow-flex .icons span:hover .name-hover {
  opacity: 1;
  visibility: visible;
}

/* line 17142, app/assets/stylesheets/frontend/application.scss */
.user-ideas-page .page-wrapper .ideas-bg .projects-cards .card .pro-bottom .display-name .pro-image:hover .name {
  opacity: 1;
  visibility: visible;
}

/* line 17147, app/assets/stylesheets/frontend/application.scss */
.user-ideas-page .page-wrapper .ideas-bg .people .content:hover .hover-state {
  display: block;
}

/* line 17152, app/assets/stylesheets/frontend/application.scss */
.user-ideas-page .page-wrapper .ideas-bg ul li .card-b .card-content .display-img .display-name .profile-image:hover .name {
  opacity: 1;
  visibility: visible;
}

/* line 17158, app/assets/stylesheets/frontend/application.scss */
.user-ideas-page .page-wrapper .ideas-bg .projects-cards .card:hover .on-hover-content {
  display: block;
}

/* line 17162, app/assets/stylesheets/frontend/application.scss */
.user-ideas-page .page-wrapper .ideas-bg .projects-cards .card:hover .bottom-content {
  display: block;
}

/* line 17167, app/assets/stylesheets/frontend/application.scss */
.user-department-page .departments {
  width: 100%;
  border-top: 1px solid #e1e4ea;
  padding-top: 20px;
  margin-top: 12px;
}

/* line 17172, app/assets/stylesheets/frontend/application.scss */
.user-department-page .departments .departments-ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 0;
  padding: 0px 10px !important;
}

/* line 17178, app/assets/stylesheets/frontend/application.scss */
.user-department-page .departments .departments-ul li {
  width: 25%;
  padding: 0px 5px;
}

/* line 17181, app/assets/stylesheets/frontend/application.scss */
.user-department-page .departments .departments-ul li .card-b {
  width: 100%;
  height: 160px;
  padding: 0px;
  position: relative;
  border-radius: 2px;
  cursor: pointer;
  transition: 0.3s;
  box-shadow: none;
  border: 1px solid #e1e4ea;
  border-radius: 12px;
  -webkit-transition: 0.3s;
  background-color: white;
  margin-bottom: 10px;
}

/* line 17195, app/assets/stylesheets/frontend/application.scss */
.user-department-page .departments .departments-ul li .card-b:hover {
  background-color: #f5fbff;
}

/* line 17198, app/assets/stylesheets/frontend/application.scss */
.user-department-page .departments .departments-ul li .card-b .card-img {
  height: 50px;
}

/* line 17200, app/assets/stylesheets/frontend/application.scss */
.user-department-page .departments .departments-ul li .card-b .card-img .department-back {
  background-color: #384172;
  height: 50px;
  border-top-right-radius: 12px;
  border-top-left-radius: 12px;
}

/* line 17206, app/assets/stylesheets/frontend/application.scss */
.user-department-page .departments .departments-ul li .card-b .card-img .category-back {
  background-color: #8ec73f;
  height: 50px;
  border-top-right-radius: 12px;
  border-top-left-radius: 12px;
}

/* line 17212, app/assets/stylesheets/frontend/application.scss */
.user-department-page .departments .departments-ul li .card-b .card-img img {
  -o-object-fit: cover;
     object-fit: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 50px;
  border-top-right-radius: 12px;
  border-top-left-radius: 12px;
  width: 100%;
}

/* line 17222, app/assets/stylesheets/frontend/application.scss */
.user-department-page .departments .departments-ul li .card-b .title-text {
  font-size: 16px;
  line-height: 28px;
  margin-top: 6px;
  margin-bottom: 12px;
  font-weight: 400;
  padding: 0px 15px;
  color: #262b39;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  height: 50px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}

/* line 17238, app/assets/stylesheets/frontend/application.scss */
.user-department-page .departments .departments-ul li .card-b .display-img {
  width: 100%;
  display: flex;
  align-items: center;
}

/* line 17242, app/assets/stylesheets/frontend/application.scss */
.user-department-page .departments .departments-ul li .card-b .display-img .right-row {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 0px 15px;
  justify-content: flex-start;
}

/* line 17248, app/assets/stylesheets/frontend/application.scss */
.user-department-page .departments .departments-ul li .card-b .display-img .right-row .owner-img {
  padding: 0px 5px 0px 0px;
}

/* line 17250, app/assets/stylesheets/frontend/application.scss */
.user-department-page .departments .departments-ul li .card-b .display-img .right-row .owner-img img {
  width: 28px;
  height: 28px;
  border-radius: 100%;
}

/* line 17255, app/assets/stylesheets/frontend/application.scss */
.user-department-page .departments .departments-ul li .card-b .display-img .right-row .owner-img .department-circle-img {
  width: auto;
}

/* line 17257, app/assets/stylesheets/frontend/application.scss */
.user-department-page .departments .departments-ul li .card-b .display-img .right-row .owner-img .department-circle-img .flex-b {
  width: 28px;
  height: 28px;
  border-radius: 100%;
  background-color: #384172;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
}

/* line 17266, app/assets/stylesheets/frontend/application.scss */
.user-department-page .departments .departments-ul li .card-b .display-img .right-row .owner-img .department-circle-img .flex-b h5 {
  margin: 0;
  font-size: 15px;
  display: flex;
  align-items: center;
  line-height: normal;
}

/* line 17276, app/assets/stylesheets/frontend/application.scss */
.user-department-page .departments .departments-ul li .card-b .display-img .right-row .owner-img .category-circle-img {
  width: auto;
}

/* line 17278, app/assets/stylesheets/frontend/application.scss */
.user-department-page .departments .departments-ul li .card-b .display-img .right-row .owner-img .category-circle-img .flex-b {
  width: 28px;
  height: 28px;
  border-radius: 100%;
  background-color: #8ec73f;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
}

/* line 17287, app/assets/stylesheets/frontend/application.scss */
.user-department-page .departments .departments-ul li .card-b .display-img .right-row .owner-img .category-circle-img .flex-b h5 {
  margin: 0;
  font-size: 15px;
  display: flex;
  align-items: center;
  line-height: normal;
}

/* line 17297, app/assets/stylesheets/frontend/application.scss */
.user-department-page .departments .departments-ul li .card-b .display-img .right-row .views {
  display: flex;
  align-items: center;
  padding: 0px 5px;
  width: auto;
}

/* line 17302, app/assets/stylesheets/frontend/application.scss */
.user-department-page .departments .departments-ul li .card-b .display-img .right-row .views .border-b {
  display: flex;
  align-items: center;
  color: #5D6679;
  border: 1px solid #E1E4EA;
  border-radius: 8px;
  padding: 2px 6px;
}

/* line 17309, app/assets/stylesheets/frontend/application.scss */
.user-department-page .departments .departments-ul li .card-b .display-img .right-row .views .border-b i {
  color: #5e6779;
  font-size: 16px;
  width: 13px;
}

/* line 17314, app/assets/stylesheets/frontend/application.scss */
.user-department-page .departments .departments-ul li .card-b .display-img .right-row .views .border-b span {
  margin-left: 8px;
  font-weight: 400;
  font-size: 14px;
  color: #182230;
}

/* line 17335, app/assets/stylesheets/frontend/application.scss */
.user-category-page .departments .departments-ul li .card-b:hover {
  background-color: #fbfff4;
}

/* line 17348, app/assets/stylesheets/frontend/application.scss */
.home-user-department-page .slider-bg .company-info h3 {
  font-size: 30px;
  padding: 12px 12px;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0;
}

/* line 17354, app/assets/stylesheets/frontend/application.scss */
.home-user-department-page .slider-bg .company-info h3::after {
  content: '';
  background: #000000;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  border-radius: 5px;
}

/* line 17374, app/assets/stylesheets/frontend/application.scss */
.home-user-category-page .slider-bg .company-info h3 {
  font-size: 30px;
  padding: 12px 12px;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0;
}

/* line 17380, app/assets/stylesheets/frontend/application.scss */
.home-user-category-page .slider-bg .company-info h3::after {
  content: '';
  background: #000000;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  border-radius: 5px;
}

/* line 17397, app/assets/stylesheets/frontend/application.scss */
.user-side-table {
  width: 100%;
}

/* line 17399, app/assets/stylesheets/frontend/application.scss */
.user-side-table .tablesorter-header {
  padding-left: 12px;
  padding-right: 22px;
  background-color: #f6f6f6;
  border-right: 1px solid #e0e0e0 !important;
  white-space: nowrap;
  position: relative;
}

/* line 17409, app/assets/stylesheets/frontend/application.scss */
.user-side-table tbody tr td {
  border-right: 1px solid #e0e0e0 !important;
  letter-spacing: 0.3px;
  white-space: nowrap;
  font-size: 14px;
}

/* line 17418, app/assets/stylesheets/frontend/application.scss */
.user-side-table .user-name-avatar {
  display: flex;
  align-items: center;
}

/* line 17421, app/assets/stylesheets/frontend/application.scss */
.user-side-table .user-name-avatar img {
  width: 30px;
  height: 30px;
  border-radius: 20px;
  margin-right: 10px;
}

/* line 17428, app/assets/stylesheets/frontend/application.scss */
.user-side-table [type="checkbox"]:not(:checked), .user-side-table #users-table [type="checkbox"]:checked {
  pointer-events: auto;
  z-index: 10000;
  margin-left: 20px;
  margin-top: 5px;
  cursor: pointer;
  opacity: 0;
}

/* line 17436, app/assets/stylesheets/frontend/application.scss */
.user-side-table .parent-position-relative {
  position: relative;
  display: block;
}

/* line 17440, app/assets/stylesheets/frontend/application.scss */
.user-side-table .checkbox-col {
  width: 60px;
}

/* line 17453, app/assets/stylesheets/frontend/application.scss */
.trends-tags-user-page .mission-owner-content .user-avatar-ideabox .content-right .follow-topic .follow-btn {
  width: auto;
  margin-top: 6px;
  border: 1px solid #33334f;
  text-align: center;
  border-radius: 0px;
  background-color: transparent;
  color: #33334f;
  padding: 5px 22px;
  border-radius: 5px !important;
  z-index: 2;
  position: relative;
}

/* line 17469, app/assets/stylesheets/frontend/application.scss */
.trends-tags-user-page .mission-owner-content .inbox-mission-title {
  padding: 0px 15px;
}

/* line 17472, app/assets/stylesheets/frontend/application.scss */
.trends-tags-user-page .mission-owner-content .user-avatar-ideabox {
  padding: 0px 15px;
}

/* line 17475, app/assets/stylesheets/frontend/application.scss */
.trends-tags-user-page .mission-owner-content .inbox-mission-description {
  font-weight: 400;
  letter-spacing: 0.5px;
  line-height: 1.5;
  margin-bottom: 35px;
  -moz-column-count: 2;
       column-count: 2;
  -moz-column-gap: 40px;
       column-gap: 40px;
  height: 10em;
  overflow: hidden;
  padding: 0px 15px;
}

/* line 17485, app/assets/stylesheets/frontend/application.scss */
.trends-tags-user-page .mission-owner-content .inbox-mission-description p {
  padding: 0px 0px;
}

/* line 17489, app/assets/stylesheets/frontend/application.scss */
.trends-tags-user-page .mission-owner-content .viewmissiondec-enable {
  height: auto !important;
  overflow: visible !important;
}

/* line 17493, app/assets/stylesheets/frontend/application.scss */
.trends-tags-user-page .mission-owner-content .view-more-dec {
  width: 100%;
  display: flex;
  justify-content: center;
}

/* line 17497, app/assets/stylesheets/frontend/application.scss */
.trends-tags-user-page .mission-owner-content .view-more-dec .btn, .trends-tags-user-page .mission-owner-content .view-more-dec .btn-large {
  border: 1px solid #000000 !important;
  color: black;
  box-shadow: none;
  font-size: 14px;
  height: auto;
  padding: 10px 20px 10px 20px;
  line-height: initial;
  background-color: transparent;
}

/* line 17506, app/assets/stylesheets/frontend/application.scss */
.trends-tags-user-page .mission-owner-content .view-more-dec .btn .viewless, .trends-tags-user-page .mission-owner-content .view-more-dec .btn-large .viewless {
  display: none;
}

/* line 17511, app/assets/stylesheets/frontend/application.scss */
.trends-tags-user-page .mission-owner-content .view-more-dec .viewmoredecbtn-enable .viewless {
  display: block;
}

/* line 17514, app/assets/stylesheets/frontend/application.scss */
.trends-tags-user-page .mission-owner-content .view-more-dec .viewmoredecbtn-enable .viewmore {
  display: none;
}

/* line 17525, app/assets/stylesheets/frontend/application.scss */
.view-ideas-block {
  width: 100%;
  max-width: 1350px;
  margin-left: auto;
  margin-right: auto;
}

/* line 17532, app/assets/stylesheets/frontend/application.scss */
.view-ideas-block .idea-box {
  width: 25%;
  padding: 0px 14px;
}

/* line 17536, app/assets/stylesheets/frontend/application.scss */
.view-ideas-block .idea-box .content-idea {
  width: 100%;
}

/* line 17541, app/assets/stylesheets/frontend/application.scss */
.view-ideas-block .search-filter {
  background-color: #fafafa;
  display: flex;
  flex-wrap: wrap;
  margin: 0px -76px 0px -76px;
  padding: 0px 76px 0px 76px;
  margin-bottom: 3em;
}

/* line 17549, app/assets/stylesheets/frontend/application.scss */
.view-ideas-block .search-filter .content-search {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

/* line 17556, app/assets/stylesheets/frontend/application.scss */
.view-ideas-block .search-filter .content-search .field {
  width: 18%;
  padding: 12px 15px;
}

/* line 17559, app/assets/stylesheets/frontend/application.scss */
.view-ideas-block .search-filter .content-search .field .select-wrapper {
  background-color: #FFFFFF;
  border: 1px solid #DBE3EF;
  padding: 3px 12px 3px 12px;
}

/* line 17564, app/assets/stylesheets/frontend/application.scss */
.view-ideas-block .search-filter .content-search .field .select-wrapper .select-dropdown {
  border: none;
}

/* line 17568, app/assets/stylesheets/frontend/application.scss */
.view-ideas-block .search-filter .content-search .field .select-wrapper .caret {
  color: #B3C7D7;
  right: 12px;
}

/* line 17575, app/assets/stylesheets/frontend/application.scss */
.view-ideas-block .search-filter .content-search .field-search {
  width: 25%;
  padding: 12px 15px;
  display: flex;
  align-items: center;
  position: relative;
}

/* line 17582, app/assets/stylesheets/frontend/application.scss */
.view-ideas-block .search-filter .content-search .field-search input {
  border-bottom: 1px solid #DBE3EF;
  margin-bottom: 5px;
}

/* line 17587, app/assets/stylesheets/frontend/application.scss */
.view-ideas-block .search-filter .content-search .field-search .material-icons {
  color: #688FAF;
  position: absolute;
  right: 15px;
  top: 14px;
}

/* line 17597, app/assets/stylesheets/frontend/application.scss */
.view-ideas-block .search-filter .content-search .sort-field label {
  color: #688FAF;
  font-size: 11px;
  letter-spacing: 0.5px;
}

/* line 17603, app/assets/stylesheets/frontend/application.scss */
.view-ideas-block .search-filter .content-search .sort-field .select-wrapper {
  background-color: transparent;
  border: none;
  padding: 3px 0px 3px 0px;
}

/* line 17608, app/assets/stylesheets/frontend/application.scss */
.view-ideas-block .search-filter .content-search .sort-field .select-wrapper .select-dropdown {
  width: auto;
}

/* line 17611, app/assets/stylesheets/frontend/application.scss */
.view-ideas-block .search-filter .content-search .sort-field .select-wrapper .caret {
  left: 42px;
}

/* line 17623, app/assets/stylesheets/frontend/application.scss */
.comments-main-heading {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 17627, app/assets/stylesheets/frontend/application.scss */
.comments-main-heading span {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 28px;
  text-align: center;
  color: #000000;
}

/* line 17638, app/assets/stylesheets/frontend/application.scss */
.comments-label {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.02em;
  color: #000000;
}

/* line 17651, app/assets/stylesheets/frontend/application.scss */
.undercover_profiles-page .main-title-profile {
  color: black;
}

/* line 17654, app/assets/stylesheets/frontend/application.scss */
.undercover_profiles-page .identity-small-txt {
  color: #525252;
}

/* line 17657, app/assets/stylesheets/frontend/application.scss */
.undercover_profiles-page .agent-name {
  color: black;
  text-shadow: none;
  font-weight: 400;
}

/* line 17663, app/assets/stylesheets/frontend/application.scss */
.undercover_profiles-page .carousel-prev {
  background-color: #cacaca;
  padding: 2px 8px 5px 10px;
  border-radius: 6px;
}

/* line 17668, app/assets/stylesheets/frontend/application.scss */
.undercover_profiles-page .carousel-next {
  background-color: #cacaca;
  padding: 2px 8px 5px 10px;
  border-radius: 6px;
}

/* line 17674, app/assets/stylesheets/frontend/application.scss */
.undercover_profiles-page .why-choose-avatar-text {
  width: 100%;
  max-width: 768px;
  margin-left: auto;
  margin-right: auto;
  padding: 0px 22px 0px 22px;
}

/* line 17680, app/assets/stylesheets/frontend/application.scss */
.undercover_profiles-page .why-choose-avatar-text .field-text {
  position: relative;
  max-width: 260px;
  margin-left: auto;
  margin-right: auto;
}

/* line 17686, app/assets/stylesheets/frontend/application.scss */
.undercover_profiles-page .why-choose-avatar-text h5 {
  margin: 32px 0px 15px 0px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
}

/* line 17693, app/assets/stylesheets/frontend/application.scss */
.undercover_profiles-page .why-choose-avatar-text .caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid\9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  position: absolute;
  top: 5px;
  right: 0px;
}

/* line 17707, app/assets/stylesheets/frontend/application.scss */
.undercover_profiles-page .why-choose-avatar-text .avatar-text {
  margin-bottom: 15px;
}

/* line 17709, app/assets/stylesheets/frontend/application.scss */
.undercover_profiles-page .why-choose-avatar-text .avatar-text p {
  text-align: justify;
  font-weight: 300;
  color: #272727;
  letter-spacing: 0.5px;
  line-height: 1.6;
  font-size: 14px;
}

/* line 17737, app/assets/stylesheets/frontend/application.scss */
.admin-column-plugin-page .main-head-row .cat-row .right-cat-content .category-header .publish-btns:hover .enable-hover {
  display: block;
}

/* line 17741, app/assets/stylesheets/frontend/application.scss */
.admin-column-plugin-page {
  margin-top: 4em;
}

/* line 17744, app/assets/stylesheets/frontend/application.scss */
.admin-column-plugin-page .right-save-btn .btn, .admin-column-plugin-page .right-save-btn .btn-large {
  box-shadow: none;
}

/* line 17746, app/assets/stylesheets/frontend/application.scss */
.admin-column-plugin-page .right-save-btn .btn:hover, .admin-column-plugin-page .right-save-btn .btn-large:hover {
  background-color: #353854;
}

/* line 17749, app/assets/stylesheets/frontend/application.scss */
.admin-column-plugin-page .right-save-btn .btn:focus, .admin-column-plugin-page .right-save-btn .btn-large:focus {
  background-color: #353854;
}

/* line 17754, app/assets/stylesheets/frontend/application.scss */
.admin-column-plugin-page .board-user-profiles-pics {
  margin-left: 8px;
  margin-right: -20px;
}

/* line 17757, app/assets/stylesheets/frontend/application.scss */
.admin-column-plugin-page .board-user-profiles-pics img {
  width: 35px;
  height: 35px;
  max-width: 35px;
  margin-right: -5px;
  margin-left: -5px;
  border-radius: 50px;
}

/* line 17766, app/assets/stylesheets/frontend/application.scss */
.admin-column-plugin-page .add-column-fixed-btn {
  position: fixed;
  right: 5px;
  top: 146px;
  z-index: 1;
  height: 35px;
  width: 35px;
  border-radius: 100%;
  display: none;
}

/* line 17777, app/assets/stylesheets/frontend/application.scss */
.admin-column-plugin-page .main-head-row {
  background-color: #F6F7F9;
  width: 100%;
  padding: 15px 25px;
}

/* line 17781, app/assets/stylesheets/frontend/application.scss */
.admin-column-plugin-page .main-head-row .cat-row {
  display: flex;
  justify-content: space-between;
}

/* line 17784, app/assets/stylesheets/frontend/application.scss */
.admin-column-plugin-page .main-head-row .cat-row .categoty-switch {
  display: flex;
  align-items: center;
}

/* line 17787, app/assets/stylesheets/frontend/application.scss */
.admin-column-plugin-page .main-head-row .cat-row .categoty-switch .category-select {
  width: 250px;
}

/* line 17789, app/assets/stylesheets/frontend/application.scss */
.admin-column-plugin-page .main-head-row .cat-row .categoty-switch .category-select .input-field {
  margin-right: 10px;
}

/* line 17794, app/assets/stylesheets/frontend/application.scss */
.admin-column-plugin-page .main-head-row .cat-row .categoty-switch .category-select .input-field .select-wrapper {
  background-color: transparent;
  z-index: 1;
}

/* line 17797, app/assets/stylesheets/frontend/application.scss */
.admin-column-plugin-page .main-head-row .cat-row .categoty-switch .category-select .input-field .select-wrapper .dropdown-content {
  top: 34px !important;
  width: 180px !important;
}

/* line 17802, app/assets/stylesheets/frontend/application.scss */
.admin-column-plugin-page .main-head-row .cat-row .categoty-switch .category-select .input-field input[type="text"] {
  background-color: transparent;
  margin-bottom: 0;
  border: 1px solid black;
  text-align: left;
  padding: 16px 8px;
  color: black;
  font-size: 13px !important;
  height: 35px !important;
  line-height: normal !important;
  min-height: auto;
  width: 100% !important;
}

/* line 17815, app/assets/stylesheets/frontend/application.scss */
.admin-column-plugin-page .main-head-row .cat-row .categoty-switch .category-select .input-field .caret {
  z-index: 1;
  color: black;
  display: none;
}

/* line 17824, app/assets/stylesheets/frontend/application.scss */
.admin-column-plugin-page .main-head-row .cat-row .categoty-switch .category-title-heading .category-heading {
  width: 250px;
  padding: 8px 12px;
  background-color: transparent;
  border-color: black;
  color: black;
  margin-left: 0px;
  height: 35px;
}

/* line 17835, app/assets/stylesheets/frontend/application.scss */
.admin-column-plugin-page .main-head-row .cat-row .right-cat-content {
  display: flex;
  align-items: center;
}

/* line 17838, app/assets/stylesheets/frontend/application.scss */
.admin-column-plugin-page .main-head-row .cat-row .right-cat-content .category-header {
  display: flex;
  align-items: center;
}

/* line 17841, app/assets/stylesheets/frontend/application.scss */
.admin-column-plugin-page .main-head-row .cat-row .right-cat-content .category-header .left-ha {
  display: flex;
  align-items: center;
}

/* line 17845, app/assets/stylesheets/frontend/application.scss */
.admin-column-plugin-page .main-head-row .cat-row .right-cat-content .category-header .right-ha {
  display: flex;
  align-items: center;
}

/* line 17849, app/assets/stylesheets/frontend/application.scss */
.admin-column-plugin-page .main-head-row .cat-row .right-cat-content .category-header .publish-btns {
  position: relative;
}

/* line 17851, app/assets/stylesheets/frontend/application.scss */
.admin-column-plugin-page .main-head-row .cat-row .right-cat-content .category-header .publish-btns .publish-status-btn {
  padding-left: 30px !important;
}

/* line 17854, app/assets/stylesheets/frontend/application.scss */
.admin-column-plugin-page .main-head-row .cat-row .right-cat-content .category-header .publish-btns .ringring {
  border: 2px solid #1CDD47;
  -webkit-border-radius: 30px;
  height: 15px;
  width: 15px;
  position: absolute;
  left: 9px;
  top: 8px;
  -webkit-animation: pulsate 1s ease-out;
  -webkit-animation-iteration-count: infinite;
}

/* line 17864, app/assets/stylesheets/frontend/application.scss */
.admin-column-plugin-page .main-head-row .cat-row .right-cat-content .category-header .publish-btns .ringring .circle {
  width: 7px;
  height: 7px;
  background-color: #1CDD47;
  border-radius: 50%;
  position: absolute;
  top: 2px;
  left: 2px;
}

/* line 17874, app/assets/stylesheets/frontend/application.scss */
.admin-column-plugin-page .main-head-row .cat-row .right-cat-content .category-header .publish-btns .enable-hover {
  position: absolute;
  z-index: 1;
  background-color: white;
  box-shadow: 2px 2px 5px 2px rgba(0, 0, 0, 0.1);
  width: 120px;
  left: 0px;
  display: none;
}

/* line 17882, app/assets/stylesheets/frontend/application.scss */
.admin-column-plugin-page .main-head-row .cat-row .right-cat-content .category-header .publish-btns .enable-hover:hover {
  background-color: #f5fbff;
  border-color: transparent;
}

/* line 17886, app/assets/stylesheets/frontend/application.scss */
.admin-column-plugin-page .main-head-row .cat-row .right-cat-content .category-header .publish-btns .enable-hover .field {
  width: 100%;
}

/* line 17888, app/assets/stylesheets/frontend/application.scss */
.admin-column-plugin-page .main-head-row .cat-row .right-cat-content .category-header .publish-btns .enable-hover .field .publish-btn {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 12px 8px 10px 8px;
  font-size: 14px;
  text-transform: initial;
  border-bottom: 1px solid #eaeaea;
  color: #4d4d4d;
  background-color: transparent;
  border: none;
}

/* line 17902, app/assets/stylesheets/frontend/application.scss */
.admin-column-plugin-page .main-head-row .cat-row .right-cat-content .category-header .publish-btns i {
  position: absolute;
  left: 12px;
  font-size: 10px;
  top: 10px;
}

/* line 17911, app/assets/stylesheets/frontend/application.scss */
.admin-column-plugin-page .main-head-row .cat-row .right-cat-content .hover-btn:hover {
  background-color: white !important;
  color: #212121 !important;
}

/* line 17919, app/assets/stylesheets/frontend/application.scss */
.admin-column-plugin-page .main-head-row .total-ideas-count {
  width: auto;
  margin-left: 12px;
}

/* line 17922, app/assets/stylesheets/frontend/application.scss */
.admin-column-plugin-page .main-head-row .total-ideas-count h6 {
  color: white;
}

/* line 17930, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .my-ideas-block .missions-ul li .card .inbox-card-content .display-name:hover .name {
  opacity: 1;
  visibility: visible;
}

/* line 17936, app/assets/stylesheets/frontend/application.scss */
.bottom-load-more .btn, .bottom-load-more .btn-large {
  box-shadow: none;
}

/* line 17941, app/assets/stylesheets/frontend/application.scss */
.add-new-idea-modal-admin-boards {
  width: 100%;
  max-width: 768px;
  border-radius: 0px;
}

/* line 17945, app/assets/stylesheets/frontend/application.scss */
.add-new-idea-modal-admin-boards .card-sep {
  border-color: transparent;
}

/* line 17948, app/assets/stylesheets/frontend/application.scss */
.add-new-idea-modal-admin-boards .modal-tab {
  width: 100%;
  padding: 8px 15px 8px 15px;
  position: relative;
}

/* line 17952, app/assets/stylesheets/frontend/application.scss */
.add-new-idea-modal-admin-boards .modal-tab .content {
  padding: 0px 15px;
  display: flex;
  justify-content: center;
  position: relative;
}

/* line 17957, app/assets/stylesheets/frontend/application.scss */
.add-new-idea-modal-admin-boards .modal-tab .content .tablink {
  border: none;
  background-color: transparent;
  color: #688FAF;
  text-transform: uppercase;
  padding: 2px 12px 6px 12px;
  position: relative;
  border-bottom: 3px solid transparent;
}

/* line 17965, app/assets/stylesheets/frontend/application.scss */
.add-new-idea-modal-admin-boards .modal-tab .content .tablink .total-comments {
  position: absolute;
  top: -7px;
  right: -22px;
  color: white;
  font-size: 14px;
  background-color: #8ec73f;
  height: 27px;
  width: 27px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
}

/* line 17980, app/assets/stylesheets/frontend/application.scss */
.add-new-idea-modal-admin-boards .modal-tab .content::after {
  position: absolute;
  content: '';
  height: 2px;
  background-color: #DBE3EF;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
  bottom: 0px;
}

/* line 17990, app/assets/stylesheets/frontend/application.scss */
.add-new-idea-modal-admin-boards .modal-tab .content .activebtn {
  color: #000000;
  border-bottom: 3px solid #8DC63F;
  position: relative;
  z-index: 1;
}

/* line 18000, app/assets/stylesheets/frontend/application.scss */
.add-new-idea-modal-admin-boards .tab-content-block .save-btn {
  margin-top: -10px;
  margin-right: 5px;
}

/* line 18005, app/assets/stylesheets/frontend/application.scss */
.add-new-idea-modal-admin-boards .heading {
  width: auto;
}

/* line 18008, app/assets/stylesheets/frontend/application.scss */
.add-new-idea-modal-admin-boards .heading .modal-header .img {
  display: flex;
  align-items: center;
}

/* line 18011, app/assets/stylesheets/frontend/application.scss */
.add-new-idea-modal-admin-boards .heading .modal-header .img h6 {
  margin-left: 12px;
}

/* line 18017, app/assets/stylesheets/frontend/application.scss */
.add-new-idea-modal-admin-boards .fields {
  width: 100%;
}

/* line 18019, app/assets/stylesheets/frontend/application.scss */
.add-new-idea-modal-admin-boards .fields .col {
  margin-bottom: 12px;
}

/* line 18021, app/assets/stylesheets/frontend/application.scss */
.add-new-idea-modal-admin-boards .fields .col label {
  font-weight: 500;
  font-size: 16px !important;
  letter-spacing: 0.02em;
  color: #688FAF;
  margin-bottom: 5px !important;
  width: 100%;
}

/* line 18029, app/assets/stylesheets/frontend/application.scss */
.add-new-idea-modal-admin-boards .fields .col input {
  background-color: transparent !important;
  padding: 0px 12px 0px 12px !important;
  border: 1px solid #d9d9d9 !important;
  margin-bottom: 0;
}

/* line 18035, app/assets/stylesheets/frontend/application.scss */
.add-new-idea-modal-admin-boards .fields .col textarea {
  background-color: transparent !important;
  padding: 12px 12px 0px 12px !important;
  border: 1px solid #d9d9d9 !important;
  font-size: 15px;
  margin-bottom: 0;
}

/* line 18047, app/assets/stylesheets/frontend/application.scss */
.add-new-idea-modal-admin-boards .fields .col .select-wrapper .caret {
  right: 12px !important;
}

/* line 18051, app/assets/stylesheets/frontend/application.scss */
.add-new-idea-modal-admin-boards .fields .col .select-wrapper input {
  height: 48px;
  font-size: 15px !important;
}

/* line 18056, app/assets/stylesheets/frontend/application.scss */
.add-new-idea-modal-admin-boards .fields .col .likeComment {
  background-color: #f7f7f7;
}

/* line 18058, app/assets/stylesheets/frontend/application.scss */
.add-new-idea-modal-admin-boards .fields .col .likeComment .likeComment1 {
  border-color: #ebebeb;
  color: #9c9c9c;
}

/* line 18062, app/assets/stylesheets/frontend/application.scss */
.add-new-idea-modal-admin-boards .fields .col .likeComment .likeComment1 .name .idea-img {
  width: 30px;
}

/* line 18069, app/assets/stylesheets/frontend/application.scss */
.add-new-idea-modal-admin-boards .fields .col .add-comment1 {
  margin-top: 15px;
  padding-top: 15px;
  border-bottom: none;
  margin-bottom: 15px;
  height: auto;
}

/* line 18075, app/assets/stylesheets/frontend/application.scss */
.add-new-idea-modal-admin-boards .fields .col .add-comment1 .comment-txt-textarea {
  min-height: 120px;
}

/* line 18080, app/assets/stylesheets/frontend/application.scss */
.add-new-idea-modal-admin-boards .fields .col .comment_container {
  margin-top: 24px;
  margin-bottom: 12px;
  padding: 0px 14px;
}

/* line 18086, app/assets/stylesheets/frontend/application.scss */
.add-new-idea-modal-admin-boards .fields .col .comment_container .comment-row .comment-row1 .img-titile {
  display: flex;
  align-items: center;
}

/* line 18092, app/assets/stylesheets/frontend/application.scss */
.add-new-idea-modal-admin-boards .fields .col .comment_container .comment-row-back {
  width: 100%;
  display: flex;
  margin-bottom: 12px;
}

/* line 18096, app/assets/stylesheets/frontend/application.scss */
.add-new-idea-modal-admin-boards .fields .col .comment_container .comment-row-back .img-block {
  width: 10%;
}

/* line 18099, app/assets/stylesheets/frontend/application.scss */
.add-new-idea-modal-admin-boards .fields .col .comment_container .comment-row-back .comment-des {
  display: flex;
  width: 90%;
}

/* line 18102, app/assets/stylesheets/frontend/application.scss */
.add-new-idea-modal-admin-boards .fields .col .comment_container .comment-row-back .comment-des .comment-row-line {
  width: 100%;
  background: #e9f2f9;
  border-radius: 5px;
  padding: 10px 15px 10px 15px;
}

/* line 18107, app/assets/stylesheets/frontend/application.scss */
.add-new-idea-modal-admin-boards .fields .col .comment_container .comment-row-back .comment-des .comment-row-line .top-display {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* line 18112, app/assets/stylesheets/frontend/application.scss */
.add-new-idea-modal-admin-boards .fields .col .comment_container .comment-row-back .comment-des .comment-row-line .top-display .card-name {
  font-size: 18px;
}

/* line 18115, app/assets/stylesheets/frontend/application.scss */
.add-new-idea-modal-admin-boards .fields .col .comment_container .comment-row-back .comment-des .comment-row-line .top-display .card-time {
  display: flex;
  align-items: center;
  display: flex;
  align-items: center;
  font-size: 12px;
  color: gray;
}

/* line 18125, app/assets/stylesheets/frontend/application.scss */
.add-new-idea-modal-admin-boards .fields .col .comment_container .comment-row-back .comment-des .comment-row-line .content-wrap-comment {
  word-break: break-word;
}

/* line 18133, app/assets/stylesheets/frontend/application.scss */
.add-new-idea-modal-admin-boards .fields .col .profile-img .image-aspect-ratio {
  background-position: center;
  background-size: cover !important;
}

/* line 18143, app/assets/stylesheets/frontend/application.scss */
.add-new-idea-modal-admin-board-two {
  width: 100%;
}

/* line 18147, app/assets/stylesheets/frontend/application.scss */
.add-new-idea-modal-admin-board-two .modal-tab .content .link-item {
  border: none;
  background-color: transparent;
  color: #688FAF;
  text-transform: uppercase;
  padding: 2px 12px 6px 12px;
  position: relative;
  border-bottom: 3px solid transparent;
  cursor: pointer;
}

/* line 18156, app/assets/stylesheets/frontend/application.scss */
.add-new-idea-modal-admin-board-two .modal-tab .content .link-item .total-comments {
  position: absolute;
  top: -7px;
  right: -22px;
  color: white;
  font-size: 14px;
  background-color: #8ec73f;
  height: 27px;
  width: 27px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
}

/* line 18171, app/assets/stylesheets/frontend/application.scss */
.add-new-idea-modal-admin-board-two .modal-tab .content .btn-active {
  color: #000000;
  border-bottom: 3px solid #8DC63F;
  position: relative;
  z-index: 1;
}

/* line 18183, app/assets/stylesheets/frontend/application.scss */
.mission-tab-ideas .ideas-card-row .idea-cards-position:nth-child(5) {
  display: none;
}

/* line 18186, app/assets/stylesheets/frontend/application.scss */
.mission-tab-ideas .ideas-card-row .idea-cards-position:nth-child(6) {
  display: none;
}

/* line 18195, app/assets/stylesheets/frontend/application.scss */
.edit-idea-boads-modal .modal-tab .content .link-item {
  border: none;
  background-color: transparent;
  color: #688FAF;
  text-transform: uppercase;
  padding: 2px 12px 6px 12px;
  position: relative;
  border-bottom: 3px solid transparent;
  cursor: pointer;
}

/* line 18204, app/assets/stylesheets/frontend/application.scss */
.edit-idea-boads-modal .modal-tab .content .link-item .total-comments {
  position: absolute;
  top: -7px;
  right: -22px;
  color: white;
  font-size: 14px;
  background-color: #8ec73f;
  height: 27px;
  width: 27px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
}

/* line 18219, app/assets/stylesheets/frontend/application.scss */
.edit-idea-boads-modal .modal-tab .content .btn-active {
  color: #000000;
  border-bottom: 3px solid #8DC63F;
  position: relative;
  z-index: 1;
}

/* line 18233, app/assets/stylesheets/frontend/application.scss */
.boards-setting-modal-page {
  width: 100%;
  float: left;
  padding: 0 !important;
}

/* line 18237, app/assets/stylesheets/frontend/application.scss */
.boards-setting-modal-page .board-setting-header {
  display: block !important;
}

/* line 18240, app/assets/stylesheets/frontend/application.scss */
.boards-setting-modal-page .flex-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* line 18245, app/assets/stylesheets/frontend/application.scss */
.boards-setting-modal-page .board-setting-header {
  margin-bottom: 0px;
}

/* line 18247, app/assets/stylesheets/frontend/application.scss */
.boards-setting-modal-page .board-setting-header h6 {
  font-size: 20px;
}

/* line 18251, app/assets/stylesheets/frontend/application.scss */
.boards-setting-modal-page .tabs-setting {
  width: 100%;
  border-bottom: 1px solid lightgrey;
  background-color: #f3f3f3;
  margin-bottom: 0px;
  margin-top: 15px;
  height: auto;
  line-height: 0.5;
}

/* line 18259, app/assets/stylesheets/frontend/application.scss */
.boards-setting-modal-page .tabs-setting .tab {
  height: auto;
  line-height: 2.5;
}

/* line 18262, app/assets/stylesheets/frontend/application.scss */
.boards-setting-modal-page .tabs-setting .tab a {
  color: #000000;
  font-size: 15px;
  letter-spacing: 0.5px;
  border-bottom: 3px solid transparent;
  text-transform: initial;
}

/* line 18268, app/assets/stylesheets/frontend/application.scss */
.boards-setting-modal-page .tabs-setting .tab a:hover {
  background-color: #e5e5e5;
}

/* line 18272, app/assets/stylesheets/frontend/application.scss */
.boards-setting-modal-page .tabs-setting .tab .active {
  background-color: #7d7d7d;
  color: white;
}

/* line 18275, app/assets/stylesheets/frontend/application.scss */
.boards-setting-modal-page .tabs-setting .tab .active:hover {
  background-color: #7d7d7d;
}

/* line 18280, app/assets/stylesheets/frontend/application.scss */
.boards-setting-modal-page .tabs-setting .indicator {
  display: none !important;
}

/* line 18284, app/assets/stylesheets/frontend/application.scss */
.boards-setting-modal-page #general_details {
  padding-bottom: 65px;
}

/* line 18287, app/assets/stylesheets/frontend/application.scss */
.boards-setting-modal-page .settings-pages {
  padding: 0px;
}

/* line 18289, app/assets/stylesheets/frontend/application.scss */
.boards-setting-modal-page .settings-pages .field {
  width: 100%;
  float: left;
  margin-bottom: 15px;
}

/* line 18293, app/assets/stylesheets/frontend/application.scss */
.boards-setting-modal-page .settings-pages .field label {
  width: 100%;
  float: left;
  text-align: left;
  font-weight: 400;
  font-size: 15px;
  line-height: 15px;
  letter-spacing: 0.02em;
  color: #688FAF;
  margin-bottom: 8px;
}

/* line 18304, app/assets/stylesheets/frontend/application.scss */
.boards-setting-modal-page .settings-pages .field .profile-img {
  width: 100%;
  height: 220px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* line 18311, app/assets/stylesheets/frontend/application.scss */
.boards-setting-modal-page .settings-pages .field .profile-img .profile-edit-box .input-field {
  margin: 0;
}

/* line 18313, app/assets/stylesheets/frontend/application.scss */
.boards-setting-modal-page .settings-pages .field .profile-img .profile-edit-box .input-field .file-path-wrapper {
  padding-left: 0;
  opacity: 0;
  display: none;
}

/* line 18320, app/assets/stylesheets/frontend/application.scss */
.boards-setting-modal-page .settings-pages .field .profile-img .profile-edit-pic {
  background-size: cover;
}

/* line 18324, app/assets/stylesheets/frontend/application.scss */
.boards-setting-modal-page .settings-pages .field input {
  border: 1px solid #cccccc !important;
  padding: 5px 5px 5px 5px !important;
  box-sizing: inherit !important;
  height: 40px;
  background-color: white;
  font-size: 15px !important;
}

/* line 18332, app/assets/stylesheets/frontend/application.scss */
.boards-setting-modal-page .settings-pages .field .caret {
  right: 12px;
  top: 5px;
  z-index: 1;
}

/* line 18337, app/assets/stylesheets/frontend/application.scss */
.boards-setting-modal-page .settings-pages .field .dropdown-content {
  top: 40px !important;
  max-height: 200px;
}

/* line 18343, app/assets/stylesheets/frontend/application.scss */
.boards-setting-modal-page .settings-pages .field-undercover .tooltip-icon {
  display: flex;
}

/* line 18345, app/assets/stylesheets/frontend/application.scss */
.boards-setting-modal-page .settings-pages .field-undercover .tooltip-icon .tooltip {
  position: relative;
  width: 12px;
  margin-top: -2px;
}

/* line 18349, app/assets/stylesheets/frontend/application.scss */
.boards-setting-modal-page .settings-pages .field-undercover .tooltip-icon .tooltip .tooltiptext {
  visibility: hidden;
  width: 315px;
  background-color: #ffffff;
  color: #484848;
  text-align: left;
  padding: 5px;
  border-radius: 4px;
  position: absolute;
  z-index: 1;
  font-size: 12px;
  font-style: normal;
  border: 1px solid #dfdfdf;
  top: -95px;
}

/* line 18365, app/assets/stylesheets/frontend/application.scss */
.boards-setting-modal-page .settings-pages .field-undercover .tooltip-icon label {
  width: auto;
  margin-right: 8px;
}

/* line 18374, app/assets/stylesheets/frontend/application.scss */
.boards-setting-modal-page .privacy-agent-profile .field {
  margin-bottom: 25px;
}

/* line 18376, app/assets/stylesheets/frontend/application.scss */
.boards-setting-modal-page .privacy-agent-profile .field .headers {
  margin-bottom: 20px;
  border-bottom: 1px solid #dfdfdf;
  padding-bottom: 10px;
  font-size: 16px;
}

/* line 18382, app/assets/stylesheets/frontend/application.scss */
.boards-setting-modal-page .privacy-agent-profile .field .display {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-bottom: 20px;
}

/* line 18387, app/assets/stylesheets/frontend/application.scss */
.boards-setting-modal-page .privacy-agent-profile .field .display span {
  padding-right: 0;
  font-size: 13px;
  margin-top: -25px;
  color: #494949;
  text-align: initial;
}

/* line 18398, app/assets/stylesheets/frontend/application.scss */
.boards-setting-modal-page .access-block {
  width: 100%;
  margin-bottom: 22px;
}

/* line 18401, app/assets/stylesheets/frontend/application.scss */
.boards-setting-modal-page .access-block .field {
  width: 100%;
}

/* line 18403, app/assets/stylesheets/frontend/application.scss */
.boards-setting-modal-page .access-block .field label {
  font-weight: 400;
  font-size: 15px;
  line-height: 15px;
  letter-spacing: 0.02em;
  color: #688FAF;
  margin-bottom: 12px;
}

/* line 18412, app/assets/stylesheets/frontend/application.scss */
.boards-setting-modal-page .access-block .field .select-wrapper input {
  border: 1px solid #cccccc !important;
  padding: 5px 5px 5px 5px !important;
  box-sizing: inherit !important;
  height: 40px;
  background-color: white;
  font-size: 15px !important;
}

/* line 18420, app/assets/stylesheets/frontend/application.scss */
.boards-setting-modal-page .access-block .field .select-wrapper .caret {
  right: 12px;
  top: 5px;
  z-index: 1;
}

/* line 18426, app/assets/stylesheets/frontend/application.scss */
.boards-setting-modal-page .access-block .field .dropdown-content {
  top: 42px !important;
}

/* line 18433, app/assets/stylesheets/frontend/application.scss */
.boards-setting-modal-page .participant-table .participants {
  width: 100%;
}

/* line 18435, app/assets/stylesheets/frontend/application.scss */
.boards-setting-modal-page .participant-table .participants .top-row-field {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* line 18439, app/assets/stylesheets/frontend/application.scss */
.boards-setting-modal-page .participant-table .participants .top-row-field .select-drop {
  width: auto;
  margin: 0px 12px 12px 0px;
}

/* line 18442, app/assets/stylesheets/frontend/application.scss */
.boards-setting-modal-page .participant-table .participants .top-row-field .select-drop .input-field {
  margin: 0;
}

/* line 18444, app/assets/stylesheets/frontend/application.scss */
.boards-setting-modal-page .participant-table .participants .top-row-field .select-drop .input-field .caret {
  right: 8px;
  z-index: 1;
}

/* line 18448, app/assets/stylesheets/frontend/application.scss */
.boards-setting-modal-page .participant-table .participants .top-row-field .select-drop .input-field .dropdown-content {
  top: 40px !important;
  max-height: 100px;
}

/* line 18453, app/assets/stylesheets/frontend/application.scss */
.boards-setting-modal-page .participant-table .participants .top-row-field .select-drop label {
  width: 100%;
  float: left;
  text-align: left;
  font-weight: 400;
  font-size: 15px;
  line-height: 15px;
  letter-spacing: 0.02em;
  color: #688FAF;
  margin-bottom: 8px;
}

/* line 18464, app/assets/stylesheets/frontend/application.scss */
.boards-setting-modal-page .participant-table .participants .top-row-field .select-drop input {
  border: 1px solid #cccccc !important;
  padding: 5px 5px 5px 5px !important;
  box-sizing: inherit !important;
  height: 40px;
  background-color: white;
  font-size: 15px !important;
}

/* line 18473, app/assets/stylesheets/frontend/application.scss */
.boards-setting-modal-page .participant-table .participants .top-row-field .row-btns {
  margin-top: 20px;
}

/* line 18475, app/assets/stylesheets/frontend/application.scss */
.boards-setting-modal-page .participant-table .participants .top-row-field .row-btns .btn, .boards-setting-modal-page .participant-table .participants .top-row-field .row-btns .btn-large {
  margin: 0px 0px 12px 12px;
  border: 1px solid #33334f !important;
  background: #fff;
  color: #33334f;
  border-radius: 0.3em;
  box-shadow: none;
}

/* line 18482, app/assets/stylesheets/frontend/application.scss */
.boards-setting-modal-page .participant-table .participants .top-row-field .row-btns .btn:hover, .boards-setting-modal-page .participant-table .participants .top-row-field .row-btns .btn-large:hover {
  background-color: #33334f;
  color: white;
}

/* line 18490, app/assets/stylesheets/frontend/application.scss */
.boards-setting-modal-page .participant-table .participants .invite-table-new table {
  font-size: 14px;
}

/* line 18497, app/assets/stylesheets/frontend/application.scss */
.boards-setting-modal-page .submit-btn .save-close {
  text-transform: inherit;
  box-shadow: none;
  background-color: #33334f;
}

/* line 18505, app/assets/stylesheets/frontend/application.scss */
.boards-setting-modal-page .settings-pages .field-undercover .tooltip-icon .tooltip:hover .tooltiptext {
  visibility: visible;
}

/* line 18512, app/assets/stylesheets/frontend/application.scss */
.fixed-modal-design .modal-content {
  padding: 0px;
}

/* line 18515, app/assets/stylesheets/frontend/application.scss */
.fixed-modal-design .modal-body {
  width: 100%;
  padding: 14px 22px;
}

/* line 18519, app/assets/stylesheets/frontend/application.scss */
.fixed-modal-design .modal-header--sticky {
  position: sticky;
  top: 0;
  background-color: #f6f7f9;
  z-index: 1055;
  padding: 15px 25px;
}

/* line 18525, app/assets/stylesheets/frontend/application.scss */
.fixed-modal-design .modal-header--sticky h5 {
  font-size: 24px;
  margin: 0px 0px 0px 0px;
  color: #101828;
}

/* line 18531, app/assets/stylesheets/frontend/application.scss */
.fixed-modal-design .modal-footer--sticky {
  position: sticky;
  bottom: 0;
  background-color: white;
  z-index: 1055;
  padding: 12px 18px;
}

/* line 18541, app/assets/stylesheets/frontend/application.scss */
.am-new-modal {
  width: 100%;
  border-radius: 12px;
  background-color: white;
  max-width: 768px;
}

/* line 18552, app/assets/stylesheets/frontend/application.scss */
.company-signup-page {
  width: 100%;
  float: left;
  padding-top: 75px;
}

/* line 18558, app/assets/stylesheets/frontend/application.scss */
.company-signup-page .page-timeline-block {
  width: 100%;
  position: absolute;
  padding: 12px 15px 15px 15px;
  display: flex;
  justify-content: center;
}

/* line 18564, app/assets/stylesheets/frontend/application.scss */
.company-signup-page .page-timeline-block .display-content {
  display: flex;
  align-items: center;
}

/* line 18568, app/assets/stylesheets/frontend/application.scss */
.company-signup-page .page-timeline-block .field {
  width: 36px;
  height: 36px;
  border-radius: 100%;
  border: 1px solid #688FAF;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #688FAF;
}

/* line 18577, app/assets/stylesheets/frontend/application.scss */
.company-signup-page .page-timeline-block .field h5 {
  margin: 0;
  font-size: 18px;
  font-weight: 400;
}

/* line 18584, app/assets/stylesheets/frontend/application.scss */
.company-signup-page .page-timeline-block .line-field {
  width: 50px;
  height: 2px;
  background: #DBE3EF;
  margin-left: 8px;
  margin-right: 8px;
}

/* line 18591, app/assets/stylesheets/frontend/application.scss */
.company-signup-page .page-timeline-block .active-gray {
  background-color: #688FAF;
  color: white;
}

/* line 18595, app/assets/stylesheets/frontend/application.scss */
.company-signup-page .page-timeline-block .active-green {
  background: #1ddd48;
  color: white;
  border-color: #1ddd48;
}

/* line 18601, app/assets/stylesheets/frontend/application.scss */
.company-signup-page .content-flex {
  display: flex;
  background-color: #fafafa;
  height: 100vh;
}

/* line 18607, app/assets/stylesheets/frontend/application.scss */
.company-signup-page .content-flex .fix-container-left {
  max-width: 500px;
  margin-left: auto;
  width: 100%;
}

/* line 18612, app/assets/stylesheets/frontend/application.scss */
.company-signup-page .content-flex .fix-container-right {
  max-width: 500px;
  margin-right: auto;
  width: 100%;
}

/* line 18618, app/assets/stylesheets/frontend/application.scss */
.company-signup-page .content-flex .left-content-block {
  width: 50%;
  height: 100%;
  display: flex;
  justify-content: center;
  background: #FAFAFA;
  padding: 70px 100px 30px 100px;
}

/* line 18626, app/assets/stylesheets/frontend/application.scss */
.company-signup-page .content-flex .left-content-block .content-block {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* line 18631, app/assets/stylesheets/frontend/application.scss */
.company-signup-page .content-flex .left-content-block .content-block .heading-sec {
  width: 100%;
}

/* line 18633, app/assets/stylesheets/frontend/application.scss */
.company-signup-page .content-flex .left-content-block .content-block .heading-sec h5 {
  font-size: 26px;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 1.2em;
}

/* line 18640, app/assets/stylesheets/frontend/application.scss */
.company-signup-page .content-flex .left-content-block .content-block .fields-img {
  width: 100%;
  display: flex;
  flex-direction: column;
}

/* line 18644, app/assets/stylesheets/frontend/application.scss */
.company-signup-page .content-flex .left-content-block .content-block .fields-img .field {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}

/* line 18649, app/assets/stylesheets/frontend/application.scss */
.company-signup-page .content-flex .left-content-block .content-block .fields-img .field .icon {
  border-radius: 100%;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 12px;
  margin-right: 15px;
}

/* line 18658, app/assets/stylesheets/frontend/application.scss */
.company-signup-page .content-flex .left-content-block .content-block .fields-img .field .icon img {
  max-width: 35px;
  width: 35px;
}

/* line 18663, app/assets/stylesheets/frontend/application.scss */
.company-signup-page .content-flex .left-content-block .content-block .fields-img .field .yellow-color {
  background-color: #FFF5DD;
}

/* line 18666, app/assets/stylesheets/frontend/application.scss */
.company-signup-page .content-flex .left-content-block .content-block .fields-img .field .green-color {
  background-color: #EEF6E2;
}

/* line 18669, app/assets/stylesheets/frontend/application.scss */
.company-signup-page .content-flex .left-content-block .content-block .fields-img .field .blue-color {
  background-color: #FEE7DD;
}

/* line 18674, app/assets/stylesheets/frontend/application.scss */
.company-signup-page .content-flex .left-content-block .content-block .fields-img .field .right-text h5 {
  margin: 0px 0px 2px 0px;
  font-size: 18px;
  font-weight: 500;
}

/* line 18679, app/assets/stylesheets/frontend/application.scss */
.company-signup-page .content-flex .left-content-block .content-block .fields-img .field .right-text p {
  font-size: 16px;
  font-weight: 400;
}

/* line 18686, app/assets/stylesheets/frontend/application.scss */
.company-signup-page .content-flex .left-content-block .content-block .childs-company {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

/* line 18690, app/assets/stylesheets/frontend/application.scss */
.company-signup-page .content-flex .left-content-block .content-block .childs-company .child-img {
  width: 33.33333333%;
  padding: 8px 8px;
  display: flex;
  align-items: center;
}

/* line 18695, app/assets/stylesheets/frontend/application.scss */
.company-signup-page .content-flex .left-content-block .content-block .childs-company .child-img .icon {
  width: 100%;
  display: flex;
  align-items: center;
}

/* line 18699, app/assets/stylesheets/frontend/application.scss */
.company-signup-page .content-flex .left-content-block .content-block .childs-company .child-img .icon img {
  width: 100%;
  filter: grayscale(100%);
}

/* line 18705, app/assets/stylesheets/frontend/application.scss */
.company-signup-page .content-flex .left-content-block .content-block .childs-company .child-img .suzlon-img img {
  margin-top: 12px;
}

/* line 18714, app/assets/stylesheets/frontend/application.scss */
.company-signup-page .content-flex .right-content-block {
  width: 50%;
  display: flex;
  justify-content: center;
  padding: 70px 100px 30px 100px;
  background-color: white;
}

/* line 18721, app/assets/stylesheets/frontend/application.scss */
.company-signup-page .content-flex .right-content-block .logo-small {
  display: none;
}

/* line 18724, app/assets/stylesheets/frontend/application.scss */
.company-signup-page .content-flex .right-content-block .login-signup-header {
  display: none;
}

/* line 18727, app/assets/stylesheets/frontend/application.scss */
.company-signup-page .content-flex .right-content-block .signup-card-block {
  width: 100%;
}

/* line 18729, app/assets/stylesheets/frontend/application.scss */
.company-signup-page .content-flex .right-content-block .signup-card-block .heading-sec {
  width: 100%;
}

/* line 18731, app/assets/stylesheets/frontend/application.scss */
.company-signup-page .content-flex .right-content-block .signup-card-block .heading-sec h5 {
  font-size: 26px;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 0.2em;
}

/* line 18739, app/assets/stylesheets/frontend/application.scss */
.company-signup-page .content-flex .right-content-block .signup-card-block .login-fields-block .field {
  width: 100%;
  margin-bottom: 30px;
  padding: 0px 8px;
  float: left;
}

/* line 18744, app/assets/stylesheets/frontend/application.scss */
.company-signup-page .content-flex .right-content-block .signup-card-block .login-fields-block .field label {
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 0.02em;
  color: #688FAF;
  margin-bottom: 6px;
  width: 100%;
  float: left;
}

/* line 18753, app/assets/stylesheets/frontend/application.scss */
.company-signup-page .content-flex .right-content-block .signup-card-block .login-fields-block .field input {
  border: 1px solid #cccccc;
  background-color: transparent;
  height: 45px !important;
  color: #000000;
}

/* line 18759, app/assets/stylesheets/frontend/application.scss */
.company-signup-page .content-flex .right-content-block .signup-card-block .login-fields-block .field .light-text {
  color: #B3C7D7;
  width: 100%;
  float: left;
  margin-top: 25px;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.5px;
}

/* line 18770, app/assets/stylesheets/frontend/application.scss */
.company-signup-page .content-flex .right-content-block .signup-card-block .login-fields-block .half-field {
  width: 50%;
}

/* line 18773, app/assets/stylesheets/frontend/application.scss */
.company-signup-page .content-flex .right-content-block .signup-card-block .login-fields-block .subdomain-field {
  position: relative;
}

/* line 18775, app/assets/stylesheets/frontend/application.scss */
.company-signup-page .content-flex .right-content-block .signup-card-block .login-fields-block .subdomain-field .lable-domain {
  position: absolute;
  right: 15px;
  font-size: 14px;
  bottom: -10px;
}

/* line 18781, app/assets/stylesheets/frontend/application.scss */
.company-signup-page .content-flex .right-content-block .signup-card-block .login-fields-block .subdomain-field input {
  padding-right: 135px !important;
}

/* line 18785, app/assets/stylesheets/frontend/application.scss */
.company-signup-page .content-flex .right-content-block .signup-card-block .login-fields-block .field-msg {
  width: 100%;
  float: left;
  display: flex;
  justify-content: center;
  margin-top: -28px;
  margin-bottom: 0px;
}

/* line 18793, app/assets/stylesheets/frontend/application.scss */
.company-signup-page .content-flex .right-content-block .signup-card-block .login-fields-block #error-msg {
  color: red;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.5px;
}

/* line 18799, app/assets/stylesheets/frontend/application.scss */
.company-signup-page .content-flex .right-content-block .signup-card-block .login-fields-block .save-btn {
  margin-bottom: 5px !important;
  margin-top: 5px !important;
  display: flex;
  justify-content: center;
}

/* line 18804, app/assets/stylesheets/frontend/application.scss */
.company-signup-page .content-flex .right-content-block .signup-card-block .login-fields-block .save-btn .signup-btn {
  margin-bottom: 0;
  width: 200px;
  box-shadow: none;
  border-radius: 5px;
  border: none;
  color: white;
}

/* line 18813, app/assets/stylesheets/frontend/application.scss */
.company-signup-page .content-flex .right-content-block .signup-card-block .login-fields-block .flex-tool {
  display: flex;
  align-items: center;
}

/* line 18816, app/assets/stylesheets/frontend/application.scss */
.company-signup-page .content-flex .right-content-block .signup-card-block .login-fields-block .flex-tool label {
  width: auto !important;
}

/* line 18822, app/assets/stylesheets/frontend/application.scss */
.company-signup-page .content-flex .right-content-block .signup-btns-block {
  width: 100%;
  padding: 0px 15px;
}

/* line 18825, app/assets/stylesheets/frontend/application.scss */
.company-signup-page .content-flex .right-content-block .signup-btns-block .heading {
  font-size: 26px;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 1.5em;
  text-align: center;
}

/* line 18832, app/assets/stylesheets/frontend/application.scss */
.company-signup-page .content-flex .right-content-block .signup-btns-block .btnfields {
  width: 100%;
  display: flex;
  flex-direction: column;
}

/* line 18837, app/assets/stylesheets/frontend/application.scss */
.company-signup-page .content-flex .right-content-block .signup-btns-block .btnfields .btnb {
  width: 100%;
}

/* line 18839, app/assets/stylesheets/frontend/application.scss */
.company-signup-page .content-flex .right-content-block .signup-btns-block .btnfields .btnb button {
  width: 100%;
  display: flex;
  align-items: center;
  margin: 5px 0px 5px 0px;
  letter-spacing: 0.5px;
  padding: 8px 15px;
  color: white;
  border-radius: 5px;
  font-size: 18px;
  text-transform: uppercase;
  border: 1px solid transparent;
}

/* line 18851, app/assets/stylesheets/frontend/application.scss */
.company-signup-page .content-flex .right-content-block .signup-btns-block .btnfields .btnb button img {
  width: 40px;
  margin-right: 5px;
}

/* line 18855, app/assets/stylesheets/frontend/application.scss */
.company-signup-page .content-flex .right-content-block .signup-btns-block .btnfields .btnb button .display-inner {
  display: flex;
  align-items: center;
}

/* line 18862, app/assets/stylesheets/frontend/application.scss */
.company-signup-page .content-flex .right-content-block .signup-btns-block .btnfields .linked-btn button {
  background-color: #0073b1;
}

/* line 18867, app/assets/stylesheets/frontend/application.scss */
.company-signup-page .content-flex .right-content-block .signup-btns-block .btnfields .microsoft-btn button {
  background-color: #2d2e2e;
}

/* line 18872, app/assets/stylesheets/frontend/application.scss */
.company-signup-page .content-flex .right-content-block .signup-btns-block .btnfields .google-btn button {
  background-color: #4588f1;
}

/* line 18877, app/assets/stylesheets/frontend/application.scss */
.company-signup-page .content-flex .right-content-block .signup-btns-block .or-field {
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 20px 0px;
}

/* line 18882, app/assets/stylesheets/frontend/application.scss */
.company-signup-page .content-flex .right-content-block .signup-btns-block .or-field h5 {
  font-size: 20px;
  color: #708eac;
}

/* line 18887, app/assets/stylesheets/frontend/application.scss */
.company-signup-page .content-flex .right-content-block .signup-btns-block .signupemail-btn {
  width: 100%;
  display: flex;
  flex-direction: column;
}

/* line 18891, app/assets/stylesheets/frontend/application.scss */
.company-signup-page .content-flex .right-content-block .signup-btns-block .signupemail-btn .btnb {
  width: 100%;
}

/* line 18893, app/assets/stylesheets/frontend/application.scss */
.company-signup-page .content-flex .right-content-block .signup-btns-block .signupemail-btn .btnb button {
  width: 100%;
  display: flex;
  align-items: center;
  margin: 5px 0px 5px 0px;
  letter-spacing: 0.5px;
  padding: 8px 15px;
  border-radius: 5px;
  font-size: 18px;
  text-transform: uppercase;
  border: 1px solid #808080;
  color: #808080;
}

/* line 18905, app/assets/stylesheets/frontend/application.scss */
.company-signup-page .content-flex .right-content-block .signup-btns-block .signupemail-btn .btnb button img {
  width: 30px;
  margin-right: 10px;
  opacity: 0.4;
}

/* line 18910, app/assets/stylesheets/frontend/application.scss */
.company-signup-page .content-flex .right-content-block .signup-btns-block .signupemail-btn .btnb button .display-inner {
  display: flex;
  align-items: center;
}

/* line 18918, app/assets/stylesheets/frontend/application.scss */
.company-signup-page .content-flex .right-content-block .signupemailactive {
  display: block !important;
}

/* line 18921, app/assets/stylesheets/frontend/application.scss */
.company-signup-page .content-flex .right-content-block .signupbuttonsdisable {
  display: none;
}

/* line 18926, app/assets/stylesheets/frontend/application.scss */
.company-signup-page .step-page-content {
  width: 100%;
  padding: 130px 100px 30px 100px;
}

/* line 18929, app/assets/stylesheets/frontend/application.scss */
.company-signup-page .step-page-content .page-container {
  max-width: 600px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

/* line 18935, app/assets/stylesheets/frontend/application.scss */
.company-signup-page .step-page-content .inner-content {
  width: 100%;
}

/* line 18937, app/assets/stylesheets/frontend/application.scss */
.company-signup-page .step-page-content .inner-content .page-heading {
  width: 100%;
}

/* line 18939, app/assets/stylesheets/frontend/application.scss */
.company-signup-page .step-page-content .inner-content .page-heading h5 {
  font-size: 24px;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 1.5em;
  text-align: center;
}

/* line 18947, app/assets/stylesheets/frontend/application.scss */
.company-signup-page .step-page-content .inner-content .fields {
  width: 100%;
  margin-bottom: 3.5em;
}

/* line 18950, app/assets/stylesheets/frontend/application.scss */
.company-signup-page .step-page-content .inner-content .fields .field {
  width: 100%;
  margin-bottom: 20px;
}

/* line 18953, app/assets/stylesheets/frontend/application.scss */
.company-signup-page .step-page-content .inner-content .fields .field label {
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 0.02em;
  color: #688FAF;
  margin-bottom: 6px;
  width: 100%;
  float: left;
}

/* line 18962, app/assets/stylesheets/frontend/application.scss */
.company-signup-page .step-page-content .inner-content .fields .field input {
  border: 1px solid #cccccc;
  background-color: transparent;
  height: 45px !important;
  color: #000000;
  margin-bottom: 0;
  padding: 0px 8px 0px 8px;
}

/* line 18970, app/assets/stylesheets/frontend/application.scss */
.company-signup-page .step-page-content .inner-content .fields .field .display-fields-btns {
  width: 100%;
  display: flex;
}

/* line 18973, app/assets/stylesheets/frontend/application.scss */
.company-signup-page .step-page-content .inner-content .fields .field .display-fields-btns .employe-btn {
  background: #F4F7FA;
  border-radius: 4px;
  box-shadow: none;
  border: 1px solid #F4F7FA;
  padding: 6px 12px 6px 12px;
  font-size: 16px;
  letter-spacing: 0.5px;
  margin: 0px 8px 8px 0px;
}

/* line 18982, app/assets/stylesheets/frontend/application.scss */
.company-signup-page .step-page-content .inner-content .fields .field .display-fields-btns .employe-btn:hover {
  background: #1ddd48;
  color: white;
}

/* line 18987, app/assets/stylesheets/frontend/application.scss */
.company-signup-page .step-page-content .inner-content .fields .field .display-fields-btns .active-employe-btn {
  background-color: #1ddd48 !important;
  border-color: #1ddd48 !important;
  color: white;
}

/* line 18991, app/assets/stylesheets/frontend/application.scss */
.company-signup-page .step-page-content .inner-content .fields .field .display-fields-btns .active-employe-btn:hover {
  color: white;
}

/* line 18995, app/assets/stylesheets/frontend/application.scss */
.company-signup-page .step-page-content .inner-content .fields .field .display-fields-btns .company-btn {
  background: #F4F7FA;
  border-radius: 4px;
  box-shadow: none;
  border: 1px solid #F4F7FA;
  padding: 6px 12px 6px 12px;
  font-size: 16px;
  letter-spacing: 0.5px;
  margin: 0px 8px 8px 0px;
}

/* line 19004, app/assets/stylesheets/frontend/application.scss */
.company-signup-page .step-page-content .inner-content .fields .field .display-fields-btns .company-btn:hover {
  background: #1ddd48;
  color: white;
}

/* line 19009, app/assets/stylesheets/frontend/application.scss */
.company-signup-page .step-page-content .inner-content .fields .field .display-fields-btns .active-company-btn {
  background-color: #1ddd48 !important;
  border-color: #1ddd48 !important;
  color: white;
}

/* line 19013, app/assets/stylesheets/frontend/application.scss */
.company-signup-page .step-page-content .inner-content .fields .field .display-fields-btns .active-company-btn:hover {
  color: white;
}

/* line 19021, app/assets/stylesheets/frontend/application.scss */
.company-signup-page .step-page-content .action-buttons {
  width: 100%;
  text-align: center;
}

/* line 19030, app/assets/stylesheets/frontend/application.scss */
.company-signup-page .step-two-content .inner-content .fields .field .display-fields-btns {
  display: flex;
  flex-wrap: wrap;
}

/* line 19034, app/assets/stylesheets/frontend/application.scss */
.company-signup-page .step-two-content .inner-content .fields .field .interest-btn {
  width: 20%;
  text-align: center;
  border: 1px solid #DBE3EF;
  background-color: transparent;
  padding: 8px 5px;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 8em;
}

/* line 19044, app/assets/stylesheets/frontend/application.scss */
.company-signup-page .step-two-content .inner-content .fields .field .interest-btn:hover {
  background: #1ddd48;
  color: white;
}

/* line 19048, app/assets/stylesheets/frontend/application.scss */
.company-signup-page .step-two-content .inner-content .fields .field .interest-btn img {
  width: 38px;
  height: 38px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 8px;
  margin-top: 5px;
}

/* line 19055, app/assets/stylesheets/frontend/application.scss */
.company-signup-page .step-two-content .inner-content .fields .field .interest-btn span {
  font-size: 14px;
}

/* line 19058, app/assets/stylesheets/frontend/application.scss */
.company-signup-page .step-two-content .inner-content .fields .field .interest-btn i {
  font-size: 36px;
  margin-bottom: 9px;
}

/* line 19064, app/assets/stylesheets/frontend/application.scss */
.company-signup-page .step-two-content .inner-content .fields .field .funnel-btn i {
  color: #cf7b06;
}

/* line 19070, app/assets/stylesheets/frontend/application.scss */
.company-signup-page .step-two-content .inner-content .fields .field .ai-btn i {
  color: #00ba88;
}

/* line 19076, app/assets/stylesheets/frontend/application.scss */
.company-signup-page .step-two-content .inner-content .fields .field .people-icon img {
  width: 52px;
}

/* line 19081, app/assets/stylesheets/frontend/application.scss */
.company-signup-page .step-two-content .inner-content .fields .field .bulb-icon img {
  width: 40px;
}

/* line 19085, app/assets/stylesheets/frontend/application.scss */
.company-signup-page .step-two-content .inner-content .fields .field .interest-active-btn {
  background-color: #1ddd48 !important;
  color: white;
}

/* line 19095, app/assets/stylesheets/frontend/application.scss */
.company-signup-page .step-three-content .inner-content .page-heading {
  display: flex;
  justify-content: center;
}

/* line 19098, app/assets/stylesheets/frontend/application.scss */
.company-signup-page .step-three-content .inner-content .page-heading h5 {
  margin-bottom: 0.7em;
}

/* line 19101, app/assets/stylesheets/frontend/application.scss */
.company-signup-page .step-three-content .inner-content .page-heading span {
  color: #B3C7D7;
  margin-left: 12px;
  font-size: 14px;
  letter-spacing: 0.5px;
}

/* line 19108, app/assets/stylesheets/frontend/application.scss */
.company-signup-page .step-three-content .inner-content .fields {
  margin-bottom: 2em;
}

/* line 19110, app/assets/stylesheets/frontend/application.scss */
.company-signup-page .step-three-content .inner-content .fields .upload-img-disply-flex {
  display: flex;
  align-items: center;
}

/* line 19113, app/assets/stylesheets/frontend/application.scss */
.company-signup-page .step-three-content .inner-content .fields .upload-img-disply-flex .file-field {
  margin-left: 5px;
}

/* line 19117, app/assets/stylesheets/frontend/application.scss */
.company-signup-page .step-three-content .inner-content .fields .field {
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* line 19121, app/assets/stylesheets/frontend/application.scss */
.company-signup-page .step-three-content .inner-content .fields .field .display-flex {
  display: flex;
  justify-content: center;
}

/* line 19124, app/assets/stylesheets/frontend/application.scss */
.company-signup-page .step-three-content .inner-content .fields .field .display-flex .inner-field-color {
  width: 65px;
}

/* line 19126, app/assets/stylesheets/frontend/application.scss */
.company-signup-page .step-three-content .inner-content .fields .field .display-flex .inner-field-color input {
  padding: 0;
  border-color: transparent;
}

/* line 19132, app/assets/stylesheets/frontend/application.scss */
.company-signup-page .step-three-content .inner-content .fields .field .display-flex .inner-field-code input {
  padding: 0;
  border-color: #DBE3EF;
  height: 35px !important;
  margin-top: 5px;
  padding-left: 5px;
  font-size: 15px !important;
  width: 120px;
}

/* line 19143, app/assets/stylesheets/frontend/application.scss */
.company-signup-page .step-three-content .inner-content .fields .field .upload-profile-btn-img {
  margin: 0;
  height: auto;
  float: inherit;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

/* line 19151, app/assets/stylesheets/frontend/application.scss */
.company-signup-page .step-three-content .inner-content .fields .field .upload-profile-btn-img .img-dec {
  color: #788997;
  text-align: center;
  font-size: 12px;
  letter-spacing: 0.5px;
  font-weight: 300;
  margin: 15px 0px 15px 0px;
}

/* line 19159, app/assets/stylesheets/frontend/application.scss */
.company-signup-page .step-three-content .inner-content .fields .field .upload-profile-btn-img .btn-upload {
  width: auto;
  color: #F41403;
  text-align: center;
  border: 1px solid #F41403;
  text-transform: uppercase;
  border-radius: 1px;
  padding: 10px;
  letter-spacing: 0.5px;
  height: 90px;
  align-items: center;
  display: flex;
}

/* line 19172, app/assets/stylesheets/frontend/application.scss */
.company-signup-page .step-three-content .inner-content .fields .field .upload-profile-btn-img .profile-edit-box {
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* line 19177, app/assets/stylesheets/frontend/application.scss */
.company-signup-page .step-three-content .inner-content .fields .field .upload-profile-btn-img #img_prev_settings {
  background-color: transparent !important;
}

/* line 19181, app/assets/stylesheets/frontend/application.scss */
.company-signup-page .step-three-content .inner-content .fields .field .label-text {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1.2em;
  margin-top: 1em;
}

/* line 19189, app/assets/stylesheets/frontend/application.scss */
.company-signup-page .step-three-content .inner-content .fields .field .label-text h5 {
  margin: 0;
  font-weight: 500;
}

/* line 19193, app/assets/stylesheets/frontend/application.scss */
.company-signup-page .step-three-content .inner-content .fields .field .label-text span {
  color: #B3C7D7;
  margin-left: 12px;
  font-size: 14px;
  letter-spacing: 0.5px;
}

/* line 19206, app/assets/stylesheets/frontend/application.scss */
.company-signup-page .step-four-content {
  padding: 25px 100px 30px 100px;
}

/* line 19209, app/assets/stylesheets/frontend/application.scss */
.company-signup-page .step-four-content .inner-content .page-heading {
  text-align: center;
}

/* line 19211, app/assets/stylesheets/frontend/application.scss */
.company-signup-page .step-four-content .inner-content .page-heading h2 {
  margin-top: 0;
  text-align: center;
  letter-spacing: 0.5px;
  margin-top: 0;
  text-align: center;
  font-weight: 500;
  font-size: 44px;
}

/* line 19220, app/assets/stylesheets/frontend/application.scss */
.company-signup-page .step-four-content .inner-content .page-heading img {
  width: 100px;
  margin-bottom: 20px;
}

/* line 19224, app/assets/stylesheets/frontend/application.scss */
.company-signup-page .step-four-content .inner-content .page-heading h5 {
  text-align: left;
}

/* line 19228, app/assets/stylesheets/frontend/application.scss */
.company-signup-page .step-four-content .inner-content .fields {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1.5em;
}

/* line 19232, app/assets/stylesheets/frontend/application.scss */
.company-signup-page .step-four-content .inner-content .fields .field {
  width: 50%;
  padding: 0px 5px 0px 5px;
}

/* line 19235, app/assets/stylesheets/frontend/application.scss */
.company-signup-page .step-four-content .inner-content .fields .field h6 {
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 0.2px;
  margin-bottom: 15px;
}

/* line 19241, app/assets/stylesheets/frontend/application.scss */
.company-signup-page .step-four-content .inner-content .fields .field ul {
  margin-top: 0;
}

/* line 19243, app/assets/stylesheets/frontend/application.scss */
.company-signup-page .step-four-content .inner-content .fields .field ul li {
  list-style: disc;
  font-weight: 400;
  letter-spacing: 0.2px;
  margin-bottom: 5px;
  font-size: 15px;
  margin-left: 15px;
}

/* line 19261, app/assets/stylesheets/frontend/application.scss */
.company-wizards-page .user-main-nav .am-fixed-top {
  background-color: white !important;
  background: white !important;
  border-bottom: none !important;
}

/* line 19266, app/assets/stylesheets/frontend/application.scss */
.company-wizards-page .user-main-nav .am-fixed-top .logo .dynamic-logo {
  display: none;
}

/* line 19269, app/assets/stylesheets/frontend/application.scss */
.company-wizards-page .user-main-nav .am-fixed-top .logo .wizard-page-logo {
  display: block !important;
}

/* line 19272, app/assets/stylesheets/frontend/application.scss */
.company-wizards-page .user-main-nav .am-fixed-top .logo .company-name-header {
  color: black !important;
}

/* line 19276, app/assets/stylesheets/frontend/application.scss */
.company-wizards-page .user-main-nav .am-fixed-top i.material-icons {
  color: black !important;
}

/* line 19279, app/assets/stylesheets/frontend/application.scss */
.company-wizards-page .user-main-nav .am-fixed-top .xp-score {
  color: black !important;
}

/* line 19284, app/assets/stylesheets/frontend/application.scss */
.company-wizards-page .user-main-nav .am-fixed-top .timeline-user .user-avatar span {
  color: black !important;
}

/* line 19290, app/assets/stylesheets/frontend/application.scss */
.company-wizards-page .user-main-nav .wizard-head-bottom-bar {
  height: 2px;
  width: 100%;
  display: block !important;
}

/* line 19304, app/assets/stylesheets/frontend/application.scss */
.forgot-password-page {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}

/* line 19308, app/assets/stylesheets/frontend/application.scss */
.forgot-password-page .page-content {
  width: 30%;
  position: fixed;
  z-index: 10;
  height: 100%;
  background-color: white;
  overflow-y: auto;
  padding: 12px 18px;
}

/* line 19317, app/assets/stylesheets/frontend/application.scss */
.forgot-password-page .page-content .login-signup-header h5 {
  font-weight: 400;
  font-size: 20px;
}

/* line 19322, app/assets/stylesheets/frontend/application.scss */
.forgot-password-page .page-content .login-fields-block {
  margin-top: 2em;
}

/* line 19324, app/assets/stylesheets/frontend/application.scss */
.forgot-password-page .page-content .login-fields-block h5 {
  font-size: 20px;
  font-weight: 500;
}

/* line 19329, app/assets/stylesheets/frontend/application.scss */
.forgot-password-page .page-content .login-fields-block .field .pass-field-blue {
  height: auto;
  margin-bottom: 5px;
  color: inherit;
}

/* line 19333, app/assets/stylesheets/frontend/application.scss */
.forgot-password-page .page-content .login-fields-block .field .pass-field-blue input {
  background: #f6f6f6 !important;
  border-radius: 5px !important;
  height: 50px !important;
  padding: 10px 15px 10px 15px !important;
}

/* line 19341, app/assets/stylesheets/frontend/application.scss */
.forgot-password-page .page-content .login-fields-block .field .actions .reset-pass-btn {
  border-radius: 5px;
  width: 100% !important;
  height: 45px;
}

/* line 19348, app/assets/stylesheets/frontend/application.scss */
.forgot-password-page .page-content .login-fields-block #error-msg {
  width: 100%;
  margin-bottom: 12px;
  float: left;
  font-size: 15px;
  letter-spacing: 0.2px;
  color: #039be5;
}

/* line 19365, app/assets/stylesheets/frontend/application.scss */
.update-profile-page-user-side {
  width: 100%;
  padding-top: 8em;
  padding-bottom: 3.2em;
}

/* line 19369, app/assets/stylesheets/frontend/application.scss */
.update-profile-page-user-side .row-profile {
  width: 100%;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

/* line 19377, app/assets/stylesheets/frontend/application.scss */
.update-profile-page-user-side .profile-width {
  width: 100%;
  background-color: white;
  border-radius: 10px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* line 19385, app/assets/stylesheets/frontend/application.scss */
.update-profile-page-user-side .profile-width .profile-bg-back {
  width: 100%;
  display: flex;
  flex-direction: column;
}

/* line 19389, app/assets/stylesheets/frontend/application.scss */
.update-profile-page-user-side .profile-width .profile-bg-back .title {
  width: 100%;
  margin-bottom: 8px;
  display: none;
}

/* line 19393, app/assets/stylesheets/frontend/application.scss */
.update-profile-page-user-side .profile-width .profile-bg-back .title h5 {
  font-weight: 400;
}

/* line 19397, app/assets/stylesheets/frontend/application.scss */
.update-profile-page-user-side .profile-width .profile-bg-back .field {
  width: 100%;
  margin-bottom: 15px;
}

/* line 19400, app/assets/stylesheets/frontend/application.scss */
.update-profile-page-user-side .profile-width .profile-bg-back .field label {
  width: 100%;
  margin-bottom: 5px;
  float: left;
}

/* line 19405, app/assets/stylesheets/frontend/application.scss */
.update-profile-page-user-side .profile-width .profile-bg-back .field .view-password {
  margin-bottom: 0 !important;
  background-color: transparent !important;
  cursor: none;
}

/* line 19409, app/assets/stylesheets/frontend/application.scss */
.update-profile-page-user-side .profile-width .profile-bg-back .field .view-password:focus {
  border: none;
  box-shadow: none;
}

/* line 19414, app/assets/stylesheets/frontend/application.scss */
.update-profile-page-user-side .profile-width .profile-bg-back .field h6 {
  width: 100%;
  float: left;
  font-size: 14px;
}

/* line 19421, app/assets/stylesheets/frontend/application.scss */
.update-profile-page-user-side .profile-width .profile-img {
  margin-bottom: 15px;
  width: 135px;
  height: 135px;
}

/* line 19426, app/assets/stylesheets/frontend/application.scss */
.update-profile-page-user-side .profile-width .profile-small {
  display: none;
}

/* line 19428, app/assets/stylesheets/frontend/application.scss */
.update-profile-page-user-side .profile-width .profile-small p {
  font-size: 14px;
  color: #b3b3b3;
  margin-bottom: 12px;
}

/* line 19436, app/assets/stylesheets/frontend/application.scss */
.update-profile-page-user-side .profilebtn .btn, .update-profile-page-user-side .profilebtn .btn-large {
  background-color: #F44336;
}

/* line 19444, app/assets/stylesheets/frontend/application.scss */
.user-view-profile-page {
  width: 100%;
  margin-top: 5em;
}

/* line 19447, app/assets/stylesheets/frontend/application.scss */
.user-view-profile-page .top-admin-edit-btn {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  padding: 0px 16px;
  margin-bottom: 12px;
}

/* line 19453, app/assets/stylesheets/frontend/application.scss */
.user-view-profile-page .top-admin-edit-btn .edit-btn {
  background-color: transparent;
  box-shadow: none;
  border: 1px solid #475467;
  color: #475467;
}

/* line 19458, app/assets/stylesheets/frontend/application.scss */
.user-view-profile-page .top-admin-edit-btn .edit-btn:hover {
  box-shadow: none;
  background-color: transparent;
}

/* line 19464, app/assets/stylesheets/frontend/application.scss */
.user-view-profile-page .heading {
  font-size: 20px;
  font-weight: 500;
  margin: 0px 0px 10px 0px;
}

/* line 19469, app/assets/stylesheets/frontend/application.scss */
.user-view-profile-page .top-flex {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 12px;
}

/* line 19474, app/assets/stylesheets/frontend/application.scss */
.user-view-profile-page .top-flex .profile-b {
  width: 50%;
  padding: 0px 15px;
}

/* line 19477, app/assets/stylesheets/frontend/application.scss */
.user-view-profile-page .top-flex .profile-b .bg-white {
  background-color: white;
  border-radius: 12px;
  padding: 12px;
}

/* line 19482, app/assets/stylesheets/frontend/application.scss */
.user-view-profile-page .top-flex .profile-b .profile-img-b {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 8px;
}

/* line 19488, app/assets/stylesheets/frontend/application.scss */
.user-view-profile-page .top-flex .profile-b .profile-img-b img {
  margin-bottom: 10px;
  width: 102px;
  max-width: 102px;
}

/* line 19493, app/assets/stylesheets/frontend/application.scss */
.user-view-profile-page .top-flex .profile-b .profile-img-b .full-name {
  font-size: 20px;
}

/* line 19497, app/assets/stylesheets/frontend/application.scss */
.user-view-profile-page .top-flex .profile-b .profile-bg-back {
  width: 100%;
}

/* line 19499, app/assets/stylesheets/frontend/application.scss */
.user-view-profile-page .top-flex .profile-b .profile-bg-back .field {
  width: 100%;
  margin-bottom: 6px;
}

/* line 19502, app/assets/stylesheets/frontend/application.scss */
.user-view-profile-page .top-flex .profile-b .profile-bg-back .field label {
  font-size: 14px;
}

/* line 19505, app/assets/stylesheets/frontend/application.scss */
.user-view-profile-page .top-flex .profile-b .profile-bg-back .field .skills-b {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

/* line 19509, app/assets/stylesheets/frontend/application.scss */
.user-view-profile-page .top-flex .profile-b .profile-bg-back .field .skills-b .skill {
  width: auto;
  padding: 5px 5px;
}

/* line 19512, app/assets/stylesheets/frontend/application.scss */
.user-view-profile-page .top-flex .profile-b .profile-bg-back .field .skills-b .skill .content-s {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #e8f3e7;
  border: 1px solid #dcdddc;
  padding: 2px 10px;
  border-radius: 5px;
}

/* line 19520, app/assets/stylesheets/frontend/application.scss */
.user-view-profile-page .top-flex .profile-b .profile-bg-back .field .skills-b .skill .content-s a {
  display: flex;
  align-items: center;
}

/* line 19523, app/assets/stylesheets/frontend/application.scss */
.user-view-profile-page .top-flex .profile-b .profile-bg-back .field .skills-b .skill .content-s a i {
  font-size: 16px;
}

/* line 19527, app/assets/stylesheets/frontend/application.scss */
.user-view-profile-page .top-flex .profile-b .profile-bg-back .field .skills-b .skill .content-s span {
  margin-right: 5px;
}

/* line 19536, app/assets/stylesheets/frontend/application.scss */
.user-view-profile-page .top-flex .right-stats-b {
  width: 50%;
  padding: 0px 15px;
}

/* line 19539, app/assets/stylesheets/frontend/application.scss */
.user-view-profile-page .top-flex .right-stats-b .user-stats {
  width: 100%;
  background-color: white;
  padding: 12px;
  border-radius: 12px;
  margin-bottom: 12px;
}

/* line 19545, app/assets/stylesheets/frontend/application.scss */
.user-view-profile-page .top-flex .right-stats-b .user-stats .stat-fields {
  width: 100%;
}

/* line 19548, app/assets/stylesheets/frontend/application.scss */
.user-view-profile-page .top-flex .right-stats-b .user-stats .stat-fields .field {
  width: 100%;
  margin-bottom: 10px;
}

/* line 19551, app/assets/stylesheets/frontend/application.scss */
.user-view-profile-page .top-flex .right-stats-b .user-stats .stat-fields .field .flex-s {
  width: 35%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* line 19556, app/assets/stylesheets/frontend/application.scss */
.user-view-profile-page .top-flex .right-stats-b .user-stats .stat-fields .field .flex-s span {
  margin-right: 5px;
}

/* line 19559, app/assets/stylesheets/frontend/application.scss */
.user-view-profile-page .top-flex .right-stats-b .user-stats .stat-fields .field .flex-s .icon {
  margin-right: 10px;
  font-size: 20px;
}

/* line 19563, app/assets/stylesheets/frontend/application.scss */
.user-view-profile-page .top-flex .right-stats-b .user-stats .stat-fields .field .flex-s i {
  margin-right: 5px !important;
}

/* line 19566, app/assets/stylesheets/frontend/application.scss */
.user-view-profile-page .top-flex .right-stats-b .user-stats .stat-fields .field .flex-s .ico-b {
  display: flex;
  align-items: center;
}

/* line 19574, app/assets/stylesheets/frontend/application.scss */
.user-view-profile-page .top-flex .right-stats-b .tags-trending {
  width: 100%;
  background-color: white;
  padding: 12px;
  border-radius: 12px;
}

/* line 19579, app/assets/stylesheets/frontend/application.scss */
.user-view-profile-page .top-flex .right-stats-b .tags-trending .tags-b {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

/* line 19583, app/assets/stylesheets/frontend/application.scss */
.user-view-profile-page .top-flex .right-stats-b .tags-trending .tags-b .tag {
  width: auto;
  padding: 5px 5px;
}

/* line 19586, app/assets/stylesheets/frontend/application.scss */
.user-view-profile-page .top-flex .right-stats-b .tags-trending .tags-b .tag .content-s {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #e8f3e7;
  border: 1px solid #dcdddc;
  padding: 2px 10px;
  border-radius: 5px;
}

/* line 19594, app/assets/stylesheets/frontend/application.scss */
.user-view-profile-page .top-flex .right-stats-b .tags-trending .tags-b .tag .content-s a {
  display: flex;
  align-items: center;
}

/* line 19597, app/assets/stylesheets/frontend/application.scss */
.user-view-profile-page .top-flex .right-stats-b .tags-trending .tags-b .tag .content-s a i {
  font-size: 16px;
}

/* line 19601, app/assets/stylesheets/frontend/application.scss */
.user-view-profile-page .top-flex .right-stats-b .tags-trending .tags-b .tag .content-s span {
  margin-right: 5px;
}

/* line 19610, app/assets/stylesheets/frontend/application.scss */
.user-view-profile-page .bottom-flex {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

/* line 19614, app/assets/stylesheets/frontend/application.scss */
.user-view-profile-page .bottom-flex .top-ideas-b {
  width: 50%;
  padding: 5px 15px;
}

/* line 19617, app/assets/stylesheets/frontend/application.scss */
.user-view-profile-page .bottom-flex .top-ideas-b .content-b {
  width: 100%;
  background-color: white;
  border-radius: 12px;
  padding: 12px;
}

/* line 19623, app/assets/stylesheets/frontend/application.scss */
.user-view-profile-page .bottom-flex .top-ideas-b .content-b table th {
  border: none !important;
}

/* line 19626, app/assets/stylesheets/frontend/application.scss */
.user-view-profile-page .bottom-flex .top-ideas-b .content-b table td {
  border: none !important;
}

/* line 19629, app/assets/stylesheets/frontend/application.scss */
.user-view-profile-page .bottom-flex .top-ideas-b .content-b table .creator-name {
  text-align: center;
  position: relative;
}

/* line 19632, app/assets/stylesheets/frontend/application.scss */
.user-view-profile-page .bottom-flex .top-ideas-b .content-b table .creator-name img {
  width: 32px;
  height: 32px;
  border-radius: 100%;
}

/* line 19638, app/assets/stylesheets/frontend/application.scss */
.user-view-profile-page .bottom-flex .top-ideas-b .content-b table .creator-name .idea-creator {
  width: 150px;
  position: absolute;
  background-color: white;
  padding: 6px 6px;
  border-radius: 5px;
  border: 1px solid #e1e4ea;
  z-index: 2;
  white-space: normal;
  top: 30px;
  left: 8px;
  opacity: 0;
  visibility: hidden;
}

/* line 19660, app/assets/stylesheets/frontend/application.scss */
.user-view-profile-page .bottom-flex .top-ideas-b .content-b table .creator-name:hover .idea-creator {
  opacity: 1;
  visibility: visible;
}

/* line 19665, app/assets/stylesheets/frontend/application.scss */
.admin-global-learn-btn-block {
  width: auto;
}

/* line 19667, app/assets/stylesheets/frontend/application.scss */
.admin-global-learn-btn-block .learn-btn-icon {
  display: flex;
  align-items: center;
}

/* line 19670, app/assets/stylesheets/frontend/application.scss */
.admin-global-learn-btn-block .learn-btn-icon .btn-icon {
  margin-right: 6px;
}

/* line 19673, app/assets/stylesheets/frontend/application.scss */
.admin-global-learn-btn-block .learn-btn-icon i {
  rotate: 90deg;
  margin-left: 10px;
  line-height: normal;
}

/* line 19679, app/assets/stylesheets/frontend/application.scss */
.admin-global-learn-btn-block .learn-btn {
  min-width: auto;
  padding: 0px 12px;
  background-color: transparent;
  color: #33334f;
  border: 1px solid #33334f;
  position: relative;
}

/* line 19686, app/assets/stylesheets/frontend/application.scss */
.admin-global-learn-btn-block .learn-btn:hover {
  background-color: #33334f;
  color: white;
}

/* line 19690, app/assets/stylesheets/frontend/application.scss */
.admin-global-learn-btn-block .learn-btn .learn-hover-drop-content {
  position: absolute;
  z-index: 1;
  background-color: white;
  box-shadow: 2px 2px 5px 2px rgba(0, 0, 0, 0.1);
  width: 180px;
  right: 0;
  display: none;
}

/* line 19698, app/assets/stylesheets/frontend/application.scss */
.admin-global-learn-btn-block .learn-btn .learn-hover-drop-content .inner-btn {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 5px 8px 5px 8px;
  font-size: 14px;
  text-transform: initial;
  border-bottom: 1px solid #eaeaea;
  color: #4d4d4d;
}

/* line 19707, app/assets/stylesheets/frontend/application.scss */
.admin-global-learn-btn-block .learn-btn .learn-hover-drop-content .inner-btn .material-icons {
  margin-right: 8px;
}

/* line 19710, app/assets/stylesheets/frontend/application.scss */
.admin-global-learn-btn-block .learn-btn .learn-hover-drop-content .inner-btn:hover {
  background-color: #f5fbff;
  border-color: transparent;
}

/* line 19721, app/assets/stylesheets/frontend/application.scss */
.admin-global-learn-btn-block .learn-btn:hover .learn-hover-drop-content {
  display: block;
}

/* line 19725, app/assets/stylesheets/frontend/application.scss */
.idea-submitted-modal {
  max-width: 768px;
  width: 100%;
}

/* line 19729, app/assets/stylesheets/frontend/application.scss */
.idea-submitted-modal .modal-heading h5 {
  font-size: 25px;
}

/* line 19733, app/assets/stylesheets/frontend/application.scss */
.idea-submitted-modal .modal-body {
  padding-right: 0;
}

/* line 19736, app/assets/stylesheets/frontend/application.scss */
.idea-submitted-modal .submited-content {
  width: 100%;
  display: flex;
  align-items: center;
}

/* line 19740, app/assets/stylesheets/frontend/application.scss */
.idea-submitted-modal .submited-content .left-img {
  width: auto;
  padding-right: 15px;
}

/* line 19743, app/assets/stylesheets/frontend/application.scss */
.idea-submitted-modal .submited-content .left-img img {
  width: 120px;
}

/* line 19747, app/assets/stylesheets/frontend/application.scss */
.idea-submitted-modal .submited-content .right-text {
  padding-left: 15px;
  max-height: 300px;
  overflow-y: auto;
  padding-right: 15px;
}

/* line 19752, app/assets/stylesheets/frontend/application.scss */
.idea-submitted-modal .submited-content .right-text p {
  margin-bottom: 8px;
}

/* line 19755, app/assets/stylesheets/frontend/application.scss */
.idea-submitted-modal .submited-content .right-text ul {
  padding-left: 15px;
}

/* line 19757, app/assets/stylesheets/frontend/application.scss */
.idea-submitted-modal .submited-content .right-text ul li {
  list-style-type: disc;
}

/* line 19763, app/assets/stylesheets/frontend/application.scss */
.idea-submitted-modal .flex-buttons {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

/* line 19768, app/assets/stylesheets/frontend/application.scss */
.idea-submitted-modal .flex-buttons .btn-block {
  width: auto;
  padding: 2px 5px;
}

/* line 19771, app/assets/stylesheets/frontend/application.scss */
.idea-submitted-modal .flex-buttons .btn-block .btn, .idea-submitted-modal .flex-buttons .btn-block .btn-large {
  width: auto;
  padding: 0px 10px;
  text-transform: uppercase;
  font-size: 13px;
  box-shadow: none;
  background-color: transparent;
  border: 1px solid #33334f;
  color: #33334f;
}

/* line 19783, app/assets/stylesheets/frontend/application.scss */
.idea-submitted-modal .flex-buttons .add-new .btn, .idea-submitted-modal .flex-buttons .add-new .btn-large {
  background-color: #33334f;
  color: white;
}

/* line 19792, app/assets/stylesheets/frontend/application.scss */
.new-invite-user-page {
  width: 100%;
  margin: 6em 0em 0em 0em;
  padding: 6px 12px;
}

/* line 19796, app/assets/stylesheets/frontend/application.scss */
.new-invite-user-page .page-flex {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
}

/* line 19804, app/assets/stylesheets/frontend/application.scss */
.new-invite-user-page .page-flex .information-main {
  width: 100%;
  height: auto;
  padding: 0px 20px 10px 20px;
}

/* line 19808, app/assets/stylesheets/frontend/application.scss */
.new-invite-user-page .page-flex .information-main .info-sign-up-details {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

/* line 19814, app/assets/stylesheets/frontend/application.scss */
.new-invite-user-page .page-flex .information-main .info-sign-up-details .line-flex {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  margin-top: 12px;
}

/* line 19820, app/assets/stylesheets/frontend/application.scss */
.new-invite-user-page .page-flex .information-main .info-sign-up-details .line-flex .discover {
  padding: 5px 5px;
}

/* line 19826, app/assets/stylesheets/frontend/application.scss */
.new-invite-user-page .page-flex .login-fields {
  width: 100%;
  height: auto;
  max-width: 100%;
  padding: 0px 20px 10px 20px;
  margin: initial;
}

/* line 19833, app/assets/stylesheets/frontend/application.scss */
.new-invite-user-page .page-flex .login-fields .input-fields label {
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 0.02em;
  color: #688FAF;
  margin-bottom: 6px;
  width: 100%;
}

/* line 19841, app/assets/stylesheets/frontend/application.scss */
.new-invite-user-page .page-flex .login-fields .input-fields input {
  border: 1px solid #cccccc !important;
  background-color: transparent;
  height: 45px !important;
  color: #000000;
  border-radius: 0px !important;
  margin-bottom: 0px;
}

/* line 19849, app/assets/stylesheets/frontend/application.scss */
.new-invite-user-page .page-flex .login-fields .input-fields .pass-field-blue {
  height: auto;
}

/* line 19854, app/assets/stylesheets/frontend/application.scss */
.new-invite-user-page .page-flex .login-fields .save-btn .btn, .new-invite-user-page .page-flex .login-fields .save-btn .btn-large {
  box-shadow: none;
  background-color: #1ddd48 !important;
}

/* line 19864, app/assets/stylesheets/frontend/application.scss */
.btn, .btn-large {
  border-radius: 5px !important;
}

/* line 19868, app/assets/stylesheets/frontend/application.scss */
.teams-welcome-page {
  width: 100%;
  padding: 12px;
}

/* line 19871, app/assets/stylesheets/frontend/application.scss */
.teams-welcome-page .btn, .teams-welcome-page .btn-large {
  border: 1px solid #33334f !important;
  color: #33334f;
  box-shadow: none;
  font-size: 14px;
  height: auto;
  padding: 10px 20px 10px 20px;
  line-height: initial;
  background-color: white;
}

/* line 19880, app/assets/stylesheets/frontend/application.scss */
.teams-welcome-page .btn:hover, .teams-welcome-page .btn-large:hover {
  background-color: #33334f;
  color: white;
}

/* line 19885, app/assets/stylesheets/frontend/application.scss */
.teams-welcome-page .profile-b {
  width: 100%;
}

/* line 19887, app/assets/stylesheets/frontend/application.scss */
.teams-welcome-page .profile-b .name {
  width: 100%;
  margin-bottom: 20px;
}

/* line 19890, app/assets/stylesheets/frontend/application.scss */
.teams-welcome-page .profile-b .name .flex {
  display: flex;
  align-items: start;
  justify-content: space-between;
}

/* line 19894, app/assets/stylesheets/frontend/application.scss */
.teams-welcome-page .profile-b .name .flex .left-b {
  width: auto;
  padding-right: 12px;
  display: flex;
  align-items: center;
}

/* line 19899, app/assets/stylesheets/frontend/application.scss */
.teams-welcome-page .profile-b .name .flex .left-b .img {
  margin-right: 12px;
}

/* line 19901, app/assets/stylesheets/frontend/application.scss */
.teams-welcome-page .profile-b .name .flex .left-b .img img {
  border-radius: 100%;
  width: 40px;
}

/* line 19907, app/assets/stylesheets/frontend/application.scss */
.teams-welcome-page .profile-b .name .flex .left-b .title h5 {
  margin: 0;
  font-size: 20px;
  font-weight: 500;
}

/* line 19916, app/assets/stylesheets/frontend/application.scss */
.teams-welcome-page .profile-b .levels-b {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

/* line 19920, app/assets/stylesheets/frontend/application.scss */
.teams-welcome-page .profile-b .levels-b .level {
  width: 50%;
  padding: 0px 12px 12px 0px;
}

/* line 19923, app/assets/stylesheets/frontend/application.scss */
.teams-welcome-page .profile-b .levels-b .level .flex {
  display: flex;
  align-items: center;
}

/* line 19926, app/assets/stylesheets/frontend/application.scss */
.teams-welcome-page .profile-b .levels-b .level .flex h5 {
  margin: 0px 5px 0px 0px;
  font-size: 18px;
  font-weight: 500;
}

/* line 19935, app/assets/stylesheets/frontend/application.scss */
.teams-welcome-page .content-p {
  background-color: white;
  border-radius: 15px;
  padding: 18px 18px;
  margin-bottom: 15px;
}

/* line 19941, app/assets/stylesheets/frontend/application.scss */
.teams-welcome-page .top-tabs {
  height: auto;
  margin-bottom: 12px;
}

/* line 19944, app/assets/stylesheets/frontend/application.scss */
.teams-welcome-page .top-tabs .tab {
  line-height: normal;
  height: auto;
}

/* line 19947, app/assets/stylesheets/frontend/application.scss */
.teams-welcome-page .top-tabs .tab a {
  color: black;
  text-transform: initial;
  font-size: 16px;
  letter-spacing: 0.2px;
}

/* line 19954, app/assets/stylesheets/frontend/application.scss */
.teams-welcome-page .top-tabs .indicator {
  background-color: #0009FF !important;
}

/* line 19958, app/assets/stylesheets/frontend/application.scss */
.teams-welcome-page table {
  border: none;
}

/* line 19960, app/assets/stylesheets/frontend/application.scss */
.teams-welcome-page table th {
  border: none;
  border-bottom: 1px solid #ccc;
}

/* line 19963, app/assets/stylesheets/frontend/application.scss */
.teams-welcome-page table th i {
  font-size: 18px;
}

/* line 19969, app/assets/stylesheets/frontend/application.scss */
.teams-welcome-page table tbody tr td {
  border: none;
  border-bottom: 1px solid #ccc;
}

/* line 19975, app/assets/stylesheets/frontend/application.scss */
.teams-welcome-page table .owner-name {
  display: flex;
  align-items: center;
}

/* line 19978, app/assets/stylesheets/frontend/application.scss */
.teams-welcome-page table .owner-name img {
  width: 25px;
  border-radius: 100%;
  margin-right: 10px;
}

/* line 19984, app/assets/stylesheets/frontend/application.scss */
.teams-welcome-page table h5 {
  margin: 0px;
  font-size: 15px;
}

/* line 19992, app/assets/stylesheets/frontend/application.scss */
.action-drop-down {
  width: auto;
  position: relative;
}

/* line 19997, app/assets/stylesheets/frontend/application.scss */
.dropdown-trigger-fix {
  display: flex;
  align-items: center;
}

/* line 20000, app/assets/stylesheets/frontend/application.scss */
.dropdown-trigger-fix span {
  display: flex;
  align-items: center;
  line-height: normal;
  margin-top: 0px;
}

/* line 20006, app/assets/stylesheets/frontend/application.scss */
.dropdown-trigger-fix i {
  rotate: 90deg;
  margin-left: 5px;
  line-height: normal;
}

/* line 20019, app/assets/stylesheets/frontend/application.scss */
.action-drop-content {
  top: 30px !important;
  width: -moz-max-content !important;
  width: max-content !important;
  min-width: 100%;
  left: 5px !important;
  border-radius: 5px;
  overflow: inherit;
  max-height: -moz-max-content;
  max-height: max-content;
}

/* line 20027, app/assets/stylesheets/frontend/application.scss */
.action-drop-content li {
  min-height: auto;
  line-height: initial;
  width: 100%;
}

/* line 20031, app/assets/stylesheets/frontend/application.scss */
.action-drop-content li a {
  line-height: 5px;
  padding: 15px 15px;
  width: 100%;
  max-width: 300px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-weight: 300;
  color: #101828;
  border: none !important;
  margin: 0 !important;
}

/* line 20043, app/assets/stylesheets/frontend/application.scss */
.action-drop-content li a:hover {
  background-color: #eee !important;
  color: #101828 !important;
}

/* line 20052, app/assets/stylesheets/frontend/application.scss */
.attached-file-table-list-view {
  width: 100%;
}

/* line 20055, app/assets/stylesheets/frontend/application.scss */
.attached-file-table-list-view .file-content {
  width: 100%;
  display: flex;
  border: 1px solid #898989;
  border-radius: 12px;
  margin-bottom: 12px;
  padding: 12px 12px;
  position: relative;
  justify-content: space-between;
  align-items: center;
}

/* line 20065, app/assets/stylesheets/frontend/application.scss */
.attached-file-table-list-view .file-content:hover {
  background-color: #f2f8fc;
}

/* line 20068, app/assets/stylesheets/frontend/application.scss */
.attached-file-table-list-view .file-content .file-name-owner {
  width: auto;
  display: flex;
  align-items: flex-start;
  justify-content: start;
  flex-direction: column;
}

/* line 20075, app/assets/stylesheets/frontend/application.scss */
.attached-file-table-list-view .file-content .date {
  color: #6f6f6f;
  font-size: 13px;
  margin: 2px 0px 0px 3px;
}

/* line 20082, app/assets/stylesheets/frontend/application.scss */
.attached-file-table-list-view .file-name {
  display: flex;
  align-items: center;
}

/* line 20086, app/assets/stylesheets/frontend/application.scss */
.attached-file-table-list-view .file-name .file-flex {
  display: flex;
  align-items: center;
}

/* line 20089, app/assets/stylesheets/frontend/application.scss */
.attached-file-table-list-view .file-name .file-flex a {
  color: #5e6779;
  margin-left: 2px;
  font-size: 16px;
  font-weight: 500;
}

/* line 20095, app/assets/stylesheets/frontend/application.scss */
.attached-file-table-list-view .file-name .file-flex i {
  font-size: 45px;
  opacity: 1 !important;
  margin-right: 2px;
}

/* line 20102, app/assets/stylesheets/frontend/application.scss */
.attached-file-table-list-view .file-name .col-remove {
  display: flex;
  align-items: center;
  position: absolute;
  right: 10px;
  top: 5px;
  opacity: 0;
  pointer-events: none;
}

/* line 20110, app/assets/stylesheets/frontend/application.scss */
.attached-file-table-list-view .file-name .col-remove a {
  display: flex;
  align-items: center;
}

/* line 20116, app/assets/stylesheets/frontend/application.scss */
.attached-file-table-list-view .creator {
  display: flex;
  align-items: center;
}

/* line 20119, app/assets/stylesheets/frontend/application.scss */
.attached-file-table-list-view .creator img {
  margin-right: 10px;
}

/* line 20125, app/assets/stylesheets/frontend/application.scss */
.attached-file-table-list-view .file-content:hover .col-remove {
  opacity: 1 !important;
  pointer-events: inherit !important;
}

/*---New Responsive media queries--*/
@media screen and (min-width: 993px) {
  /* line 20136, app/assets/stylesheets/frontend/application.scss */
  .am-fixed-top .mobile-search .search-bar-magnify {
    display: none;
  }
}

@media screen and (min-width: 579px) {
  /* line 20147, app/assets/stylesheets/frontend/application.scss */
  .new-user-landing-page .slider-bg .mobile-right-btns {
    display: none;
  }
}

@media screen and (max-width: 992px) {
  /* line 20156, app/assets/stylesheets/frontend/application.scss */
  .am-fixed-top {
    position: relative;
    padding: 3px 2px 2px 2px;
  }
  /* line 20160, app/assets/stylesheets/frontend/application.scss */
  .am-fixed-top .mobile-search .search-bar-magnify {
    display: block;
    margin-right: 10px;
  }
  /* line 20165, app/assets/stylesheets/frontend/application.scss */
  .am-fixed-top #mobile-search-form {
    display: none;
  }
  /* line 20173, app/assets/stylesheets/frontend/application.scss */
  .am-fixed-top .timeline-user .user-avatar span {
    display: none;
  }
  /* line 20177, app/assets/stylesheets/frontend/application.scss */
  .am-fixed-top .timeline-user .pro-inner {
    display: block;
    padding: 12px 15px 12px 15px;
    border-bottom: 1px solid #e2e2e2;
    margin-bottom: 10px;
  }
  /* line 20183, app/assets/stylesheets/frontend/application.scss */
  .am-fixed-top .timeline-user .sub-p-r {
    display: none;
  }
  /* line 20186, app/assets/stylesheets/frontend/application.scss */
  .am-fixed-top .timeline-user .home-sub-p-r {
    display: block;
  }
  /* line 20190, app/assets/stylesheets/frontend/application.scss */
  .am-fixed-top .logo-resize {
    height: 30px;
  }
  /* line 20193, app/assets/stylesheets/frontend/application.scss */
  .am-fixed-top .head-xp-no {
    padding-left: 15px;
  }
  /* line 20197, app/assets/stylesheets/frontend/application.scss */
  #mobile-search-form {
    display: block;
    position: absolute;
    right: 0px;
    z-index: 1;
    bottom: -39px;
    width: 100%;
    padding: 0px 6px;
  }
  /* line 20207, app/assets/stylesheets/frontend/application.scss */
  #teams-search-form .new-page-search {
    width: 100%;
    margin-right: 0px;
  }
  /* line 20210, app/assets/stylesheets/frontend/application.scss */
  #teams-search-form .new-page-search .flex {
    background-color: #ffffff;
  }
}

@media only screen and (min-width: 601px) and (max-width: 1024px) {
  /* line 20220, app/assets/stylesheets/frontend/application.scss */
  .row .col.m3 {
    width: 100%;
  }
  /* line 20226, app/assets/stylesheets/frontend/application.scss */
  .idea-tab-btn {
    display: block;
  }
  /* line 20229, app/assets/stylesheets/frontend/application.scss */
  .idea-details-tab-btn {
    display: none;
  }
}

@media screen and (min-width: 1850px) {
  /* line 20254, app/assets/stylesheets/frontend/application.scss */
  .mission-tab-ideas .ideas-card-row .idea-cards-position:nth-child(5) {
    display: block;
  }
  /* line 20257, app/assets/stylesheets/frontend/application.scss */
  .mission-tab-ideas .ideas-card-row .idea-cards-position:nth-child(6) {
    display: block;
  }
  /* line 20262, app/assets/stylesheets/frontend/application.scss */
  .view-ideas-block .view-heading {
    width: 60%;
  }
  /* line 20268, app/assets/stylesheets/frontend/application.scss */
  .info-card-details .view-heading {
    width: 60%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1150px) {
  /* line 20282, app/assets/stylesheets/frontend/application.scss */
  .admin-column-plugin-page .main-head-row .cat-row {
    flex-direction: column;
  }
  /* line 20284, app/assets/stylesheets/frontend/application.scss */
  .admin-column-plugin-page .main-head-row .cat-row .right-cat-content {
    margin-top: 12px;
  }
  /* line 20287, app/assets/stylesheets/frontend/application.scss */
  .admin-column-plugin-page .main-head-row .cat-row .right-cat-content .category-header .board-user-profiles-pics {
    margin-left: 0;
  }
  /* line 20297, app/assets/stylesheets/frontend/application.scss */
  .boards-body .overflowCol {
    height: calc(100vh - 172px);
  }
  /* line 20308, app/assets/stylesheets/frontend/application.scss */
  .new-user-landing-page .slider-bg .content .manager-view .company-info .company-title h3 {
    font-size: 22px;
  }
  /* line 20311, app/assets/stylesheets/frontend/application.scss */
  .new-user-landing-page .slider-bg .content .manager-view .company-info .company-title h1 {
    font-size: 15px;
  }
  /* line 20323, app/assets/stylesheets/frontend/application.scss */
  .user-ideas-page .page-filters .idea_search {
    flex-direction: column;
  }
  /* line 20325, app/assets/stylesheets/frontend/application.scss */
  .user-ideas-page .page-filters .idea_search .l-filter {
    padding: 0px 0px;
  }
  /* line 20329, app/assets/stylesheets/frontend/application.scss */
  .user-ideas-page .page-filters .ideas-funnel-search-form {
    flex-direction: column;
  }
  /* line 20331, app/assets/stylesheets/frontend/application.scss */
  .user-ideas-page .page-filters .ideas-funnel-search-form .l-filter {
    padding: 0px 0px;
  }
  /* line 20339, app/assets/stylesheets/frontend/application.scss */
  .user-ideas-page .page-wrapper .ideas-bg ul li {
    width: 33.3333333%;
  }
  /* line 20349, app/assets/stylesheets/frontend/application.scss */
  .user-people-page .page-filters .ideas-funnel-search-form {
    flex-direction: row;
  }
  /* line 20351, app/assets/stylesheets/frontend/application.scss */
  .user-people-page .page-filters .ideas-funnel-search-form .l-filter {
    padding: 0px 15px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1400px) {
  /* line 20369, app/assets/stylesheets/frontend/application.scss */
  .new-user-landing-page .wrapper .missions-block .missions .mission-ul li {
    width: 33.333333333333%;
  }
  /* line 20379, app/assets/stylesheets/frontend/application.scss */
  .new-user-landing-page .my-ideas-block .missions-ul li {
    width: 33.333333333333%;
  }
  /* line 20387, app/assets/stylesheets/frontend/application.scss */
  .new-user-landing-page .projects-block .projects-ul li {
    width: 33.333333333333%;
  }
  /* line 20395, app/assets/stylesheets/frontend/application.scss */
  .new-user-landing-page .active-people-block .people-content .people {
    width: 33.333333333333%;
  }
  /* line 20404, app/assets/stylesheets/frontend/application.scss */
  .new-user-landing-page .department-block .departments .departments-ul li {
    width: 33.333333333333%;
  }
  /* line 20415, app/assets/stylesheets/frontend/application.scss */
  .view-ideas-block .ideas-card-row .idea-cards-position {
    width: 33.333333333333%;
  }
  /* line 20424, app/assets/stylesheets/frontend/application.scss */
  .info-card-details .idea-cards .ideas-card-row .idea-cards-position {
    width: 33.333333333333%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 20439, app/assets/stylesheets/frontend/application.scss */
  .am-fixed-top .logo h5 {
    font-size: 14px;
  }
  /* line 20449, app/assets/stylesheets/frontend/application.scss */
  .title-top-b a span {
    font-size: 14px;
  }
  /* line 20458, app/assets/stylesheets/frontend/application.scss */
  .timeline-user span {
    font-size: 14px;
  }
  /* line 20463, app/assets/stylesheets/frontend/application.scss */
  .user-avatar-ideabox {
    flex-direction: column;
  }
  /* line 20466, app/assets/stylesheets/frontend/application.scss */
  .user-avatar-ideabox .content-left {
    margin-bottom: 15px;
  }
  /* line 20472, app/assets/stylesheets/frontend/application.scss */
  .info-card-details .view-heading {
    font-size: 26px;
    width: 100%;
  }
  /* line 20476, app/assets/stylesheets/frontend/application.scss */
  .info-card-details .heading-block {
    margin: 20px 0px 40px 0px;
  }
  /* line 20482, app/assets/stylesheets/frontend/application.scss */
  .view-ideas-block .heading-block {
    margin: 20px 0px 40px 0px;
  }
  /* line 20488, app/assets/stylesheets/frontend/application.scss */
  .is-countdown b {
    font-size: 20px;
  }
  /* line 20501, app/assets/stylesheets/frontend/application.scss */
  .new-user-landing-page .wrapper .missions-block .missions .mission-ul li {
    width: 50%;
  }
  /* line 20511, app/assets/stylesheets/frontend/application.scss */
  .new-user-landing-page .my-ideas-block .missions-ul li {
    width: 50%;
  }
  /* line 20519, app/assets/stylesheets/frontend/application.scss */
  .new-user-landing-page .projects-block .projects-ul li {
    width: 50%;
  }
  /* line 20527, app/assets/stylesheets/frontend/application.scss */
  .new-user-landing-page .active-people-block .people-content .people {
    width: 100%;
  }
  /* line 20536, app/assets/stylesheets/frontend/application.scss */
  .new-user-landing-page .department-block .departments .departments-ul li {
    width: 50%;
  }
  /* line 20546, app/assets/stylesheets/frontend/application.scss */
  .info-card-details .inbox-mission-image {
    padding: 0px 0px;
  }
  /* line 20549, app/assets/stylesheets/frontend/application.scss */
  .info-card-details .mission-bottom-content {
    padding: 0px 0px;
  }
  /* line 20554, app/assets/stylesheets/frontend/application.scss */
  .info-card-details .idea-cards .heading-display .add-btn {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    margin-bottom: 0.5em;
  }
  /* line 20566, app/assets/stylesheets/frontend/application.scss */
  .selection-review-page .dynamic-columns .left-img-block {
    display: none;
  }
  /* line 20569, app/assets/stylesheets/frontend/application.scss */
  .selection-review-page .dynamic-columns .review-Headings {
    width: 100%;
  }
  /* line 20573, app/assets/stylesheets/frontend/application.scss */
  .selection-review-page .dynamic-columns .rating-block {
    width: 100%;
  }
  /* line 20576, app/assets/stylesheets/frontend/application.scss */
  .selection-review-page .dynamic-columns .rating-block .content-block {
    border-left: none;
    border-top: 1px solid #c5c5c5;
    padding: 6px 0px 6px 0px;
  }
  /* line 20586, app/assets/stylesheets/frontend/application.scss */
  .company-signup-page .content-flex {
    flex-direction: column;
  }
  /* line 20588, app/assets/stylesheets/frontend/application.scss */
  .company-signup-page .content-flex .left-content-block {
    width: 100%;
    height: auto;
  }
  /* line 20592, app/assets/stylesheets/frontend/application.scss */
  .company-signup-page .content-flex .right-content-block {
    width: 100%;
    height: auto;
  }
  /* line 20600, app/assets/stylesheets/frontend/application.scss */
  .forgot-password-page .page-content {
    width: 50%;
  }
  /* line 20607, app/assets/stylesheets/frontend/application.scss */
  .admin-column-plugin-page .main-head-row .cat-row {
    flex-direction: column;
  }
  /* line 20609, app/assets/stylesheets/frontend/application.scss */
  .admin-column-plugin-page .main-head-row .cat-row .right-cat-content {
    margin-top: 12px;
  }
  /* line 20612, app/assets/stylesheets/frontend/application.scss */
  .admin-column-plugin-page .main-head-row .cat-row .right-cat-content .category-header .board-user-profiles-pics {
    margin-left: 0;
  }
  /* line 20621, app/assets/stylesheets/frontend/application.scss */
  .boards-body .overflowCol {
    height: calc(100vh - 172px);
  }
  /* line 20628, app/assets/stylesheets/frontend/application.scss */
  .new-user-landing-page .slider-bg .admin-home {
    padding: 0px 0px;
  }
  /* line 20631, app/assets/stylesheets/frontend/application.scss */
  .new-user-landing-page .slider-bg .content {
    padding: 0px 20px 0px 20px;
  }
  /* line 20636, app/assets/stylesheets/frontend/application.scss */
  .new-user-landing-page .slider-bg .content .manager-view .company-info .company-title h3 {
    font-size: 20px;
  }
  /* line 20639, app/assets/stylesheets/frontend/application.scss */
  .new-user-landing-page .slider-bg .content .manager-view .company-info .company-title h1 {
    font-size: 14px;
  }
  /* line 20649, app/assets/stylesheets/frontend/application.scss */
  .selection-review-page .top-row-content {
    flex-direction: column;
  }
  /* line 20651, app/assets/stylesheets/frontend/application.scss */
  .selection-review-page .top-row-content .next-btn {
    justify-content: space-between;
    margin: 12px 0px 10px 0px;
  }
  /* line 20655, app/assets/stylesheets/frontend/application.scss */
  .selection-review-page .top-row-content #heading-number {
    justify-content: space-between;
  }
  /* line 20663, app/assets/stylesheets/frontend/application.scss */
  .user-ideas-page .page-filters .idea_search {
    flex-direction: column;
  }
  /* line 20665, app/assets/stylesheets/frontend/application.scss */
  .user-ideas-page .page-filters .idea_search .l-filter {
    padding: 0px 0px;
    flex-wrap: wrap;
  }
  /* line 20668, app/assets/stylesheets/frontend/application.scss */
  .user-ideas-page .page-filters .idea_search .l-filter .heading-fill {
    display: none;
  }
  /* line 20673, app/assets/stylesheets/frontend/application.scss */
  .user-ideas-page .page-filters .ideas-funnel-search-form {
    flex-direction: column;
  }
  /* line 20675, app/assets/stylesheets/frontend/application.scss */
  .user-ideas-page .page-filters .ideas-funnel-search-form .l-filter {
    padding: 0px 0px;
    flex-wrap: wrap;
  }
  /* line 20678, app/assets/stylesheets/frontend/application.scss */
  .user-ideas-page .page-filters .ideas-funnel-search-form .l-filter .heading-fill {
    display: none;
  }
  /* line 20684, app/assets/stylesheets/frontend/application.scss */
  .user-ideas-page .page-filters .mobile-filter {
    display: block;
    cursor: pointer;
    margin: 5px 0px 10px 0px;
  }
  /* line 20688, app/assets/stylesheets/frontend/application.scss */
  .user-ideas-page .page-filters .mobile-filter .flexb {
    display: flex;
    align-items: center;
  }
  /* line 20691, app/assets/stylesheets/frontend/application.scss */
  .user-ideas-page .page-filters .mobile-filter .flexb .btn-icon {
    width: 16px;
    margin-right: 10px;
  }
  /* line 20695, app/assets/stylesheets/frontend/application.scss */
  .user-ideas-page .page-filters .mobile-filter .flexb h5 {
    margin: 0;
    font-size: 16px;
  }
  /* line 20701, app/assets/stylesheets/frontend/application.scss */
  .user-ideas-page .page-filters .b-fill {
    position: absolute;
    z-index: 2;
    background-color: white;
    top: 168px;
    width: 55% !important;
    right: 10px;
    height: auto;
    max-height: -moz-max-content;
    max-height: max-content;
    overflow-y: visible;
    padding: 12px;
    box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
    border: 1px solid #e1e4ea;
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
    display: none;
  }
  /* line 20717, app/assets/stylesheets/frontend/application.scss */
  .user-ideas-page .page-filters .b-fill .removemorefilterclass {
    display: block;
  }
  /* line 20721, app/assets/stylesheets/frontend/application.scss */
  .user-ideas-page .page-filters .viewbfiltersenable {
    display: block;
  }
  /* line 20724, app/assets/stylesheets/frontend/application.scss */
  .user-ideas-page .page-filters .f-select {
    width: 50%;
  }
  /* line 20727, app/assets/stylesheets/frontend/application.scss */
  .user-ideas-page .page-filters .r-filter {
    padding: 0px 3px 0px 3px;
    width: 100%;
    flex-direction: column;
  }
  /* line 20731, app/assets/stylesheets/frontend/application.scss */
  .user-ideas-page .page-filters .r-filter .order-f {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
  }
  /* line 20736, app/assets/stylesheets/frontend/application.scss */
  .user-ideas-page .page-filters .r-filter .heading-fill {
    margin: 2px 0px 5px 0px;
    padding: 0px 8px;
  }
  /* line 20745, app/assets/stylesheets/frontend/application.scss */
  .user-ideas-page .page-wrapper .ideas-bg ul li {
    width: 50%;
  }
  /* line 20747, app/assets/stylesheets/frontend/application.scss */
  .user-ideas-page .page-wrapper .ideas-bg ul li .card-b {
    height: auto;
  }
  /* line 20749, app/assets/stylesheets/frontend/application.scss */
  .user-ideas-page .page-wrapper .ideas-bg ul li .card-b .card-content {
    padding: 0px 15px 10px 15px;
  }
  /* line 20761, app/assets/stylesheets/frontend/application.scss */
  .user-people-page .page-filters .ideas-funnel-search-form {
    flex-direction: row;
  }
  /* line 20763, app/assets/stylesheets/frontend/application.scss */
  .user-people-page .page-filters .ideas-funnel-search-form .l-filter {
    padding: 0px 15px;
    flex-wrap: wrap;
  }
  /* line 20766, app/assets/stylesheets/frontend/application.scss */
  .user-people-page .page-filters .ideas-funnel-search-form .l-filter .heading-fill {
    display: none;
  }
}

@media only screen and (min-width: 580px) and (max-width: 767px) {
  /* line 20782, app/assets/stylesheets/frontend/application.scss */
  .am-fixed-top .logo h5 {
    font-size: 11px;
  }
  /* line 20788, app/assets/stylesheets/frontend/application.scss */
  .am-fixed-top .right-nav-content .notification .notification-count {
    padding: 2px 0px 0px 0px;
    top: -3px;
    height: 15px;
    width: 15px;
    font-size: 8px;
  }
  /* line 20803, app/assets/stylesheets/frontend/application.scss */
  .title-top-b a span {
    font-size: 11px;
  }
  /* line 20812, app/assets/stylesheets/frontend/application.scss */
  .timeline-user span {
    font-size: 11px;
  }
  /* line 20817, app/assets/stylesheets/frontend/application.scss */
  .user-avatar-ideabox {
    flex-direction: column;
  }
  /* line 20820, app/assets/stylesheets/frontend/application.scss */
  .user-avatar-ideabox .content-left {
    margin-bottom: 15px;
  }
  /* line 20826, app/assets/stylesheets/frontend/application.scss */
  .info-card-details .view-heading {
    font-size: 26px;
    width: 100%;
  }
  /* line 20830, app/assets/stylesheets/frontend/application.scss */
  .info-card-details .heading-block {
    margin: 20px 0px 40px 0px;
  }
  /* line 20836, app/assets/stylesheets/frontend/application.scss */
  .view-ideas-block .heading-block {
    margin: 20px 0px 40px 0px;
  }
  /* line 20843, app/assets/stylesheets/frontend/application.scss */
  .ideas-tab .content::after {
    width: 70%;
  }
  /* line 20850, app/assets/stylesheets/frontend/application.scss */
  .new-user-landing-page {
    margin-top: 3.6em;
  }
  /* line 20853, app/assets/stylesheets/frontend/application.scss */
  .new-user-landing-page .slider-bg .content {
    padding: 0px 15px 0px 15px;
  }
  /* line 20859, app/assets/stylesheets/frontend/application.scss */
  .new-user-landing-page .wrapper .goals-block .goals {
    flex-wrap: wrap;
  }
  /* line 20861, app/assets/stylesheets/frontend/application.scss */
  .new-user-landing-page .wrapper .goals-block .goals .mission-field {
    display: none;
  }
  /* line 20864, app/assets/stylesheets/frontend/application.scss */
  .new-user-landing-page .wrapper .goals-block .goals .goal-content {
    margin-bottom: 15px;
    text-align: center;
  }
  /* line 20868, app/assets/stylesheets/frontend/application.scss */
  .new-user-landing-page .wrapper .goals-block .goals .field {
    width: 50%;
  }
  /* line 20877, app/assets/stylesheets/frontend/application.scss */
  .new-user-landing-page .wrapper .missions-block .missions .mission-ul li {
    width: 50%;
  }
  /* line 20887, app/assets/stylesheets/frontend/application.scss */
  .new-user-landing-page .my-ideas-block .missions-ul li {
    width: 50%;
  }
  /* line 20895, app/assets/stylesheets/frontend/application.scss */
  .new-user-landing-page .projects-block .projects-ul li {
    width: 50%;
  }
  /* line 20903, app/assets/stylesheets/frontend/application.scss */
  .new-user-landing-page .active-people-block .people-content .people {
    width: 100%;
  }
  /* line 20912, app/assets/stylesheets/frontend/application.scss */
  .new-user-landing-page .department-block .departments .departments-ul li {
    width: 50%;
  }
  /* line 20922, app/assets/stylesheets/frontend/application.scss */
  .info-card-details .inbox-mission-image {
    padding: 0px 0px;
  }
  /* line 20925, app/assets/stylesheets/frontend/application.scss */
  .info-card-details .mission-bottom-content {
    padding: 0px 0px;
  }
  /* line 20931, app/assets/stylesheets/frontend/application.scss */
  .info-card-details .idea-cards .heading-display .add-btn {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    margin-bottom: 0.5em;
  }
  /* line 20942, app/assets/stylesheets/frontend/application.scss */
  .welcome-center {
    padding: 0px 18px;
    width: 100%;
  }
  /* line 20950, app/assets/stylesheets/frontend/application.scss */
  .selection-review-page .top-row-content #heading-number .numbers {
    display: none;
  }
  /* line 20955, app/assets/stylesheets/frontend/application.scss */
  .selection-review-page .top-row-content .title {
    text-align: left;
  }
  /* line 20960, app/assets/stylesheets/frontend/application.scss */
  .selection-review-page .dynamic-columns .left-img-block {
    display: none;
  }
  /* line 20963, app/assets/stylesheets/frontend/application.scss */
  .selection-review-page .dynamic-columns .review-Headings {
    width: 100%;
  }
  /* line 20967, app/assets/stylesheets/frontend/application.scss */
  .selection-review-page .dynamic-columns .rating-block {
    width: 100%;
  }
  /* line 20970, app/assets/stylesheets/frontend/application.scss */
  .selection-review-page .dynamic-columns .rating-block .content-block {
    border-left: none;
    border-top: 1px solid #c5c5c5;
    padding: 6px 0px 6px 0px;
  }
  /* line 20981, app/assets/stylesheets/frontend/application.scss */
  .company-signup-page .content-flex {
    flex-direction: column;
  }
  /* line 20983, app/assets/stylesheets/frontend/application.scss */
  .company-signup-page .content-flex .left-content-block {
    width: 100%;
    height: auto;
    display: none;
  }
  /* line 20988, app/assets/stylesheets/frontend/application.scss */
  .company-signup-page .content-flex .right-content-block {
    width: 100%;
    height: auto;
    padding: 130px 18px 30px 18px;
  }
  /* line 20997, app/assets/stylesheets/frontend/application.scss */
  .company-signup-page .step-page-content {
    padding: 130px 20px 30px 20px;
  }
  /* line 21000, app/assets/stylesheets/frontend/application.scss */
  .company-signup-page .step-four-content {
    padding: 40px 20px 30px 20px;
  }
  /* line 21006, app/assets/stylesheets/frontend/application.scss */
  .forgot-password-page .page-content {
    width: 60%;
  }
  /* line 21012, app/assets/stylesheets/frontend/application.scss */
  .admin-column-plugin-page .main-head-row {
    white-space: nowrap;
    overflow-x: auto;
  }
  /* line 21015, app/assets/stylesheets/frontend/application.scss */
  .admin-column-plugin-page .main-head-row .cat-row {
    flex-direction: column;
  }
  /* line 21017, app/assets/stylesheets/frontend/application.scss */
  .admin-column-plugin-page .main-head-row .cat-row .right-cat-content {
    margin-top: 12px;
  }
  /* line 21020, app/assets/stylesheets/frontend/application.scss */
  .admin-column-plugin-page .main-head-row .cat-row .right-cat-content .category-header .board-user-profiles-pics {
    margin-left: 0;
  }
  /* line 21027, app/assets/stylesheets/frontend/application.scss */
  .admin-column-plugin-page .admin-global-learn-btn-block {
    display: flex;
  }
  /* line 21030, app/assets/stylesheets/frontend/application.scss */
  .admin-column-plugin-page .adding-button {
    white-space: nowrap;
  }
  /* line 21035, app/assets/stylesheets/frontend/application.scss */
  .boards-body .overflowCol {
    height: calc(100vh - 172px);
  }
  /* line 21042, app/assets/stylesheets/frontend/application.scss */
  .new-user-landing-page .slider-bg .bg {
    height: 450px;
  }
  /* line 21052, app/assets/stylesheets/frontend/application.scss */
  .new-user-landing-page .slider-bg .admin-home {
    padding: 0px 15px;
    margin-top: 20px;
  }
  /* line 21055, app/assets/stylesheets/frontend/application.scss */
  .new-user-landing-page .slider-bg .admin-home .max-content {
    padding: 12px 0px 0px 0px;
  }
  /* line 21061, app/assets/stylesheets/frontend/application.scss */
  .new-user-landing-page .slider-bg .content .manager-view .company-info {
    width: 100%;
  }
  /* line 21064, app/assets/stylesheets/frontend/application.scss */
  .new-user-landing-page .slider-bg .content .manager-view .company-info .company-title h3 {
    font-size: 20px;
  }
  /* line 21067, app/assets/stylesheets/frontend/application.scss */
  .new-user-landing-page .slider-bg .content .manager-view .company-info .company-title h1 {
    font-size: 14px;
  }
  /* line 21072, app/assets/stylesheets/frontend/application.scss */
  .new-user-landing-page .slider-bg .content .manager-view .quote-text {
    width: 100%;
  }
  /* line 21080, app/assets/stylesheets/frontend/application.scss */
  .new-user-landing-page .wrapper .goal-enable-btn-block .max-container {
    padding: 0px 0px 0px 0px;
  }
  /* line 21085, app/assets/stylesheets/frontend/application.scss */
  .new-user-landing-page .wrapper .new-home-quote-block .top-text {
    -moz-column-count: 1;
         column-count: 1;
  }
  /* line 21092, app/assets/stylesheets/frontend/application.scss */
  .new-user-landing-page .wrapper .new-home-quote-block .quote-text .content-center .display {
    justify-content: flex-start;
  }
  /* line 21094, app/assets/stylesheets/frontend/application.scss */
  .new-user-landing-page .wrapper .new-home-quote-block .quote-text .content-center .display p {
    width: auto;
  }
  /* line 21107, app/assets/stylesheets/frontend/application.scss */
  .idea-submitted-modal .modal-heading h5 {
    font-size: 22px;
  }
  /* line 21111, app/assets/stylesheets/frontend/application.scss */
  .idea-submitted-modal .modal-body {
    padding-right: 22px;
  }
  /* line 21114, app/assets/stylesheets/frontend/application.scss */
  .idea-submitted-modal .submited-content {
    flex-direction: column;
  }
  /* line 21116, app/assets/stylesheets/frontend/application.scss */
  .idea-submitted-modal .submited-content .left-img {
    padding-right: 0;
    margin-bottom: 12px;
  }
  /* line 21119, app/assets/stylesheets/frontend/application.scss */
  .idea-submitted-modal .submited-content .left-img img {
    width: 80px;
  }
  /* line 21123, app/assets/stylesheets/frontend/application.scss */
  .idea-submitted-modal .submited-content .right-text {
    padding-left: 0px;
    max-height: inherit;
    overflow-y: auto;
    padding-right: 0px;
  }
  /* line 21130, app/assets/stylesheets/frontend/application.scss */
  .idea-submitted-modal .flex-buttons {
    flex-wrap: wrap;
  }
  /* line 21132, app/assets/stylesheets/frontend/application.scss */
  .idea-submitted-modal .flex-buttons .btn-block {
    width: 50%;
    padding: 5px 5px;
  }
  /* line 21135, app/assets/stylesheets/frontend/application.scss */
  .idea-submitted-modal .flex-buttons .btn-block .btn, .idea-submitted-modal .flex-buttons .btn-block .btn-large {
    width: 100%;
  }
  /* line 21142, app/assets/stylesheets/frontend/application.scss */
  .boards-cat-line {
    touch-action: none;
    pointer-events: none;
  }
  /* line 21147, app/assets/stylesheets/frontend/application.scss */
  .boards-cat-line .board-li .card .card-content {
    pointer-events: auto;
  }
  /* line 21155, app/assets/stylesheets/frontend/application.scss */
  .selection-review-page .top-row-content {
    flex-direction: column;
  }
  /* line 21157, app/assets/stylesheets/frontend/application.scss */
  .selection-review-page .top-row-content .next-btn {
    justify-content: space-between;
    margin: 12px 0px 10px 0px;
  }
  /* line 21161, app/assets/stylesheets/frontend/application.scss */
  .selection-review-page .top-row-content #heading-number {
    justify-content: center;
    margin-top: 5px;
  }
  /* line 21168, app/assets/stylesheets/frontend/application.scss */
  .new-invite-user-page {
    margin: 4em 0em 0em 0em;
  }
  /* line 21173, app/assets/stylesheets/frontend/application.scss */
  .new-invite-user-page .page-flex .information-main .info-sign-up-details h4 {
    width: 100%;
    font-size: 22px;
  }
  /* line 21177, app/assets/stylesheets/frontend/application.scss */
  .new-invite-user-page .page-flex .information-main .info-sign-up-details .line-flex {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
  /* line 21189, app/assets/stylesheets/frontend/application.scss */
  .user-ideas-page .page-filters .idea_search {
    flex-direction: column;
  }
  /* line 21191, app/assets/stylesheets/frontend/application.scss */
  .user-ideas-page .page-filters .idea_search .l-filter {
    padding: 0px 0px;
    flex-wrap: wrap;
  }
  /* line 21194, app/assets/stylesheets/frontend/application.scss */
  .user-ideas-page .page-filters .idea_search .l-filter .heading-fill {
    display: none;
  }
  /* line 21199, app/assets/stylesheets/frontend/application.scss */
  .user-ideas-page .page-filters .ideas-funnel-search-form {
    flex-direction: column;
  }
  /* line 21201, app/assets/stylesheets/frontend/application.scss */
  .user-ideas-page .page-filters .ideas-funnel-search-form .l-filter {
    padding: 0px 0px;
    flex-wrap: wrap;
  }
  /* line 21204, app/assets/stylesheets/frontend/application.scss */
  .user-ideas-page .page-filters .ideas-funnel-search-form .l-filter .heading-fill {
    display: none;
  }
  /* line 21210, app/assets/stylesheets/frontend/application.scss */
  .user-ideas-page .page-filters .mobile-filter {
    display: block;
    cursor: pointer;
    margin: 5px 0px 10px 0px;
  }
  /* line 21214, app/assets/stylesheets/frontend/application.scss */
  .user-ideas-page .page-filters .mobile-filter .flexb {
    display: flex;
    align-items: center;
  }
  /* line 21217, app/assets/stylesheets/frontend/application.scss */
  .user-ideas-page .page-filters .mobile-filter .flexb .btn-icon {
    width: 16px;
    margin-right: 10px;
  }
  /* line 21221, app/assets/stylesheets/frontend/application.scss */
  .user-ideas-page .page-filters .mobile-filter .flexb h5 {
    margin: 0;
    font-size: 16px;
  }
  /* line 21227, app/assets/stylesheets/frontend/application.scss */
  .user-ideas-page .page-filters .b-fill {
    position: absolute;
    z-index: 2;
    background-color: white;
    top: 168px;
    width: 55% !important;
    right: 10px;
    height: auto;
    max-height: -moz-max-content;
    max-height: max-content;
    overflow-y: visible;
    padding: 12px;
    box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
    border: 1px solid #e1e4ea;
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
    display: none;
  }
  /* line 21243, app/assets/stylesheets/frontend/application.scss */
  .user-ideas-page .page-filters .b-fill .removemorefilterclass {
    display: block;
  }
  /* line 21247, app/assets/stylesheets/frontend/application.scss */
  .user-ideas-page .page-filters .viewbfiltersenable {
    display: block;
  }
  /* line 21250, app/assets/stylesheets/frontend/application.scss */
  .user-ideas-page .page-filters .f-select {
    width: 50%;
  }
  /* line 21253, app/assets/stylesheets/frontend/application.scss */
  .user-ideas-page .page-filters .r-filter {
    padding: 0px 3px 0px 3px;
    width: 100%;
    flex-direction: column;
  }
  /* line 21257, app/assets/stylesheets/frontend/application.scss */
  .user-ideas-page .page-filters .r-filter .order-f {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
  }
  /* line 21262, app/assets/stylesheets/frontend/application.scss */
  .user-ideas-page .page-filters .r-filter .heading-fill {
    margin: 2px 0px 5px 0px;
    padding: 0px 8px;
  }
  /* line 21271, app/assets/stylesheets/frontend/application.scss */
  .user-ideas-page .page-wrapper .ideas-bg ul li {
    width: 100%;
  }
  /* line 21273, app/assets/stylesheets/frontend/application.scss */
  .user-ideas-page .page-wrapper .ideas-bg ul li .card-b {
    height: auto;
  }
  /* line 21275, app/assets/stylesheets/frontend/application.scss */
  .user-ideas-page .page-wrapper .ideas-bg ul li .card-b .card-content {
    padding: 0px 15px 10px 15px;
  }
  /* line 21287, app/assets/stylesheets/frontend/application.scss */
  .user-people-page .page-filters .ideas-funnel-search-form {
    flex-direction: row;
  }
  /* line 21289, app/assets/stylesheets/frontend/application.scss */
  .user-people-page .page-filters .ideas-funnel-search-form .l-filter {
    padding: 0px 15px;
    flex-wrap: wrap;
  }
  /* line 21292, app/assets/stylesheets/frontend/application.scss */
  .user-people-page .page-filters .ideas-funnel-search-form .l-filter .heading-fill {
    display: none;
  }
}

@media only screen and (min-width: 300px) and (max-width: 579px) {
  /* line 21307, app/assets/stylesheets/frontend/application.scss */
  .admin-edit-btn {
    display: none;
  }
  /* line 21311, app/assets/stylesheets/frontend/application.scss */
  .add-idea-btn-content {
    margin-top: 70px !important;
  }
  /* line 21314, app/assets/stylesheets/frontend/application.scss */
  .inbox-timeline-header {
    padding-top: 10px !important;
  }
  /* line 21317, app/assets/stylesheets/frontend/application.scss */
  .browse-files-btn {
    padding: 0px;
  }
  /* line 21320, app/assets/stylesheets/frontend/application.scss */
  .idea-tab-btn {
    display: block;
  }
  /* line 21323, app/assets/stylesheets/frontend/application.scss */
  .idea-details-tab-btn {
    display: none;
  }
  /* line 21327, app/assets/stylesheets/frontend/application.scss */
  .add-idea-tabs {
    display: inline-block;
  }
  /* line 21330, app/assets/stylesheets/frontend/application.scss */
  .am-fixed-top {
    padding: 3px 2px 2px 2px;
  }
  /* line 21332, app/assets/stylesheets/frontend/application.scss */
  .am-fixed-top .logo {
    margin-bottom: 0px;
  }
  /* line 21334, app/assets/stylesheets/frontend/application.scss */
  .am-fixed-top .logo h5 {
    font-size: 11px;
    white-space: nowrap;
    display: none;
  }
  /* line 21339, app/assets/stylesheets/frontend/application.scss */
  .am-fixed-top .logo .responsive-img {
    width: 125px;
  }
  /* line 21344, app/assets/stylesheets/frontend/application.scss */
  .am-fixed-top .right-nav-content .notification {
    display: none;
  }
  /* line 21346, app/assets/stylesheets/frontend/application.scss */
  .am-fixed-top .right-nav-content .notification .notification-count {
    padding: 2px 0px 0px 0px;
    top: -3px;
    height: 15px;
    width: 15px;
    font-size: 8px;
  }
  /* line 21354, app/assets/stylesheets/frontend/application.scss */
  .am-fixed-top .right-nav-content .title-top-b {
    display: none;
  }
  /* line 21362, app/assets/stylesheets/frontend/application.scss */
  #notifications {
    width: 290px !important;
    left: -105px !important;
  }
  /* line 21367, app/assets/stylesheets/frontend/application.scss */
  .checklist-box {
    display: none;
  }
  /* line 21371, app/assets/stylesheets/frontend/application.scss */
  .edit-btn {
    display: none;
  }
  /* line 21375, app/assets/stylesheets/frontend/application.scss */
  .menus-nav-bar {
    padding: 8px 2px 5px 2px;
  }
  /* line 21377, app/assets/stylesheets/frontend/application.scss */
  .menus-nav-bar .content {
    flex-wrap: wrap;
  }
  /* line 21379, app/assets/stylesheets/frontend/application.scss */
  .menus-nav-bar .content .menu {
    margin-bottom: 5px;
    font-size: 13px;
  }
  /* line 21390, app/assets/stylesheets/frontend/application.scss */
  .title-top-b a i {
    font-size: 20px;
    margin-right: 10px;
  }
  /* line 21393, app/assets/stylesheets/frontend/application.scss */
  .title-top-b a span {
    font-size: 11px;
  }
  /* line 21402, app/assets/stylesheets/frontend/application.scss */
  .timeline-user span {
    font-size: 11px;
  }
  /* line 21407, app/assets/stylesheets/frontend/application.scss */
  .user-avatar-ideabox {
    flex-direction: column;
  }
  /* line 21409, app/assets/stylesheets/frontend/application.scss */
  .user-avatar-ideabox .content-left {
    margin-bottom: 15px;
  }
  /* line 21415, app/assets/stylesheets/frontend/application.scss */
  .info-card-details .view-heading {
    font-size: 22px;
    width: 100%;
  }
  /* line 21421, app/assets/stylesheets/frontend/application.scss */
  .idea-cards .view-heading {
    font-size: 22px;
    width: 100%;
  }
  /* line 21428, app/assets/stylesheets/frontend/application.scss */
  .ideas-tab {
    padding: 8px 2px 8px 2px;
  }
  /* line 21432, app/assets/stylesheets/frontend/application.scss */
  .ideas-tab .content::after {
    width: 100%;
  }
  /* line 21435, app/assets/stylesheets/frontend/application.scss */
  .ideas-tab .content .tablink {
    font-size: 13px;
  }
  /* line 21439, app/assets/stylesheets/frontend/application.scss */
  .ideas-tab .share-btn {
    right: 25px;
    display: none;
  }
  /* line 21442, app/assets/stylesheets/frontend/application.scss */
  .ideas-tab .share-btn .content-share {
    height: 30px;
    width: 30px;
  }
  /* line 21445, app/assets/stylesheets/frontend/application.scss */
  .ideas-tab .share-btn .content-share .material-icons {
    font-size: 20px;
  }
  /* line 21453, app/assets/stylesheets/frontend/application.scss */
  .idea-box-page {
    margin-top: 4.1em;
  }
  /* line 21457, app/assets/stylesheets/frontend/application.scss */
  .inbox-timeline-header {
    flex-direction: column;
  }
  /* line 21460, app/assets/stylesheets/frontend/application.scss */
  .inbox-timeline-header .inbox-timeline-buttons {
    flex-direction: column;
    position: relative;
    padding: inherit;
  }
  /* line 21464, app/assets/stylesheets/frontend/application.scss */
  .inbox-timeline-header .inbox-timeline-buttons .time-counter {
    margin-bottom: 12px;
  }
  /* line 21467, app/assets/stylesheets/frontend/application.scss */
  .inbox-timeline-header .inbox-timeline-buttons .edit-btn {
    padding: 0px 14px 0px 14px;
    margin-bottom: 12px;
  }
  /* line 21470, app/assets/stylesheets/frontend/application.scss */
  .inbox-timeline-header .inbox-timeline-buttons .edit-btn .edit-idea {
    padding: 10px 33px 10px 33px;
  }
  /* line 21482, app/assets/stylesheets/frontend/application.scss */
  .user-avatar-ideabox .content-left .ideabox-owner-name .bottom-content {
    flex-direction: column;
  }
  /* line 21487, app/assets/stylesheets/frontend/application.scss */
  .user-avatar-ideabox .content-right {
    flex-wrap: wrap;
    width: 100%;
  }
  /* line 21490, app/assets/stylesheets/frontend/application.scss */
  .user-avatar-ideabox .content-right .user-count-view {
    width: 50%;
    padding: 5px 5px 5px 5px;
    justify-content: space-evenly;
  }
  /* line 21501, app/assets/stylesheets/frontend/application.scss */
  .info-card-details .inbox-mission-description {
    -moz-column-count: initial;
         column-count: initial;
    -moz-column-gap: initial;
         column-gap: initial;
  }
  /* line 21507, app/assets/stylesheets/frontend/application.scss */
  .inbox-mission-title {
    width: 100%;
    margin-bottom: 8px;
  }
  /* line 21511, app/assets/stylesheets/frontend/application.scss */
  .inbox-mission-title h1 {
    margin-bottom: 0px;
    margin-top: 20px;
    color: #33334f;
    margin-left: 0;
    font-weight: 500;
    letter-spacing: 0.5px;
    text-transform: inherit;
  }
  /* line 21522, app/assets/stylesheets/frontend/application.scss */
  .inbox-mission-description {
    font-weight: 400;
    letter-spacing: 0.5px;
    line-height: 1.5;
    margin-bottom: 35px;
  }
  /* line 21532, app/assets/stylesheets/frontend/application.scss */
  .new-user-landing-page {
    margin-top: 3.6em;
  }
  /* line 21536, app/assets/stylesheets/frontend/application.scss */
  .new-user-landing-page .slider-bg .admin-home .max-content {
    padding: 0px 0px 0px 0px;
  }
  /* line 21544, app/assets/stylesheets/frontend/application.scss */
  .new-user-landing-page .slider-bg .content {
    padding: 0px 15px 0px 15px;
  }
  /* line 21547, app/assets/stylesheets/frontend/application.scss */
  .new-user-landing-page .slider-bg .content .text h4 {
    font-size: 2rem;
  }
  /* line 21554, app/assets/stylesheets/frontend/application.scss */
  .new-user-landing-page .wrapper .goal-enable-btn-block {
    display: none;
  }
  /* line 21558, app/assets/stylesheets/frontend/application.scss */
  .new-user-landing-page .wrapper .goals-block .goals {
    flex-wrap: wrap;
  }
  /* line 21560, app/assets/stylesheets/frontend/application.scss */
  .new-user-landing-page .wrapper .goals-block .goals .mission-field {
    display: none;
  }
  /* line 21563, app/assets/stylesheets/frontend/application.scss */
  .new-user-landing-page .wrapper .goals-block .goals .goal-content {
    margin-bottom: 15px;
    text-align: center;
  }
  /* line 21567, app/assets/stylesheets/frontend/application.scss */
  .new-user-landing-page .wrapper .goals-block .goals .field {
    width: 50%;
  }
  /* line 21572, app/assets/stylesheets/frontend/application.scss */
  .new-user-landing-page .wrapper .goals-block .page-heading h5 {
    font-size: 28px;
  }
  /* line 21574, app/assets/stylesheets/frontend/application.scss */
  .new-user-landing-page .wrapper .goals-block .page-heading h5::before {
    height: 48px;
  }
  /* line 21584, app/assets/stylesheets/frontend/application.scss */
  .new-user-landing-page .wrapper .missions-block .missions .mission-ul li {
    width: 100%;
  }
  /* line 21590, app/assets/stylesheets/frontend/application.scss */
  .new-user-landing-page .wrapper .missions-block .page-heading h5 {
    font-size: 28px;
  }
  /* line 21592, app/assets/stylesheets/frontend/application.scss */
  .new-user-landing-page .wrapper .missions-block .page-heading h5::before {
    height: 48px;
  }
  /* line 21602, app/assets/stylesheets/frontend/application.scss */
  .new-user-landing-page .my-ideas-block .missions-ul li {
    width: 100%;
  }
  /* line 21607, app/assets/stylesheets/frontend/application.scss */
  .new-user-landing-page .my-ideas-block .page-heading h5 {
    font-size: 28px;
  }
  /* line 21609, app/assets/stylesheets/frontend/application.scss */
  .new-user-landing-page .my-ideas-block .page-heading h5::before {
    height: 48px;
  }
  /* line 21618, app/assets/stylesheets/frontend/application.scss */
  .new-user-landing-page .projects-block .projects-ul li {
    width: 100%;
  }
  /* line 21623, app/assets/stylesheets/frontend/application.scss */
  .new-user-landing-page .projects-block .page-heading h5 {
    font-size: 28px;
  }
  /* line 21625, app/assets/stylesheets/frontend/application.scss */
  .new-user-landing-page .projects-block .page-heading h5::before {
    height: 48px;
  }
  /* line 21634, app/assets/stylesheets/frontend/application.scss */
  .new-user-landing-page .active-people-block .people-content .people {
    width: 100%;
  }
  /* line 21637, app/assets/stylesheets/frontend/application.scss */
  .new-user-landing-page .active-people-block .people-content .people .content .display-people {
    flex-direction: column;
  }
  /* line 21639, app/assets/stylesheets/frontend/application.scss */
  .new-user-landing-page .active-people-block .people-content .people .content .display-people .people-img {
    margin-right: 0;
    margin-bottom: 20px;
  }
  /* line 21648, app/assets/stylesheets/frontend/application.scss */
  .new-user-landing-page .active-people-block .page-heading h5 {
    font-size: 28px;
  }
  /* line 21650, app/assets/stylesheets/frontend/application.scss */
  .new-user-landing-page .active-people-block .page-heading h5::before {
    height: 48px;
  }
  /* line 21660, app/assets/stylesheets/frontend/application.scss */
  .new-user-landing-page .trending-tags-block .page-heading h5 {
    font-size: 28px;
  }
  /* line 21662, app/assets/stylesheets/frontend/application.scss */
  .new-user-landing-page .trending-tags-block .page-heading h5::before {
    height: 48px;
  }
  /* line 21672, app/assets/stylesheets/frontend/application.scss */
  .new-user-landing-page .department-block .departments .departments-ul li {
    width: 100%;
  }
  /* line 21679, app/assets/stylesheets/frontend/application.scss */
  .new-user-landing-page .user-page-tabs .page-grey {
    padding-top: 1em;
  }
  /* line 21686, app/assets/stylesheets/frontend/application.scss */
  .add-idea-page .like-share-block {
    flex-wrap: wrap;
    padding: 0px 0px;
  }
  /* line 21689, app/assets/stylesheets/frontend/application.scss */
  .add-idea-page .like-share-block .field {
    width: 50%;
    border: 1px solid #f4f4f4;
  }
  /* line 21702, app/assets/stylesheets/frontend/application.scss */
  .add-new-idea-modal-admin-boards .modal-tab .content {
    margin-bottom: 22px;
    padding: 0px 0px;
    margin-top: 20px;
  }
  /* line 21706, app/assets/stylesheets/frontend/application.scss */
  .add-new-idea-modal-admin-boards .modal-tab .content::after {
    width: 87%;
  }
  /* line 21712, app/assets/stylesheets/frontend/application.scss */
  .add-new-idea-modal-admin-boards .save-btn {
    margin: 22px 0px 22px 0px;
    width: 100%;
  }
  /* line 21718, app/assets/stylesheets/frontend/application.scss */
  .add-new-idea-modal-admin-boards .fields .col .likeComment {
    display: flex;
    flex-wrap: wrap;
  }
  /* line 21722, app/assets/stylesheets/frontend/application.scss */
  .add-new-idea-modal-admin-boards .fields .col .likeComment .card-name .name {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  /* line 21731, app/assets/stylesheets/frontend/application.scss */
  .add-new-idea-modal-admin-boards .tablink {
    font-size: 12px;
  }
  /* line 21733, app/assets/stylesheets/frontend/application.scss */
  .add-new-idea-modal-admin-boards .tablink .total-comments {
    height: 22px !important;
    width: 22px !important;
    top: -4px !important;
    right: -15px !important;
    font-size: 12px !important;
  }
  /* line 21746, app/assets/stylesheets/frontend/application.scss */
  .edit-idea-boads-modal .modal-tab .content .link-item {
    font-size: 12px;
  }
  /* line 21748, app/assets/stylesheets/frontend/application.scss */
  .edit-idea-boads-modal .modal-tab .content .link-item .total-comments {
    height: 22px !important;
    width: 22px !important;
    top: -4px !important;
    right: -15px !important;
    font-size: 12px !important;
  }
  /* line 21764, app/assets/stylesheets/frontend/application.scss */
  .ideas-tab .idea-stats-block {
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 10px;
  }
  /* line 21768, app/assets/stylesheets/frontend/application.scss */
  .ideas-tab .idea-stats-block .content-right {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  /* line 21772, app/assets/stylesheets/frontend/application.scss */
  .ideas-tab .idea-stats-block .content-right .user-count-view {
    width: 50%;
    padding: 5px 5px 5px 5px;
    justify-content: space-evenly;
  }
  /* line 21783, app/assets/stylesheets/frontend/application.scss */
  .info-card-details .inbox-mission-image {
    padding: 0px 0px;
  }
  /* line 21786, app/assets/stylesheets/frontend/application.scss */
  .info-card-details .mission-bottom-content {
    padding: 0px 0px;
  }
  /* line 21791, app/assets/stylesheets/frontend/application.scss */
  .info-card-details .idea-cards .heading-display .add-btn {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    margin-bottom: 0.5em;
    padding-right: 0;
  }
  /* line 21799, app/assets/stylesheets/frontend/application.scss */
  .info-card-details .idea-cards .idea-container {
    padding: 0px 0px;
  }
  /* line 21806, app/assets/stylesheets/frontend/application.scss */
  .add-idea-page {
    padding: 0px 15px 0px 15px;
  }
  /* line 21811, app/assets/stylesheets/frontend/application.scss */
  .add-idea-page .add-idea-tabs .tabs-right-buttons .button a {
    margin-left: 0px;
  }
  /* line 21823, app/assets/stylesheets/frontend/application.scss */
  .info-card-details .heading-block {
    margin: 20px 0px 40px 0px;
  }
  /* line 21829, app/assets/stylesheets/frontend/application.scss */
  .view-ideas-block .heading-block {
    margin: 20px 0px 40px 0px;
  }
  /* line 21839, app/assets/stylesheets/frontend/application.scss */
  .new-user-landing-page .wrapper .goals-block {
    margin: 2em 0em 0em 0em;
  }
  /* line 21845, app/assets/stylesheets/frontend/application.scss */
  .new-user-landing-page .wrapper .missions-block .page-heading {
    padding: 0px 15px;
  }
  /* line 21849, app/assets/stylesheets/frontend/application.scss */
  .new-user-landing-page .wrapper .max-container {
    padding: 0px 0px 0px 0px;
  }
  /* line 21856, app/assets/stylesheets/frontend/application.scss */
  .new-user-landing-page .my-ideas-block .max-container {
    padding: 0px 0px 0px 0px;
  }
  /* line 21859, app/assets/stylesheets/frontend/application.scss */
  .new-user-landing-page .my-ideas-block .page-heading {
    padding: 0px 15px;
  }
  /* line 21867, app/assets/stylesheets/frontend/application.scss */
  .new-user-landing-page .projects-block .max-container {
    padding: 0px 0px 0px 0px;
  }
  /* line 21870, app/assets/stylesheets/frontend/application.scss */
  .new-user-landing-page .projects-block .page-heading {
    padding: 0px 15px;
  }
  /* line 21878, app/assets/stylesheets/frontend/application.scss */
  .view-ideas-block .idea-container {
    padding: 0px 0px;
  }
  /* line 21885, app/assets/stylesheets/frontend/application.scss */
  .info-card-details .mission-bottom-content .user-avatar-ideabox {
    padding: 0px 0px 0px 0px;
  }
  /* line 21888, app/assets/stylesheets/frontend/application.scss */
  .info-card-details .mission-bottom-content .inbox-mission-title {
    padding: 0px 0px 0px 0px;
  }
  /* line 21892, app/assets/stylesheets/frontend/application.scss */
  .info-card-details .mission-bottom-content .inbox-mission-description p {
    padding: 0px 0px 0px 0px;
  }
  /* line 21899, app/assets/stylesheets/frontend/application.scss */
  .info-card-details .idea-cards .heading-display {
    padding: 0px 0px 0px 0px;
  }
  /* line 21908, app/assets/stylesheets/frontend/application.scss */
  .add-idea-page .add-idea-tabs .tabs-buttons {
    margin-bottom: 2.5em;
  }
  /* line 21915, app/assets/stylesheets/frontend/application.scss */
  .welcome-center {
    padding: 0px 18px;
    width: 100%;
  }
  /* line 21922, app/assets/stylesheets/frontend/application.scss */
  .selection-review-page .top-row-content {
    padding: 4px 12px;
    position: relative;
    top: 2px;
    z-index: 1;
    background-color: white;
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 8px;
  }
  /* line 21931, app/assets/stylesheets/frontend/application.scss */
  .selection-review-page .top-row-content #heading-number .numbers {
    display: none;
  }
  /* line 21936, app/assets/stylesheets/frontend/application.scss */
  .selection-review-page .top-row-content .title {
    text-align: left;
  }
  /* line 21938, app/assets/stylesheets/frontend/application.scss */
  .selection-review-page .top-row-content .title h1 {
    margin: 10px 0px 10px 0px;
    font-size: 16px;
  }
  /* line 21944, app/assets/stylesheets/frontend/application.scss */
  .selection-review-page .top-row-content .next-btn .mission-heading {
    margin-right: 28px;
  }
  /* line 21946, app/assets/stylesheets/frontend/application.scss */
  .selection-review-page .top-row-content .next-btn .mission-heading h5 {
    font-size: 16px;
  }
  /* line 21952, app/assets/stylesheets/frontend/application.scss */
  .selection-review-page .dynamic-columns {
    padding: 0px 20px 0px 20px;
    margin-top: 0.5em;
  }
  /* line 21955, app/assets/stylesheets/frontend/application.scss */
  .selection-review-page .dynamic-columns .left-img-block {
    display: none;
  }
  /* line 21958, app/assets/stylesheets/frontend/application.scss */
  .selection-review-page .dynamic-columns .review-Headings {
    width: 100%;
  }
  /* line 21962, app/assets/stylesheets/frontend/application.scss */
  .selection-review-page .dynamic-columns .rating-block {
    width: 100%;
  }
  /* line 21965, app/assets/stylesheets/frontend/application.scss */
  .selection-review-page .dynamic-columns .rating-block .content-block {
    border-left: none;
    border-top: 1px solid #c5c5c5;
    padding: 6px 0px 6px 0px;
  }
  /* line 21977, app/assets/stylesheets/frontend/application.scss */
  .selection-review-page .comments-content-block .comments-list .reply-margin {
    width: 100%;
    margin-left: 6px;
    padding-left: 55px;
    margin-top: 0;
  }
  /* line 21990, app/assets/stylesheets/frontend/application.scss */
  .idea-review-wallpaper .image-div {
    height: 150px;
  }
  /* line 21992, app/assets/stylesheets/frontend/application.scss */
  .idea-review-wallpaper .image-div img {
    height: 150px;
  }
  /* line 22001, app/assets/stylesheets/frontend/application.scss */
  .start-selection-page .card-content .bg-img {
    padding: 0px 0px;
  }
  /* line 22004, app/assets/stylesheets/frontend/application.scss */
  .start-selection-page .card-content .content-block {
    flex-direction: column;
  }
  /* line 22006, app/assets/stylesheets/frontend/application.scss */
  .start-selection-page .card-content .content-block .block {
    padding: 0px 0px;
    margin-bottom: 18px;
    width: 100%;
  }
  /* line 22021, app/assets/stylesheets/frontend/application.scss */
  .boards-setting-modal-page .participant-table .participants .top-row-field {
    flex-direction: column;
    margin-bottom: 15px;
  }
  /* line 22035, app/assets/stylesheets/frontend/application.scss */
  .company-signup-page .page-timeline-block .line-field {
    width: 28px;
  }
  /* line 22039, app/assets/stylesheets/frontend/application.scss */
  .company-signup-page .content-flex {
    flex-direction: column;
  }
  /* line 22041, app/assets/stylesheets/frontend/application.scss */
  .company-signup-page .content-flex .left-content-block {
    width: 100%;
    height: auto;
    display: none;
  }
  /* line 22046, app/assets/stylesheets/frontend/application.scss */
  .company-signup-page .content-flex .right-content-block {
    width: 100%;
    height: auto;
    padding: 130px 18px 30px 18px;
  }
  /* line 22056, app/assets/stylesheets/frontend/application.scss */
  .company-signup-page .step-page-content {
    padding: 130px 20px 30px 20px;
  }
  /* line 22060, app/assets/stylesheets/frontend/application.scss */
  .company-signup-page .step-page-content .inner-content .page-heading h5 {
    font-size: 20px;
  }
  /* line 22064, app/assets/stylesheets/frontend/application.scss */
  .company-signup-page .step-page-content .inner-content .fields {
    margin-bottom: 3em;
  }
  /* line 22067, app/assets/stylesheets/frontend/application.scss */
  .company-signup-page .step-page-content .inner-content .fields .field .display-fields-btns {
    flex-direction: column;
  }
  /* line 22074, app/assets/stylesheets/frontend/application.scss */
  .company-signup-page .step-four-content {
    padding: 40px 20px 30px 20px;
  }
  /* line 22077, app/assets/stylesheets/frontend/application.scss */
  .company-signup-page .step-four-content .inner-content .fields {
    margin-bottom: 2em;
  }
  /* line 22079, app/assets/stylesheets/frontend/application.scss */
  .company-signup-page .step-four-content .inner-content .fields .field {
    width: 100%;
    padding: 0;
  }
  /* line 22090, app/assets/stylesheets/frontend/application.scss */
  .company-signup-page .step-two-content .inner-content .fields .field .interest-btn {
    width: 100%;
  }
  /* line 22100, app/assets/stylesheets/frontend/application.scss */
  .company-signup-page .step-three-content .inner-content .page-heading {
    margin-bottom: 1em;
    flex-direction: column;
    align-items: center;
  }
  /* line 22104, app/assets/stylesheets/frontend/application.scss */
  .company-signup-page .step-three-content .inner-content .page-heading h5 {
    margin-bottom: 8px;
  }
  /* line 22109, app/assets/stylesheets/frontend/application.scss */
  .company-signup-page .step-three-content .inner-content .fields .upload-img-disply-flex {
    flex-direction: column;
    width: 100%;
  }
  /* line 22112, app/assets/stylesheets/frontend/application.scss */
  .company-signup-page .step-three-content .inner-content .fields .upload-img-disply-flex .file-field {
    margin-left: 0;
    margin-top: 12px;
    width: 100%;
  }
  /* line 22116, app/assets/stylesheets/frontend/application.scss */
  .company-signup-page .step-three-content .inner-content .fields .upload-img-disply-flex .file-field .btn-upload {
    width: 100%;
    justify-content: center;
    height: auto;
  }
  /* line 22130, app/assets/stylesheets/frontend/application.scss */
  .forgot-password-page .page-content {
    width: 100%;
  }
  /* line 22138, app/assets/stylesheets/frontend/application.scss */
  .trends-tags-user-page .mission-owner-content .user-avatar-ideabox .content-right {
    justify-content: center;
  }
  /* line 22142, app/assets/stylesheets/frontend/application.scss */
  .trends-tags-user-page .mission-owner-content .inbox-mission-title {
    padding: 0px 15px;
  }
  /* line 22145, app/assets/stylesheets/frontend/application.scss */
  .trends-tags-user-page .mission-owner-content .inbox-mission-description {
    -moz-column-count: 1;
         column-count: 1;
  }
  /* line 22153, app/assets/stylesheets/frontend/application.scss */
  .admin-column-plugin-page .main-head-row {
    padding: 5px 10px 10px 10px;
  }
  /* line 22154, app/assets/stylesheets/frontend/application.scss */
  .admin-column-plugin-page .main-head-row .board-title-input {
    width: 100%;
  }
  /* line 22158, app/assets/stylesheets/frontend/application.scss */
  .admin-column-plugin-page .main-head-row .cat-row {
    flex-direction: column;
  }
  /* line 22160, app/assets/stylesheets/frontend/application.scss */
  .admin-column-plugin-page .main-head-row .cat-row .right-cat-content {
    margin-top: 12px;
  }
  /* line 22162, app/assets/stylesheets/frontend/application.scss */
  .admin-column-plugin-page .main-head-row .cat-row .right-cat-content .category-header {
    padding-left: 0px;
    flex-direction: column;
    width: 100%;
  }
  /* line 22166, app/assets/stylesheets/frontend/application.scss */
  .admin-column-plugin-page .main-head-row .cat-row .right-cat-content .category-header .board-user-profiles-pics {
    margin-left: 0;
  }
  /* line 22171, app/assets/stylesheets/frontend/application.scss */
  .admin-column-plugin-page .main-head-row .cat-row .category-select {
    width: 100% !important;
    margin-top: 10px;
    display: none;
  }
  /* line 22175, app/assets/stylesheets/frontend/application.scss */
  .admin-column-plugin-page .main-head-row .cat-row .category-select .input-field {
    width: 100%;
    margin: 0px 5px !important;
  }
  /* line 22179, app/assets/stylesheets/frontend/application.scss */
  .admin-column-plugin-page .main-head-row .cat-row .category-select .input-field .select-wrapper .dropdown-content {
    height: 60px;
  }
  /* line 22182, app/assets/stylesheets/frontend/application.scss */
  .admin-column-plugin-page .main-head-row .cat-row .category-select .input-field .select-wrapper .dropdown-content li span {
    word-break: break-word;
    white-space: break-spaces;
  }
  /* line 22191, app/assets/stylesheets/frontend/application.scss */
  .admin-column-plugin-page .main-head-row .cat-row .category-title-heading {
    width: 100%;
    padding: 0px 12px;
    margin-top: 12px;
  }
  /* line 22195, app/assets/stylesheets/frontend/application.scss */
  .admin-column-plugin-page .main-head-row .cat-row .category-title-heading .search-box {
    width: 100%;
  }
  /* line 22198, app/assets/stylesheets/frontend/application.scss */
  .admin-column-plugin-page .main-head-row .cat-row .category-title-heading .total-ideas-count {
    display: none;
  }
  /* line 22202, app/assets/stylesheets/frontend/application.scss */
  .admin-column-plugin-page .main-head-row .cat-row .desktop-category {
    display: none;
  }
  /* line 22206, app/assets/stylesheets/frontend/application.scss */
  .admin-column-plugin-page .main-head-row .cat-row .categoty-switch {
    padding: 0px 0px;
    width: 100%;
    flex-direction: column-reverse;
  }
  /* line 22211, app/assets/stylesheets/frontend/application.scss */
  .admin-column-plugin-page .main-head-row .cat-row .categoty-switch .category-title-heading .category-heading {
    width: 100%;
  }
  /* line 22217, app/assets/stylesheets/frontend/application.scss */
  .admin-column-plugin-page .main-head-row .cat-row .category-header .left-ha {
    align-items: center;
    width: 100%;
    padding: 0px 10px;
    margin-bottom: 12px;
    justify-content: space-between;
  }
  /* line 22223, app/assets/stylesheets/frontend/application.scss */
  .admin-column-plugin-page .main-head-row .cat-row .category-header .left-ha .category-icons {
    display: none;
  }
  /* line 22226, app/assets/stylesheets/frontend/application.scss */
  .admin-column-plugin-page .main-head-row .cat-row .category-header .left-ha .add-idea-icon {
    margin-left: -85px;
  }
  /* line 22229, app/assets/stylesheets/frontend/application.scss */
  .admin-column-plugin-page .main-head-row .cat-row .category-header .left-ha .ideas-count-mobile {
    display: block;
  }
  /* line 22232, app/assets/stylesheets/frontend/application.scss */
  .admin-column-plugin-page .main-head-row .cat-row .category-header .left-ha .total-ideas-count h6 {
    color: white;
    -webkit-transform-origin-y: bottom;
    border: 1px solid white;
    padding: 5px 18.5px;
    margin-right: 2px;
  }
  /* line 22240, app/assets/stylesheets/frontend/application.scss */
  .admin-column-plugin-page .main-head-row .cat-row .category-header .right-ha {
    width: 100%;
    justify-content: space-between;
    padding: 0px 12px;
  }
  /* line 22242, app/assets/stylesheets/frontend/application.scss */
  .admin-column-plugin-page .main-head-row .cat-row .category-header .right-ha .admin-global-learn-btn-block .main-learn-btn {
    display: none;
  }
  /* line 22250, app/assets/stylesheets/frontend/application.scss */
  .admin-column-plugin-page .main-head-row .cat-row .category-header .publish-status-btn {
    margin: 0px !important;
  }
  /* line 22253, app/assets/stylesheets/frontend/application.scss */
  .admin-column-plugin-page .main-head-row .cat-row .category-header .report-btn {
    margin: 0 !important;
  }
  /* line 22259, app/assets/stylesheets/frontend/application.scss */
  .admin-column-plugin-page .admin-global-learn-btn-block {
    display: flex;
  }
  /* line 22262, app/assets/stylesheets/frontend/application.scss */
  .admin-column-plugin-page .adding-button {
    white-space: nowrap;
  }
  /* line 22265, app/assets/stylesheets/frontend/application.scss */
  .admin-column-plugin-page .right-save-btn {
    padding-right: 0px;
  }
  /* line 22270, app/assets/stylesheets/frontend/application.scss */
  .boards-body {
    padding: 0px 8px !important;
    width: 100%;
    margin: 0 !important;
  }
  /* line 22274, app/assets/stylesheets/frontend/application.scss */
  .boards-body .overflowCol {
    height: calc(100vh - 220px);
    width: 100% !important;
  }
  /* line 22278, app/assets/stylesheets/frontend/application.scss */
  .boards-body .addingCol {
    width: 32px !important;
    display: none !important;
  }
  /* line 22282, app/assets/stylesheets/frontend/application.scss */
  .boards-body .sideDrawer {
    display: none;
  }
  /* line 22291, app/assets/stylesheets/frontend/application.scss */
  .new-user-landing-page .slider-bg .bg {
    height: 620px;
  }
  /* line 22302, app/assets/stylesheets/frontend/application.scss */
  .new-user-landing-page .slider-bg .admin-home {
    padding: 0px 0px;
    margin-top: 0px;
    margin-bottom: 15px;
    position: relative;
  }
  /* line 22307, app/assets/stylesheets/frontend/application.scss */
  .new-user-landing-page .slider-bg .admin-home .right-btns {
    align-items: inherit;
    margin-right: -195px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    transition: 0.5s;
    margin-top: -58px;
  }
  /* line 22314, app/assets/stylesheets/frontend/application.scss */
  .new-user-landing-page .slider-bg .admin-home .right-btns .right-arrow {
    display: flex;
    align-items: center;
    padding: 0px 10px 0px 2px;
  }
  /* line 22318, app/assets/stylesheets/frontend/application.scss */
  .new-user-landing-page .slider-bg .admin-home .right-btns .right-arrow .arrow-icon {
    width: 24px;
    height: 24px;
    border-radius: 0;
    margin-bottom: 0px;
    transform: scaleX(-1);
  }
  /* line 22327, app/assets/stylesheets/frontend/application.scss */
  .new-user-landing-page .slider-bg .admin-home .right-btns .inner-flex {
    width: 100%;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
  }
  /* line 22332, app/assets/stylesheets/frontend/application.scss */
  .new-user-landing-page .slider-bg .admin-home .right-btns .inner-flex .admin-global-learn-btn-block {
    margin-bottom: 5px;
  }
  /* line 22335, app/assets/stylesheets/frontend/application.scss */
  .new-user-landing-page .slider-bg .admin-home .right-btns .inner-flex .inovation-studio {
    margin-bottom: 5px;
  }
  /* line 22340, app/assets/stylesheets/frontend/application.scss */
  .new-user-landing-page .slider-bg .admin-home .enableright-btns {
    margin-right: -15px;
  }
  /* line 22343, app/assets/stylesheets/frontend/application.scss */
  .new-user-landing-page .slider-bg .admin-home .enableright-btns .right-arrow .arrow-icon {
    transform: inherit;
  }
  /* line 22350, app/assets/stylesheets/frontend/application.scss */
  .new-user-landing-page .slider-bg .desktop-admin-home-btns {
    display: none;
  }
  /* line 22354, app/assets/stylesheets/frontend/application.scss */
  .new-user-landing-page .slider-bg .content {
    height: auto;
    align-items: flex-start;
    padding-top: 4.5em;
  }
  /* line 22359, app/assets/stylesheets/frontend/application.scss */
  .new-user-landing-page .slider-bg .content .manager-view .company-info {
    width: 100%;
    margin-top: 0px;
    padding: 0px;
  }
  /* line 22363, app/assets/stylesheets/frontend/application.scss */
  .new-user-landing-page .slider-bg .content .manager-view .company-info .company-title {
    width: 100%;
  }
  /* line 22365, app/assets/stylesheets/frontend/application.scss */
  .new-user-landing-page .slider-bg .content .manager-view .company-info .company-title h3 {
    font-size: 40px;
    line-height: 1.1;
    margin-bottom: 20px;
  }
  /* line 22370, app/assets/stylesheets/frontend/application.scss */
  .new-user-landing-page .slider-bg .content .manager-view .company-info .company-title h1 {
    font-size: 16px;
    margin-right: 0px;
  }
  /* line 22376, app/assets/stylesheets/frontend/application.scss */
  .new-user-landing-page .slider-bg .content .manager-view .quote-text {
    width: 100%;
  }
  /* line 22384, app/assets/stylesheets/frontend/application.scss */
  .new-user-landing-page .wrapper .goal-enable-btn-block .max-container {
    padding: 0px 0px 0px 0px;
  }
  /* line 22389, app/assets/stylesheets/frontend/application.scss */
  .new-user-landing-page .wrapper .new-home-quote-block .top-text {
    -moz-column-count: 1;
         column-count: 1;
    padding: 0px 15px;
  }
  /* line 22395, app/assets/stylesheets/frontend/application.scss */
  .new-user-landing-page .wrapper .new-home-quote-block .toptext-hide-enable {
    height: auto;
    overflow: auto;
  }
  /* line 22401, app/assets/stylesheets/frontend/application.scss */
  .new-user-landing-page .wrapper .new-home-quote-block .top-text-button {
    display: flex;
  }
  /* line 22406, app/assets/stylesheets/frontend/application.scss */
  .new-user-landing-page .wrapper .new-home-quote-block .quote-text .content-center .display {
    padding: 0px 15px;
    justify-content: flex-start;
    margin-bottom: 1em;
  }
  /* line 22410, app/assets/stylesheets/frontend/application.scss */
  .new-user-landing-page .wrapper .new-home-quote-block .quote-text .content-center .display p {
    width: auto;
  }
  /* line 22423, app/assets/stylesheets/frontend/application.scss */
  .idea-submitted-modal .modal-heading h5 {
    font-size: 22px;
  }
  /* line 22427, app/assets/stylesheets/frontend/application.scss */
  .idea-submitted-modal .modal-body {
    padding-right: 22px;
  }
  /* line 22430, app/assets/stylesheets/frontend/application.scss */
  .idea-submitted-modal .submited-content {
    flex-direction: column;
  }
  /* line 22432, app/assets/stylesheets/frontend/application.scss */
  .idea-submitted-modal .submited-content .left-img {
    padding-right: 0;
    margin-bottom: 12px;
  }
  /* line 22435, app/assets/stylesheets/frontend/application.scss */
  .idea-submitted-modal .submited-content .left-img img {
    width: 80px;
  }
  /* line 22439, app/assets/stylesheets/frontend/application.scss */
  .idea-submitted-modal .submited-content .right-text {
    padding-left: 0px;
    max-height: inherit;
    overflow-y: auto;
    padding-right: 0px;
  }
  /* line 22446, app/assets/stylesheets/frontend/application.scss */
  .idea-submitted-modal .flex-buttons {
    flex-wrap: wrap;
  }
  /* line 22448, app/assets/stylesheets/frontend/application.scss */
  .idea-submitted-modal .flex-buttons .btn-block {
    width: 50%;
    padding: 5px 5px;
  }
  /* line 22451, app/assets/stylesheets/frontend/application.scss */
  .idea-submitted-modal .flex-buttons .btn-block .btn, .idea-submitted-modal .flex-buttons .btn-block .btn-large {
    width: 100%;
    font-size: 11px;
  }
  /* line 22459, app/assets/stylesheets/frontend/application.scss */
  .boards-cat-line {
    touch-action: none;
    pointer-events: none;
  }
  /* line 22464, app/assets/stylesheets/frontend/application.scss */
  .boards-cat-line .board-li .card .card-content {
    pointer-events: auto;
  }
  /* line 22472, app/assets/stylesheets/frontend/application.scss */
  .selection-review-page .top-row-content {
    flex-direction: column;
  }
  /* line 22474, app/assets/stylesheets/frontend/application.scss */
  .selection-review-page .top-row-content .next-btn {
    flex-direction: column;
    margin: 0px 0px 10px 0px;
  }
  /* line 22477, app/assets/stylesheets/frontend/application.scss */
  .selection-review-page .top-row-content .next-btn .arrows-btn {
    width: 100%;
    margin: 5px 0px 10px 0px;
  }
  /* line 22481, app/assets/stylesheets/frontend/application.scss */
  .selection-review-page .top-row-content .next-btn #next-idea {
    width: 100%;
  }
  /* line 22484, app/assets/stylesheets/frontend/application.scss */
  .selection-review-page .top-row-content .next-btn .submit-selection-review {
    width: 100%;
  }
  /* line 22487, app/assets/stylesheets/frontend/application.scss */
  .selection-review-page .top-row-content .next-btn .right-head-btns {
    width: 100%;
    flex-direction: column;
  }
  /* line 22491, app/assets/stylesheets/frontend/application.scss */
  .selection-review-page .top-row-content .next-btn .nex-prev-btns {
    width: 100%;
  }
  /* line 22493, app/assets/stylesheets/frontend/application.scss */
  .selection-review-page .top-row-content .next-btn .nex-prev-btns .previous-btn {
    margin-right: 10px !important;
  }
  /* line 22497, app/assets/stylesheets/frontend/application.scss */
  .selection-review-page .top-row-content .next-btn .numbers {
    margin-right: 0;
    display: none;
  }
  /* line 22502, app/assets/stylesheets/frontend/application.scss */
  .selection-review-page .top-row-content #heading-number {
    justify-content: center;
    margin-top: 5px;
  }
  /* line 22508, app/assets/stylesheets/frontend/application.scss */
  .new-invite-user-page {
    margin: 4em 0em 0em 0em;
  }
  /* line 22511, app/assets/stylesheets/frontend/application.scss */
  .new-invite-user-page .page-flex .login-fields {
    padding: 0px 0px 10px 0px;
  }
  /* line 22514, app/assets/stylesheets/frontend/application.scss */
  .new-invite-user-page .page-flex .information-main {
    padding: 0px 10px 10px 10px;
  }
  /* line 22517, app/assets/stylesheets/frontend/application.scss */
  .new-invite-user-page .page-flex .information-main .info-sign-up-details h4 {
    width: 100%;
    font-size: 22px;
  }
  /* line 22521, app/assets/stylesheets/frontend/application.scss */
  .new-invite-user-page .page-flex .information-main .info-sign-up-details .line-flex {
    display: none;
  }
  /* line 22531, app/assets/stylesheets/frontend/application.scss */
  .user-ideas-page .page-filters .idea_search {
    flex-direction: column;
  }
  /* line 22533, app/assets/stylesheets/frontend/application.scss */
  .user-ideas-page .page-filters .idea_search .l-filter {
    padding: 0px 0px;
    flex-wrap: wrap;
  }
  /* line 22536, app/assets/stylesheets/frontend/application.scss */
  .user-ideas-page .page-filters .idea_search .l-filter .heading-fill {
    display: none;
  }
  /* line 22541, app/assets/stylesheets/frontend/application.scss */
  .user-ideas-page .page-filters .ideas-funnel-search-form {
    flex-direction: column;
  }
  /* line 22543, app/assets/stylesheets/frontend/application.scss */
  .user-ideas-page .page-filters .ideas-funnel-search-form .l-filter {
    padding: 0px 0px;
    flex-wrap: wrap;
  }
  /* line 22546, app/assets/stylesheets/frontend/application.scss */
  .user-ideas-page .page-filters .ideas-funnel-search-form .l-filter .heading-fill {
    display: none;
  }
  /* line 22552, app/assets/stylesheets/frontend/application.scss */
  .user-ideas-page .page-filters .mobile-filter {
    display: block;
    cursor: pointer;
    margin: 5px 0px 10px 0px;
  }
  /* line 22556, app/assets/stylesheets/frontend/application.scss */
  .user-ideas-page .page-filters .mobile-filter .flexb {
    display: flex;
    align-items: center;
  }
  /* line 22559, app/assets/stylesheets/frontend/application.scss */
  .user-ideas-page .page-filters .mobile-filter .flexb .btn-icon {
    width: 16px;
    margin-right: 10px;
  }
  /* line 22563, app/assets/stylesheets/frontend/application.scss */
  .user-ideas-page .page-filters .mobile-filter .flexb h5 {
    margin: 0;
    font-size: 16px;
  }
  /* line 22569, app/assets/stylesheets/frontend/application.scss */
  .user-ideas-page .page-filters .b-fill {
    position: absolute;
    z-index: 2;
    background-color: white;
    top: 168px;
    width: 92% !important;
    right: 10px;
    height: auto;
    max-height: -moz-max-content;
    max-height: max-content;
    overflow-y: visible;
    padding: 12px;
    box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
    border: 1px solid #e1e4ea;
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
    display: none;
  }
  /* line 22585, app/assets/stylesheets/frontend/application.scss */
  .user-ideas-page .page-filters .b-fill .removemorefilterclass {
    display: block;
  }
  /* line 22589, app/assets/stylesheets/frontend/application.scss */
  .user-ideas-page .page-filters .viewbfiltersenable {
    display: block;
  }
  /* line 22592, app/assets/stylesheets/frontend/application.scss */
  .user-ideas-page .page-filters .f-select {
    width: 50%;
  }
  /* line 22595, app/assets/stylesheets/frontend/application.scss */
  .user-ideas-page .page-filters .r-filter {
    padding: 0px 3px 0px 3px;
    width: 100%;
    flex-direction: column;
  }
  /* line 22599, app/assets/stylesheets/frontend/application.scss */
  .user-ideas-page .page-filters .r-filter .order-f {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
  }
  /* line 22604, app/assets/stylesheets/frontend/application.scss */
  .user-ideas-page .page-filters .r-filter .heading-fill {
    margin: 2px 0px 5px 0px;
    padding: 0px 8px;
  }
  /* line 22613, app/assets/stylesheets/frontend/application.scss */
  .user-ideas-page .page-wrapper .ideas-bg ul li {
    width: 100%;
  }
  /* line 22615, app/assets/stylesheets/frontend/application.scss */
  .user-ideas-page .page-wrapper .ideas-bg ul li .card-b {
    height: auto;
  }
  /* line 22617, app/assets/stylesheets/frontend/application.scss */
  .user-ideas-page .page-wrapper .ideas-bg ul li .card-b .card-content {
    padding: 0px 15px 10px 15px;
  }
  /* line 22629, app/assets/stylesheets/frontend/application.scss */
  .user-people-page .page-filters .ideas-funnel-search-form {
    flex-direction: column;
  }
  /* line 22631, app/assets/stylesheets/frontend/application.scss */
  .user-people-page .page-filters .ideas-funnel-search-form .l-filter {
    padding: 0px 15px;
    flex-wrap: wrap;
  }
  /* line 22634, app/assets/stylesheets/frontend/application.scss */
  .user-people-page .page-filters .ideas-funnel-search-form .l-filter .heading-fill {
    display: none;
  }
}

/*---New Responsive media queries--*/
/* line 22649, app/assets/stylesheets/frontend/application.scss */
.ideas-count-mobile {
  display: none;
}

/*--- Old Responsive media queries--*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 22659, app/assets/stylesheets/frontend/application.scss */
  .am-fixed-top .logo h5 {
    font-size: 14px;
  }
  /* line 22666, app/assets/stylesheets/frontend/application.scss */
  .view-ideas-block .view-heading {
    font-size: 26px;
    width: 100%;
  }
  /* line 22675, app/assets/stylesheets/frontend/application.scss */
  .title-top-b a span {
    font-size: 14px;
  }
  /* line 22682, app/assets/stylesheets/frontend/application.scss */
  .timeline-user span {
    font-size: 14px;
  }
  /* line 22687, app/assets/stylesheets/frontend/application.scss */
  .user-avatar-ideabox {
    flex-direction: column;
  }
  /* line 22689, app/assets/stylesheets/frontend/application.scss */
  .user-avatar-ideabox .content-left {
    margin-bottom: 15px;
  }
  /* line 22695, app/assets/stylesheets/frontend/application.scss */
  .info-card-details .view-heading {
    font-size: 26px;
    width: 100%;
  }
  /* line 22702, app/assets/stylesheets/frontend/application.scss */
  .is-countdown b {
    font-size: 20px;
  }
  /* line 22708, app/assets/stylesheets/frontend/application.scss */
  .user-login-page .content-block {
    width: 50%;
  }
}

@media only screen and (min-width: 580px) and (max-width: 767px) {
  /* line 22721, app/assets/stylesheets/frontend/application.scss */
  .am-fixed-top .logo h5 {
    font-size: 11px;
  }
  /* line 22727, app/assets/stylesheets/frontend/application.scss */
  .am-fixed-top .right-nav-content .notification .notification-count {
    padding: 2px 0px 0px 0px;
    top: -3px;
    height: 15px;
    width: 15px;
    font-size: 8px;
  }
  /* line 22741, app/assets/stylesheets/frontend/application.scss */
  .view-ideas-block .view-heading {
    font-size: 26px;
    width: 100%;
  }
  /* line 22749, app/assets/stylesheets/frontend/application.scss */
  .title-top-b a span {
    font-size: 11px;
  }
  /* line 22758, app/assets/stylesheets/frontend/application.scss */
  .timeline-user span {
    font-size: 11px;
  }
  /* line 22763, app/assets/stylesheets/frontend/application.scss */
  .user-avatar-ideabox {
    flex-direction: column;
  }
  /* line 22766, app/assets/stylesheets/frontend/application.scss */
  .user-avatar-ideabox .content-left {
    margin-bottom: 15px;
  }
  /* line 22772, app/assets/stylesheets/frontend/application.scss */
  .info-card-details .view-heading {
    font-size: 26px;
    width: 100%;
  }
  /* line 22780, app/assets/stylesheets/frontend/application.scss */
  .ideas-tab .content::after {
    width: 70%;
  }
  /* line 22790, app/assets/stylesheets/frontend/application.scss */
  .user-login-page .content-block {
    width: 60%;
  }
  /* line 22796, app/assets/stylesheets/frontend/application.scss */
  .add-idea-page .fix-tabs-block {
    position: relative;
    max-width: 100%;
    z-index: 1;
    width: 100%;
    background-color: white;
    top: inherit;
    padding-top: inherit;
  }
  /* line 22805, app/assets/stylesheets/frontend/application.scss */
  .add-idea-page .add-idea-tabs-content {
    margin-top: 0;
    width: 100%;
    float: left;
  }
}

@media only screen and (min-width: 601px) and (max-width: 1024px) {
  /* line 22818, app/assets/stylesheets/frontend/application.scss */
  .idea-cards-position {
    width: 50% !important;
  }
  /* line 22822, app/assets/stylesheets/frontend/application.scss */
  .idea-tab-btn {
    display: block;
  }
  /* line 22825, app/assets/stylesheets/frontend/application.scss */
  .idea-details-tab-btn {
    display: none;
  }
}

@media only screen and (min-width: 300px) and (max-width: 579px) {
  /* line 22832, app/assets/stylesheets/frontend/application.scss */
  .admin-edit-btn {
    display: none;
  }
  /* line 22835, app/assets/stylesheets/frontend/application.scss */
  .inbox-timeline-header {
    padding: 0 !important;
  }
  /* line 22839, app/assets/stylesheets/frontend/application.scss */
  .add-idea-btn-content {
    margin-top: 70px !important;
  }
  /* line 22842, app/assets/stylesheets/frontend/application.scss */
  .browse-files-btn {
    padding: 0px;
  }
  /* line 22846, app/assets/stylesheets/frontend/application.scss */
  .idea-tab-btn {
    display: block;
  }
  /* line 22849, app/assets/stylesheets/frontend/application.scss */
  .idea-details-tab-btn {
    display: none;
  }
  /* line 22852, app/assets/stylesheets/frontend/application.scss */
  .tabs-buttons {
    justify-content: center;
  }
  /* line 22855, app/assets/stylesheets/frontend/application.scss */
  .btn-responsive {
    margin-top: 20px;
  }
  /* line 22858, app/assets/stylesheets/frontend/application.scss */
  .idea-background-image {
    display: flex;
    justify-content: space-around;
    align-items: center;
  }
  /* line 22864, app/assets/stylesheets/frontend/application.scss */
  .add-idea-tabs {
    display: inline-block;
    width: 100%;
  }
  /* line 22868, app/assets/stylesheets/frontend/application.scss */
  .am-fixed-top {
    padding: 3px 2px 2px 2px;
  }
  /* line 22870, app/assets/stylesheets/frontend/application.scss */
  .am-fixed-top .logo {
    margin-bottom: 0px;
  }
  /* line 22872, app/assets/stylesheets/frontend/application.scss */
  .am-fixed-top .logo h5 {
    font-size: 11px;
    white-space: nowrap;
    display: none;
  }
  /* line 22877, app/assets/stylesheets/frontend/application.scss */
  .am-fixed-top .logo .responsive-img {
    width: 125px;
  }
  /* line 22882, app/assets/stylesheets/frontend/application.scss */
  .am-fixed-top .right-nav-content .notification {
    display: none;
  }
  /* line 22884, app/assets/stylesheets/frontend/application.scss */
  .am-fixed-top .right-nav-content .notification .notification-count {
    padding: 2px 0px 0px 0px;
    top: -3px;
    height: 15px;
    width: 15px;
    font-size: 8px;
  }
  /* line 22892, app/assets/stylesheets/frontend/application.scss */
  .am-fixed-top .right-nav-content .title-top-b {
    display: none;
  }
  /* line 22900, app/assets/stylesheets/frontend/application.scss */
  #notifications {
    width: 290px !important;
    left: -105px !important;
  }
  /* line 22905, app/assets/stylesheets/frontend/application.scss */
  .checklist-box {
    display: none;
  }
  /* line 22909, app/assets/stylesheets/frontend/application.scss */
  .edit-btn {
    display: none;
  }
  /* line 22913, app/assets/stylesheets/frontend/application.scss */
  .menus-nav-bar {
    padding: 8px 2px 5px 2px;
  }
  /* line 22915, app/assets/stylesheets/frontend/application.scss */
  .menus-nav-bar .content {
    flex-wrap: wrap;
  }
  /* line 22917, app/assets/stylesheets/frontend/application.scss */
  .menus-nav-bar .content .menu {
    margin-bottom: 5px;
    font-size: 13px;
  }
  /* line 22928, app/assets/stylesheets/frontend/application.scss */
  .title-top-b a i {
    font-size: 20px;
    margin-right: 10px;
  }
  /* line 22931, app/assets/stylesheets/frontend/application.scss */
  .title-top-b a span {
    font-size: 11px;
  }
  /* line 22940, app/assets/stylesheets/frontend/application.scss */
  .timeline-user span {
    font-size: 11px;
  }
  /* line 22945, app/assets/stylesheets/frontend/application.scss */
  .user-avatar-ideabox {
    flex-direction: column;
  }
  /* line 22948, app/assets/stylesheets/frontend/application.scss */
  .user-avatar-ideabox .content-left {
    margin-bottom: 15px;
  }
  /* line 22954, app/assets/stylesheets/frontend/application.scss */
  .info-card-details .view-heading {
    font-size: 22px;
  }
  /* line 22959, app/assets/stylesheets/frontend/application.scss */
  .idea-cards .view-heading {
    font-size: 22px;
  }
  /* line 22964, app/assets/stylesheets/frontend/application.scss */
  .ideas-tab {
    padding: 8px px 8px px;
  }
  /* line 22966, app/assets/stylesheets/frontend/application.scss */
  .ideas-tab .content {
    margin-bottom: 18px;
  }
  /* line 22969, app/assets/stylesheets/frontend/application.scss */
  .ideas-tab .content::after {
    width: 100%;
  }
  /* line 22972, app/assets/stylesheets/frontend/application.scss */
  .ideas-tab .content .tablink {
    font-size: 13px;
  }
  /* line 22976, app/assets/stylesheets/frontend/application.scss */
  .ideas-tab .share-btn {
    right: 25px;
    display: none;
  }
  /* line 22979, app/assets/stylesheets/frontend/application.scss */
  .ideas-tab .share-btn .content-share {
    height: 30px;
    width: 30px;
  }
  /* line 22982, app/assets/stylesheets/frontend/application.scss */
  .ideas-tab .share-btn .content-share .material-icons {
    font-size: 20px;
  }
  /* line 22991, app/assets/stylesheets/frontend/application.scss */
  .inbox-timeline-header {
    flex-direction: column;
    padding: 14px 14px 12px 14px;
  }
  /* line 22994, app/assets/stylesheets/frontend/application.scss */
  .inbox-timeline-header .inbox-timeline-buttons {
    flex-direction: column;
    position: relative;
    padding: inherit;
  }
  /* line 22998, app/assets/stylesheets/frontend/application.scss */
  .inbox-timeline-header .inbox-timeline-buttons .time-counter {
    margin-bottom: 12px;
  }
  /* line 23001, app/assets/stylesheets/frontend/application.scss */
  .inbox-timeline-header .inbox-timeline-buttons .edit-btn {
    padding: 0px 14px 0px 14px;
    margin-bottom: 12px;
  }
  /* line 23004, app/assets/stylesheets/frontend/application.scss */
  .inbox-timeline-header .inbox-timeline-buttons .edit-btn .edit-idea {
    padding: 10px 33px 10px 33px;
  }
  /* line 23010, app/assets/stylesheets/frontend/application.scss */
  .inbox-timeline-header .inbox-timeline-buttons .leaderboard-btn {
    padding: 0px 8px 0px 8px;
    width: auto;
    margin-bottom: 12px;
  }
  /* line 23015, app/assets/stylesheets/frontend/application.scss */
  .inbox-timeline-header .inbox-timeline-buttons .add-btn {
    padding: 0px 0px 0px 0px;
  }
  /* line 23027, app/assets/stylesheets/frontend/application.scss */
  .user-avatar-ideabox .content-left .ideabox-owner-name .bottom-content {
    flex-direction: column;
  }
  /* line 23032, app/assets/stylesheets/frontend/application.scss */
  .user-avatar-ideabox .content-right {
    flex-wrap: wrap;
    width: 100%;
  }
  /* line 23035, app/assets/stylesheets/frontend/application.scss */
  .user-avatar-ideabox .content-right .user-count-view {
    width: 50%;
    padding: 5px 5px 5px 5px;
    justify-content: space-evenly;
  }
  /* line 23043, app/assets/stylesheets/frontend/application.scss */
  .max-container {
    padding: 0px 15px 0px 15px;
  }
  /* line 23048, app/assets/stylesheets/frontend/application.scss */
  .info-card-details .inbox-mission-description {
    -moz-column-count: initial;
         column-count: initial;
    -moz-column-gap: initial;
         column-gap: initial;
  }
  /* line 23056, app/assets/stylesheets/frontend/application.scss */
  .add-idea-page .add-idea-tabs .tabs-right-buttons {
    justify-content: space-between;
    margin-top: 1.5em;
  }
  /* line 23063, app/assets/stylesheets/frontend/application.scss */
  .add-idea-page .add-idea-details .tag-field-display-flex {
    flex-direction: column;
  }
  /* line 23065, app/assets/stylesheets/frontend/application.scss */
  .add-idea-page .add-idea-details .tag-field-display-flex .field-tag-long {
    width: 100%;
    padding-right: 0;
    margin-bottom: 15px;
  }
  /* line 23070, app/assets/stylesheets/frontend/application.scss */
  .add-idea-page .add-idea-details .tag-field-display-flex .field-tag-long .tags-box {
    height: auto;
    width: 100%;
  }
  /* line 23075, app/assets/stylesheets/frontend/application.scss */
  .add-idea-page .add-idea-details .tag-field-display-flex .field-tag-long .tags-flex {
    display: flex;
    align-items: start;
    flex-direction: column;
  }
  /* line 23081, app/assets/stylesheets/frontend/application.scss */
  .add-idea-page .add-idea-details .tag-field-display-flex .field-tag {
    width: 100%;
  }
  /* line 23090, app/assets/stylesheets/frontend/application.scss */
  .user-login-page .content-block {
    width: 100%;
  }
  /* line 23096, app/assets/stylesheets/frontend/application.scss */
  .user-login-page .login-btns-block .or-field h5::before {
    width: 22%;
  }
  /* line 23099, app/assets/stylesheets/frontend/application.scss */
  .user-login-page .login-btns-block .or-field h5::after {
    width: 22%;
  }
  /* line 23108, app/assets/stylesheets/frontend/application.scss */
  .add-idea-page .fix-tabs-block {
    position: relative;
    max-width: 100%;
    z-index: 1;
    width: 100%;
    background-color: white;
    top: inherit;
    padding-top: inherit;
  }
  /* line 23117, app/assets/stylesheets/frontend/application.scss */
  .add-idea-page .add-idea-tabs-content {
    margin-top: 0;
    width: 100%;
    float: left;
  }
}

/* line 23129, app/assets/stylesheets/frontend/application.scss */
.tox-editor-container .tox-menubar {
  display: none;
}

/*---old Responisve media queries--*/
/* line 23140, app/assets/stylesheets/frontend/application.scss */
.tags-flex .idea-tag-view {
  border: 1px solid #cccccc;
  border-radius: 32px;
  width: 100%;
  padding: 0px 0px 0px 5px;
  min-height: 40px;
  display: flex;
  flex-wrap: wrap;
  align-items: self-start;
}

/* line 23149, app/assets/stylesheets/frontend/application.scss */
.tags-flex .idea-tag-view .easy-autocomplete {
  width: 100% !important;
}

/* line 23151, app/assets/stylesheets/frontend/application.scss */
.tags-flex .idea-tag-view .easy-autocomplete input {
  display: block !important;
  margin-left: 0 !important;
  margin-bottom: 0;
  border-color: transparent !important;
  width: 100% !important;
  box-sizing: inherit;
  border-radius: 3px !important;
  height: 43px !important;
  min-height: 40px;
}

/* line 23161, app/assets/stylesheets/frontend/application.scss */
.tags-flex .idea-tag-view .easy-autocomplete input:hover {
  box-shadow: none;
  border: none;
}

/* line 23165, app/assets/stylesheets/frontend/application.scss */
.tags-flex .idea-tag-view .easy-autocomplete input:focus {
  box-shadow: none;
  border: none;
}

/* line 23171, app/assets/stylesheets/frontend/application.scss */
.tags-flex .idea-tag-view .input-tags-field {
  margin-right: 0px;
  margin-bottom: 0px;
  flex-grow: 8;
}

/* line 23176, app/assets/stylesheets/frontend/application.scss */
.tags-flex .idea-tag-view .input-tags-field input {
  display: block !important;
  margin-left: 0 !important;
  margin-bottom: 0;
  border-color: transparent !important;
  width: 100% !important;
  box-sizing: inherit;
  border-radius: 3px !important;
  height: 43px !important;
  min-height: 40px;
}

/* line 23186, app/assets/stylesheets/frontend/application.scss */
.tags-flex .idea-tag-view .input-tags-field input:hover {
  box-shadow: none;
  border: none;
}

/* line 23190, app/assets/stylesheets/frontend/application.scss */
.tags-flex .idea-tag-view .input-tags-field input:focus {
  box-shadow: none;
  border: none;
}

/* line 23201, app/assets/stylesheets/frontend/application.scss */
.select-wrapper::after {
  font-family: "Material Icons";
  content: "\e5cc";
  color: #33334f;
  visibility: visible;
  font-size: 22px;
  position: absolute;
  right: 5px;
  top: 5px;
  z-index: 1;
  rotate: 90deg;
}

/* line 23213, app/assets/stylesheets/frontend/application.scss */
.select-wrapper .caret {
  display: none;
}

/* line 23216, app/assets/stylesheets/frontend/application.scss */
.select-wrapper input {
  margin-bottom: 0px;
  height: 30px !important;
  text-transform: uppercase;
  width: -moz-max-content !important;
  width: max-content !important;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  z-index: 2;
  min-width: 100%;
  padding: 12px 10px !important;
}

/* line 23228, app/assets/stylesheets/frontend/application.scss */
.select-wrapper .dropdown-content {
  margin-bottom: 0;
  top: 40px !important;
  border: 1px solid #cecece;
  border-radius: 0px;
  width: -moz-max-content !important;
  width: max-content !important;
  min-width: 100%;
}

/* line 23235, app/assets/stylesheets/frontend/application.scss */
.select-wrapper .dropdown-content li {
  min-height: auto;
  line-height: initial;
  width: 100%;
}

/* line 23239, app/assets/stylesheets/frontend/application.scss */
.select-wrapper .dropdown-content li span {
  line-height: 5px;
  padding: 15px 15px;
  width: 100%;
  max-width: 300px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-weight: 300;
  color: #101828;
}

/* line 23256, app/assets/stylesheets/frontend/application.scss */
.multi-select-drop .select-wrapper .select-dropdown {
  display: none;
}

/* line 23259, app/assets/stylesheets/frontend/application.scss */
.multi-select-drop .select-wrapper .multiselect-dropdown {
  border: 1px solid #cccccc;
  height: 40px;
  margin-bottom: 18px;
}

/* line 23264, app/assets/stylesheets/frontend/application.scss */
.multi-select-drop .select-wrapper .multiselect-dropdown .multiselect-dropdown-list input[type="checkbox"] {
  display: none;
}

/* line 23271, app/assets/stylesheets/frontend/application.scss */
.btn, .btn-large {
  border-radius: 5px !important;
  font-family: 'Montserrat', 'Avenir', sans-serif !important;
  letter-spacing: 0 !important;
}

/* line 23277, app/assets/stylesheets/frontend/application.scss */
.like-share-block > div {
  display: flex;
}

/* line 23278, app/assets/stylesheets/frontend/application.scss */
.add-idea-page .like-share-block .share .material-icons {
  transform: rotate(-25deg);
  font-size: 24px;
  position: relative;
  top: -2px;
  left: 2px;
}

/* line 23281, app/assets/stylesheets/frontend/application.scss */
span#span_24206 {
  font-size: 16px;
  color: #449adf;
}

/* line 23284, app/assets/stylesheets/frontend/application.scss */
#idea_liked_24206 .material-icons {
  font-size: 23px;
  position: relative;
  top: 1px;
}

/* line 23289, app/assets/stylesheets/frontend/application.scss */
.add-idea-page .like-share-block .view-block {
  color: #5e6779;
  cursor: pointer;
}

/* line 23293, app/assets/stylesheets/frontend/application.scss */
.field.idea-status {
  font-size: 16px;
}

/* line 23296, app/assets/stylesheets/frontend/application.scss */
.profile-detail-block .card-name {
  font-size: 16px;
}

/* line 23297, app/assets/stylesheets/frontend/application.scss */
.add-idea-page .like-share-block .field {
  min-width: -moz-fit-content;
  min-width: fit-content;
}

/* line 23298, app/assets/stylesheets/frontend/application.scss */
.add-idea-page .like-share-block .field {
  padding: 5px 16px 5px 16px;
}

/* line 23299, app/assets/stylesheets/frontend/application.scss */
.ppovr {
  position: absolute;
  background: #ffffff;
  z-index: 1;
  padding: 6px 10px;
  border: 1px solid #d3d3d3;
  border-radius: 3px;
  color: #232323;
  display: none;
  font-size: 14px;
  top: 48px;
  left: 0;
  margin: auto;
  text-align: center;
  width: -moz-max-content;
  width: max-content;
}

/* line 23308, app/assets/stylesheets/frontend/application.scss */
.field {
  position: relative;
}

/* line 23309, app/assets/stylesheets/frontend/application.scss */
.field:hover .ppovr {
  display: block;
}

/* line 23311, app/assets/stylesheets/frontend/application.scss */
.flip-reply {
  transform: rotate(-25deg);
  font-size: 24px;
  position: relative;
  top: -2px;
  left: 2px;
}

/* line 23318, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .slider-bg .content .manager-view .quote-text .display p::after {
  border-radius: 6px;
}

/* line 23319, app/assets/stylesheets/frontend/application.scss */
.follow-btn {
  background: #989898;
  border: #989898;
}

/* line 23320, app/assets/stylesheets/frontend/application.scss */
.btn:hover, .btn-large:hover {
  background-color: #818181;
}

/* line 23323, app/assets/stylesheets/frontend/application.scss */
.custom-hover {
  transition: background-color 0.3s ease;
}

/* line 23327, app/assets/stylesheets/frontend/application.scss */
.custom-hover:hover {
  background-color: #444;
  /* Default hover effect */
}

/* line 23331, app/assets/stylesheets/frontend/application.scss */
.custom-hover.has-custom-color:hover {
  background-color: #555;
  /* Hover effect when button_1 is present */
}

/* line 23336, app/assets/stylesheets/frontend/application.scss */
.tabs .tab {
  height: 46px;
}

/* line 23339, app/assets/stylesheets/frontend/application.scss */
.user-page-tabs .tab .active:after {
  border-bottom: 2px solid;
}

/* line 23342, app/assets/stylesheets/frontend/application.scss */
.user-page-tabs .tab a p {
  color: #000;
}

/* line 23343, app/assets/stylesheets/frontend/application.scss */
.user-page-tabs .tab a:after {
  content: '';
  position: absolute;
  top: 44px;
  width: 100%;
  left: 0;
}

/* line 23350, app/assets/stylesheets/frontend/application.scss */
.user-page-tabs .tab a:hover:after {
  opacity: .3;
  border-bottom: 2px solid;
}

/* line 23354, app/assets/stylesheets/frontend/application.scss */
.menus-sliders .tabsliderarrow:hover {
  color: #000;
  border-color: #c3c3c3;
}

/* line 23358, app/assets/stylesheets/frontend/application.scss */
.mngicn {
  font-size: 20px !important;
  margin-top: -2px;
  margin-right: 5px;
}

/* line 23359, app/assets/stylesheets/frontend/application.scss */
.user-page-tabs .tabs .tab a {
  width: -moz-fit-content;
  width: fit-content;
}

/* line 23360, app/assets/stylesheets/frontend/application.scss */
.indicator {
  display: none;
}

/* line 23361, app/assets/stylesheets/frontend/application.scss */
.ishtbs {
  margin-top: 30px;
}

/* line 23362, app/assets/stylesheets/frontend/application.scss */
.ishtbs .menus-sliders .box {
  width: -moz-fit-content;
  width: fit-content;
}

/* line 23363, app/assets/stylesheets/frontend/application.scss */
.ishtbs .mngicn {
  position: relative;
  top: 5px;
}

/* line 23364, app/assets/stylesheets/frontend/application.scss */
.ishtbs .tabs {
  border-bottom: 1px solid lightgray;
}

/* line 23365, app/assets/stylesheets/frontend/application.scss */
.ishtbs .menus-sliders .box {
  margin: 0;
}

/* line 23366, app/assets/stylesheets/frontend/application.scss */
.ishtbs .mission-bottom-content {
  padding: 0px !important;
  margin-bottom: 50px;
}

/* line 23367, app/assets/stylesheets/frontend/application.scss */
.ishtbs .view-ideas-block .heading-block {
  margin: 0;
  margin-top: 24px;
}

/* line 23368, app/assets/stylesheets/frontend/application.scss */
.ishmngi {
  margin-top: 24px !important;
}

/* line 23369, app/assets/stylesheets/frontend/application.scss */
.ishtbs .tabs a span {
  color: #000 !important;
}

/* line 23370, app/assets/stylesheets/frontend/application.scss */
.ishtbs .people-content {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

/* line 23371, app/assets/stylesheets/frontend/application.scss */
.ishtbs .people-content .people {
  width: 25%;
  padding: 0px 15px;
}

/* line 23372, app/assets/stylesheets/frontend/application.scss */
.ishtbs .people-content .people.content {
  padding: 8px 15px;
  height: 16em;
  box-shadow: none;
  border: 1px solid #e1e4ea;
  border-radius: 12px;
}

/* line 23379, app/assets/stylesheets/frontend/application.scss */
.ishtbs .people-content .people .content .display-people {
  display: flex;
  flex-direction: column;
}

/* line 23380, app/assets/stylesheets/frontend/application.scss */
.ishtbs .user-page-tabs .tabs .tab a .count {
  font-size: 12px;
  border: 1px solid #dedfe0;
  height: 28px;
  width: 28px;
  border-radius: 100%;
  margin-left: 8px;
  color: #000;
  padding: 5px 6px;
}

/* line 23390, app/assets/stylesheets/frontend/application.scss */
.ishtbs .menus-sliders .box {
  position: relative;
  top: 1px;
}

/* line 23395, app/assets/stylesheets/frontend/application.scss */
.input-field .multiselect-dropdown label {
  transform: translateY(0);
}

/* line 23399, app/assets/stylesheets/frontend/application.scss */
.select-wrapper {
  border-bottom: none;
  text-overflow: ellipsis;
  color: #33334f;
}

/* line 23404, app/assets/stylesheets/frontend/application.scss */
.select-wrapper > span.caret {
  visibility: hidden;
}

/* line 23407, app/assets/stylesheets/frontend/application.scss */
.select-wrapper > span.caret:before {
  font-family: "Material Icons";
  content: "\e5c5";
  visibility: visible;
  font-size: 22px;
}

/* line 23415, app/assets/stylesheets/frontend/application.scss */
.select-wrapper .dropdown-content li {
  min-height: 0;
}

/* line 23421, app/assets/stylesheets/frontend/application.scss */
.tribute-container li {
  gap: 8px;
}

/* line 23423, app/assets/stylesheets/frontend/application.scss */
.tribute-container li img {
  width: 24px;
  height: 24px;
}

/* line 23430, app/assets/stylesheets/frontend/application.scss */
.categories-index .container, .departments-index .container {
  max-width: 1440px !important;
  width: auto !important;
}
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
 * or any plugin's vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS/SCSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *



 */
@font-face {
  font-family: "Refrigerator Light";
  /*src: url(https://app.acceptmission.com/../fonts/century-gothic.ttf) format('truetype');*/
  src: url(https://app.acceptmission.com/ref-light.ttf);
  /* IE9 Compat Modes */
}

@font-face {
  font-family: "Refrigerator Delx W01 Reg";
  src: url(https://app.acceptmission.com/ref-deluxe.ttf);
  /* IE9 Compat Modes */
}

/* line 34, app/assets/stylesheets/frontend/mobile/application.scss */
body {
  background-color: transparent;
}

/* line 37, app/assets/stylesheets/frontend/mobile/application.scss */
#pass-check-msg {
  display: table;
  text-align: left;
}

/* line 41, app/assets/stylesheets/frontend/mobile/application.scss */
.email-txt-white {
  font-family: "Roboto", sans-serif !important;
}

/* line 43, app/assets/stylesheets/frontend/mobile/application.scss */
.email-txt-white label {
  font-family: "Roboto", sans-serif !important;
}

/* line 47, app/assets/stylesheets/frontend/mobile/application.scss */
.side-nav {
  z-index: 9999 !important;
}

/* line 50, app/assets/stylesheets/frontend/mobile/application.scss */
.title-bar-ios {
  margin-top: 0px;
  height: 68px !important;
  line-height: 68px !important;
  background-color: #33334f;
  font-size: 23px;
  position: fixed;
  z-index: 999;
  color: #fff;
  width: 100%;
}

/* line 61, app/assets/stylesheets/frontend/mobile/application.scss */
.title-bar-ios-icons-title {
  margin-top: 0px;
  height: 48px !important;
  line-height: 48px !important;
  background-color: #33334f;
  font-size: 16px;
  position: fixed;
  z-index: 999;
  color: #fff;
  width: 100%;
}

/* line 71, app/assets/stylesheets/frontend/mobile/application.scss */
.title-bar-ios-icons-title i {
  color: #fff;
}

/* line 74, app/assets/stylesheets/frontend/mobile/application.scss */
.title-bar-ios-icons-title a {
  color: #fff;
  font-size: 23px;
}

/* line 79, app/assets/stylesheets/frontend/mobile/application.scss */
.title-bar-ios-icons-title-idea {
  margin-top: 0px;
  height: 44px;
  line-height: 44px;
  background-color: #33334f;
  font-size: 16px;
  position: fixed;
  z-index: 999;
  color: #fff;
  width: 100%;
}

/* line 89, app/assets/stylesheets/frontend/mobile/application.scss */
.title-bar-ios-icons-title-idea i {
  color: #fff;
}

/* line 92, app/assets/stylesheets/frontend/mobile/application.scss */
.title-bar-ios-icons-title-idea a {
  color: #fff;
  font-size: 23px;
}

/* line 99, app/assets/stylesheets/frontend/mobile/application.scss */
body.ios .title-bar-ios-icons-title-multi {
  height: 68px !important;
}

/* line 101, app/assets/stylesheets/frontend/mobile/application.scss */
body.ios .title-bar-ios-icons-title-multi .row {
  margin-top: 20px;
}

/* line 105, app/assets/stylesheets/frontend/mobile/application.scss */
body.ios .title-bar-ios {
  padding-top: 10px;
}

/* line 107, app/assets/stylesheets/frontend/mobile/application.scss */
body.ios .title-bar-ios .row {
  margin-top: 20px;
}

/* line 111, app/assets/stylesheets/frontend/mobile/application.scss */
body.ios .title-bar-ios-icons-title {
  height: 68px !important;
}

/* line 113, app/assets/stylesheets/frontend/mobile/application.scss */
body.ios .title-bar-ios-icons-title .row {
  margin-top: 20px;
}

/* line 117, app/assets/stylesheets/frontend/mobile/application.scss */
body.ios .title-bar-ios-icons-title-idea {
  height: 48px !important;
}

/* line 119, app/assets/stylesheets/frontend/mobile/application.scss */
body.ios .title-bar-ios-icons-title-idea .row {
  margin-top: 20px;
}

/* line 126, app/assets/stylesheets/frontend/mobile/application.scss */
body.android .minus-mar-top {
  margin-top: -4px;
}

/* line 129, app/assets/stylesheets/frontend/mobile/application.scss */
body.android .title-bar-ios-icons-title-multi {
  height: 10% !important;
  line-height: 38px;
}

/* line 132, app/assets/stylesheets/frontend/mobile/application.scss */
body.android .title-bar-ios-icons-title-multi .row {
  margin-top: 12px;
}

/* line 136, app/assets/stylesheets/frontend/mobile/application.scss */
body.android .title-bar-ios {
  padding-top: 10px;
  line-height: 42px !important;
  height: 10% !important;
}

/* line 140, app/assets/stylesheets/frontend/mobile/application.scss */
body.android .title-bar-ios .row {
  margin-top: 20px;
}

/* line 144, app/assets/stylesheets/frontend/mobile/application.scss */
body.android .title-bar-ios-icons-title {
  height: 10% !important;
}

/* line 146, app/assets/stylesheets/frontend/mobile/application.scss */
body.android .title-bar-ios-icons-title .row {
  margin-top: 20px;
}

/* line 150, app/assets/stylesheets/frontend/mobile/application.scss */
body.android .title-bar-ios-icons-title-idea {
  height: 10% !important;
}

/* line 152, app/assets/stylesheets/frontend/mobile/application.scss */
body.android .title-bar-ios-icons-title-idea .row {
  margin-top: 20px;
}

/* line 158, app/assets/stylesheets/frontend/mobile/application.scss */
.title-bar-ios-icons-title-multi {
  margin-top: 0px;
  height: 48px !important;
  line-height: 48px;
  background-color: #33334f;
  font-size: 16px;
  position: fixed;
  z-index: 999;
  color: #fff;
  width: 100%;
}

/* line 168, app/assets/stylesheets/frontend/mobile/application.scss */
.title-bar-ios-icons-title-multi i {
  color: #fff;
  font-size: 23px;
}

/* line 172, app/assets/stylesheets/frontend/mobile/application.scss */
.title-bar-ios-icons-title-multi a {
  color: #fff;
  font-size: 23px;
  padding: 10px;
}

/* line 178, app/assets/stylesheets/frontend/mobile/application.scss */
.title-small {
  font-size: 12px;
  line-height: 5px;
  text-align: left;
}

/* line 182, app/assets/stylesheets/frontend/mobile/application.scss */
.title-small a {
  font-size: 12px;
}

/* line 186, app/assets/stylesheets/frontend/mobile/application.scss */
.title-medium {
  line-height: 30px;
  text-align: left;
  font-weight: bold;
  font-size: 15px;
}

/* line 192, app/assets/stylesheets/frontend/mobile/application.scss */
.team-logo {
  height: 63px;
  line-height: 63px;
}

/* line 195, app/assets/stylesheets/frontend/mobile/application.scss */
.team-logo img {
  border-radius: 50%;
  width: 30px;
  height: 30px;
}

/* line 201, app/assets/stylesheets/frontend/mobile/application.scss */
.tab-bar-ios {
  position: fixed;
  width: 100%;
  bottom: 0;
  height: 49px;
  font-size: 13px;
  line-height: 15px;
  padding-top: 6px;
  z-index: 999;
  color: white;
  background-color: #33334f;
  /*  background-color: #dbe3ef;*/
}

/* line 213, app/assets/stylesheets/frontend/mobile/application.scss */
.tab-bar-ios i {
  font-size: 23px;
}

/* line 216, app/assets/stylesheets/frontend/mobile/application.scss */
.tab-bar-ios a {
  color: white;
  /*    color: rgba(0, 0, 0, 0.87);*/
}

/* line 221, app/assets/stylesheets/frontend/mobile/application.scss */
textarea {
  -webkit-user-select: auto !important;
  -moz-user-select: auto !important;
  user-select: auto !important;
}

/* line 226, app/assets/stylesheets/frontend/mobile/application.scss */
.textarea-box {
  overflow-y: auto;
  overflow-x: hidden;
  padding: 5px 0px;
  width: 100%;
  min-height: 26px;
  font-size: 13px;
  margin: 0 !important;
  display: block;
  border-radius: 10px;
  max-height: 80px;
  color: #000 !important;
}

/* line 239, app/assets/stylesheets/frontend/mobile/application.scss */
.tab-bar-ios-idea {
  position: fixed;
  width: 100%;
  bottom: 0;
  height: auto;
  font-size: 13px;
  line-height: 15px;
  padding-top: 6px;
  z-index: 999;
  color: white;
  background-color: #33334f;
  /*  background-color: #dbe3ef;*/
}

/* line 251, app/assets/stylesheets/frontend/mobile/application.scss */
.tab-bar-ios-idea i {
  font-size: 23px;
}

/* line 254, app/assets/stylesheets/frontend/mobile/application.scss */
.tab-bar-ios-idea a {
  color: white;
  /*    color: rgba(0, 0, 0, 0.87);*/
}

/* line 259, app/assets/stylesheets/frontend/mobile/application.scss */
#livechat-compact-container {
  display: block;
}

/* line 262, app/assets/stylesheets/frontend/mobile/application.scss */
.main-title-mobile {
  margin-top: 60px;
}

/* line 265, app/assets/stylesheets/frontend/mobile/application.scss */
.custom-tabs-mobile {
  margin-top: -30px !important;
}

/* line 268, app/assets/stylesheets/frontend/mobile/application.scss */
.mission-box-mobile {
  -webkit-clip-path: none !important;
  margin-top: 0 !important;
  border-radius: 10px !important;
  height: 300px !important;
}

/* line 273, app/assets/stylesheets/frontend/mobile/application.scss */
.mission-box-mobile .mission-img {
  height: 140px;
}

/* line 275, app/assets/stylesheets/frontend/mobile/application.scss */
.mission-box-mobile .mission-img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  max-height: 90px;
}

/* line 282, app/assets/stylesheets/frontend/mobile/application.scss */
.custom-tabs .owl-prev {
  top: 32% !important;
}

/* line 285, app/assets/stylesheets/frontend/mobile/application.scss */
.custom-tabs .owl-next {
  top: 32% !important;
}

/* line 288, app/assets/stylesheets/frontend/mobile/application.scss */
.small-grey {
  padding: 20px 0 15px 18px !important;
}

/* line 291, app/assets/stylesheets/frontend/mobile/application.scss */
.mobile-main-title-profile {
  padding-top: 75px !important;
}

/*.mobile-avatar {
  margin-top: -10px !important;
}*/
/* line 298, app/assets/stylesheets/frontend/mobile/application.scss */
.avatar img {
  height: 95px !important;
  width: 95px !important;
  max-height: 100% !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
  max-width: 100% !important;
  margin-top: 40px !important;
}

/* line 307, app/assets/stylesheets/frontend/mobile/application.scss */
.mobile-timeline-divider:before,
.mobile-timeline-divider:after {
  right: 50% !important;
}

/* line 311, app/assets/stylesheets/frontend/mobile/application.scss */
.mobile-timeline-boxes {
  margin-left: 2% !important;
  overflow-x: hidden;
}

/* line 315, app/assets/stylesheets/frontend/mobile/application.scss */
.mobile-profile-title,
.mobile-timeline-title,
.mobile-timeline-title-red,
.mobile-timeline-title-blue,
.mobile-timeline-title-blue-small {
  font-size: 14px !important;
}

/* line 322, app/assets/stylesheets/frontend/mobile/application.scss */
.mobile-timeline-title {
  padding-left: 10px !important;
}

/* line 325, app/assets/stylesheets/frontend/mobile/application.scss */
.mobile-invite-box {
  width: 93% !important;
}

/* line 328, app/assets/stylesheets/frontend/mobile/application.scss */
.mobile-timeline-numbers {
  right: -2px !important;
}

/* line 331, app/assets/stylesheets/frontend/mobile/application.scss */
.mobile-red-button-area {
  width: 85% !important;
  margin-top: -10px !important;
  right: 4% !important;
}

/* line 336, app/assets/stylesheets/frontend/mobile/application.scss */
.mobile-green-button-area {
  width: 85% !important;
  z-index: 1;
  margin-top: -10px !important;
  right: 4% !important;
  position: relative;
}

/* line 343, app/assets/stylesheets/frontend/mobile/application.scss */
.mobile-red-button-review {
  left: 20% !important;
}

/* line 346, app/assets/stylesheets/frontend/mobile/application.scss */
.mobile-counter-txt-timeline {
  padding-top: 10px !important;
  text-align: center !important;
}

/* line 350, app/assets/stylesheets/frontend/mobile/application.scss */
.mobile-counter-number-timeline {
  text-align: center !important;
  font-size: 30px !important;
}

/* line 354, app/assets/stylesheets/frontend/mobile/application.scss */
.mobile-invite-box-endnote {
  margin-top: 10px !important;
  margin-bottom: 20px;
  margin-left: 10px;
  margin-right: 20px;
}

/* line 360, app/assets/stylesheets/frontend/mobile/application.scss */
.mobile-circle-timeline-big {
  width: 180px !important;
  height: 180px !important;
  line-height: 180px !important;
  margin-left: 15% !important;
  /*  margin: 0 0 30px 30px !important;*/
}

/* line 367, app/assets/stylesheets/frontend/mobile/application.scss */
.mobile-circle-timeline {
  width: 150px !important;
  height: 150px !important;
  line-height: 150px !important;
  margin-top: 15px !important;
}

/* line 373, app/assets/stylesheets/frontend/mobile/application.scss */
.mobile-invite-box-bluish {
  width: 85%;
  margin: 50px 10px !important;
}

/* line 377, app/assets/stylesheets/frontend/mobile/application.scss */
.mobile-timeline-numbers-blue {
  right: 5% !important;
}

/* line 380, app/assets/stylesheets/frontend/mobile/application.scss */
.mobile-red-area-button {
  width: 86% !important;
  margin-left: 10px !important;
}

/* line 383, app/assets/stylesheets/frontend/mobile/application.scss */
.mobile-red-area-button a {
  left: 20% !important;
}

/* line 387, app/assets/stylesheets/frontend/mobile/application.scss */
.mobile-obj-lead {
  width: 78%;
  /*  z-index: -9;*/
  position: relative;
  max-height: 80px;
  padding: 20px;
  margin-left: 25px;
  margin-top: -10px;
  background: white;
  clip-path: polygon(10px 0%, calc(100% - 10px) 0%, 100% 10px, 100% calc(100% - 10px), calc(100% - 10px) 100%, 10px 100%, 0% calc(100% - 10px), 0% 10px);
}

/* line 417, app/assets/stylesheets/frontend/mobile/application.scss */
.mol {
  background: white !important;
  border: 1px solid #425a71 !important;
  border-radius: 4px;
  /*    width:150px;*/
  height: 27px !important;
  text-transform: uppercase;
  font-size: 9px;
  line-height: 27px !important;
  color: #425a71 !important;
  box-shadow: none !important;
  margin: 10px 20px 10px 20px !important;
}

/* line 430, app/assets/stylesheets/frontend/mobile/application.scss */
.special-numbers {
  top: 25% !important;
}

/* line 433, app/assets/stylesheets/frontend/mobile/application.scss */
.mobile-heading {
  font-size: 9px;
  color: #9c9c9c;
  letter-spacing: 1.12px;
  text-transform: uppercase;
}

/* line 439, app/assets/stylesheets/frontend/mobile/application.scss */
.normal-white-bg {
  background: white;
  padding: 20px;
}

/* line 443, app/assets/stylesheets/frontend/mobile/application.scss */
.page-height-full {
  height: 100% !important;
}

/* line 446, app/assets/stylesheets/frontend/mobile/application.scss */
.normal-txt-mobile {
  word-break: break-all;
}

/* line 449, app/assets/stylesheets/frontend/mobile/application.scss */
.mobile-obj-heading {
  font-size: 18px;
}

/* line 452, app/assets/stylesheets/frontend/mobile/application.scss */
.mobile-best-idea {
  font-family: "Refrigerator Delx W01 Reg";
  font-size: 16px;
  color: #8c8c8c;
  letter-spacing: 1.77px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 15px;
  margin-top: 0;
}

/* line 462, app/assets/stylesheets/frontend/mobile/application.scss */
.team-top-bar-title {
  font-size: 18px;
  line-height: inherit !important;
}

/* line 466, app/assets/stylesheets/frontend/mobile/application.scss */
.mobile-team-pics {
  margin-top: 80px;
  font-size: 14px !important;
  color: white;
}

/* line 470, app/assets/stylesheets/frontend/mobile/application.scss */
.mobile-team-pics img {
  vertical-align: middle;
}

/* line 475, app/assets/stylesheets/frontend/mobile/application.scss */
.mobile-team-pics img {
  height: 55px !important;
  width: 55px !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
}

/* line 480, app/assets/stylesheets/frontend/mobile/application.scss */
.mobile-team-pics .s10 {
  height: 55px;
  line-height: 55px;
}

/* line 485, app/assets/stylesheets/frontend/mobile/application.scss */
.bpics {
  -o-object-fit: cover;
     object-fit: cover;
}

/* line 489, app/assets/stylesheets/frontend/mobile/application.scss */
.mobile-idea-box img {
  -o-object-fit: cover;
     object-fit: cover;
  object-fit: cover;
  width: 100%;
  -o-object-position: 0 0;
     object-position: 0 0;
}

/* line 496, app/assets/stylesheets/frontend/mobile/application.scss */
.mobile-card-time {
  padding-bottom: 0 !important;
}

/* line 499, app/assets/stylesheets/frontend/mobile/application.scss */
.mobile-card-txt {
  padding-bottom: 5px;
}

/* line 501, app/assets/stylesheets/frontend/mobile/application.scss */
.mobile-card-txt:before {
  content: "" !important;
}

/* line 505, app/assets/stylesheets/frontend/mobile/application.scss */
.add-idea-txt {
  font-family: "Refrigerator Delx W01 Reg";
  font-size: 22px;
  color: #33334f;
  letter-spacing: 2.44px;
  text-align: center;
  text-transform: uppercase;
}

/* line 514, app/assets/stylesheets/frontend/mobile/application.scss */
.mobile-idea-field input,
.mobile-idea-field textarea {
  border: 1px solid #33334f !important;
  border-radius: 5px !important;
}

/* line 520, app/assets/stylesheets/frontend/mobile/application.scss */
.mobile-idea-form {
  margin-left: 10px;
  margin-right: 10px;
}

/* line 525, app/assets/stylesheets/frontend/mobile/application.scss */
.mobile-profile-btn a {
  background: #f41403;
  border: 1px solid #f41403;
  border-radius: 4px;
  width: 90px;
  height: 27px;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 27px;
  margin-top: -50px;
  color: white !important;
  padding: 8px 20px !important;
}

/* line 539, app/assets/stylesheets/frontend/mobile/application.scss */
.mobile-normal-txt-idea {
  padding-bottom: 10px;
}

/* line 542, app/assets/stylesheets/frontend/mobile/application.scss */
.mobile-timeline-numbers-red {
  right: -7% !important;
}

/* line 545, app/assets/stylesheets/frontend/mobile/application.scss */
.no-idea {
  color: white;
}

/* line 548, app/assets/stylesheets/frontend/mobile/application.scss */
.mobile-red-button-review-area {
  width: 82% !important;
  margin-left: 6% !important;
  z-index: 1;
}

/* line 553, app/assets/stylesheets/frontend/mobile/application.scss */
.mobile-review-bg {
  margin-bottom: 20px;
}

/* line 556, app/assets/stylesheets/frontend/mobile/application.scss */
.mobile-np-btns {
  margin-bottom: 40px;
}

/* line 559, app/assets/stylesheets/frontend/mobile/application.scss */
.mobile-card-sep-review,
.mobile-review-comment-bg {
  margin: 0 !important;
}

/* line 563, app/assets/stylesheets/frontend/mobile/application.scss */
.mobile-add-idea {
  border-bottom: 1px solid #ccc;
}

/* line 565, app/assets/stylesheets/frontend/mobile/application.scss */
.mobile-add-idea input {
  height: 25px !important;
  border-radius: 20px !important;
  font-size: 12px !important;
  color: black;
  background: white !important;
  border: none !important;
  margin-bottom: 0px !important;
}

/* line 576, app/assets/stylesheets/frontend/mobile/application.scss */
.mobile-add-idea-txt input {
  height: 25px !important;
  border-radius: 20px !important;
  font-size: 12px !important;
  color: black;
  margin-top: 0px !important;
  background: white !important;
  border: none !important;
  margin-bottom: 0px !important;
}

/* line 587, app/assets/stylesheets/frontend/mobile/application.scss */
.done-txt {
  margin-top: 40% !important;
  display: inline-block;
}

/* line 591, app/assets/stylesheets/frontend/mobile/application.scss */
.plus-icon {
  margin-top: 50% !important;
  display: inline-block;
}

/* line 595, app/assets/stylesheets/frontend/mobile/application.scss */
.scroll-to-bottom {
  margin-top: 15px;
}

/* line 599, app/assets/stylesheets/frontend/mobile/application.scss */
.password-top {
  font-size: 16px;
}

/* line 602, app/assets/stylesheets/frontend/mobile/application.scss */
.mobile-registration-subtitle {
  font-size: 14px !important;
}

/* line 605, app/assets/stylesheets/frontend/mobile/application.scss */
.txt-disabled {
  pointer-events: none;
  box-shadow: none;
  color: #9f9f9f !important;
  cursor: default;
}

/* line 611, app/assets/stylesheets/frontend/mobile/application.scss */
.briefing-image {
  margin: -20px;
}

/* line 614, app/assets/stylesheets/frontend/mobile/application.scss */
.ideas-fields {
  background: white;
  border-radius: 10px;
  margin-top: 10px;
  padding: 0 10px;
}

/* line 620, app/assets/stylesheets/frontend/mobile/application.scss */
.comment-fields {
  background: white;
  border-radius: 10px;
  padding: 0 10px;
}

/* line 625, app/assets/stylesheets/frontend/mobile/application.scss */
.mobile-profile-img {
  width: 150px !important;
  height: 150px !important;
  position: relative !important;
  overflow: hidden !important;
  text-align: center !important;
  margin: auto !important;
}

/* line 632, app/assets/stylesheets/frontend/mobile/application.scss */
.mobile-profile-img img {
  width: 130px !important;
  height: 130px !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
}

/* line 638, app/assets/stylesheets/frontend/mobile/application.scss */
.mobile-ol-box-small {
  margin-bottom: 5px;
}

/* line 642, app/assets/stylesheets/frontend/mobile/application.scss */
.mobile-rating .star {
  font-size: 20px;
}

/* line 646, app/assets/stylesheets/frontend/mobile/application.scss */
.mobile-main-title {
  color: #33334f !important;
}

/* line 649, app/assets/stylesheets/frontend/mobile/application.scss */
.experience-points {
  font-size: 12px;
  float: left;
  line-height: 15px;
  padding-top: 5px;
}

/* line 655, app/assets/stylesheets/frontend/mobile/application.scss */
.trophy-icon-setting {
  /*  float: left;*/
}

/* line 658, app/assets/stylesheets/frontend/mobile/application.scss */
.field-file {
  display: none;
}

/* line 662, app/assets/stylesheets/frontend/mobile/application.scss */
.card-image img {
  -o-object-position: 0;
     object-position: 0;
}

/* line 666, app/assets/stylesheets/frontend/mobile/application.scss */
.carousel-mobile {
  margin-top: -50px;
}

/* line 669, app/assets/stylesheets/frontend/mobile/application.scss */
.carousel-mobile-gap {
  margin-top: 15px;
}

/* line 673, app/assets/stylesheets/frontend/mobile/application.scss */
.invite-label {
  top: 40% !important;
}

/* line 676, app/assets/stylesheets/frontend/mobile/application.scss */
.mobile-card-description {
  width: 90% !important;
}

/* line 679, app/assets/stylesheets/frontend/mobile/application.scss */
.mobile-card-description-title {
  color: white !important;
}

/* line 682, app/assets/stylesheets/frontend/mobile/application.scss */
.mobile-card-description-txt {
  color: white !important;
}

/* line 685, app/assets/stylesheets/frontend/mobile/application.scss */
.mobile-comment-txt {
  color: white !important;
}

/* line 689, app/assets/stylesheets/frontend/mobile/application.scss */
.mc-line {
  line-height: 90px !important;
}

/* line 692, app/assets/stylesheets/frontend/mobile/application.scss */
.mobile-timeline-divider-gap {
  margin-right: -24px !important;
}

/* line 696, app/assets/stylesheets/frontend/mobile/application.scss */
.create-idea-comment-btn .btn {
  background: #f41403;
  border: 1px solid #f41403;
  border-radius: 4px;
  margin-bottom: 20px;
  height: 27px;
  text-transform: uppercase;
  font-size: 9px;
  margin-top: 10px;
  line-height: 27px;
}

/* line 708, app/assets/stylesheets/frontend/mobile/application.scss */
#mobile_idea_content {
  border: none;
  height: 100px;
  margin-bottom: 10px;
  overflow-y: auto;
}

@media only screen and (min-width: 321px) and (max-width: 375px) {
  /* line 716, app/assets/stylesheets/frontend/mobile/application.scss */
  .mobile-circle-timeline-big {
    margin-left: 20% !important;
  }
  /* line 719, app/assets/stylesheets/frontend/mobile/application.scss */
  .carousel-nav {
    margin-left: 16px !important;
  }
  /* line 722, app/assets/stylesheets/frontend/mobile/application.scss */
  .timeline-divider {
    padding: 1px 0 60px 1px !important;
  }
  /* line 725, app/assets/stylesheets/frontend/mobile/application.scss */
  .mobile-obj-lead {
    width: 76% !important;
    margin-left: 32px !important;
  }
  /* line 729, app/assets/stylesheets/frontend/mobile/application.scss */
  .mobile-red-button-review {
    left: 27% !important;
  }
}

@media only screen and (min-width: 376px) and (max-width: 500px) {
  /* line 734, app/assets/stylesheets/frontend/mobile/application.scss */
  .mobile-timeline-numbers {
    right: 2px !important;
  }
  /* line 737, app/assets/stylesheets/frontend/mobile/application.scss */
  .mobile-timeline-numbers-blue {
    right: 6% !important;
  }
  /* line 740, app/assets/stylesheets/frontend/mobile/application.scss */
  .mc-line {
    line-height: 140px !important;
  }
  /* line 743, app/assets/stylesheets/frontend/mobile/application.scss */
  .mobile-circle-timeline-big {
    margin-left: 20% !important;
  }
  /* line 746, app/assets/stylesheets/frontend/mobile/application.scss */
  .carousel-nav {
    margin-left: 25px !important;
  }
  /* line 749, app/assets/stylesheets/frontend/mobile/application.scss */
  .mobile-timeline-boxes {
    margin-left: 7px !important;
  }
  /* line 752, app/assets/stylesheets/frontend/mobile/application.scss */
  .timeline-divider {
    padding: 1px 0 60px 1px !important;
  }
  /* line 755, app/assets/stylesheets/frontend/mobile/application.scss */
  .mobile-obj-lead {
    width: 76% !important;
    margin-left: 35px !important;
  }
  /* line 759, app/assets/stylesheets/frontend/mobile/application.scss */
  .mobile-red-button-review {
    left: 28% !important;
  }
}

/* line 764, app/assets/stylesheets/frontend/mobile/application.scss */
.red-invite .btn {
  background: #f41403;
  border: 1px solid #f41403;
  border-radius: 4px;
  margin-bottom: 20px;
  height: 27px;
  text-transform: uppercase;
  font-size: 9px;
  margin-top: 10px;
  line-height: 27px;
}

/* line 776, app/assets/stylesheets/frontend/mobile/application.scss */
.column-width-big-bell-mobile {
  position: absolute;
  right: 0;
  top: 15px;
}

/* line 780, app/assets/stylesheets/frontend/mobile/application.scss */
.column-width-big-bell-mobile a {
  color: white;
}

/* line 784, app/assets/stylesheets/frontend/mobile/application.scss */
.column-width-big-bell-timeline-mobile {
  position: absolute;
  right: 70px;
  top: 20px;
}

/* line 788, app/assets/stylesheets/frontend/mobile/application.scss */
.column-width-big-bell-timeline-mobile a {
  color: white;
}

/* line 793, app/assets/stylesheets/frontend/mobile/application.scss */
.notification-head-mobile {
  font-size: 13px;
  padding-left: 15px;
  height: 30px;
  line-height: 30px;
  color: black;
}

/* line 802, app/assets/stylesheets/frontend/mobile/application.scss */
#notifications-mobile {
  top: 50px !important;
  z-index: 9999;
  height: 403px;
  width: 320px !important;
  border-top: 2px solid #f31403;
}

/* line 808, app/assets/stylesheets/frontend/mobile/application.scss */
#notifications-mobile a {
  color: black;
  font-size: 14px;
}

/* line 813, app/assets/stylesheets/frontend/mobile/application.scss */
.mobile-timeline-notification-fix {
  left: -190px !important;
}

/* line 817, app/assets/stylesheets/frontend/mobile/application.scss */
#notifications-mobile img {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* line 823, app/assets/stylesheets/frontend/mobile/application.scss */
#notifications-mobile i {
  font-size: 17px;
  vertical-align: sub;
}

/* line 827, app/assets/stylesheets/frontend/mobile/application.scss */
.app-small-txt {
  font-size: 20px;
}

/* line 831, app/assets/stylesheets/frontend/mobile/application.scss */
.pdf-link {
  word-wrap: break-word;
}

/* line 834, app/assets/stylesheets/frontend/mobile/application.scss */
.brief-text-scroll {
  overflow-y: scroll;
  margin-bottom: 30px;
}

/* line 841, app/assets/stylesheets/frontend/mobile/application.scss */
.round-page-content {
  background: white;
  padding: 0px;
  height: 100vh;
  margin: 10px 0;
}

/* line 847, app/assets/stylesheets/frontend/mobile/application.scss */
.brief-text-scroll p {
  margin: 0;
}
body, html {
  margin: 0;
  overflow: hidden;
  transition: opacity 400ms;
}

body, .onepage-wrapper, html {
  display: block;
  position: static;
  padding: 0;
  width: 100%;
  height: 100%;
}

.onepage-wrapper {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  padding: 0;
  -webkit-transform-style: preserve-3d;
}

.onepage-wrapper .section {
  width: 100%;
  height: 100%;
}

.onepage-pagination {
  position: absolute;
  right: 10px;
  top: 50%;
  z-index: 5;
  list-style: none;
  margin: 0;
  padding: 0;
}
.onepage-pagination li {
  padding: 0;
  text-align: center;
}
.onepage-pagination li a{
  padding: 10px;
  width: 4px;
  height: 4px;
  display: block;
  
}
.onepage-pagination li a:before{
  content: '';
  position: absolute;
  width: 4px;
  height: 4px;
  background: rgba(0,0,0,0.85);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}

.onepage-pagination li a.active:before{
  width: 10px;
  height: 10px;
  background: none;
  border: 1px solid black;
  margin-top: -4px;
  left: 8px;
}

.disabled-onepage-scroll, .disabled-onepage-scroll .wrapper {
  overflow: auto;
}

.disabled-onepage-scroll .onepage-wrapper .section {
  position: relative !important;
  top: auto !important;
  left: auto !important;
}
.disabled-onepage-scroll .onepage-wrapper {
  transform: none !important;
  -ms-transform: none !important;
  min-height: 100%;
}


.disabled-onepage-scroll .onepage-pagination {
  display: none;
}

body.disabled-onepage-scroll, .disabled-onepage-scroll .onepage-wrapper, html {
  position: inherit;
}

section {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
 .owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-wrapper,
  .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%; }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none; }
  .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel .owl-nav button.owl-next,
  .owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel.owl-drag .owl-item {
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */ }
  .owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease; }
  .owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0; }
  .owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(https://app.acceptmission.com/assets/owl.video.play-12d5ab429e87fceae0abca364a3b5853563d3c91118e6af942bee5d9d05d18f9.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */
 .owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px; }
    .owl-theme .owl-nav [class*='owl-']:hover {
      background: #869791;
      color: #FFF;
      text-decoration: none; }
  .owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default; }

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px; }

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline; }
    .owl-theme .owl-dots .owl-dot span {
      width: 10px;
      height: 10px;
      margin: 5px 7px;
      background: #D6D6D6;
      display: block;
      -webkit-backface-visibility: visible;
      transition: opacity 200ms ease;
      border-radius: 30px; }
    .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
      background: #869791; }
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 * 	Green theme - Owl Carousel CSS File
 */
 .owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px; }
    .owl-theme .owl-nav [class*='owl-']:hover {
      background: #4DC7A0;
      color: #FFF;
      text-decoration: none; }
  .owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default; }

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px; }

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline; }
    .owl-theme .owl-dots .owl-dot span {
      width: 10px;
      height: 10px;
      margin: 5px 7px;
      background: #D6D6D6;
      display: block;
      -webkit-backface-visibility: visible;
      transition: opacity 200ms ease;
      border-radius: 30px; }
    .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
      background: #4DC7A0; }
.preloader{
    position: fixed;
    top:0;
    left:0;
    bottom: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.42);
    z-index: 99999;
    display: none;
}
.preloader-wrapper{
    left: 48%;
    top: 50%;
    position: fixed !important;
    z-index: 99999;
}

.preloader .preloader-gif{
    display: block;
    width: 80px;
    height: 80px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -40px 0 0 -40px;
    background: url(https://app.acceptmission.com/assets/preloader-5ca520d20557be22a816ce5ced342910633f5229628554a840ecb62dc8e6befa.gif) no-repeat;
    background-size: contain;
}
.admin-container {
  width: 970px;
  margin: auto;
}
#admin_container {
  width: 960px !important;
}
.ac-left {
  float: left;
  width: 80%;
  padding: 25px 0 0;
}
.ac-right {
  float: left;
  width: 20%;
  padding: 25px 0 0;
}
.clearfix {
  clear: both;
}
.cms-interface #menu {  
  margin-left: 5%;
  width: 50%;
}
.welcome-admin {
  padding-top: 35px;
}
.welcome-admin a {
  color: #0277bd;
}
#page_container {
/*  margin-top: -136px;*/
  min-height: 200px;
}
.pcontain {
  margin-top: -136px !important;
}
/* jQuery Countdown styles 2.0.0. */
.is-countdown {
	border: 1px solid #ccc;
	background-color: #eee;
}
.countdown-rtl {
	direction: rtl;
}
.countdown-holding span {
	color: #888;
}
.countdown-row {
	clear: both;
	width: 100%;
	padding: 0px 2px;
	text-align: center;
}
.countdown-show1 .countdown-section {
	width: 98%;
}
.countdown-show2 .countdown-section {
	width: 48%;
}
.countdown-show3 .countdown-section {
	width: 32.5%;
}
.countdown-show4 .countdown-section {
	width: 24.5%;
}
.countdown-show5 .countdown-section {
	width: 19.5%;
}
.countdown-show6 .countdown-section {
	width: 16.25%;
}
.countdown-show7 .countdown-section {
	width: 14%;
}
.countdown-section {
	display: block;
	float: left;
	font-size: 75%;
	text-align: center;
}
.countdown-amount {
    font-size: 200%;
}
.countdown-period {
    display: block;
}
.countdown-descr {
	display: block;
	width: 100%;
}
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
 .owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-wrapper,
  .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%; }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none; }
  .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel .owl-nav button.owl-next,
  .owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel.owl-drag .owl-item {
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */ }
  .owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease; }
  .owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0; }
  .owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(https://app.acceptmission.com/assets/owl.video.play-12d5ab429e87fceae0abca364a3b5853563d3c91118e6af942bee5d9d05d18f9.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */
 .owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px; }
    .owl-theme .owl-nav [class*='owl-']:hover {
      background: #869791;
      color: #FFF;
      text-decoration: none; }
  .owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default; }

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px; }

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline; }
    .owl-theme .owl-dots .owl-dot span {
      width: 10px;
      height: 10px;
      margin: 5px 7px;
      background: #D6D6D6;
      display: block;
      -webkit-backface-visibility: visible;
      transition: opacity 200ms ease;
      border-radius: 30px; }
    .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
      background: #869791; }
/*!
Chosen, a Select Box Enhancer for jQuery and Prototype
by Patrick Filler for Harvest, http://getharvest.com

Version 1.6.2
Full source at https://github.com/harvesthq/chosen
Copyright (c) 2011-2016 Harvest http://getharvest.com

MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
This file is generated by `grunt build`, do not edit it by hand.
*/

/* @group Base */
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.chosen-container * {
  box-sizing: border-box;
}
.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  left: -9999px;
  z-index: 1010;
  width: 100%;
  border: 1px solid #aaa;
  border-top: 0;
  background: #fff;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
}
.chosen-container.chosen-with-drop .chosen-drop {
  left: 0;
}
.chosen-container a {
  cursor: pointer;
}
.chosen-container .search-choice .group-name, .chosen-container .chosen-single .group-name {
  margin-right: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: normal;
  color: #999999;
}
.chosen-container .search-choice .group-name:after, .chosen-container .chosen-single .group-name:after {
  content: ":";
  padding-left: 2px;
  vertical-align: top;
}

/* @end */
/* @group Single Chosen */
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 25px;
  border: 1px solid #aaa;
  border-radius: 5px;
  background-color: #fff;
  background: linear-gradient(#ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background-clip: padding-box;
  box-shadow: 0 0 3px white inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 24px;
}
.chosen-container-single .chosen-default {
  color: #999;
}
.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
}
.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url(https://app.acceptmission.com/assets/chosen-sprite-3cde13df3c9baedea2fd869a0935de8e43408ba7dec321fe3c8c4414788b8b41.png) -42px 1px no-repeat;
  font-size: 1px;
}
.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px;
}
.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px;
}
.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%;
}
.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url(https://app.acceptmission.com/assets/chosen-sprite-3cde13df3c9baedea2fd869a0935de8e43408ba7dec321fe3c8c4414788b8b41.png) no-repeat 0px 2px;
}
.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap;
}
.chosen-container-single .chosen-search input[type="text"] {
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #aaa;
  background: white url(https://app.acceptmission.com/assets/chosen-sprite-3cde13df3c9baedea2fd869a0935de8e43408ba7dec321fe3c8c4414788b8b41.png) no-repeat 100% -20px;
  background: url(https://app.acceptmission.com/assets/chosen-sprite-3cde13df3c9baedea2fd869a0935de8e43408ba7dec321fe3c8c4414788b8b41.png) no-repeat 100% -20px;
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}
.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box;
}
.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  left: -9999px;
}

/* @end */
/* @group Results */
.chosen-container .chosen-results {
  color: #444;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch;
}
.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
  word-wrap: break-word;
  -webkit-touch-callout: none;
}
.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}
.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default;
}
.chosen-container .chosen-results li.highlighted {
  background-color: #3875d7;
  background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
  color: #fff;
}
.chosen-container .chosen-results li.no-results {
  color: #777;
  display: list-item;
  background: #f4f4f4;
}
.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default;
}
.chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}
.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}

/* @end */
/* @group Multi Chosen */
.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0 5px;
  width: 100%;
  height: auto;
  border: 1px solid #aaa;
  background-color: #fff;
  background-image: linear-gradient(#eeeeee 1%, #ffffff 15%);
  cursor: text;
}
.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}
.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  margin: 1px 0;
  padding: 0;
  height: 25px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none;
  color: #999;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}
.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 5px 3px 0;
  padding: 3px 20px 3px 5px;
  border: 1px solid #aaa;
  max-width: 100%;
  border-radius: 3px;
  background-color: #eeeeee;
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-size: 100% 19px;
  background-repeat: repeat-x;
  background-clip: padding-box;
  box-shadow: 0 0 2px white inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  line-height: 13px;
  cursor: default;
}
.chosen-container-multi .chosen-choices li.search-choice span {
  word-wrap: break-word;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url(https://app.acceptmission.com/assets/chosen-sprite-3cde13df3c9baedea2fd869a0935de8e43408ba7dec321fe3c8c4414788b8b41.png) -42px 1px no-repeat;
  font-size: 1px;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px;
}
.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  color: #666;
}
.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4;
}
.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}
.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}
.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default;
}

/* @end */
/* @group Active  */
.chosen-container-active .chosen-single {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #aaa;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background-image: linear-gradient(#eeeeee 20%, #ffffff 80%);
  box-shadow: 0 1px 0 #fff inset;
}
.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent;
}
.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 2px;
}
.chosen-container-active .chosen-choices {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.chosen-container-active .chosen-choices li.search-field input[type="text"] {
  color: #222 !important;
}

/* @end */
/* @group Disabled Support */
.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default;
}
.chosen-disabled .chosen-single {
  cursor: default;
}
.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}

/* @end */
/* @group Right to Left */
.chosen-rtl {
  text-align: right;
}
.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0;
}
.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl;
}
.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px;
}
.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px;
}
.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px;
}
.chosen-rtl .chosen-choices li {
  float: right;
}
.chosen-rtl .chosen-choices li.search-field input[type="text"] {
  direction: rtl;
}
.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}
.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px;
}
.chosen-rtl.chosen-container-single-nosearch .chosen-search,
.chosen-rtl .chosen-drop {
  left: 9999px;
}
.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}
.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0;
}
.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none;
}
.chosen-rtl .chosen-search input[type="text"] {
  padding: 4px 5px 4px 20px;
  background: white url(https://app.acceptmission.com/assets/chosen-sprite-3cde13df3c9baedea2fd869a0935de8e43408ba7dec321fe3c8c4414788b8b41.png) no-repeat -30px -20px;
  background: url(https://app.acceptmission.com/assets/chosen-sprite-3cde13df3c9baedea2fd869a0935de8e43408ba7dec321fe3c8c4414788b8b41.png) no-repeat -30px -20px;
  direction: rtl;
}
.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px;
}
.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px;
}

/* @end */
/* @group Retina compatibility */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
  .chosen-rtl .chosen-search input[type="text"],
  .chosen-container-single .chosen-single abbr,
  .chosen-container-single .chosen-single div b,
  .chosen-container-single .chosen-search input[type="text"],
  .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
  .chosen-container .chosen-results-scroll-down span,
  .chosen-container .chosen-results-scroll-up span {
    background-image: url(https://app.acceptmission.com/assets/chosen-sprite@2x-fee0dff048d647d3826a25258f58a063e17f3e90d1ac86d4938a9d17eabc772e.png) !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important;
  }
}
/* @end */
/* Chosen v1.6.2 | (c) 2011-2016 by Harvest | MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md */

.chosen-container{position:relative;display:inline-block;vertical-align:middle;font-size:13px;-webkit-user-select:none;-moz-user-select:none;user-select:none}.chosen-container *{box-sizing:border-box}.chosen-container .chosen-drop{position:absolute;top:100%;left:-9999px;z-index:1010;width:100%;border:1px solid #aaa;border-top:0;background:#fff;box-shadow:0 4px 5px rgba(0,0,0,.15)}.chosen-container.chosen-with-drop .chosen-drop{left:0}.chosen-container a{cursor:pointer}.chosen-container .search-choice .group-name,.chosen-container .chosen-single .group-name{margin-right:4px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;font-weight:400;color:#999}.chosen-container .search-choice .group-name:after,.chosen-container .chosen-single .group-name:after{content:":";padding-left:2px;vertical-align:top}.chosen-container-single .chosen-single{position:relative;display:block;overflow:hidden;padding:0 0 0 8px;height:25px;border:1px solid #aaa;border-radius:5px;background-color:#fff;background:linear-gradient(#fff 20%,#f6f6f6 50%,#eee 52%,#f4f4f4 100%);background-clip:padding-box;box-shadow:0 0 3px #fff inset,0 1px 1px rgba(0,0,0,.1);color:#444;text-decoration:none;white-space:nowrap;line-height:24px}.chosen-container-single .chosen-default{color:#999}.chosen-container-single .chosen-single span{display:block;overflow:hidden;margin-right:26px;text-overflow:ellipsis;white-space:nowrap}.chosen-container-single .chosen-single-with-deselect span{margin-right:38px}.chosen-container-single .chosen-single abbr{position:absolute;top:6px;right:26px;display:block;width:12px;height:12px;background:url(https://app.acceptmission.com/assets/chosen-sprite-3cde13df3c9baedea2fd869a0935de8e43408ba7dec321fe3c8c4414788b8b41.png) -42px 1px no-repeat;font-size:1px}.chosen-container-single .chosen-single abbr:hover{background-position:-42px -10px}.chosen-container-single.chosen-disabled .chosen-single abbr:hover{background-position:-42px -10px}.chosen-container-single .chosen-single div{position:absolute;top:0;right:0;display:block;width:18px;height:100%}.chosen-container-single .chosen-single div b{display:block;width:100%;height:100%;background:url(https://app.acceptmission.com/assets/chosen-sprite-3cde13df3c9baedea2fd869a0935de8e43408ba7dec321fe3c8c4414788b8b41.png) no-repeat 0 2px}.chosen-container-single .chosen-search{position:relative;z-index:1010;margin:0;padding:3px 4px;white-space:nowrap}.chosen-container-single .chosen-search input[type=text]{margin:1px 0;padding:4px 20px 4px 5px;width:100%;height:auto;outline:0;border:1px solid #aaa;background:#fff url(https://app.acceptmission.com/assets/chosen-sprite-3cde13df3c9baedea2fd869a0935de8e43408ba7dec321fe3c8c4414788b8b41.png) no-repeat 100% -20px;background:url(https://app.acceptmission.com/assets/chosen-sprite-3cde13df3c9baedea2fd869a0935de8e43408ba7dec321fe3c8c4414788b8b41.png) no-repeat 100% -20px;font-size:1em;font-family:sans-serif;line-height:normal;border-radius:0}.chosen-container-single .chosen-drop{margin-top:-1px;border-radius:0 0 4px 4px;background-clip:padding-box}.chosen-container-single.chosen-container-single-nosearch .chosen-search{position:absolute;left:-9999px}.chosen-container .chosen-results{color:#444;position:relative;overflow-x:hidden;overflow-y:auto;margin:0 4px 4px 0;padding:0 0 0 4px;max-height:240px;-webkit-overflow-scrolling:touch}.chosen-container .chosen-results li{display:none;margin:0;padding:5px 6px;list-style:none;line-height:15px;word-wrap:break-word;-webkit-touch-callout:none}.chosen-container .chosen-results li.active-result{display:list-item;cursor:pointer}.chosen-container .chosen-results li.disabled-result{display:list-item;color:#ccc;cursor:default}.chosen-container .chosen-results li.highlighted{background-color:#3875d7;background-image:linear-gradient(#3875d7 20%,#2a62bc 90%);color:#fff}.chosen-container .chosen-results li.no-results{color:#777;display:list-item;background:#f4f4f4}.chosen-container .chosen-results li.group-result{display:list-item;font-weight:700;cursor:default}.chosen-container .chosen-results li.group-option{padding-left:15px}.chosen-container .chosen-results li em{font-style:normal;text-decoration:underline}.chosen-container-multi .chosen-choices{position:relative;overflow:hidden;margin:0;padding:0 5px;width:100%;height:auto;border:1px solid #aaa;background-color:#fff;background-image:linear-gradient(#eee 1%,#fff 15%);cursor:text}.chosen-container-multi .chosen-choices li{float:left;list-style:none}.chosen-container-multi .chosen-choices li.search-field{margin:0;padding:0;white-space:nowrap}.chosen-container-multi .chosen-choices li.search-field input[type=text]{margin:1px 0;padding:0;height:25px;outline:0;border:0!important;background:transparent!important;box-shadow:none;color:#999;font-size:100%;font-family:sans-serif;line-height:normal;border-radius:0}.chosen-container-multi .chosen-choices li.search-choice{position:relative;margin:3px 5px 3px 0;padding:3px 20px 3px 5px;border:1px solid #aaa;max-width:100%;border-radius:3px;background-color:#eee;background-image:linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);background-size:100% 19px;background-repeat:repeat-x;background-clip:padding-box;box-shadow:0 0 2px #fff inset,0 1px 0 rgba(0,0,0,.05);color:#333;line-height:13px;cursor:default}.chosen-container-multi .chosen-choices li.search-choice span{word-wrap:break-word}.chosen-container-multi .chosen-choices li.search-choice .search-choice-close{position:absolute;top:4px;right:3px;display:block;width:12px;height:12px;background:url(https://app.acceptmission.com/assets/chosen-sprite-3cde13df3c9baedea2fd869a0935de8e43408ba7dec321fe3c8c4414788b8b41.png) -42px 1px no-repeat;font-size:1px}.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover{background-position:-42px -10px}.chosen-container-multi .chosen-choices li.search-choice-disabled{padding-right:5px;border:1px solid #ccc;background-color:#e4e4e4;background-image:linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);color:#666}.chosen-container-multi .chosen-choices li.search-choice-focus{background:#d4d4d4}.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close{background-position:-42px -10px}.chosen-container-multi .chosen-results{margin:0;padding:0}.chosen-container-multi .chosen-drop .result-selected{display:list-item;color:#ccc;cursor:default}.chosen-container-active .chosen-single{border:1px solid #5897fb;box-shadow:0 0 5px rgba(0,0,0,.3)}.chosen-container-active.chosen-with-drop .chosen-single{border:1px solid #aaa;border-bottom-right-radius:0;border-bottom-left-radius:0;background-image:linear-gradient(#eee 20%,#fff 80%);box-shadow:0 1px 0 #fff inset}.chosen-container-active.chosen-with-drop .chosen-single div{border-left:0;background:transparent}.chosen-container-active.chosen-with-drop .chosen-single div b{background-position:-18px 2px}.chosen-container-active .chosen-choices{border:1px solid #5897fb;box-shadow:0 0 5px rgba(0,0,0,.3)}.chosen-container-active .chosen-choices li.search-field input[type=text]{color:#222!important}.chosen-disabled{opacity:.5!important;cursor:default}.chosen-disabled .chosen-single{cursor:default}.chosen-disabled .chosen-choices .search-choice .search-choice-close{cursor:default}.chosen-rtl{text-align:right}.chosen-rtl .chosen-single{overflow:visible;padding:0 8px 0 0}.chosen-rtl .chosen-single span{margin-right:0;margin-left:26px;direction:rtl}.chosen-rtl .chosen-single-with-deselect span{margin-left:38px}.chosen-rtl .chosen-single div{right:auto;left:3px}.chosen-rtl .chosen-single abbr{right:auto;left:26px}.chosen-rtl .chosen-choices li{float:right}.chosen-rtl .chosen-choices li.search-field input[type=text]{direction:rtl}.chosen-rtl .chosen-choices li.search-choice{margin:3px 5px 3px 0;padding:3px 5px 3px 19px}.chosen-rtl .chosen-choices li.search-choice .search-choice-close{right:auto;left:4px}.chosen-rtl.chosen-container-single-nosearch .chosen-search,.chosen-rtl .chosen-drop{left:9999px}.chosen-rtl.chosen-container-single .chosen-results{margin:0 0 4px 4px;padding:0 4px 0 0}.chosen-rtl .chosen-results li.group-option{padding-right:15px;padding-left:0}.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div{border-right:0}.chosen-rtl .chosen-search input[type=text]{padding:4px 5px 4px 20px;background:#fff url(https://app.acceptmission.com/assets/chosen-sprite-3cde13df3c9baedea2fd869a0935de8e43408ba7dec321fe3c8c4414788b8b41.png) no-repeat -30px -20px;background:url(https://app.acceptmission.com/assets/chosen-sprite-3cde13df3c9baedea2fd869a0935de8e43408ba7dec321fe3c8c4414788b8b41.png) no-repeat -30px -20px;direction:rtl}.chosen-rtl.chosen-container-single .chosen-single div b{background-position:6px 2px}.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b{background-position:-12px 2px}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-resolution:144dpi),only screen and (min-resolution:1.5dppx){.chosen-rtl .chosen-search input[type=text],.chosen-container-single .chosen-single abbr,.chosen-container-single .chosen-single div b,.chosen-container-single .chosen-search input[type=text],.chosen-container-multi .chosen-choices .search-choice .search-choice-close,.chosen-container .chosen-results-scroll-down span,.chosen-container .chosen-results-scroll-up span{background-image:url(https://app.acceptmission.com/assets/chosen-sprite@2x-fee0dff048d647d3826a25258f58a063e17f3e90d1ac86d4938a9d17eabc772e.png)!important;background-size:52px 37px!important;background-repeat:no-repeat!important}}
.preloader{
    position: fixed;
    top:0;
    left:0;
    bottom: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.42);
    z-index: 99999;
    display: none;
}
.preloader-wrapper{
    left: 48%;
    top: 50%;
    position: fixed !important;
    z-index: 99999;
}

.preloader .preloader-gif{
    display: block;
    width: 80px;
    height: 80px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -40px 0 0 -40px;
    background: url(https://app.acceptmission.com/assets/preloader-5ca520d20557be22a816ce5ced342910633f5229628554a840ecb62dc8e6befa.gif) no-repeat;
    background-size: contain;
}
.mui-refresh-main {
  position: absolute;
  left: 50%;
  margin-left: -25px;
  padding: 9px;
  z-index: 10001;
  background-color: #fff;
  overflow: hidden;
  border-radius: 999px;
  box-shadow: 0 3px 8px 0 rgba(0,0,0,0.19), 0 6px 13px 0 rgba(0,0,0,0.24);
  -webkit-box-shadow: 0 3px 8px 0 rgba(0,0,0,0.19), 0 6px 13px 0 rgba(0,0,0,0.24);
}
.mui-refresh-main {
  position: fixed;
  top: 0;
  -webkit-perspective: 1000;
  -webkit-backface-visibility: hidden;
  opacity: 0;
  -webkit-transform: scale(0);
}
/*transition*/
.mui-refresh-main-animat {
/* transition: box-shadow 0.38s cubic-bezier(0.4, 0, 0.2, 1) */
/* -webkit-transition: box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1) */
/* transition: all 0.43s cubic-bezier(.08,.55,.81,1.8) */
  -webkit-transition: all 0.43s cubic-bezier(0.08, 0.55, 0.81, 1.8);
}
/* below nav bar */
.mui-refresh-nav {
  -webkit-transform: scale(1);
}
.mui-refresh-noshow {
  opacity: 0;
  -webkit-transform: scale(0.01) !important;
  -webkit-transition: all 0.25s ease-in-out !important;
}
.mui-refresh-wrapper {
  width: 25px;
  height: 25px;
}
.mui-arrow-wrapper {
  -webkit-transition: all 0.2s ease;
}
.mui-half-circle,
.mui-arrow-main {
  position: absolute;
  top: 0;
  width: 25px;
  height: 25px;
  box-sizing: border-box;
  border-width: 3px;
  border-style: solid;
  border-color: #000 #000 transparent;
  border-radius: 999px;
}
.mui-arrow-main {
  margin-top: 10px;
/* transform: rotate(-37deg) */
  -webkit-transform: rotate(-37deg);
/* arrow */
}
.mui-arrow-main:before {
  content: '';
  display: block;
  position: relative;
  top: 14px;
  left: 0px;
  width: 0;
  height: 0;
  border-width: 6px 6px;
  border-style: solid;
  transform: rotate(-56deg);
  -webkit-transform: rotate(-56deg);
}
.mui-spinner-main {
  width: 25px;
  height: 25px;
  position: relative;
}
.mui-spinner-main .mui-spinner-left,
.mui-spinner-main .mui-spinner-right {
  position: absolute;
  top: 0;
  height: 25px;
  width: 13px;
  overflow: hidden;
}
.mui-spinner-main .mui-spinner-left {
  left: 0;
}
.mui-spinner-main .mui-spinner-left .mui-half-circle {
  left: 0;
  border-right-color: transparent;
}
.mui-spinner-main .mui-spinner-right {
  right: 0;
}
.mui-spinner-main .mui-spinner-right .mui-half-circle {
  right: 0;
  border-left-color: transparent;
}
/* Blue theme */
.mui-blue-theme .mui-arrow-main {
  border-color: #2196f3 #2196f3 rgba(0,0,0,0);
}
.mui-blue-theme .mui-arrow-main:before {
  border-color: #2196f3 #fff #fff #fff;
}
.mui-blue-theme .mui-spinner-main .mui-spinner-left .mui-half-circle,
.mui-blue-theme .mui-spinner-main .mui-spinner-right .mui-half-circle {
  border-top-color: #2196f3;
}
.mui-blue-theme .mui-spinner-main .mui-spinner-left .mui-half-circle {
  border-left-color: #2196f3;
}
.mui-blue-theme .mui-spinner-main .mui-spinner-right .mui-half-circle {
  border-right-color: #2196f3;
}
/* Animation */
.mui-spinner-wrapper {
  animation: outer-rotate 2.91667s linear infinite;
}
.mui-spinner-main {
  animation: sporadic-rotate 5.25s cubic-bezier(0.35, 0, 0.25, 1) infinite;
}
.mui-spinner-main .mui-spinner-left .mui-half-circle,
.mui-spinner-main .mui-spinner-right .mui-half-circle {
  animation-iteration-count: infinite;
  animation-duration: 1.3125s;
  animation-timing-function: cubic-bezier(0.35, 0, 0.25, 1);
}
.mui-spinner-main .mui-spinner-left .mui-half-circle {
  animation-name: left-wobble;
}
.mui-spinner-main .mui-spinner-right .mui-half-circle {
  animation-name: right-wobble;
}
@keyframes outer-rotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes left-wobble {
  0%, 100% {
    transform: rotate(130deg);
  }
  50% {
    transform: rotate(-5deg);
  }
}
@keyframes right-wobble {
  0%, 100% {
    transform: rotate(-130deg);
  }
  50% {
    transform: rotate(5deg);
  }
}
@keyframes sporadic-rotate {
  12.5% {
    transform: rotate(135deg);
  }
  25% {
    transform: rotate(270deg);
  }
  37.5% {
    transform: rotate(405deg);
  }
  50% {
    transform: rotate(540deg);
  }
  62.5% {
    transform: rotate(675deg);
  }
  75% {
    transform: rotate(810deg);
  }
  87.5% {
    transform: rotate(945deg);
  }
  100% {
    transform: rotate(1080deg);
  }
}
.croppie-container {
    width: 100%;
    height: 100%;
}
.croppie-container .cr-image {
	z-index: -1;
	position: absolute;
	top: 0;
	left: 0;
	transform-origin: 0 0;
    max-width: none;
}
.croppie-container .cr-boundary {
	position: relative;
	overflow: hidden;
	margin: 0 auto;
	z-index: 1;
    width: 100%;
    height: 100%;
}
.croppie-container .cr-viewport {
	position: absolute;
	border: 2px solid #fff;
	margin: auto;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
    box-shadow: 0 0 2000px 2000px rgba(0, 0, 0, 0.5);
	z-index: 0;
}
.croppie-container .cr-original-image {
    display: none;
}
.croppie-container .cr-vp-circle {
	border-radius: 50%;
}
.croppie-container .cr-overlay {
	z-index: 1;
	position: absolute;
	cursor: move;
}
.croppie-container .cr-slider-wrap {
	width: 75%;
	margin: 15px auto;
	text-align: center;
}
.croppie-result {
	position: relative;
	overflow: hidden;
}
.croppie-result img {
	position: absolute;
}
.croppie-container .cr-image,
.croppie-container .cr-overlay,
.croppie-container .cr-viewport {
  transform: translateZ(0);
}

/*************************************/
/***** STYLING RANGE INPUT ***********/
/*************************************/
/*http://brennaobrien.com/blog/2014/05/style-input-type-range-in-every-browser.html */
/*************************************/

.cr-slider {
    -webkit-appearance: none;/*removes default webkit styles*/
    /*border: 1px solid white; *//*fix for FF unable to apply focus style bug */
    width: 300px;/*required for proper track sizing in FF*/
    max-width: 100%;
}
.cr-slider::-webkit-slider-runnable-track {
    width: 100%;
    height: 3px;
    background: rgba(0, 0, 0, 0.5);
    border: 0;
    border-radius: 3px;
}
.cr-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    border: none;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: #ddd;
    margin-top: -6px;
}
.cr-slider:focus {
    outline: none;
}
/*
.cr-slider:focus::-webkit-slider-runnable-track {
    background: #ccc;
}
*/

.cr-slider::-moz-range-track {
    width: 100%;
    height: 3px;
    background: rgba(0, 0, 0, 0.5);
    border: 0;
    border-radius: 3px;
}
.cr-slider::-moz-range-thumb {
    border: none;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: #ddd;
    margin-top: -6px;
}

/*hide the outline behind the border*/
.cr-slider:-moz-focusring{
    outline: 1px solid white;
    outline-offset: -1px;
}

.cr-slider::-ms-track {
    width: 300px;
    height: 5px;
    background: transparent;/*remove bg colour from the track, we'll use ms-fill-lower and ms-fill-upper instead */
    border-color: transparent;/*leave room for the larger thumb to overflow with a transparent border */
    border-width: 6px 0;
    color: transparent;/*remove default tick marks*/
}
.cr-slider::-ms-fill-lower {
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
}
.cr-slider::-ms-fill-upper {
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
}
.cr-slider::-ms-thumb {
    border: none;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: #ddd;
    margin-top:1px;
}
.cr-slider:focus::-ms-fill-lower {
    background: rgba(0, 0, 0, 0.5);
}
.cr-slider:focus::-ms-fill-upper {
    background: rgba(0, 0, 0, 0.5);
}
/*******************************************/

/***********************************/
/* Rotation Tools */
/***********************************/
.cr-rotate-controls {
    position: absolute;
    bottom: 5px;
    left: 5px;
    z-index: 1;
}
.cr-rotate-controls button {
    border: 0;
    background: none;
}
.cr-rotate-controls i:before {
    display: inline-block;
    font-style: normal;
    font-weight: 900;
    font-size: 22px;
}
.cr-rotate-l i:before {
    content: '↺';
}
.cr-rotate-r i:before {
    content: '↻';
}
/*!
 * Cropper.js v1.6.1
 * https://fengyuanchen.github.io/cropperjs
 *
 * Copyright 2015-present Chen Fengyuan
 * Released under the MIT license
 *
 * Date: 2023-09-17T03:44:17.565Z
 */

 .cropper-container {
  direction: ltr;
  font-size: 0;
  line-height: 0;
  position: relative;
  touch-action: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.cropper-container img {
    backface-visibility: hidden;
    display: block;
    height: 100%;
    image-orientation: 0deg;
    max-height: none !important;
    max-width: none !important;
    min-height: 0 !important;
    min-width: 0 !important;
    width: 100%;
  }

.cropper-wrap-box,
.cropper-canvas,
.cropper-drag-box,
.cropper-crop-box,
.cropper-modal {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.cropper-wrap-box,
.cropper-canvas {
  overflow: hidden;
}

.cropper-drag-box {
  background-color: #fff;
  opacity: 0;
}

.cropper-modal {
  background-color: #000;
  opacity: 0.5;
}

.cropper-view-box {
  display: block;
  height: 100%;
  outline: 1px solid #39f;
  outline-color: rgba(51, 153, 255, 0.75);
  overflow: hidden;
  width: 100%;
}

.cropper-dashed {
  border: 0 dashed #eee;
  display: block;
  opacity: 0.5;
  position: absolute;
}

.cropper-dashed.dashed-h {
    border-bottom-width: 1px;
    border-top-width: 1px;
    height: calc(100% / 3);
    left: 0;
    top: calc(100% / 3);
    width: 100%;
  }

.cropper-dashed.dashed-v {
    border-left-width: 1px;
    border-right-width: 1px;
    height: 100%;
    left: calc(100% / 3);
    top: 0;
    width: calc(100% / 3);
  }

.cropper-center {
  display: block;
  height: 0;
  left: 50%;
  opacity: 0.75;
  position: absolute;
  top: 50%;
  width: 0;
}

.cropper-center::before,
  .cropper-center::after {
    background-color: #eee;
    content: ' ';
    display: block;
    position: absolute;
  }

.cropper-center::before {
    height: 1px;
    left: -3px;
    top: 0;
    width: 7px;
  }

.cropper-center::after {
    height: 7px;
    left: 0;
    top: -3px;
    width: 1px;
  }

.cropper-face,
.cropper-line,
.cropper-point {
  display: block;
  height: 100%;
  opacity: 0.1;
  position: absolute;
  width: 100%;
}

.cropper-face {
  background-color: #fff;
  left: 0;
  top: 0;
}

.cropper-line {
  background-color: #39f;
}

.cropper-line.line-e {
    cursor: ew-resize;
    right: -3px;
    top: 0;
    width: 5px;
  }

.cropper-line.line-n {
    cursor: ns-resize;
    height: 5px;
    left: 0;
    top: -3px;
  }

.cropper-line.line-w {
    cursor: ew-resize;
    left: -3px;
    top: 0;
    width: 5px;
  }

.cropper-line.line-s {
    bottom: -3px;
    cursor: ns-resize;
    height: 5px;
    left: 0;
  }

.cropper-point {
  background-color: #39f;
  height: 5px;
  opacity: 0.75;
  width: 5px;
}

.cropper-point.point-e {
    cursor: ew-resize;
    margin-top: -3px;
    right: -3px;
    top: 50%;
  }

.cropper-point.point-n {
    cursor: ns-resize;
    left: 50%;
    margin-left: -3px;
    top: -3px;
  }

.cropper-point.point-w {
    cursor: ew-resize;
    left: -3px;
    margin-top: -3px;
    top: 50%;
  }

.cropper-point.point-s {
    bottom: -3px;
    cursor: s-resize;
    left: 50%;
    margin-left: -3px;
  }

.cropper-point.point-ne {
    cursor: nesw-resize;
    right: -3px;
    top: -3px;
  }

.cropper-point.point-nw {
    cursor: nwse-resize;
    left: -3px;
    top: -3px;
  }

.cropper-point.point-sw {
    bottom: -3px;
    cursor: nesw-resize;
    left: -3px;
  }

.cropper-point.point-se {
    bottom: -3px;
    cursor: nwse-resize;
    height: 20px;
    opacity: 1;
    right: -3px;
    width: 20px;
  }

@media (min-width: 768px) {

.cropper-point.point-se {
      height: 15px;
      width: 15px;
  }
    }

@media (min-width: 992px) {

.cropper-point.point-se {
      height: 10px;
      width: 10px;
  }
    }

@media (min-width: 1200px) {

.cropper-point.point-se {
      height: 5px;
      opacity: 0.75;
      width: 5px;
  }
    }

.cropper-point.point-se::before {
    background-color: #39f;
    bottom: -50%;
    content: ' ';
    display: block;
    height: 200%;
    opacity: 0;
    position: absolute;
    right: -50%;
    width: 200%;
  }

.cropper-invisible {
  opacity: 0;
}

.cropper-bg {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAQMAAAAlPW0iAAAAA3NCSVQICAjb4U/gAAAABlBMVEXMzMz////TjRV2AAAACXBIWXMAAArrAAAK6wGCiw1aAAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M26LyyjAAAABFJREFUCJlj+M/AgBVhF/0PAH6/D/HkDxOGAAAAAElFTkSuQmCC');
}

.cropper-hide {
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}

.cropper-hidden {
  display: none !important;
}

.cropper-move {
  cursor: move;
}

.cropper-crop {
  cursor: crosshair;
}

.cropper-disabled .cropper-drag-box,
.cropper-disabled .cropper-face,
.cropper-disabled .cropper-line,
.cropper-disabled .cropper-point {
  cursor: not-allowed;
}
