/*!
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");
/* 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 40, 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 112, app/assets/stylesheets/frontend/application.scss */
body {
  font-family: "Avenir", sans-serif;
}

/* line 117, app/assets/stylesheets/frontend/application.scss */
.intercom-lightweight-app-launcher {
  display: block !important;
}

/* line 125, app/assets/stylesheets/frontend/application.scss */
a {
  color: black;
}

/* line 130, 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 153, app/assets/stylesheets/frontend/application.scss */
.mrg-rt {
  margin-right: 10px;
}

/* line 156, 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 166, app/assets/stylesheets/frontend/application.scss */
.flip-reply {
  transform: scaleX(-1);
  color: black;
}

/* The container */
/* line 177, 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 191, app/assets/stylesheets/frontend/application.scss */
.radio-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
/* line 198, 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 209, 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 214, 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 219, app/assets/stylesheets/frontend/application.scss */
.checkmark-radio:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
/* line 226, app/assets/stylesheets/frontend/application.scss */
.radio-container input:checked ~ .checkmark-radio:after {
  display: block;
}

/* Style the indicator (dot/circle) */
/* line 231, 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 240, app/assets/stylesheets/frontend/application.scss */
.pad {
  padding-left: 12% !important;
}

/* line 243, app/assets/stylesheets/frontend/application.scss */
.pad-ideabox {
  padding-left: 8% !important;
}

/* line 246, app/assets/stylesheets/frontend/application.scss */
.notification-profile-avatar {
  right: 67px;
  z-index: 10000;
}

/* line 250, 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 273, app/assets/stylesheets/frontend/application.scss */
.carousel {
  height: 300px !important;
}

/* line 276, 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 282, 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 289, app/assets/stylesheets/frontend/application.scss */
.idea-update-field textarea {
  border: 1px solid;
}

/* line 296, app/assets/stylesheets/frontend/application.scss */
.category {
  font-size: 14px;
  display: flex;
  align-items: center;
}

/* line 300, app/assets/stylesheets/frontend/application.scss */
.category i {
  padding-right: 2px;
}

/* line 306, app/assets/stylesheets/frontend/application.scss */
.welcome-selection-page {
  margin-top: 7em;
  margin-bottom: 7em;
}

/* line 310, app/assets/stylesheets/frontend/application.scss */
.welcome-selection-page .welcome-center .card-content {
  overflow: inherit !important;
  padding: 0 !important;
}

/* line 313, app/assets/stylesheets/frontend/application.scss */
.welcome-selection-page .welcome-center .card-content .image-aspect-ratio-asr {
  margin-bottom: 1em;
  margin-top: 5em;
}

/* line 317, app/assets/stylesheets/frontend/application.scss */
.welcome-selection-page .welcome-center .card-content .field {
  width: 100%;
  margin-bottom: 5px;
}

/* line 320, app/assets/stylesheets/frontend/application.scss */
.welcome-selection-page .welcome-center .card-content .field p {
  text-align: left;
}

/* line 324, app/assets/stylesheets/frontend/application.scss */
.welcome-selection-page .welcome-center .card-content .title {
  font-weight: 500;
  font-size: 18px;
}

/* line 328, app/assets/stylesheets/frontend/application.scss */
.welcome-selection-page .welcome-center .card-content .description {
  border: 1px solid #dddddd;
  padding: 12px;
}

/* line 337, app/assets/stylesheets/frontend/application.scss */
.welcome-selection-page .welcome-center .card-content .bottom-text {
  margin-top: 15px;
}

/* line 339, 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 348, 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 354, app/assets/stylesheets/frontend/application.scss */
.welcome-selection-page .asr-welcome-cover h4 {
  margin-top: 0;
  font-size: 20px;
}

/* line 358, app/assets/stylesheets/frontend/application.scss */
.welcome-selection-page .asr-welcome-cover h5 {
  font-size: 20px;
  text-align: left;
  margin-bottom: 0;
}

/* line 363, 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 375, app/assets/stylesheets/frontend/application.scss */
.start-selection-page .card-content .bg-img {
  width: 100%;
  padding: 0px 10px;
}

/* line 379, app/assets/stylesheets/frontend/application.scss */
.start-selection-page .card-content .content-block {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

/* line 383, app/assets/stylesheets/frontend/application.scss */
.start-selection-page .card-content .content-block .block {
  width: 50%;
  padding: 0px 10px;
}

/* line 386, 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 394, app/assets/stylesheets/frontend/application.scss */
.start-selection-page .card-content .content-block .block .field h5 {
  font-size: 20px;
}

/* line 397, 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 409, app/assets/stylesheets/frontend/application.scss */
.selection-review-page {
  margin-top: 4em;
  position: relative;
}

/* line 412, 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 418, app/assets/stylesheets/frontend/application.scss */
.selection-review-page .top-row-content .field {
  width: 100%;
  padding: 0px 8px;
}

/* line 421, app/assets/stylesheets/frontend/application.scss */
.selection-review-page .top-row-content .field .users {
  display: none;
}

/* line 425, app/assets/stylesheets/frontend/application.scss */
.selection-review-page .top-row-content .title {
  text-align: left;
}

/* line 428, app/assets/stylesheets/frontend/application.scss */
.selection-review-page .top-row-content .next-btn {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

/* line 432, app/assets/stylesheets/frontend/application.scss */
.selection-review-page .top-row-content .next-btn .numbers {
  margin-right: 25px;
}

/* line 435, app/assets/stylesheets/frontend/application.scss */
.selection-review-page .top-row-content .next-btn .mission-heading {
  margin-right: 30px;
}

/* line 438, 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 451, app/assets/stylesheets/frontend/application.scss */
.selection-review-page .top-row-content .next-btn .arrows-btn:hover {
  background-color: #33334f;
  color: white;
}

/* line 457, app/assets/stylesheets/frontend/application.scss */
.selection-review-page .top-row-content .next-btn .previous-btn i {
  margin-right: 8px;
}

/* line 462, app/assets/stylesheets/frontend/application.scss */
.selection-review-page .top-row-content .next-btn .nex-btn i {
  margin-left: 8px;
}

/* line 466, app/assets/stylesheets/frontend/application.scss */
.selection-review-page .top-row-content .next-btn .right-head-btns {
  width: auto;
  display: flex;
}

/* line 470, app/assets/stylesheets/frontend/application.scss */
.selection-review-page .top-row-content .next-btn .nex-prev-btns {
  display: flex;
  align-items: center;
}

/* line 476, app/assets/stylesheets/frontend/application.scss */
.selection-review-page .top-row-content #heading-number {
  display: flex;
  align-items: center;
}

/* line 482, app/assets/stylesheets/frontend/application.scss */
.selection-review-page .dynamic-columns {
  padding: 0px 65px 0px 74px;
}

/* line 484, app/assets/stylesheets/frontend/application.scss */
.selection-review-page .dynamic-columns .left-img-block {
  display: none;
}

/* line 489, 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 495, 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 500, 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 508, 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 514, app/assets/stylesheets/frontend/application.scss */
.selection-review-page .dynamic-columns .tabs-block .content-block .field label {
  font-size: 14px;
}

/* line 519, 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 529, 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 533, app/assets/stylesheets/frontend/application.scss */
.selection-review-page .dynamic-columns .tabs-block .content-block .view-img a .material-icons {
  font-size: 22px;
}

/* line 538, app/assets/stylesheets/frontend/application.scss */
.selection-review-page .dynamic-columns .tabs-block .content-block .main-title-new {
  margin-top: 28px;
}

/* line 540, 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 549, 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 554, 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 559, app/assets/stylesheets/frontend/application.scss */
.selection-review-page .dynamic-columns .tabs-block .content-block .description .tox-statusbar {
  display: none !important;
}

/* line 562, app/assets/stylesheets/frontend/application.scss */
.selection-review-page .dynamic-columns .tabs-block .content-block .description .tox-edit-area {
  border-top: none;
}

/* line 570, 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 573, app/assets/stylesheets/frontend/application.scss */
.selection-review-page .dynamic-columns .rating-block .content-block .heading-main {
  margin-bottom: 18px;
  text-align: center;
}

/* line 576, app/assets/stylesheets/frontend/application.scss */
.selection-review-page .dynamic-columns .rating-block .content-block .heading-main .heading-main h5 {
  font-size: 20px;
}

/* line 582, app/assets/stylesheets/frontend/application.scss */
.selection-review-page .dynamic-columns .rating-block .field-description h5 {
  font-size: 16px;
}

/* line 585, 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 595, app/assets/stylesheets/frontend/application.scss */
.selection-review-page .dynamic-columns .left-img-block .hide-div {
  padding: 25px 0px 0px 20px;
}

/* line 597, 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 606, app/assets/stylesheets/frontend/application.scss */
.selection-review-page .comments-content-block {
  padding-top: 12px;
}

/* line 608, app/assets/stylesheets/frontend/application.scss */
.selection-review-page .comments-content-block h5 {
  display: none;
}

/* line 612, 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 617, app/assets/stylesheets/frontend/application.scss */
.selection-review-page .comments-content-block .comments-list .delete-icon {
  display: none;
}

/* line 628, 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 637, 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 645, 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 654, 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 662, 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 673, 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 691, app/assets/stylesheets/frontend/application.scss */
.main-login-page .login-fields #login {
  margin-left: auto;
  margin-right: auto;
}

/* line 699, app/assets/stylesheets/frontend/application.scss */
.custom-company-img {
  width: 100%;
  height: 100%;
  background-position: center center;
}

/* line 703, 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 717, app/assets/stylesheets/frontend/application.scss */
.user-login-page {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}

/* line 723, 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 737, app/assets/stylesheets/frontend/application.scss */
.user-login-page .login-signup-header h5 {
  font-weight: 400;
  font-size: 20px;
}

/* line 744, 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 756, 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 763, app/assets/stylesheets/frontend/application.scss */
.user-login-page .fields-blocks .remember-me {
  display: flex;
  align-items: center;
}

/* line 766, app/assets/stylesheets/frontend/application.scss */
.user-login-page .fields-blocks .remember-me label {
  color: black;
  cursor: pointer;
}

/* line 769, 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 776, app/assets/stylesheets/frontend/application.scss */
.user-login-page .fields-blocks .forgot-password {
  text-align: right;
  font-size: 13px;
}

/* line 781, app/assets/stylesheets/frontend/application.scss */
.user-login-page .fields-blocks .submit-btn {
  margin-top: 2em;
}

/* line 783, 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 790, 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 796, 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 801, app/assets/stylesheets/frontend/application.scss */
.user-login-page .login-btns-block .or-field h5 {
  font-size: 20px;
  color: #454545;
}

/* line 804, 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 814, 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 826, app/assets/stylesheets/frontend/application.scss */
.user-login-page .login-btns-block .btnfields {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 831, app/assets/stylesheets/frontend/application.scss */
.user-login-page .login-btns-block .btnfields .btnb {
  width: auto;
  padding: 2px 8px;
}

/* line 834, 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 842, 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 847, app/assets/stylesheets/frontend/application.scss */
.user-login-page .login-btns-block .btnfields .btnb button span {
  display: none;
}

/* line 850, app/assets/stylesheets/frontend/application.scss */
.user-login-page .login-btns-block .btnfields .btnb button img {
  border-radius: 100%;
  width: 38px;
}

/* line 858, app/assets/stylesheets/frontend/application.scss */
.user-login-page .login-btns-block .btnfields .google-btn button {
  background-color: #4588f1;
}

/* line 863, app/assets/stylesheets/frontend/application.scss */
.user-login-page .login-btns-block .btnfields .linked-btn button {
  background-color: #0073b1;
}

/* line 868, app/assets/stylesheets/frontend/application.scss */
.user-login-page .login-btns-block .btnfields .microsoft-btn button {
  background-color: #2d2e2e;
}

/* line 877, 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 893, 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 906, app/assets/stylesheets/frontend/application.scss */
.logo-resize {
  height: 40px;
  margin-top: 1px;
  margin-bottom: 0px;
}

/* line 913, 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 928, app/assets/stylesheets/frontend/application.scss */
.add-tag-input {
  width: 200px !important;
  height: 30px !important;
  padding-left: 5px !important;
  display: none;
}

/* line 938, 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 946, app/assets/stylesheets/frontend/application.scss */
.error-missing-field {
  border: 1px solid red !important;
}

/* line 949, 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 965, app/assets/stylesheets/frontend/application.scss */
.login-fields {
  max-width: 450px;
  padding-bottom: 10px;
  margin: 0 auto;
  background-color: white;
}

/* line 966, app/assets/stylesheets/frontend/application.scss */
.login-fields #error-msg {
  color: red;
}

/* line 969, app/assets/stylesheets/frontend/application.scss */
.login-fields .login-signin-btns {
  color: black;
  display: flex;
  justify-content: space-around;
}

/* line 973, app/assets/stylesheets/frontend/application.scss */
.login-fields .login-signin-btns a {
  background-color: white;
  color: black;
  border-color: black;
}

/* line 983, app/assets/stylesheets/frontend/application.scss */
.login-fields .login-start {
  width: 135px;
  height: 32px;
  line-height: 32px;
  margin-top: 50px;
}

/* line 989, app/assets/stylesheets/frontend/application.scss */
.login-fields .remember-me {
  margin-top: 0px;
}

/* line 993, app/assets/stylesheets/frontend/application.scss */
.login-fields ul a {
  color: white !important;
}

/* line 996, app/assets/stylesheets/frontend/application.scss */
.login-fields ul a.active {
  background-color: white !important;
  color: black !important;
}

/* line 1001, app/assets/stylesheets/frontend/application.scss */
.login-fields li {
  width: 50% !important;
  background-color: #425a71;
}

/* line 1005, 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 1023, 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 1032, app/assets/stylesheets/frontend/application.scss */
.login-fields #login #user_remember_me {
  position: relative;
  opacity: 1 !important;
}

/* line 1038, app/assets/stylesheets/frontend/application.scss */
#email-check-msg {
  color: #33334f;
  font-size: 14px;
  letter-spacing: 0.5px;
  font-weight: 400;
}

/* line 1043, app/assets/stylesheets/frontend/application.scss */
#email-check-msg a {
  color: black !important;
  text-transform: uppercase;
}

/* line 1048, app/assets/stylesheets/frontend/application.scss */
#pass-check-msg {
  color: red;
  font-size: 12px;
}

/* line 1052, app/assets/stylesheets/frontend/application.scss */
.signup-card {
  display: flex;
  justify-content: center;
  padding-top: 40px;
}

/* line 1058, app/assets/stylesheets/frontend/application.scss */
.welcome-white-header {
  color: black;
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 0.2px;
}

/* line 1064, app/assets/stylesheets/frontend/application.scss */
.welcome, .welcome-white {
  font-family: "RefrigeratorReg", sans-serif;
  font-size: 20px;
}

/* line 1073, app/assets/stylesheets/frontend/application.scss */
.welcome-white {
  color: #fff;
  font-size: 28px;
  font-family: "RefrigeratorLight", sans-serif;
}

/* line 1079, app/assets/stylesheets/frontend/application.scss */
.information-main {
  background: white;
  height: 230px;
}

/* line 1083, 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 1092, app/assets/stylesheets/frontend/application.scss */
.info-sign-up .start-free-plan {
  font-family: "Roboto-Bold";
}

/* line 1095, app/assets/stylesheets/frontend/application.scss */
.info-sign-up .discover-tools {
  font-family: "Roboto-Regular";
}

/* line 1098, app/assets/stylesheets/frontend/application.scss */
.info-sign-up ul {
  list-style: none;
  text-align: left;
}

/* line 1101, app/assets/stylesheets/frontend/application.scss */
.info-sign-up ul span {
  font-weight: bold;
}

/* line 1106, app/assets/stylesheets/frontend/application.scss */
.info-sign-up ul li:before {
  content: "✓";
}

/* line 1110, app/assets/stylesheets/frontend/application.scss */
.welcome-subtitle {
  color: white;
  font-size: 16px;
}

/* line 1114, app/assets/stylesheets/frontend/application.scss */
.signup-section {
  background-color: white;
  max-width: 750px;
  margin-left: 0% !important;
  min-width: 650px;
}

/* line 1115, app/assets/stylesheets/frontend/application.scss */
.signup-section.signup-section-1 {
  max-width: 100%;
}

/* line 1123, app/assets/stylesheets/frontend/application.scss */
.login-signup-logo {
  margin: auto;
}

/* line 1125, app/assets/stylesheets/frontend/application.scss */
.login-signup-logo img {
  width: 100% !important;
}

/* line 1129, app/assets/stylesheets/frontend/application.scss */
.number {
  font-size: 25px;
  font-weight: 400;
  color: #33334f;
}

/* line 1134, app/assets/stylesheets/frontend/application.scss */
.number-border {
  width: auto;
  padding: 5px 15px;
}

/* line 1138, app/assets/stylesheets/frontend/application.scss */
.number-border .title {
  color: #636161;
  letter-spacing: 0.5px;
}

/* line 1144, app/assets/stylesheets/frontend/application.scss */
.number-border .title {
  font-size: 12px;
}

/* HTML: <div class="loader"></div> */
/* line 1149, 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 1169, 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 1174, app/assets/stylesheets/frontend/application.scss */
.save-loader-btn .btn span, .save-loader-btn .btn-large span {
  margin-top: 0px;
}

/* line 1178, 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 1184, app/assets/stylesheets/frontend/application.scss */
.save-loader-btn .upload-btn-loader {
  width: 20px;
  margin: 0px 0px 0px 5px;
}

/* line 1190, app/assets/stylesheets/frontend/application.scss */
.number-border2 {
  border: 1px solid lightgray;
  width: 30%;
  padding: 5px;
}

/* line 1196, app/assets/stylesheets/frontend/application.scss */
.logo-small {
  width: 260px;
}

/* line 1199, 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 1207, 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 1214, 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 1224, app/assets/stylesheets/frontend/application.scss */
.set-password-box {
  width: 95%;
  margin: auto;
  color: white;
  padding-top: 20px;
}

/* line 1229, 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 1240, app/assets/stylesheets/frontend/application.scss */
.set-password-box a {
  color: white;
  font-weight: 300;
}

/* line 1244, app/assets/stylesheets/frontend/application.scss */
.set-password-box input.file-path {
  color: black;
}

/* line 1248, app/assets/stylesheets/frontend/application.scss */
.login-start {
  margin-bottom: 20px;
}

/* line 1251, app/assets/stylesheets/frontend/application.scss */
.e-name {
  font-size: 13px;
  color: #33334f;
  letter-spacing: 0px;
  text-align: left;
  padding-bottom: 30px;
}

/* line 1258, app/assets/stylesheets/frontend/application.scss */
.e-name-blue {
  font-size: 13px;
  color: #688faf;
  letter-spacing: 0px;
  text-align: left;
  padding-bottom: 30px;
}

/* line 1265, app/assets/stylesheets/frontend/application.scss */
.input-fields-1 {
  padding-left: 0px !important;
}

/* line 1268, app/assets/stylesheets/frontend/application.scss */
.pass-field {
  background: #e6e6e6;
  height: 30px;
  margin-bottom: 18px;
}

/* line 1272, app/assets/stylesheets/frontend/application.scss */
.pass-field input {
  height: 30px;
  border-bottom: 0;
  box-shadow: none;
  color: gray;
  text-indent: 10px;
}

/* line 1280, app/assets/stylesheets/frontend/application.scss */
.pass-field-blue,
.email-field-blue {
  height: 30px;
  margin-bottom: 20px;
  color: white;
}

/* line 1285, 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 1293, 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 1317, 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 1330, app/assets/stylesheets/frontend/application.scss */
.counter-txt {
  font-size: 9px;
  color: #f41403;
  letter-spacing: 1.12px;
  text-align: left;
  padding-top: 357px;
}

/* line 1337, 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 1344, app/assets/stylesheets/frontend/application.scss */
.timer {
  margin-top: 20%;
}

/* line 1347, 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 1355, app/assets/stylesheets/frontend/application.scss */
.column-width {
  width: 140px;
  padding-top: 5px;
  padding-left: 15px;
  float: left;
  margin-left: -1px;
}

/* line 1361, app/assets/stylesheets/frontend/application.scss */
.column-width i {
  color: white;
}

/* line 1366, app/assets/stylesheets/frontend/application.scss */
.column-width .company-logo {
  width: 150px;
  height: 42px;
}

/* line 1371, app/assets/stylesheets/frontend/application.scss */
.column-width-big {
  width: 65%;
  float: left;
  padding-left: 5% !important;
}

/* line 1376, app/assets/stylesheets/frontend/application.scss */
.column-width-big-mission-controll {
  width: 85%;
  float: left;
}

/* line 1380, app/assets/stylesheets/frontend/application.scss */
.timeline-user {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding-left: 10px;
  position: relative;
}

/* line 1387, app/assets/stylesheets/frontend/application.scss */
.timeline-user ul {
  width: 195px !important;
  top: 52px !important;
  border-radius: 4px;
  right: 0;
}

/* line 1393, app/assets/stylesheets/frontend/application.scss */
.timeline-user ul li a {
  display: flex;
  align-items: center;
}

/* line 1396, app/assets/stylesheets/frontend/application.scss */
.timeline-user ul li a i {
  margin: 0px 5px 0px 0px;
  font-size: 22px;
  color: #666666;
}

/* line 1404, app/assets/stylesheets/frontend/application.scss */
.timeline-user span {
  color: #5D6679;
  margin-left: 12px;
  font-size: 15px;
  font-weight: 700;
  text-transform: capitalize;
}

/* line 1412, app/assets/stylesheets/frontend/application.scss */
.timeline-user .user-avatar-dropdown {
  color: #688FAF;
}

/* line 1415, app/assets/stylesheets/frontend/application.scss */
.timeline-user a {
  display: flex;
  align-items: center;
}

/* line 1420, app/assets/stylesheets/frontend/application.scss */
.timeline-user .icon-img {
  width: 18px;
  height: auto;
  margin: 0px 6px 0px 4px;
}

/* line 1426, app/assets/stylesheets/frontend/application.scss */
.timeline-user .pro-inner {
  width: 100%;
  padding: 18px 10px 12px 10px;
  display: none;
}

/* line 1430, app/assets/stylesheets/frontend/application.scss */
.timeline-user .pro-inner img {
  width: 35px;
  margin-right: 5px;
}

/* line 1435, 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 1444, app/assets/stylesheets/frontend/application.scss */
.timeline-user .flex-box {
  display: flex;
  align-items: center;
  width: 100%;
}

/* line 1448, app/assets/stylesheets/frontend/application.scss */
.timeline-user .flex-box h6 {
  display: flex;
  align-items: center;
  line-height: normal;
}

/* line 1454, 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 1460, app/assets/stylesheets/frontend/application.scss */
.timeline-user li {
  line-height: 0px;
  min-height: auto;
}

/* line 1463, app/assets/stylesheets/frontend/application.scss */
.timeline-user li a {
  display: flex;
  align-items: center;
}

/* line 1468, app/assets/stylesheets/frontend/application.scss */
.timeline-user .side-bar-icon-img {
  margin-right: 8px;
}

/* line 1471, app/assets/stylesheets/frontend/application.scss */
.timeline-user .sub-p-r {
  padding-left: 26px;
}

/* line 1474, app/assets/stylesheets/frontend/application.scss */
.timeline-user .settings-li {
  border-top: 1px solid #E1E4EA;
  margin-top: 12px;
}

/* line 1479, app/assets/stylesheets/frontend/application.scss */
.timeline-user .user-avatar img {
  width: 40px;
  height: 40px;
}

/* line 1487, app/assets/stylesheets/frontend/application.scss */
.am-fixed-top .right-nav-content .active .dropdown-content {
  display: block;
}

/* line 1491, app/assets/stylesheets/frontend/application.scss */
.field-grey {
  margin-bottom: 0px !important;
}

/* line 1496, app/assets/stylesheets/frontend/application.scss */
.main-nav-container {
  height: 46px;
}

/* line 1499, app/assets/stylesheets/frontend/application.scss */
.column-width-big-bell {
  width: 5%;
  float: left;
}

/* line 1502, app/assets/stylesheets/frontend/application.scss */
.column-width-big-bell a {
  color: #5D6679;
  display: flex;
  align-items: center;
}

/* line 1508, app/assets/stylesheets/frontend/application.scss */
.timeline-bell {
  margin-top: -4px;
}

/* line 1510, app/assets/stylesheets/frontend/application.scss */
.timeline-bell a {
  color: #5D6679;
}

/* line 1515, 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 1526, app/assets/stylesheets/frontend/application.scss */
.title-top-b a span {
  font-size: 15px;
  padding-left: 5px;
  padding-top: 1.5px;
}

/* line 1531, app/assets/stylesheets/frontend/application.scss */
.title-top-b a i {
  font-size: 24px;
}

/* line 1536, 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 1550, app/assets/stylesheets/frontend/application.scss */
.mtname {
  float: left;
}

/* line 1553, app/assets/stylesheets/frontend/application.scss */
.mtimg {
  float: left;
  padding-left: 10px;
  margin-top: -7px;
}

/* line 1558, app/assets/stylesheets/frontend/application.scss */
.mtcover {
  display: inline-block;
}

/* line 1561, app/assets/stylesheets/frontend/application.scss */
.no-pad {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* line 1566, app/assets/stylesheets/frontend/application.scss */
.no-pad-pixel {
  margin-left: 10px !important;
}

/* line 1570, app/assets/stylesheets/frontend/application.scss */
.no-pad-pixel-bookmark {
  margin-left: 5px !important;
}

/* line 1573, 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 1578, app/assets/stylesheets/frontend/application.scss */
.top-right-corner a {
  color: #6390ae;
  padding-left: 10px;
}

/* line 1583, 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 1587, app/assets/stylesheets/frontend/application.scss */
.top-right-corner-timeline a {
  color: #6390ae;
  line-height: 60px;
  padding-left: 10px;
}

/* line 1594, 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 1606, app/assets/stylesheets/frontend/application.scss */
.custom-menu {
  color: #6390ae;
  padding-left: 28%;
  line-height: 60px;
}

/* line 1611, 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 1620, 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 1629, 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 1635, app/assets/stylesheets/frontend/application.scss */
.custom-tabs .tabs {
  padding-top: 10px;
  background: transparent;
  overflow-x: visible;
  width: 80% !important;
}

/* line 1641, 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 1650, app/assets/stylesheets/frontend/application.scss */
.custom-tabs .active {
  color: #f41403 !important;
}

/* line 1653, 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 1662, 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 1672, app/assets/stylesheets/frontend/application.scss */
  .mission-box-transparent {
    border-radius: 10px;
  }
}

/* line 1677, app/assets/stylesheets/frontend/application.scss */
.owl-pagination {
  width: 92%;
}

/* line 1680, 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 1707, app/assets/stylesheets/frontend/application.scss */
.mission-box .top-heading {
  padding: 20px 0 15px 20px;
  float: left;
}

/* line 1712, 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 1719, app/assets/stylesheets/frontend/application.scss */
.mission-box .xp {
  text-transform: uppercase;
  color: #0ed583;
}

/* line 1726, 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 1738, 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 1745, 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 1753, 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 1766, 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 1780, app/assets/stylesheets/frontend/application.scss */
.dark {
  opacity: 0.5;
}

/* line 1783, app/assets/stylesheets/frontend/application.scss */
.small-grey {
  padding: 20px 0 15px 30px;
}

/* line 1787, app/assets/stylesheets/frontend/application.scss */
.side-nav a {
  color: #688faf;
  font-weight: 300;
  font-size: 20px;
}

/* line 1791, 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 1798, app/assets/stylesheets/frontend/application.scss */
.side-nav li:hover,
.side-nav li.active {
  background: white;
}

/* line 1802, 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 1832, 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 1844, 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 1856, app/assets/stylesheets/frontend/application.scss */
.mission-box-transparent .mb-box-inner {
  position: relative;
  float: left;
  width: 100%;
  height: 100%;
}

/* line 1861, 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 1872, 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 1883, 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 1890, 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 1898, 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 1907, 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 1916, app/assets/stylesheets/frontend/application.scss */
.menu-logo {
  position: fixed;
  bottom: 25px;
  border-top: 1px solid #f0f0f0;
  padding-top: 25px;
  width: inherit;
}

/* line 1923, app/assets/stylesheets/frontend/application.scss */
.main-title-profile {
  /*  margin-top: 80px;*/
}

/* line 1927, app/assets/stylesheets/frontend/application.scss */
.profile-img {
  width: 200px;
  height: 200px;
  position: relative;
  overflow: hidden;
  text-align: center;
}

/* line 1934, 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 1950, 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 1962, 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 1970, 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 1995, 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 2006, 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 2015, 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 2026, 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 2042, 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 2056, app/assets/stylesheets/frontend/application.scss */
.input-fullwidth input {
  width: 99%;
}

/* line 2058, app/assets/stylesheets/frontend/application.scss */
.input-fullwidth input [type="radio"] {
  opacity: 1;
}

/* line 2064, 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 2076, app/assets/stylesheets/frontend/application.scss */
.identity-small-txt {
  padding-top: 8px;
}

/* line 2080, app/assets/stylesheets/frontend/application.scss */
.carousel .carousel-item {
  width: 150px;
  text-align: center;
  padding: 0 10px;
}

/* line 2085, app/assets/stylesheets/frontend/application.scss */
.carousel .carousel-item {
  height: 130px;
}

/* line 2087, 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 2095, 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 2104, 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 2116, 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 2127, app/assets/stylesheets/frontend/application.scss */
.team-title a {
  color: white !important;
}

/* line 2131, app/assets/stylesheets/frontend/application.scss */
.champ-icon {
  position: absolute;
  right: 2%;
  top: 2%;
}

/* line 2136, app/assets/stylesheets/frontend/application.scss */
.team-pics {
  font-size: 9px;
  height: 40px;
}

/* line 2139, app/assets/stylesheets/frontend/application.scss */
.team-pics img {
  width: 35px;
  height: 35px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 10px;
}

/* line 2147, 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 2153, app/assets/stylesheets/frontend/application.scss */
.bpics {
  width: 55px;
  height: 55px;
}

/* line 2157, 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 2161, app/assets/stylesheets/frontend/application.scss */
.avatar img {
  max-height: 73%;
  max-width: 73%;
  margin-left: 1%;
  margin-top: 28px;
}

/* line 2168, app/assets/stylesheets/frontend/application.scss */
.invite-box {
  margin-top: 50px;
  z-index: 2;
  position: relative;
}

/* line 2173, 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 2185, app/assets/stylesheets/frontend/application.scss */
.invite-box .btn:hover, .invite-box .btn-large:hover {
  background: #425a71;
  color: white;
}

/* line 2190, 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 2198, app/assets/stylesheets/frontend/application.scss */
.timeline-small-sub, .obj-lead .heading {
  padding: 20px 0 15px 20px;
}

/* line 2202, 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 2213, app/assets/stylesheets/frontend/application.scss */
.timeline-divider {
  position: relative;
  padding: 1px 0 0 1px;
  z-index: 100;
}

/* line 2218, 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 2229, app/assets/stylesheets/frontend/application.scss */
.timeline-divider:before {
  top: 0;
  background: #688faf;
  /*  background: linear-gradient(to top, #688FAF 0%, transparent 100%);*/
}

/* line 2235, app/assets/stylesheets/frontend/application.scss */
.timeline-divider:after {
  bottom: 0;
  background: #688faf;
}

/* line 2239, app/assets/stylesheets/frontend/application.scss */
.no-pad-right {
  padding-right: 0 !important;
}

/* line 2242, app/assets/stylesheets/frontend/application.scss */
.timeline-txt {
  padding: 0 20px 20px 40px;
}

/* line 2246, app/assets/stylesheets/frontend/application.scss */
.timeline-numbers {
  position: absolute;
  right: -24px;
  top: 50%;
  transform: translateY(-50%);
}

/* line 2251, app/assets/stylesheets/frontend/application.scss */
.timeline-numbers .hexagon {
  position: relative;
  width: 50px;
  height: 28.87px;
  background-color: #8dc63f;
  margin: -14.57px 0;
}

/* line 2257, app/assets/stylesheets/frontend/application.scss */
.timeline-numbers .hexagon span {
  position: absolute;
  right: 9px;
  top: 5px;
  color: white;
}

/* line 2265, 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 2274, app/assets/stylesheets/frontend/application.scss */
.timeline-numbers .hexagon:before {
  bottom: 100%;
  border-bottom: 14.43px solid #8dc63f;
}

/* line 2279, app/assets/stylesheets/frontend/application.scss */
.timeline-numbers .hexagon:after {
  top: 100%;
  width: 0;
  border-top: 14.43px solid #8dc63f;
}

/* line 2286, app/assets/stylesheets/frontend/application.scss */
.timeline-numbers-left {
  position: absolute;
  left: -24px;
  top: 50%;
  margin-top: -28px;
}

/* line 2291, 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 2297, app/assets/stylesheets/frontend/application.scss */
.timeline-numbers-left .hexagon2 span {
  position: absolute;
  left: 5px;
  top: 5px;
  color: white;
}

/* line 2303, app/assets/stylesheets/frontend/application.scss */
.timeline-numbers-left .hexagon2 .material-icons {
  font-size: 18px;
}

/* line 2308, 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 2317, app/assets/stylesheets/frontend/application.scss */
.timeline-numbers-left .hexagon2:before {
  bottom: 100%;
  border-bottom: 14.43px solid #688faf;
}

/* line 2322, app/assets/stylesheets/frontend/application.scss */
.timeline-numbers-left .hexagon2:after {
  top: 100%;
  width: 0;
  border-top: 14.43px solid #688faf;
}

/* line 2328, app/assets/stylesheets/frontend/application.scss */
.comment-number {
  font-size: 18px;
  color: #666;
  padding-right: 20px;
}

/* line 2332, app/assets/stylesheets/frontend/application.scss */
.comment-number .material-icons {
  font-size: 18px;
}

/* line 2336, 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 2345, app/assets/stylesheets/frontend/application.scss */
.obj-lead .heading {
  padding-right: 20px;
  padding-bottom: 30px;
}

/* line 2350, 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 2362, app/assets/stylesheets/frontend/application.scss */
.obj-lead .btn:hover, .obj-lead .btn-large:hover {
  background: #425a71;
  color: white;
}

/* line 2367, 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 2377, app/assets/stylesheets/frontend/application.scss */
.obj-lead .circle span {
  font-size: 12px;
  text-transform: uppercase;
  font-family: "RefrigeratorReg", sans-serif;
}

/* line 2382, app/assets/stylesheets/frontend/application.scss */
.obj-lead .circle sup {
  top: -1.75em;
}

/* line 2387, app/assets/stylesheets/frontend/application.scss */
.green-line {
  position: absolute;
  right: -50px;
  height: 1px;
  background: #8dc63f;
  width: 60px;
  top: 50%;
}

/* line 2395, app/assets/stylesheets/frontend/application.scss */
.create-mission-btn {
  padding: 10px;
}

/* line 2397, 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 2408, app/assets/stylesheets/frontend/application.scss */
.logo-mb {
  padding-top: 12px;
}

/* line 2411, app/assets/stylesheets/frontend/application.scss */
.mission-title {
  color: white;
  font-family: "RefrigeratorLight", sans-serif;
  font-size: 20px;
  padding-top: 10px;
}

/* line 2417, app/assets/stylesheets/frontend/application.scss */
.mission-header {
  border-bottom: 1px solid #688faf;
  margin: 0 -10px;
  height: 50px;
  line-height: 35px;
}

/* line 2423, app/assets/stylesheets/frontend/application.scss */
.welcome-agent {
  font-family: "RefrigeratorLight", sans-serif;
  font-size: 18px;
  color: white;
  padding-top: 10px;
}

/* line 2429, app/assets/stylesheets/frontend/application.scss */
.mb-wrap {
  margin: 0 -10px;
}

/* line 2432, app/assets/stylesheets/frontend/application.scss */
.mb-sidebar {
  background-color: white;
  min-height: calc(100vh - 80px);
  padding: 20px 20px;
}

/* line 2437, 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 2446, app/assets/stylesheets/frontend/application.scss */
.mb-desc {
  color: white;
  font-weight: 300;
  height: 30px;
  line-height: 30px;
  font-size: 12px;
}

/* line 2453, 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 2461, app/assets/stylesheets/frontend/application.scss */
.invitation:hover {
  background-color: #c6e7eb;
}

/* line 2465, 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 2474, app/assets/stylesheets/frontend/application.scss */
.invitation-content .heading {
  font-size: 20px;
}

/* line 2478, 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 2486, app/assets/stylesheets/frontend/application.scss */
.briefing:hover {
  background-color: #d8ead1;
}

/* line 2490, 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 2499, app/assets/stylesheets/frontend/application.scss */
.briefing-content .heading {
  font-size: 20px;
}

/* line 2503, app/assets/stylesheets/frontend/application.scss */
.signin-input-field {
  height: 30px !important;
}

/* line 2506, app/assets/stylesheets/frontend/application.scss */
::-moz-placeholder {
  color: #9dafbd;
}
::placeholder {
  color: #9dafbd;
}

/* line 2509, app/assets/stylesheets/frontend/application.scss */
.acceptmission-input-field {
  border-bottom: none !important;
  height: 30px !important;
}

/* line 2514, app/assets/stylesheets/frontend/application.scss */
.acceptmission-input-field:focus {
  border-bottom: none;
}

/* line 2518, 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 2526, app/assets/stylesheets/frontend/application.scss */
.brainstorming:hover {
  background-color: #e7e5cf;
}

/* line 2530, 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 2538, app/assets/stylesheets/frontend/application.scss */
.question_answering:hover {
  background-color: #e7e5cf;
}

/* line 2543, 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 2552, app/assets/stylesheets/frontend/application.scss */
.brainstorming-content .heading {
  font-size: 20px;
}

/* line 2556, 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 2564, app/assets/stylesheets/frontend/application.scss */
.mission-end:hover {
  background-color: #e8d1d1;
}

/* line 2568, app/assets/stylesheets/frontend/application.scss */
.all-white {
  background: white;
  position: absolute;
  height: calc(100vh - -14px);
}

/* line 2573, app/assets/stylesheets/frontend/application.scss */
.all-white-remain {
  margin-left: 20% !important;
}

/* line 2577, 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 2586, app/assets/stylesheets/frontend/application.scss */
.mission-end-content .heading {
  font-size: 20px;
}

/* line 2590, app/assets/stylesheets/frontend/application.scss */
.timer-bg {
  background-color: #425a71;
  margin-top: 460px;
}

/* line 2603, 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 2611, 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 2620, 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 2628, 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 2635, 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 2642, 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 2649, app/assets/stylesheets/frontend/application.scss */
.small-grey-form-title, .dhm {
  text-align: left;
  padding-top: 10px;
}

/* line 2654, app/assets/stylesheets/frontend/application.scss */
.textarea-grey {
  background: #ececec;
  margin-top: 8px;
  height: 50px;
  font-size: 12px;
  border: none;
  padding-left: 5px;
}

/* line 2662, app/assets/stylesheets/frontend/application.scss */
textarea:focus {
  outline: none;
}

/* line 2666, app/assets/stylesheets/frontend/application.scss */
textarea {
  width: 100%;
}

/* line 2669, app/assets/stylesheets/frontend/application.scss */
.white-btn {
  background: white !important;
  color: #9c9c9c;
  border: 1px solid #ccc !important;
  box-shadow: none !important;
}

/* line 2675, app/assets/stylesheets/frontend/application.scss */
.dropdown-content {
  opacity: 1 !important;
}

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

/* line 2684, app/assets/stylesheets/frontend/application.scss */
.dropdown-content li {
  min-height: 0px !important;
}

/* line 2689, app/assets/stylesheets/frontend/application.scss */
.modal {
  border-radius: 10px;
  max-height: 92%;
  top: 4% !important;
}

/* line 2694, app/assets/stylesheets/frontend/application.scss */
.datepicker,
.timepicker {
  background: #ececec !important;
  height: 32px !important;
  margin-top: 8px !important;
  padding-left: 5px !important;
}

/* line 2701, app/assets/stylesheets/frontend/application.scss */
.clockpicker-am-pm-block {
  height: 0;
}

/* line 2704, app/assets/stylesheets/frontend/application.scss */
.picker--opened .picker__frame {
  top: 2%;
}

/* line 2707, 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 2713, app/assets/stylesheets/frontend/application.scss */
.picker__date-display {
  background-color: #3c4a63;
}

/* line 2716, app/assets/stylesheets/frontend/application.scss */
.picker__day.picker__day--today {
  color: #f41403;
}

/* line 2719, app/assets/stylesheets/frontend/application.scss */
.picker__close,
.picker__today {
  color: #688faf;
}

/* line 2723, app/assets/stylesheets/frontend/application.scss */
.picker__nav--prev:hover,
.picker__nav--next:hover {
  background: #dbe3ef;
}

/* line 2727, app/assets/stylesheets/frontend/application.scss */
.invitation-content,
.briefing-content,
.brainstorming-content,
.mission-end-content {
  cursor: pointer;
}

/* line 2733, 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 2743, 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 2746, 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 2757, app/assets/stylesheets/frontend/application.scss */
#modal-briefing,
#modal-brainstorming,
#modal-round-edit,
#modal-break,
#modal-invitation {
  overflow: hidden;
}

/* line 2764, 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 2776, 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 2784, app/assets/stylesheets/frontend/application.scss */
.modal-fullwidth {
  position: absolute;
  left: 33% !important;
}

/* line 2788, 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 2796, app/assets/stylesheets/frontend/application.scss */
.preview-area {
  text-align: center;
  margin-top: 20px;
}

/* line 2800, app/assets/stylesheets/frontend/application.scss */
.modal-close {
  padding: 1px 20px;
}

/* line 2803, app/assets/stylesheets/frontend/application.scss */
button:focus {
  background-color: white;
}

/* line 2806, app/assets/stylesheets/frontend/application.scss */
.browser-btn {
  position: absolute;
  right: 0;
}

/* line 2810, app/assets/stylesheets/frontend/application.scss */
.additional-info {
  line-height: 40px;
}

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

/* line 2817, app/assets/stylesheets/frontend/application.scss */
input.select-dropdown {
  font-size: 12px !important;
}

/* line 2820, 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 2830, app/assets/stylesheets/frontend/application.scss */
.mission-management-tabs .tabs {
  padding-top: 10px;
  background: transparent;
  overflow-x: hidden;
  width: 100% !important;
}

/* line 2836, 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 2843, app/assets/stylesheets/frontend/application.scss */
.mission-management-tabs .active {
  color: #f41403 !important;
}

/* line 2846, 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 2853, app/assets/stylesheets/frontend/application.scss */
.mission-added {
  margin: 20px 0;
}

/* line 2855, 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 2862, app/assets/stylesheets/frontend/application.scss */
.mission-added .ma-text {
  text-transform: uppercase;
  font-size: 12px;
  color: #33334f;
}

/* line 2867, app/assets/stylesheets/frontend/application.scss */
.mission-added .red-text {
  text-transform: uppercase;
  font-size: 12px;
  line-height: 47px;
}

/* line 2872, 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 2882, 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 2891, app/assets/stylesheets/frontend/application.scss */
.mission-added .switch {
  line-height: 45px;
}

/* line 2894, app/assets/stylesheets/frontend/application.scss */
.mission-added .switch label input[type="checkbox"]:checked + .lever:after {
  background-color: #f41403;
}

/* line 2897, app/assets/stylesheets/frontend/application.scss */
.mission-added .switch label input[type="checkbox"]:checked + .lever {
  background-color: #fed3d0;
}

/* line 2901, 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 2911, app/assets/stylesheets/frontend/application.scss */
.no-pad-left {
  padding-left: 0 !important;
}

/* line 2914, app/assets/stylesheets/frontend/application.scss */
.ma-grey {
  font-size: 14px;
  text-transform: uppercase;
}

/* line 2919, app/assets/stylesheets/frontend/application.scss */
.ma-blue-text {
  text-transform: uppercase;
  font-size: 14px;
  color: #33334f;
}

/* line 2924, app/assets/stylesheets/frontend/application.scss */
.left-color {
  background: #688faf;
  color: white;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

/* line 2930, app/assets/stylesheets/frontend/application.scss */
.dhm {
  line-height: 10px;
  color: white !important;
  padding-top: 0 !important;
  padding-bottom: 10px;
}

/* line 2937, app/assets/stylesheets/frontend/application.scss */
.ma-text2 {
  text-transform: uppercase;
  font-size: 11px;
  color: #fff;
  line-height: 27px;
}

/* line 2943, app/assets/stylesheets/frontend/application.scss */
.left-color-empty {
  background: #fff;
  color: white;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

/* line 2949, 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 2960, app/assets/stylesheets/frontend/application.scss */
.create-btn:hover {
  background: #33334f !important;
  color: white;
}

/* line 2965, app/assets/stylesheets/frontend/application.scss */
.agent-table,
.team-table {
  margin-top: 20px;
  background: #fff;
}

/* line 2969, app/assets/stylesheets/frontend/application.scss */
.agent-table td,
.team-table td {
  font-size: 12px;
  color: #666;
}

/* line 2973, app/assets/stylesheets/frontend/application.scss */
.agent-table th,
.team-table th {
  font-size: 12px;
  text-transform: uppercase;
}

/* line 2977, app/assets/stylesheets/frontend/application.scss */
.agent-table th.team-size-text,
.team-table th.team-size-text {
  font-size: 9px;
  padding: 10px;
}

/* line 2982, app/assets/stylesheets/frontend/application.scss */
.invited-agents {
  padding-top: 32px;
}

/* line 2984, 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 2994, app/assets/stylesheets/frontend/application.scss */
.agents-btn {
  margin-top: 30px;
}

/* line 2996, 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 3006, 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 3015, app/assets/stylesheets/frontend/application.scss */
.white-btn-blue {
  background: #688faf !important;
  color: #fff;
  border: 1px solid #33334f !important;
}

/* line 3020, app/assets/stylesheets/frontend/application.scss */
.table-image {
  max-width: 30px;
  position: absolute;
  top: -14px;
  left: 26%;
}

/* line 3026, app/assets/stylesheets/frontend/application.scss */
#modal-add-agent,
#modal-add-user {
  height: 90%;
}

/* line 3030, app/assets/stylesheets/frontend/application.scss */
#modal-add-agent .modal-footer,
#modal-add-user .modal-footer {
  position: fixed !important;
}

/* line 3032, 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 3036, 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 3044, 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 3054, app/assets/stylesheets/frontend/application.scss */
#modal-add-agent .modal-content,
#modal-add-user .modal-content {
  padding: 24px 0;
}

/* line 3058, app/assets/stylesheets/frontend/application.scss */
.idea-card-title {
  width: 100%;
  background-color: #00000082;
}

/* line 3062, app/assets/stylesheets/frontend/application.scss */
.idea-card-row {
  margin-top: 45px;
}

/* line 3065, app/assets/stylesheets/frontend/application.scss */
.cross-btn {
  padding: 5px 20px;
}

/* line 3068, app/assets/stylesheets/frontend/application.scss */
.add-agent-form {
  display: none;
}

/* line 3071, app/assets/stylesheets/frontend/application.scss */
.agent-list-table {
  background: #ececec;
}

/* line 3073, app/assets/stylesheets/frontend/application.scss */
.agent-list-table td {
  font-size: 12px;
  color: #33334f;
  padding-left: 70px;
}

/* line 3079, 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 3090, app/assets/stylesheets/frontend/application.scss */
.small-grey-form-title-mm {
  padding-top: 10px;
}

/* line 3095, app/assets/stylesheets/frontend/application.scss */
.mm-icons i {
  color: #f41403;
  line-height: 47px;
}

/* line 3100, app/assets/stylesheets/frontend/application.scss */
.ui-state-highlight {
  /*  background-color: rgba(0, 0, 0, 0.5) !important;*/
  background: #33334f;
  border-radius: 4px;
}

/* line 3105, app/assets/stylesheets/frontend/application.scss */
.ui-state-highlight-two {
  background: #8dc63f;
  border-radius: 4px;
}

/* line 3109, app/assets/stylesheets/frontend/application.scss */
.email-field-blue {
  background: #425a71;
}

/* line 3111, app/assets/stylesheets/frontend/application.scss */
.email-field-blue input {
  color: white;
}

/* line 3115, app/assets/stylesheets/frontend/application.scss */
.padding-left-right {
  padding-left: 25px !important;
  padding-right: 25px !important;
}

/* line 3119, 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 3126, app/assets/stylesheets/frontend/application.scss */
.signup-btn {
  margin-bottom: 10px;
}

/* line 3129, app/assets/stylesheets/frontend/application.scss */
.signup-white-btn {
  color: #f41403 !important;
  background: white !important;
  border: 1px solid #f41403 !important;
}

/* line 3135, app/assets/stylesheets/frontend/application.scss */
.tabs-buttons {
  display: flex;
  align-items: center;
}

/* line 3140, app/assets/stylesheets/frontend/application.scss */
.reset-pass-btn {
  width: 55% !important;
  margin-bottom: 20px;
}

/* line 3144, app/assets/stylesheets/frontend/application.scss */
.line-height-field {
  line-height: 30px;
}

/* line 3147, app/assets/stylesheets/frontend/application.scss */
.is-countdown {
  border: none !important;
  background: none !important;
  letter-spacing: 1.5px;
  line-height: 0;
}

/* line 3152, app/assets/stylesheets/frontend/application.scss */
.is-countdown b {
  color: #425A71;
  font-weight: 500;
  font-size: 25px;
}

/* line 3158, app/assets/stylesheets/frontend/application.scss */
.open-mission-btn {
  margin-top: 30px;
}

/* line 3161, app/assets/stylesheets/frontend/application.scss */
.filler {
  position: absolute;
  top: 80px;
  height: 100%;
  background-color: white;
  bottom: 0;
}

/* line 3168, 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 3178, app/assets/stylesheets/frontend/application.scss */
.profile-edit-box {
  /*  margin-left: 8%;*/
  color: white;
}

/* line 3181, 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 3190, app/assets/stylesheets/frontend/application.scss */
.profile-edit-box .btn .img-hidden, .profile-edit-box .btn-large .img-hidden {
  display: none;
}

/* line 3194, app/assets/stylesheets/frontend/application.scss */
.profile-edit-box a {
  color: white;
  font-weight: 300;
}

/* line 3199, app/assets/stylesheets/frontend/application.scss */
.profile-edit-box .file-field .btn, .profile-edit-box .file-field .btn-large {
  float: none;
}

/* line 3204, app/assets/stylesheets/frontend/application.scss */
.check-color {
  color: green;
}

/* line 3207, app/assets/stylesheets/frontend/application.scss */
.user-invite-add {
  cursor: pointer;
}

/* line 3213, app/assets/stylesheets/frontend/application.scss */
#am .btn,
.btn-large,
.btn-flat {
  padding: 0 0.9rem !important;
}

/* line 3219, 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 3232, app/assets/stylesheets/frontend/application.scss */
.file-name-actual {
  background: none !important;
}

/* line 3235, app/assets/stylesheets/frontend/application.scss */
.briefing-upload-btn {
  padding-left: 0 !important;
  padding-top: 22px;
}

/* line 3239, app/assets/stylesheets/frontend/application.scss */
.xp-small {
  color: white;
}

/* line 3242, 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 3250, 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 3258, 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 3266, 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 3274, app/assets/stylesheets/frontend/application.scss */
.notice {
  display: none;
}

/* line 3278, 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 3284, app/assets/stylesheets/frontend/application.scss */
.commander-select .select-wrapper span.caret {
  color: white;
}

/* line 3289, 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 3304, 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 3316, 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 3323, 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 3330, app/assets/stylesheets/frontend/application.scss */
.counter-number-timeline-ideabox {
  font-size: 25px;
  color: #425A71;
}

/* line 3335, 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 3343, app/assets/stylesheets/frontend/application.scss */
.timeline-numbers-red {
  position: absolute;
  right: -24px;
  top: 50%;
  margin-top: -28px;
}

/* line 3348, 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 3354, app/assets/stylesheets/frontend/application.scss */
.timeline-numbers-red .hexagon span {
  position: absolute;
  right: 9px;
  top: 5px;
  color: white;
}

/* line 3362, 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 3371, app/assets/stylesheets/frontend/application.scss */
.timeline-numbers-red .hexagon:before {
  bottom: 100%;
  border-bottom: 14.43px solid #f41403;
}

/* line 3376, app/assets/stylesheets/frontend/application.scss */
.timeline-numbers-red .hexagon:after {
  top: 100%;
  width: 0;
  border-top: 14.43px solid #f41403;
}

/* line 3382, app/assets/stylesheets/frontend/application.scss */
.invite-box-red {
  margin-top: 20px;
  z-index: 2;
  position: relative;
}

/* line 3387, 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 3400, 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 3408, app/assets/stylesheets/frontend/application.scss */
.red-button-area {
  background: #f41403;
  text-align: center;
  height: 55px;
  width: 95%;
  margin: auto;
  margin-top: -9px;
}

/* line 3416, 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 3427, app/assets/stylesheets/frontend/application.scss */
.red-button-area .btn:hover, .red-button-area .btn-large:hover {
  color: #f41403;
  background: white;
}

/* line 3433, app/assets/stylesheets/frontend/application.scss */
.orange-button-area {
  background: #f75c1d;
  text-align: center;
  height: 55px;
  width: 95%;
  margin: auto;
  margin-top: -9px;
}

/* line 3441, 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 3452, app/assets/stylesheets/frontend/application.scss */
.orange-button-area .btn:hover, .orange-button-area .btn-large:hover {
  color: #f75c1d;
  background: white;
}

/* line 3459, app/assets/stylesheets/frontend/application.scss */
.green-button-area {
  background: #8dc63f;
  text-align: center;
  height: 55px;
  width: 95%;
  margin: auto;
  margin-top: -9px;
}

/* line 3467, 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 3478, app/assets/stylesheets/frontend/application.scss */
.green-button-area .btn:hover, .green-button-area .btn-large:hover {
  color: #8dc63f;
  background: white;
}

/* line 3484, 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 3493, 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 3505, app/assets/stylesheets/frontend/application.scss */
.invite-box-blue .btn:hover, .invite-box-blue .btn-large:hover {
  background: #688faf;
  color: #30304a;
}

/* line 3511, app/assets/stylesheets/frontend/application.scss */
.timeline-numbers-blue {
  position: absolute;
  right: -24px;
  top: 50%;
  margin-top: -28px;
}

/* line 3516, 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 3522, app/assets/stylesheets/frontend/application.scss */
.timeline-numbers-blue .hexagon span {
  position: absolute;
  right: 9px;
  top: 5px;
  color: #30304a;
}

/* line 3530, 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 3539, app/assets/stylesheets/frontend/application.scss */
.timeline-numbers-blue .hexagon:before {
  bottom: 100%;
  border-bottom: 14.43px solid #688faf;
}

/* line 3544, app/assets/stylesheets/frontend/application.scss */
.timeline-numbers-blue .hexagon:after {
  top: 100%;
  width: 0;
  border-top: 14.43px solid #688faf;
}

/* line 3550, 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 3559, app/assets/stylesheets/frontend/application.scss */
.timeline-small-sub-blue {
  padding: 20px 0 15px 20px;
}

/* line 3563, app/assets/stylesheets/frontend/application.scss */
.timeline-txt-blue {
  padding: 0 20px 20px 40px;
}

/* line 3567, 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 3574, 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 3583, 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 3595, app/assets/stylesheets/frontend/application.scss */
.invite-box-bluish .btn:hover, .invite-box-bluish .btn-large:hover {
  background: #688faf;
  color: #30304a;
}

/* line 3601, 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 3610, app/assets/stylesheets/frontend/application.scss */
.timeline-break {
  margin: 30px 0;
  text-transform: uppercase;
  font-size: 18px;
  color: #688faf;
}

/* line 3616, app/assets/stylesheets/frontend/application.scss */
.time-icon,
.idea-icon {
  vertical-align: middle;
}

/* line 3620, 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 3633, 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 3647, app/assets/stylesheets/frontend/application.scss */
.mc-line {
  border-bottom: 1px solid #688faf;
  line-height: 60px;
}

/* line 3651, app/assets/stylesheets/frontend/application.scss */
.space-fill {
  padding: 20px 0;
}

/* line 3654, app/assets/stylesheets/frontend/application.scss */
.all-white {
  background: white;
  position: absolute;
  height: 100vh;
}

/* line 3659, app/assets/stylesheets/frontend/application.scss */
.all-white-remain {
  margin-left: 20% !important;
}

/*.timeline-divider2:last-child {
   padding: 1px 0px 61px 1px;
 }*/
/* line 3665, app/assets/stylesheets/frontend/application.scss */
.timeline-divider2 {
  position: relative;
  padding: 1px 0px 1px 1px;
  margin-top: -22px;
  margin-right: -11px;
}

/* line 3671, app/assets/stylesheets/frontend/application.scss */
.timeline-divider2:before,
.timeline-divider2:after {
  content: "";
  position: absolute;
  display: block;
  right: -1px;
  width: 1px;
  height: 50%;
}

/* line 3681, app/assets/stylesheets/frontend/application.scss */
.timeline-divider2:before {
  top: 0;
  background: #688faf;
  /*  background: linear-gradient(to top, #688FAF 0%, transparent 100%);*/
}

/* line 3687, app/assets/stylesheets/frontend/application.scss */
.timeline-divider2:after {
  bottom: 0;
  background: #688faf;
}

/* line 3691, app/assets/stylesheets/frontend/application.scss */
#open-briefing {
  width: 70%;
}

/* line 3694, app/assets/stylesheets/frontend/application.scss */
#open-briefing .modal-content {
  padding: 0;
}

/* line 3697, app/assets/stylesheets/frontend/application.scss */
#open-briefing h4 {
  font-family: Roboto-Light;
  font-size: 20px;
  color: #33334f;
  letter-spacing: 0px;
}

/* line 3703, 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 3714, app/assets/stylesheets/frontend/application.scss */
.briefing-heading-small {
  padding: 15px 20px;
}

/* line 3717, app/assets/stylesheets/frontend/application.scss */
.mission-toolbox-bg {
  background: #597189;
  border-radius: 4px;
  padding-bottom: 8px;
}

/* line 3722, app/assets/stylesheets/frontend/application.scss */
.mt-txt {
  color: white;
  padding: 20px 0;
  text-transform: uppercase;
  font-size: 20px;
}

/* line 3728, 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 3735, app/assets/stylesheets/frontend/application.scss */
.mt-box {
  color: white;
  border-radius: 4px;
  text-transform: uppercase;
  text-align: center;
}

/* line 3741, 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 3751, 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 3760, app/assets/stylesheets/frontend/application.scss */
.drag-box-invite-small {
  background: #8dc63f;
  color: white;
  border-radius: 4px;
  text-align: center;
  cursor: pointer;
}

/* line 3767, 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 3776, 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 3785, 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 3794, app/assets/stylesheets/frontend/application.scss */
#open-board,
.open-board {
  width: 97%;
  height: 95vh;
  display: block;
}

/* line 3800, app/assets/stylesheets/frontend/application.scss */
#open-board .modal-content,
.open-board .modal-content {
  padding: 0;
}

/* line 3804, app/assets/stylesheets/frontend/application.scss */
.brainstorm-bg {
  background: #f9f8f8;
  margin-top: 18%;
}

/* line 3808, app/assets/stylesheets/frontend/application.scss */
.white-bg {
  background: white;
  border-right: 1px solid #f0f0f0;
}

/* line 3812, app/assets/stylesheets/frontend/application.scss */
.bs-date {
  font-family: "RefrigeratorReg", sans-serif;
  font-size: 24px;
  color: #688faf;
  letter-spacing: 4.12px;
}

/* line 3818, app/assets/stylesheets/frontend/application.scss */
.full-column-padding {
  padding: 20px;
}

/* line 3821, app/assets/stylesheets/frontend/application.scss */
.ideas-txt {
  padding-top: 8px;
}

/* line 3825, 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 3837, app/assets/stylesheets/frontend/application.scss */
.image-full-view a {
  display: flex;
  align-items: center;
  color: #939393;
}

/* line 3841, app/assets/stylesheets/frontend/application.scss */
.image-full-view a i {
  font-size: 20px;
}

/* line 3847, 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 3853, 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 3869, app/assets/stylesheets/frontend/application.scss */
.add-idea-page .add-idea-tabs-content {
  margin-top: 6em;
  width: 100%;
  float: left;
}

/* line 3874, 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 3880, 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 3888, 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 3896, app/assets/stylesheets/frontend/application.scss */
.add-idea-page .save-btn {
  margin: 0px 0px 0px 5px;
}

/* line 3898, 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 3907, 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 3914, 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 3925, app/assets/stylesheets/frontend/application.scss */
.add-idea-page .bottom-comment-tab-btn .more-comment:hover {
  background-color: #33334f;
  color: white;
}

/* line 3932, app/assets/stylesheets/frontend/application.scss */
.add-idea-page .add-idea-tabs {
  justify-content: space-between;
}

/* line 3935, app/assets/stylesheets/frontend/application.scss */
.add-idea-page .add-idea-tabs #activelinetab {
  position: relative;
  display: flex;
  align-items: center;
  padding-right: 15px;
}

/* line 3940, 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 3949, app/assets/stylesheets/frontend/application.scss */
.add-idea-page .add-idea-tabs .tabs-right-buttons {
  display: flex;
  align-items: center;
}

/* line 3953, 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 3964, app/assets/stylesheets/frontend/application.scss */
.add-idea-page .add-idea-tabs .tabs-right-buttons .button a:hover {
  background-color: #33334f;
  color: white;
}

/* line 3975, app/assets/stylesheets/frontend/application.scss */
.add-idea-page .add-idea-details .field {
  width: 100%;
  margin-bottom: 1.5em;
}

/* line 3978, app/assets/stylesheets/frontend/application.scss */
.add-idea-page .add-idea-details .field .input-field {
  margin-top: 4px;
}

/* line 3984, 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 3993, 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 3999, 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 4004, app/assets/stylesheets/frontend/application.scss */
.add-idea-page .add-idea-details .tag-field-display-flex .field-tag-long {
  width: 100%;
}

/* line 4006, 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 4010, 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 4015, 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 4020, 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 4023, 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 4033, 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 4036, 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 4048, app/assets/stylesheets/frontend/application.scss */
.add-idea-page .add-idea-details .owner-name .name {
  display: flex;
  align-items: center;
  margin-top: 5px;
}

/* line 4052, 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 4057, 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 4063, app/assets/stylesheets/frontend/application.scss */
.add-idea-page .add-idea-details .owner-name .name i {
  color: #5e6779;
}

/* line 4068, app/assets/stylesheets/frontend/application.scss */
.add-idea-page .add-idea-details .category {
  display: block;
}

/* line 4070, app/assets/stylesheets/frontend/application.scss */
.add-idea-page .add-idea-details .category .cat-b {
  width: 100%;
  margin-top: 10px;
}

/* line 4073, 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 4077, app/assets/stylesheets/frontend/application.scss */
.add-idea-page .add-idea-details .category .cat-b .flex-cat .cat {
  margin: 3px 8px 3px 0px;
}

/* line 4079, 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 4089, app/assets/stylesheets/frontend/application.scss */
.add-idea-page .add-idea-details .team-member .teams {
  width: 100%;
}

/* line 4091, app/assets/stylesheets/frontend/application.scss */
.add-idea-page .add-idea-details .team-member .teams .name {
  width: 100%;
  margin: 8px 0px 8px 0px;
}

/* line 4094, app/assets/stylesheets/frontend/application.scss */
.add-idea-page .add-idea-details .team-member .teams .name a {
  display: flex;
  align-items: center;
}

/* line 4098, 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 4109, 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 4119, 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 4131, app/assets/stylesheets/frontend/application.scss */
.add-idea-page .like-share-block .field:hover {
  background-color: #e1e1e1;
}

/* line 4137, app/assets/stylesheets/frontend/application.scss */
.add-idea-page .like-share-block .profile-detail-block .img-block {
  display: flex;
  align-items: center;
}

/* line 4140, 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 4144, 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 4148, app/assets/stylesheets/frontend/application.scss */
.add-idea-page .like-share-block .profile-detail-block .img-block .user-detail {
  white-space: nowrap;
}

/* line 4150, 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 4162, app/assets/stylesheets/frontend/application.scss */
.add-idea-page .like-share-block .like-idea-all .like-idea-new {
  color: #5e6779;
  cursor: pointer;
}

/* line 4165, 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 4169, 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 4176, app/assets/stylesheets/frontend/application.scss */
.add-idea-page .like-share-block .comment {
  cursor: pointer;
}

/* line 4178, app/assets/stylesheets/frontend/application.scss */
.add-idea-page .like-share-block .comment .comments-div {
  color: #5e6779;
}

/* line 4180, app/assets/stylesheets/frontend/application.scss */
.add-idea-page .like-share-block .comment .comments-div .material-icons {
  font-size: 22px;
  padding: 0;
}

/* line 4184, app/assets/stylesheets/frontend/application.scss */
.add-idea-page .like-share-block .comment .comments-div .idea-comments-count {
  font-size: 16px;
  color: #5e6779;
}

/* line 4191, app/assets/stylesheets/frontend/application.scss */
.add-idea-page .like-share-block .bookmark {
  color: #5e6779;
  cursor: pointer;
}

/* line 4195, app/assets/stylesheets/frontend/application.scss */
.add-idea-page .like-share-block .bookmark .material-icons {
  font-size: 25px;
  padding: 0;
}

/* line 4200, app/assets/stylesheets/frontend/application.scss */
.add-idea-page .like-share-block .share {
  cursor: pointer;
}

/* line 4202, 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 4212, app/assets/stylesheets/frontend/application.scss */
.add-idea-page .like-share-block .view-block {
  color: #5e6779;
}

/* line 4214, app/assets/stylesheets/frontend/application.scss */
.add-idea-page .like-share-block .view-block .material-icons {
  font-size: 22px;
  padding: 0;
}

/* line 4218, 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 4224, 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 4231, 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 4240, app/assets/stylesheets/frontend/application.scss */
.add-idea-page .detail-comment-block {
  width: 100%;
  margin-top: 25px;
}

/* line 4243, app/assets/stylesheets/frontend/application.scss */
.add-idea-page .detail-comment-block .idea-title-label {
  margin-bottom: 25px;
  width: 100%;
  float: left;
}

/* line 4249, app/assets/stylesheets/frontend/application.scss */
.add-idea-page .detail-comment-block .comments-list .comment-block {
  display: flex;
}

/* line 4255, app/assets/stylesheets/frontend/application.scss */
.add-idea-page .add-file-fields {
  width: 100%;
}

/* line 4257, app/assets/stylesheets/frontend/application.scss */
.add-idea-page .add-file-fields .flex-box {
  width: 100%;
  display: flex;
}

/* line 4260, 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 4268, app/assets/stylesheets/frontend/application.scss */
.add-idea-page .add-file-fields .flex-box .fields {
  width: 50%;
  padding: 0px 10px;
}

/* line 4272, app/assets/stylesheets/frontend/application.scss */
.add-idea-page .add-file-fields .flex-box .upload-fields {
  width: 50%;
  padding: 0px 10px;
}

/* line 4276, 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 4282, app/assets/stylesheets/frontend/application.scss */
.add-idea-page .add-file-fields h5 {
  margin-top: 0px;
  font-size: 18px;
  color: #585858;
}

/* line 4287, 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 4296, 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 4303, app/assets/stylesheets/frontend/application.scss */
.add-idea-page .add-file-fields .or-text {
  text-align: center;
}

/* line 4305, app/assets/stylesheets/frontend/application.scss */
.add-idea-page .add-file-fields .or-text h4 {
  margin: 0;
}

/* line 4309, 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 4318, app/assets/stylesheets/frontend/application.scss */
.add-idea-page .add-file-fields .attach-block .file-field {
  padding: 0 12px;
}

/* line 4320, 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 4327, 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 4330, 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 4340, app/assets/stylesheets/frontend/application.scss */
.add-idea-page .add-file-fields .attach-block #myProgress {
  width: 100%;
  background-color: #ddd;
}

/* line 4343, 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 4350, app/assets/stylesheets/frontend/application.scss */
.add-idea-page .add-file-fields .attach-block #myProgress #myBar .progress-label {
  padding: 0px 6px;
}

/* line 4358, app/assets/stylesheets/frontend/application.scss */
.add-idea-page .add-file-table-fields {
  width: 100%;
}

/* line 4361, app/assets/stylesheets/frontend/application.scss */
.add-idea-page .add-file-table-fields table thead {
  border-color: transparent;
}

/* line 4363, app/assets/stylesheets/frontend/application.scss */
.add-idea-page .add-file-table-fields table thead th {
  border-color: transparent;
  border-bottom-color: #ccc;
}

/* line 4368, app/assets/stylesheets/frontend/application.scss */
.add-idea-page .add-file-table-fields table td {
  border-color: transparent;
  border-bottom-color: #ccc;
}

/* line 4372, app/assets/stylesheets/frontend/application.scss */
.add-idea-page .add-file-table-fields table .file-name {
  display: flex;
  align-items: center;
}

/* line 4375, 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 4381, 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 4387, app/assets/stylesheets/frontend/application.scss */
.add-idea-page .add-file-table-fields table .creator {
  display: flex;
  align-items: center;
}

/* line 4390, 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 4402, 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 4408, app/assets/stylesheets/frontend/application.scss */
.edit-avatar-img-size-modal {
  border-radius: 0;
}

/* line 4411, 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 4417, app/assets/stylesheets/frontend/application.scss */
.edit-avatar-img-size-modal .profile-sizing .field-img .img-placeholder {
  width: auto;
}

/* line 4423, 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 4435, app/assets/stylesheets/frontend/application.scss */
.add-idea-page .add-idea-details .title-field .idea_title::-webkit-scrollbar {
  width: 10px;
}

/* line 4440, 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 4452, app/assets/stylesheets/frontend/application.scss */
.small-red {
  font-size: 9px;
  color: #f41403;
  letter-spacing: 1.12px;
  text-transform: uppercase;
}

/* line 4458, 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 4465, app/assets/stylesheets/frontend/application.scss */
.normal-txt-idea {
  padding-top: 10px;
  color: #666666;
  letter-spacing: 0px;
  line-height: 19px;
  margin-bottom: 35px;
}

/* line 4473, app/assets/stylesheets/frontend/application.scss */
.attachment-box {
  border: 1px solid #ccc;
  padding: 10px;
  margin: 20px 0;
}

/* line 4478, app/assets/stylesheets/frontend/application.scss */
.pdf-style {
  font-size: 13px;
  color: #161616;
  letter-spacing: 0px;
  line-height: 19px;
  padding-top: 5px;
}

/* line 4485, app/assets/stylesheets/frontend/application.scss */
.pdf-icon {
  color: red;
  vertical-align: middle;
}

/* line 4489, app/assets/stylesheets/frontend/application.scss */
.brainstorm-xp {
  font-size: 12px;
}

/* line 4492, app/assets/stylesheets/frontend/application.scss */
.brainstorm-pics {
  float: left;
  width: 20%;
  margin-right: 5%;
  font-size: 9px;
  text-align: center;
}

/* line 4499, app/assets/stylesheets/frontend/application.scss */
.post-idea-box {
  padding: 30px;
  border: 1px dashed #ccc;
}

/* line 4503, app/assets/stylesheets/frontend/application.scss */
.mission-edit-post-idea {
  position: relative;
}

/* line 4506, app/assets/stylesheets/frontend/application.scss */
.add-image-mission-create {
  padding: 30px 10px 0px 10px;
  border: 1px dashed #ccc;
}

/* line 4510, 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 4518, 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 4527, 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 4540, app/assets/stylesheets/frontend/application.scss */
.me-gap {
  margin-top: 35px;
}

/* line 4543, app/assets/stylesheets/frontend/application.scss */
.mission-empty {
  background: transparent;
  border: 2px dashed beige;
  border-radius: 4px;
}

/* line 4548, 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 4554, app/assets/stylesheets/frontend/application.scss */
.ma-white-text {
  text-transform: uppercase;
  font-size: 14px;
  color: #fff;
}

/* line 4559, app/assets/stylesheets/frontend/application.scss */
.toolbox-icons {
  vertical-align: middle;
  font-size: 16px !important;
  margin-top: -5px;
}

/* line 4564, app/assets/stylesheets/frontend/application.scss */
.attachment-txt {
  line-height: 24px;
}

/* line 4568, app/assets/stylesheets/frontend/application.scss */
.asr-idea-points .material-icons {
  color: yellow;
}

/* line 4571, app/assets/stylesheets/frontend/application.scss */
.asr-idea-points span {
  margin-left: -65px;
}

/* line 4581, app/assets/stylesheets/frontend/application.scss */
#add-idea {
  z-index: 10000 !important;
}

/* line 4583, 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 4591, app/assets/stylesheets/frontend/application.scss */
#add-idea .idea-title {
  font-family: Roboto-Regular;
  font-size: 16px;
  color: #9c9c9c;
  letter-spacing: 0px;
}

/* line 4596, 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 4604, app/assets/stylesheets/frontend/application.scss */
#add-idea .idea-title input::-webkit-input-placeholder {
  color: #9c9c9c;
}

/* line 4607, app/assets/stylesheets/frontend/application.scss */
#add-idea .idea-sub-title {
  font-family: Roboto-Regular;
  font-size: 12px;
  color: #9c9c9c;
  letter-spacing: 0px;
}

/* line 4613, app/assets/stylesheets/frontend/application.scss */
#add-idea #textarea1 {
  padding-left: 10px;
  background: #ddd;
  margin-left: -5px;
  margin-right: -5px;
}

/* line 4618, app/assets/stylesheets/frontend/application.scss */
#add-idea #textarea1 textarea {
  padding-top: 10px;
  width: 99%;
}

/* line 4622, app/assets/stylesheets/frontend/application.scss */
#add-idea #textarea1 textarea::-webkit-input-placeholder {
  color: #9c9c9c;
}

/* line 4626, app/assets/stylesheets/frontend/application.scss */
#add-idea .imagery {
  padding: 20px;
  border: 2px dashed #e6e6e6;
  margin: 20px 0;
}

/* line 4631, app/assets/stylesheets/frontend/application.scss */
#add-idea .imagery-btn {
  border-radius: 4px;
  font-size: 12px;
  height: 35px;
  line-height: 35px;
}

/* line 4637, 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 4648, app/assets/stylesheets/frontend/application.scss */
#add-idea-new {
  width: 100% !important;
  max-width: 768px;
  border-radius: 0;
}

/* line 4654, app/assets/stylesheets/frontend/application.scss */
#add-idea-new {
  z-index: 10000 !important;
}

/* line 4656, 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 4664, app/assets/stylesheets/frontend/application.scss */
#add-idea-new .idea-title {
  font-family: Roboto-Regular;
  font-size: 16px;
  color: #9c9c9c;
  letter-spacing: 0px;
}

/* line 4669, 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 4677, app/assets/stylesheets/frontend/application.scss */
#add-idea-new .idea-title input::-webkit-input-placeholder {
  color: #9c9c9c;
}

/* line 4680, 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 4686, app/assets/stylesheets/frontend/application.scss */
#add-idea-new #textarea1 {
  padding-left: 10px;
  background: #ddd;
  margin-left: -5px;
  margin-right: -5px;
}

/* line 4691, app/assets/stylesheets/frontend/application.scss */
#add-idea-new #textarea1 textarea {
  padding-top: 10px;
  width: 99%;
}

/* line 4695, app/assets/stylesheets/frontend/application.scss */
#add-idea-new #textarea1 textarea::-webkit-input-placeholder {
  color: #9c9c9c;
}

/* line 4699, app/assets/stylesheets/frontend/application.scss */
#add-idea-new .imagery {
  padding: 20px;
  border: 2px dashed #e6e6e6;
  margin: 20px 0;
}

/* line 4704, app/assets/stylesheets/frontend/application.scss */
#add-idea-new .imagery-btn {
  border-radius: 4px;
  font-size: 12px;
  height: 35px;
  line-height: 35px;
}

/* line 4710, 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 4721, app/assets/stylesheets/frontend/application.scss */
.card-time {
  color: black;
  font-size: 9px;
  padding-bottom: 10px;
}

/* line 4726, app/assets/stylesheets/frontend/application.scss */
.card-text-height {
  max-height: none !important;
  white-space: pre-wrap !important;
}

/* line 4735, 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 4751, 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 4760, 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 4774, app/assets/stylesheets/frontend/application.scss */
.card-name {
  font-size: 12px;
  color: black;
}

/* line 4778, app/assets/stylesheets/frontend/application.scss */
.card-panel {
  padding: 20px 20px 1px;
  margin-bottom: 25px;
}

/* line 4782, app/assets/stylesheets/frontend/application.scss */
.card-image {
  height: 78px;
  margin-bottom: -13px;
  text-align: center;
}

/* line 4786, app/assets/stylesheets/frontend/application.scss */
.card-image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 100%;
}

/* line 4792, app/assets/stylesheets/frontend/application.scss */
.idea-labels {
  font-size: 0.8rem !important;
  position: relative !important;
}

/* line 4798, app/assets/stylesheets/frontend/application.scss */
.open-idea-dialogue .card-image img.responsive-img {
  height: auto;
  max-height: 100%;
  max-width: 100%;
}

/* line 4805, app/assets/stylesheets/frontend/application.scss */
.sign-fields-invitations {
  height: 800px;
}

/* line 4809, 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 4821, app/assets/stylesheets/frontend/application.scss */
.card-updated-box {
  position: relative;
}

/* line 4824, app/assets/stylesheets/frontend/application.scss */
.card-sep {
  border-bottom: 1px solid #ccc;
  margin: -20px -20px 0 -20px;
}

/* line 4828, app/assets/stylesheets/frontend/application.scss */
.card-comments {
  font-size: 9px;
  color: #9c9c9c;
  padding: 10px 0 !important;
}

/* line 4833, app/assets/stylesheets/frontend/application.scss */
.card-group {
  padding-top: 10px !important;
}

/* line 4835, app/assets/stylesheets/frontend/application.scss */
.card-group img {
  padding: 0 5px;
  max-height: 100%;
  max-width: 100%;
}

/* line 4841, 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 4853, 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 4865, app/assets/stylesheets/frontend/application.scss */
.flexbox {
  display: flex;
  overflow: hidden;
}

/* line 4871, app/assets/stylesheets/frontend/application.scss */
.flexbox .cols {
  /*  flex: 1;*/
  padding: 20px;
}

/* line 4875, app/assets/stylesheets/frontend/application.scss */
.flexbox .cols:nth-child(1) {
  order: 0;
}

/* line 4880, app/assets/stylesheets/frontend/application.scss */
.flexbox .cols:nth-child(2) {
  order: 1;
}

/* line 4886, app/assets/stylesheets/frontend/application.scss */
.cols .card-panel {
  cursor: pointer;
}

/* line 4890, app/assets/stylesheets/frontend/application.scss */
.mission-img-browse:hover {
  opacity: 1;
}

/* line 4893, app/assets/stylesheets/frontend/application.scss */
#card-description {
  width: 80%;
}

/* line 4895, app/assets/stylesheets/frontend/application.scss */
#card-description .card-panel {
  box-shadow: none;
  border: 1px solid #f0f0f0;
}

/* line 4900, app/assets/stylesheets/frontend/application.scss */
.margin-right {
  margin-left: -0.75rem !important;
  margin-right: 2.25rem !important;
}

/* line 4904, app/assets/stylesheets/frontend/application.scss */
.ideaboard-objective-scrollable-content::-webkit-scrollbar {
  width: 15px;
}

/* Track */
/* line 4909, 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 4915, app/assets/stylesheets/frontend/application.scss */
.ideaboard-objective-scrollable-content::-webkit-scrollbar-thumb {
  background: red;
  border-radius: 10px;
}

/* Handle on hover */
/* line 4921, app/assets/stylesheets/frontend/application.scss */
.ideaboard-objective-scrollable-content::-webkit-scrollbar-thumb:hover {
  background: #b30000;
}

/* line 4924, app/assets/stylesheets/frontend/application.scss */
.idea-image {
  height: 200px;
}

/* line 4926, app/assets/stylesheets/frontend/application.scss */
.idea-image img {
  max-height: 200px;
}

/* line 4930, app/assets/stylesheets/frontend/application.scss */
#pages-description {
  width: 60%;
  z-index: 0;
}

/* line 4933, 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 4942, app/assets/stylesheets/frontend/application.scss */
#round_page_approved_round_page {
  /*  position: 0 !important;
   opacity: "" !important;
   left: -9999px !important;*/
}

/* line 4948, app/assets/stylesheets/frontend/application.scss */
.card-description-title {
  font-size: 16px;
  color: #33334f;
  letter-spacing: 0px;
}

/* line 4953, app/assets/stylesheets/frontend/application.scss */
.card-description-txt {
  font-size: 13px;
  color: #33334f;
  letter-spacing: 0px;
  line-height: 19px;
}

/* line 4959, app/assets/stylesheets/frontend/application.scss */
.upload-icon {
  color: #ccc;
}

/* line 4962, app/assets/stylesheets/frontend/application.scss */
.comment-txt {
  font-size: 12px;
  color: #33334f;
  letter-spacing: 0px;
  line-height: 30px;
  position: relative;
}

/* line 4969, app/assets/stylesheets/frontend/application.scss */
.comment-txt-textarea {
  resize: vertical !important;
  padding-right: 10px;
}

/* line 4974, app/assets/stylesheets/frontend/application.scss */
#review-board {
  width: 95%;
}

/* line 4977, app/assets/stylesheets/frontend/application.scss */
#review-board .modal-content {
  padding: 0;
}

/* line 4980, app/assets/stylesheets/frontend/application.scss */
#review-board .flexbox {
  display: flex;
  overflow: hidden;
}

/* line 4986, app/assets/stylesheets/frontend/application.scss */
#review-board .flexbox .cols {
  /*  flex: 1;*/
  padding: 20px;
}

/* line 4990, app/assets/stylesheets/frontend/application.scss */
#review-board .flexbox .cols:nth-child(1) {
  order: 1;
}

/* line 4995, app/assets/stylesheets/frontend/application.scss */
#review-board .flexbox .cols:nth-child(2) {
  order: 0;
}

/* line 5001, app/assets/stylesheets/frontend/application.scss */
#review-board .cols .card-panel {
  cursor: pointer;
}

/* line 5006, app/assets/stylesheets/frontend/application.scss */
.review-bg {
  border: 1px solid #f0f0f0;
  background: white;
}

/* line 5010, app/assets/stylesheets/frontend/application.scss */
.card-sep-review {
  border-bottom: 1px solid #f0f0f0;
  margin: -20px -13px 0 -11px;
}

/* line 5014, app/assets/stylesheets/frontend/application.scss */
.review-comment-bg {
  background: #f8f8f8;
  margin: -22px -13px 0 -11px;
}

/* line 5018, app/assets/stylesheets/frontend/application.scss */
.sep-both {
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
  padding: 20px;
  margin: 10px 0;
}

/* line 5024, app/assets/stylesheets/frontend/application.scss */
.idea-questions {
  padding: 10px 0;
}

/* line 5026, 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 5039, app/assets/stylesheets/frontend/application.scss */
.idea-questions .red-hover:hover, .idea-questions .red-hover:active {
  background: red !important;
  colour: white;
}

/* line 5046, app/assets/stylesheets/frontend/application.scss */
.idea-questions .green-hover:hover, .idea-questions .green-hover:active {
  background: #8dc63f !important;
  colour: white;
}

/* line 5053, app/assets/stylesheets/frontend/application.scss */
.idea-questions .yellow-hover:hover, .idea-questions .yellow-hover:active {
  background: #ffe000 !important;
  colour: white;
}

/* line 5061, app/assets/stylesheets/frontend/application.scss */
.iq-txt {
  font-size: 12px;
  color: #33334f;
  letter-spacing: 0px;
  padding: 5px 0 0;
}

/* line 5067, app/assets/stylesheets/frontend/application.scss */
.investment-questions {
  /*  padding: 10px 20px;*/
}

/* line 5069, 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 5082, app/assets/stylesheets/frontend/application.scss */
.investment-questions .red-hover:hover, .investment-questions .red-hover:active {
  background: red !important;
  colour: white;
}

/* line 5089, app/assets/stylesheets/frontend/application.scss */
.investment-questions .green-hover:hover, .investment-questions .green-hover:active {
  background: #8dc63f !important;
  colour: white;
}

/* line 5096, app/assets/stylesheets/frontend/application.scss */
.investment-questions .yellow-hover:hover, .investment-questions .yellow-hover:active {
  background: #ffe000 !important;
  colour: white;
}

/* line 5103, 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 5115, app/assets/stylesheets/frontend/application.scss */
.p-idea-btn:hover {
  background: #fff;
  border: 1px solid #688faf;
}

/* line 5120, 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 5131, app/assets/stylesheets/frontend/application.scss */
.n-idea-btn:hover {
  background: #f41403;
  border: 1px solid #f41403;
}

/* line 5136, app/assets/stylesheets/frontend/application.scss */
.np-btns {
  text-align: center;
  margin-top: 30px;
}

/* line 5140, app/assets/stylesheets/frontend/application.scss */
#obj-leaderboard {
  height: 600px;
  width: 42%;
}

/* line 5143, 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 5151, 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 5161, app/assets/stylesheets/frontend/application.scss */
.ol-box {
  padding: 15px;
  border: 1px solid #f0f0f0;
}

/* line 5165, app/assets/stylesheets/frontend/application.scss */
.ol-image {
  max-height: 100px;
}

/* line 5167, app/assets/stylesheets/frontend/application.scss */
.ol-image img {
  max-height: 100px;
  margin: auto;
}

/* line 5173, app/assets/stylesheets/frontend/application.scss */
.scroller div {
  /*    text-align: center;
         font-size: 30px;*/
}

/* line 5178, app/assets/stylesheets/frontend/application.scss */
.slick-prev::before,
.slick-next::before {
  color: grey;
}

/* line 5182, app/assets/stylesheets/frontend/application.scss */
.slick-next {
  right: -34px;
}

/* line 5185, app/assets/stylesheets/frontend/application.scss */
.slick-prev {
  left: -34px;
}

/* line 5188, app/assets/stylesheets/frontend/application.scss */
.slick-slider {
  margin-bottom: 30px;
  margin: 0 5%;
}

/* line 5192, app/assets/stylesheets/frontend/application.scss */
.slick-dots {
  position: static;
  display: none !important;
}

/* line 5196, app/assets/stylesheets/frontend/application.scss */
.ol-group {
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 15px;
  padding-left: 20px;
}

/* line 5201, app/assets/stylesheets/frontend/application.scss */
.ol-group-name {
  color: #33334f;
  font-size: 12px;
  padding-top: 7px;
}

/* line 5206, app/assets/stylesheets/frontend/application.scss */
.champ-icon-green {
  font-size: 12px;
  color: #8dc63f;
  letter-spacing: 1.5px;
  text-align: left;
}

/* line 5211, app/assets/stylesheets/frontend/application.scss */
.champ-icon-green img {
  max-height: 100%;
  max-width: 100%;
  display: inline;
}

/* line 5217, app/assets/stylesheets/frontend/application.scss */
.ol-pad-top {
  padding-top: 7px !important;
}

/* line 5220, 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 5227, app/assets/stylesheets/frontend/application.scss */
.timeline-numbers-left-ol {
  position: absolute;
  left: -24px;
  top: 50%;
  margin-top: -28px;
}

/* line 5232, app/assets/stylesheets/frontend/application.scss */
.timeline-numbers-left-ol .hexagon2 {
  position: relative;
  width: 25px;
  height: 14px;
  background-color: #8dc63f;
  margin: 22px 9px;
}

/* line 5238, app/assets/stylesheets/frontend/application.scss */
.timeline-numbers-left-ol .hexagon2 span {
  position: absolute;
  left: 5px;
  font-size: 11px;
  color: white;
}

/* line 5244, app/assets/stylesheets/frontend/application.scss */
.timeline-numbers-left-ol .hexagon2 .material-icons {
  font-size: 18px;
}

/* line 5249, 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 5258, app/assets/stylesheets/frontend/application.scss */
.timeline-numbers-left-ol .hexagon2:before {
  bottom: 100%;
  border-bottom: 7px solid #8dc63f;
}

/* line 5263, app/assets/stylesheets/frontend/application.scss */
.timeline-numbers-left-ol .hexagon2:after {
  top: 100%;
  width: 0;
  border-top: 7px solid #8dc63f;
}

/* line 5269, app/assets/stylesheets/frontend/application.scss */
.timeline-numbers-left-ol .hexagon2b {
  position: relative;
  width: 25px;
  height: 14px;
  background-color: #688faf;
  margin: 22px 9px;
}

/* line 5275, app/assets/stylesheets/frontend/application.scss */
.timeline-numbers-left-ol .hexagon2b span {
  position: absolute;
  left: 5px;
  font-size: 11px;
  color: white;
}

/* line 5281, app/assets/stylesheets/frontend/application.scss */
.timeline-numbers-left-ol .hexagon2b .material-icons {
  font-size: 18px;
}

/* line 5286, 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 5295, app/assets/stylesheets/frontend/application.scss */
.timeline-numbers-left-ol .hexagon2b:before {
  bottom: 100%;
  border-bottom: 7px solid #688faf;
}

/* line 5300, app/assets/stylesheets/frontend/application.scss */
.timeline-numbers-left-ol .hexagon2b:after {
  top: 100%;
  width: 0;
  border-top: 7px solid #688faf;
}

/* line 5306, app/assets/stylesheets/frontend/application.scss */
#mission-leaderboard {
  width: 95%;
}

/* line 5309, app/assets/stylesheets/frontend/application.scss */
#mission-leaderboard .modal-content {
  padding: 0;
}

/* line 5313, 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 5322, 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 5331, app/assets/stylesheets/frontend/application.scss */
.mb-sep {
  border-bottom: 1px solid #f0f0f0;
  margin: 20px -20px 20px -20px;
}

/* line 5336, app/assets/stylesheets/frontend/application.scss */
.team-ranking-tabs .tabs {
  padding-top: 10px;
  background: transparent;
  overflow-x: hidden;
  width: 100% !important;
}

/* line 5342, 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 5349, app/assets/stylesheets/frontend/application.scss */
.team-ranking-tabs .active {
  color: #f41403 !important;
}

/* line 5352, 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 5358, app/assets/stylesheets/frontend/application.scss */
.team-ranking-tabs .progress {
  height: 10px;
  margin-top: 10px;
  background-color: #f0f0f0;
}

/* line 5362, app/assets/stylesheets/frontend/application.scss */
.team-ranking-tabs .progress .determinate {
  background-color: #688faf;
}

/* line 5367, app/assets/stylesheets/frontend/application.scss */
.round-txt {
  font-family: "RefrigeratorReg", sans-serif;
}

/* line 5370, app/assets/stylesheets/frontend/application.scss */
.ol-box2 {
  padding: 15px;
  border: 1px solid #f0f0f0;
  background: white;
  margin-top: -6px;
}

/* line 5376, app/assets/stylesheets/frontend/application.scss */
.ol-numbers {
  position: absolute;
  background-color: #8dc63f;
  padding: 4px 10px;
  top: 0;
  color: white;
}

/* line 5383, 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 5390, app/assets/stylesheets/frontend/application.scss */
.ol-numbers-blue {
  position: absolute;
  background-color: #688faf;
  padding: 4px 10px;
  top: 0;
  color: white;
}

/* line 5431, app/assets/stylesheets/frontend/application.scss */
fieldset,
label {
  margin: 0;
  padding: 0;
}

/* line 5441, app/assets/stylesheets/frontend/application.scss */
h1 {
  font-size: 1.5em;
  margin: 10px;
}

/* line 5446, app/assets/stylesheets/frontend/application.scss */
.asr-box {
  background: white;
  padding: 20px;
  border-radius: 10px;
}

/* line 5450, app/assets/stylesheets/frontend/application.scss */
.asr-box .text-space {
  margin-bottom: 25px;
}

/* line 5453, app/assets/stylesheets/frontend/application.scss */
.asr-box .field-grey {
  background: #ececec;
  margin-top: -3px;
  height: 32px;
  font-size: 12px;
  padding-left: 5px;
}

/* line 5461, app/assets/stylesheets/frontend/application.scss */
.file-upload-asr {
  float: left !important;
}

/* line 5464, app/assets/stylesheets/frontend/application.scss */
.asr-review-left {
  background: #f5f5f5;
  height: 100vh;
}

/* line 5468, app/assets/stylesheets/frontend/application.scss */
.asr-review-right {
  background: white;
  height: 100vh;
  overflow-y: scroll;
}

/* line 5473, app/assets/stylesheets/frontend/application.scss */
.review-scroller {
  height: 200px;
  overflow-y: scroll;
  overflow-x: hidden;
}

/* line 5478, app/assets/stylesheets/frontend/application.scss */
.row-with-no-mar-bottom {
  margin-bottom: 0;
}

/* line 5482, 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 5496, 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 5500, 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 5506, 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 5516, app/assets/stylesheets/frontend/application.scss */
.star-rates [type="radio"]:checked + label:before {
  border: 0px solid transparent;
}

/* line 5519, app/assets/stylesheets/frontend/application.scss */
.star-rates fieldset.rating {
  border: none;
  float: left;
}

/* line 5523, app/assets/stylesheets/frontend/application.scss */
.star-rates fieldset.rating > input {
  display: none;
}

/* line 5526, 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 5533, app/assets/stylesheets/frontend/application.scss */
.star-rates fieldset.rating > .half:before {
  content: "\f089";
  position: absolute;
}

/* line 5537, 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 5543, 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 5548, 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 5551, 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 5558, 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 5563, 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 5572, app/assets/stylesheets/frontend/application.scss */
#idea_content {
  height: 180px;
  margin-bottom: 0px;
}

/* line 5576, app/assets/stylesheets/frontend/application.scss */
.dropfile {
  text-transform: uppercase;
  color: grey;
  margin-top: -20px;
}

/* line 5581, app/assets/stylesheets/frontend/application.scss */
.cm-drop {
  float: none !important;
  margin-top: 15px;
}

/*CMS WEBSITE CSS STARTS HERE*/
/* line 5588, app/assets/stylesheets/frontend/application.scss */
.special-font {
  font-family: "Roboto", sans-serif;
}

/* line 5591, app/assets/stylesheets/frontend/application.scss */
.website-menu {
  /*  a {
       color: white;
       &:hover {
         color: white;
         text-decoration: none;
       }
     }*/
}

/* line 5592, app/assets/stylesheets/frontend/application.scss */
.website-menu nav {
  background-color: #33334f;
}

/* line 5595, app/assets/stylesheets/frontend/application.scss */
.website-menu .brand-logo {
  padding-left: 20px;
  padding-top: 10px;
}

/* line 5606, app/assets/stylesheets/frontend/application.scss */
.website-menu .menu-list {
  margin-left: 15%;
}

/* line 5609, app/assets/stylesheets/frontend/application.scss */
.website-menu .menu-list li a {
  color: white;
  text-decoration: none;
}

/* line 5612, app/assets/stylesheets/frontend/application.scss */
.website-menu .menu-list li a:hover {
  background: #1a1a2e;
}

/* line 5619, 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 5630, app/assets/stylesheets/frontend/application.scss */
.signup-web-btn:hover {
  background: #df1c0d;
  color: white;
  text-decoration: none;
}

/* line 5636, app/assets/stylesheets/frontend/application.scss */
.container-web {
  width: 84%;
  margin: 0 auto;
}

/* line 5640, app/assets/stylesheets/frontend/application.scss */
.web-banner {
  padding-top: 40px;
}

/* line 5642, app/assets/stylesheets/frontend/application.scss */
.web-banner img {
  max-height: 100%;
  max-width: 100%;
}

/* line 5647, app/assets/stylesheets/frontend/application.scss */
.web-slogan {
  font-size: 36px;
  color: #33334f;
  line-height: 40px;
  padding-top: 35px;
  font-weight: 700;
}

/* line 5654, app/assets/stylesheets/frontend/application.scss */
.web-intro {
  font-size: 18px;
  width: 70%;
  line-height: 30px;
  padding-top: 30px;
  font-weight: 400;
}

/* line 5661, app/assets/stylesheets/frontend/application.scss */
.small-heading {
  font-size: 18px;
  color: #444;
  font-weight: 500;
}

/* line 5666, app/assets/stylesheets/frontend/application.scss */
.col-empty-space {
  padding-top: 35px;
}

/* line 5669, app/assets/stylesheets/frontend/application.scss */
.heading-detail {
  font-size: 16px;
  color: #444;
  padding-top: 8px;
  font-weight: 300;
}

/* line 5675, app/assets/stylesheets/frontend/application.scss */
.red-link {
  font-size: 18px;
  text-transform: uppercase;
  padding: 20px 0 60px 0;
}

/* line 5679, app/assets/stylesheets/frontend/application.scss */
.red-link a {
  color: #f41403;
}

/* line 5681, app/assets/stylesheets/frontend/application.scss */
.red-link a:hover {
  text-decoration: none;
}

/* line 5686, app/assets/stylesheets/frontend/application.scss */
.key-arrow-right {
  vertical-align: middle;
}

/* line 5689, app/assets/stylesheets/frontend/application.scss */
footer {
  background: #33334f;
  color: white;
  padding: 40px 0 30px 0;
  margin: 50px 0 0 0;
}

/* line 5694, 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 5703, app/assets/stylesheets/frontend/application.scss */
footer .f-links li {
  font-weight: 300;
  font-size: 13px;
  line-height: 30px;
}

/* line 5708, app/assets/stylesheets/frontend/application.scss */
footer .f-links a {
  color: white;
}

/* line 5713, 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 5721, app/assets/stylesheets/frontend/application.scss */
.f-light-links a {
  color: #74c4d4;
}

/* line 5726, app/assets/stylesheets/frontend/application.scss */
.login-web a {
  color: white;
}

/* line 5728, app/assets/stylesheets/frontend/application.scss */
.login-web a:hover {
  color: white;
  text-decoration: none;
}

/* line 5735, app/assets/stylesheets/frontend/application.scss */
.web-menu-mobile:hover, .web-menu-mobile:focus {
  color: #fff;
  text-decoration: none;
}

/* line 5741, app/assets/stylesheets/frontend/application.scss */
.web-search {
  background: #ccc;
  height: 10% !important;
}

/* line 5745, app/assets/stylesheets/frontend/application.scss */
.cms-sidenav a {
  padding: 10px 22px;
}

/* line 5748, app/assets/stylesheets/frontend/application.scss */
.cms-sidenav a {
  color: #688faf;
  font-weight: 300;
  font-size: 20px;
}

/* line 5752, 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 5759, app/assets/stylesheets/frontend/application.scss */
nav#menu {
  margin-left: 10%;
  background-color: transparent;
  box-shadow: none;
  margin-top: 0;
}

/* line 5765, app/assets/stylesheets/frontend/application.scss */
nav#menu li a {
  color: white;
  text-decoration: none;
}

/* line 5771, app/assets/stylesheets/frontend/application.scss */
.ai-top {
  padding-top: 20px;
}

/* line 5774, app/assets/stylesheets/frontend/application.scss */
.spaced {
  /*  content: "\00a0 \00a0 ";*/
  text-indent: 10px;
}

/* line 5779, 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 5787, app/assets/stylesheets/frontend/application.scss */
.chosen-container {
  width: 100% !important;
}

/* line 5791, app/assets/stylesheets/frontend/application.scss */
.highlight-icon {
  position: absolute;
  right: 2px;
  top: 3px;
  color: #f41403;
}

/* line 5797, app/assets/stylesheets/frontend/application.scss */
.check-icon {
  position: absolute;
  right: 2px;
  top: 3px;
  color: green;
}

/* line 5803, app/assets/stylesheets/frontend/application.scss */
.icon-setting {
  position: relative;
}

/* line 5807, app/assets/stylesheets/frontend/application.scss */
.fixed-inner {
  position: absolute;
  height: 100%;
  overflow-y: auto;
}

/* line 5812, 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 5821, 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 5828, 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 5835, app/assets/stylesheets/frontend/application.scss */
#modal-delete-mission .modal-footer {
  width: 95%;
}

/* line 5838, app/assets/stylesheets/frontend/application.scss */
#modal-delete-mission .delete-mission-btn {
  color: red;
  float: left;
  padding-top: 12px;
}

/* line 5842, app/assets/stylesheets/frontend/application.scss */
#modal-delete-mission .delete-mission-btn:hover {
  text-decoration: underline;
}

/* line 5847, app/assets/stylesheets/frontend/application.scss */
.card-textarea {
  border: none;
  min-height: 55px;
}

/* line 5853, 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 5858, app/assets/stylesheets/frontend/application.scss */
.send-message-form textarea,
.modal-resend-invite textarea {
  height: 120px;
  border: 1px solid #ccc;
  margin-top: 10px;
}

/* line 5866, app/assets/stylesheets/frontend/application.scss */
#modal-send-message .modal-footer,
#modal-resend-invite .modal-footer {
  width: 93%;
}

/* line 5868, app/assets/stylesheets/frontend/application.scss */
#modal-send-message .modal-footer .can,
#modal-resend-invite .modal-footer .can {
  margin-right: 15px;
}

/* line 5873, app/assets/stylesheets/frontend/application.scss */
.mission-img {
  text-align: center;
}

/* line 5876, app/assets/stylesheets/frontend/application.scss */
.mission-img img {
  max-height: 100%;
  max-width: 100%;
  /*    height: 180px;*/
  /*width: 100%;*/
}

/* line 5883, app/assets/stylesheets/frontend/application.scss */
.this-mission {
  padding: 15px 0;
  padding-bottom: 0;
}

/* line 5887, app/assets/stylesheets/frontend/application.scss */
.learn-more-btn {
  text-align: center;
  padding-top: 30px;
}

/* line 5890, app/assets/stylesheets/frontend/application.scss */
.learn-more-btn a {
  background: #33334f;
}

/* line 5892, app/assets/stylesheets/frontend/application.scss */
.learn-more-btn a:hover {
  background: #f41403;
}

/* line 5897, app/assets/stylesheets/frontend/application.scss */
.picker__day--infocus {
  padding: 0.5rem 0;
}

/* line 5900, app/assets/stylesheets/frontend/application.scss */
.mission-toolbox-op {
  opacity: 0.6;
}

/* line 5904, app/assets/stylesheets/frontend/application.scss */
.chosen-search input {
  width: 94% !important;
}

/* line 5908, app/assets/stylesheets/frontend/application.scss */
.top-head {
  background: #33334f;
  padding-top: 10px;
  height: 60px;
}

/* line 5913, app/assets/stylesheets/frontend/application.scss */
.time-remain {
  /*  border: 1px solid #ccc;*/
  padding: 10px;
  font-size: 40px;
  width: 50%;
  margin: auto;
}

/* line 5920, 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 5929, app/assets/stylesheets/frontend/application.scss */
.cs-motto {
  padding-top: 10px;
  font-family: "RefrigeratorReg", sans-serif;
  text-transform: uppercase;
}

/* line 5934, 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 5959, 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 5970, app/assets/stylesheets/frontend/application.scss */
.threeg {
  font-size: 18px;
  padding: 10px 0;
}

/* line 5974, app/assets/stylesheets/frontend/application.scss */
.headone {
  color: #f41403;
  font-size: 16px;
  padding: 10px 0 0 0;
}

/* line 5979, app/assets/stylesheets/frontend/application.scss */
.des, .des-white {
  font-size: 16px;
  padding: 0 10px 10px 10px;
}

/* line 5983, 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 5994, app/assets/stylesheets/frontend/application.scss */
.custom-tabs .owl-prev {
  position: absolute;
  top: 42%;
  left: -60px;
  padding: 5px 5px 0px 5px !important;
}

/* line 6000, app/assets/stylesheets/frontend/application.scss */
.custom-tabs .owl-next {
  position: absolute;
  top: 42%;
  right: 0;
  padding: 5px 5px 0px 5px !important;
}

/* line 6007, app/assets/stylesheets/frontend/application.scss */
.col-empty-space-mission {
  margin-bottom: 55px;
}

/* line 6010, 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 6019, 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 6028, 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 6037, app/assets/stylesheets/frontend/application.scss */
.cancel-margin {
  margin-right: 10px !important;
}

/* line 6040, app/assets/stylesheets/frontend/application.scss */
.new-color-scheme {
  background: #425a71;
}

/* line 6043, app/assets/stylesheets/frontend/application.scss */
.des-white {
  color: white;
}

/* line 6047, app/assets/stylesheets/frontend/application.scss */
.cs-footer-new {
  bottom: 0;
  width: 100%;
  position: absolute;
}

/*.thumbnail {
   max-width: 40%;
 }*/
/* line 6058, app/assets/stylesheets/frontend/application.scss */
.italic {
  font-style: italic;
}

/* line 6061, app/assets/stylesheets/frontend/application.scss */
.small {
  font-size: 0.8em;
}

/** LIGHTBOX MARKUP **/
/* line 6067, 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 6082, app/assets/stylesheets/frontend/application.scss */
.lightbox img {
  /** Pad the lightbox image */
  max-width: 90%;
  max-height: 80%;
  margin-top: 2%;
}

/* line 6089, app/assets/stylesheets/frontend/application.scss */
.lightbox:target {
  /** Remove default browser outline */
  outline: none;
  /** Unhide lightbox **/
  display: block;
}

/* line 6096, app/assets/stylesheets/frontend/application.scss */
.invitation-area {
  height: 305px;
  overflow-y: auto;
}

/* line 6100, app/assets/stylesheets/frontend/application.scss */
.briefing-area {
  height: auto;
  overflow-y: auto;
}

/* line 6104, app/assets/stylesheets/frontend/application.scss */
.brainstorm-area {
  height: 136px;
  overflow-y: auto;
}

/* line 6108, app/assets/stylesheets/frontend/application.scss */
.preview-modal {
  width: 90%;
  height: 90% !important;
}

/* line 6113, 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 6125, app/assets/stylesheets/frontend/application.scss */
.timeline-preview .btn, .timeline-preview .btn-large {
  background: #fff;
  border: 1px solid #33334f;
}

/* line 6130, 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 6139, app/assets/stylesheets/frontend/application.scss */
.mission-round-save {
  width: 11% !important;
}

/* line 6144, app/assets/stylesheets/frontend/application.scss */
.agent-table input.select-dropdown {
  margin-bottom: 0 !important;
}

/* line 6148, 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 6158, 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 6168, app/assets/stylesheets/frontend/application.scss */
.user-table {
  max-height: 500px;
  overflow-y: auto;
  margin-top: 20px;
}

/* line 6173, app/assets/stylesheets/frontend/application.scss */
.ideas-user-table {
  max-height: 500px;
  overflow-y: auto;
  margin-top: 20px;
}

/* line 6178, app/assets/stylesheets/frontend/application.scss */
.user-table-new {
  margin-top: 0 !important;
}

/* line 6181, app/assets/stylesheets/frontend/application.scss */
.ideas-user-table-new {
  margin-top: 0 !important;
}

/* line 6185, 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 6195, 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 6205, app/assets/stylesheets/frontend/application.scss */
.plan-form .email-txt-white label {
  font-size: 13px;
}

/* line 6211, app/assets/stylesheets/frontend/application.scss */
.plan-textarea textarea {
  background: #425a71;
  height: 50px;
  border: none;
  color: white;
  margin-bottom: 20px;
}

/* line 6219, app/assets/stylesheets/frontend/application.scss */
.green-button-area-text {
  color: white;
  text-align: center;
  padding-top: 20px;
}

/* line 6224, app/assets/stylesheets/frontend/application.scss */
.red-button-review-area {
  position: relative;
}

/* line 6227, app/assets/stylesheets/frontend/application.scss */
.red-button-review {
  position: absolute;
  left: 130px;
}

/* line 6231, 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 6240, app/assets/stylesheets/frontend/application.scss */
.new-template {
  margin-left: 0;
  margin-bottom: 10px;
}

/* line 6244, app/assets/stylesheets/frontend/application.scss */
.template-modal {
  height: 90% !important;
}

/* line 6247, 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 6256, app/assets/stylesheets/frontend/application.scss */
.mission-box-template .row {
  margin-bottom: 0;
}

/* line 6259, app/assets/stylesheets/frontend/application.scss */
.mission-box-template .top-heading {
  padding: 20px 0 15px 20px;
  float: left;
}

/* line 6264, 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 6271, app/assets/stylesheets/frontend/application.scss */
.mission-box-template .xp {
  text-transform: uppercase;
  color: #0ed583;
}

/* line 6278, 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 6290, 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 6297, 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 6305, 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 6319, 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 6335, 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 6343, 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 6351, app/assets/stylesheets/frontend/application.scss */
.mission-img-template-page {
  height: 168px;
}

/* line 6353, app/assets/stylesheets/frontend/application.scss */
.mission-img-template-page img {
  max-height: 100%;
  max-width: 100%;
}

/* line 6361, app/assets/stylesheets/frontend/application.scss */
.mission-img-template img {
  width: 200px;
  height: 66px;
  -o-object-fit: cover;
     object-fit: cover;
  float: left;
}

/* line 6369, app/assets/stylesheets/frontend/application.scss */
#from-template .owl-next {
  right: -20px;
}

/* line 6373, app/assets/stylesheets/frontend/application.scss */
.mb-select {
  background: #33334f;
  color: white;
  width: 85%;
  padding: 10px 0 4px 0;
}

/* line 6378, app/assets/stylesheets/frontend/application.scss */
.mb-select i {
  float: none;
  display: initial;
  margin-right: 0;
}

/* line 6384, app/assets/stylesheets/frontend/application.scss */
.t-border {
  border: 1px solid #000;
}

/* line 6387, 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 6415, app/assets/stylesheets/frontend/application.scss */
.mission-box-template-page .top-heading {
  padding: 20px 0 15px 20px;
  float: left;
}

/* line 6420, 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 6427, app/assets/stylesheets/frontend/application.scss */
.mission-box-template-page .xp {
  text-transform: uppercase;
  color: #0ed583;
}

/* line 6434, 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 6445, 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 6452, 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 6460, 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 6474, app/assets/stylesheets/frontend/application.scss */
.template-page-arrows .owl-prev {
  position: absolute;
  top: 42%;
  left: -60px;
  padding: 5px 5px 0px 5px !important;
}

/* line 6480, app/assets/stylesheets/frontend/application.scss */
.template-page-arrows .owl-next {
  position: absolute;
  top: 42%;
  right: 0;
  padding: 5px 5px 0px 5px !important;
}

/* line 6486, app/assets/stylesheets/frontend/application.scss */
.template-page-arrows .owl-controls {
  margin-top: 30px;
}

/* line 6490, app/assets/stylesheets/frontend/application.scss */
.template-unselected {
  display: none;
}

/* line 6494, app/assets/stylesheets/frontend/application.scss */
.two-btns {
  width: 110px !important;
  padding: 0 10px;
  margin: 0 10px;
}

/* line 6500, app/assets/stylesheets/frontend/application.scss */
#ai-text {
  color: white;
}

/* line 6507, app/assets/stylesheets/frontend/application.scss */
.modal-fullwidth.end-mission {
  z-index: -1;
}

/* line 6511, app/assets/stylesheets/frontend/application.scss */
.file-field .description {
  font-size: smaller;
}

/* line 6514, app/assets/stylesheets/frontend/application.scss */
.ellipsed {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 6520, 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 6554, app/assets/stylesheets/frontend/application.scss */
#ideas-table {
  float: left;
  width: 100%;
  position: absolute;
  height: 100%;
  right: 0;
  left: 0;
}

/* line 6562, 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 6571, app/assets/stylesheets/frontend/application.scss */
.col.l8.m8.s12.cols {
  float: right;
  position: absolute;
  right: 0;
  height: 100%;
}

/* line 6577, app/assets/stylesheets/frontend/application.scss */
.col.l4.m4.s12.white-bg.no-pad.cols.left {
  margin: 0;
}

/* line 6580, app/assets/stylesheets/frontend/application.scss */
.col.l4.m4.s12.white-bg.no-pad.cols.left {
  margin: 0;
}

/* line 6583, app/assets/stylesheets/frontend/application.scss */
.idea-box-leftside {
  position: absolute;
  height: 100%;
  overflow-x: hidden;
  overflow-y: hidden;
}

/* line 6589, app/assets/stylesheets/frontend/application.scss */
#open-board {
  overflow: hidden;
}

/* line 6592, app/assets/stylesheets/frontend/application.scss */
.modal-close.btn-flat {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 300;
  padding: 0 !important;
}

/* line 6598, app/assets/stylesheets/frontend/application.scss */
.modal-close.btn-flat .material-icons {
  font-size: 32px;
  margin-top: -2px;
}

/* line 6603, 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 6614, app/assets/stylesheets/frontend/application.scss */
strong {
  font-weight: bold;
}

/* line 6617, app/assets/stylesheets/frontend/application.scss */
em {
  font-style: italic;
}

/* line 6621, app/assets/stylesheets/frontend/application.scss */
li.title:hover {
  background-color: white;
}

/* line 6626, app/assets/stylesheets/frontend/application.scss */
table#am-invites-table .active {
  top: initial !important;
}

/* line 6634, app/assets/stylesheets/frontend/application.scss */
.nop-pad {
  padding: 0 !important;
}

/* line 6637, app/assets/stylesheets/frontend/application.scss */
.delete-comment-link {
  visibility: hidden;
}

/* line 6641, app/assets/stylesheets/frontend/application.scss */
.comment-row:hover .delete-comment-link {
  visibility: visible;
}

/* line 6645, 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 6661, app/assets/stylesheets/frontend/application.scss */
.list-dropdown li {
  list-style: none;
  padding: 1px 10px;
  z-index: 2;
  width: 100%;
  text-align: left;
}

/* line 6667, app/assets/stylesheets/frontend/application.scss */
.list-dropdown li span {
  color: gray;
}

/* line 6670, 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 6676, app/assets/stylesheets/frontend/application.scss */
.list-dropdown li p a {
  color: #333450;
  text-decoration: underline;
  font-weight: 400;
}

/* line 6684, app/assets/stylesheets/frontend/application.scss */
.list-dropdown li:not(.init) {
  float: left;
  display: none;
  background: #fff;
}

/* line 6688, app/assets/stylesheets/frontend/application.scss */
.list-dropdown li:not(.init):hover {
  background: #f4f4f4;
}

/* line 6692, app/assets/stylesheets/frontend/application.scss */
.list-dropdown li.selected:not(.init) {
  background: #f4f4f4;
}

/* line 6698, app/assets/stylesheets/frontend/application.scss */
li.init {
  cursor: pointer;
}

/* line 6700, app/assets/stylesheets/frontend/application.scss */
li.init span {
  color: #fff;
}

/* line 6703, app/assets/stylesheets/frontend/application.scss */
li.init p {
  display: none;
}

/* line 6708, app/assets/stylesheets/frontend/application.scss */
a#submit {
  z-index: 1;
}

/* line 6712, app/assets/stylesheets/frontend/application.scss */
.bmc-content h6 {
  color: #666;
  text-align: left;
  padding: 5px 15px;
}

/* line 6718, app/assets/stylesheets/frontend/application.scss */
.planned-text {
  color: #dbe3ef !important;
}

/* line 6721, app/assets/stylesheets/frontend/application.scss */
.error-bottom-logo {
  position: absolute;
  left: 39%;
  bottom: 60px;
}

/* line 6726, 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 6735, app/assets/stylesheets/frontend/application.scss */
.ec-data {
  color: white;
  width: 50%;
  padding: 20px;
}

/* line 6739, app/assets/stylesheets/frontend/application.scss */
.ec-data h1 {
  margin-bottom: 0;
  font-weight: 300;
}

/* line 6743, app/assets/stylesheets/frontend/application.scss */
.ec-data .para {
  font-size: 18px;
  font-weight: 300;
}

/* line 6746, app/assets/stylesheets/frontend/application.scss */
.ec-data .para a {
  color: #f41403;
}

/* line 6751, app/assets/stylesheets/frontend/application.scss */
.error-small-text {
  font-size: 16px;
  letter-spacing: 11px;
  font-weight: 300;
}

/* line 6756, 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 6760, app/assets/stylesheets/frontend/application.scss */
#modal-open-invite-url.modal.modal-fixed-footer.resized-modal a#copy-invite-url {
  margin-right: 5px;
}

/* line 6764, 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 6769, app/assets/stylesheets/frontend/application.scss */
#timeline-refresh.modal.modal-fixed-footer.resized-modal a.action-timeline-refresh {
  float: none !important;
  margin: 5px;
}

/* line 6774, app/assets/stylesheets/frontend/application.scss */
.resized-modal {
  height: 210px !important;
}

/* line 6777, 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 6786, app/assets/stylesheets/frontend/application.scss */
.mtname a.modal-trigger {
  color: white;
}

/* line 6790, app/assets/stylesheets/frontend/application.scss */
.mission-team-modal {
  background: #fff;
}

/* line 6793, 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 6799, app/assets/stylesheets/frontend/application.scss */
.mission-team-modal .rest-users .ol-box-small .card-description-txt {
  color: #33334f;
  letter-spacing: 0px;
}

/* line 6805, 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 6812, 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 6819, 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 6825, 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 6830, app/assets/stylesheets/frontend/application.scss */
.mission-team-modal .current-user .ol-box-small .ol-pad-top {
  padding-top: 15px !important;
}

/* line 6837, 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 6842, app/assets/stylesheets/frontend/application.scss */
.top-head-user .ol-pad-top {
  padding-top: 17px !important;
}

/* line 6846, app/assets/stylesheets/frontend/application.scss */
.mar-center {
  margin: 0 auto !important;
  left: 0 !important;
  right: 0 !important;
}

/* line 6852, 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 6863, 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 6874, 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 6884, 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 6895, 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 6906, 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 6918, app/assets/stylesheets/frontend/application.scss */
.add-tag-label {
  display: flex;
  cursor: pointer;
}

/* line 6922, app/assets/stylesheets/frontend/application.scss */
.add-tag-label i {
  color: #688FAF;
  font-size: 21px !important;
}

/* line 6926, app/assets/stylesheets/frontend/application.scss */
.add-tag-label p {
  color: #688FAF;
}

/* line 6931, app/assets/stylesheets/frontend/application.scss */
.save-btn {
  margin-top: 20px;
  text-align: center;
}

/* line 6936, 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 6947, app/assets/stylesheets/frontend/application.scss */
.idea-title-upper-case {
  text-transform: uppercase;
  margin: 0;
}

/* line 6951, app/assets/stylesheets/frontend/application.scss */
.field-black {
  color: black;
}

/* line 6957, app/assets/stylesheets/frontend/application.scss */
.wordbreak {
  text-align: left;
  padding: 10px;
  padding-left: 25px;
}

/* line 6962, app/assets/stylesheets/frontend/application.scss */
.alert-user-session {
  font-size: 15px;
  margin-top: 0px;
  padding: 5px 5px;
  color: #039be5;
}

/* line 6969, app/assets/stylesheets/frontend/application.scss */
.inbox-icons {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* line 6973, app/assets/stylesheets/frontend/application.scss */
.inbox-icons i {
  font-size: 20px;
}

/* line 6976, app/assets/stylesheets/frontend/application.scss */
.inbox-icons span {
  font-size: 13px;
  padding-left: 3px;
}

/* line 6982, app/assets/stylesheets/frontend/application.scss */
.existing-asr-variable input.input-table-field {
  margin-bottom: 0 !important;
}

/* line 6987, 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 6995, 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 7003, 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 7008, 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 7015, app/assets/stylesheets/frontend/application.scss */
.existing-asr-variable .extra-margin {
  margin-top: 15px;
  margin-right: 10px;
}

/* line 7019, app/assets/stylesheets/frontend/application.scss */
.existing-asr-variable i.material-icons {
  color: #f41403;
}

/* line 7024, 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 7032, app/assets/stylesheets/frontend/application.scss */
.review-tbtns ul {
  float: left;
  width: 100%;
  height: auto;
  margin: 5px 0;
}

/* line 7037, app/assets/stylesheets/frontend/application.scss */
.review-tbtns ul li {
  float: left;
}

/* line 7043, 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 7055, app/assets/stylesheets/frontend/application.scss */
.review-tbtns .buttons-radio .rb-inputs [type="radio"]:not(:checked) + label::before {
  border: 2px solid #d1d1d1;
}

/* line 7058, 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 7070, 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 7084, 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 7100, app/assets/stylesheets/frontend/application.scss */
.review-tbtns .buttons-radio .rb-inputs [type="radio"]:not(:checked) + label::after {
  border: 2px solid #dbdbdb !important;
}

/* line 7103, 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 7107, 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 7117, app/assets/stylesheets/frontend/application.scss */
.margin-0-auto {
  margin: 0 auto;
  float: none !important;
  display: table;
}

/* line 7122, app/assets/stylesheets/frontend/application.scss */
.noborder {
  border: none;
}

/* line 7125, app/assets/stylesheets/frontend/application.scss */
.collapsible-body {
  height: auto !important;
}

/* line 7128, app/assets/stylesheets/frontend/application.scss */
.welcome-container {
  margin-left: 30px;
}

/* line 7131, app/assets/stylesheets/frontend/application.scss */
.intro-logo {
  margin-top: 40px;
}

/* line 7133, app/assets/stylesheets/frontend/application.scss */
.intro-logo img {
  width: 50%;
}

/* line 7137, app/assets/stylesheets/frontend/application.scss */
.welcome-white {
  font-family: "RefrigeratorLight", sans-serif;
  font-size: 27px;
  font-weight: 200;
}

/* line 7143, 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 7151, app/assets/stylesheets/frontend/application.scss */
.home-links a:hover {
  color: red;
}

/* line 7157, app/assets/stylesheets/frontend/application.scss */
a.hoverable .links-white {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 200;
  color: white;
}

/* line 7166, app/assets/stylesheets/frontend/application.scss */
a.hoverable .liks-white-inner * {
  color: black;
  font-weight: 400;
}

/* line 7171, app/assets/stylesheets/frontend/application.scss */
a.hoverable .liks-white-inner:hover * {
  color: red;
}

/* line 7176, app/assets/stylesheets/frontend/application.scss */
a.hoverable .liks-white-inner span {
  font-size: 12px;
}

/* line 7181, 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 7201, 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 7205, app/assets/stylesheets/frontend/application.scss */
.liks-white-inner:hover a {
  color: red;
}

/* line 7211, app/assets/stylesheets/frontend/application.scss */
.image-mask {
  overflow: hidden;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 8% !important;
  margin-top: 40px;
}

/* line 7219, 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 7231, app/assets/stylesheets/frontend/application.scss */
.image-mask-text a {
  color: red;
}

/* line 7235, app/assets/stylesheets/frontend/application.scss */
.settings-menu {
  color: white;
  font-size: 35px;
  font-family: "RefrigeratorReg", sans-serif;
  text-transform: uppercase;
}

/* line 7240, app/assets/stylesheets/frontend/application.scss */
.settings-menu i {
  vertical-align: text-top;
  padding-right: 10px;
  font-size: 38px;
}

/* line 7245, app/assets/stylesheets/frontend/application.scss */
.settings-menu a {
  color: white;
}

/* line 7247, app/assets/stylesheets/frontend/application.scss */
.settings-menu a:hover {
  color: red;
}

/* line 7252, 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 7260, 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 7267, 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 7274, app/assets/stylesheets/frontend/application.scss */
  .menu-logo {
    position: absolute;
    bottom: 70px;
  }
  /* line 7278, app/assets/stylesheets/frontend/application.scss */
  .file-field input[type="file"] {
    top: 30px;
  }
  /* line 7281, app/assets/stylesheets/frontend/application.scss */
  #setting-ie input {
    top: 30px !important;
  }
  /* line 7284, app/assets/stylesheets/frontend/application.scss */
  .setting-ie-save-bg {
    bottom: 35px;
  }
  /* line 7287, app/assets/stylesheets/frontend/application.scss */
  .mission-box,
.mission-box-transparent {
    border-radius: 10px;
  }
  /* line 7291, app/assets/stylesheets/frontend/application.scss */
  .mission-box-transparent::before,
.mission-box-transparent::after {
    border-left: none;
  }
  /* line 7295, app/assets/stylesheets/frontend/application.scss */
  .mission-box-transparent .mb-box-inner::before,
.mission-box-transparent .mb-box-inner::after {
    border-left: none;
  }
  /* line 7300, app/assets/stylesheets/frontend/application.scss */
  .picker__box {
    margin-top: 50px !important;
  }
  /* line 7303, app/assets/stylesheets/frontend/application.scss */
  .imagery-btn input {
    top: 60px !important;
  }
  /* line 7306, app/assets/stylesheets/frontend/application.scss */
  .cm-drop input {
    top: 60px !important;
  }
  /* line 7309, app/assets/stylesheets/frontend/application.scss */
  .browser-btn input {
    top: 0px !important;
  }
  /* line 7313, app/assets/stylesheets/frontend/application.scss */
  .custom-tabs .select-dropdown {
    height: 32px !important;
    line-height: 32px !important;
  }
  /* line 7318, app/assets/stylesheets/frontend/application.scss */
  .invitation-area {
    padding-left: 30px;
  }
  /* line 7321, 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 7339, app/assets/stylesheets/frontend/application.scss */
  .custom-tabs .tabs {
    width: 90% !important;
  }
  /* line 7341, app/assets/stylesheets/frontend/application.scss */
  .custom-tabs .tabs .tab {
    width: 25% !important;
  }
  /* line 7343, app/assets/stylesheets/frontend/application.scss */
  .custom-tabs .tabs .tab a {
    text-overflow: clip;
    width: auto !important;
  }
  /* line 7352, app/assets/stylesheets/frontend/application.scss */
  .mission-management-tabs .tabs .tab {
    width: 33.33% !important;
  }
  /* line 7359, app/assets/stylesheets/frontend/application.scss */
  #setting-ie-new-mission-id .tabs .tab {
    width: 50% !important;
  }
}

/* line 7365, 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 7374, app/assets/stylesheets/frontend/application.scss */
.fixed-title-spacing {
  margin-top: 25px;
}

/* line 7377, app/assets/stylesheets/frontend/application.scss */
.close-fixed {
  position: fixed !important;
  top: 10px !important;
}

@media screen and (min-width: 0\0) {
  /* line 7382, app/assets/stylesheets/frontend/application.scss */
  .cm-drop input {
    margin-top: -22px !important;
    font-size: 100px !important;
  }
}

/* line 7388, 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 7389, app/assets/stylesheets/frontend/application.scss */
.welcome-center .card-content-section {
  margin-top: -15px;
  padding: 8px;
  overflow-y: scroll;
}

/* line 7390, app/assets/stylesheets/frontend/application.scss */
.welcome-center .card-content-section .create-mission-btn {
  margin-top: 30px;
  margin-bottom: 30px;
}

/* line 7393, 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 7412, app/assets/stylesheets/frontend/application.scss */
.welcome-center .column-width {
  width: 5%;
  float: none;
  display: block;
  clear: both;
  margin: 35px auto 0;
}

/* line 7419, app/assets/stylesheets/frontend/application.scss */
.welcome-center .ec-data {
  color: white;
  width: 50%;
  padding: 20px;
  margin: 0 auto;
}

/* line 7426, app/assets/stylesheets/frontend/application.scss */
.wc-data {
  color: white;
  width: 100%;
  padding: 20px;
  margin: 0 auto;
}

/* line 7431, app/assets/stylesheets/frontend/application.scss */
.wc-data h1 {
  margin-bottom: 0;
  font-weight: 300;
}

/* line 7435, app/assets/stylesheets/frontend/application.scss */
.wc-data .para {
  font-size: 18px;
  font-weight: 300;
}

/* line 7438, app/assets/stylesheets/frontend/application.scss */
.wc-data .para a {
  color: #f41403;
}

/* line 7443, app/assets/stylesheets/frontend/application.scss */
.welcome-small-text {
  font-size: 16px;
  letter-spacing: 11px;
  font-weight: 300;
}

/* line 7448, app/assets/stylesheets/frontend/application.scss */
.label-title {
  line-height: 40px;
  border-bottom: 1px solid #dcdcdc;
  margin-bottom: 10px;
}

/* line 7453, 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 7466, app/assets/stylesheets/frontend/application.scss */
.pdf-style a {
  word-wrap: break-word;
}

/*
 .pdf-link{
     word-wrap: break-word;
 }*/
/* line 7475, app/assets/stylesheets/frontend/application.scss */
.ideaboard-objective-scrollable-content {
  height: 30vh;
  overflow-y: scroll;
}

/* line 7480, app/assets/stylesheets/frontend/application.scss */
.round-image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
}

/* line 7488, app/assets/stylesheets/frontend/application.scss */
.embedded-video iframe {
  height: auto;
  width: auto;
}

/* line 7493, app/assets/stylesheets/frontend/application.scss */
.idea-description-content {
  margin-bottom: 25px;
}

/* line 7497, app/assets/stylesheets/frontend/application.scss */
idea-description-box {
  width: 100% !important;
}

/* line 7501, app/assets/stylesheets/frontend/application.scss */
.idea-like {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
}

/* line 7505, app/assets/stylesheets/frontend/application.scss */
.idea-like a {
  display: flex;
}

/* line 7509, app/assets/stylesheets/frontend/application.scss */
.idea-like div.like-button {
  width: 40%;
  display: flex;
  align-items: center;
  padding-left: 10px;
}

/* line 7515, app/assets/stylesheets/frontend/application.scss */
.idea-like div.like-button i {
  padding-left: 5px;
  padding-top: 3px;
  padding-right: 5px;
}

/* line 7520, app/assets/stylesheets/frontend/application.scss */
.idea-like div.like-button span {
  padding-right: 5px;
  padding-left: 10px;
  display: flex;
}

/* line 7526, app/assets/stylesheets/frontend/application.scss */
.idea-like div.comment-button {
  width: 40%;
  display: flex;
  align-items: center;
  padding-left: 5px;
}

/* line 7532, 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 7539, app/assets/stylesheets/frontend/application.scss */
.idea-like div.comment-button i {
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 5px;
}

/* line 7544, app/assets/stylesheets/frontend/application.scss */
.idea-like div.comment-button span {
  display: flex;
  padding-top: 2px;
  padding-right: 6px;
  padding-left: 11px;
}

/* line 7554, 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 7562, 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 7574, app/assets/stylesheets/frontend/application.scss */
.comment-box-content:hover {
  background: #e1f0fb;
}

/* line 7578, app/assets/stylesheets/frontend/application.scss */
.comments-like-count {
  display: flex;
  align-items: center;
  margin-right: 30px;
}

/* line 7582, 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 7590, app/assets/stylesheets/frontend/application.scss */
.comments-like-count i {
  color: #DBE3EF;
}

/* line 7595, app/assets/stylesheets/frontend/application.scss */
.reply-btn i {
  color: #688FAF;
}

/* line 7600, 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 7612, app/assets/stylesheets/frontend/application.scss */
.comment-block {
  position: relative;
  padding-left: 14px;
  margin-bottom: 11px;
  display: block;
}

/* line 7620, 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 7631, app/assets/stylesheets/frontend/application.scss */
.comments-list {
  margin-left: 5px;
}

/* line 7641, app/assets/stylesheets/frontend/application.scss */
.comments-list .comment-row .first-delete {
  margin-top: -94px;
  margin-right: -25px;
}

/* line 7645, app/assets/stylesheets/frontend/application.scss */
.comments-list .comment-row .comment-date {
  font-size: 11px;
  color: gray;
}

/* line 7649, 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 7660, 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 7671, 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 7684, 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 7692, 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 7702, 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 7711, 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 7723, 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 7735, 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 7801, 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 7815, app/assets/stylesheets/frontend/application.scss */
.template-index {
  padding: 20px;
  border: none !important;
}

/* line 7818, 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 7826, 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 7836, 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 7852, 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 7857, 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 7866, 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 7880, app/assets/stylesheets/frontend/application.scss */
.template-index .bmc-content table tr td {
  color: #33334f;
}

/* line 7885, 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 7892, app/assets/stylesheets/frontend/application.scss */
.home-home_page {
  font-family: "RefrigeratorLight", sans-serif;
}

/* line 7895, app/assets/stylesheets/frontend/application.scss */
.home-homepage-mobile {
  font-family: "Roboto", sans-serif !important;
}

/* line 7898, app/assets/stylesheets/frontend/application.scss */
.end-note-text {
  text-transform: none;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
}

/* line 7903, 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 7912, app/assets/stylesheets/frontend/application.scss */
.smartbanner-android {
  background: #f4f4f4 !important;
}

/* line 7915, app/assets/stylesheets/frontend/application.scss */
.smartbanner-android .smartbanner-info {
  text-shadow: none !important;
  color: black !important;
}

/* line 7919, app/assets/stylesheets/frontend/application.scss */
.smartbanner-android .smartbanner-title {
  color: black !important;
}

/* line 7922, app/assets/stylesheets/frontend/application.scss */
.smartbanner-android .smartbanner-button-text {
  background: #f4f4f4 !important;
}

/* line 7925, app/assets/stylesheets/frontend/application.scss */
.smartbanner-android .smartbanner-button {
  box-shadow: none !important;
  color: blue !important;
}

/* line 7929, app/assets/stylesheets/frontend/application.scss */
.smartbanner-button {
  font-weight: normal !important;
}

/* line 7933, 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 7945, 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 7958, 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 7973, 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 7993, 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 8009, 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 8022, 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 8037, app/assets/stylesheets/frontend/application.scss */
.missions-index .tabs .tab {
  overflow: visible !important;
}

/* line 8039, app/assets/stylesheets/frontend/application.scss */
.missions-index .tabs .tab a {
  overflow: visible !important;
}

/* line 8044, app/assets/stylesheets/frontend/application.scss */
#notifications {
  top: 25px !important;
  z-index: 9999;
  height: 403px;
  width: 400px !important;
}

/* line 8049, app/assets/stylesheets/frontend/application.scss */
#notifications a {
  color: black;
  font-size: 14px;
}

/* line 8055, app/assets/stylesheets/frontend/application.scss */
.notification-head {
  font-size: 13px;
  padding-left: 15px;
  height: 30px;
  line-height: 30px;
}

/* line 8062, app/assets/stylesheets/frontend/application.scss */
#notifications li {
  border-top: 1px solid #dadada;
  background-color: #eaeaea;
  font-size: 14px;
}

/* line 8068, 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 8076, app/assets/stylesheets/frontend/application.scss */
#notifications img {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* line 8083, app/assets/stylesheets/frontend/application.scss */
#notifications i {
  font-size: 17px;
  vertical-align: sub;
}

/* line 8087, app/assets/stylesheets/frontend/application.scss */
#notifications li:hover {
  background-color: white;
}

/* line 8091, app/assets/stylesheets/frontend/application.scss */
.cnm-modal * {
  font-family: "Roboto", sans-serif;
}

/* line 8095, 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 8109, app/assets/stylesheets/frontend/application.scss */
.am-fixed-top .logo {
  display: flex;
  width: auto;
  padding: 0px 15px 0px 15px;
  align-items: center;
}

/* line 8114, app/assets/stylesheets/frontend/application.scss */
.am-fixed-top .logo .responsive-img {
  width: 140px;
}

/* line 8117, 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 8126, app/assets/stylesheets/frontend/application.scss */
.am-fixed-top .logo a {
  display: flex;
  align-items: center;
}

/* line 8132, 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 8138, app/assets/stylesheets/frontend/application.scss */
.am-fixed-top .right-nav-content .notification {
  width: auto;
  padding: 0px 30px 0px 25px;
  position: relative;
}

/* line 8142, app/assets/stylesheets/frontend/application.scss */
.am-fixed-top .right-nav-content .notification .notification-icon-header {
  color: #688FAF;
}

/* line 8145, 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 8159, 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 8166, 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 8173, 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 8179, 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 8189, 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 8198, 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 8203, app/assets/stylesheets/frontend/application.scss */
.am-fixed-top .right-nav-content .page-search-ico a {
  display: flex;
  align-items: center;
}

/* line 8206, app/assets/stylesheets/frontend/application.scss */
.am-fixed-top .right-nav-content .page-search-ico a img {
  height: 35px;
}

/* line 8210, 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 8221, app/assets/stylesheets/frontend/application.scss */
.am-fixed-top .right-nav-content .new-page-search {
  width: 250px;
  margin-right: 20px;
}

/* line 8224, 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 8231, 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 8237, 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 8241, 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 8253, 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 8286, app/assets/stylesheets/frontend/application.scss */
.progress-li-xp {
  width: 100%;
  padding: 0px 15px 0px 35px;
  margin-top: -8px;
}

/* line 8291, app/assets/stylesheets/frontend/application.scss */
.progress-li-xp .progress-bar-xp {
  width: 100%;
  border: 1px solid #dfdfdf;
}

/* line 8294, app/assets/stylesheets/frontend/application.scss */
.progress-li-xp .progress-bar-xp .myBar {
  height: 3px;
}

/* line 8296, app/assets/stylesheets/frontend/application.scss */
.progress-li-xp .progress-bar-xp .myBar .value {
  text-align: center;
  font-size: 14px;
}

/* line 8305, app/assets/stylesheets/frontend/application.scss */
.column-width-logo {
  width: 90%;
  float: left;
}

/* line 8309, app/assets/stylesheets/frontend/application.scss */
.taem-container {
  position: relative;
}

/* line 8312, app/assets/stylesheets/frontend/application.scss */
.mce-container {
  z-index: 200 !important;
}

/* line 8315, app/assets/stylesheets/frontend/application.scss */
.open-pages-dialogue,
.fetch-page-details {
  cursor: pointer;
}

/* line 8319, app/assets/stylesheets/frontend/application.scss */
.open-prompt-popup {
  cursor: pointer;
}

/* line 8322, app/assets/stylesheets/frontend/application.scss */
#pages-view-modal {
  padding: 20px;
}

/* line 8325, app/assets/stylesheets/frontend/application.scss */
.page-textarea {
  margin: 5px 0 5px 0;
}

/* line 8328, app/assets/stylesheets/frontend/application.scss */
.attach-block {
  display: block;
  padding-bottom: 5px;
  padding-top: 10px;
}

/* line 8333, app/assets/stylesheets/frontend/application.scss */
.attach-input {
  padding-bottom: 10px;
}

/* line 8336, app/assets/stylesheets/frontend/application.scss */
.approve-check {
  display: block;
  opacity: 1 !important;
  position: inherit !important;
  margin-top: 5px !important;
}

/* line 8342, app/assets/stylesheets/frontend/application.scss */
.question-check {
  display: block;
  opacity: 1 !important;
  position: inherit !important;
  margin-top: 5px !important;
}

/* line 8348, app/assets/stylesheets/frontend/application.scss */
.approve-radio {
  opacity: 1 !important;
  position: inherit !important;
  margin-top: 5px !important;
}

/* line 8353, app/assets/stylesheets/frontend/application.scss */
#media_selection {
  margin: 10px 0;
}

/* line 8357, app/assets/stylesheets/frontend/application.scss */
.page-video iframe {
  width: 100%;
}

/* line 8361, 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 8371, 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 8382, app/assets/stylesheets/frontend/application.scss */
.back-briefing {
  padding: 0px 5px;
}

/* line 8385, app/assets/stylesheets/frontend/application.scss */
.next-page-arrow {
  position: absolute;
  right: 2%;
  top: 50%;
}

/* line 8389, app/assets/stylesheets/frontend/application.scss */
.next-page-arrow i {
  cursor: pointer;
}

/* line 8393, app/assets/stylesheets/frontend/application.scss */
.prev-page-arrow {
  position: absolute;
  left: 2%;
  top: 50%;
}

/* line 8397, app/assets/stylesheets/frontend/application.scss */
.prev-page-arrow i {
  cursor: pointer;
}

/* line 8401, 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 8408, app/assets/stylesheets/frontend/application.scss */
.brief-banner-video iframe {
  width: 600px;
  height: 300px;
  display: block;
  margin: auto;
}

/* line 8415, app/assets/stylesheets/frontend/application.scss */
#target_ideas_meter {
  position: relative !important;
  opacity: 1 !important;
  left: 0 !important;
}

/* line 8421, app/assets/stylesheets/frontend/application.scss */
#container {
  margin: 20px;
  width: 100px;
  height: 100px;
  position: relative;
}

/* line 8427, app/assets/stylesheets/frontend/application.scss */
.answer-choice-text {
  border: 1px solid #ccc !important;
  padding-left: 10px !important;
}

/* line 8431, app/assets/stylesheets/frontend/application.scss */
.answer_choice_answer {
  margin-top: 2px;
}

/* line 8435, app/assets/stylesheets/frontend/application.scss */
.solo_checkbox {
  position: relative !important;
  opacity: 1 !important;
  left: 0 !important;
}

/* line 8440, app/assets/stylesheets/frontend/application.scss */
.badge-box {
  margin-top: 20px;
}

/* line 8443, app/assets/stylesheets/frontend/application.scss */
.badge-score {
  font-size: 20px;
  font-weight: bold;
}

/* line 8447, app/assets/stylesheets/frontend/application.scss */
.badge-score-two {
  height: 53px;
}

/* line 8451, app/assets/stylesheets/frontend/application.scss */
#agent-progression-stat {
  min-height: 600px;
}

/* line 8454, app/assets/stylesheets/frontend/application.scss */
.owl-carousel {
  opacity: 1 !important;
  display: block !important;
}

/* line 8465, app/assets/stylesheets/frontend/application.scss */
.brainstorm-round .select-wrapper ul {
  z-index: 999999999;
}

/* line 8470, app/assets/stylesheets/frontend/application.scss */
.qa-round .select-wrapper ul {
  z-index: 999999999;
}

/* line 8475, app/assets/stylesheets/frontend/application.scss */
.break-round .select-wrapper ul {
  z-index: 999999999;
}

/* line 8480, app/assets/stylesheets/frontend/application.scss */
.brief-round .select-wrapper ul {
  z-index: 999999999;
}

/* line 8485, app/assets/stylesheets/frontend/application.scss */
.mission-end-round .select-wrapper ul {
  z-index: 999999999;
}

/* line 8489, app/assets/stylesheets/frontend/application.scss */
.briefing-area {
  height: 150px;
}

/* line 8492, app/assets/stylesheets/frontend/application.scss */
.brainstorm-area {
  height: 100px;
}

/* line 8495, app/assets/stylesheets/frontend/application.scss */
.qa-area {
  height: 100px;
  overflow-y: auto;
}

/* line 8499, app/assets/stylesheets/frontend/application.scss */
.invitation-area {
  height: 150px;
}

@media only screen and (min-width: 1100px) and (max-width: 1350px) {
  /* line 8504, app/assets/stylesheets/frontend/application.scss */
  .briefing-area {
    height: 150px;
  }
  /* line 8507, app/assets/stylesheets/frontend/application.scss */
  .brainstorm-area {
    height: 100px;
  }
  /* line 8510, app/assets/stylesheets/frontend/application.scss */
  .invitation-area {
    height: 150px;
  }
  /* line 8513, app/assets/stylesheets/frontend/application.scss */
  .qa-area {
    height: 100px;
    overflow-y: auto;
  }
  /* line 8517, 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 8523, app/assets/stylesheets/frontend/application.scss */
  .briefing-area {
    height: 300px;
  }
  /* line 8526, app/assets/stylesheets/frontend/application.scss */
  .brainstorm-area {
    height: 300px;
  }
  /* line 8529, app/assets/stylesheets/frontend/application.scss */
  .invitation-area {
    height: 300px;
  }
  /* line 8532, app/assets/stylesheets/frontend/application.scss */
  .qa-area {
    height: 300px;
    overflow-y: auto;
  }
  /* line 8536, 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 8556, app/assets/stylesheets/frontend/application.scss */
.advance_selection_rounds-index {
  color: #bcbaba;
}

/* line 8560, app/assets/stylesheets/frontend/application.scss */
.advance_selection_rounds-show {
  color: #bcbaba;
}

/* line 8563, app/assets/stylesheets/frontend/application.scss */
.advance_selection_rounds-edit {
  word-break: break-word;
}

/* line 8567, app/assets/stylesheets/frontend/application.scss */
.advance_selection_rounds-asr_review .review-comment-bg {
  background: transparent;
}

/* line 8572, app/assets/stylesheets/frontend/application.scss */
.asr_process_tracker {
  font-size: 16px;
}

/* line 8574, app/assets/stylesheets/frontend/application.scss */
.asr_process_tracker span {
  font-size: 10px;
  margin-right: 60px;
  line-height: 120%;
  float: right;
}

/* line 8581, app/assets/stylesheets/frontend/application.scss */
.hide-brainstorm-pics {
  display: none;
}

/* line 8584, app/assets/stylesheets/frontend/application.scss */
.border-left {
  border-left: solid 1px #c8c8c8;
}

/* line 8587, app/assets/stylesheets/frontend/application.scss */
.brief-page-heading {
  font-family: "RefrigeratorLight", sans-serif;
  font-size: 22px;
}

/* line 8591, app/assets/stylesheets/frontend/application.scss */
#round_page_description {
  height: 5rem;
  width: 95%;
  resize: vertical;
}

/* line 8596, app/assets/stylesheets/frontend/application.scss */
#round_page_embedded_video_code {
  width: 95%;
}

/* line 8600, app/assets/stylesheets/frontend/application.scss */
.brief-page-update {
  color: #039be5 !important;
}

/* line 8603, app/assets/stylesheets/frontend/application.scss */
.active-page {
  background-color: #f1f1f1;
}

/* line 8606, app/assets/stylesheets/frontend/application.scss */
.fetch-page-details a {
  padding: 4px;
  display: block;
}

/* line 8610, app/assets/stylesheets/frontend/application.scss */
.modal .modal-footer.no-position {
  position: static;
}

/* line 8614, 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 8621, app/assets/stylesheets/frontend/application.scss */
.height-spacer {
  height: 100px;
  display: block;
}

/* line 8625, app/assets/stylesheets/frontend/application.scss */
.completed-round {
  opacity: 0.7;
}

/* line 8627, app/assets/stylesheets/frontend/application.scss */
.completed-round .green-button-area {
  opacity: 0.6;
}

/* line 8631, app/assets/stylesheets/frontend/application.scss */
.mission-create-adv {
  padding-top: 10px !important;
  cursor: pointer;
}

/* line 8635, app/assets/stylesheets/frontend/application.scss */
.mission-hide-adv {
  padding-top: 10px !important;
  cursor: pointer;
}

/* line 8639, app/assets/stylesheets/frontend/application.scss */
.mission-edit-adv {
  padding-top: 10px !important;
  padding-bottom: 15px !important;
  cursor: pointer;
}

/* line 8644, app/assets/stylesheets/frontend/application.scss */
.idea-detail-section {
  padding-right: 5px !important;
  padding-left: 20px !important;
}

/* line 8648, app/assets/stylesheets/frontend/application.scss */
.like-comments-section {
  padding-right: 0px !important;
  padding-left: 5px !important;
}

/* line 8653, app/assets/stylesheets/frontend/application.scss */
.comments-padding .row {
  margin-left: 0px;
  margin-right: 0px;
}

/* line 8662, app/assets/stylesheets/frontend/application.scss */
.mission-edit-hide-adv {
  padding-top: 0px !important;
  cursor: pointer;
}

/* line 8666, app/assets/stylesheets/frontend/application.scss */
.invite-round-adv {
  padding-top: 10px !important;
  padding-bottom: 15px !important;
  cursor: pointer;
}

/* line 8671, app/assets/stylesheets/frontend/application.scss */
.invite-round-hide-adv {
  padding-top: 10px !important;
  cursor: pointer;
}

/* line 8675, app/assets/stylesheets/frontend/application.scss */
.break-round-adv {
  padding-top: 10px !important;
  padding-bottom: 15px !important;
  cursor: pointer;
}

/* line 8680, app/assets/stylesheets/frontend/application.scss */
.break-round-hide-adv {
  padding-top: 10px !important;
  cursor: pointer;
}

/* line 8684, app/assets/stylesheets/frontend/application.scss */
.brief-round-adv {
  padding-top: 10px !important;
  padding-bottom: 15px !important;
  cursor: pointer;
}

/* line 8689, app/assets/stylesheets/frontend/application.scss */
.brief-round-hide-adv {
  padding-top: 10px !important;
  cursor: pointer;
}

/* line 8693, app/assets/stylesheets/frontend/application.scss */
.brainstorm-round-adv {
  padding-top: 5px !important;
  padding-bottom: 65px !important;
  cursor: pointer;
}

/* line 8698, app/assets/stylesheets/frontend/application.scss */
.brainstorm-round-hide-adv {
  padding-top: 10px !important;
  cursor: pointer;
}

/* line 8702, app/assets/stylesheets/frontend/application.scss */
.fixed-title-spacing-edit {
  margin-top: 35px;
}

/* line 8705, app/assets/stylesheets/frontend/application.scss */
.modal-break-overflow {
  overflow-y: scroll;
}

/* line 8708, app/assets/stylesheets/frontend/application.scss */
.brief-title-fixed {
  position: fixed;
  top: 0px;
  background-color: #f4f4f4;
  padding: 13px 140px;
  z-index: 201;
}

/* line 8715, app/assets/stylesheets/frontend/application.scss */
.brief-top-margin {
  margin-top: 30px;
}

/* line 8718, app/assets/stylesheets/frontend/application.scss */
.break-title-fixed {
  position: fixed;
  top: 0px;
  background-color: #f4f4f4;
  padding: 13px 93px;
  z-index: 201;
}

/* line 8726, app/assets/stylesheets/frontend/application.scss */
.break-top-margin {
  margin-top: 30px;
}

/* line 8738, app/assets/stylesheets/frontend/application.scss */
.invitation-top-margin {
  margin-top: 30px;
}

/* line 8741, app/assets/stylesheets/frontend/application.scss */
.invitation-title-fixed {
  position: fixed;
  top: 0px;
  background-color: #f4f4f4;
  padding: 13px 65px;
  z-index: 201;
}

/* line 8749, app/assets/stylesheets/frontend/application.scss */
.brainstorm-title-fixed {
  position: fixed;
  top: 0px;
  background-color: #f4f4f4;
  padding: 13px 115px;
  z-index: 201;
}

/* line 8757, 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 8766, app/assets/stylesheets/frontend/application.scss */
.add-opacity {
  opacity: 0;
}

/* line 8770, app/assets/stylesheets/frontend/application.scss */
.drop-image {
  position: relative;
}

/* line 8773, app/assets/stylesheets/frontend/application.scss */
.image-upload {
  opacity: 1;
}

/* line 8778, app/assets/stylesheets/frontend/application.scss */
.overflow-hidden {
  overflow: hidden !important;
}

/* line 8781, app/assets/stylesheets/frontend/application.scss */
.image-position-relative {
  position: relative;
}

/* line 8785, app/assets/stylesheets/frontend/application.scss */
.mantain-image-aspect-ratio-sidebar {
  height: 0;
  padding: 16%;
}

/* line 8789, app/assets/stylesheets/frontend/application.scss */
.drop-file-margin-update {
  margin-top: -70px !important;
}

/* line 8792, app/assets/stylesheets/frontend/application.scss */
.padding-bottom-fix {
  padding-bottom: 80px !important;
}

/* line 8797, app/assets/stylesheets/frontend/application.scss */
.card-image:hover .agent-bookmark {
  display: block;
  background: white;
}

/* line 8803, app/assets/stylesheets/frontend/application.scss */
.color-black {
  color: black;
}

/* line 8807, 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 8817, app/assets/stylesheets/frontend/application.scss */
.idea-responsive-container {
  margin-left: 175px;
  padding-top: 20px;
  padding-left: 10px;
}

/* line 8829, 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 8833, app/assets/stylesheets/frontend/application.scss */
.new-container-admin #Section1.tab-containers {
  display: block;
}

/* line 8839, app/assets/stylesheets/frontend/application.scss */
.project-responsive-container {
  margin-left: 175px;
  padding-top: 70px;
}

/* line 8842, app/assets/stylesheets/frontend/application.scss */
.project-responsive-container .projects-views {
  width: 98% !important;
}

/* line 8847, 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 8863, app/assets/stylesheets/frontend/application.scss */
.asr-welcome-cover {
  background-color: #33334f;
  padding-bottom: 40px;
  margin-top: 10px;
  font-size: 16px;
}

/* line 8869, 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 8879, 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 8892, app/assets/stylesheets/frontend/application.scss */
.image-aspect-ratio-asr {
  height: 230px;
  position: relative;
}

/* line 8897, app/assets/stylesheets/frontend/application.scss */
.bullet-handler li {
  list-style-type: disc !important;
}

/* line 8901, app/assets/stylesheets/frontend/application.scss */
.review-asr-desc {
  position: absolute;
  top: 80px;
  width: 54%;
  bottom: 20px;
  height: auto;
}

/* line 8908, 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 8917, app/assets/stylesheets/frontend/application.scss */
.discover {
  display: flex;
}

/* line 8919, app/assets/stylesheets/frontend/application.scss */
.discover p {
  margin: 0;
  padding-bottom: 5px;
}

/* line 8923, app/assets/stylesheets/frontend/application.scss */
.discover i {
  color: #2e7d32;
  padding-right: 5px;
}

/* line 8927, app/assets/stylesheets/frontend/application.scss */
.discover .row {
  margin-bottom: 5px;
}

/* line 8931, app/assets/stylesheets/frontend/application.scss */
.bold {
  font-weight: bold;
}

/* line 8937, app/assets/stylesheets/frontend/application.scss */
.indicator {
  background-color: #0009FF !important;
}

/* line 8940, app/assets/stylesheets/frontend/application.scss */
#comment-attachment {
  color: #ffffff;
  border-bottom: 2px solid black;
}

/* line 8943, app/assets/stylesheets/frontend/application.scss */
#comment-attachment.active {
  background-color: white;
  color: #33334f;
}

/* line 8947, 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 8953, 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 8960, app/assets/stylesheets/frontend/application.scss */
#comment-attachment .tab a:hover {
  color: black;
}

/* line 8963, app/assets/stylesheets/frontend/application.scss */
#comment-attachment .tab a.active {
  background-color: transparent !important;
  font-weight: 400;
  color: black;
}

/* line 8970, app/assets/stylesheets/frontend/application.scss */
.disabled-idea-content {
  text-align: justify;
}

/* line 8973, 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 8981, app/assets/stylesheets/frontend/application.scss */
.disabled-text {
  margin-top: 26px;
}

/* line 8984, app/assets/stylesheets/frontend/application.scss */
.idea-details-tabs {
  padding-right: 0px !important;
  padding-left: 0px !important;
}

/* line 8988, app/assets/stylesheets/frontend/application.scss */
.arrow-cursor {
  cursor: default;
}

/* line 8991, app/assets/stylesheets/frontend/application.scss */
.like-idea-blue {
  align-items: center;
  display: flex;
}

/* line 8995, app/assets/stylesheets/frontend/application.scss */
.like-idea-blue p {
  font-size: 17px;
  margin: 0;
  padding-left: 6px;
}

/* line 9001, app/assets/stylesheets/frontend/application.scss */
.comments-div {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

/* line 9005, app/assets/stylesheets/frontend/application.scss */
.comments-div i {
  padding-left: 5px;
}

/* line 9008, app/assets/stylesheets/frontend/application.scss */
.comments-div p {
  margin: 0;
  padding-left: 6px;
}

/* line 9012, app/assets/stylesheets/frontend/application.scss */
.comments-div .material-iconss {
  font-size: 30px;
}

/* line 9016, app/assets/stylesheets/frontend/application.scss */
.like-idea-black {
  color: black;
  display: flex;
  align-items: center;
}

/* line 9024, app/assets/stylesheets/frontend/application.scss */
.gap-from-description {
  margin-top: 29px;
}

/* line 9027, app/assets/stylesheets/frontend/application.scss */
.custom-top {
  top: 24%;
}

/* line 9030, app/assets/stylesheets/frontend/application.scss */
.like-idea-blacks {
  color: black;
  display: flex;
  align-items: center;
}

/* line 9034, app/assets/stylesheets/frontend/application.scss */
.like-idea-blacks p {
  font-size: 19px;
  margin: 0;
  padding-left: 35%;
}

/* line 9039, app/assets/stylesheets/frontend/application.scss */
.like-idea-blacks i {
  padding-left: 5px;
}

/* line 9044, app/assets/stylesheets/frontend/application.scss */
.scroll-header {
  padding-bottom: 12px !important;
}

/* line 9050, app/assets/stylesheets/frontend/application.scss */
.add-idea-btn-content {
  margin-top: 88px !important;
}

/* line 9053, 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 9062, app/assets/stylesheets/frontend/application.scss */
.inbox-timeline {
  margin-top: 5px;
}

/* line 9065, 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 9071, 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 9081, app/assets/stylesheets/frontend/application.scss */
.inbox-timeline .inbox-timeline-buttons .btn, .inbox-timeline .inbox-timeline-buttons .btn-large {
  border-radius: 6px !important;
}

/* line 9085, app/assets/stylesheets/frontend/application.scss */
.inbox-timeline .header-line {
  border: 1px solid lightgray;
  margin-top: 50px;
  margin-left: 24px;
  margin-right: 21px;
}

/* line 9091, 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 9101, app/assets/stylesheets/frontend/application.scss */
.inbox-timeline .cards-header .add-idea {
  padding: 0px 1rem;
}

/* line 9105, app/assets/stylesheets/frontend/application.scss */
.inbox-timeline .overview-add-idea {
  display: flex;
  justify-content: space-between;
  padding-right: 22px;
  padding-left: 22px;
}

/* line 9112, app/assets/stylesheets/frontend/application.scss */
.inbox-timeline .attachments-row {
  margin-top: 5px;
}

/* line 9114, 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 9121, app/assets/stylesheets/frontend/application.scss */
.inbox-timeline .comments-margin .card {
  padding: 8px;
  border: 1px solid lightblue;
}

/* line 9122, app/assets/stylesheets/frontend/application.scss */
.inbox-timeline .comments-margin .card .comment-date {
  color: gray;
}

/* line 9131, app/assets/stylesheets/frontend/application.scss */
.inbox-timeline .profile-detail {
  border: 1px solid lightgray;
  padding: 5px;
}

/* line 9140, 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 9150, 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 9160, app/assets/stylesheets/frontend/application.scss */
.inbox-timeline .cards-inbox {
  display: flex;
  flex-wrap: wrap;
  margin: 0px -14px 0px -14px;
}

/* line 9166, app/assets/stylesheets/frontend/application.scss */
.inbox-timeline .tab-header {
  background-color: #33334f;
  height: 37px;
  line-height: 37px;
  text-align: center;
  color: white;
}

/* line 9173, app/assets/stylesheets/frontend/application.scss */
.inbox-timeline .save-all-ideas-button {
  padding-right: 5px;
  padding-left: 5px;
}

/* line 9177, app/assets/stylesheets/frontend/application.scss */
.inbox-timeline .inbox-mission-header {
  display: flex;
  justify-content: space-between;
}

/* line 9180, app/assets/stylesheets/frontend/application.scss */
.inbox-timeline .inbox-mission-header .title {
  color: #33334f;
  font-size: 13px;
}

/* line 9188, app/assets/stylesheets/frontend/application.scss */
.inbox-timeline .user-detail {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* line 9193, app/assets/stylesheets/frontend/application.scss */
.inbox-timeline .inbox-mission-question {
  text-align: justify;
}

/* line 9196, 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 9205, app/assets/stylesheets/frontend/application.scss */
.inbox-timeline .overview-button {
  display: flex;
  width: 100%;
  background-color: #33334f;
  justify-content: center;
}

/* line 9212, app/assets/stylesheets/frontend/application.scss */
.dashboard-rows {
  margin-left: 15px;
  margin-top: 82px;
}

/* line 9213, app/assets/stylesheets/frontend/application.scss */
.dashboard-rows .row {
  margin-bottom: 0px;
  margin-right: 2px;
  margin-left: 2px;
}

/* line 9218, 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 9227, app/assets/stylesheets/frontend/application.scss */
.dashboard-rows .time-stamp-col {
  font-size: 13px;
  color: gray;
}

/* line 9231, app/assets/stylesheets/frontend/application.scss */
.dashboard-rows .add-idea {
  height: 25px;
  line-height: 25px;
  width: 100px;
  font-size: 13px;
  padding: 0px;
}

/* line 9238, app/assets/stylesheets/frontend/application.scss */
.dashboard-rows .cards-footer {
  display: flex;
  align-items: center;
}

/* line 9242, app/assets/stylesheets/frontend/application.scss */
.dashboard-rows ul {
  overflow: scroll;
  display: flex;
  margin: 0 auto;
  margin-top: 0px;
  margin-left: -10px;
}

/* line 9248, app/assets/stylesheets/frontend/application.scss */
.dashboard-rows ul li {
  display: inline;
  padding-left: 10px;
}

/* line 9254, app/assets/stylesheets/frontend/application.scss */
.dashboard-rows .card {
  height: 143px;
  width: 234px;
}

/* line 9257, app/assets/stylesheets/frontend/application.scss */
.dashboard-rows .card .card-image {
  height: 80px;
}

/* line 9261, 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 9271, app/assets/stylesheets/frontend/application.scss */
.profile-image {
  padding-top: 2px;
}

/* line 9274, app/assets/stylesheets/frontend/application.scss */
.top-bar-adjusted {
  position: relative;
  top: 3px;
}

/* line 9283, app/assets/stylesheets/frontend/application.scss */
.main-dark-color {
  background-color: #33334f !important;
}

/* line 9287, app/assets/stylesheets/frontend/application.scss */
.sortable-idea-item {
  width: 256px;
}

/* line 9289, app/assets/stylesheets/frontend/application.scss */
.sortable-idea-item .idea-card-div {
  width: 105% !important;
}

/* line 9294, 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 9305, 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 9314, app/assets/stylesheets/frontend/application.scss */
.ideas-column .idea-column-header:hover {
  background-color: #35abff36;
}

/* line 9317, 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 9325, app/assets/stylesheets/frontend/application.scss */
.ideas-column .idea-column-body .sortable-idea-item {
  padding-left: 10px;
  padding-right: 10px;
}

/* line 9329, app/assets/stylesheets/frontend/application.scss */
.ideas-column .idea-column-body:hover {
  background-color: #35abff1c;
}

/* line 9333, app/assets/stylesheets/frontend/application.scss */
.ideas-column .idea-column-footer {
  background-color: white;
}

/* line 9336, app/assets/stylesheets/frontend/application.scss */
.ideas-column .idea-column-body {
  height: 85% !important;
}

/* line 9339, 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 9354, app/assets/stylesheets/frontend/application.scss */
.all_filter_list .dropdown-content > li:first-child {
  display: none;
}

/* line 9358, app/assets/stylesheets/frontend/application.scss */
.progress-div {
  margin-top: 21px !important;
}

/* line 9361, app/assets/stylesheets/frontend/application.scss */
#CardProgress {
  width: 100%;
  background-color: gray;
}

/* line 9366, 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 9377, app/assets/stylesheets/frontend/application.scss */
.select-grid-view {
  color: #6991b7 !important;
}

/* line 9381, app/assets/stylesheets/frontend/application.scss */
.list-viewer {
  color: #33334f;
}

/* line 9388, app/assets/stylesheets/frontend/application.scss */
.columns-viewer {
  margin-top: 1px;
  font-size: 22px !important;
  color: #33334f;
}

/* line 9396, app/assets/stylesheets/frontend/application.scss */
.chart-viewer {
  padding-top: 2px;
  font-size: 25px !important;
  color: #33334f;
}

/* line 9405, app/assets/stylesheets/frontend/application.scss */
#Section1.tab-containers {
  display: block;
}

/* line 9409, app/assets/stylesheets/frontend/application.scss */
.new-mission-flow.inbox-pages {
  width: 100%;
  max-width: 100%;
  display: inline-block;
}

/* line 9415, app/assets/stylesheets/frontend/application.scss */
.projects-hoverableCard {
  height: 136px;
  margin-bottom: 10px;
}

/* line 9418, 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 9425, app/assets/stylesheets/frontend/application.scss */
.projects-hoverableCard .card-title .class-titles {
  position: absolute;
  bottom: 3px;
  left: 5px;
  color: white;
  font-weight: bold;
}

/* line 9432, app/assets/stylesheets/frontend/application.scss */
.projects-hoverableCard .card-title span {
  font-size: 14px;
}

/* line 9436, app/assets/stylesheets/frontend/application.scss */
.projects-hoverableCard .card-image {
  height: 68px;
  overflow: hidden;
}

/* line 9440, app/assets/stylesheets/frontend/application.scss */
.projects-hoverableCard .projects-data {
  padding-left: 5px;
}

/* line 9444, app/assets/stylesheets/frontend/application.scss */
.projects-hoverableCard .card-content {
  padding: 10px;
}

/* line 9446, app/assets/stylesheets/frontend/application.scss */
.projects-hoverableCard .card-content .idea-time-stamp {
  font-size: 10px;
  color: darkslategray;
}

/* line 9451, app/assets/stylesheets/frontend/application.scss */
.projects-hoverableCard .card-content .time-stamp-col {
  margin-top: -9px;
}

/* line 9457, app/assets/stylesheets/frontend/application.scss */
.idea-time-stamp {
  font-size: 10px;
  color: darkslategray;
}

/* line 9462, app/assets/stylesheets/frontend/application.scss */
.hoverableInboxCardUser {
  min-height: 165px;
}

/* line 9466, app/assets/stylesheets/frontend/application.scss */
.card-row-padding {
  padding: 0px 20px;
}

/* line 9470, app/assets/stylesheets/frontend/application.scss */
.inbox-card-manager {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

/* line 9474, app/assets/stylesheets/frontend/application.scss */
.inbox-card-manager .inbox-cards {
  margin-left: 10px;
  width: 300px;
}

/* line 9482, app/assets/stylesheets/frontend/application.scss */
.idea-tag-view .add-tag p {
  color: #B3C7D7 !important;
}

/* line 9489, app/assets/stylesheets/frontend/application.scss */
.projects-hoverableCard:hover .agent-bookmark {
  display: block;
  background: white;
}

/* line 9495, app/assets/stylesheets/frontend/application.scss */
.brainstorm-pics_1 {
  margin-top: 5px;
  width: 30px;
  height: 30px;
}

/* line 9501, app/assets/stylesheets/frontend/application.scss */
.small-font-user-name {
  font-size: 11px;
  color: black;
}

/* line 9507, app/assets/stylesheets/frontend/application.scss */
.main-button-text {
  position: relative;
  bottom: 2px;
}

/* line 9511, app/assets/stylesheets/frontend/application.scss */
.new-mission-flow .btn,
.new-mission-flow .btn-large {
  min-width: 150px;
  margin-left: 15px !important;
}

/* line 9517, app/assets/stylesheets/frontend/application.scss */
.settings-pages {
  padding: 5px;
}

/* line 9519, app/assets/stylesheets/frontend/application.scss */
.settings-pages .tox-tinymce {
  width: 100% !important;
}

/* line 9524, app/assets/stylesheets/frontend/application.scss */
.gap-from-description {
  padding-top: 10px !important;
}

/* line 9527, app/assets/stylesheets/frontend/application.scss */
.new-mission-flow .profile-img {
  height: auto;
  margin: 15px 0px;
  padding: 0px;
}

/* line 9532, app/assets/stylesheets/frontend/application.scss */
.parent-position-relative {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* line 9538, app/assets/stylesheets/frontend/application.scss */
.margin-right {
  margin-right: 3% !important;
}

/* line 9550, app/assets/stylesheets/frontend/application.scss */
.parent-position-relative {
  position: relative;
}

/* line 9558, app/assets/stylesheets/frontend/application.scss */
.parent-position-relative .view-columns i {
  font-size: 27px !important;
  padding-top: 1px;
  padding-left: 5px;
}

/* line 9565, app/assets/stylesheets/frontend/application.scss */
.parent-position-relative .view-graph i {
  font-size: 26px !important;
  padding-top: 2px;
  padding-left: 5px;
}

/* line 9573, app/assets/stylesheets/frontend/application.scss */
.grid-view-drop-down {
  float: left;
}

/* line 9593, app/assets/stylesheets/frontend/application.scss */
.margin-right:nth-child(3n + 0) {
  margin-right: 0;
}

/* line 9597, app/assets/stylesheets/frontend/application.scss */
.hoverableCard {
  height: 120px;
  margin-bottom: 10px;
}

/* line 9598, app/assets/stylesheets/frontend/application.scss */
.hoverableCard .inbox-card-content {
  margin-top: 21px;
}

/* line 9606, 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 9615, app/assets/stylesheets/frontend/application.scss */
.hoverableCard .card-title .class-titles {
  position: absolute;
  bottom: 5;
  left: 5px;
}

/* line 9620, app/assets/stylesheets/frontend/application.scss */
.hoverableCard .card-title span {
  font-size: 14px;
}

/* line 9624, app/assets/stylesheets/frontend/application.scss */
.hoverableCard .card-image {
  height: 85px;
  overflow: hidden;
}

/* line 9629, app/assets/stylesheets/frontend/application.scss */
.new-mission-flow .image-aspect-ratio {
  height: 0;
  padding: 15%;
  position: relative;
}

/* line 9634, app/assets/stylesheets/frontend/application.scss */
.idea-view-image {
  margin-left: 18px !important;
  width: 463px !important;
  padding: 18% !important;
}

/* line 9640, app/assets/stylesheets/frontend/application.scss */
.idea-background-image {
  margin-top: 0px;
  margin-bottom: 13em;
}

/* line 9643, app/assets/stylesheets/frontend/application.scss */
.idea-background-image .profile-edit-pic {
  border-radius: 12px;
}

/* line 9647, app/assets/stylesheets/frontend/application.scss */
.new-mission-flow .profile-edit-pic {
  top: -60px;
  background-size: auto;
}

/* line 9651, 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 9661, app/assets/stylesheets/frontend/application.scss */
.profile-edit-box {
  color: white;
}

/* line 9667, app/assets/stylesheets/frontend/application.scss */
.non-clickable-notifications {
  background-color: white !important;
  cursor: default !important;
}

/* line 9671, app/assets/stylesheets/frontend/application.scss */
.modify {
  position: absolute;
  opacity: 0;
}

/* line 9676, app/assets/stylesheets/frontend/application.scss */
.buttons {
  background-color: #33334f;
}

/* line 9679, app/assets/stylesheets/frontend/application.scss */
.padding {
  padding: 10px;
}

/* line 9682, app/assets/stylesheets/frontend/application.scss */
.nopadding {
  padding: 0 !important;
}

/* line 9685, app/assets/stylesheets/frontend/application.scss */
.placeholder-image {
  height: auto;
  width: 100%;
  padding: 0px;
  margin: 0px;
}

/* line 9691, app/assets/stylesheets/frontend/application.scss */
.ms-blue {
  background-color: #f44336;
  margin-top: 12px;
}

/* line 9698, app/assets/stylesheets/frontend/application.scss */
.no-margin {
  margin: 0px;
}

/* line 9701, app/assets/stylesheets/frontend/application.scss */
.username-date {
  display: flex;
  justify-content: space-between;
  padding-left: 5px;
}

/* line 9707, app/assets/stylesheets/frontend/application.scss */
.margin-top {
  margin-top: 10px;
}

/* line 9712, app/assets/stylesheets/frontend/application.scss */
.delete a .delete-icon {
  display: none;
}

/* line 9715, app/assets/stylesheets/frontend/application.scss */
.delete a .reply-icon {
  float: right;
  color: black;
}

/* line 9721, 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 9728, app/assets/stylesheets/frontend/application.scss */
.admin-comment .comment-section {
  margin-top: -15px !important;
}

/* line 9732, app/assets/stylesheets/frontend/application.scss */
.reply-margin {
  margin-top: 20px;
  margin-bottom: 10px;
}

/* line 9736, app/assets/stylesheets/frontend/application.scss */
.cross-rep-form {
  position: relative;
  margin-top: -37px;
  position: absolute;
  top: -12px;
  right: -12px;
}

/* line 9745, app/assets/stylesheets/frontend/application.scss */
.card-border-reply {
  width: 86%;
  float: right;
  height: auto;
  margin-top: 25px;
  margin-right: 10px;
}

/* line 9751, app/assets/stylesheets/frontend/application.scss */
.card-border-reply textarea {
  height: auto;
  border-color: #aeaeae;
  padding: 5px 5px;
  min-height: 5em;
}

/* line 9757, app/assets/stylesheets/frontend/application.scss */
.card-border-reply .submit-comment {
  width: 100%;
}

/* line 9762, app/assets/stylesheets/frontend/application.scss */
.cross-btn-position {
  position: absolute;
  right: -10px;
  top: -10px;
}

/* line 9768, app/assets/stylesheets/frontend/application.scss */
.element-hover {
  background-color: #f5f5f5 !important;
}

/* line 9772, app/assets/stylesheets/frontend/application.scss */
.reply-icon {
  color: black;
  cursor: pointer;
  margin-top: 10px;
}

/* line 9781, app/assets/stylesheets/frontend/application.scss */
.delete:hover a .delete-icon {
  display: block;
}

/* line 9786, 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 9815, app/assets/stylesheets/frontend/application.scss */
  .agent-ideabox {
    margin-left: -30px !important;
  }
}

@media only screen and (max-width: 1200px) {
  /* line 9821, app/assets/stylesheets/frontend/application.scss */
  .mission-default-pic {
    left: -185px;
  }
}

/* line 9838, 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 9855, app/assets/stylesheets/frontend/application.scss */
label .active {
  color: #33334f;
}

/* line 9859, app/assets/stylesheets/frontend/application.scss */
.labels-display {
  align-items: center;
}

/* line 9864, app/assets/stylesheets/frontend/application.scss */
.thumbs {
  display: flex;
  align-items: center;
  cursor: pointer;
}

/* line 9870, app/assets/stylesheets/frontend/application.scss */
.idea-review-wallpaper .numbers {
  display: flex;
  justify-content: flex-start;
}

/* line 9874, app/assets/stylesheets/frontend/application.scss */
.idea-review-wallpaper h5 {
  font-size: 18px;
}

/* line 9879, app/assets/stylesheets/frontend/application.scss */
.idea-review-wallpaper .heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* line 9884, app/assets/stylesheets/frontend/application.scss */
.idea-review-wallpaper .textarea-height {
  height: 150px;
}

/* line 9887, 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 9894, 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 9902, app/assets/stylesheets/frontend/application.scss */
.idea-review-wallpaper .review-Heading {
  display: flex;
  justify-content: space-between;
}

/* line 9906, app/assets/stylesheets/frontend/application.scss */
.idea-review-wallpaper p {
  margin: 0;
}

/* line 9909, app/assets/stylesheets/frontend/application.scss */
.idea-review-wallpaper .red-button {
  background-color: #e53935;
}

/* line 9912, app/assets/stylesheets/frontend/application.scss */
.idea-review-wallpaper .impact {
  display: flex;
  margin-top: 5px;
}

/* line 9915, app/assets/stylesheets/frontend/application.scss */
.idea-review-wallpaper .impact div {
  margin-left: 20px;
}

/* line 9918, app/assets/stylesheets/frontend/application.scss */
.idea-review-wallpaper .impact div:first-child {
  margin-left: 0px;
}

/* line 9922, app/assets/stylesheets/frontend/application.scss */
.idea-review-wallpaper .impact .icons i {
  font-size: 40px;
}

/* line 9927, app/assets/stylesheets/frontend/application.scss */
.idea-review-wallpaper .my-divider {
  margin-top: 5px;
}

/* line 9930, app/assets/stylesheets/frontend/application.scss */
.idea-review-wallpaper .selection_user_review-img {
  position: relative;
  height: 200px;
  overflow: hidden;
}

/* line 9932, app/assets/stylesheets/frontend/application.scss */
.idea-review-wallpaper .selection_user_review-img .user-heading {
  position: absolute;
}

/* line 9935, app/assets/stylesheets/frontend/application.scss */
.idea-review-wallpaper .selection_user_review-img img {
  width: 100%;
}

/* line 9938, 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 9949, 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 9956, app/assets/stylesheets/frontend/application.scss */
.idea-review-wallpaper .review-Headings {
  margin-bottom: 10px;
}

/* line 9960, app/assets/stylesheets/frontend/application.scss */
.idea-review-wallpaper .user-card .card-image {
  height: 100px;
}

/* line 9962, 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 9969, app/assets/stylesheets/frontend/application.scss */
.idea-review-wallpaper .user-card .user-selection-dp {
  display: flex;
  align-items: center;
}

/* line 9972, app/assets/stylesheets/frontend/application.scss */
.idea-review-wallpaper .user-card .user-selection-dp p {
  padding-left: 10px;
}

/* line 9976, app/assets/stylesheets/frontend/application.scss */
.idea-review-wallpaper .user-card .user-category {
  display: flex;
  align-items: center;
}

/* line 9979, app/assets/stylesheets/frontend/application.scss */
.idea-review-wallpaper .user-card .user-category p {
  padding-left: 10px;
}

/* line 9986, app/assets/stylesheets/frontend/application.scss */
.mycol {
  transition: width 200ms;
}

/* line 9990, app/assets/stylesheets/frontend/application.scss */
.user-heading-1 {
  color: white;
  position: absolute;
  top: 133px;
  left: 10px;
  font-size: 25px;
}

/* line 9997, app/assets/stylesheets/frontend/application.scss */
.shrink-headings {
  height: auto !important;
}

/* line 10000, app/assets/stylesheets/frontend/application.scss */
.negative-margin {
  margin-left: -5% !important;
}

/* line 10003, app/assets/stylesheets/frontend/application.scss */
.heading-column {
  transform: translate(-33%);
}

/* line 10006, app/assets/stylesheets/frontend/application.scss */
.reviewed {
  transform: translate(-29%);
}

/* line 10009, app/assets/stylesheets/frontend/application.scss */
.moving-right {
  transform: translateX(200%);
}

/* line 10012, app/assets/stylesheets/frontend/application.scss */
.heading-margin-left {
  margin-left: 30%;
}

/* line 10015, app/assets/stylesheets/frontend/application.scss */
.left-text-align {
  text-align: left;
  font-size: 16px;
}

/* line 10020, app/assets/stylesheets/frontend/application.scss */
#button i {
  cursor: pointer;
  margin-right: 10px;
}

/* line 10026, app/assets/stylesheets/frontend/application.scss */
.btn, .btn-large {
  border-radius: 0 !important;
}

/* line 10030, app/assets/stylesheets/frontend/application.scss */
.previous-idea-button {
  width: 177px;
}

/* line 10033, app/assets/stylesheets/frontend/application.scss */
.weight-label-divider {
  width: 100%;
}

/* line 10036, app/assets/stylesheets/frontend/application.scss */
.weight-label-rows {
  height: 65px;
}

/* line 10039, app/assets/stylesheets/frontend/application.scss */
.no-border-table {
  border: none;
}

/* line 10041, app/assets/stylesheets/frontend/application.scss */
.no-border-table tr {
  border: none;
  border-bottom: 1px solid lightgray;
}

/* line 10044, app/assets/stylesheets/frontend/application.scss */
.no-border-table tr td {
  border: none;
}

/* line 10047, app/assets/stylesheets/frontend/application.scss */
.no-border-table tr th {
  border: none;
}

/* line 10052, 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 10060, app/assets/stylesheets/frontend/application.scss */
#resizeColumn {
  padding-top: 30px;
  margin-left: 15px;
}

/* line 10064, app/assets/stylesheets/frontend/application.scss */
.category-heading {
  background-color: white;
  border: 1px solid #cccccc;
}

/* line 10067, app/assets/stylesheets/frontend/application.scss */
.category-heading i {
  visibility: visible;
}

/* line 10071, app/assets/stylesheets/frontend/application.scss */
.board-title-input {
  width: 350px;
  height: 35px;
  background-color: white;
  border: 1px solid black;
  padding: 8px 12px;
}

/* line 10077, 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 10084, app/assets/stylesheets/frontend/application.scss */
.board-title-input i {
  visibility: visible;
}

/* line 10088, app/assets/stylesheets/frontend/application.scss */
.category-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
}

/* line 10094, app/assets/stylesheets/frontend/application.scss */
.category-heading i {
  padding-left: 10px;
}

/* line 10098, app/assets/stylesheets/frontend/application.scss */
.like-board-idea {
  width: 25px;
  height: 20px;
  padding-left: 6px;
}

/* line 10103, app/assets/stylesheets/frontend/application.scss */
.category_item_comments {
  width: 25px;
  height: 20px;
  padding-left: 6px;
}

/* line 10107, app/assets/stylesheets/frontend/application.scss */
.category_item_comments i {
  padding-top: 3px;
  color: black;
}

/* line 10112, app/assets/stylesheets/frontend/application.scss */
.category-icons {
  display: flex;
  align-items: center;
}

/* line 10115, app/assets/stylesheets/frontend/application.scss */
.category-icons i {
  font-size: 30px;
  color: black;
  margin-left: 20px;
}

/* line 10120, app/assets/stylesheets/frontend/application.scss */
.category-icons a {
  margin-top: 5px;
}

/* line 10124, app/assets/stylesheets/frontend/application.scss */
.category-row {
  background-color: #dbe3ef;
  padding-bottom: 12px;
  padding-top: 8px;
}

/* line 10128, app/assets/stylesheets/frontend/application.scss */
.category-row.row {
  margin: 0;
}

/* line 10132, app/assets/stylesheets/frontend/application.scss */
.category-select {
  width: 287px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* line 10134, app/assets/stylesheets/frontend/application.scss */
.category-select .input-field {
  width: 50%;
  margin: 0;
}

/* line 10151, app/assets/stylesheets/frontend/application.scss */
.category-select .input-field .select-wrapper {
  background-color: white;
}

/* line 10153, app/assets/stylesheets/frontend/application.scss */
.category-select .input-field .select-wrapper .caret {
  padding-right: 10px;
}

/* line 10156, app/assets/stylesheets/frontend/application.scss */
.category-select .input-field .select-wrapper input[type="text"] {
  text-align: center;
}

/* line 10162, 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 10172, 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 10175, app/assets/stylesheets/frontend/application.scss */
.category-time .input-field {
  margin: 0;
}

/* line 10177, app/assets/stylesheets/frontend/application.scss */
.category-time .input-field .select-wrapper {
  height: 31px;
  background-color: white;
}

/* line 10180, app/assets/stylesheets/frontend/application.scss */
.category-time .input-field .select-wrapper .caret {
  padding-right: 10px;
  padding-top: 13px;
}

/* line 10184, app/assets/stylesheets/frontend/application.scss */
.category-time .input-field .select-wrapper input[type="text"] {
  height: 2rem;
  text-align: center;
}

/* line 10196, app/assets/stylesheets/frontend/application.scss */
.category-time h6 {
  background: white;
}

/* line 10200, app/assets/stylesheets/frontend/application.scss */
.play {
  color: #8dc63f;
}

/* line 10203, app/assets/stylesheets/frontend/application.scss */
.pause {
  color: #f41403;
}

/* line 10206, app/assets/stylesheets/frontend/application.scss */
.category-title:hover {
  background-color: #dbe3ef;
}

/* line 10209, app/assets/stylesheets/frontend/application.scss */
.category-title {
  padding: 3px;
  display: flex;
  justify-content: space-between;
}

/* line 10213, app/assets/stylesheets/frontend/application.scss */
.category-title .drag-icon {
  width: 35px;
}

/* line 10216, app/assets/stylesheets/frontend/application.scss */
.category-title .sorting {
  width: 35px;
}

/* line 10219, app/assets/stylesheets/frontend/application.scss */
.category-title .category-drag {
  padding: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 200px;
}

/* line 10226, app/assets/stylesheets/frontend/application.scss */
.category-title .category-drag i {
  visibility: hidden;
  padding-left: 5px;
  display: none;
}

/* line 10231, app/assets/stylesheets/frontend/application.scss */
.category-title .category-drag button {
  visibility: hidden;
  padding-left: 5px;
}

/* line 10237, app/assets/stylesheets/frontend/application.scss */
.category-title .category-drag:hover i {
  visibility: visible;
  display: block;
}

/* line 10241, app/assets/stylesheets/frontend/application.scss */
.category-title .category-drag:hover button {
  visibility: visible;
  padding-left: 5px;
}

/* line 10247, app/assets/stylesheets/frontend/application.scss */
.category-title .category-input input {
  background-color: white !important;
  padding: 2px 8px !important;
}

/* line 10253, app/assets/stylesheets/frontend/application.scss */
hr {
  margin: 0px;
}

/* line 10256, app/assets/stylesheets/frontend/application.scss */
.sidebar {
  position: absolute;
  z-index: 10 !important;
  background-color: white;
  left: -30%;
  width: 25%;
}

/* line 10270, app/assets/stylesheets/frontend/application.scss */
.category-add p {
  margin: 0;
}

/* line 10274, app/assets/stylesheets/frontend/application.scss */
.category-number {
  display: flex;
  align-items: center;
}

/* line 10277, app/assets/stylesheets/frontend/application.scss */
.category-number p {
  margin: 0;
  padding-right: 0px;
}

/* line 10282, app/assets/stylesheets/frontend/application.scss */
#addingCategory:hover {
  cursor: pointer;
}

/* line 10285, app/assets/stylesheets/frontend/application.scss */
p {
  margin: 0;
}

/* line 10288, app/assets/stylesheets/frontend/application.scss */
h6 {
  margin: 0;
}

/* line 10292, app/assets/stylesheets/frontend/application.scss */
.cateogry-card-content {
  display: flex;
  justify-content: space-between;
}

/* line 10295, app/assets/stylesheets/frontend/application.scss */
.cateogry-card-content .category-likes {
  display: flex;
  justify-content: space-between;
}

/* line 10298, 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 10306, app/assets/stylesheets/frontend/application.scss */
.cateogry-card-content .category-img {
  display: flex;
  align-items: center;
}

/* line 10309, app/assets/stylesheets/frontend/application.scss */
.cateogry-card-content .category-img img {
  width: 35px;
  height: 35px;
  border-radius: 50%;
}

/* line 10316, app/assets/stylesheets/frontend/application.scss */
.view-board-from-setting {
  color: black;
}

/* line 10319, app/assets/stylesheets/frontend/application.scss */
#button3 {
  position: fixed;
  left: -6px;
}

/* line 10327, app/assets/stylesheets/frontend/application.scss */
.addingCol {
  cursor: pointer;
}

/* line 10330, app/assets/stylesheets/frontend/application.scss */
#button4 {
  position: fixed;
  left: 24%;
}

/* line 10335, app/assets/stylesheets/frontend/application.scss */
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
  position: absolute;
  opacity: inherit;
  z-index: 9;
  pointer-events: inherit;
}

/* line 10342, app/assets/stylesheets/frontend/application.scss */
.card-check {
  left: 10px;
  top: 10px;
  width: 20px;
  height: 20px;
}

/* line 10350, app/assets/stylesheets/frontend/application.scss */
.card.category_item .card-image input {
  display: none;
}

/* line 10354, app/assets/stylesheets/frontend/application.scss */
.card.category_item .card-image:hover input {
  display: inline;
}

/* line 10358, app/assets/stylesheets/frontend/application.scss */
.card.category_item .card-image input:checked {
  display: inline;
}

/* line 10363, app/assets/stylesheets/frontend/application.scss */
.select-wrapper input.select-dropdown {
  margin-bottom: 5px;
}

/* line 10366, app/assets/stylesheets/frontend/application.scss */
.addingCol {
  position: relative;
}

/* line 10369, app/assets/stylesheets/frontend/application.scss */
#addingCategory {
  font-size: 28px;
  color: black;
  font-weight: bold;
}

/* line 10374, app/assets/stylesheets/frontend/application.scss */
.category-row1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* line 10378, app/assets/stylesheets/frontend/application.scss */
.category-row1 .categoty-switch {
  display: flex;
  align-items: center;
  display: flex;
  justify-content: space-between;
}

/* line 10381, app/assets/stylesheets/frontend/application.scss */
.category-row1 .categoty-switch .inbox-mission-header {
  width: 284px;
  display: flex;
  justify-content: start;
}

/* line 10385, app/assets/stylesheets/frontend/application.scss */
.category-row1 .categoty-switch .inbox-mission-header .number-border {
  margin-right: 4px;
  background-color: white;
  width: 73px;
}

/* line 10390, app/assets/stylesheets/frontend/application.scss */
.category-row1 .categoty-switch .inbox-mission-header .number-border .number {
  font-size: 16px;
}

/* line 10393, app/assets/stylesheets/frontend/application.scss */
.category-row1 .categoty-switch .inbox-mission-header .number-border .title {
  font-size: 10px;
}

/* line 10400, app/assets/stylesheets/frontend/application.scss */
.category-row1 .categoty-switch .cat-switch {
  padding-left: 10px;
}

/* line 10404, app/assets/stylesheets/frontend/application.scss */
.category-row1 .category-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* line 10408, app/assets/stylesheets/frontend/application.scss */
.category-row1 .category-header .inbox-mission-header {
  padding-right: 30px;
  padding-top: 5px;
}

/* line 10414, app/assets/stylesheets/frontend/application.scss */
.category-title-heading {
  display: flex;
  align-items: center;
}

/* line 10420, app/assets/stylesheets/frontend/application.scss */
.truncate-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  width: 200px;
}

/* line 10428, app/assets/stylesheets/frontend/application.scss */
.truncate-column-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  width: 100%;
}

/* line 10436, 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 10445, app/assets/stylesheets/frontend/application.scss */
.catergory-round-title {
  padding-left: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* line 10451, app/assets/stylesheets/frontend/application.scss */
.lever {
  margin-left: 0 !important;
  margin-right: 5px !important;
}

/* line 10455, app/assets/stylesheets/frontend/application.scss */
.new-mission-flow-modal {
  overflow-y: hidden !important;
}

/* line 10457, app/assets/stylesheets/frontend/application.scss */
.new-mission-flow-modal.modal-small {
  height: 245px;
  width: 45%;
  top: 25% !important;
}

/* line 10462, 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 10469, 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 10476, app/assets/stylesheets/frontend/application.scss */
.new-mission-flow-modal.modal-med-auto {
  width: 45%;
  top: 0 !important;
  bottom: 0;
  max-height: 600px;
}

/* line 10482, app/assets/stylesheets/frontend/application.scss */
.new-mission-flow-modal.modal-criteria {
  height: 480px;
  min-width: 65%;
  top: 0 !important;
  bottom: 0;
}

/* line 10488, 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 10496, app/assets/stylesheets/frontend/application.scss */
.new-mission-flow-modal.modal-large {
  min-height: 92%;
  min-width: 95%;
  top: 5% !important;
}

/* line 10508, app/assets/stylesheets/frontend/application.scss */
.new-mission-flow-modal textarea.materialize-textarea {
  height: 1rem;
  min-height: 1rem;
}

/* line 10512, app/assets/stylesheets/frontend/application.scss */
.new-mission-flow-modal .criteria-left {
  border-right: 1px solid #33334f;
}

/* line 10516, 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 10526, app/assets/stylesheets/frontend/application.scss */
.new-mission-flow-modal .builder-modals .right-container {
  padding-top: 30px;
}

/* line 10529, 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 10537, app/assets/stylesheets/frontend/application.scss */
.new-mission-flow-modal .builder-modals .btn-custom {
  width: auto !important;
}

/* line 10540, 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 10544, app/assets/stylesheets/frontend/application.scss */
.new-mission-flow-modal .builder-modals .modify.selection-idea {
  top: -70px;
  left: -130px;
  position: relative;
}

/* line 10551, app/assets/stylesheets/frontend/application.scss */
.new-mission-flow-modal .builder-modals .agents-file-field .file-field {
  padding: 0px !important;
}

/* line 10553, 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 10557, 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 10563, 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 10568, app/assets/stylesheets/frontend/application.scss */
.new-mission-flow-modal .builder-modals .small-description {
  font-size: 11px;
  letter-spacing: 1px;
}

/* line 10572, app/assets/stylesheets/frontend/application.scss */
.new-mission-flow-modal .builder-modals .font-color-main {
  color: #33334f;
}

/* line 10575, app/assets/stylesheets/frontend/application.scss */
.new-mission-flow-modal .builder-modals .margin-fix {
  margin-bottom: -25px;
}

/* line 10578, app/assets/stylesheets/frontend/application.scss */
.new-mission-flow-modal .builder-modals .add-margin-bottom {
  margin-bottom: 20px;
}

/* line 10581, app/assets/stylesheets/frontend/application.scss */
.new-mission-flow-modal .builder-modals .small-info-text {
  font-size: 0.8rem;
}

/* line 10584, app/assets/stylesheets/frontend/application.scss */
.new-mission-flow-modal .builder-modals .btn-adjust {
  top: 5px;
  right: 0px;
  font-size: 0.7em;
}

/* line 10590, app/assets/stylesheets/frontend/application.scss */
.new-mission-flow-modal .builder-modals .left-container::-webkit-scrollbar {
  background: transparent;
  width: 7px;
}

/* line 10595, 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 10601, app/assets/stylesheets/frontend/application.scss */
.new-mission-flow-modal .builder-modals .left-container::-webkit-scrollbar-thumb {
  background: #3f4065;
}

/* line 10606, app/assets/stylesheets/frontend/application.scss */
.new-mission-flow-modal .builder-modals .left-container:hover::-webkit-scrollbar-thumb {
  background: #33334f;
}

/* line 10610, app/assets/stylesheets/frontend/application.scss */
.new-mission-flow-modal .builder-modals .left-container:hover::-webkit-scrollbar-track {
  background: #9e9e9e54;
}

/* line 10615, app/assets/stylesheets/frontend/application.scss */
.new-mission-flow-modal .modal-content::-webkit-scrollbar {
  background: transparent;
  width: 7px;
}

/* line 10619, app/assets/stylesheets/frontend/application.scss */
.new-mission-flow-modal .modal-content::-webkit-scrollbar-track {
  background: transparent;
}

/* line 10623, app/assets/stylesheets/frontend/application.scss */
.new-mission-flow-modal .modal-content::-webkit-scrollbar-thumb {
  background: #3f4065;
}

/* line 10627, app/assets/stylesheets/frontend/application.scss */
.new-mission-flow-modal .modal-content:hover::-webkit-scrollbar-thumb {
  background: #33334f;
}

/* line 10631, app/assets/stylesheets/frontend/application.scss */
.new-mission-flow-modal .modal-content:hover::-webkit-scrollbar-track {
  background: #9e9e9e54;
}

/* line 10634, app/assets/stylesheets/frontend/application.scss */
.new-mission-flow-modal .footer-btns {
  margin-top: 35px !important;
}

/* line 10638, 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 10644, 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 10650, app/assets/stylesheets/frontend/application.scss */
.new-mission-flow-modal .modal-close-col {
  position: fixed;
  right: 0px !important;
  top: 0px;
}

/* line 10655, app/assets/stylesheets/frontend/application.scss */
.new-mission-flow-modal .modify {
  top: 50px;
  left: -105px;
}

/* line 10659, 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 10667, 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 10674, app/assets/stylesheets/frontend/application.scss */
.new-mission-flow-modal .description {
  position: relative;
  top: 10%;
}

/* line 10680, app/assets/stylesheets/frontend/application.scss */
.new-mission-flow-modal .input-field label {
  left: 0px;
}

/* line 10685, app/assets/stylesheets/frontend/application.scss */
.new-mission-flow-modal .checkbox-col {
  width: 10px;
  padding-right: 20px;
}

/* line 10690, app/assets/stylesheets/frontend/application.scss */
.new-mission-flow-modal .msg-margin {
  margin-top: 40px;
}

/* line 10693, app/assets/stylesheets/frontend/application.scss */
.new-mission-flow-modal .msg {
  font-size: 13px;
}

/* line 10695, app/assets/stylesheets/frontend/application.scss */
.new-mission-flow-modal .msg.error {
  color: #f41403;
}

/* line 10698, app/assets/stylesheets/frontend/application.scss */
.new-mission-flow-modal .msg.success {
  color: #33334f;
}

/* line 10702, app/assets/stylesheets/frontend/application.scss */
.new-mission-flow-modal .row-btn {
  top: 8px;
  position: relative;
}

/* line 10706, app/assets/stylesheets/frontend/application.scss */
.new-mission-flow-modal .modal-footer {
  border-top: none !important;
}

/* line 10709, app/assets/stylesheets/frontend/application.scss */
.new-mission-flow-modal .publish-modal-title {
  top: 45px;
  position: relative;
  font-size: 1.1em !important;
}

/* line 10714, 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 10720, 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 10723, 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 10733, app/assets/stylesheets/frontend/application.scss */
.new-mission-flow-modal .right-btn:hover {
  background-color: #3f4065;
}

/* line 10738, 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 10742, app/assets/stylesheets/frontend/application.scss */
.new-mission-flow-modal.fixes .del-btn.footer-btn {
  background-color: red;
  margin-right: 10px;
}

/* line 10745, app/assets/stylesheets/frontend/application.scss */
.new-mission-flow-modal.fixes .del-btn.footer-btn .material-icons {
  position: relative;
  top: 6px;
}

/* line 10750, app/assets/stylesheets/frontend/application.scss */
.new-mission-flow-modal.fixes .admin-title-help-icon.brainstorm-type {
  left: 5px;
  top: 4px;
}

/* line 10754, app/assets/stylesheets/frontend/application.scss */
.new-mission-flow-modal.fixes .admin-title-help-icon.duration-select {
  left: 10px;
  top: 0px;
}

/* line 10758, app/assets/stylesheets/frontend/application.scss */
.new-mission-flow-modal.fixes .admin-title-help-icon.review-type {
  left: 7px;
  top: 4px;
}

/* line 10762, app/assets/stylesheets/frontend/application.scss */
.new-mission-flow-modal.fixes .admin-title-help-icon.review-comments {
  left: 5px;
  top: 4px;
}

/* line 10766, app/assets/stylesheets/frontend/application.scss */
.new-mission-flow-modal.fixes .builder-modals .left-container {
  padding-top: 70px;
  padding-bottom: 120px;
}

/* line 10771, app/assets/stylesheets/frontend/application.scss */
.new-mission-flow-modal.fixes .modal-content.wider {
  padding: 0px;
}

/* line 10775, app/assets/stylesheets/frontend/application.scss */
.new-mission-flow-modal.fixes .admin-main-title {
  margin-bottom: -10px !important;
}

/* line 10778, app/assets/stylesheets/frontend/application.scss */
.new-mission-flow-modal.fixes .fixed-modal-title {
  padding: 0px;
}

/* line 10781, app/assets/stylesheets/frontend/application.scss */
.new-mission-flow-modal.fixes .desc-label-adjust {
  top: -25px;
  font-size: 12px;
  margin-top: -5px;
}

/* line 10786, app/assets/stylesheets/frontend/application.scss */
.new-mission-flow-modal.fixes .file-field {
  position: relative;
  padding: 0px 40px;
}

/* line 10790, 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 10801, 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 10805, app/assets/stylesheets/frontend/application.scss */
.new-mission-flow-modal.fixes .briefing-top-margin {
  margin-top: 35px;
}

/* line 10810, app/assets/stylesheets/frontend/application.scss */
.no-margin-top {
  margin-top: 0px !important;
}

/* line 10814, 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 10827, app/assets/stylesheets/frontend/application.scss */
.admin-title-help-icon.ideation {
  left: 7px;
}

/* line 10837, app/assets/stylesheets/frontend/application.scss */
.admin-title-help-icon.type-select {
  left: 34px;
  top: -14px;
}

/* line 10841, app/assets/stylesheets/frontend/application.scss */
.admin-title-help-icon.owner-select {
  left: 42px;
  top: -14px;
}

/* line 10845, app/assets/stylesheets/frontend/application.scss */
.admin-title-help-icon.teamsize-select {
  left: 62px;
  top: -14px;
}

/* line 10849, app/assets/stylesheets/frontend/application.scss */
.admin-title-help-icon.undercover-select {
  left: 70px;
  top: -14px;
}

/* line 10853, app/assets/stylesheets/frontend/application.scss */
.admin-title-help-icon.category-select {
  left: 54px;
  top: -14px;
}

/* line 10857, app/assets/stylesheets/frontend/application.scss */
.admin-title-help-icon.duration-select {
  left: 50px;
  top: -14px;
}

/* line 10861, app/assets/stylesheets/frontend/application.scss */
.admin-title-help-icon.brainstorm-type {
  left: 92px;
  top: -14px;
}

/* line 10865, app/assets/stylesheets/frontend/application.scss */
.admin-title-help-icon.review-type {
  left: 76px;
  top: -14px;
}

/* line 10869, app/assets/stylesheets/frontend/application.scss */
.admin-title-help-icon.review-comments {
  left: 133px;
  top: -14px;
}

/* line 10873, app/assets/stylesheets/frontend/application.scss */
.admin-title-help-icon.need-reminder {
  left: 88px;
  top: -14px;
}

/* line 10879, 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 10895, app/assets/stylesheets/frontend/application.scss */
.tooltip:hover .tooltiptext {
  visibility: visible;
  text-align: left;
}

/* line 10900, app/assets/stylesheets/frontend/application.scss */
.admin-ideation-select-wrapper {
  width: 130px;
  height: 10px;
  float: left;
  margin: 7px 0px 0px 2px;
}

/* line 10908, app/assets/stylesheets/frontend/application.scss */
.admin-ideation-select-wrapper.action-wrapper {
  margin-top: 15px;
}

/* line 10911, app/assets/stylesheets/frontend/application.scss */
.admin-ideation-select-wrapper .admin-ideation-select {
  position: relative;
}

/* line 10915, 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 10923, app/assets/stylesheets/frontend/application.scss */
.admin-ideation-select-wrapper .top-zero.admin-ideation-select {
  top: 0px;
}

/* line 10929, 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 10936, 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 10945, app/assets/stylesheets/frontend/application.scss */
nav ul a.btn-flat {
  margin-top: -2px;
  margin-left: 15px;
  margin-right: 15px;
}

/* line 10950, app/assets/stylesheets/frontend/application.scss */
nav ul a.btn-flat > .material-icons {
  height: inherit;
  line-height: inherit;
}

/* line 10954, app/assets/stylesheets/frontend/application.scss */
.add-agent-list-button {
  height: 28px;
  line-height: 28px;
  padding: 0px;
  width: 192px !important;
}

/* line 10960, 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 10969, app/assets/stylesheets/frontend/application.scss */
.sorter-false {
  background-image: none;
  cursor: default;
  padding: 4px;
}

/* line 10975, app/assets/stylesheets/frontend/application.scss */
.tablesorter-headerAsc {
  background-image: url(data:image/gif;base64,R0lGODlhFQAEAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAQAAAINjI8Bya2wnINUMopZAQA7);
}

/* line 10979, app/assets/stylesheets/frontend/application.scss */
.tablesorter-headerDesc {
  background-image: url(data:image/gif;base64,R0lGODlhFQAEAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAQAAAINjB+gC+jP2ptn0WskLQA7);
}

/* line 10983, app/assets/stylesheets/frontend/application.scss */
.tablesorter-header-inner {
  background-image: none !important;
}

/* line 10986, app/assets/stylesheets/frontend/application.scss */
.table-master-checkbox {
  height: 15px !important;
  left: 15px;
  cursor: auto !important;
}

/* line 10991, app/assets/stylesheets/frontend/application.scss */
.filled-in[type="checkbox"]:checked + label:after {
  border: 2px solid #33334f !important;
  background-color: #33334f !important;
}

/* line 10995, app/assets/stylesheets/frontend/application.scss */
.table-checkbox {
  height: 15px !important;
  left: 15px;
}

/* line 10999, app/assets/stylesheets/frontend/application.scss */
.edit-board-category {
  cursor: pointer;
}

/* line 11003, app/assets/stylesheets/frontend/application.scss */
.bordered-table-heading th {
  border: 1px solid #f6f6f6 !important;
  background-color: #f6f6f6;
}

/* line 11007, app/assets/stylesheets/frontend/application.scss */
.bordered-table-heading th:hover {
  background-color: #35abff36;
}

/* line 11012, app/assets/stylesheets/frontend/application.scss */
.table-head {
  background-color: #ececec;
}

/* line 11016, app/assets/stylesheets/frontend/application.scss */
.table-row-inbox-ideas td {
  border: none !important;
  border-bottom: 1px solid lightgray !important;
}

/* line 11024, app/assets/stylesheets/frontend/application.scss */
tbody tr:hover {
  background-color: #35abff0d;
}

/* line 11028, app/assets/stylesheets/frontend/application.scss */
.category_title {
  padding: 0px !important;
  margin: 0px !important;
  height: 25px !important;
}

/* line 11033, app/assets/stylesheets/frontend/application.scss */
.placeholder {
  padding: 60px;
  display: block;
  text-align: center;
  width: 100% !important;
  height: 150px !important;
}

/* line 11040, app/assets/stylesheets/frontend/application.scss */
.close-category {
  cursor: pointer;
}

/* line 11044, 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 11055, app/assets/stylesheets/frontend/application.scss */
.background-icon-clr i {
  font-size: 30px;
}

/* line 11060, app/assets/stylesheets/frontend/application.scss */
.boards-category-column {
  width: 100% !important;
}

/* line 11066, app/assets/stylesheets/frontend/application.scss */
.category-column-width {
  min-width: 270px;
}

/* line 11068, app/assets/stylesheets/frontend/application.scss */
.category-column-width .tooltip {
  position: relative;
  display: inline-block;
}

/* line 11072, 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 11087, 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 11103, app/assets/stylesheets/frontend/application.scss */
.category-column-width .tooltip:hover .tooltiptext {
  visibility: visible;
}

/* line 11111, app/assets/stylesheets/frontend/application.scss */
.add-participate-pages .input-fields-1 label {
  display: flex;
  align-items: center;
}

/* line 11115, app/assets/stylesheets/frontend/application.scss */
.add-participate-pages .input-fields-1 .tooltip {
  position: relative;
}

/* line 11117, app/assets/stylesheets/frontend/application.scss */
.add-participate-pages .input-fields-1 .tooltip i {
  font-size: 16px;
  margin-top: -10px;
  margin-left: 4px;
}

/* line 11122, 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 11139, app/assets/stylesheets/frontend/application.scss */
.add-participate-pages .pass-field-blue {
  margin-bottom: 12px;
}

/* line 11141, app/assets/stylesheets/frontend/application.scss */
.add-participate-pages .pass-field-blue input {
  margin-bottom: 5px;
}

/* line 11148, app/assets/stylesheets/frontend/application.scss */
.add-participate-pages .input-fields-1 .tooltip:hover .tooltiptext {
  visibility: visible;
}

/* line 11154, app/assets/stylesheets/frontend/application.scss */
.error-page-design {
  width: 100%;
  margin: 5em 0px 1em 0px;
}

/* line 11157, app/assets/stylesheets/frontend/application.scss */
.error-page-design .page-container {
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
  padding: 25px 25px;
}

/* line 11162, app/assets/stylesheets/frontend/application.scss */
.error-page-design .page-container .page-mid {
  width: 100%;
  text-align: center;
}

/* line 11166, app/assets/stylesheets/frontend/application.scss */
.error-page-design .page-container .img-gif {
  margin-bottom: 18px;
}

/* line 11168, app/assets/stylesheets/frontend/application.scss */
.error-page-design .page-container .img-gif img {
  width: 100%;
}

/* line 11173, 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 11181, app/assets/stylesheets/frontend/application.scss */
.error-page-design .page-container .field p {
  margin-bottom: 18px;
  color: #595959;
  letter-spacing: 0.5px;
}

/* line 11187, 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 11192, app/assets/stylesheets/frontend/application.scss */
.error-page-design .page-container .field-btns .back-btn {
  box-shadow: none;
  color: white;
  background-color: #33334f;
}

/* line 11197, 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 11209, app/assets/stylesheets/frontend/application.scss */
.verify-page-design .img-gif img {
  width: 120px !important;
}

/* line 11216, app/assets/stylesheets/frontend/application.scss */
#setting-modal {
  width: 100%;
  border-radius: 0px;
  max-width: 768px;
}

/* line 11220, app/assets/stylesheets/frontend/application.scss */
#setting-modal .board-setting-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* line 11226, app/assets/stylesheets/frontend/application.scss */
#setting-modal .row-btn .btn, #setting-modal .row-btn .btn-large {
  background-color: #33334f;
  margin: 5px;
}

/* line 11231, app/assets/stylesheets/frontend/application.scss */
#setting-modal .header-links {
  display: flex;
  align-items: center;
}

/* line 11236, app/assets/stylesheets/frontend/application.scss */
#setting-modal .save-close {
  margin-left: 10px;
}

/* line 11239, app/assets/stylesheets/frontend/application.scss */
#setting-modal .settings-tabs {
  margin-left: 11px;
  width: 51%;
  border-bottom: 2px solid black;
  overflow: hidden;
}

/* line 11244, 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 11250, app/assets/stylesheets/frontend/application.scss */
#setting-modal .settings-tabs .tab a {
  color: black;
}

/* line 11253, app/assets/stylesheets/frontend/application.scss */
#setting-modal .settings-tabs .tab a:hover {
  color: black;
}

/* line 11256, app/assets/stylesheets/frontend/application.scss */
#setting-modal .settings-tabs .tab a.active {
  background-color: #33334f !important;
  color: white;
}

/* line 11264, app/assets/stylesheets/frontend/application.scss */
.boards-user-modal {
  width: 100%;
  border-radius: 0px;
  max-width: 768px;
}

/* line 11271, app/assets/stylesheets/frontend/application.scss */
.sidenav-board-title i {
  visibility: hidden;
}

/* line 11276, app/assets/stylesheets/frontend/application.scss */
.sidenav-board-title:hover i {
  visibility: visible;
}

/* line 11281, app/assets/stylesheets/frontend/application.scss */
.sidenav-board-description i {
  visibility: hidden;
}

/* line 11286, app/assets/stylesheets/frontend/application.scss */
.sidenav-board-description:hover i {
  visibility: visible;
}

/* line 11290, app/assets/stylesheets/frontend/application.scss */
.sidenav_board_title {
  margin-left: 15px !important;
  width: 90% !important;
}

/* line 11294, app/assets/stylesheets/frontend/application.scss */
#board-description {
  padding: 10px;
  margin: 10px;
  height: 200px;
  width: 94%;
}

/* line 11300, 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 11308, app/assets/stylesheets/frontend/application.scss */
.privacy-agent-profile {
  color: black;
  font-size: 0.8rem;
  margin-top: 12px;
}

/* line 11312, app/assets/stylesheets/frontend/application.scss */
.privacy-agent-profile label {
  color: black;
  font-weight: bold;
}

/* line 11316, 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 11321, app/assets/stylesheets/frontend/application.scss */
.privacy-agent-profile span {
  text-align: justify;
  padding-right: 25px;
  display: block;
  padding-left: 37px;
}

/* line 11327, app/assets/stylesheets/frontend/application.scss */
.privacy-agent-profile .headers {
  font-size: 1rem;
}

/* line 11331, app/assets/stylesheets/frontend/application.scss */
#copy-to-inbox-list {
  height: 175px;
  top: 15% !important;
  overflow-y: visible;
  border-radius: 0;
}

/* line 11338, 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 11346, app/assets/stylesheets/frontend/application.scss */
#copy-to-inbox-list .modal-body .select-wrapper .caret {
  display: none;
}

/* line 11349, 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 11360, app/assets/stylesheets/frontend/application.scss */
#copy-to-inbox-list .modal-body .select-wrapper .dropdown-content {
  max-height: 300px !important;
}

/* line 11366, 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 11374, 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 11382, app/assets/stylesheets/frontend/application.scss */
#copy-to-funnel-list .modal-body .select-wrapper .caret {
  display: none;
}

/* line 11385, 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 11396, app/assets/stylesheets/frontend/application.scss */
#copy-to-funnel-list .modal-body .select-wrapper .dropdown-content {
  max-height: 300px !important;
}

/* line 11402, app/assets/stylesheets/frontend/application.scss */
.round-icons {
  display: flex;
  align-items: center;
}

/* line 11405, app/assets/stylesheets/frontend/application.scss */
.round-icons div {
  background-color: white;
  padding-top: 4px;
  margin: 3px;
}

/* line 11409, app/assets/stylesheets/frontend/application.scss */
.round-icons div i {
  color: black;
}

/* line 11414, app/assets/stylesheets/frontend/application.scss */
.category_item {
  cursor: grab;
  margin-bottom: 10px;
  padding-bottom: 0px;
}

/* line 11419, 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 11431, 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 11443, app/assets/stylesheets/frontend/application.scss */
.add-item {
  font-size: 80px !important;
}

/* line 11446, 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 11454, app/assets/stylesheets/frontend/application.scss */
.hoverable-column:hover {
  background-color: #dbe3ef;
}

/* line 11458, app/assets/stylesheets/frontend/application.scss */
.hoverable-column {
  margin-top: 0px;
}

/* line 11462, app/assets/stylesheets/frontend/application.scss */
.comment-row .comment-row1 {
  display: flex;
  justify-content: space-between;
}

/* line 11466, app/assets/stylesheets/frontend/application.scss */
.comment-row .comment-row2 {
  display: flex;
  padding-left: 20px;
}

/* line 11471, app/assets/stylesheets/frontend/application.scss */
.likeComment {
  display: flex;
  justify-content: space-between;
}

/* line 11474, 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 11483, app/assets/stylesheets/frontend/application.scss */
.user-name {
  padding-left: 5px;
}

/* line 11485, app/assets/stylesheets/frontend/application.scss */
.user-name p {
  font-size: 11px;
  margin: 0;
}

/* line 11488, app/assets/stylesheets/frontend/application.scss */
.user-name p.date {
  font-size: 10px;
}

/* line 11493, 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 11503, 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 11511, app/assets/stylesheets/frontend/application.scss */
.tribute-container ul li span {
  line-height: 0;
  margin-top: 1px;
}

/* line 11516, app/assets/stylesheets/frontend/application.scss */
.tribute-container ul li:hover {
  background: #eee;
}

/* line 11526, 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 11541, app/assets/stylesheets/frontend/application.scss */
.progress-steps {
  display: flex;
  justify-content: center;
}

/* line 11546, app/assets/stylesheets/frontend/application.scss */
.progress-steps ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

/* line 11553, app/assets/stylesheets/frontend/application.scss */
.progress-steps li {
  float: left;
}

/* line 11557, 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 11565, app/assets/stylesheets/frontend/application.scss */
#progress {
  position: relative;
  display: flex;
  justify-content: center;
}

/* line 11571, app/assets/stylesheets/frontend/application.scss */
#progress .progressBar {
  height: 3px;
  width: 500px;
  background: #8fe4bf;
  position: absolute;
}

/* line 11578, app/assets/stylesheets/frontend/application.scss */
#progress .progressNow {
  height: 3px;
  width: 100px;
  background: #00b164;
  position: absolute;
}

/* line 11585, 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 11597, app/assets/stylesheets/frontend/application.scss */
.wizard-v1-content .action-buttons {
  padding: 12px 36px;
  float: right;
}

/* line 11602, 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 11611, 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 11624, 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 11633, app/assets/stylesheets/frontend/application.scss */
.grid-item i {
  color: yellowgreen;
  align-items: center;
  display: flex;
  justify-content: center;
  text-align: center;
}

/* line 11641, 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 11649, app/assets/stylesheets/frontend/application.scss */
.grid-container video {
  padding-top: 25px;
}

/* line 11652, 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 11660, 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 11668, 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 11687, app/assets/stylesheets/frontend/application.scss */
.left-section iframe {
  width: 450px;
  height: 247px;
}

/* line 11691, app/assets/stylesheets/frontend/application.scss */
.gif-image {
  margin-bottom: -6px;
}

/* line 11695, app/assets/stylesheets/frontend/application.scss */
.hexcol {
  margin-bottom: 0px !important;
  font-size: 12px !important;
  height: auto !important;
}

/* line 11701, 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 11712, app/assets/stylesheets/frontend/application.scss */
.upload-btn-img input[type="file"] {
  font-size: 100px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}

/* line 11720, 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 11732, app/assets/stylesheets/frontend/application.scss */
.upload-btn-img:hover .img-thumbnail {
  opacity: 0.7;
  cursor: pointer;
}

/* line 11737, app/assets/stylesheets/frontend/application.scss */
.upload-btn-img:hover input {
  cursor: pointer;
}

/* line 11742, app/assets/stylesheets/frontend/application.scss */
.left-section {
  margin-bottom: -6px;
}

/* line 11744, app/assets/stylesheets/frontend/application.scss */
.left-section label {
  color: black;
}

/* line 11749, 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 11758, app/assets/stylesheets/frontend/application.scss */
.grid-container ::-moz-placeholder {
  padding-left: 5px;
}
.grid-container ::placeholder {
  padding-left: 5px;
}

/* line 11762, app/assets/stylesheets/frontend/application.scss */
.primary-color-bar {
  background-color: red;
  height: 10px;
  width: 200px;
  margin-top: 67px;
}

/* line 11768, app/assets/stylesheets/frontend/application.scss */
.border-red {
  border-color: red !important;
}

/* line 11771, app/assets/stylesheets/frontend/application.scss */
.err-msg {
  font-size: 12px !important;
}

/* line 11776, app/assets/stylesheets/frontend/application.scss */
.wizard-v1-content .upload-profile-btn-img {
  overflow: visible;
}

/* line 11782, 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 11794, 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 11802, 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 11814, app/assets/stylesheets/frontend/application.scss */
.upload-profile-btn-img:hover .modify {
  opacity: 1;
}

/* line 11818, app/assets/stylesheets/frontend/application.scss */
.upload-profile-btn-img:hover .img-thumbnail {
  opacity: 0.7;
  cursor: pointer;
}

/* line 11823, app/assets/stylesheets/frontend/application.scss */
.upload-profile-btn-img:hover input {
  cursor: pointer;
}

/* line 11827, 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 11837, 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 11846, app/assets/stylesheets/frontend/application.scss */
.primary-brand-color,
.background-color {
  font-size: 12px;
}

/* line 11850, app/assets/stylesheets/frontend/application.scss */
.primary-brand-color {
  margin-top: -7px;
}

/* line 11855, 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 11860, app/assets/stylesheets/frontend/application.scss */
.upload-profile-btn-img .profile-edit-box .white-btn {
  border: unset !important;
}

/* line 11866, 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 11874, 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 11886, 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 11893, app/assets/stylesheets/frontend/application.scss */
.file-upload .file-select .file-select-name {
  line-height: 40px;
  display: inline-block;
  padding: 0 10px;
}

/* line 11898, 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 11905, 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 11913, 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 11920, 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 11928, 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 11939, app/assets/stylesheets/frontend/application.scss */
.file-upload .file-select.file-select-disabled {
  opacity: 0.65;
}

/* line 11942, 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 11956, 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 11964, 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 11971, 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 11985, app/assets/stylesheets/frontend/application.scss */
.grid-container .left-section img {
  width: 450px;
  height: 247px;
}

/* line 11990, app/assets/stylesheets/frontend/application.scss */
.to-help-text {
  margin-bottom: -10px;
  color: black !important;
}

/* line 11995, app/assets/stylesheets/frontend/application.scss */
.bullet-points li {
  color: black !important;
}

/* line 11999, app/assets/stylesheets/frontend/application.scss */
.bullet-points {
  position: relative;
  list-style: none;
  margin-left: 0;
  padding-left: 1.2em !important;
  color: black;
}

/* line 12006, app/assets/stylesheets/frontend/application.scss */
.bullet-points li:before {
  content: "-";
  position: absolute;
  left: 0;
}

/* line 12012, 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 12023, 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 12034, app/assets/stylesheets/frontend/application.scss */
.welcome-point {
  padding-right: 63px;
}

/* line 12037, app/assets/stylesheets/frontend/application.scss */
.profile-point {
  padding-right: 78px;
}

/* line 12040, app/assets/stylesheets/frontend/application.scss */
.company-point {
  padding-right: 59px;
}

/* line 12043, app/assets/stylesheets/frontend/application.scss */
.invite-point {
  padding-right: 90px;
}

/* line 12047, app/assets/stylesheets/frontend/application.scss */
.form-register .steps li:last-child {
  padding-right: 0;
}

/* line 12050, app/assets/stylesheets/frontend/application.scss */
.form-register .steps li .current-info {
  display: none;
}

/* line 12053, 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 12063, 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 12073, app/assets/stylesheets/frontend/application.scss */
.form-register .steps li:last-child::before {
  content: none;
}

/* line 12076, 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 12085, 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 12093, app/assets/stylesheets/frontend/application.scss */
.form-register .steps li a .title {
  text-align: center;
}

/* line 12096, app/assets/stylesheets/frontend/application.scss */
.form-register .steps li a .title span {
  display: block;
  font-size: 12px;
}

/* line 12100, 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 12119, 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 12129, 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 12136, 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 12144, app/assets/stylesheets/frontend/application.scss */
.form-register .steps li a .step-number {
  color: #666;
  font-weight: 400;
  padding: 17px 0 8px;
}

/* line 12149, app/assets/stylesheets/frontend/application.scss */
.form-register .steps li a .step-text {
  color: #fff;
  font-weight: 600;
  padding-bottom: 8px;
}

/* line 12154, 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 12163, app/assets/stylesheets/frontend/application.scss */
#form-total-t-1 {
  color: black !important;
}

/* The my-container */
/* line 12170, 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 12182, 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 12191, 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 12195, app/assets/stylesheets/frontend/application.scss */
.my-container [type="checkbox"] + span:not(.lever) {
  padding-left: 0px;
}

/* Hide the browser's default checkbox */
/* line 12200, app/assets/stylesheets/frontend/application.scss */
.my-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
/* line 12209, 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 12220, app/assets/stylesheets/frontend/application.scss */
.my-container:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
/* line 12225, app/assets/stylesheets/frontend/application.scss */
.my-container input:checked ~ .checkmark {
  background-color: #4bb543;
}

/* Create the checkmark/indicator (hidden when not checked) */
/* line 12230, app/assets/stylesheets/frontend/application.scss */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
/* line 12237, app/assets/stylesheets/frontend/application.scss */
.my-container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
/* line 12242, 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 12254, app/assets/stylesheets/frontend/application.scss */
.border {
  height: auto;
  width: 25%;
}

/* line 12259, app/assets/stylesheets/frontend/application.scss */
.getting-started-btn {
  color: white;
}

/* line 12265, app/assets/stylesheets/frontend/application.scss */
.checklist label [type="checkbox"]:not(:checked),
.checklist label [type="checkbox"]:checked {
  position: relative;
  margin-right: 10px;
}

/* line 12270, app/assets/stylesheets/frontend/application.scss */
.checklist label #checkbox {
  color: green;
}

/* line 12273, app/assets/stylesheets/frontend/application.scss */
.checklist label .filled-in {
  background-color: #4bb543;
}

/* line 12276, app/assets/stylesheets/frontend/application.scss */
.checklist label #checked {
  background-color: #4bb543;
}

/* line 12281, app/assets/stylesheets/frontend/application.scss */
.get-start-btn {
  color: #787878;
}

/* line 12283, app/assets/stylesheets/frontend/application.scss */
.get-start-btn button {
  margin-right: 15px;
  background-color: unset;
  border: unset;
  margin-left: unset;
}

/* line 12288, app/assets/stylesheets/frontend/application.scss */
.get-start-btn button i {
  margin-left: -7px;
}

/* line 12292, 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 12306, 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 12311, app/assets/stylesheets/frontend/application.scss */
.checkbox-blue-grey {
  color: red;
}

/* line 12320, 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 12329, 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 12336, 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 12351, 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 12382, 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 12404, app/assets/stylesheets/frontend/application.scss */
.checklist-box .checklist .check1 a {
  color: #8e8e8e;
  font-weight: 400;
  letter-spacing: 0.2px;
}

/* line 12413, app/assets/stylesheets/frontend/application.scss */
.checklist-appear {
  right: 0px !important;
}

/* line 12417, app/assets/stylesheets/frontend/application.scss */
#wizard-checklist {
  right: -284px;
}

/* line 12420, app/assets/stylesheets/frontend/application.scss */
.contact-support-checklist {
  float: right;
}

/* line 12423, app/assets/stylesheets/frontend/application.scss */
.cross-btn {
  float: right;
}

/* line 12426, app/assets/stylesheets/frontend/application.scss */
.cross-btn button {
  background-color: unset;
  border: unset;
}

/* line 12429, app/assets/stylesheets/frontend/application.scss */
.cross-btn button i {
  font-size: 20px;
  font-weight: bold;
  color: #787878;
}

/* line 12437, 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 12446, app/assets/stylesheets/frontend/application.scss */
.tag-cross {
  font-size: 18px !important;
  opacity: 1 !important;
}

/* line 12452, app/assets/stylesheets/frontend/application.scss */
.easy-autocomplete-container ul li {
  padding: 4px !important;
  border-radius: 4px;
  color: #578715;
}

/* line 12459, app/assets/stylesheets/frontend/application.scss */
.easy-autocomplete-container {
  border: antiquewhite;
  margin-top: -19px !important;
}

/* line 12466, app/assets/stylesheets/frontend/application.scss */
.easy-autocomplete-container ul li .selected {
  background: #EEF6E2 !important;
}

/* line 12473, 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 12492, 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 12500, app/assets/stylesheets/frontend/application.scss */
.tag-button i {
  color: black;
}

/* line 12503, app/assets/stylesheets/frontend/application.scss */
.tag-button:hover {
  background-color: #8DC63F !important;
  color: white !important;
}

/* line 12507, app/assets/stylesheets/frontend/application.scss */
.tag-button .remove-tag {
  display: flex;
  align-items: center;
  padding-top: 2px;
}

/* line 12514, app/assets/stylesheets/frontend/application.scss */
.tag-button:hover a {
  color: white !important;
}

/* line 12517, app/assets/stylesheets/frontend/application.scss */
.tag-button:hover i {
  color: white !important;
}

/* line 12525, app/assets/stylesheets/frontend/application.scss */
.ideabox-owner-img {
  padding-right: 20px;
  display: flex;
  align-items: center;
}

/* line 12531, app/assets/stylesheets/frontend/application.scss */
.ideacard-owner-img {
  padding-right: 4px;
  display: flex;
  align-items: center;
}

/* line 12536, app/assets/stylesheets/frontend/application.scss */
.ideacard-owner-img img {
  max-width: 30px;
}

/* line 12541, app/assets/stylesheets/frontend/application.scss */
.bottom-content {
  display: flex;
  width: auto;
  margin-top: 2px;
  margin-bottom: 40px;
}

/* line 12547, app/assets/stylesheets/frontend/application.scss */
.bottom-content .attached-block {
  width: auto;
  margin: 0px 15px 5px 0px;
}

/* line 12550, 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 12558, app/assets/stylesheets/frontend/application.scss */
.bottom-content .attached-block .content-attach .material-icons {
  font-size: 18px;
  transform: rotate(56deg);
  margin-right: 6px;
}

/* line 12567, 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 12573, app/assets/stylesheets/frontend/application.scss */
.user-avatar-ideabox img {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  max-width: 60px;
}

/* line 12580, app/assets/stylesheets/frontend/application.scss */
.user-avatar-ideabox .content-left {
  display: flex;
  align-items: center;
  padding: 0px 15px 0px 0px;
}

/* line 12585, app/assets/stylesheets/frontend/application.scss */
.user-avatar-ideabox .content-left .ideabox-owner-name {
  display: flex;
  flex-direction: column;
}

/* line 12589, 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 12596, app/assets/stylesheets/frontend/application.scss */
.user-avatar-ideabox .content-left .ideabox-owner-name .top-content .material-icons {
  color: #DBE3EF;
  margin-left: 15px;
}

/* line 12600, app/assets/stylesheets/frontend/application.scss */
.user-avatar-ideabox .content-left .ideabox-owner-name .top-content span {
  margin-right: 6px;
}

/* line 12612, app/assets/stylesheets/frontend/application.scss */
.user-avatar-ideabox .content-right {
  display: flex;
  padding: 0px 0px 0px 15px;
}

/* line 12616, 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 12622, app/assets/stylesheets/frontend/application.scss */
.user-avatar-ideabox .content-right .user-count-view p {
  color: #688FAF;
  margin-left: 8px;
}

/* line 12627, app/assets/stylesheets/frontend/application.scss */
.user-avatar-ideabox .content-right .user-count-view .material-icons {
  color: #DBE3EF;
}

/* line 12639, app/assets/stylesheets/frontend/application.scss */
.ideabox-owner-email {
  font-size: 16px;
  font-weight: 400;
  margin-left: 55px;
  margin-top: 10px;
}

/* line 12646, 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 12672, app/assets/stylesheets/frontend/application.scss */
.description-field .tox-tinymce {
  width: 100% !important;
}

/* line 12676, app/assets/stylesheets/frontend/application.scss */
.all_ideas_inbox_path_input input {
  max-width: 112px;
}

/* line 12679, app/assets/stylesheets/frontend/application.scss */
.main-dark-border {
  border: 1px solid #33334f !important;
  background: #fff;
  color: #33334f;
  border-radius: 0.3em;
}

/* line 12691, app/assets/stylesheets/frontend/application.scss */
.main-dark-border span.main-button-text {
  line-height: 36px;
  vertical-align: super;
}

/* line 12692, app/assets/stylesheets/frontend/application.scss */
.main-dark-border.btn, .main-dark-border.btn-large {
  margin: 0px 5px !important;
}

/* line 12696, app/assets/stylesheets/frontend/application.scss */
.nav-title {
  display: none;
}

/* line 12700, 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 12710, app/assets/stylesheets/frontend/application.scss */
.head-xp-no {
  position: relative;
}

/* line 12712, 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 12721, app/assets/stylesheets/frontend/application.scss */
.head-xp-no .xp-drop-down .content-drop {
  width: 100%;
}

/* line 12723, 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 12729, 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 12739, app/assets/stylesheets/frontend/application.scss */
.am-fixed-top .right-nav-content .start-anchor-tag:hover .xp-drop-down {
  display: block;
}

/* line 12743, app/assets/stylesheets/frontend/application.scss */
.idea-box-page {
  margin-top: 4.1em;
}

/* line 12747, 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 12752, app/assets/stylesheets/frontend/application.scss */
.idea-box-page .view-ideas-block .bottom-load-more .red {
  background-color: #f41402 !important;
}

/* line 12758, app/assets/stylesheets/frontend/application.scss */
.idea-box-page .loadmoreideasblockenable {
  display: block !important;
}

/* line 12761, app/assets/stylesheets/frontend/application.scss */
.idea-box-page .loadmorebtnhide {
  display: none;
}

/* line 12768, 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 12774, app/assets/stylesheets/frontend/application.scss */
.menus-nav-bar .content {
  width: 100%;
  display: flex;
  justify-content: space-evenly;
}

/* line 12778, app/assets/stylesheets/frontend/application.scss */
.menus-nav-bar .content .menu {
  width: auto;
  padding: 6px 12px;
  color: #5A5A72;
  text-transform: capitalize;
}

/* line 12783, app/assets/stylesheets/frontend/application.scss */
.menus-nav-bar .content .menu:hover {
  color: #F41403;
}

/* line 12787, app/assets/stylesheets/frontend/application.scss */
.menus-nav-bar .content .active-menu {
  color: #F41403;
  border-bottom: 4px solid #F41403;
}

/* line 12798, 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 12811, app/assets/stylesheets/frontend/application.scss */
.ideas-tab {
  width: 100%;
  padding: 8px 0px 8px 0px;
  position: relative;
}

/* line 12815, app/assets/stylesheets/frontend/application.scss */
.ideas-tab .idea-container {
  padding: 0px 15px;
}

/* line 12818, 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 12824, app/assets/stylesheets/frontend/application.scss */
.ideas-tab .idea-stats-block .content-right {
  display: flex;
}

/* line 12826, 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 12831, app/assets/stylesheets/frontend/application.scss */
.ideas-tab .idea-stats-block .content-right .user-count-view .material-icons {
  color: #DBE3EF;
}

/* line 12834, 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 12847, app/assets/stylesheets/frontend/application.scss */
.ideas-tab .share-btn {
  width: auto;
  position: absolute;
  left: 65px;
  z-index: 2;
  top: 18px;
}

/* line 12853, 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 12868, app/assets/stylesheets/frontend/application.scss */
.ideas-tab .content {
  padding: 0px 15px;
  display: flex;
  justify-content: center;
  position: relative;
  margin-bottom: 2em;
}

/* line 12874, 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 12885, 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 12896, app/assets/stylesheets/frontend/application.scss */
.ideas-tab .content .activebtn {
  color: #000000;
  border-bottom: 3px solid #8DC63F;
  position: relative;
  z-index: 1;
}

/* line 12904, app/assets/stylesheets/frontend/application.scss */
.ideas-tab .tab-content-block {
  padding-top: 0em;
}

/* line 12910, app/assets/stylesheets/frontend/application.scss */
.display-ideas {
  display: none;
}

/* line 12914, 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 12927, app/assets/stylesheets/frontend/application.scss */
.company-idea-box .rating-content {
  position: absolute;
  bottom: 15px;
  width: 91%;
}

/* line 12935, 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 12954, 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 12968, app/assets/stylesheets/frontend/application.scss */
.card-short-description:hover {
  color: inherit;
}

/* line 12971, 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 12980, 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 12995, app/assets/stylesheets/frontend/application.scss */
.company-card-image:hover .card-short-description {
  opacity: 1;
  display: block;
}

/* line 13001, app/assets/stylesheets/frontend/application.scss */
.company-idea-box:hover .rating-content {
  display: inherit;
}

/* line 13005, app/assets/stylesheets/frontend/application.scss */
.company-idea-box:hover .creater-diplay {
  margin-top: inherit;
}

/* line 13009, app/assets/stylesheets/frontend/application.scss */
.action-dropdown li a {
  border-radius: 4px;
}

/* line 13015, app/assets/stylesheets/frontend/application.scss */
.ai-generated-file-modal .modal-body {
  min-height: 38em;
}

/* line 13018, 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 13021, 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 13039, 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 13054, app/assets/stylesheets/frontend/application.scss */
.add-comments-btn:hover {
  background: #fff;
  box-shadow: none;
}

/* line 13059, app/assets/stylesheets/frontend/application.scss */
.browse-files-btn {
  margin-left: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 100px 0px;
}

/* line 13067, app/assets/stylesheets/frontend/application.scss */
.browse-field {
  position: inherit;
}

/* line 13071, app/assets/stylesheets/frontend/application.scss */
.idea-details-tab-btn {
  display: block;
}

/* line 13074, app/assets/stylesheets/frontend/application.scss */
.idea-tab-btn {
  display: none;
}

/* line 13079, app/assets/stylesheets/frontend/application.scss */
.add-idea-forms .content button::after {
  border-bottom: 1px solid lightgrey;
}

/* line 13093, app/assets/stylesheets/frontend/application.scss */
.creator-name span {
  font-weight: 300;
}

/* line 13098, 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 13108, app/assets/stylesheets/frontend/application.scss */
.popular-tag span {
  color: #fff;
}

/* line 13113, app/assets/stylesheets/frontend/application.scss */
.add-idea-tabs {
  display: flex;
  align-items: center;
  margin-bottom: 2.2em;
}

/* line 13117, app/assets/stylesheets/frontend/application.scss */
.add-idea-tabs .content {
  display: flex;
  justify-content: center;
  position: relative;
}

/* line 13122, 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 13131, app/assets/stylesheets/frontend/application.scss */
.add-idea-tabs .content .activebtn {
  color: #000000;
  border-bottom: 3px solid #8DC63F;
  position: relative;
  z-index: 1;
}

/* line 13140, 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 13145, 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 13163, 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 13196, app/assets/stylesheets/frontend/application.scss */
.company-card-content {
  padding: 0px 15px 0px;
}

/* line 13198, 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 13207, app/assets/stylesheets/frontend/application.scss */
.company-card-content h4 .long-heading {
  display: none;
}

/* line 13212, app/assets/stylesheets/frontend/application.scss */
.company-card-content .creator {
  color: #182230;
  font-size: 16px;
  display: flex;
  align-items: center;
}

/* line 13218, app/assets/stylesheets/frontend/application.scss */
.company-card-content .creator .creator-title {
  font-weight: 400;
}

/* line 13221, 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 13235, app/assets/stylesheets/frontend/application.scss */
.company-card-content .ratings-row1 {
  display: flex;
  align-items: center;
  justify-content: left;
  margin-top: 5px;
}

/* line 13241, 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 13249, app/assets/stylesheets/frontend/application.scss */
.company-card-content .ratings-row1 .likes .thumb-like-icon {
  width: 16px;
}

/* line 13254, app/assets/stylesheets/frontend/application.scss */
.company-card-content .ratings-row1 .likes i {
  color: #182230;
  font-size: 18px;
}

/* line 13258, app/assets/stylesheets/frontend/application.scss */
.company-card-content .ratings-row1 .likes span {
  margin-left: 8px;
  font-weight: 400;
  font-size: 14px;
}

/* line 13264, 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 13275, app/assets/stylesheets/frontend/application.scss */
.company-card-content .ratings-row1 .comments i {
  color: #5e6779;
  font-size: 18px;
}

/* line 13279, 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 13286, app/assets/stylesheets/frontend/application.scss */
.company-card-content .ratings-row1 .views {
  margin-right: 10px;
}

/* line 13289, 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 13295, app/assets/stylesheets/frontend/application.scss */
.company-card-content .ratings-row1 .people i {
  color: #5e6779;
  font-size: 18px;
}

/* line 13299, 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 13306, app/assets/stylesheets/frontend/application.scss */
.company-card-content .ratings-row1 .right-row {
  display: flex;
}

/* line 13309, 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 13316, 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 13325, app/assets/stylesheets/frontend/application.scss */
.company-card-content .ratings-row2 {
  display: flex;
  align-items: center;
  margin-top: 15px;
  justify-content: space-between;
}

/* line 13330, app/assets/stylesheets/frontend/application.scss */
.company-card-content .ratings-row2 .people {
  display: flex;
  align-items: center;
  color: #182230;
  width: 40%;
}

/* line 13335, app/assets/stylesheets/frontend/application.scss */
.company-card-content .ratings-row2 .people i {
  color: #182230;
  font-size: 20px;
}

/* line 13339, app/assets/stylesheets/frontend/application.scss */
.company-card-content .ratings-row2 .people span {
  margin-left: 15px;
  font-weight: 400;
  font-size: 16px;
}

/* line 13345, 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 13351, 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 13361, 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 13367, 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 13373, 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 13381, 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 13388, 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 13397, app/assets/stylesheets/frontend/application.scss */
.company-card-content .creater-diplay .likes .thumb-like-icon {
  width: 16px;
}

/* line 13402, app/assets/stylesheets/frontend/application.scss */
.company-card-content .creater-diplay .right-row {
  display: flex;
}

/* line 13404, 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 13411, app/assets/stylesheets/frontend/application.scss */
.company-card-content .creater-diplay .right-row .people i {
  color: #5e6779;
  font-size: 18px;
}

/* line 13415, 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 13422, 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 13432, app/assets/stylesheets/frontend/application.scss */
.company-card-content .creater-diplay .right-row .comments i {
  color: #5e6779;
  font-size: 18px;
}

/* line 13436, 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 13448, app/assets/stylesheets/frontend/application.scss */
.company-card-content .creator:hover .creator-name {
  opacity: 1;
  visibility: visible;
}

/* line 13453, app/assets/stylesheets/frontend/application.scss */
.latest {
  margin-top: 15px !important;
}

/* line 13457, 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 13466, 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 13475, 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 13484, 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 13496, app/assets/stylesheets/frontend/application.scss */
.idea-add-edit-block .overview-btn {
  display: none;
}

/* line 13500, app/assets/stylesheets/frontend/application.scss */
.idea-add-edit-block .time-counter {
  padding: 0px 14px;
  width: auto;
  display: none;
}

/* line 13506, app/assets/stylesheets/frontend/application.scss */
.idea-add-edit-block .leaderboard-btn {
  padding: 0px 0px 0px 8px;
  width: auto;
}

/* line 13509, 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 13518, 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 13527, app/assets/stylesheets/frontend/application.scss */
.idea-add-edit-block .ai-gen-btn {
  padding: 0px 0px 0px 8px;
  width: auto;
}

/* line 13530, 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 13539, 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 13548, app/assets/stylesheets/frontend/application.scss */
.idea-add-edit-block .edit-btn {
  padding: 0px 0px 0px 0px;
  width: auto;
}

/* line 13552, 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 13563, 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 13573, app/assets/stylesheets/frontend/application.scss */
.idea-add-edit-block .add-btn {
  padding: 0px 0px 0px 7px;
  width: auto;
}

/* line 13577, 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 13594, app/assets/stylesheets/frontend/application.scss */
.custom-scroll::-webkit-scrollbar {
  width: 4px;
  height: 40px;
  background: #DBE3EF !important;
  border-radius: 10px;
}

/* line 13601, 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 13609, app/assets/stylesheets/frontend/application.scss */
.custom-scroll::-webkit-scrollbar-thumb {
  border-radius: 10px;
  width: 4px;
  height: 40px;
  background: #DBE3EF !important;
}

/* line 13622, 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 13627, app/assets/stylesheets/frontend/application.scss */
#missionbriefing .idea-details-img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* line 13635, app/assets/stylesheets/frontend/application.scss */
.info-card-details {
  width: 100%;
  padding: 0px 0px;
}

/* line 13639, 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 13650, app/assets/stylesheets/frontend/application.scss */
.info-card-details .heading-block {
  display: flex;
  align-items: center;
  margin: 15px 0px 15px 0px;
  position: relative;
}

/* line 13656, app/assets/stylesheets/frontend/application.scss */
.info-card-details .heading-block .left-line {
  height: 75px;
  background-color: #F41403;
  width: 4px;
}

/* line 13664, 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 13672, app/assets/stylesheets/frontend/application.scss */
.info-card-details .inbox-mission-image .responsive-img {
  width: 100%;
  border-radius: 25px;
  margin-top: -3.5em;
}

/* line 13680, app/assets/stylesheets/frontend/application.scss */
.info-card-details .inbox-mission-title {
  width: 100%;
  margin-bottom: 8px;
}

/* line 13684, 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 13696, 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 13703, app/assets/stylesheets/frontend/application.scss */
.info-card-details .inbox-mission-description p {
  padding: 0px 0px;
}

/* line 13706, app/assets/stylesheets/frontend/application.scss */
.info-card-details .inbox-mission-description b {
  padding: 0px 0px;
}

/* line 13709, app/assets/stylesheets/frontend/application.scss */
.info-card-details .inbox-mission-description ul {
  padding-inline-start: 15px;
}

/* line 13711, app/assets/stylesheets/frontend/application.scss */
.info-card-details .inbox-mission-description ul li {
  list-style-type: disc;
}

/* line 13717, app/assets/stylesheets/frontend/application.scss */
.info-card-details .viewmissiondec-enable {
  height: auto;
  overflow: auto;
}

/* line 13722, app/assets/stylesheets/frontend/application.scss */
.info-card-details .idea-cards {
  margin-top: 4em;
  display: flex;
  flex-wrap: wrap;
}

/* line 13726, app/assets/stylesheets/frontend/application.scss */
.info-card-details .idea-cards .idea-container {
  width: 100%;
}

/* line 13729, 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 13737, app/assets/stylesheets/frontend/application.scss */
.info-card-details .idea-cards .heading-display .heading-block {
  margin: inherit;
}

/* line 13739, app/assets/stylesheets/frontend/application.scss */
.info-card-details .idea-cards .heading-display .heading-block .view-heading {
  width: auto;
}

/* line 13743, app/assets/stylesheets/frontend/application.scss */
.info-card-details .idea-cards .heading-display .add-btn {
  padding-right: 15px;
  display: flex;
}

/* line 13747, 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 13761, 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 13774, app/assets/stylesheets/frontend/application.scss */
.info-card-details .mission-hide-content {
  position: relative;
  width: 100%;
}

/* line 13780, app/assets/stylesheets/frontend/application.scss */
.info-card-details .viewmissionblock .view-more-dec {
  position: relative !important;
  margin-top: 20px !important;
}

/* line 13783, app/assets/stylesheets/frontend/application.scss */
.info-card-details .viewmissionblock .view-more-dec::after {
  background: transparent !important;
  height: auto !important;
}

/* line 13789, 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 13796, 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 13805, 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 13816, 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 13825, 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 13830, app/assets/stylesheets/frontend/application.scss */
.info-card-details .mission-bottom-content .view-more-dec .viewmoredecbtn-enable .viewmore {
  display: none;
}

/* line 13833, app/assets/stylesheets/frontend/application.scss */
.info-card-details .mission-bottom-content .view-more-dec .viewmoredecbtn-enable .viewless {
  display: block;
}

/* line 13839, app/assets/stylesheets/frontend/application.scss */
.info-card-details .mission-bottom-content .mission-video-b {
  width: auto;
  margin-bottom: 12px;
}

/* line 13842, 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 13851, app/assets/stylesheets/frontend/application.scss */
.info-card-details .mission-bottom-content .mission-video-b .video-btn i {
  margin-right: 5px;
}

/* line 13854, 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 13866, 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 13877, 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 13886, app/assets/stylesheets/frontend/application.scss */
.view-ideas-block .heading-block {
  display: flex;
  align-items: center;
  margin: -55px 0px 10px 15px;
}

/* line 13890, app/assets/stylesheets/frontend/application.scss */
.view-ideas-block .heading-block .left-line {
  height: 75px;
  background-color: #F41403;
  width: 4px;
}

/* line 13898, app/assets/stylesheets/frontend/application.scss */
.view-ideas-block .idea-box {
  width: 25%;
  padding: 0px 14px;
}

/* line 13902, app/assets/stylesheets/frontend/application.scss */
.view-ideas-block .idea-box .content-idea {
  width: 100%;
}

/* line 13907, 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 13915, 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 13922, app/assets/stylesheets/frontend/application.scss */
.view-ideas-block .search-filter .content-search .field {
  width: 18%;
  padding: 12px 15px;
}

/* line 13925, 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 13930, app/assets/stylesheets/frontend/application.scss */
.view-ideas-block .search-filter .content-search .field .select-wrapper .select-dropdown {
  border: none;
}

/* line 13934, app/assets/stylesheets/frontend/application.scss */
.view-ideas-block .search-filter .content-search .field .select-wrapper .caret {
  color: #B3C7D7;
  right: 12px;
}

/* line 13941, 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 13948, 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 13953, 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 13963, 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 13969, 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 13974, app/assets/stylesheets/frontend/application.scss */
.view-ideas-block .search-filter .content-search .sort-field .select-wrapper .select-dropdown {
  width: auto;
}

/* line 13977, app/assets/stylesheets/frontend/application.scss */
.view-ideas-block .search-filter .content-search .sort-field .select-wrapper .caret {
  left: 42px;
}

/* line 13992, app/assets/stylesheets/frontend/application.scss */
.comments-main-heading {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 13996, 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 14007, 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 14019, 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 14028, 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 14034, 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 14050, app/assets/stylesheets/frontend/application.scss */
.table-creator-name {
  position: relative;
  justify-content: center;
}

/* line 14053, app/assets/stylesheets/frontend/application.scss */
.table-creator-name img {
  margin-right: 0px !important;
}

/* line 14056, 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 14072, app/assets/stylesheets/frontend/application.scss */
.table-creator-name:hover .idea-creator {
  opacity: 1;
  visibility: visible;
}

/* line 14077, 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 14086, app/assets/stylesheets/frontend/application.scss */
.primary-btn:hover {
  background-color: white;
  box-shadow: none;
  color: #010BFF !important;
}

/* line 14091, app/assets/stylesheets/frontend/application.scss */
.primary-btn:focus {
  background-color: white;
  box-shadow: none;
  color: #010BFF !important;
}

/* line 14098, 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 14108, app/assets/stylesheets/frontend/application.scss */
.secondary-btn:hover {
  background-color: #e6e6e6;
  color: #1e1e1e;
  box-shadow: none;
  border-color: #707070;
}

/* line 14114, app/assets/stylesheets/frontend/application.scss */
.secondary-btn:focus {
  background-color: #e6e6e6;
  color: #1e1e1e;
  box-shadow: none;
  border-color: #707070;
}

/* line 14122, 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 14131, app/assets/stylesheets/frontend/application.scss */
.green-primary-btn:hover {
  background-color: #4dc869;
  box-shadow: none;
  color: white !important;
  border-color: #4dc869;
}

/* line 14137, app/assets/stylesheets/frontend/application.scss */
.green-primary-btn:focus {
  background-color: #4dc869;
  box-shadow: none;
  color: white !important;
  border-color: #4dc869;
}

/* line 14145, app/assets/stylesheets/frontend/application.scss */
.follow-btn {
  display: flex;
  align-items: center;
}

/* line 14148, app/assets/stylesheets/frontend/application.scss */
.follow-btn i {
  margin-right: 5px;
}

/* line 14155, 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 14158, 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 14161, 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 14165, app/assets/stylesheets/frontend/application.scss */
.add-trending-skill-modal {
  max-width: 380px !important;
}

/* line 14168, app/assets/stylesheets/frontend/application.scss */
.add-trending-skill-modal .modal-footer--sticky .flex {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

/* line 14177, app/assets/stylesheets/frontend/application.scss */
.menus-sliders {
  position: relative;
}

/* line 14179, 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 14189, 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 14204, app/assets/stylesheets/frontend/application.scss */
.menus-sliders .tabsliderarrow:hover {
  color: #0009FF;
  border-color: #0009FF;
}

/* line 14209, app/assets/stylesheets/frontend/application.scss */
.menus-sliders #left-arrow {
  right: 60px;
}

/* line 14212, app/assets/stylesheets/frontend/application.scss */
.menus-sliders #right-arrow {
  right: 25px;
}

/* line 14215, 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 14227, app/assets/stylesheets/frontend/application.scss */
.menus-sliders .slider::-webkit-scrollbar {
  display: none;
}

/* line 14231, 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 14241, app/assets/stylesheets/frontend/application.scss */
.menus-sliders #center {
  opacity: 1;
}

/* line 14247, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page {
  width: 100%;
  margin-top: 4em;
}

/* line 14250, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .slider-bg {
  width: 100%;
  position: relative;
}

/* line 14253, 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 14261, 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 14269, 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 14279, 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 14298, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .slider-bg .admin-home .edit-user-btn {
  background-color: #989898;
  color: white;
}

/* line 14301, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .slider-bg .admin-home .edit-user-btn:hover {
  color: white;
  background-color: #0009FF;
}

/* line 14306, 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 14310, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .slider-bg .admin-home .inovation-studio:hover {
  color: white;
  background-color: #0009FF;
}

/* line 14315, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .slider-bg .admin-home .admin-global-learn-btn-block {
  margin-right: 8px;
}

/* line 14317, 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 14326, 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 14333, 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 14341, 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 14357, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .slider-bg .content .text {
  text-align: center;
  color: white;
  margin-bottom: 22px;
}

/* line 14362, 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 14370, 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 14376, 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 14387, 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 14399, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .slider-bg .content .manager-view .company-info h1 {
  margin-left: 0;
}

/* line 14403, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .slider-bg .content .manager-view .quote-text {
  width: 700px;
}

/* line 14406, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .slider-bg .content .manager-view .quote-text .display {
  display: flex;
  align-items: center;
}

/* line 14409, 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 14415, 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 14421, 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 14435, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .slider-bg .content .manager-view .company-info {
  width: 100%;
  padding: 0px 15px;
}

/* line 14438, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .slider-bg .content .manager-view .company-info .company-title {
  width: 100%;
}

/* line 14440, 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 14453, 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 14461, 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 14465, 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 14470, 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 14473, 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 14477, 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 14483, 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 14493, 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 14500, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .slider-bg .bg {
  width: 100%;
  position: relative;
  height: 360px;
}

/* line 14505, 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 14517, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .wrapper {
  width: 100%;
}

/* line 14519, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .wrapper .add-idea-home-btn {
  width: auto;
  display: flex;
}

/* line 14523, 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 14531, 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 14537, 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 14542, 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 14553, 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 14557, 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 14564, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .wrapper .goal-enable-btn-block .goal-btn-active #showgoal {
  display: none;
}

/* line 14567, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .wrapper .goal-enable-btn-block .goal-btn-active #hidegoal {
  display: block !important;
}

/* line 14572, 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 14578, 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 14582, 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 14587, 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 14600, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .wrapper .goals-block .goals {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

/* line 14604, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .wrapper .goals-block .goals .field {
  padding: 0px 15px;
}

/* line 14607, 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 14614, 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 14622, 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 14627, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .wrapper .goals-block .goals .goal-content .mission {
  background-color: #E8EEF3;
}

/* line 14630, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .wrapper .goals-block .goals .goal-content .idea {
  background-color: #FFF5DD;
}

/* line 14633, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .wrapper .goals-block .goals .goal-content .project {
  background-color: #FEE7DD;
}

/* line 14636, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .wrapper .goals-block .goals .goal-content .implemented {
  background-color: #EEF6E2;
}

/* line 14639, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .wrapper .goals-block .goals .goal-content .people {
  background-color: #e3e3ef;
}

/* line 14646, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .wrapper .new-home-quote-block {
  width: 100%;
}

/* line 14650, 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 14655, 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 14661, 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 14670, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .wrapper .new-home-quote-block .quote-text {
  width: 100%;
}

/* line 14672, 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 14676, 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 14680, 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 14686, 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 14692, 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 14697, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .wrapper .new-home-quote-block .mission-hide-content {
  position: relative;
  width: 100%;
}

/* line 14707, 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 14716, 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 14725, 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 14729, 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 14740, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .wrapper .new-home-quote-block .viewmissiondec-enable {
  height: auto;
  overflow: auto;
}

/* line 14744, 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 14751, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .wrapper .new-home-quote-block .viewmoredecbtn-enable .viewmore {
  display: none;
}

/* line 14754, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .wrapper .new-home-quote-block .viewmoredecbtn-enable .viewless {
  display: block !important;
}

/* line 14760, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .wrapper .missions-block {
  width: 100%;
  background-color: white;
  padding: 0px 0px 10px 0px;
}

/* line 14768, 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 14772, 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 14777, 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 14791, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .wrapper .missions-block .missions {
  width: 100%;
  position: relative;
}

/* line 14794, 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 14800, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .wrapper .missions-block .missions .mission-ul li {
  width: 25%;
  padding: 0px 5px;
}

/* line 14803, 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 14824, 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 14833, 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 14837, 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 14849, 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 14863, 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 14868, 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 14872, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .wrapper .missions-block .missions .mission-ul li .card .bottom .footer .field {
  color: #262b39;
}

/* line 14876, 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 14881, 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 14889, 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 14899, 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 14903, 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 14912, 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 14917, 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 14928, 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 14942, 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 14946, 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 14950, 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 14955, 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 14968, 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 14974, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .my-ideas-block .missions-ul li {
  width: 25%;
  padding: 0px 5px;
}

/* line 14977, 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 14990, 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 14997, 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 15008, 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 15010, 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 15019, 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 15023, 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 15027, 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 15033, 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 15038, 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 15044, 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 15058, 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 15064, 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 15072, 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 15075, 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 15079, 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 15087, 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 15090, 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 15097, 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 15101, 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 15106, 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 15110, 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 15117, 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 15124, 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 15128, 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 15135, 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 15142, 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 15146, 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 15154, 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 15156, 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 15166, 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 15170, 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 15175, 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 15181, 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 15190, 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 15193, 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 15197, 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 15204, 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 15207, 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 15211, 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 15218, 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 15222, 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 15226, 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 15234, 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 15243, 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 15248, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .projects-block .page-heading {
  width: 100%;
  margin-bottom: 2.5em;
  padding: 0px 18px;
}

/* line 15252, 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 15257, 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 15271, 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 15277, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .projects-block .projects-ul li {
  width: 25%;
  padding: 0px 5px;
}

/* line 15280, 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 15293, 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 15297, 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 15314, 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 15319, 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 15323, 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 15328, 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 15335, 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 15338, 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 15340, 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 15355, 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 15358, 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 15368, 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 15376, 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 15387, 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 15397, 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 15402, 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 15407, 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 15418, 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 15437, 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 15440, 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 15450, 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 15458, 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 15463, 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 15470, 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 15474, 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 15486, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .projects-block .projects-ul li .card a {
  display: block;
}

/* line 15495, 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 15500, 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 15504, 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 15509, 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 15522, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .active-people-block .people-content {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

/* line 15526, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .active-people-block .people-content .people {
  width: 25%;
  padding: 0px 15px;
}

/* line 15529, 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 15535, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .active-people-block .people-content .people .content:hover {
  background-color: #fbfff4;
}

/* line 15538, 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 15541, 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 15545, 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 15549, 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 15552, 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 15559, 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 15562, 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 15566, 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 15571, 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 15575, 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 15580, 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 15595, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .active-people-block .people-content .people .content .display-people .decription {
  width: 100%;
}

/* line 15597, 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 15602, 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 15605, 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 15609, 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 15612, 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 15617, 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 15628, 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 15641, 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 15648, 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 15653, 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 15660, 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 15674, 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 15679, 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 15682, 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 15688, 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 15702, 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 15705, 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 15724, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .trending-tags-block {
  width: 100%;
  margin: 0em 0em 0em 0em;
}

/* line 15729, 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 15733, 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 15739, 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 15753, 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 15758, 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 15762, 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 15776, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .trending-tags-block .trending-content .tag .content:hover {
  border-color: #545AFF;
}

/* line 15779, 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 15784, 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 15790, 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 15796, 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 15801, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .trending-tags-block .trending-content .tag .content:hover {
  color: #545AFF;
}

/* line 15814, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .department-block .departments {
  width: 100%;
}

/* line 15816, 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 15822, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .department-block .departments .departments-ul li {
  width: 25%;
  padding: 0px 5px;
}

/* line 15825, 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 15840, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .department-block .departments .departments-ul li .card-b .card-img {
  height: 50px;
}

/* line 15842, 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 15848, 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 15854, 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 15865, 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 15881, 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 15885, 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 15891, 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 15893, 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 15899, 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 15901, 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 15910, 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 15919, 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 15921, 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 15930, 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 15940, 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 15945, 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 15953, 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 15958, 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 15970, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .department-block .departments .departments-ul li .card-b .card-short-description {
  height: 60px;
}

/* line 15984, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .department-block .departments .departments-ul li .card-b:hover {
  background-color: #f5fbff;
}

/* line 15999, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .category-block .departments .departments-ul li .card-b:hover {
  background-color: #fbfff4;
}

/* line 16008, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .user-page-tabs {
  width: 100%;
}

/* line 16010, 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 16015, 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 16024, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .user-page-tabs .tabs .indicator {
  display: none;
}

/* line 16027, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .user-page-tabs .tabs .tab {
  width: 100%;
}

/* line 16029, 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 16045, 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 16061, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .user-page-tabs .tabs .tab .active .count {
  border: 1px solid;
}

/* line 16067, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .user-page-tabs .page-heading {
  display: none;
}

/* line 16069, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .user-page-tabs .page-heading h5 {
  display: none;
}

/* line 16073, 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 16081, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .user-tags-design {
  width: 100%;
}

/* line 16091, app/assets/stylesheets/frontend/application.scss */
.enable-name-tool-state {
  position: relative;
}

/* line 16095, 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 16108, app/assets/stylesheets/frontend/application.scss */
.enable-name-tool-state:hover .name-tool-hover-state {
  opacity: 1;
  visibility: visible;
}

/* line 16114, 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 16121, 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 16125, 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 16131, app/assets/stylesheets/frontend/application.scss */
.mission-video-modal .modal-content .main-content {
  min-height: 400px;
}

/* line 16133, app/assets/stylesheets/frontend/application.scss */
.mission-video-modal .modal-content .main-content iframe {
  height: 400px;
  width: 100%;
}

/* line 16141, 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 16146, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .active-people-block .people-content .people .content:hover .name {
  display: none;
}

/* line 16149, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .active-people-block .people-content .people .content:hover .long-name {
  display: block !important;
}

/* line 16158, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .projects-block .projects-ul li .card .on-hover-content {
  display: none;
}

/* line 16162, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .projects-block .projects-ul li .card:hover .on-hover-content {
  display: block;
}

/* line 16165, 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 16170, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .slider-bg .content .manager-view:hover .on-hover {
  display: none;
}

/* line 16184, app/assets/stylesheets/frontend/application.scss */
.my-idea-card-box:hover .rating-content {
  display: none;
}

/* line 16208, app/assets/stylesheets/frontend/application.scss */
.new-add-idea-user-home .add-idea-tabs-content {
  padding-top: 44px;
}

/* line 16211, 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 16223, app/assets/stylesheets/frontend/application.scss */
.new-add-idea-user-home .add-idea-tabs-content .select-wrapper .caret {
  display: none;
}

/* line 16226, 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 16233, 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 16240, 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 16244, 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 16260, app/assets/stylesheets/frontend/application.scss */
.new-add-idea-user-home .add-idea-tabs-content .multi-select-category .select-wrapper input {
  display: none;
}

/* line 16264, 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 16269, app/assets/stylesheets/frontend/application.scss */
.new-add-idea-user-home .add-idea-tabs-content .half-w-field {
  width: 50%;
}

/* line 16277, app/assets/stylesheets/frontend/application.scss */
.user-ideas-page {
  width: 100%;
  margin-top: 5em;
}

/* line 16280, app/assets/stylesheets/frontend/application.scss */
.user-ideas-page .top-b-head {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* line 16285, app/assets/stylesheets/frontend/application.scss */
.user-ideas-page .top-b-head .page-title {
  display: flex;
  align-items: center;
  padding: 0px 15px;
}

/* line 16289, 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 16295, 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 16308, 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 16315, app/assets/stylesheets/frontend/application.scss */
.user-ideas-page .top-b-head .page-title .search {
  width: 100%;
}

/* line 16317, app/assets/stylesheets/frontend/application.scss */
.user-ideas-page .top-b-head .page-title .search .relative-searchbar {
  display: flex;
  align-items: center;
}

/* line 16320, 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 16328, 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 16331, 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 16339, app/assets/stylesheets/frontend/application.scss */
.user-ideas-page .top-b-head .add-btn {
  width: auto;
  padding: 0px 15px;
  margin-top: 6px;
}

/* line 16343, app/assets/stylesheets/frontend/application.scss */
.user-ideas-page .top-b-head .add-btn .save-btn {
  display: flex;
  align-items: center;
  margin: 0;
}

/* line 16347, app/assets/stylesheets/frontend/application.scss */
.user-ideas-page .top-b-head .add-btn .save-btn .btn-icon {
  margin-right: 5px;
}

/* line 16350, app/assets/stylesheets/frontend/application.scss */
.user-ideas-page .top-b-head .add-btn .save-btn .main-button-text {
  bottom: 0;
}

/* line 16356, 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 16365, app/assets/stylesheets/frontend/application.scss */
.user-ideas-page .page-filters .mobile-filter {
  display: none;
}

/* line 16369, app/assets/stylesheets/frontend/application.scss */
.user-ideas-page .page-filters .b-fill .removemorefilterclass {
  display: none;
}

/* line 16373, 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 16380, 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 16386, app/assets/stylesheets/frontend/application.scss */
.user-ideas-page .page-filters .f-select .select-wrapper {
  background-color: #f6f7f9;
  transition: all 0.3s;
}

/* line 16390, app/assets/stylesheets/frontend/application.scss */
.user-ideas-page .page-filters .f-select .select-wrapper span.caret {
  display: none;
}

/* line 16393, 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 16409, 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 16421, 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 16428, 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 16432, 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 16447, app/assets/stylesheets/frontend/application.scss */
.user-ideas-page .page-filters .l-filter {
  padding: 0px 0px;
  display: flex;
  align-items: center;
}

/* line 16452, app/assets/stylesheets/frontend/application.scss */
.user-ideas-page .page-filters .r-filter {
  padding: 0px 0px 0px 0px;
  display: flex;
  align-items: center;
}

/* line 16456, app/assets/stylesheets/frontend/application.scss */
.user-ideas-page .page-filters .r-filter .order-f {
  display: flex;
  align-items: center;
}

/* line 16460, app/assets/stylesheets/frontend/application.scss */
.user-ideas-page .page-filters .r-filter .group-by-drop {
  margin-left: 5px;
}

/* line 16464, 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 16481, app/assets/stylesheets/frontend/application.scss */
.user-ideas-page .page-filters .more-filter .btn-icon {
  margin-right: 5px;
}

/* line 16484, app/assets/stylesheets/frontend/application.scss */
.user-ideas-page .page-filters .more-filter:hover {
  background-color: #f6f7f9;
}

/* line 16488, 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 16504, 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 16512, 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 16519, app/assets/stylesheets/frontend/application.scss */
.user-ideas-page .page-filters .view-more-filters-block .heading-b {
  width: 100%;
}

/* line 16521, 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 16530, app/assets/stylesheets/frontend/application.scss */
.user-ideas-page .page-filters .view-more-filters-block .fields {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

/* line 16534, app/assets/stylesheets/frontend/application.scss */
.user-ideas-page .page-filters .view-more-filters-block .fields .field {
  width: 25%;
  padding: 5px 10px;
}

/* line 16538, 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 16555, app/assets/stylesheets/frontend/application.scss */
.user-ideas-page .page-filters .view-more-filters-block .fields .field .select-wrapper .caret {
  display: none;
}

/* line 16558, 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 16570, 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 16577, 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 16581, 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 16597, app/assets/stylesheets/frontend/application.scss */
.user-ideas-page .page-filters .view-more-filters-block .custom-fields {
  width: 100%;
  margin-top: 20px;
}

/* line 16602, app/assets/stylesheets/frontend/application.scss */
.user-ideas-page .page-filters .viewmorefiltersblockenable {
  display: block !important;
}

/* line 16607, app/assets/stylesheets/frontend/application.scss */
.user-ideas-page .page-wrapper {
  width: 100%;
}

/* line 16609, app/assets/stylesheets/frontend/application.scss */
.user-ideas-page .page-wrapper .ideas-bg {
  width: 100%;
}

/* line 16611, app/assets/stylesheets/frontend/application.scss */
.user-ideas-page .page-wrapper .ideas-bg ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

/* line 16616, app/assets/stylesheets/frontend/application.scss */
.user-ideas-page .page-wrapper .ideas-bg ul li {
  width: 25%;
  padding: 0px 5px;
  margin-bottom: 15px;
}

/* line 16620, 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 16631, app/assets/stylesheets/frontend/application.scss */
.user-ideas-page .page-wrapper .ideas-bg ul li .card-b .company-card-image {
  height: auto;
}

/* line 16633, 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 16637, 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 16649, 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 16659, app/assets/stylesheets/frontend/application.scss */
.user-ideas-page .page-wrapper .ideas-bg ul li .card-b .card-content {
  padding: 0px 15px 0px;
}

/* line 16661, 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 16671, 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 16678, 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 16683, 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 16685, 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 16695, 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 16700, 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 16703, 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 16710, 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 16725, 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 16728, 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 16736, 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 16741, 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 16745, 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 16759, 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 16772, 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 16777, 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 16790, 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 16802, 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 16812, 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 16816, 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 16833, 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 16837, 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 16841, 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 16847, 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 16855, 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 16866, 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 16883, 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 16888, 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 16892, 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 16898, 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 16902, 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 16912, 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 16917, 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 16924, 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 16930, 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 16937, 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 16940, 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 16943, 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 16951, 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 16959, 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 16970, 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 16972, 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 16989, 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 17002, 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 17008, app/assets/stylesheets/frontend/application.scss */
.user-ideas-page .page-wrapper .ideas-bg .people .content:hover {
  background-color: #fbfff4;
}

/* line 17011, app/assets/stylesheets/frontend/application.scss */
.user-ideas-page .page-wrapper .ideas-bg .people .content .display-people {
  display: flex;
  flex-direction: column;
}

/* line 17014, 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 17018, 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 17023, 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 17039, app/assets/stylesheets/frontend/application.scss */
.user-ideas-page .page-wrapper .ideas-bg .people .content .display-people .decription {
  width: 100%;
}

/* line 17041, 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 17046, 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 17059, 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 17067, 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 17074, 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 17079, 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 17086, 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 17091, 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 17094, 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 17098, 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 17117, app/assets/stylesheets/frontend/application.scss */
.user-ideas-page .page-wrapper .ideas-bg .people .content .hover-state {
  display: none;
}

/* line 17128, 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 17132, 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 17136, 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 17141, 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 17146, app/assets/stylesheets/frontend/application.scss */
.user-ideas-page .page-wrapper .ideas-bg .people .content:hover .hover-state {
  display: block;
}

/* line 17151, 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 17157, app/assets/stylesheets/frontend/application.scss */
.user-ideas-page .page-wrapper .ideas-bg .projects-cards .card:hover .on-hover-content {
  display: block;
}

/* line 17161, app/assets/stylesheets/frontend/application.scss */
.user-ideas-page .page-wrapper .ideas-bg .projects-cards .card:hover .bottom-content {
  display: block;
}

/* line 17166, app/assets/stylesheets/frontend/application.scss */
.user-department-page .departments {
  width: 100%;
  border-top: 1px solid #e1e4ea;
  padding-top: 20px;
  margin-top: 12px;
}

/* line 17171, 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 17177, app/assets/stylesheets/frontend/application.scss */
.user-department-page .departments .departments-ul li {
  width: 25%;
  padding: 0px 5px;
}

/* line 17180, 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 17194, app/assets/stylesheets/frontend/application.scss */
.user-department-page .departments .departments-ul li .card-b:hover {
  background-color: #f5fbff;
}

/* line 17197, app/assets/stylesheets/frontend/application.scss */
.user-department-page .departments .departments-ul li .card-b .card-img {
  height: 50px;
}

/* line 17199, 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 17205, 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 17211, 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 17221, 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 17237, 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 17241, 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 17247, 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 17249, 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 17254, 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 17256, 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 17265, 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 17275, 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 17277, 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 17286, 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 17296, 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 17301, 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 17308, 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 17313, 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 17334, app/assets/stylesheets/frontend/application.scss */
.user-category-page .departments .departments-ul li .card-b:hover {
  background-color: #fbfff4;
}

/* line 17347, 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 17353, 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 17373, 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 17379, 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 17396, app/assets/stylesheets/frontend/application.scss */
.user-side-table {
  width: 100%;
}

/* line 17398, 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 17408, 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 17417, app/assets/stylesheets/frontend/application.scss */
.user-side-table .user-name-avatar {
  display: flex;
  align-items: center;
}

/* line 17420, app/assets/stylesheets/frontend/application.scss */
.user-side-table .user-name-avatar img {
  width: 30px;
  height: 30px;
  border-radius: 20px;
  margin-right: 10px;
}

/* line 17427, 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 17435, app/assets/stylesheets/frontend/application.scss */
.user-side-table .parent-position-relative {
  position: relative;
  display: block;
}

/* line 17439, app/assets/stylesheets/frontend/application.scss */
.user-side-table .checkbox-col {
  width: 60px;
}

/* line 17452, 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 17468, app/assets/stylesheets/frontend/application.scss */
.trends-tags-user-page .mission-owner-content .inbox-mission-title {
  padding: 0px 15px;
}

/* line 17471, app/assets/stylesheets/frontend/application.scss */
.trends-tags-user-page .mission-owner-content .user-avatar-ideabox {
  padding: 0px 15px;
}

/* line 17474, 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 17484, app/assets/stylesheets/frontend/application.scss */
.trends-tags-user-page .mission-owner-content .inbox-mission-description p {
  padding: 0px 0px;
}

/* line 17488, app/assets/stylesheets/frontend/application.scss */
.trends-tags-user-page .mission-owner-content .viewmissiondec-enable {
  height: auto !important;
  overflow: visible !important;
}

/* line 17492, app/assets/stylesheets/frontend/application.scss */
.trends-tags-user-page .mission-owner-content .view-more-dec {
  width: 100%;
  display: flex;
  justify-content: center;
}

/* line 17496, 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 17505, 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 17510, app/assets/stylesheets/frontend/application.scss */
.trends-tags-user-page .mission-owner-content .view-more-dec .viewmoredecbtn-enable .viewless {
  display: block;
}

/* line 17513, app/assets/stylesheets/frontend/application.scss */
.trends-tags-user-page .mission-owner-content .view-more-dec .viewmoredecbtn-enable .viewmore {
  display: none;
}

/* line 17524, app/assets/stylesheets/frontend/application.scss */
.view-ideas-block {
  width: 100%;
  max-width: 1350px;
  margin-left: auto;
  margin-right: auto;
}

/* line 17531, app/assets/stylesheets/frontend/application.scss */
.view-ideas-block .idea-box {
  width: 25%;
  padding: 0px 14px;
}

/* line 17535, app/assets/stylesheets/frontend/application.scss */
.view-ideas-block .idea-box .content-idea {
  width: 100%;
}

/* line 17540, 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 17548, 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 17555, app/assets/stylesheets/frontend/application.scss */
.view-ideas-block .search-filter .content-search .field {
  width: 18%;
  padding: 12px 15px;
}

/* line 17558, 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 17563, app/assets/stylesheets/frontend/application.scss */
.view-ideas-block .search-filter .content-search .field .select-wrapper .select-dropdown {
  border: none;
}

/* line 17567, app/assets/stylesheets/frontend/application.scss */
.view-ideas-block .search-filter .content-search .field .select-wrapper .caret {
  color: #B3C7D7;
  right: 12px;
}

/* line 17574, 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 17581, 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 17586, 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 17596, 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 17602, 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 17607, app/assets/stylesheets/frontend/application.scss */
.view-ideas-block .search-filter .content-search .sort-field .select-wrapper .select-dropdown {
  width: auto;
}

/* line 17610, app/assets/stylesheets/frontend/application.scss */
.view-ideas-block .search-filter .content-search .sort-field .select-wrapper .caret {
  left: 42px;
}

/* line 17622, app/assets/stylesheets/frontend/application.scss */
.comments-main-heading {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 17626, 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 17637, 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 17650, app/assets/stylesheets/frontend/application.scss */
.undercover_profiles-page .main-title-profile {
  color: black;
}

/* line 17653, app/assets/stylesheets/frontend/application.scss */
.undercover_profiles-page .identity-small-txt {
  color: #525252;
}

/* line 17656, app/assets/stylesheets/frontend/application.scss */
.undercover_profiles-page .agent-name {
  color: black;
  text-shadow: none;
  font-weight: 400;
}

/* line 17662, app/assets/stylesheets/frontend/application.scss */
.undercover_profiles-page .carousel-prev {
  background-color: #cacaca;
  padding: 2px 8px 5px 10px;
  border-radius: 6px;
}

/* line 17667, app/assets/stylesheets/frontend/application.scss */
.undercover_profiles-page .carousel-next {
  background-color: #cacaca;
  padding: 2px 8px 5px 10px;
  border-radius: 6px;
}

/* line 17673, 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 17679, 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 17685, 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 17692, 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 17706, app/assets/stylesheets/frontend/application.scss */
.undercover_profiles-page .why-choose-avatar-text .avatar-text {
  margin-bottom: 15px;
}

/* line 17708, 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 17736, 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 17740, app/assets/stylesheets/frontend/application.scss */
.admin-column-plugin-page {
  margin-top: 4em;
}

/* line 17743, 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 17745, 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 17748, 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 17753, app/assets/stylesheets/frontend/application.scss */
.admin-column-plugin-page .board-user-profiles-pics {
  margin-left: 8px;
  margin-right: -20px;
}

/* line 17756, 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 17765, 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 17776, app/assets/stylesheets/frontend/application.scss */
.admin-column-plugin-page .main-head-row {
  background-color: #F6F7F9;
  width: 100%;
  padding: 15px 25px;
}

/* line 17780, app/assets/stylesheets/frontend/application.scss */
.admin-column-plugin-page .main-head-row .cat-row {
  display: flex;
  justify-content: space-between;
}

/* line 17783, app/assets/stylesheets/frontend/application.scss */
.admin-column-plugin-page .main-head-row .cat-row .categoty-switch {
  display: flex;
  align-items: center;
}

/* line 17786, app/assets/stylesheets/frontend/application.scss */
.admin-column-plugin-page .main-head-row .cat-row .categoty-switch .category-select {
  width: 250px;
}

/* line 17788, 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 17793, 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 17796, 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 17801, 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 17814, 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 17823, 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 17834, app/assets/stylesheets/frontend/application.scss */
.admin-column-plugin-page .main-head-row .cat-row .right-cat-content {
  display: flex;
  align-items: center;
}

/* line 17837, 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 17840, 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 17844, 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 17848, 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 17850, 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 17853, 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 17863, 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 17873, 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 17881, 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 17885, 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 17887, 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 17901, 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 17910, 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 17918, app/assets/stylesheets/frontend/application.scss */
.admin-column-plugin-page .main-head-row .total-ideas-count {
  width: auto;
  margin-left: 12px;
}

/* line 17921, app/assets/stylesheets/frontend/application.scss */
.admin-column-plugin-page .main-head-row .total-ideas-count h6 {
  color: white;
}

/* line 17929, 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 17935, app/assets/stylesheets/frontend/application.scss */
.bottom-load-more .btn, .bottom-load-more .btn-large {
  box-shadow: none;
}

/* line 17940, app/assets/stylesheets/frontend/application.scss */
.add-new-idea-modal-admin-boards {
  width: 100%;
  max-width: 768px;
  border-radius: 0px;
}

/* line 17944, app/assets/stylesheets/frontend/application.scss */
.add-new-idea-modal-admin-boards .card-sep {
  border-color: transparent;
}

/* line 17947, app/assets/stylesheets/frontend/application.scss */
.add-new-idea-modal-admin-boards .modal-tab {
  width: 100%;
  padding: 8px 15px 8px 15px;
  position: relative;
}

/* line 17951, 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 17956, 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 17964, 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 17979, 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 17989, 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 17999, app/assets/stylesheets/frontend/application.scss */
.add-new-idea-modal-admin-boards .tab-content-block .save-btn {
  margin-top: -10px;
  margin-right: 5px;
}

/* line 18004, app/assets/stylesheets/frontend/application.scss */
.add-new-idea-modal-admin-boards .heading {
  width: auto;
}

/* line 18007, app/assets/stylesheets/frontend/application.scss */
.add-new-idea-modal-admin-boards .heading .modal-header .img {
  display: flex;
  align-items: center;
}

/* line 18010, app/assets/stylesheets/frontend/application.scss */
.add-new-idea-modal-admin-boards .heading .modal-header .img h6 {
  margin-left: 12px;
}

/* line 18016, app/assets/stylesheets/frontend/application.scss */
.add-new-idea-modal-admin-boards .fields {
  width: 100%;
}

/* line 18018, app/assets/stylesheets/frontend/application.scss */
.add-new-idea-modal-admin-boards .fields .col {
  margin-bottom: 12px;
}

/* line 18020, 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 18028, 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 18034, 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 18046, app/assets/stylesheets/frontend/application.scss */
.add-new-idea-modal-admin-boards .fields .col .select-wrapper .caret {
  right: 12px !important;
}

/* line 18050, app/assets/stylesheets/frontend/application.scss */
.add-new-idea-modal-admin-boards .fields .col .select-wrapper input {
  height: 48px;
  font-size: 15px !important;
}

/* line 18055, app/assets/stylesheets/frontend/application.scss */
.add-new-idea-modal-admin-boards .fields .col .likeComment {
  background-color: #f7f7f7;
}

/* line 18057, app/assets/stylesheets/frontend/application.scss */
.add-new-idea-modal-admin-boards .fields .col .likeComment .likeComment1 {
  border-color: #ebebeb;
  color: #9c9c9c;
}

/* line 18061, app/assets/stylesheets/frontend/application.scss */
.add-new-idea-modal-admin-boards .fields .col .likeComment .likeComment1 .name .idea-img {
  width: 30px;
}

/* line 18068, 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 18074, app/assets/stylesheets/frontend/application.scss */
.add-new-idea-modal-admin-boards .fields .col .add-comment1 .comment-txt-textarea {
  min-height: 120px;
}

/* line 18079, 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 18085, 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 18091, 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 18095, app/assets/stylesheets/frontend/application.scss */
.add-new-idea-modal-admin-boards .fields .col .comment_container .comment-row-back .img-block {
  width: 10%;
}

/* line 18098, 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 18101, 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 18106, 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 18111, 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 18114, 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 18124, 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 18132, 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 18142, app/assets/stylesheets/frontend/application.scss */
.add-new-idea-modal-admin-board-two {
  width: 100%;
}

/* line 18146, 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 18155, 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 18170, 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 18182, app/assets/stylesheets/frontend/application.scss */
.mission-tab-ideas .ideas-card-row .idea-cards-position:nth-child(5) {
  display: none;
}

/* line 18185, app/assets/stylesheets/frontend/application.scss */
.mission-tab-ideas .ideas-card-row .idea-cards-position:nth-child(6) {
  display: none;
}

/* line 18194, 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 18203, 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 18218, 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 18232, app/assets/stylesheets/frontend/application.scss */
.boards-setting-modal-page {
  width: 100%;
  float: left;
  padding: 0 !important;
}

/* line 18236, app/assets/stylesheets/frontend/application.scss */
.boards-setting-modal-page .board-setting-header {
  display: block !important;
}

/* line 18239, app/assets/stylesheets/frontend/application.scss */
.boards-setting-modal-page .flex-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* line 18244, app/assets/stylesheets/frontend/application.scss */
.boards-setting-modal-page .board-setting-header {
  margin-bottom: 0px;
}

/* line 18246, app/assets/stylesheets/frontend/application.scss */
.boards-setting-modal-page .board-setting-header h6 {
  font-size: 20px;
}

/* line 18250, 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 18258, app/assets/stylesheets/frontend/application.scss */
.boards-setting-modal-page .tabs-setting .tab {
  height: auto;
  line-height: 2.5;
}

/* line 18261, 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 18267, app/assets/stylesheets/frontend/application.scss */
.boards-setting-modal-page .tabs-setting .tab a:hover {
  background-color: #e5e5e5;
}

/* line 18271, app/assets/stylesheets/frontend/application.scss */
.boards-setting-modal-page .tabs-setting .tab .active {
  background-color: #7d7d7d;
  color: white;
}

/* line 18274, app/assets/stylesheets/frontend/application.scss */
.boards-setting-modal-page .tabs-setting .tab .active:hover {
  background-color: #7d7d7d;
}

/* line 18279, app/assets/stylesheets/frontend/application.scss */
.boards-setting-modal-page .tabs-setting .indicator {
  display: none !important;
}

/* line 18283, app/assets/stylesheets/frontend/application.scss */
.boards-setting-modal-page #general_details {
  padding-bottom: 65px;
}

/* line 18286, app/assets/stylesheets/frontend/application.scss */
.boards-setting-modal-page .settings-pages {
  padding: 0px;
}

/* line 18288, app/assets/stylesheets/frontend/application.scss */
.boards-setting-modal-page .settings-pages .field {
  width: 100%;
  float: left;
  margin-bottom: 15px;
}

/* line 18292, 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 18303, 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 18310, app/assets/stylesheets/frontend/application.scss */
.boards-setting-modal-page .settings-pages .field .profile-img .profile-edit-box .input-field {
  margin: 0;
}

/* line 18312, 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 18319, app/assets/stylesheets/frontend/application.scss */
.boards-setting-modal-page .settings-pages .field .profile-img .profile-edit-pic {
  background-size: cover;
}

/* line 18323, 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 18331, app/assets/stylesheets/frontend/application.scss */
.boards-setting-modal-page .settings-pages .field .caret {
  right: 12px;
  top: 5px;
  z-index: 1;
}

/* line 18336, app/assets/stylesheets/frontend/application.scss */
.boards-setting-modal-page .settings-pages .field .dropdown-content {
  top: 40px !important;
  max-height: 200px;
}

/* line 18342, app/assets/stylesheets/frontend/application.scss */
.boards-setting-modal-page .settings-pages .field-undercover .tooltip-icon {
  display: flex;
}

/* line 18344, 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 18348, 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 18364, app/assets/stylesheets/frontend/application.scss */
.boards-setting-modal-page .settings-pages .field-undercover .tooltip-icon label {
  width: auto;
  margin-right: 8px;
}

/* line 18373, app/assets/stylesheets/frontend/application.scss */
.boards-setting-modal-page .privacy-agent-profile .field {
  margin-bottom: 25px;
}

/* line 18375, 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 18381, 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 18386, 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 18397, app/assets/stylesheets/frontend/application.scss */
.boards-setting-modal-page .access-block {
  width: 100%;
  margin-bottom: 22px;
}

/* line 18400, app/assets/stylesheets/frontend/application.scss */
.boards-setting-modal-page .access-block .field {
  width: 100%;
}

/* line 18402, 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 18411, 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 18419, app/assets/stylesheets/frontend/application.scss */
.boards-setting-modal-page .access-block .field .select-wrapper .caret {
  right: 12px;
  top: 5px;
  z-index: 1;
}

/* line 18425, app/assets/stylesheets/frontend/application.scss */
.boards-setting-modal-page .access-block .field .dropdown-content {
  top: 42px !important;
}

/* line 18432, app/assets/stylesheets/frontend/application.scss */
.boards-setting-modal-page .participant-table .participants {
  width: 100%;
}

/* line 18434, 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 18438, 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 18441, app/assets/stylesheets/frontend/application.scss */
.boards-setting-modal-page .participant-table .participants .top-row-field .select-drop .input-field {
  margin: 0;
}

/* line 18443, 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 18447, 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 18452, 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 18463, 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 18472, app/assets/stylesheets/frontend/application.scss */
.boards-setting-modal-page .participant-table .participants .top-row-field .row-btns {
  margin-top: 20px;
}

/* line 18474, 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 18481, 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 18489, app/assets/stylesheets/frontend/application.scss */
.boards-setting-modal-page .participant-table .participants .invite-table-new table {
  font-size: 14px;
}

/* line 18496, app/assets/stylesheets/frontend/application.scss */
.boards-setting-modal-page .submit-btn .save-close {
  text-transform: inherit;
  box-shadow: none;
  background-color: #33334f;
}

/* line 18504, app/assets/stylesheets/frontend/application.scss */
.boards-setting-modal-page .settings-pages .field-undercover .tooltip-icon .tooltip:hover .tooltiptext {
  visibility: visible;
}

/* line 18511, app/assets/stylesheets/frontend/application.scss */
.fixed-modal-design .modal-content {
  padding: 0px;
}

/* line 18514, app/assets/stylesheets/frontend/application.scss */
.fixed-modal-design .modal-body {
  width: 100%;
  padding: 14px 22px;
}

/* line 18518, 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 18524, app/assets/stylesheets/frontend/application.scss */
.fixed-modal-design .modal-header--sticky h5 {
  font-size: 24px;
  margin: 0px 0px 0px 0px;
  color: #101828;
}

/* line 18530, 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 18540, app/assets/stylesheets/frontend/application.scss */
.am-new-modal {
  width: 100%;
  border-radius: 12px;
  background-color: white;
  max-width: 768px;
}

/* line 18551, app/assets/stylesheets/frontend/application.scss */
.company-signup-page {
  width: 100%;
  float: left;
  padding-top: 75px;
}

/* line 18557, 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 18563, app/assets/stylesheets/frontend/application.scss */
.company-signup-page .page-timeline-block .display-content {
  display: flex;
  align-items: center;
}

/* line 18567, 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 18576, app/assets/stylesheets/frontend/application.scss */
.company-signup-page .page-timeline-block .field h5 {
  margin: 0;
  font-size: 18px;
  font-weight: 400;
}

/* line 18583, 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 18590, app/assets/stylesheets/frontend/application.scss */
.company-signup-page .page-timeline-block .active-gray {
  background-color: #688FAF;
  color: white;
}

/* line 18594, app/assets/stylesheets/frontend/application.scss */
.company-signup-page .page-timeline-block .active-green {
  background: #1ddd48;
  color: white;
  border-color: #1ddd48;
}

/* line 18600, app/assets/stylesheets/frontend/application.scss */
.company-signup-page .content-flex {
  display: flex;
  background-color: #fafafa;
  height: 100vh;
}

/* line 18606, app/assets/stylesheets/frontend/application.scss */
.company-signup-page .content-flex .fix-container-left {
  max-width: 500px;
  margin-left: auto;
  width: 100%;
}

/* line 18611, app/assets/stylesheets/frontend/application.scss */
.company-signup-page .content-flex .fix-container-right {
  max-width: 500px;
  margin-right: auto;
  width: 100%;
}

/* line 18617, 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 18625, 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 18630, app/assets/stylesheets/frontend/application.scss */
.company-signup-page .content-flex .left-content-block .content-block .heading-sec {
  width: 100%;
}

/* line 18632, 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 18639, 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 18643, 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 18648, 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 18657, 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 18662, 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 18665, 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 18668, 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 18673, 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 18678, 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 18685, 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 18689, 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 18694, 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 18698, 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 18704, 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 18713, 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 18720, app/assets/stylesheets/frontend/application.scss */
.company-signup-page .content-flex .right-content-block .logo-small {
  display: none;
}

/* line 18723, app/assets/stylesheets/frontend/application.scss */
.company-signup-page .content-flex .right-content-block .login-signup-header {
  display: none;
}

/* line 18726, app/assets/stylesheets/frontend/application.scss */
.company-signup-page .content-flex .right-content-block .signup-card-block {
  width: 100%;
}

/* line 18728, app/assets/stylesheets/frontend/application.scss */
.company-signup-page .content-flex .right-content-block .signup-card-block .heading-sec {
  width: 100%;
}

/* line 18730, 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 18738, 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 18743, 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 18752, 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 18758, 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 18769, 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 18772, 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 18774, 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 18780, 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 18784, 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 18792, 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 18798, 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 18803, 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 18812, 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 18815, 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 18821, app/assets/stylesheets/frontend/application.scss */
.company-signup-page .content-flex .right-content-block .signup-btns-block {
  width: 100%;
  padding: 0px 15px;
}

/* line 18824, 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 18831, 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 18836, app/assets/stylesheets/frontend/application.scss */
.company-signup-page .content-flex .right-content-block .signup-btns-block .btnfields .btnb {
  width: 100%;
}

/* line 18838, 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 18850, 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 18854, 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 18861, 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 18866, 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 18871, 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 18876, 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 18881, 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 18886, 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 18890, app/assets/stylesheets/frontend/application.scss */
.company-signup-page .content-flex .right-content-block .signup-btns-block .signupemail-btn .btnb {
  width: 100%;
}

/* line 18892, 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 18904, 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 18909, 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 18917, app/assets/stylesheets/frontend/application.scss */
.company-signup-page .content-flex .right-content-block .signupemailactive {
  display: block !important;
}

/* line 18920, app/assets/stylesheets/frontend/application.scss */
.company-signup-page .content-flex .right-content-block .signupbuttonsdisable {
  display: none;
}

/* line 18925, app/assets/stylesheets/frontend/application.scss */
.company-signup-page .step-page-content {
  width: 100%;
  padding: 130px 100px 30px 100px;
}

/* line 18928, 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 18934, app/assets/stylesheets/frontend/application.scss */
.company-signup-page .step-page-content .inner-content {
  width: 100%;
}

/* line 18936, app/assets/stylesheets/frontend/application.scss */
.company-signup-page .step-page-content .inner-content .page-heading {
  width: 100%;
}

/* line 18938, 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 18946, app/assets/stylesheets/frontend/application.scss */
.company-signup-page .step-page-content .inner-content .fields {
  width: 100%;
  margin-bottom: 3.5em;
}

/* line 18949, app/assets/stylesheets/frontend/application.scss */
.company-signup-page .step-page-content .inner-content .fields .field {
  width: 100%;
  margin-bottom: 20px;
}

/* line 18952, 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 18961, 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 18969, app/assets/stylesheets/frontend/application.scss */
.company-signup-page .step-page-content .inner-content .fields .field .display-fields-btns {
  width: 100%;
  display: flex;
}

/* line 18972, 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 18981, 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 18986, 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 18990, 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 18994, 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 19003, 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 19008, 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 19012, 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 19020, app/assets/stylesheets/frontend/application.scss */
.company-signup-page .step-page-content .action-buttons {
  width: 100%;
  text-align: center;
}

/* line 19029, 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 19033, 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 19043, app/assets/stylesheets/frontend/application.scss */
.company-signup-page .step-two-content .inner-content .fields .field .interest-btn:hover {
  background: #1ddd48;
  color: white;
}

/* line 19047, 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 19054, app/assets/stylesheets/frontend/application.scss */
.company-signup-page .step-two-content .inner-content .fields .field .interest-btn span {
  font-size: 14px;
}

/* line 19057, 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 19063, app/assets/stylesheets/frontend/application.scss */
.company-signup-page .step-two-content .inner-content .fields .field .funnel-btn i {
  color: #cf7b06;
}

/* line 19069, app/assets/stylesheets/frontend/application.scss */
.company-signup-page .step-two-content .inner-content .fields .field .ai-btn i {
  color: #00ba88;
}

/* line 19075, app/assets/stylesheets/frontend/application.scss */
.company-signup-page .step-two-content .inner-content .fields .field .people-icon img {
  width: 52px;
}

/* line 19080, app/assets/stylesheets/frontend/application.scss */
.company-signup-page .step-two-content .inner-content .fields .field .bulb-icon img {
  width: 40px;
}

/* line 19084, 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 19094, app/assets/stylesheets/frontend/application.scss */
.company-signup-page .step-three-content .inner-content .page-heading {
  display: flex;
  justify-content: center;
}

/* line 19097, app/assets/stylesheets/frontend/application.scss */
.company-signup-page .step-three-content .inner-content .page-heading h5 {
  margin-bottom: 0.7em;
}

/* line 19100, 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 19107, app/assets/stylesheets/frontend/application.scss */
.company-signup-page .step-three-content .inner-content .fields {
  margin-bottom: 2em;
}

/* line 19109, 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 19112, 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 19116, 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 19120, app/assets/stylesheets/frontend/application.scss */
.company-signup-page .step-three-content .inner-content .fields .field .display-flex {
  display: flex;
  justify-content: center;
}

/* line 19123, app/assets/stylesheets/frontend/application.scss */
.company-signup-page .step-three-content .inner-content .fields .field .display-flex .inner-field-color {
  width: 65px;
}

/* line 19125, 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 19131, 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 19142, 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 19150, 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 19158, 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 19171, 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 19176, 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 19180, 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 19188, 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 19192, 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 19205, app/assets/stylesheets/frontend/application.scss */
.company-signup-page .step-four-content {
  padding: 25px 100px 30px 100px;
}

/* line 19208, app/assets/stylesheets/frontend/application.scss */
.company-signup-page .step-four-content .inner-content .page-heading {
  text-align: center;
}

/* line 19210, 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 19219, app/assets/stylesheets/frontend/application.scss */
.company-signup-page .step-four-content .inner-content .page-heading img {
  width: 100px;
  margin-bottom: 20px;
}

/* line 19223, app/assets/stylesheets/frontend/application.scss */
.company-signup-page .step-four-content .inner-content .page-heading h5 {
  text-align: left;
}

/* line 19227, 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 19231, app/assets/stylesheets/frontend/application.scss */
.company-signup-page .step-four-content .inner-content .fields .field {
  width: 50%;
  padding: 0px 5px 0px 5px;
}

/* line 19234, 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 19240, app/assets/stylesheets/frontend/application.scss */
.company-signup-page .step-four-content .inner-content .fields .field ul {
  margin-top: 0;
}

/* line 19242, 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 19260, 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 19265, app/assets/stylesheets/frontend/application.scss */
.company-wizards-page .user-main-nav .am-fixed-top .logo .dynamic-logo {
  display: none;
}

/* line 19268, app/assets/stylesheets/frontend/application.scss */
.company-wizards-page .user-main-nav .am-fixed-top .logo .wizard-page-logo {
  display: block !important;
}

/* line 19271, app/assets/stylesheets/frontend/application.scss */
.company-wizards-page .user-main-nav .am-fixed-top .logo .company-name-header {
  color: black !important;
}

/* line 19275, app/assets/stylesheets/frontend/application.scss */
.company-wizards-page .user-main-nav .am-fixed-top i.material-icons {
  color: black !important;
}

/* line 19278, app/assets/stylesheets/frontend/application.scss */
.company-wizards-page .user-main-nav .am-fixed-top .xp-score {
  color: black !important;
}

/* line 19283, app/assets/stylesheets/frontend/application.scss */
.company-wizards-page .user-main-nav .am-fixed-top .timeline-user .user-avatar span {
  color: black !important;
}

/* line 19289, app/assets/stylesheets/frontend/application.scss */
.company-wizards-page .user-main-nav .wizard-head-bottom-bar {
  height: 2px;
  width: 100%;
  display: block !important;
}

/* line 19303, app/assets/stylesheets/frontend/application.scss */
.forgot-password-page {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}

/* line 19307, 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 19316, app/assets/stylesheets/frontend/application.scss */
.forgot-password-page .page-content .login-signup-header h5 {
  font-weight: 400;
  font-size: 20px;
}

/* line 19321, app/assets/stylesheets/frontend/application.scss */
.forgot-password-page .page-content .login-fields-block {
  margin-top: 2em;
}

/* line 19323, app/assets/stylesheets/frontend/application.scss */
.forgot-password-page .page-content .login-fields-block h5 {
  font-size: 20px;
  font-weight: 500;
}

/* line 19328, 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 19332, 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 19340, 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 19347, 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 19364, app/assets/stylesheets/frontend/application.scss */
.update-profile-page-user-side {
  width: 100%;
  padding-top: 8em;
  padding-bottom: 3.2em;
}

/* line 19368, 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 19376, 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 19384, app/assets/stylesheets/frontend/application.scss */
.update-profile-page-user-side .profile-width .profile-bg-back {
  width: 100%;
  display: flex;
  flex-direction: column;
}

/* line 19388, 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 19392, app/assets/stylesheets/frontend/application.scss */
.update-profile-page-user-side .profile-width .profile-bg-back .title h5 {
  font-weight: 400;
}

/* line 19396, app/assets/stylesheets/frontend/application.scss */
.update-profile-page-user-side .profile-width .profile-bg-back .field {
  width: 100%;
  margin-bottom: 15px;
}

/* line 19399, 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 19404, 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 19408, 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 19413, 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 19420, app/assets/stylesheets/frontend/application.scss */
.update-profile-page-user-side .profile-width .profile-img {
  margin-bottom: 15px;
  width: 135px;
  height: 135px;
}

/* line 19425, app/assets/stylesheets/frontend/application.scss */
.update-profile-page-user-side .profile-width .profile-small {
  display: none;
}

/* line 19427, 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 19435, 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 19443, app/assets/stylesheets/frontend/application.scss */
.user-view-profile-page {
  width: 100%;
  margin-top: 5em;
}

/* line 19446, 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 19452, 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 19457, app/assets/stylesheets/frontend/application.scss */
.user-view-profile-page .top-admin-edit-btn .edit-btn:hover {
  box-shadow: none;
  background-color: transparent;
}

/* line 19463, app/assets/stylesheets/frontend/application.scss */
.user-view-profile-page .heading {
  font-size: 20px;
  font-weight: 500;
  margin: 0px 0px 10px 0px;
}

/* line 19468, app/assets/stylesheets/frontend/application.scss */
.user-view-profile-page .top-flex {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 12px;
}

/* line 19473, app/assets/stylesheets/frontend/application.scss */
.user-view-profile-page .top-flex .profile-b {
  width: 50%;
  padding: 0px 15px;
}

/* line 19476, 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 19481, 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 19487, 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 19492, app/assets/stylesheets/frontend/application.scss */
.user-view-profile-page .top-flex .profile-b .profile-img-b .full-name {
  font-size: 20px;
}

/* line 19496, app/assets/stylesheets/frontend/application.scss */
.user-view-profile-page .top-flex .profile-b .profile-bg-back {
  width: 100%;
}

/* line 19498, app/assets/stylesheets/frontend/application.scss */
.user-view-profile-page .top-flex .profile-b .profile-bg-back .field {
  width: 100%;
  margin-bottom: 6px;
}

/* line 19501, app/assets/stylesheets/frontend/application.scss */
.user-view-profile-page .top-flex .profile-b .profile-bg-back .field label {
  font-size: 14px;
}

/* line 19504, 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 19508, 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 19511, 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 19519, 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 19522, 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 19526, 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 19535, app/assets/stylesheets/frontend/application.scss */
.user-view-profile-page .top-flex .right-stats-b {
  width: 50%;
  padding: 0px 15px;
}

/* line 19538, 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 19544, app/assets/stylesheets/frontend/application.scss */
.user-view-profile-page .top-flex .right-stats-b .user-stats .stat-fields {
  width: 100%;
}

/* line 19547, 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 19550, 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 19555, 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 19558, 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 19562, 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 19565, 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 19573, 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 19578, 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 19582, 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 19585, 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 19593, 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 19596, 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 19600, 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 19609, app/assets/stylesheets/frontend/application.scss */
.user-view-profile-page .bottom-flex {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

/* line 19613, app/assets/stylesheets/frontend/application.scss */
.user-view-profile-page .bottom-flex .top-ideas-b {
  width: 50%;
  padding: 5px 15px;
}

/* line 19616, 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 19622, app/assets/stylesheets/frontend/application.scss */
.user-view-profile-page .bottom-flex .top-ideas-b .content-b table th {
  border: none !important;
}

/* line 19625, app/assets/stylesheets/frontend/application.scss */
.user-view-profile-page .bottom-flex .top-ideas-b .content-b table td {
  border: none !important;
}

/* line 19628, 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 19631, 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 19637, 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 19659, 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 19664, app/assets/stylesheets/frontend/application.scss */
.admin-global-learn-btn-block {
  width: auto;
}

/* line 19666, app/assets/stylesheets/frontend/application.scss */
.admin-global-learn-btn-block .learn-btn-icon {
  display: flex;
  align-items: center;
}

/* line 19669, app/assets/stylesheets/frontend/application.scss */
.admin-global-learn-btn-block .learn-btn-icon .btn-icon {
  margin-right: 6px;
}

/* line 19672, app/assets/stylesheets/frontend/application.scss */
.admin-global-learn-btn-block .learn-btn-icon i {
  rotate: 90deg;
  margin-left: 10px;
  line-height: normal;
}

/* line 19678, 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 19685, app/assets/stylesheets/frontend/application.scss */
.admin-global-learn-btn-block .learn-btn:hover {
  background-color: #33334f;
  color: white;
}

/* line 19689, 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 19697, 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 19706, 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 19709, 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 19720, app/assets/stylesheets/frontend/application.scss */
.admin-global-learn-btn-block .learn-btn:hover .learn-hover-drop-content {
  display: block;
}

/* line 19724, app/assets/stylesheets/frontend/application.scss */
.idea-submitted-modal {
  max-width: 768px;
  width: 100%;
}

/* line 19728, app/assets/stylesheets/frontend/application.scss */
.idea-submitted-modal .modal-heading h5 {
  font-size: 25px;
}

/* line 19732, app/assets/stylesheets/frontend/application.scss */
.idea-submitted-modal .modal-body {
  padding-right: 0;
}

/* line 19735, app/assets/stylesheets/frontend/application.scss */
.idea-submitted-modal .submited-content {
  width: 100%;
  display: flex;
  align-items: center;
}

/* line 19739, app/assets/stylesheets/frontend/application.scss */
.idea-submitted-modal .submited-content .left-img {
  width: auto;
  padding-right: 15px;
}

/* line 19742, app/assets/stylesheets/frontend/application.scss */
.idea-submitted-modal .submited-content .left-img img {
  width: 120px;
}

/* line 19746, 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 19751, app/assets/stylesheets/frontend/application.scss */
.idea-submitted-modal .submited-content .right-text p {
  margin-bottom: 8px;
}

/* line 19754, app/assets/stylesheets/frontend/application.scss */
.idea-submitted-modal .submited-content .right-text ul {
  padding-left: 15px;
}

/* line 19756, app/assets/stylesheets/frontend/application.scss */
.idea-submitted-modal .submited-content .right-text ul li {
  list-style-type: disc;
}

/* line 19762, app/assets/stylesheets/frontend/application.scss */
.idea-submitted-modal .flex-buttons {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

/* line 19767, app/assets/stylesheets/frontend/application.scss */
.idea-submitted-modal .flex-buttons .btn-block {
  width: auto;
  padding: 2px 5px;
}

/* line 19770, 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 19782, 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 19791, app/assets/stylesheets/frontend/application.scss */
.new-invite-user-page {
  width: 100%;
  margin: 6em 0em 0em 0em;
  padding: 6px 12px;
}

/* line 19795, 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 19803, app/assets/stylesheets/frontend/application.scss */
.new-invite-user-page .page-flex .information-main {
  width: 100%;
  height: auto;
  padding: 0px 20px 10px 20px;
}

/* line 19807, 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 19813, 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 19819, 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 19825, 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 19832, 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 19840, 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 19848, app/assets/stylesheets/frontend/application.scss */
.new-invite-user-page .page-flex .login-fields .input-fields .pass-field-blue {
  height: auto;
}

/* line 19853, 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 19863, app/assets/stylesheets/frontend/application.scss */
.btn, .btn-large {
  border-radius: 5px !important;
}

/* line 19867, app/assets/stylesheets/frontend/application.scss */
.teams-welcome-page {
  width: 100%;
  padding: 12px;
}

/* line 19870, 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 19879, app/assets/stylesheets/frontend/application.scss */
.teams-welcome-page .btn:hover, .teams-welcome-page .btn-large:hover {
  background-color: #33334f;
  color: white;
}

/* line 19884, app/assets/stylesheets/frontend/application.scss */
.teams-welcome-page .profile-b {
  width: 100%;
}

/* line 19886, app/assets/stylesheets/frontend/application.scss */
.teams-welcome-page .profile-b .name {
  width: 100%;
  margin-bottom: 20px;
}

/* line 19889, app/assets/stylesheets/frontend/application.scss */
.teams-welcome-page .profile-b .name .flex {
  display: flex;
  align-items: start;
  justify-content: space-between;
}

/* line 19893, 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 19898, app/assets/stylesheets/frontend/application.scss */
.teams-welcome-page .profile-b .name .flex .left-b .img {
  margin-right: 12px;
}

/* line 19900, app/assets/stylesheets/frontend/application.scss */
.teams-welcome-page .profile-b .name .flex .left-b .img img {
  border-radius: 100%;
  width: 40px;
}

/* line 19906, 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 19915, app/assets/stylesheets/frontend/application.scss */
.teams-welcome-page .profile-b .levels-b {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

/* line 19919, app/assets/stylesheets/frontend/application.scss */
.teams-welcome-page .profile-b .levels-b .level {
  width: 50%;
  padding: 0px 12px 12px 0px;
}

/* line 19922, app/assets/stylesheets/frontend/application.scss */
.teams-welcome-page .profile-b .levels-b .level .flex {
  display: flex;
  align-items: center;
}

/* line 19925, 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 19934, app/assets/stylesheets/frontend/application.scss */
.teams-welcome-page .content-p {
  background-color: white;
  border-radius: 15px;
  padding: 18px 18px;
  margin-bottom: 15px;
}

/* line 19940, app/assets/stylesheets/frontend/application.scss */
.teams-welcome-page .top-tabs {
  height: auto;
  margin-bottom: 12px;
}

/* line 19943, app/assets/stylesheets/frontend/application.scss */
.teams-welcome-page .top-tabs .tab {
  line-height: normal;
  height: auto;
}

/* line 19946, 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 19953, app/assets/stylesheets/frontend/application.scss */
.teams-welcome-page .top-tabs .indicator {
  background-color: #0009FF !important;
}

/* line 19957, app/assets/stylesheets/frontend/application.scss */
.teams-welcome-page table {
  border: none;
}

/* line 19959, app/assets/stylesheets/frontend/application.scss */
.teams-welcome-page table th {
  border: none;
  border-bottom: 1px solid #ccc;
}

/* line 19962, app/assets/stylesheets/frontend/application.scss */
.teams-welcome-page table th i {
  font-size: 18px;
}

/* line 19968, app/assets/stylesheets/frontend/application.scss */
.teams-welcome-page table tbody tr td {
  border: none;
  border-bottom: 1px solid #ccc;
}

/* line 19974, app/assets/stylesheets/frontend/application.scss */
.teams-welcome-page table .owner-name {
  display: flex;
  align-items: center;
}

/* line 19977, app/assets/stylesheets/frontend/application.scss */
.teams-welcome-page table .owner-name img {
  width: 25px;
  border-radius: 100%;
  margin-right: 10px;
}

/* line 19983, app/assets/stylesheets/frontend/application.scss */
.teams-welcome-page table h5 {
  margin: 0px;
  font-size: 15px;
}

/* line 19991, app/assets/stylesheets/frontend/application.scss */
.action-drop-down {
  width: auto;
  position: relative;
}

/* line 19996, app/assets/stylesheets/frontend/application.scss */
.dropdown-trigger-fix {
  display: flex;
  align-items: center;
}

/* line 19999, app/assets/stylesheets/frontend/application.scss */
.dropdown-trigger-fix span {
  display: flex;
  align-items: center;
  line-height: normal;
  margin-top: 0px;
}

/* line 20005, app/assets/stylesheets/frontend/application.scss */
.dropdown-trigger-fix i {
  rotate: 90deg;
  margin-left: 5px;
  line-height: normal;
}

/* line 20018, 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 20026, app/assets/stylesheets/frontend/application.scss */
.action-drop-content li {
  min-height: auto;
  line-height: initial;
  width: 100%;
}

/* line 20030, 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 20042, app/assets/stylesheets/frontend/application.scss */
.action-drop-content li a:hover {
  background-color: #eee !important;
  color: #101828 !important;
}

/* line 20051, app/assets/stylesheets/frontend/application.scss */
.attached-file-table-list-view {
  width: 100%;
}

/* line 20054, 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 20064, app/assets/stylesheets/frontend/application.scss */
.attached-file-table-list-view .file-content:hover {
  background-color: #f2f8fc;
}

/* line 20067, 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 20074, 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 20081, app/assets/stylesheets/frontend/application.scss */
.attached-file-table-list-view .file-name {
  display: flex;
  align-items: center;
}

/* line 20085, app/assets/stylesheets/frontend/application.scss */
.attached-file-table-list-view .file-name .file-flex {
  display: flex;
  align-items: center;
}

/* line 20088, 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 20094, 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 20101, 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 20109, app/assets/stylesheets/frontend/application.scss */
.attached-file-table-list-view .file-name .col-remove a {
  display: flex;
  align-items: center;
}

/* line 20115, app/assets/stylesheets/frontend/application.scss */
.attached-file-table-list-view .creator {
  display: flex;
  align-items: center;
}

/* line 20118, app/assets/stylesheets/frontend/application.scss */
.attached-file-table-list-view .creator img {
  margin-right: 10px;
}

/* line 20124, 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 20135, app/assets/stylesheets/frontend/application.scss */
  .am-fixed-top .mobile-search .search-bar-magnify {
    display: none;
  }
}

@media screen and (min-width: 579px) {
  /* line 20146, app/assets/stylesheets/frontend/application.scss */
  .new-user-landing-page .slider-bg .mobile-right-btns {
    display: none;
  }
}

@media screen and (max-width: 992px) {
  /* line 20155, app/assets/stylesheets/frontend/application.scss */
  .am-fixed-top {
    position: relative;
    padding: 3px 2px 2px 2px;
  }
  /* line 20159, app/assets/stylesheets/frontend/application.scss */
  .am-fixed-top .mobile-search .search-bar-magnify {
    display: block;
    margin-right: 10px;
  }
  /* line 20164, app/assets/stylesheets/frontend/application.scss */
  .am-fixed-top #mobile-search-form {
    display: none;
  }
  /* line 20172, app/assets/stylesheets/frontend/application.scss */
  .am-fixed-top .timeline-user .user-avatar span {
    display: none;
  }
  /* line 20176, 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 20182, app/assets/stylesheets/frontend/application.scss */
  .am-fixed-top .timeline-user .sub-p-r {
    display: none;
  }
  /* line 20185, app/assets/stylesheets/frontend/application.scss */
  .am-fixed-top .timeline-user .home-sub-p-r {
    display: block;
  }
  /* line 20189, app/assets/stylesheets/frontend/application.scss */
  .am-fixed-top .logo-resize {
    height: 30px;
  }
  /* line 20192, app/assets/stylesheets/frontend/application.scss */
  .am-fixed-top .head-xp-no {
    padding-left: 15px;
  }
  /* line 20196, 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 20206, app/assets/stylesheets/frontend/application.scss */
  #teams-search-form .new-page-search {
    width: 100%;
    margin-right: 0px;
  }
  /* line 20209, 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 20219, app/assets/stylesheets/frontend/application.scss */
  .row .col.m3 {
    width: 100%;
  }
  /* line 20225, app/assets/stylesheets/frontend/application.scss */
  .idea-tab-btn {
    display: block;
  }
  /* line 20228, app/assets/stylesheets/frontend/application.scss */
  .idea-details-tab-btn {
    display: none;
  }
}

@media screen and (min-width: 1850px) {
  /* line 20253, app/assets/stylesheets/frontend/application.scss */
  .mission-tab-ideas .ideas-card-row .idea-cards-position:nth-child(5) {
    display: block;
  }
  /* line 20256, app/assets/stylesheets/frontend/application.scss */
  .mission-tab-ideas .ideas-card-row .idea-cards-position:nth-child(6) {
    display: block;
  }
  /* line 20261, app/assets/stylesheets/frontend/application.scss */
  .view-ideas-block .view-heading {
    width: 60%;
  }
  /* line 20267, 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 20281, app/assets/stylesheets/frontend/application.scss */
  .admin-column-plugin-page .main-head-row .cat-row {
    flex-direction: column;
  }
  /* line 20283, app/assets/stylesheets/frontend/application.scss */
  .admin-column-plugin-page .main-head-row .cat-row .right-cat-content {
    margin-top: 12px;
  }
  /* line 20286, 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 20296, app/assets/stylesheets/frontend/application.scss */
  .boards-body .overflowCol {
    height: calc(100vh - 172px);
  }
  /* line 20307, app/assets/stylesheets/frontend/application.scss */
  .new-user-landing-page .slider-bg .content .manager-view .company-info .company-title h3 {
    font-size: 22px;
  }
  /* line 20310, app/assets/stylesheets/frontend/application.scss */
  .new-user-landing-page .slider-bg .content .manager-view .company-info .company-title h1 {
    font-size: 15px;
  }
  /* line 20322, app/assets/stylesheets/frontend/application.scss */
  .user-ideas-page .page-filters .idea_search {
    flex-direction: column;
  }
  /* line 20324, app/assets/stylesheets/frontend/application.scss */
  .user-ideas-page .page-filters .idea_search .l-filter {
    padding: 0px 0px;
  }
  /* line 20328, app/assets/stylesheets/frontend/application.scss */
  .user-ideas-page .page-filters .ideas-funnel-search-form {
    flex-direction: column;
  }
  /* line 20330, app/assets/stylesheets/frontend/application.scss */
  .user-ideas-page .page-filters .ideas-funnel-search-form .l-filter {
    padding: 0px 0px;
  }
  /* line 20338, app/assets/stylesheets/frontend/application.scss */
  .user-ideas-page .page-wrapper .ideas-bg ul li {
    width: 33.3333333%;
  }
  /* line 20348, app/assets/stylesheets/frontend/application.scss */
  .user-people-page .page-filters .ideas-funnel-search-form {
    flex-direction: row;
  }
  /* line 20350, 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 20368, app/assets/stylesheets/frontend/application.scss */
  .new-user-landing-page .wrapper .missions-block .missions .mission-ul li {
    width: 33.333333333333%;
  }
  /* line 20378, app/assets/stylesheets/frontend/application.scss */
  .new-user-landing-page .my-ideas-block .missions-ul li {
    width: 33.333333333333%;
  }
  /* line 20386, app/assets/stylesheets/frontend/application.scss */
  .new-user-landing-page .projects-block .projects-ul li {
    width: 33.333333333333%;
  }
  /* line 20394, app/assets/stylesheets/frontend/application.scss */
  .new-user-landing-page .active-people-block .people-content .people {
    width: 33.333333333333%;
  }
  /* line 20403, app/assets/stylesheets/frontend/application.scss */
  .new-user-landing-page .department-block .departments .departments-ul li {
    width: 33.333333333333%;
  }
  /* line 20414, app/assets/stylesheets/frontend/application.scss */
  .view-ideas-block .ideas-card-row .idea-cards-position {
    width: 33.333333333333%;
  }
  /* line 20423, 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 20438, app/assets/stylesheets/frontend/application.scss */
  .am-fixed-top .logo h5 {
    font-size: 14px;
  }
  /* line 20448, app/assets/stylesheets/frontend/application.scss */
  .title-top-b a span {
    font-size: 14px;
  }
  /* line 20457, app/assets/stylesheets/frontend/application.scss */
  .timeline-user span {
    font-size: 14px;
  }
  /* line 20462, app/assets/stylesheets/frontend/application.scss */
  .user-avatar-ideabox {
    flex-direction: column;
  }
  /* line 20465, app/assets/stylesheets/frontend/application.scss */
  .user-avatar-ideabox .content-left {
    margin-bottom: 15px;
  }
  /* line 20471, app/assets/stylesheets/frontend/application.scss */
  .info-card-details .view-heading {
    font-size: 26px;
    width: 100%;
  }
  /* line 20475, app/assets/stylesheets/frontend/application.scss */
  .info-card-details .heading-block {
    margin: 20px 0px 40px 0px;
  }
  /* line 20481, app/assets/stylesheets/frontend/application.scss */
  .view-ideas-block .heading-block {
    margin: 20px 0px 40px 0px;
  }
  /* line 20487, app/assets/stylesheets/frontend/application.scss */
  .is-countdown b {
    font-size: 20px;
  }
  /* line 20500, app/assets/stylesheets/frontend/application.scss */
  .new-user-landing-page .wrapper .missions-block .missions .mission-ul li {
    width: 50%;
  }
  /* line 20510, app/assets/stylesheets/frontend/application.scss */
  .new-user-landing-page .my-ideas-block .missions-ul li {
    width: 50%;
  }
  /* line 20518, app/assets/stylesheets/frontend/application.scss */
  .new-user-landing-page .projects-block .projects-ul li {
    width: 50%;
  }
  /* line 20526, app/assets/stylesheets/frontend/application.scss */
  .new-user-landing-page .active-people-block .people-content .people {
    width: 100%;
  }
  /* line 20535, app/assets/stylesheets/frontend/application.scss */
  .new-user-landing-page .department-block .departments .departments-ul li {
    width: 50%;
  }
  /* line 20545, app/assets/stylesheets/frontend/application.scss */
  .info-card-details .inbox-mission-image {
    padding: 0px 0px;
  }
  /* line 20548, app/assets/stylesheets/frontend/application.scss */
  .info-card-details .mission-bottom-content {
    padding: 0px 0px;
  }
  /* line 20553, 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 20565, app/assets/stylesheets/frontend/application.scss */
  .selection-review-page .dynamic-columns .left-img-block {
    display: none;
  }
  /* line 20568, app/assets/stylesheets/frontend/application.scss */
  .selection-review-page .dynamic-columns .review-Headings {
    width: 100%;
  }
  /* line 20572, app/assets/stylesheets/frontend/application.scss */
  .selection-review-page .dynamic-columns .rating-block {
    width: 100%;
  }
  /* line 20575, 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 20585, app/assets/stylesheets/frontend/application.scss */
  .company-signup-page .content-flex {
    flex-direction: column;
  }
  /* line 20587, app/assets/stylesheets/frontend/application.scss */
  .company-signup-page .content-flex .left-content-block {
    width: 100%;
    height: auto;
  }
  /* line 20591, app/assets/stylesheets/frontend/application.scss */
  .company-signup-page .content-flex .right-content-block {
    width: 100%;
    height: auto;
  }
  /* line 20599, app/assets/stylesheets/frontend/application.scss */
  .forgot-password-page .page-content {
    width: 50%;
  }
  /* line 20606, app/assets/stylesheets/frontend/application.scss */
  .admin-column-plugin-page .main-head-row .cat-row {
    flex-direction: column;
  }
  /* line 20608, app/assets/stylesheets/frontend/application.scss */
  .admin-column-plugin-page .main-head-row .cat-row .right-cat-content {
    margin-top: 12px;
  }
  /* line 20611, 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 20620, app/assets/stylesheets/frontend/application.scss */
  .boards-body .overflowCol {
    height: calc(100vh - 172px);
  }
  /* line 20627, app/assets/stylesheets/frontend/application.scss */
  .new-user-landing-page .slider-bg .admin-home {
    padding: 0px 0px;
  }
  /* line 20630, app/assets/stylesheets/frontend/application.scss */
  .new-user-landing-page .slider-bg .content {
    padding: 0px 20px 0px 20px;
  }
  /* line 20635, app/assets/stylesheets/frontend/application.scss */
  .new-user-landing-page .slider-bg .content .manager-view .company-info .company-title h3 {
    font-size: 20px;
  }
  /* line 20638, app/assets/stylesheets/frontend/application.scss */
  .new-user-landing-page .slider-bg .content .manager-view .company-info .company-title h1 {
    font-size: 14px;
  }
  /* line 20648, app/assets/stylesheets/frontend/application.scss */
  .selection-review-page .top-row-content {
    flex-direction: column;
  }
  /* line 20650, app/assets/stylesheets/frontend/application.scss */
  .selection-review-page .top-row-content .next-btn {
    justify-content: space-between;
    margin: 12px 0px 10px 0px;
  }
  /* line 20654, app/assets/stylesheets/frontend/application.scss */
  .selection-review-page .top-row-content #heading-number {
    justify-content: space-between;
  }
  /* line 20662, app/assets/stylesheets/frontend/application.scss */
  .user-ideas-page .page-filters .idea_search {
    flex-direction: column;
  }
  /* line 20664, app/assets/stylesheets/frontend/application.scss */
  .user-ideas-page .page-filters .idea_search .l-filter {
    padding: 0px 0px;
    flex-wrap: wrap;
  }
  /* line 20667, app/assets/stylesheets/frontend/application.scss */
  .user-ideas-page .page-filters .idea_search .l-filter .heading-fill {
    display: none;
  }
  /* line 20672, app/assets/stylesheets/frontend/application.scss */
  .user-ideas-page .page-filters .ideas-funnel-search-form {
    flex-direction: column;
  }
  /* line 20674, app/assets/stylesheets/frontend/application.scss */
  .user-ideas-page .page-filters .ideas-funnel-search-form .l-filter {
    padding: 0px 0px;
    flex-wrap: wrap;
  }
  /* line 20677, app/assets/stylesheets/frontend/application.scss */
  .user-ideas-page .page-filters .ideas-funnel-search-form .l-filter .heading-fill {
    display: none;
  }
  /* line 20683, app/assets/stylesheets/frontend/application.scss */
  .user-ideas-page .page-filters .mobile-filter {
    display: block;
    cursor: pointer;
    margin: 5px 0px 10px 0px;
  }
  /* line 20687, app/assets/stylesheets/frontend/application.scss */
  .user-ideas-page .page-filters .mobile-filter .flexb {
    display: flex;
    align-items: center;
  }
  /* line 20690, app/assets/stylesheets/frontend/application.scss */
  .user-ideas-page .page-filters .mobile-filter .flexb .btn-icon {
    width: 16px;
    margin-right: 10px;
  }
  /* line 20694, app/assets/stylesheets/frontend/application.scss */
  .user-ideas-page .page-filters .mobile-filter .flexb h5 {
    margin: 0;
    font-size: 16px;
  }
  /* line 20700, 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 20716, app/assets/stylesheets/frontend/application.scss */
  .user-ideas-page .page-filters .b-fill .removemorefilterclass {
    display: block;
  }
  /* line 20720, app/assets/stylesheets/frontend/application.scss */
  .user-ideas-page .page-filters .viewbfiltersenable {
    display: block;
  }
  /* line 20723, app/assets/stylesheets/frontend/application.scss */
  .user-ideas-page .page-filters .f-select {
    width: 50%;
  }
  /* line 20726, app/assets/stylesheets/frontend/application.scss */
  .user-ideas-page .page-filters .r-filter {
    padding: 0px 3px 0px 3px;
    width: 100%;
    flex-direction: column;
  }
  /* line 20730, 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 20735, app/assets/stylesheets/frontend/application.scss */
  .user-ideas-page .page-filters .r-filter .heading-fill {
    margin: 2px 0px 5px 0px;
    padding: 0px 8px;
  }
  /* line 20744, app/assets/stylesheets/frontend/application.scss */
  .user-ideas-page .page-wrapper .ideas-bg ul li {
    width: 50%;
  }
  /* line 20746, app/assets/stylesheets/frontend/application.scss */
  .user-ideas-page .page-wrapper .ideas-bg ul li .card-b {
    height: auto;
  }
  /* line 20748, 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 20760, app/assets/stylesheets/frontend/application.scss */
  .user-people-page .page-filters .ideas-funnel-search-form {
    flex-direction: row;
  }
  /* line 20762, app/assets/stylesheets/frontend/application.scss */
  .user-people-page .page-filters .ideas-funnel-search-form .l-filter {
    padding: 0px 15px;
    flex-wrap: wrap;
  }
  /* line 20765, 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 20781, app/assets/stylesheets/frontend/application.scss */
  .am-fixed-top .logo h5 {
    font-size: 11px;
  }
  /* line 20787, 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 20802, app/assets/stylesheets/frontend/application.scss */
  .title-top-b a span {
    font-size: 11px;
  }
  /* line 20811, app/assets/stylesheets/frontend/application.scss */
  .timeline-user span {
    font-size: 11px;
  }
  /* line 20816, app/assets/stylesheets/frontend/application.scss */
  .user-avatar-ideabox {
    flex-direction: column;
  }
  /* line 20819, app/assets/stylesheets/frontend/application.scss */
  .user-avatar-ideabox .content-left {
    margin-bottom: 15px;
  }
  /* line 20825, app/assets/stylesheets/frontend/application.scss */
  .info-card-details .view-heading {
    font-size: 26px;
    width: 100%;
  }
  /* line 20829, app/assets/stylesheets/frontend/application.scss */
  .info-card-details .heading-block {
    margin: 20px 0px 40px 0px;
  }
  /* line 20835, app/assets/stylesheets/frontend/application.scss */
  .view-ideas-block .heading-block {
    margin: 20px 0px 40px 0px;
  }
  /* line 20842, app/assets/stylesheets/frontend/application.scss */
  .ideas-tab .content::after {
    width: 70%;
  }
  /* line 20849, app/assets/stylesheets/frontend/application.scss */
  .new-user-landing-page {
    margin-top: 3.6em;
  }
  /* line 20852, app/assets/stylesheets/frontend/application.scss */
  .new-user-landing-page .slider-bg .content {
    padding: 0px 15px 0px 15px;
  }
  /* line 20858, app/assets/stylesheets/frontend/application.scss */
  .new-user-landing-page .wrapper .goals-block .goals {
    flex-wrap: wrap;
  }
  /* line 20860, app/assets/stylesheets/frontend/application.scss */
  .new-user-landing-page .wrapper .goals-block .goals .mission-field {
    display: none;
  }
  /* line 20863, app/assets/stylesheets/frontend/application.scss */
  .new-user-landing-page .wrapper .goals-block .goals .goal-content {
    margin-bottom: 15px;
    text-align: center;
  }
  /* line 20867, app/assets/stylesheets/frontend/application.scss */
  .new-user-landing-page .wrapper .goals-block .goals .field {
    width: 50%;
  }
  /* line 20876, app/assets/stylesheets/frontend/application.scss */
  .new-user-landing-page .wrapper .missions-block .missions .mission-ul li {
    width: 50%;
  }
  /* line 20886, app/assets/stylesheets/frontend/application.scss */
  .new-user-landing-page .my-ideas-block .missions-ul li {
    width: 50%;
  }
  /* line 20894, app/assets/stylesheets/frontend/application.scss */
  .new-user-landing-page .projects-block .projects-ul li {
    width: 50%;
  }
  /* line 20902, app/assets/stylesheets/frontend/application.scss */
  .new-user-landing-page .active-people-block .people-content .people {
    width: 100%;
  }
  /* line 20911, app/assets/stylesheets/frontend/application.scss */
  .new-user-landing-page .department-block .departments .departments-ul li {
    width: 50%;
  }
  /* line 20921, app/assets/stylesheets/frontend/application.scss */
  .info-card-details .inbox-mission-image {
    padding: 0px 0px;
  }
  /* line 20924, app/assets/stylesheets/frontend/application.scss */
  .info-card-details .mission-bottom-content {
    padding: 0px 0px;
  }
  /* line 20930, 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 20941, app/assets/stylesheets/frontend/application.scss */
  .welcome-center {
    padding: 0px 18px;
    width: 100%;
  }
  /* line 20949, app/assets/stylesheets/frontend/application.scss */
  .selection-review-page .top-row-content #heading-number .numbers {
    display: none;
  }
  /* line 20954, app/assets/stylesheets/frontend/application.scss */
  .selection-review-page .top-row-content .title {
    text-align: left;
  }
  /* line 20959, app/assets/stylesheets/frontend/application.scss */
  .selection-review-page .dynamic-columns .left-img-block {
    display: none;
  }
  /* line 20962, app/assets/stylesheets/frontend/application.scss */
  .selection-review-page .dynamic-columns .review-Headings {
    width: 100%;
  }
  /* line 20966, app/assets/stylesheets/frontend/application.scss */
  .selection-review-page .dynamic-columns .rating-block {
    width: 100%;
  }
  /* line 20969, 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 20980, app/assets/stylesheets/frontend/application.scss */
  .company-signup-page .content-flex {
    flex-direction: column;
  }
  /* line 20982, app/assets/stylesheets/frontend/application.scss */
  .company-signup-page .content-flex .left-content-block {
    width: 100%;
    height: auto;
    display: none;
  }
  /* line 20987, app/assets/stylesheets/frontend/application.scss */
  .company-signup-page .content-flex .right-content-block {
    width: 100%;
    height: auto;
    padding: 130px 18px 30px 18px;
  }
  /* line 20996, app/assets/stylesheets/frontend/application.scss */
  .company-signup-page .step-page-content {
    padding: 130px 20px 30px 20px;
  }
  /* line 20999, app/assets/stylesheets/frontend/application.scss */
  .company-signup-page .step-four-content {
    padding: 40px 20px 30px 20px;
  }
  /* line 21005, app/assets/stylesheets/frontend/application.scss */
  .forgot-password-page .page-content {
    width: 60%;
  }
  /* line 21011, app/assets/stylesheets/frontend/application.scss */
  .admin-column-plugin-page .main-head-row {
    white-space: nowrap;
    overflow-x: auto;
  }
  /* line 21014, app/assets/stylesheets/frontend/application.scss */
  .admin-column-plugin-page .main-head-row .cat-row {
    flex-direction: column;
  }
  /* line 21016, app/assets/stylesheets/frontend/application.scss */
  .admin-column-plugin-page .main-head-row .cat-row .right-cat-content {
    margin-top: 12px;
  }
  /* line 21019, 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 21026, app/assets/stylesheets/frontend/application.scss */
  .admin-column-plugin-page .admin-global-learn-btn-block {
    display: flex;
  }
  /* line 21029, app/assets/stylesheets/frontend/application.scss */
  .admin-column-plugin-page .adding-button {
    white-space: nowrap;
  }
  /* line 21034, app/assets/stylesheets/frontend/application.scss */
  .boards-body .overflowCol {
    height: calc(100vh - 172px);
  }
  /* line 21041, app/assets/stylesheets/frontend/application.scss */
  .new-user-landing-page .slider-bg .bg {
    height: 450px;
  }
  /* line 21051, app/assets/stylesheets/frontend/application.scss */
  .new-user-landing-page .slider-bg .admin-home {
    padding: 0px 15px;
    margin-top: 20px;
  }
  /* line 21054, app/assets/stylesheets/frontend/application.scss */
  .new-user-landing-page .slider-bg .admin-home .max-content {
    padding: 12px 0px 0px 0px;
  }
  /* line 21060, app/assets/stylesheets/frontend/application.scss */
  .new-user-landing-page .slider-bg .content .manager-view .company-info {
    width: 100%;
  }
  /* line 21063, app/assets/stylesheets/frontend/application.scss */
  .new-user-landing-page .slider-bg .content .manager-view .company-info .company-title h3 {
    font-size: 20px;
  }
  /* line 21066, app/assets/stylesheets/frontend/application.scss */
  .new-user-landing-page .slider-bg .content .manager-view .company-info .company-title h1 {
    font-size: 14px;
  }
  /* line 21071, app/assets/stylesheets/frontend/application.scss */
  .new-user-landing-page .slider-bg .content .manager-view .quote-text {
    width: 100%;
  }
  /* line 21079, app/assets/stylesheets/frontend/application.scss */
  .new-user-landing-page .wrapper .goal-enable-btn-block .max-container {
    padding: 0px 0px 0px 0px;
  }
  /* line 21084, 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 21091, 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 21093, app/assets/stylesheets/frontend/application.scss */
  .new-user-landing-page .wrapper .new-home-quote-block .quote-text .content-center .display p {
    width: auto;
  }
  /* line 21106, app/assets/stylesheets/frontend/application.scss */
  .idea-submitted-modal .modal-heading h5 {
    font-size: 22px;
  }
  /* line 21110, app/assets/stylesheets/frontend/application.scss */
  .idea-submitted-modal .modal-body {
    padding-right: 22px;
  }
  /* line 21113, app/assets/stylesheets/frontend/application.scss */
  .idea-submitted-modal .submited-content {
    flex-direction: column;
  }
  /* line 21115, app/assets/stylesheets/frontend/application.scss */
  .idea-submitted-modal .submited-content .left-img {
    padding-right: 0;
    margin-bottom: 12px;
  }
  /* line 21118, app/assets/stylesheets/frontend/application.scss */
  .idea-submitted-modal .submited-content .left-img img {
    width: 80px;
  }
  /* line 21122, 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 21129, app/assets/stylesheets/frontend/application.scss */
  .idea-submitted-modal .flex-buttons {
    flex-wrap: wrap;
  }
  /* line 21131, app/assets/stylesheets/frontend/application.scss */
  .idea-submitted-modal .flex-buttons .btn-block {
    width: 50%;
    padding: 5px 5px;
  }
  /* line 21134, 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 21141, app/assets/stylesheets/frontend/application.scss */
  .boards-cat-line {
    touch-action: none;
    pointer-events: none;
  }
  /* line 21146, app/assets/stylesheets/frontend/application.scss */
  .boards-cat-line .board-li .card .card-content {
    pointer-events: auto;
  }
  /* line 21154, app/assets/stylesheets/frontend/application.scss */
  .selection-review-page .top-row-content {
    flex-direction: column;
  }
  /* line 21156, app/assets/stylesheets/frontend/application.scss */
  .selection-review-page .top-row-content .next-btn {
    justify-content: space-between;
    margin: 12px 0px 10px 0px;
  }
  /* line 21160, app/assets/stylesheets/frontend/application.scss */
  .selection-review-page .top-row-content #heading-number {
    justify-content: center;
    margin-top: 5px;
  }
  /* line 21167, app/assets/stylesheets/frontend/application.scss */
  .new-invite-user-page {
    margin: 4em 0em 0em 0em;
  }
  /* line 21172, 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 21176, 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 21188, app/assets/stylesheets/frontend/application.scss */
  .user-ideas-page .page-filters .idea_search {
    flex-direction: column;
  }
  /* line 21190, app/assets/stylesheets/frontend/application.scss */
  .user-ideas-page .page-filters .idea_search .l-filter {
    padding: 0px 0px;
    flex-wrap: wrap;
  }
  /* line 21193, app/assets/stylesheets/frontend/application.scss */
  .user-ideas-page .page-filters .idea_search .l-filter .heading-fill {
    display: none;
  }
  /* line 21198, app/assets/stylesheets/frontend/application.scss */
  .user-ideas-page .page-filters .ideas-funnel-search-form {
    flex-direction: column;
  }
  /* line 21200, app/assets/stylesheets/frontend/application.scss */
  .user-ideas-page .page-filters .ideas-funnel-search-form .l-filter {
    padding: 0px 0px;
    flex-wrap: wrap;
  }
  /* line 21203, app/assets/stylesheets/frontend/application.scss */
  .user-ideas-page .page-filters .ideas-funnel-search-form .l-filter .heading-fill {
    display: none;
  }
  /* line 21209, app/assets/stylesheets/frontend/application.scss */
  .user-ideas-page .page-filters .mobile-filter {
    display: block;
    cursor: pointer;
    margin: 5px 0px 10px 0px;
  }
  /* line 21213, app/assets/stylesheets/frontend/application.scss */
  .user-ideas-page .page-filters .mobile-filter .flexb {
    display: flex;
    align-items: center;
  }
  /* line 21216, app/assets/stylesheets/frontend/application.scss */
  .user-ideas-page .page-filters .mobile-filter .flexb .btn-icon {
    width: 16px;
    margin-right: 10px;
  }
  /* line 21220, app/assets/stylesheets/frontend/application.scss */
  .user-ideas-page .page-filters .mobile-filter .flexb h5 {
    margin: 0;
    font-size: 16px;
  }
  /* line 21226, 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 21242, app/assets/stylesheets/frontend/application.scss */
  .user-ideas-page .page-filters .b-fill .removemorefilterclass {
    display: block;
  }
  /* line 21246, app/assets/stylesheets/frontend/application.scss */
  .user-ideas-page .page-filters .viewbfiltersenable {
    display: block;
  }
  /* line 21249, app/assets/stylesheets/frontend/application.scss */
  .user-ideas-page .page-filters .f-select {
    width: 50%;
  }
  /* line 21252, app/assets/stylesheets/frontend/application.scss */
  .user-ideas-page .page-filters .r-filter {
    padding: 0px 3px 0px 3px;
    width: 100%;
    flex-direction: column;
  }
  /* line 21256, 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 21261, app/assets/stylesheets/frontend/application.scss */
  .user-ideas-page .page-filters .r-filter .heading-fill {
    margin: 2px 0px 5px 0px;
    padding: 0px 8px;
  }
  /* line 21270, app/assets/stylesheets/frontend/application.scss */
  .user-ideas-page .page-wrapper .ideas-bg ul li {
    width: 100%;
  }
  /* line 21272, app/assets/stylesheets/frontend/application.scss */
  .user-ideas-page .page-wrapper .ideas-bg ul li .card-b {
    height: auto;
  }
  /* line 21274, 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 21286, app/assets/stylesheets/frontend/application.scss */
  .user-people-page .page-filters .ideas-funnel-search-form {
    flex-direction: row;
  }
  /* line 21288, app/assets/stylesheets/frontend/application.scss */
  .user-people-page .page-filters .ideas-funnel-search-form .l-filter {
    padding: 0px 15px;
    flex-wrap: wrap;
  }
  /* line 21291, 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 21306, app/assets/stylesheets/frontend/application.scss */
  .admin-edit-btn {
    display: none;
  }
  /* line 21310, app/assets/stylesheets/frontend/application.scss */
  .add-idea-btn-content {
    margin-top: 70px !important;
  }
  /* line 21313, app/assets/stylesheets/frontend/application.scss */
  .inbox-timeline-header {
    padding-top: 10px !important;
  }
  /* line 21316, app/assets/stylesheets/frontend/application.scss */
  .browse-files-btn {
    padding: 0px;
  }
  /* line 21319, app/assets/stylesheets/frontend/application.scss */
  .idea-tab-btn {
    display: block;
  }
  /* line 21322, app/assets/stylesheets/frontend/application.scss */
  .idea-details-tab-btn {
    display: none;
  }
  /* line 21326, app/assets/stylesheets/frontend/application.scss */
  .add-idea-tabs {
    display: inline-block;
  }
  /* line 21329, app/assets/stylesheets/frontend/application.scss */
  .am-fixed-top {
    padding: 3px 2px 2px 2px;
  }
  /* line 21331, app/assets/stylesheets/frontend/application.scss */
  .am-fixed-top .logo {
    margin-bottom: 0px;
  }
  /* line 21333, app/assets/stylesheets/frontend/application.scss */
  .am-fixed-top .logo h5 {
    font-size: 11px;
    white-space: nowrap;
    display: none;
  }
  /* line 21338, app/assets/stylesheets/frontend/application.scss */
  .am-fixed-top .logo .responsive-img {
    width: 125px;
  }
  /* line 21343, app/assets/stylesheets/frontend/application.scss */
  .am-fixed-top .right-nav-content .notification {
    display: none;
  }
  /* line 21345, 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 21353, app/assets/stylesheets/frontend/application.scss */
  .am-fixed-top .right-nav-content .title-top-b {
    display: none;
  }
  /* line 21361, app/assets/stylesheets/frontend/application.scss */
  #notifications {
    width: 290px !important;
    left: -105px !important;
  }
  /* line 21366, app/assets/stylesheets/frontend/application.scss */
  .checklist-box {
    display: none;
  }
  /* line 21370, app/assets/stylesheets/frontend/application.scss */
  .edit-btn {
    display: none;
  }
  /* line 21374, app/assets/stylesheets/frontend/application.scss */
  .menus-nav-bar {
    padding: 8px 2px 5px 2px;
  }
  /* line 21376, app/assets/stylesheets/frontend/application.scss */
  .menus-nav-bar .content {
    flex-wrap: wrap;
  }
  /* line 21378, app/assets/stylesheets/frontend/application.scss */
  .menus-nav-bar .content .menu {
    margin-bottom: 5px;
    font-size: 13px;
  }
  /* line 21389, app/assets/stylesheets/frontend/application.scss */
  .title-top-b a i {
    font-size: 20px;
    margin-right: 10px;
  }
  /* line 21392, app/assets/stylesheets/frontend/application.scss */
  .title-top-b a span {
    font-size: 11px;
  }
  /* line 21401, app/assets/stylesheets/frontend/application.scss */
  .timeline-user span {
    font-size: 11px;
  }
  /* line 21406, app/assets/stylesheets/frontend/application.scss */
  .user-avatar-ideabox {
    flex-direction: column;
  }
  /* line 21408, app/assets/stylesheets/frontend/application.scss */
  .user-avatar-ideabox .content-left {
    margin-bottom: 15px;
  }
  /* line 21414, app/assets/stylesheets/frontend/application.scss */
  .info-card-details .view-heading {
    font-size: 22px;
    width: 100%;
  }
  /* line 21420, app/assets/stylesheets/frontend/application.scss */
  .idea-cards .view-heading {
    font-size: 22px;
    width: 100%;
  }
  /* line 21427, app/assets/stylesheets/frontend/application.scss */
  .ideas-tab {
    padding: 8px 2px 8px 2px;
  }
  /* line 21431, app/assets/stylesheets/frontend/application.scss */
  .ideas-tab .content::after {
    width: 100%;
  }
  /* line 21434, app/assets/stylesheets/frontend/application.scss */
  .ideas-tab .content .tablink {
    font-size: 13px;
  }
  /* line 21438, app/assets/stylesheets/frontend/application.scss */
  .ideas-tab .share-btn {
    right: 25px;
    display: none;
  }
  /* line 21441, app/assets/stylesheets/frontend/application.scss */
  .ideas-tab .share-btn .content-share {
    height: 30px;
    width: 30px;
  }
  /* line 21444, app/assets/stylesheets/frontend/application.scss */
  .ideas-tab .share-btn .content-share .material-icons {
    font-size: 20px;
  }
  /* line 21452, app/assets/stylesheets/frontend/application.scss */
  .idea-box-page {
    margin-top: 4.1em;
  }
  /* line 21456, app/assets/stylesheets/frontend/application.scss */
  .inbox-timeline-header {
    flex-direction: column;
  }
  /* line 21459, app/assets/stylesheets/frontend/application.scss */
  .inbox-timeline-header .inbox-timeline-buttons {
    flex-direction: column;
    position: relative;
    padding: inherit;
  }
  /* line 21463, app/assets/stylesheets/frontend/application.scss */
  .inbox-timeline-header .inbox-timeline-buttons .time-counter {
    margin-bottom: 12px;
  }
  /* line 21466, app/assets/stylesheets/frontend/application.scss */
  .inbox-timeline-header .inbox-timeline-buttons .edit-btn {
    padding: 0px 14px 0px 14px;
    margin-bottom: 12px;
  }
  /* line 21469, app/assets/stylesheets/frontend/application.scss */
  .inbox-timeline-header .inbox-timeline-buttons .edit-btn .edit-idea {
    padding: 10px 33px 10px 33px;
  }
  /* line 21481, app/assets/stylesheets/frontend/application.scss */
  .user-avatar-ideabox .content-left .ideabox-owner-name .bottom-content {
    flex-direction: column;
  }
  /* line 21486, app/assets/stylesheets/frontend/application.scss */
  .user-avatar-ideabox .content-right {
    flex-wrap: wrap;
    width: 100%;
  }
  /* line 21489, 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 21500, 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 21506, app/assets/stylesheets/frontend/application.scss */
  .inbox-mission-title {
    width: 100%;
    margin-bottom: 8px;
  }
  /* line 21510, 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 21521, app/assets/stylesheets/frontend/application.scss */
  .inbox-mission-description {
    font-weight: 400;
    letter-spacing: 0.5px;
    line-height: 1.5;
    margin-bottom: 35px;
  }
  /* line 21531, app/assets/stylesheets/frontend/application.scss */
  .new-user-landing-page {
    margin-top: 3.6em;
  }
  /* line 21535, app/assets/stylesheets/frontend/application.scss */
  .new-user-landing-page .slider-bg .admin-home .max-content {
    padding: 0px 0px 0px 0px;
  }
  /* line 21543, app/assets/stylesheets/frontend/application.scss */
  .new-user-landing-page .slider-bg .content {
    padding: 0px 15px 0px 15px;
  }
  /* line 21546, app/assets/stylesheets/frontend/application.scss */
  .new-user-landing-page .slider-bg .content .text h4 {
    font-size: 2rem;
  }
  /* line 21553, app/assets/stylesheets/frontend/application.scss */
  .new-user-landing-page .wrapper .goal-enable-btn-block {
    display: none;
  }
  /* line 21557, app/assets/stylesheets/frontend/application.scss */
  .new-user-landing-page .wrapper .goals-block .goals {
    flex-wrap: wrap;
  }
  /* line 21559, app/assets/stylesheets/frontend/application.scss */
  .new-user-landing-page .wrapper .goals-block .goals .mission-field {
    display: none;
  }
  /* line 21562, app/assets/stylesheets/frontend/application.scss */
  .new-user-landing-page .wrapper .goals-block .goals .goal-content {
    margin-bottom: 15px;
    text-align: center;
  }
  /* line 21566, app/assets/stylesheets/frontend/application.scss */
  .new-user-landing-page .wrapper .goals-block .goals .field {
    width: 50%;
  }
  /* line 21571, app/assets/stylesheets/frontend/application.scss */
  .new-user-landing-page .wrapper .goals-block .page-heading h5 {
    font-size: 28px;
  }
  /* line 21573, app/assets/stylesheets/frontend/application.scss */
  .new-user-landing-page .wrapper .goals-block .page-heading h5::before {
    height: 48px;
  }
  /* line 21583, app/assets/stylesheets/frontend/application.scss */
  .new-user-landing-page .wrapper .missions-block .missions .mission-ul li {
    width: 100%;
  }
  /* line 21589, app/assets/stylesheets/frontend/application.scss */
  .new-user-landing-page .wrapper .missions-block .page-heading h5 {
    font-size: 28px;
  }
  /* line 21591, app/assets/stylesheets/frontend/application.scss */
  .new-user-landing-page .wrapper .missions-block .page-heading h5::before {
    height: 48px;
  }
  /* line 21601, app/assets/stylesheets/frontend/application.scss */
  .new-user-landing-page .my-ideas-block .missions-ul li {
    width: 100%;
  }
  /* line 21606, app/assets/stylesheets/frontend/application.scss */
  .new-user-landing-page .my-ideas-block .page-heading h5 {
    font-size: 28px;
  }
  /* line 21608, app/assets/stylesheets/frontend/application.scss */
  .new-user-landing-page .my-ideas-block .page-heading h5::before {
    height: 48px;
  }
  /* line 21617, app/assets/stylesheets/frontend/application.scss */
  .new-user-landing-page .projects-block .projects-ul li {
    width: 100%;
  }
  /* line 21622, app/assets/stylesheets/frontend/application.scss */
  .new-user-landing-page .projects-block .page-heading h5 {
    font-size: 28px;
  }
  /* line 21624, app/assets/stylesheets/frontend/application.scss */
  .new-user-landing-page .projects-block .page-heading h5::before {
    height: 48px;
  }
  /* line 21633, app/assets/stylesheets/frontend/application.scss */
  .new-user-landing-page .active-people-block .people-content .people {
    width: 100%;
  }
  /* line 21636, app/assets/stylesheets/frontend/application.scss */
  .new-user-landing-page .active-people-block .people-content .people .content .display-people {
    flex-direction: column;
  }
  /* line 21638, 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 21647, app/assets/stylesheets/frontend/application.scss */
  .new-user-landing-page .active-people-block .page-heading h5 {
    font-size: 28px;
  }
  /* line 21649, app/assets/stylesheets/frontend/application.scss */
  .new-user-landing-page .active-people-block .page-heading h5::before {
    height: 48px;
  }
  /* line 21659, app/assets/stylesheets/frontend/application.scss */
  .new-user-landing-page .trending-tags-block .page-heading h5 {
    font-size: 28px;
  }
  /* line 21661, app/assets/stylesheets/frontend/application.scss */
  .new-user-landing-page .trending-tags-block .page-heading h5::before {
    height: 48px;
  }
  /* line 21671, app/assets/stylesheets/frontend/application.scss */
  .new-user-landing-page .department-block .departments .departments-ul li {
    width: 100%;
  }
  /* line 21678, app/assets/stylesheets/frontend/application.scss */
  .new-user-landing-page .user-page-tabs .page-grey {
    padding-top: 1em;
  }
  /* line 21685, app/assets/stylesheets/frontend/application.scss */
  .add-idea-page .like-share-block {
    flex-wrap: wrap;
    padding: 0px 0px;
  }
  /* line 21688, app/assets/stylesheets/frontend/application.scss */
  .add-idea-page .like-share-block .field {
    width: 50%;
    border: 1px solid #f4f4f4;
  }
  /* line 21701, 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 21705, app/assets/stylesheets/frontend/application.scss */
  .add-new-idea-modal-admin-boards .modal-tab .content::after {
    width: 87%;
  }
  /* line 21711, app/assets/stylesheets/frontend/application.scss */
  .add-new-idea-modal-admin-boards .save-btn {
    margin: 22px 0px 22px 0px;
    width: 100%;
  }
  /* line 21717, app/assets/stylesheets/frontend/application.scss */
  .add-new-idea-modal-admin-boards .fields .col .likeComment {
    display: flex;
    flex-wrap: wrap;
  }
  /* line 21721, 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 21730, app/assets/stylesheets/frontend/application.scss */
  .add-new-idea-modal-admin-boards .tablink {
    font-size: 12px;
  }
  /* line 21732, 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 21745, app/assets/stylesheets/frontend/application.scss */
  .edit-idea-boads-modal .modal-tab .content .link-item {
    font-size: 12px;
  }
  /* line 21747, 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 21763, app/assets/stylesheets/frontend/application.scss */
  .ideas-tab .idea-stats-block {
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 10px;
  }
  /* line 21767, app/assets/stylesheets/frontend/application.scss */
  .ideas-tab .idea-stats-block .content-right {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  /* line 21771, 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 21782, app/assets/stylesheets/frontend/application.scss */
  .info-card-details .inbox-mission-image {
    padding: 0px 0px;
  }
  /* line 21785, app/assets/stylesheets/frontend/application.scss */
  .info-card-details .mission-bottom-content {
    padding: 0px 0px;
  }
  /* line 21790, 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 21798, app/assets/stylesheets/frontend/application.scss */
  .info-card-details .idea-cards .idea-container {
    padding: 0px 0px;
  }
  /* line 21805, app/assets/stylesheets/frontend/application.scss */
  .add-idea-page {
    padding: 0px 15px 0px 15px;
  }
  /* line 21810, app/assets/stylesheets/frontend/application.scss */
  .add-idea-page .add-idea-tabs .tabs-right-buttons .button a {
    margin-left: 0px;
  }
  /* line 21822, app/assets/stylesheets/frontend/application.scss */
  .info-card-details .heading-block {
    margin: 20px 0px 40px 0px;
  }
  /* line 21828, app/assets/stylesheets/frontend/application.scss */
  .view-ideas-block .heading-block {
    margin: 20px 0px 40px 0px;
  }
  /* line 21838, app/assets/stylesheets/frontend/application.scss */
  .new-user-landing-page .wrapper .goals-block {
    margin: 2em 0em 0em 0em;
  }
  /* line 21844, app/assets/stylesheets/frontend/application.scss */
  .new-user-landing-page .wrapper .missions-block .page-heading {
    padding: 0px 15px;
  }
  /* line 21848, app/assets/stylesheets/frontend/application.scss */
  .new-user-landing-page .wrapper .max-container {
    padding: 0px 0px 0px 0px;
  }
  /* line 21855, app/assets/stylesheets/frontend/application.scss */
  .new-user-landing-page .my-ideas-block .max-container {
    padding: 0px 0px 0px 0px;
  }
  /* line 21858, app/assets/stylesheets/frontend/application.scss */
  .new-user-landing-page .my-ideas-block .page-heading {
    padding: 0px 15px;
  }
  /* line 21866, app/assets/stylesheets/frontend/application.scss */
  .new-user-landing-page .projects-block .max-container {
    padding: 0px 0px 0px 0px;
  }
  /* line 21869, app/assets/stylesheets/frontend/application.scss */
  .new-user-landing-page .projects-block .page-heading {
    padding: 0px 15px;
  }
  /* line 21877, app/assets/stylesheets/frontend/application.scss */
  .view-ideas-block .idea-container {
    padding: 0px 0px;
  }
  /* line 21884, app/assets/stylesheets/frontend/application.scss */
  .info-card-details .mission-bottom-content .user-avatar-ideabox {
    padding: 0px 0px 0px 0px;
  }
  /* line 21887, app/assets/stylesheets/frontend/application.scss */
  .info-card-details .mission-bottom-content .inbox-mission-title {
    padding: 0px 0px 0px 0px;
  }
  /* line 21891, app/assets/stylesheets/frontend/application.scss */
  .info-card-details .mission-bottom-content .inbox-mission-description p {
    padding: 0px 0px 0px 0px;
  }
  /* line 21898, app/assets/stylesheets/frontend/application.scss */
  .info-card-details .idea-cards .heading-display {
    padding: 0px 0px 0px 0px;
  }
  /* line 21907, app/assets/stylesheets/frontend/application.scss */
  .add-idea-page .add-idea-tabs .tabs-buttons {
    margin-bottom: 2.5em;
  }
  /* line 21914, app/assets/stylesheets/frontend/application.scss */
  .welcome-center {
    padding: 0px 18px;
    width: 100%;
  }
  /* line 21921, 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 21930, app/assets/stylesheets/frontend/application.scss */
  .selection-review-page .top-row-content #heading-number .numbers {
    display: none;
  }
  /* line 21935, app/assets/stylesheets/frontend/application.scss */
  .selection-review-page .top-row-content .title {
    text-align: left;
  }
  /* line 21937, app/assets/stylesheets/frontend/application.scss */
  .selection-review-page .top-row-content .title h1 {
    margin: 10px 0px 10px 0px;
    font-size: 16px;
  }
  /* line 21943, app/assets/stylesheets/frontend/application.scss */
  .selection-review-page .top-row-content .next-btn .mission-heading {
    margin-right: 28px;
  }
  /* line 21945, app/assets/stylesheets/frontend/application.scss */
  .selection-review-page .top-row-content .next-btn .mission-heading h5 {
    font-size: 16px;
  }
  /* line 21951, app/assets/stylesheets/frontend/application.scss */
  .selection-review-page .dynamic-columns {
    padding: 0px 20px 0px 20px;
    margin-top: 0.5em;
  }
  /* line 21954, app/assets/stylesheets/frontend/application.scss */
  .selection-review-page .dynamic-columns .left-img-block {
    display: none;
  }
  /* line 21957, app/assets/stylesheets/frontend/application.scss */
  .selection-review-page .dynamic-columns .review-Headings {
    width: 100%;
  }
  /* line 21961, app/assets/stylesheets/frontend/application.scss */
  .selection-review-page .dynamic-columns .rating-block {
    width: 100%;
  }
  /* line 21964, 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 21976, 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 21989, app/assets/stylesheets/frontend/application.scss */
  .idea-review-wallpaper .image-div {
    height: 150px;
  }
  /* line 21991, app/assets/stylesheets/frontend/application.scss */
  .idea-review-wallpaper .image-div img {
    height: 150px;
  }
  /* line 22000, app/assets/stylesheets/frontend/application.scss */
  .start-selection-page .card-content .bg-img {
    padding: 0px 0px;
  }
  /* line 22003, app/assets/stylesheets/frontend/application.scss */
  .start-selection-page .card-content .content-block {
    flex-direction: column;
  }
  /* line 22005, app/assets/stylesheets/frontend/application.scss */
  .start-selection-page .card-content .content-block .block {
    padding: 0px 0px;
    margin-bottom: 18px;
    width: 100%;
  }
  /* line 22020, app/assets/stylesheets/frontend/application.scss */
  .boards-setting-modal-page .participant-table .participants .top-row-field {
    flex-direction: column;
    margin-bottom: 15px;
  }
  /* line 22034, app/assets/stylesheets/frontend/application.scss */
  .company-signup-page .page-timeline-block .line-field {
    width: 28px;
  }
  /* line 22038, app/assets/stylesheets/frontend/application.scss */
  .company-signup-page .content-flex {
    flex-direction: column;
  }
  /* line 22040, app/assets/stylesheets/frontend/application.scss */
  .company-signup-page .content-flex .left-content-block {
    width: 100%;
    height: auto;
    display: none;
  }
  /* line 22045, app/assets/stylesheets/frontend/application.scss */
  .company-signup-page .content-flex .right-content-block {
    width: 100%;
    height: auto;
    padding: 130px 18px 30px 18px;
  }
  /* line 22055, app/assets/stylesheets/frontend/application.scss */
  .company-signup-page .step-page-content {
    padding: 130px 20px 30px 20px;
  }
  /* line 22059, app/assets/stylesheets/frontend/application.scss */
  .company-signup-page .step-page-content .inner-content .page-heading h5 {
    font-size: 20px;
  }
  /* line 22063, app/assets/stylesheets/frontend/application.scss */
  .company-signup-page .step-page-content .inner-content .fields {
    margin-bottom: 3em;
  }
  /* line 22066, app/assets/stylesheets/frontend/application.scss */
  .company-signup-page .step-page-content .inner-content .fields .field .display-fields-btns {
    flex-direction: column;
  }
  /* line 22073, app/assets/stylesheets/frontend/application.scss */
  .company-signup-page .step-four-content {
    padding: 40px 20px 30px 20px;
  }
  /* line 22076, app/assets/stylesheets/frontend/application.scss */
  .company-signup-page .step-four-content .inner-content .fields {
    margin-bottom: 2em;
  }
  /* line 22078, app/assets/stylesheets/frontend/application.scss */
  .company-signup-page .step-four-content .inner-content .fields .field {
    width: 100%;
    padding: 0;
  }
  /* line 22089, app/assets/stylesheets/frontend/application.scss */
  .company-signup-page .step-two-content .inner-content .fields .field .interest-btn {
    width: 100%;
  }
  /* line 22099, 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 22103, app/assets/stylesheets/frontend/application.scss */
  .company-signup-page .step-three-content .inner-content .page-heading h5 {
    margin-bottom: 8px;
  }
  /* line 22108, 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 22111, 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 22115, 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 22129, app/assets/stylesheets/frontend/application.scss */
  .forgot-password-page .page-content {
    width: 100%;
  }
  /* line 22137, app/assets/stylesheets/frontend/application.scss */
  .trends-tags-user-page .mission-owner-content .user-avatar-ideabox .content-right {
    justify-content: center;
  }
  /* line 22141, app/assets/stylesheets/frontend/application.scss */
  .trends-tags-user-page .mission-owner-content .inbox-mission-title {
    padding: 0px 15px;
  }
  /* line 22144, app/assets/stylesheets/frontend/application.scss */
  .trends-tags-user-page .mission-owner-content .inbox-mission-description {
    -moz-column-count: 1;
         column-count: 1;
  }
  /* line 22152, app/assets/stylesheets/frontend/application.scss */
  .admin-column-plugin-page .main-head-row {
    padding: 5px 10px 10px 10px;
  }
  /* line 22153, app/assets/stylesheets/frontend/application.scss */
  .admin-column-plugin-page .main-head-row .board-title-input {
    width: 100%;
  }
  /* line 22157, app/assets/stylesheets/frontend/application.scss */
  .admin-column-plugin-page .main-head-row .cat-row {
    flex-direction: column;
  }
  /* line 22159, app/assets/stylesheets/frontend/application.scss */
  .admin-column-plugin-page .main-head-row .cat-row .right-cat-content {
    margin-top: 12px;
  }
  /* line 22161, 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 22165, 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 22170, 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 22174, 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 22178, 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 22181, 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 22190, 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 22194, app/assets/stylesheets/frontend/application.scss */
  .admin-column-plugin-page .main-head-row .cat-row .category-title-heading .search-box {
    width: 100%;
  }
  /* line 22197, app/assets/stylesheets/frontend/application.scss */
  .admin-column-plugin-page .main-head-row .cat-row .category-title-heading .total-ideas-count {
    display: none;
  }
  /* line 22201, app/assets/stylesheets/frontend/application.scss */
  .admin-column-plugin-page .main-head-row .cat-row .desktop-category {
    display: none;
  }
  /* line 22205, 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 22210, 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 22216, 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 22222, app/assets/stylesheets/frontend/application.scss */
  .admin-column-plugin-page .main-head-row .cat-row .category-header .left-ha .category-icons {
    display: none;
  }
  /* line 22225, 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 22228, 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 22231, 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 22239, 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 22241, 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 22249, app/assets/stylesheets/frontend/application.scss */
  .admin-column-plugin-page .main-head-row .cat-row .category-header .publish-status-btn {
    margin: 0px !important;
  }
  /* line 22252, app/assets/stylesheets/frontend/application.scss */
  .admin-column-plugin-page .main-head-row .cat-row .category-header .report-btn {
    margin: 0 !important;
  }
  /* line 22258, app/assets/stylesheets/frontend/application.scss */
  .admin-column-plugin-page .admin-global-learn-btn-block {
    display: flex;
  }
  /* line 22261, app/assets/stylesheets/frontend/application.scss */
  .admin-column-plugin-page .adding-button {
    white-space: nowrap;
  }
  /* line 22264, app/assets/stylesheets/frontend/application.scss */
  .admin-column-plugin-page .right-save-btn {
    padding-right: 0px;
  }
  /* line 22269, app/assets/stylesheets/frontend/application.scss */
  .boards-body {
    padding: 0px 8px !important;
    width: 100%;
    margin: 0 !important;
  }
  /* line 22273, app/assets/stylesheets/frontend/application.scss */
  .boards-body .overflowCol {
    height: calc(100vh - 220px);
    width: 100% !important;
  }
  /* line 22277, app/assets/stylesheets/frontend/application.scss */
  .boards-body .addingCol {
    width: 32px !important;
    display: none !important;
  }
  /* line 22281, app/assets/stylesheets/frontend/application.scss */
  .boards-body .sideDrawer {
    display: none;
  }
  /* line 22290, app/assets/stylesheets/frontend/application.scss */
  .new-user-landing-page .slider-bg .bg {
    height: 620px;
  }
  /* line 22301, 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 22306, 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 22313, 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 22317, 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 22326, 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 22331, 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 22334, app/assets/stylesheets/frontend/application.scss */
  .new-user-landing-page .slider-bg .admin-home .right-btns .inner-flex .inovation-studio {
    margin-bottom: 5px;
  }
  /* line 22339, app/assets/stylesheets/frontend/application.scss */
  .new-user-landing-page .slider-bg .admin-home .enableright-btns {
    margin-right: -15px;
  }
  /* line 22342, app/assets/stylesheets/frontend/application.scss */
  .new-user-landing-page .slider-bg .admin-home .enableright-btns .right-arrow .arrow-icon {
    transform: inherit;
  }
  /* line 22349, app/assets/stylesheets/frontend/application.scss */
  .new-user-landing-page .slider-bg .desktop-admin-home-btns {
    display: none;
  }
  /* line 22353, app/assets/stylesheets/frontend/application.scss */
  .new-user-landing-page .slider-bg .content {
    height: auto;
    align-items: flex-start;
    padding-top: 4.5em;
  }
  /* line 22358, 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 22362, app/assets/stylesheets/frontend/application.scss */
  .new-user-landing-page .slider-bg .content .manager-view .company-info .company-title {
    width: 100%;
  }
  /* line 22364, 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 22369, 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 22375, app/assets/stylesheets/frontend/application.scss */
  .new-user-landing-page .slider-bg .content .manager-view .quote-text {
    width: 100%;
  }
  /* line 22383, app/assets/stylesheets/frontend/application.scss */
  .new-user-landing-page .wrapper .goal-enable-btn-block .max-container {
    padding: 0px 0px 0px 0px;
  }
  /* line 22388, 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 22394, app/assets/stylesheets/frontend/application.scss */
  .new-user-landing-page .wrapper .new-home-quote-block .toptext-hide-enable {
    height: auto;
    overflow: auto;
  }
  /* line 22400, app/assets/stylesheets/frontend/application.scss */
  .new-user-landing-page .wrapper .new-home-quote-block .top-text-button {
    display: flex;
  }
  /* line 22405, 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 22409, app/assets/stylesheets/frontend/application.scss */
  .new-user-landing-page .wrapper .new-home-quote-block .quote-text .content-center .display p {
    width: auto;
  }
  /* line 22422, app/assets/stylesheets/frontend/application.scss */
  .idea-submitted-modal .modal-heading h5 {
    font-size: 22px;
  }
  /* line 22426, app/assets/stylesheets/frontend/application.scss */
  .idea-submitted-modal .modal-body {
    padding-right: 22px;
  }
  /* line 22429, app/assets/stylesheets/frontend/application.scss */
  .idea-submitted-modal .submited-content {
    flex-direction: column;
  }
  /* line 22431, app/assets/stylesheets/frontend/application.scss */
  .idea-submitted-modal .submited-content .left-img {
    padding-right: 0;
    margin-bottom: 12px;
  }
  /* line 22434, app/assets/stylesheets/frontend/application.scss */
  .idea-submitted-modal .submited-content .left-img img {
    width: 80px;
  }
  /* line 22438, 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 22445, app/assets/stylesheets/frontend/application.scss */
  .idea-submitted-modal .flex-buttons {
    flex-wrap: wrap;
  }
  /* line 22447, app/assets/stylesheets/frontend/application.scss */
  .idea-submitted-modal .flex-buttons .btn-block {
    width: 50%;
    padding: 5px 5px;
  }
  /* line 22450, 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 22458, app/assets/stylesheets/frontend/application.scss */
  .boards-cat-line {
    touch-action: none;
    pointer-events: none;
  }
  /* line 22463, app/assets/stylesheets/frontend/application.scss */
  .boards-cat-line .board-li .card .card-content {
    pointer-events: auto;
  }
  /* line 22471, app/assets/stylesheets/frontend/application.scss */
  .selection-review-page .top-row-content {
    flex-direction: column;
  }
  /* line 22473, app/assets/stylesheets/frontend/application.scss */
  .selection-review-page .top-row-content .next-btn {
    flex-direction: column;
    margin: 0px 0px 10px 0px;
  }
  /* line 22476, app/assets/stylesheets/frontend/application.scss */
  .selection-review-page .top-row-content .next-btn .arrows-btn {
    width: 100%;
    margin: 5px 0px 10px 0px;
  }
  /* line 22480, app/assets/stylesheets/frontend/application.scss */
  .selection-review-page .top-row-content .next-btn #next-idea {
    width: 100%;
  }
  /* line 22483, app/assets/stylesheets/frontend/application.scss */
  .selection-review-page .top-row-content .next-btn .submit-selection-review {
    width: 100%;
  }
  /* line 22486, app/assets/stylesheets/frontend/application.scss */
  .selection-review-page .top-row-content .next-btn .right-head-btns {
    width: 100%;
    flex-direction: column;
  }
  /* line 22490, app/assets/stylesheets/frontend/application.scss */
  .selection-review-page .top-row-content .next-btn .nex-prev-btns {
    width: 100%;
  }
  /* line 22492, app/assets/stylesheets/frontend/application.scss */
  .selection-review-page .top-row-content .next-btn .nex-prev-btns .previous-btn {
    margin-right: 10px !important;
  }
  /* line 22496, app/assets/stylesheets/frontend/application.scss */
  .selection-review-page .top-row-content .next-btn .numbers {
    margin-right: 0;
    display: none;
  }
  /* line 22501, app/assets/stylesheets/frontend/application.scss */
  .selection-review-page .top-row-content #heading-number {
    justify-content: center;
    margin-top: 5px;
  }
  /* line 22507, app/assets/stylesheets/frontend/application.scss */
  .new-invite-user-page {
    margin: 4em 0em 0em 0em;
  }
  /* line 22510, app/assets/stylesheets/frontend/application.scss */
  .new-invite-user-page .page-flex .login-fields {
    padding: 0px 0px 10px 0px;
  }
  /* line 22513, app/assets/stylesheets/frontend/application.scss */
  .new-invite-user-page .page-flex .information-main {
    padding: 0px 10px 10px 10px;
  }
  /* line 22516, 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 22520, app/assets/stylesheets/frontend/application.scss */
  .new-invite-user-page .page-flex .information-main .info-sign-up-details .line-flex {
    display: none;
  }
  /* line 22530, app/assets/stylesheets/frontend/application.scss */
  .user-ideas-page .page-filters .idea_search {
    flex-direction: column;
  }
  /* line 22532, app/assets/stylesheets/frontend/application.scss */
  .user-ideas-page .page-filters .idea_search .l-filter {
    padding: 0px 0px;
    flex-wrap: wrap;
  }
  /* line 22535, app/assets/stylesheets/frontend/application.scss */
  .user-ideas-page .page-filters .idea_search .l-filter .heading-fill {
    display: none;
  }
  /* line 22540, app/assets/stylesheets/frontend/application.scss */
  .user-ideas-page .page-filters .ideas-funnel-search-form {
    flex-direction: column;
  }
  /* line 22542, app/assets/stylesheets/frontend/application.scss */
  .user-ideas-page .page-filters .ideas-funnel-search-form .l-filter {
    padding: 0px 0px;
    flex-wrap: wrap;
  }
  /* line 22545, app/assets/stylesheets/frontend/application.scss */
  .user-ideas-page .page-filters .ideas-funnel-search-form .l-filter .heading-fill {
    display: none;
  }
  /* line 22551, app/assets/stylesheets/frontend/application.scss */
  .user-ideas-page .page-filters .mobile-filter {
    display: block;
    cursor: pointer;
    margin: 5px 0px 10px 0px;
  }
  /* line 22555, app/assets/stylesheets/frontend/application.scss */
  .user-ideas-page .page-filters .mobile-filter .flexb {
    display: flex;
    align-items: center;
  }
  /* line 22558, app/assets/stylesheets/frontend/application.scss */
  .user-ideas-page .page-filters .mobile-filter .flexb .btn-icon {
    width: 16px;
    margin-right: 10px;
  }
  /* line 22562, app/assets/stylesheets/frontend/application.scss */
  .user-ideas-page .page-filters .mobile-filter .flexb h5 {
    margin: 0;
    font-size: 16px;
  }
  /* line 22568, 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 22584, app/assets/stylesheets/frontend/application.scss */
  .user-ideas-page .page-filters .b-fill .removemorefilterclass {
    display: block;
  }
  /* line 22588, app/assets/stylesheets/frontend/application.scss */
  .user-ideas-page .page-filters .viewbfiltersenable {
    display: block;
  }
  /* line 22591, app/assets/stylesheets/frontend/application.scss */
  .user-ideas-page .page-filters .f-select {
    width: 50%;
  }
  /* line 22594, app/assets/stylesheets/frontend/application.scss */
  .user-ideas-page .page-filters .r-filter {
    padding: 0px 3px 0px 3px;
    width: 100%;
    flex-direction: column;
  }
  /* line 22598, 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 22603, app/assets/stylesheets/frontend/application.scss */
  .user-ideas-page .page-filters .r-filter .heading-fill {
    margin: 2px 0px 5px 0px;
    padding: 0px 8px;
  }
  /* line 22612, app/assets/stylesheets/frontend/application.scss */
  .user-ideas-page .page-wrapper .ideas-bg ul li {
    width: 100%;
  }
  /* line 22614, app/assets/stylesheets/frontend/application.scss */
  .user-ideas-page .page-wrapper .ideas-bg ul li .card-b {
    height: auto;
  }
  /* line 22616, 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 22628, app/assets/stylesheets/frontend/application.scss */
  .user-people-page .page-filters .ideas-funnel-search-form {
    flex-direction: column;
  }
  /* line 22630, app/assets/stylesheets/frontend/application.scss */
  .user-people-page .page-filters .ideas-funnel-search-form .l-filter {
    padding: 0px 15px;
    flex-wrap: wrap;
  }
  /* line 22633, 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 22648, 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 22658, app/assets/stylesheets/frontend/application.scss */
  .am-fixed-top .logo h5 {
    font-size: 14px;
  }
  /* line 22665, app/assets/stylesheets/frontend/application.scss */
  .view-ideas-block .view-heading {
    font-size: 26px;
    width: 100%;
  }
  /* line 22674, app/assets/stylesheets/frontend/application.scss */
  .title-top-b a span {
    font-size: 14px;
  }
  /* line 22681, app/assets/stylesheets/frontend/application.scss */
  .timeline-user span {
    font-size: 14px;
  }
  /* line 22686, app/assets/stylesheets/frontend/application.scss */
  .user-avatar-ideabox {
    flex-direction: column;
  }
  /* line 22688, app/assets/stylesheets/frontend/application.scss */
  .user-avatar-ideabox .content-left {
    margin-bottom: 15px;
  }
  /* line 22694, app/assets/stylesheets/frontend/application.scss */
  .info-card-details .view-heading {
    font-size: 26px;
    width: 100%;
  }
  /* line 22701, app/assets/stylesheets/frontend/application.scss */
  .is-countdown b {
    font-size: 20px;
  }
  /* line 22707, 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 22720, app/assets/stylesheets/frontend/application.scss */
  .am-fixed-top .logo h5 {
    font-size: 11px;
  }
  /* line 22726, 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 22740, app/assets/stylesheets/frontend/application.scss */
  .view-ideas-block .view-heading {
    font-size: 26px;
    width: 100%;
  }
  /* line 22748, app/assets/stylesheets/frontend/application.scss */
  .title-top-b a span {
    font-size: 11px;
  }
  /* line 22757, app/assets/stylesheets/frontend/application.scss */
  .timeline-user span {
    font-size: 11px;
  }
  /* line 22762, app/assets/stylesheets/frontend/application.scss */
  .user-avatar-ideabox {
    flex-direction: column;
  }
  /* line 22765, app/assets/stylesheets/frontend/application.scss */
  .user-avatar-ideabox .content-left {
    margin-bottom: 15px;
  }
  /* line 22771, app/assets/stylesheets/frontend/application.scss */
  .info-card-details .view-heading {
    font-size: 26px;
    width: 100%;
  }
  /* line 22779, app/assets/stylesheets/frontend/application.scss */
  .ideas-tab .content::after {
    width: 70%;
  }
  /* line 22789, app/assets/stylesheets/frontend/application.scss */
  .user-login-page .content-block {
    width: 60%;
  }
  /* line 22795, 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 22804, 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 22817, app/assets/stylesheets/frontend/application.scss */
  .idea-cards-position {
    width: 50% !important;
  }
  /* line 22821, app/assets/stylesheets/frontend/application.scss */
  .idea-tab-btn {
    display: block;
  }
  /* line 22824, app/assets/stylesheets/frontend/application.scss */
  .idea-details-tab-btn {
    display: none;
  }
}

@media only screen and (min-width: 300px) and (max-width: 579px) {
  /* line 22831, app/assets/stylesheets/frontend/application.scss */
  .admin-edit-btn {
    display: none;
  }
  /* line 22834, app/assets/stylesheets/frontend/application.scss */
  .inbox-timeline-header {
    padding: 0 !important;
  }
  /* line 22838, app/assets/stylesheets/frontend/application.scss */
  .add-idea-btn-content {
    margin-top: 70px !important;
  }
  /* line 22841, app/assets/stylesheets/frontend/application.scss */
  .browse-files-btn {
    padding: 0px;
  }
  /* line 22845, app/assets/stylesheets/frontend/application.scss */
  .idea-tab-btn {
    display: block;
  }
  /* line 22848, app/assets/stylesheets/frontend/application.scss */
  .idea-details-tab-btn {
    display: none;
  }
  /* line 22851, app/assets/stylesheets/frontend/application.scss */
  .tabs-buttons {
    justify-content: center;
  }
  /* line 22854, app/assets/stylesheets/frontend/application.scss */
  .btn-responsive {
    margin-top: 20px;
  }
  /* line 22857, app/assets/stylesheets/frontend/application.scss */
  .idea-background-image {
    display: flex;
    justify-content: space-around;
    align-items: center;
  }
  /* line 22863, app/assets/stylesheets/frontend/application.scss */
  .add-idea-tabs {
    display: inline-block;
    width: 100%;
  }
  /* line 22867, app/assets/stylesheets/frontend/application.scss */
  .am-fixed-top {
    padding: 3px 2px 2px 2px;
  }
  /* line 22869, app/assets/stylesheets/frontend/application.scss */
  .am-fixed-top .logo {
    margin-bottom: 0px;
  }
  /* line 22871, app/assets/stylesheets/frontend/application.scss */
  .am-fixed-top .logo h5 {
    font-size: 11px;
    white-space: nowrap;
    display: none;
  }
  /* line 22876, app/assets/stylesheets/frontend/application.scss */
  .am-fixed-top .logo .responsive-img {
    width: 125px;
  }
  /* line 22881, app/assets/stylesheets/frontend/application.scss */
  .am-fixed-top .right-nav-content .notification {
    display: none;
  }
  /* line 22883, 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 22891, app/assets/stylesheets/frontend/application.scss */
  .am-fixed-top .right-nav-content .title-top-b {
    display: none;
  }
  /* line 22899, app/assets/stylesheets/frontend/application.scss */
  #notifications {
    width: 290px !important;
    left: -105px !important;
  }
  /* line 22904, app/assets/stylesheets/frontend/application.scss */
  .checklist-box {
    display: none;
  }
  /* line 22908, app/assets/stylesheets/frontend/application.scss */
  .edit-btn {
    display: none;
  }
  /* line 22912, app/assets/stylesheets/frontend/application.scss */
  .menus-nav-bar {
    padding: 8px 2px 5px 2px;
  }
  /* line 22914, app/assets/stylesheets/frontend/application.scss */
  .menus-nav-bar .content {
    flex-wrap: wrap;
  }
  /* line 22916, app/assets/stylesheets/frontend/application.scss */
  .menus-nav-bar .content .menu {
    margin-bottom: 5px;
    font-size: 13px;
  }
  /* line 22927, app/assets/stylesheets/frontend/application.scss */
  .title-top-b a i {
    font-size: 20px;
    margin-right: 10px;
  }
  /* line 22930, app/assets/stylesheets/frontend/application.scss */
  .title-top-b a span {
    font-size: 11px;
  }
  /* line 22939, app/assets/stylesheets/frontend/application.scss */
  .timeline-user span {
    font-size: 11px;
  }
  /* line 22944, app/assets/stylesheets/frontend/application.scss */
  .user-avatar-ideabox {
    flex-direction: column;
  }
  /* line 22947, app/assets/stylesheets/frontend/application.scss */
  .user-avatar-ideabox .content-left {
    margin-bottom: 15px;
  }
  /* line 22953, app/assets/stylesheets/frontend/application.scss */
  .info-card-details .view-heading {
    font-size: 22px;
  }
  /* line 22958, app/assets/stylesheets/frontend/application.scss */
  .idea-cards .view-heading {
    font-size: 22px;
  }
  /* line 22963, app/assets/stylesheets/frontend/application.scss */
  .ideas-tab {
    padding: 8px px 8px px;
  }
  /* line 22965, app/assets/stylesheets/frontend/application.scss */
  .ideas-tab .content {
    margin-bottom: 18px;
  }
  /* line 22968, app/assets/stylesheets/frontend/application.scss */
  .ideas-tab .content::after {
    width: 100%;
  }
  /* line 22971, app/assets/stylesheets/frontend/application.scss */
  .ideas-tab .content .tablink {
    font-size: 13px;
  }
  /* line 22975, app/assets/stylesheets/frontend/application.scss */
  .ideas-tab .share-btn {
    right: 25px;
    display: none;
  }
  /* line 22978, app/assets/stylesheets/frontend/application.scss */
  .ideas-tab .share-btn .content-share {
    height: 30px;
    width: 30px;
  }
  /* line 22981, app/assets/stylesheets/frontend/application.scss */
  .ideas-tab .share-btn .content-share .material-icons {
    font-size: 20px;
  }
  /* line 22990, app/assets/stylesheets/frontend/application.scss */
  .inbox-timeline-header {
    flex-direction: column;
    padding: 14px 14px 12px 14px;
  }
  /* line 22993, app/assets/stylesheets/frontend/application.scss */
  .inbox-timeline-header .inbox-timeline-buttons {
    flex-direction: column;
    position: relative;
    padding: inherit;
  }
  /* line 22997, app/assets/stylesheets/frontend/application.scss */
  .inbox-timeline-header .inbox-timeline-buttons .time-counter {
    margin-bottom: 12px;
  }
  /* line 23000, app/assets/stylesheets/frontend/application.scss */
  .inbox-timeline-header .inbox-timeline-buttons .edit-btn {
    padding: 0px 14px 0px 14px;
    margin-bottom: 12px;
  }
  /* line 23003, app/assets/stylesheets/frontend/application.scss */
  .inbox-timeline-header .inbox-timeline-buttons .edit-btn .edit-idea {
    padding: 10px 33px 10px 33px;
  }
  /* line 23009, 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 23014, app/assets/stylesheets/frontend/application.scss */
  .inbox-timeline-header .inbox-timeline-buttons .add-btn {
    padding: 0px 0px 0px 0px;
  }
  /* line 23026, app/assets/stylesheets/frontend/application.scss */
  .user-avatar-ideabox .content-left .ideabox-owner-name .bottom-content {
    flex-direction: column;
  }
  /* line 23031, app/assets/stylesheets/frontend/application.scss */
  .user-avatar-ideabox .content-right {
    flex-wrap: wrap;
    width: 100%;
  }
  /* line 23034, 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 23042, app/assets/stylesheets/frontend/application.scss */
  .max-container {
    padding: 0px 15px 0px 15px;
  }
  /* line 23047, 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 23055, app/assets/stylesheets/frontend/application.scss */
  .add-idea-page .add-idea-tabs .tabs-right-buttons {
    justify-content: space-between;
    margin-top: 1.5em;
  }
  /* line 23062, app/assets/stylesheets/frontend/application.scss */
  .add-idea-page .add-idea-details .tag-field-display-flex {
    flex-direction: column;
  }
  /* line 23064, 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 23069, 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 23074, 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 23080, app/assets/stylesheets/frontend/application.scss */
  .add-idea-page .add-idea-details .tag-field-display-flex .field-tag {
    width: 100%;
  }
  /* line 23089, app/assets/stylesheets/frontend/application.scss */
  .user-login-page .content-block {
    width: 100%;
  }
  /* line 23095, app/assets/stylesheets/frontend/application.scss */
  .user-login-page .login-btns-block .or-field h5::before {
    width: 22%;
  }
  /* line 23098, app/assets/stylesheets/frontend/application.scss */
  .user-login-page .login-btns-block .or-field h5::after {
    width: 22%;
  }
  /* line 23107, 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 23116, app/assets/stylesheets/frontend/application.scss */
  .add-idea-page .add-idea-tabs-content {
    margin-top: 0;
    width: 100%;
    float: left;
  }
}

/* line 23128, app/assets/stylesheets/frontend/application.scss */
.tox-editor-container .tox-menubar {
  display: none;
}

/*---old Responisve media queries--*/
/* line 23139, 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 23148, app/assets/stylesheets/frontend/application.scss */
.tags-flex .idea-tag-view .easy-autocomplete {
  width: 100% !important;
}

/* line 23150, 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 23160, app/assets/stylesheets/frontend/application.scss */
.tags-flex .idea-tag-view .easy-autocomplete input:hover {
  box-shadow: none;
  border: none;
}

/* line 23164, app/assets/stylesheets/frontend/application.scss */
.tags-flex .idea-tag-view .easy-autocomplete input:focus {
  box-shadow: none;
  border: none;
}

/* line 23170, app/assets/stylesheets/frontend/application.scss */
.tags-flex .idea-tag-view .input-tags-field {
  margin-right: 0px;
  margin-bottom: 0px;
  flex-grow: 8;
}

/* line 23175, 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 23185, app/assets/stylesheets/frontend/application.scss */
.tags-flex .idea-tag-view .input-tags-field input:hover {
  box-shadow: none;
  border: none;
}

/* line 23189, app/assets/stylesheets/frontend/application.scss */
.tags-flex .idea-tag-view .input-tags-field input:focus {
  box-shadow: none;
  border: none;
}

/* line 23200, 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 23212, app/assets/stylesheets/frontend/application.scss */
.select-wrapper .caret {
  display: none;
}

/* line 23215, 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 23227, 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 23234, app/assets/stylesheets/frontend/application.scss */
.select-wrapper .dropdown-content li {
  min-height: auto;
  line-height: initial;
  width: 100%;
}

/* line 23238, 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 23255, app/assets/stylesheets/frontend/application.scss */
.multi-select-drop .select-wrapper .select-dropdown {
  display: none;
}

/* line 23258, app/assets/stylesheets/frontend/application.scss */
.multi-select-drop .select-wrapper .multiselect-dropdown {
  border: 1px solid #cccccc;
  height: 40px;
  margin-bottom: 18px;
}

/* line 23263, app/assets/stylesheets/frontend/application.scss */
.multi-select-drop .select-wrapper .multiselect-dropdown .multiselect-dropdown-list input[type="checkbox"] {
  display: none;
}

/* line 23270, 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 23276, app/assets/stylesheets/frontend/application.scss */
.like-share-block > div {
  display: flex;
}

/* line 23277, 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 23280, app/assets/stylesheets/frontend/application.scss */
span#span_24206 {
  font-size: 16px;
  color: #449adf;
}

/* line 23283, app/assets/stylesheets/frontend/application.scss */
#idea_liked_24206 .material-icons {
  font-size: 23px;
  position: relative;
  top: 1px;
}

/* line 23288, app/assets/stylesheets/frontend/application.scss */
.add-idea-page .like-share-block .view-block {
  color: #5e6779;
  cursor: pointer;
}

/* line 23292, app/assets/stylesheets/frontend/application.scss */
.field.idea-status {
  font-size: 16px;
}

/* line 23295, app/assets/stylesheets/frontend/application.scss */
.profile-detail-block .card-name {
  font-size: 16px;
}

/* line 23296, app/assets/stylesheets/frontend/application.scss */
.add-idea-page .like-share-block .field {
  min-width: -moz-fit-content;
  min-width: fit-content;
}

/* line 23297, app/assets/stylesheets/frontend/application.scss */
.add-idea-page .like-share-block .field {
  padding: 5px 16px 5px 16px;
}

/* line 23298, 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 23307, app/assets/stylesheets/frontend/application.scss */
.field {
  position: relative;
}

/* line 23308, app/assets/stylesheets/frontend/application.scss */
.field:hover .ppovr {
  display: block;
}

/* line 23310, app/assets/stylesheets/frontend/application.scss */
.flip-reply {
  transform: rotate(-25deg);
  font-size: 24px;
  position: relative;
  top: -2px;
  left: 2px;
}

/* line 23317, app/assets/stylesheets/frontend/application.scss */
.new-user-landing-page .slider-bg .content .manager-view .quote-text .display p::after {
  border-radius: 6px;
}

/* line 23318, app/assets/stylesheets/frontend/application.scss */
.follow-btn {
  background: #989898;
  border: #989898;
}

/* line 23319, app/assets/stylesheets/frontend/application.scss */
.btn:hover, .btn-large:hover {
  background-color: #818181;
}

/* line 23322, app/assets/stylesheets/frontend/application.scss */
.custom-hover {
  transition: background-color 0.3s ease;
}

/* line 23326, app/assets/stylesheets/frontend/application.scss */
.custom-hover:hover {
  background-color: #444;
  /* Default hover effect */
}

/* line 23330, app/assets/stylesheets/frontend/application.scss */
.custom-hover.has-custom-color:hover {
  background-color: #555;
  /* Hover effect when button_1 is present */
}

/* line 23335, app/assets/stylesheets/frontend/application.scss */
.tabs .tab {
  height: 46px;
}

/* line 23338, app/assets/stylesheets/frontend/application.scss */
.user-page-tabs .tab .active:after {
  border-bottom: 2px solid;
}

/* line 23341, app/assets/stylesheets/frontend/application.scss */
.user-page-tabs .tab a p {
  color: #000;
}

/* line 23342, app/assets/stylesheets/frontend/application.scss */
.user-page-tabs .tab a:after {
  content: '';
  position: absolute;
  top: 44px;
  width: 100%;
  left: 0;
}

/* line 23349, app/assets/stylesheets/frontend/application.scss */
.user-page-tabs .tab a:hover:after {
  opacity: .3;
  border-bottom: 2px solid;
}

/* line 23353, app/assets/stylesheets/frontend/application.scss */
.menus-sliders .tabsliderarrow:hover {
  color: #000;
  border-color: #c3c3c3;
}

/* line 23357, app/assets/stylesheets/frontend/application.scss */
.mngicn {
  font-size: 20px !important;
  margin-top: -2px;
  margin-right: 5px;
}

/* line 23358, app/assets/stylesheets/frontend/application.scss */
.user-page-tabs .tabs .tab a {
  width: -moz-fit-content;
  width: fit-content;
}

/* line 23359, app/assets/stylesheets/frontend/application.scss */
.indicator {
  display: none;
}

/* line 23360, app/assets/stylesheets/frontend/application.scss */
.ishtbs {
  margin-top: 30px;
}

/* line 23361, app/assets/stylesheets/frontend/application.scss */
.ishtbs .menus-sliders .box {
  width: -moz-fit-content;
  width: fit-content;
}

/* line 23362, app/assets/stylesheets/frontend/application.scss */
.ishtbs .mngicn {
  position: relative;
  top: 5px;
}

/* line 23363, app/assets/stylesheets/frontend/application.scss */
.ishtbs .tabs {
  border-bottom: 1px solid lightgray;
}

/* line 23364, app/assets/stylesheets/frontend/application.scss */
.ishtbs .menus-sliders .box {
  margin: 0;
}

/* line 23365, app/assets/stylesheets/frontend/application.scss */
.ishtbs .mission-bottom-content {
  padding: 0px !important;
  margin-bottom: 50px;
}

/* line 23366, app/assets/stylesheets/frontend/application.scss */
.ishtbs .view-ideas-block .heading-block {
  margin: 0;
  margin-top: 24px;
}

/* line 23367, app/assets/stylesheets/frontend/application.scss */
.ishmngi {
  margin-top: 24px !important;
}

/* line 23368, app/assets/stylesheets/frontend/application.scss */
.ishtbs .tabs a span {
  color: #000 !important;
}

/* line 23369, app/assets/stylesheets/frontend/application.scss */
.ishtbs .people-content {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

/* line 23370, app/assets/stylesheets/frontend/application.scss */
.ishtbs .people-content .people {
  width: 25%;
  padding: 0px 15px;
}

/* line 23371, 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 23378, app/assets/stylesheets/frontend/application.scss */
.ishtbs .people-content .people .content .display-people {
  display: flex;
  flex-direction: column;
}

/* line 23379, 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 23389, app/assets/stylesheets/frontend/application.scss */
.ishtbs .menus-sliders .box {
  position: relative;
  top: 1px;
}

/* line 23394, app/assets/stylesheets/frontend/application.scss */
.input-field .multiselect-dropdown label {
  transform: translateY(0);
}

/* line 23398, app/assets/stylesheets/frontend/application.scss */
.select-wrapper {
  border-bottom: none;
  text-overflow: ellipsis;
  color: #33334f;
}

/* line 23403, app/assets/stylesheets/frontend/application.scss */
.select-wrapper > span.caret {
  visibility: hidden;
}

/* line 23406, app/assets/stylesheets/frontend/application.scss */
.select-wrapper > span.caret:before {
  font-family: "Material Icons";
  content: "\e5c5";
  visibility: visible;
  font-size: 22px;
}

/* line 23414, app/assets/stylesheets/frontend/application.scss */
.select-wrapper .dropdown-content li {
  min-height: 0;
}

/* line 23420, app/assets/stylesheets/frontend/application.scss */
.tribute-container li {
  gap: 8px;
}

/* line 23422, app/assets/stylesheets/frontend/application.scss */
.tribute-container li img {
  width: 24px;
  height: 24px;
}

/* line 23429, 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);
  }
}
.smartbanner-show {
	margin-top: 80px;
}

.smartbanner-show .smartbanner {
	display: block;
}

/** Default **/
.smartbanner {
	position: absolute;
	left: 0;
	top: 0;
	display: none;
	width: 100%;
	height: 80px;
	line-height: 80px;
	font-family: 'Helvetica Neue', sans-serif;
	background: #f4f4f4;
	z-index: 9998;
	-webkit-font-smoothing: antialiased;
	overflow: hidden;
	-webkit-text-size-adjust: none;
}

.smartbanner-container {
	margin: 0 auto;
	white-space: nowrap;
}

.smartbanner-close {
	display: inline-block;
	vertical-align: middle;
	margin: 0 5px 0 5px;
	font-family: 'ArialRoundedMTBold', Arial;
	font-size: 20px;
	text-align: center;
	color: #888;
	text-decoration: none;
	border: 0;
	border-radius: 14px;
	-webkit-font-smoothing: subpixel-antialiased;
}

.smartbanner-close:active,
.smartbanner-close:hover {
	color: #aaa;
}

.smartbanner-icon {
	display: inline-block;
	vertical-align: middle;
	width: 57px;
	height: 57px;
	margin-right: 12px;
	background-size: cover;
	border-radius: 10px;
}

.smartbanner-info {
	display: inline-block;
	vertical-align: middle;
	width: 44%;
	font-size: 11px;
	line-height: 1.2em;
	font-weight: bold;
}

.smartbanner-title {
	font-size: 13px;
	line-height: 18px;
}

.smartbanner-button {
	position: absolute;
	right: 20px;
	top: 0;
	bottom: 0;
	margin: auto 0;
	height: 24px;
	font-size: 14px;
	line-height: 24px;
	text-align: center;
	font-weight: bold;
	color: #6a6a6a;
	text-transform: uppercase;
	text-decoration: none;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

.smartbanner-button:active,
.smartbanner-button:hover {
	color: #aaa;
}

.smartbanner-button-text {
}

.smartbanner-button-text:active,
.smartbanner-button-text:hover {
}

/** iOS **/
.smartbanner-ios {
	background: #f4f4f4;
	background: linear-gradient(to bottom, #f4f4f4, #cdcdcd);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
	line-height: 80px;
}

.smartbanner-ios .smartbanner-close {
	border: 0;
	width: 18px;
	height: 18px;
	line-height: 18px;
	color: #888;
	text-shadow: 0 1px 0 white;
}

.smartbanner-ios .smartbanner-close:active,
.smartbanner-ios .smartbanner-close:hover {
	color: #aaa;
}

.smartbanner-ios .smartbanner-icon {
	background: rgba(0, 0, 0, 0.6);
	background-size: cover;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

.smartbanner-ios .smartbanner-info {
	color: #6a6a6a;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

.smartbanner-ios .smartbanner-title {
	color: #4d4d4d;
	font-weight: bold;
}

.smartbanner-ios .smartbanner-button {
	padding: 0 10px;
	min-width: 10%;
	color: #6a6a6a;
	background: #efefef;
	background: linear-gradient(to bottom, #efefef, #dcdcdc);
	border-radius: 3px;
	box-shadow: inset 0 0 0 1px #bfbfbf, 0 1px 0 rgba(255, 255, 255, 0.6), 0 2px 0 rgba(255, 255, 255, 0.7) inset;
}

.smartbanner-ios .smartbanner-button:active,
.smartbanner-ios .smartbanner-button:hover {
	background: #dcdcdc;
	background: linear-gradient(to bottom, #dcdcdc, #efefef);
}

.smartbanner-ios .smartbanner-button-text {
}

.smartbanner-ios .smartbanner-button-text:active,
.smartbanner-ios .smartbanner-button-text:hover {
}

/** Android **/
.smartbanner-android {
	background: #3d3d3d url(data:image/gif;base64,R0lGODlhCAAIAIABAFVVVf///yH5BAEHAAEALAAAAAAIAAgAAAINRG4XudroGJBRsYcxKAA7);
	box-shadow: inset 0 4px 0 #88b131;
	line-height: 82px;
}

.smartbanner-android .smartbanner-close {
	border: 0;
	width: 17px;
	height: 17px;
	line-height: 17px;
	margin-right: 7px;
	color: #b1b1b3;
	background: #1c1e21;
	text-shadow: 0 1px 1px #000;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.8) inset, 0 1px 1px rgba(255, 255, 255, 0.3);
}

.smartbanner-android .smartbanner-close:active,
.smartbanner-android .smartbanner-close:hover {
	color: #eee;
}

.smartbanner-android .smartbanner-icon {
	background-color: transparent;
	box-shadow: none;
}

.smartbanner-android .smartbanner-info {
	color: #ccc;
	text-shadow: 0 1px 2px #000;
}

.smartbanner-android .smartbanner-title {
	color: #fff;
	font-weight: bold;
}

.smartbanner-android .smartbanner-button {
	min-width: 12%;
	color: #d1d1d1;
	padding: 0;
	background: none;
	border-radius: 0;
	box-shadow: 0 0 0 1px #333, 0 0 0 2px #dddcdc;
}

.smartbanner-android .smartbanner-button:active,
.smartbanner-android .smartbanner-button:hover {
	background: none;
}

.smartbanner-android .smartbanner-button-text {
	text-align: center;
	display: block;
	padding: 0 10px;
	background: #42b6c9;
	background: linear-gradient(to bottom, #42b6c9, #39a9bb);
	text-transform: none;
	text-shadow: none;
	box-shadow: none;
}

.smartbanner-android .smartbanner-button-text:active,
.smartbanner-android .smartbanner-button-text:hover {
	background: #2ac7e1;
}

/** Windows **/
.smartbanner-windows {
	background: #f4f4f4;
	background: linear-gradient(to bottom, #f4f4f4, #cdcdcd);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
	line-height: 80px;
}

.smartbanner-windows .smartbanner-close {
	border: 0;
	width: 18px;
	height: 18px;
	line-height: 18px;
	color: #888;
	text-shadow: 0 1px 0 white;
}

.smartbanner-windows .smartbanner-close:active,
.smartbanner-windows .smartbanner-close:hover {
	color: #aaa;
}

.smartbanner-windows .smartbanner-icon {
	background: rgba(0, 0, 0, 0.6);
	background-size: cover;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

.smartbanner-windows .smartbanner-info {
	color: #6a6a6a;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

.smartbanner-windows .smartbanner-title {
	color: #4d4d4d;
	font-weight: bold;
}

.smartbanner-windows .smartbanner-button {
	padding: 0 10px;
	min-width: 10%;
	color: #6a6a6a;
	background: #efefef;
	background: linear-gradient(to bottom, #efefef, #dcdcdc);
	border-radius: 3px;
	box-shadow: inset 0 0 0 1px #bfbfbf, 0 1px 0 rgba(255, 255, 255, 0.6), 0 2px 0 rgba(255, 255, 255, 0.7) inset;
}

.smartbanner-windows .smartbanner-button:active,
.smartbanner-windows .smartbanner-button:hover {
	background: #dcdcdc;
	background: linear-gradient(to bottom, #dcdcdc, #efefef);
}

.smartbanner-windows .smartbanner-button-text {
}

.smartbanner-windows .smartbanner-button-text:active,
.smartbanner-windows .smartbanner-button-text:hover {
}
.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;
}
