@import '../app_base.css';
@import '../range.style.css';
/* Base Layer */
/* Base Layer */
@layer base {
  .tabs .indicator {
    display: none;
  }

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

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

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

  /* Track */
  ::-webkit-scrollbar-track {
    background: #f1f1f1;
    @apply rounded-lg;
  }

  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #888;
    @apply rounded-lg;
  }

  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #555;
  }

  :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; }
  
  .fill-primary {
    fill: rgb(var(--color-primary) / var(--tw-bg-opacity));
    color: rgb(var(--color-primary) / var(--tw-text-opacity));
  }

  .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;
  }

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

    .element-hover {
      --tw-bg-opacity: 0.1;
      @apply bg-primary;
    }
  }

}

/* Component Layer */
@layer components {

  [type="checkbox"] {
    + label {
      @apply text-sm! pl-6! h-5! leading-5!;

      &:before {
        @apply top-[1px]! w-[14px]! h-[14px]! border! border-gray-500!;
      }
    }

    &:checked + label:before {
      @apply -top-0.5! -left-0.5! w-2! h-4! border-l-transparent! border-t-transparent!;
      border-right-color: rgb(var(--color-primary)) !important;
      border-bottom-color: rgb(var(--color-primary)) !important;
    }
  }

  ::-webkit-datetime-edit-month-field,
  ::-webkit-datetime-edit-day-field,
  ::-webkit-datetime-edit-year-field { @apply text-gray-500 text-sm}

  @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%;
    }
  }
}


.collapse-sidebar .label {
  @apply bg-gray-900 px-3 py-1.5 text-sm text-white absolute ltr:left-[calc(100%+8px)] rtl:right-[calc(100%+8px)] hidden rounded-[6px] shadow-md whitespace-nowrap before:content-[''] before:border-8 before:absolute ltr:before:-left-4 rtl:before:-right-4 before:border-transparent ltr:before:border-r-gray-900 rtl:before:border-l-gray-900 before:top-[5px] z-10;
}

.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;
}
/*!
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}}
/**
 * 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; }
@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,500i,700,700i,900,900i&display=swap");
@import url(https://app.acceptmission.com/assets/croppie/croppie-b2406134c0ff15d097cf4e0da05548f4a7d8e4a4f729a5ce667146ba0acfe4ac.css);
/* line 6, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.materialize-red {
  background-color: #e51c23 !important;
}

/* line 9, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.materialize-red-text {
  color: #e51c23 !important;
}

/* line 14, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.materialize-red.lighten-5 {
  background-color: #fdeaeb !important;
}

/* line 17, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.materialize-red-text.text-lighten-5 {
  color: #fdeaeb !important;
}

/* line 14, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.materialize-red.lighten-4 {
  background-color: #f8c1c3 !important;
}

/* line 17, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.materialize-red-text.text-lighten-4 {
  color: #f8c1c3 !important;
}

/* line 14, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.materialize-red.lighten-3 {
  background-color: #f3989b !important;
}

/* line 17, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.materialize-red-text.text-lighten-3 {
  color: #f3989b !important;
}

/* line 14, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.materialize-red.lighten-2 {
  background-color: #ee6e73 !important;
}

/* line 17, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.materialize-red-text.text-lighten-2 {
  color: #ee6e73 !important;
}

/* line 14, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.materialize-red.lighten-1 {
  background-color: #ea454b !important;
}

/* line 17, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.materialize-red-text.text-lighten-1 {
  color: #ea454b !important;
}

/* line 14, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.materialize-red.darken-1 {
  background-color: #d0181e !important;
}

/* line 17, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.materialize-red-text.text-darken-1 {
  color: #d0181e !important;
}

/* line 14, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.materialize-red.darken-2 {
  background-color: #b9151b !important;
}

/* line 17, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.materialize-red-text.text-darken-2 {
  color: #b9151b !important;
}

/* line 14, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.materialize-red.darken-3 {
  background-color: #a21318 !important;
}

/* line 17, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.materialize-red-text.text-darken-3 {
  color: #a21318 !important;
}

/* line 14, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.materialize-red.darken-4 {
  background-color: #8b1014 !important;
}

/* line 17, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.materialize-red-text.text-darken-4 {
  color: #8b1014 !important;
}

/* line 6, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.red {
  background-color: #F44336 !important;
}

/* line 9, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.red-text {
  color: #F44336 !important;
}

/* line 14, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.red.lighten-5 {
  background-color: #FFEBEE !important;
}

/* line 17, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.red-text.text-lighten-5 {
  color: #FFEBEE !important;
}

/* line 14, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.red.lighten-4 {
  background-color: #FFCDD2 !important;
}

/* line 17, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.red-text.text-lighten-4 {
  color: #FFCDD2 !important;
}

/* line 14, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.red.lighten-3 {
  background-color: #EF9A9A !important;
}

/* line 17, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.red-text.text-lighten-3 {
  color: #EF9A9A !important;
}

/* line 14, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.red.lighten-2 {
  background-color: #E57373 !important;
}

/* line 17, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.red-text.text-lighten-2 {
  color: #E57373 !important;
}

/* line 14, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.red.lighten-1 {
  background-color: #EF5350 !important;
}

/* line 17, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.red-text.text-lighten-1 {
  color: #EF5350 !important;
}

/* line 14, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.red.darken-1 {
  background-color: #E53935 !important;
}

/* line 17, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.red-text.text-darken-1 {
  color: #E53935 !important;
}

/* line 14, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.red.darken-2 {
  background-color: #D32F2F !important;
}

/* line 17, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.red-text.text-darken-2 {
  color: #D32F2F !important;
}

/* line 14, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.red.darken-3 {
  background-color: #C62828 !important;
}

/* line 17, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.red-text.text-darken-3 {
  color: #C62828 !important;
}

/* line 14, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.red.darken-4 {
  background-color: #B71C1C !important;
}

/* line 17, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.red-text.text-darken-4 {
  color: #B71C1C !important;
}

/* line 14, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.red.accent-1 {
  background-color: #FF8A80 !important;
}

/* line 17, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.red-text.text-accent-1 {
  color: #FF8A80 !important;
}

/* line 14, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.red.accent-2 {
  background-color: #FF5252 !important;
}

/* line 17, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.red-text.text-accent-2 {
  color: #FF5252 !important;
}

/* line 14, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.red.accent-3 {
  background-color: #FF1744 !important;
}

/* line 17, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.red-text.text-accent-3 {
  color: #FF1744 !important;
}

/* line 14, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.red.accent-4 {
  background-color: #D50000 !important;
}

/* line 17, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.red-text.text-accent-4 {
  color: #D50000 !important;
}

/* line 6, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.pink {
  background-color: #e91e63 !important;
}

/* line 9, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.pink-text {
  color: #e91e63 !important;
}

/* line 14, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.pink.lighten-5 {
  background-color: #fce4ec !important;
}

/* line 17, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.pink-text.text-lighten-5 {
  color: #fce4ec !important;
}

/* line 14, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.pink.lighten-4 {
  background-color: #f8bbd0 !important;
}

/* line 17, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.pink-text.text-lighten-4 {
  color: #f8bbd0 !important;
}

/* line 14, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.pink.lighten-3 {
  background-color: #f48fb1 !important;
}

/* line 17, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.pink-text.text-lighten-3 {
  color: #f48fb1 !important;
}

/* line 14, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.pink.lighten-2 {
  background-color: #f06292 !important;
}

/* line 17, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.pink-text.text-lighten-2 {
  color: #f06292 !important;
}

/* line 14, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.pink.lighten-1 {
  background-color: #ec407a !important;
}

/* line 17, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.pink-text.text-lighten-1 {
  color: #ec407a !important;
}

/* line 14, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.pink.darken-1 {
  background-color: #d81b60 !important;
}

/* line 17, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.pink-text.text-darken-1 {
  color: #d81b60 !important;
}

/* line 14, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.pink.darken-2 {
  background-color: #c2185b !important;
}

/* line 17, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.pink-text.text-darken-2 {
  color: #c2185b !important;
}

/* line 14, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.pink.darken-3 {
  background-color: #ad1457 !important;
}

/* line 17, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.pink-text.text-darken-3 {
  color: #ad1457 !important;
}

/* line 14, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.pink.darken-4 {
  background-color: #880e4f !important;
}

/* line 17, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.pink-text.text-darken-4 {
  color: #880e4f !important;
}

/* line 14, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.pink.accent-1 {
  background-color: #ff80ab !important;
}

/* line 17, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.pink-text.text-accent-1 {
  color: #ff80ab !important;
}

/* line 14, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.pink.accent-2 {
  background-color: #ff4081 !important;
}

/* line 17, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.pink-text.text-accent-2 {
  color: #ff4081 !important;
}

/* line 14, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.pink.accent-3 {
  background-color: #f50057 !important;
}

/* line 17, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.pink-text.text-accent-3 {
  color: #f50057 !important;
}

/* line 14, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.pink.accent-4 {
  background-color: #c51162 !important;
}

/* line 17, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.pink-text.text-accent-4 {
  color: #c51162 !important;
}

/* line 6, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.purple {
  background-color: #9c27b0 !important;
}

/* line 9, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.purple-text {
  color: #9c27b0 !important;
}

/* line 14, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.purple.lighten-5 {
  background-color: #f3e5f5 !important;
}

/* line 17, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.purple-text.text-lighten-5 {
  color: #f3e5f5 !important;
}

/* line 14, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.purple.lighten-4 {
  background-color: #e1bee7 !important;
}

/* line 17, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.purple-text.text-lighten-4 {
  color: #e1bee7 !important;
}

/* line 14, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.purple.lighten-3 {
  background-color: #ce93d8 !important;
}

/* line 17, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.purple-text.text-lighten-3 {
  color: #ce93d8 !important;
}

/* line 14, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.purple.lighten-2 {
  background-color: #ba68c8 !important;
}

/* line 17, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.purple-text.text-lighten-2 {
  color: #ba68c8 !important;
}

/* line 14, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.purple.lighten-1 {
  background-color: #ab47bc !important;
}

/* line 17, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.purple-text.text-lighten-1 {
  color: #ab47bc !important;
}

/* line 14, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.purple.darken-1 {
  background-color: #8e24aa !important;
}

/* line 17, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.purple-text.text-darken-1 {
  color: #8e24aa !important;
}

/* line 14, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.purple.darken-2 {
  background-color: #7b1fa2 !important;
}

/* line 17, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.purple-text.text-darken-2 {
  color: #7b1fa2 !important;
}

/* line 14, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.purple.darken-3 {
  background-color: #6a1b9a !important;
}

/* line 17, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.purple-text.text-darken-3 {
  color: #6a1b9a !important;
}

/* line 14, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.purple.darken-4 {
  background-color: #4a148c !important;
}

/* line 17, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.purple-text.text-darken-4 {
  color: #4a148c !important;
}

/* line 14, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.purple.accent-1 {
  background-color: #ea80fc !important;
}

/* line 17, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.purple-text.text-accent-1 {
  color: #ea80fc !important;
}

/* line 14, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.purple.accent-2 {
  background-color: #e040fb !important;
}

/* line 17, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.purple-text.text-accent-2 {
  color: #e040fb !important;
}

/* line 14, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.purple.accent-3 {
  background-color: #d500f9 !important;
}

/* line 17, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.purple-text.text-accent-3 {
  color: #d500f9 !important;
}

/* line 14, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.purple.accent-4 {
  background-color: #aa00ff !important;
}

/* line 17, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.purple-text.text-accent-4 {
  color: #aa00ff !important;
}

/* line 6, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.deep-purple {
  background-color: #673ab7 !important;
}

/* line 9, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.deep-purple-text {
  color: #673ab7 !important;
}

/* line 14, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.deep-purple.lighten-5 {
  background-color: #ede7f6 !important;
}

/* line 17, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.deep-purple-text.text-lighten-5 {
  color: #ede7f6 !important;
}

/* line 14, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.deep-purple.lighten-4 {
  background-color: #d1c4e9 !important;
}

/* line 17, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.deep-purple-text.text-lighten-4 {
  color: #d1c4e9 !important;
}

/* line 14, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.deep-purple.lighten-3 {
  background-color: #b39ddb !important;
}

/* line 17, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.deep-purple-text.text-lighten-3 {
  color: #b39ddb !important;
}

/* line 14, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.deep-purple.lighten-2 {
  background-color: #9575cd !important;
}

/* line 17, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.deep-purple-text.text-lighten-2 {
  color: #9575cd !important;
}

/* line 14, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.deep-purple.lighten-1 {
  background-color: #7e57c2 !important;
}

/* line 17, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.deep-purple-text.text-lighten-1 {
  color: #7e57c2 !important;
}

/* line 14, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.deep-purple.darken-1 {
  background-color: #5e35b1 !important;
}

/* line 17, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.deep-purple-text.text-darken-1 {
  color: #5e35b1 !important;
}

/* line 14, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.deep-purple.darken-2 {
  background-color: #512da8 !important;
}

/* line 17, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.deep-purple-text.text-darken-2 {
  color: #512da8 !important;
}

/* line 14, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.deep-purple.darken-3 {
  background-color: #4527a0 !important;
}

/* line 17, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.deep-purple-text.text-darken-3 {
  color: #4527a0 !important;
}

/* line 14, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.deep-purple.darken-4 {
  background-color: #311b92 !important;
}

/* line 17, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.deep-purple-text.text-darken-4 {
  color: #311b92 !important;
}

/* line 14, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.deep-purple.accent-1 {
  background-color: #b388ff !important;
}

/* line 17, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.deep-purple-text.text-accent-1 {
  color: #b388ff !important;
}

/* line 14, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.deep-purple.accent-2 {
  background-color: #7c4dff !important;
}

/* line 17, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.deep-purple-text.text-accent-2 {
  color: #7c4dff !important;
}

/* line 14, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.deep-purple.accent-3 {
  background-color: #651fff !important;
}

/* line 17, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.deep-purple-text.text-accent-3 {
  color: #651fff !important;
}

/* line 14, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.deep-purple.accent-4 {
  background-color: #6200ea !important;
}

/* line 17, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.deep-purple-text.text-accent-4 {
  color: #6200ea !important;
}

/* line 6, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.indigo {
  background-color: #3f51b5 !important;
}

/* line 9, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.indigo-text {
  color: #3f51b5 !important;
}

/* line 14, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.indigo.lighten-5 {
  background-color: #e8eaf6 !important;
}

/* line 17, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.indigo-text.text-lighten-5 {
  color: #e8eaf6 !important;
}

/* line 14, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.indigo.lighten-4 {
  background-color: #c5cae9 !important;
}

/* line 17, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.indigo-text.text-lighten-4 {
  color: #c5cae9 !important;
}

/* line 14, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.indigo.lighten-3 {
  background-color: #9fa8da !important;
}

/* line 17, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.indigo-text.text-lighten-3 {
  color: #9fa8da !important;
}

/* line 14, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.indigo.lighten-2 {
  background-color: #7986cb !important;
}

/* line 17, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.indigo-text.text-lighten-2 {
  color: #7986cb !important;
}

/* line 14, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.indigo.lighten-1 {
  background-color: #5c6bc0 !important;
}

/* line 17, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.indigo-text.text-lighten-1 {
  color: #5c6bc0 !important;
}

/* line 14, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.indigo.darken-1 {
  background-color: #3949ab !important;
}

/* line 17, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.indigo-text.text-darken-1 {
  color: #3949ab !important;
}

/* line 14, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.indigo.darken-2 {
  background-color: #303f9f !important;
}

/* line 17, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.indigo-text.text-darken-2 {
  color: #303f9f !important;
}

/* line 14, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.indigo.darken-3 {
  background-color: #283593 !important;
}

/* line 17, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.indigo-text.text-darken-3 {
  color: #283593 !important;
}

/* line 14, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.indigo.darken-4 {
  background-color: #1a237e !important;
}

/* line 17, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.indigo-text.text-darken-4 {
  color: #1a237e !important;
}

/* line 14, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.indigo.accent-1 {
  background-color: #8c9eff !important;
}

/* line 17, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.indigo-text.text-accent-1 {
  color: #8c9eff !important;
}

/* line 14, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.indigo.accent-2 {
  background-color: #536dfe !important;
}

/* line 17, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.indigo-text.text-accent-2 {
  color: #536dfe !important;
}

/* line 14, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.indigo.accent-3 {
  background-color: #3d5afe !important;
}

/* line 17, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.indigo-text.text-accent-3 {
  color: #3d5afe !important;
}

/* line 14, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.indigo.accent-4 {
  background-color: #304ffe !important;
}

/* line 17, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.indigo-text.text-accent-4 {
  color: #304ffe !important;
}

/* line 6, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.blue {
  background-color: #2196F3 !important;
}

/* line 9, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.blue-text {
  color: #2196F3 !important;
}

/* line 14, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.blue.lighten-5 {
  background-color: #E3F2FD !important;
}

/* line 17, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.blue-text.text-lighten-5 {
  color: #E3F2FD !important;
}

/* line 14, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.blue.lighten-4 {
  background-color: #BBDEFB !important;
}

/* line 17, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.blue-text.text-lighten-4 {
  color: #BBDEFB !important;
}

/* line 14, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.blue.lighten-3 {
  background-color: #90CAF9 !important;
}

/* line 17, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.blue-text.text-lighten-3 {
  color: #90CAF9 !important;
}

/* line 14, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.blue.lighten-2 {
  background-color: #64B5F6 !important;
}

/* line 17, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.blue-text.text-lighten-2 {
  color: #64B5F6 !important;
}

/* line 14, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.blue.lighten-1 {
  background-color: #42A5F5 !important;
}

/* line 17, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.blue-text.text-lighten-1 {
  color: #42A5F5 !important;
}

/* line 14, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.blue.darken-1 {
  background-color: #1E88E5 !important;
}

/* line 17, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.blue-text.text-darken-1 {
  color: #1E88E5 !important;
}

/* line 14, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.blue.darken-2 {
  background-color: #1976D2 !important;
}

/* line 17, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.blue-text.text-darken-2 {
  color: #1976D2 !important;
}

/* line 14, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.blue.darken-3 {
  background-color: #1565C0 !important;
}

/* line 17, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.blue-text.text-darken-3 {
  color: #1565C0 !important;
}

/* line 14, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.blue.darken-4 {
  background-color: #0D47A1 !important;
}

/* line 17, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.blue-text.text-darken-4 {
  color: #0D47A1 !important;
}

/* line 14, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.blue.accent-1 {
  background-color: #82B1FF !important;
}

/* line 17, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.blue-text.text-accent-1 {
  color: #82B1FF !important;
}

/* line 14, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.blue.accent-2 {
  background-color: #448AFF !important;
}

/* line 17, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.blue-text.text-accent-2 {
  color: #448AFF !important;
}

/* line 14, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.blue.accent-3 {
  background-color: #2979FF !important;
}

/* line 17, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.blue-text.text-accent-3 {
  color: #2979FF !important;
}

/* line 14, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.blue.accent-4 {
  background-color: #2962FF !important;
}

/* line 17, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.blue-text.text-accent-4 {
  color: #2962FF !important;
}

/* line 6, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.light-blue {
  background-color: #03a9f4 !important;
}

/* line 9, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.light-blue-text {
  color: #03a9f4 !important;
}

/* line 14, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.light-blue.lighten-5 {
  background-color: #e1f5fe !important;
}

/* line 17, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.light-blue-text.text-lighten-5 {
  color: #e1f5fe !important;
}

/* line 14, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.light-blue.lighten-4 {
  background-color: #b3e5fc !important;
}

/* line 17, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.light-blue-text.text-lighten-4 {
  color: #b3e5fc !important;
}

/* line 14, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.light-blue.lighten-3 {
  background-color: #81d4fa !important;
}

/* line 17, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.light-blue-text.text-lighten-3 {
  color: #81d4fa !important;
}

/* line 14, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.light-blue.lighten-2 {
  background-color: #4fc3f7 !important;
}

/* line 17, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.light-blue-text.text-lighten-2 {
  color: #4fc3f7 !important;
}

/* line 14, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.light-blue.lighten-1 {
  background-color: #29b6f6 !important;
}

/* line 17, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.light-blue-text.text-lighten-1 {
  color: #29b6f6 !important;
}

/* line 14, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.light-blue.darken-1 {
  background-color: #039be5 !important;
}

/* line 17, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.light-blue-text.text-darken-1 {
  color: #039be5 !important;
}

/* line 14, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.light-blue.darken-2 {
  background-color: #0288d1 !important;
}

/* line 17, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.light-blue-text.text-darken-2 {
  color: #0288d1 !important;
}

/* line 14, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.light-blue.darken-3 {
  background-color: #0277bd !important;
}

/* line 17, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.light-blue-text.text-darken-3 {
  color: #0277bd !important;
}

/* line 14, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.light-blue.darken-4 {
  background-color: #01579b !important;
}

/* line 17, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.light-blue-text.text-darken-4 {
  color: #01579b !important;
}

/* line 14, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.light-blue.accent-1 {
  background-color: #80d8ff !important;
}

/* line 17, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.light-blue-text.text-accent-1 {
  color: #80d8ff !important;
}

/* line 14, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.light-blue.accent-2 {
  background-color: #40c4ff !important;
}

/* line 17, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.light-blue-text.text-accent-2 {
  color: #40c4ff !important;
}

/* line 14, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.light-blue.accent-3 {
  background-color: #00b0ff !important;
}

/* line 17, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.light-blue-text.text-accent-3 {
  color: #00b0ff !important;
}

/* line 14, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.light-blue.accent-4 {
  background-color: #0091ea !important;
}

/* line 17, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.light-blue-text.text-accent-4 {
  color: #0091ea !important;
}

/* line 6, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.cyan {
  background-color: #00bcd4 !important;
}

/* line 9, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.cyan-text {
  color: #00bcd4 !important;
}

/* line 14, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.cyan.lighten-5 {
  background-color: #e0f7fa !important;
}

/* line 17, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.cyan-text.text-lighten-5 {
  color: #e0f7fa !important;
}

/* line 14, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.cyan.lighten-4 {
  background-color: #b2ebf2 !important;
}

/* line 17, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.cyan-text.text-lighten-4 {
  color: #b2ebf2 !important;
}

/* line 14, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.cyan.lighten-3 {
  background-color: #80deea !important;
}

/* line 17, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.cyan-text.text-lighten-3 {
  color: #80deea !important;
}

/* line 14, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.cyan.lighten-2 {
  background-color: #4dd0e1 !important;
}

/* line 17, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.cyan-text.text-lighten-2 {
  color: #4dd0e1 !important;
}

/* line 14, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.cyan.lighten-1 {
  background-color: #26c6da !important;
}

/* line 17, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.cyan-text.text-lighten-1 {
  color: #26c6da !important;
}

/* line 14, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.cyan.darken-1 {
  background-color: #00acc1 !important;
}

/* line 17, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.cyan-text.text-darken-1 {
  color: #00acc1 !important;
}

/* line 14, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.cyan.darken-2 {
  background-color: #0097a7 !important;
}

/* line 17, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.cyan-text.text-darken-2 {
  color: #0097a7 !important;
}

/* line 14, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.cyan.darken-3 {
  background-color: #00838f !important;
}

/* line 17, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.cyan-text.text-darken-3 {
  color: #00838f !important;
}

/* line 14, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.cyan.darken-4 {
  background-color: #006064 !important;
}

/* line 17, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.cyan-text.text-darken-4 {
  color: #006064 !important;
}

/* line 14, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.cyan.accent-1 {
  background-color: #84ffff !important;
}

/* line 17, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.cyan-text.text-accent-1 {
  color: #84ffff !important;
}

/* line 14, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.cyan.accent-2 {
  background-color: #18ffff !important;
}

/* line 17, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.cyan-text.text-accent-2 {
  color: #18ffff !important;
}

/* line 14, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.cyan.accent-3 {
  background-color: #00e5ff !important;
}

/* line 17, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.cyan-text.text-accent-3 {
  color: #00e5ff !important;
}

/* line 14, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.cyan.accent-4 {
  background-color: #00b8d4 !important;
}

/* line 17, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.cyan-text.text-accent-4 {
  color: #00b8d4 !important;
}

/* line 6, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.teal {
  background-color: #009688 !important;
}

/* line 9, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.teal-text {
  color: #009688 !important;
}

/* line 14, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.teal.lighten-5 {
  background-color: #e0f2f1 !important;
}

/* line 17, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.teal-text.text-lighten-5 {
  color: #e0f2f1 !important;
}

/* line 14, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.teal.lighten-4 {
  background-color: #b2dfdb !important;
}

/* line 17, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.teal-text.text-lighten-4 {
  color: #b2dfdb !important;
}

/* line 14, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.teal.lighten-3 {
  background-color: #80cbc4 !important;
}

/* line 17, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.teal-text.text-lighten-3 {
  color: #80cbc4 !important;
}

/* line 14, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.teal.lighten-2 {
  background-color: #4db6ac !important;
}

/* line 17, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.teal-text.text-lighten-2 {
  color: #4db6ac !important;
}

/* line 14, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.teal.lighten-1 {
  background-color: #26a69a !important;
}

/* line 17, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.teal-text.text-lighten-1 {
  color: #26a69a !important;
}

/* line 14, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.teal.darken-1 {
  background-color: #00897b !important;
}

/* line 17, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.teal-text.text-darken-1 {
  color: #00897b !important;
}

/* line 14, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.teal.darken-2 {
  background-color: #00796b !important;
}

/* line 17, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.teal-text.text-darken-2 {
  color: #00796b !important;
}

/* line 14, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.teal.darken-3 {
  background-color: #00695c !important;
}

/* line 17, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.teal-text.text-darken-3 {
  color: #00695c !important;
}

/* line 14, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.teal.darken-4 {
  background-color: #004d40 !important;
}

/* line 17, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.teal-text.text-darken-4 {
  color: #004d40 !important;
}

/* line 14, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.teal.accent-1 {
  background-color: #a7ffeb !important;
}

/* line 17, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.teal-text.text-accent-1 {
  color: #a7ffeb !important;
}

/* line 14, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.teal.accent-2 {
  background-color: #64ffda !important;
}

/* line 17, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.teal-text.text-accent-2 {
  color: #64ffda !important;
}

/* line 14, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.teal.accent-3 {
  background-color: #1de9b6 !important;
}

/* line 17, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.teal-text.text-accent-3 {
  color: #1de9b6 !important;
}

/* line 14, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.teal.accent-4 {
  background-color: #00bfa5 !important;
}

/* line 17, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.teal-text.text-accent-4 {
  color: #00bfa5 !important;
}

/* line 6, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.green {
  background-color: #4CAF50 !important;
}

/* line 9, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.green-text {
  color: #4CAF50 !important;
}

/* line 14, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.green.lighten-5 {
  background-color: #E8F5E9 !important;
}

/* line 17, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.green-text.text-lighten-5 {
  color: #E8F5E9 !important;
}

/* line 14, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.green.lighten-4 {
  background-color: #C8E6C9 !important;
}

/* line 17, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.green-text.text-lighten-4 {
  color: #C8E6C9 !important;
}

/* line 14, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.green.lighten-3 {
  background-color: #A5D6A7 !important;
}

/* line 17, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.green-text.text-lighten-3 {
  color: #A5D6A7 !important;
}

/* line 14, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.green.lighten-2 {
  background-color: #81C784 !important;
}

/* line 17, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.green-text.text-lighten-2 {
  color: #81C784 !important;
}

/* line 14, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.green.lighten-1 {
  background-color: #66BB6A !important;
}

/* line 17, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.green-text.text-lighten-1 {
  color: #66BB6A !important;
}

/* line 14, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.green.darken-1 {
  background-color: #43A047 !important;
}

/* line 17, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.green-text.text-darken-1 {
  color: #43A047 !important;
}

/* line 14, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.green.darken-2 {
  background-color: #388E3C !important;
}

/* line 17, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.green-text.text-darken-2 {
  color: #388E3C !important;
}

/* line 14, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.green.darken-3 {
  background-color: #2E7D32 !important;
}

/* line 17, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.green-text.text-darken-3 {
  color: #2E7D32 !important;
}

/* line 14, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.green.darken-4 {
  background-color: #1B5E20 !important;
}

/* line 17, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.green-text.text-darken-4 {
  color: #1B5E20 !important;
}

/* line 14, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.green.accent-1 {
  background-color: #B9F6CA !important;
}

/* line 17, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.green-text.text-accent-1 {
  color: #B9F6CA !important;
}

/* line 14, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.green.accent-2 {
  background-color: #69F0AE !important;
}

/* line 17, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.green-text.text-accent-2 {
  color: #69F0AE !important;
}

/* line 14, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.green.accent-3 {
  background-color: #00E676 !important;
}

/* line 17, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.green-text.text-accent-3 {
  color: #00E676 !important;
}

/* line 14, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.green.accent-4 {
  background-color: #00C853 !important;
}

/* line 17, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.green-text.text-accent-4 {
  color: #00C853 !important;
}

/* line 6, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.light-green {
  background-color: #8bc34a !important;
}

/* line 9, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.light-green-text {
  color: #8bc34a !important;
}

/* line 14, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.light-green.lighten-5 {
  background-color: #f1f8e9 !important;
}

/* line 17, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.light-green-text.text-lighten-5 {
  color: #f1f8e9 !important;
}

/* line 14, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.light-green.lighten-4 {
  background-color: #dcedc8 !important;
}

/* line 17, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.light-green-text.text-lighten-4 {
  color: #dcedc8 !important;
}

/* line 14, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.light-green.lighten-3 {
  background-color: #c5e1a5 !important;
}

/* line 17, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.light-green-text.text-lighten-3 {
  color: #c5e1a5 !important;
}

/* line 14, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.light-green.lighten-2 {
  background-color: #aed581 !important;
}

/* line 17, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.light-green-text.text-lighten-2 {
  color: #aed581 !important;
}

/* line 14, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.light-green.lighten-1 {
  background-color: #9ccc65 !important;
}

/* line 17, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.light-green-text.text-lighten-1 {
  color: #9ccc65 !important;
}

/* line 14, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.light-green.darken-1 {
  background-color: #7cb342 !important;
}

/* line 17, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.light-green-text.text-darken-1 {
  color: #7cb342 !important;
}

/* line 14, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.light-green.darken-2 {
  background-color: #689f38 !important;
}

/* line 17, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.light-green-text.text-darken-2 {
  color: #689f38 !important;
}

/* line 14, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.light-green.darken-3 {
  background-color: #558b2f !important;
}

/* line 17, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.light-green-text.text-darken-3 {
  color: #558b2f !important;
}

/* line 14, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.light-green.darken-4 {
  background-color: #33691e !important;
}

/* line 17, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.light-green-text.text-darken-4 {
  color: #33691e !important;
}

/* line 14, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.light-green.accent-1 {
  background-color: #ccff90 !important;
}

/* line 17, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.light-green-text.text-accent-1 {
  color: #ccff90 !important;
}

/* line 14, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.light-green.accent-2 {
  background-color: #b2ff59 !important;
}

/* line 17, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.light-green-text.text-accent-2 {
  color: #b2ff59 !important;
}

/* line 14, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.light-green.accent-3 {
  background-color: #76ff03 !important;
}

/* line 17, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.light-green-text.text-accent-3 {
  color: #76ff03 !important;
}

/* line 14, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.light-green.accent-4 {
  background-color: #64dd17 !important;
}

/* line 17, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.light-green-text.text-accent-4 {
  color: #64dd17 !important;
}

/* line 6, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.lime {
  background-color: #cddc39 !important;
}

/* line 9, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.lime-text {
  color: #cddc39 !important;
}

/* line 14, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.lime.lighten-5 {
  background-color: #f9fbe7 !important;
}

/* line 17, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.lime-text.text-lighten-5 {
  color: #f9fbe7 !important;
}

/* line 14, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.lime.lighten-4 {
  background-color: #f0f4c3 !important;
}

/* line 17, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.lime-text.text-lighten-4 {
  color: #f0f4c3 !important;
}

/* line 14, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.lime.lighten-3 {
  background-color: #e6ee9c !important;
}

/* line 17, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.lime-text.text-lighten-3 {
  color: #e6ee9c !important;
}

/* line 14, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.lime.lighten-2 {
  background-color: #dce775 !important;
}

/* line 17, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.lime-text.text-lighten-2 {
  color: #dce775 !important;
}

/* line 14, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.lime.lighten-1 {
  background-color: #d4e157 !important;
}

/* line 17, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.lime-text.text-lighten-1 {
  color: #d4e157 !important;
}

/* line 14, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.lime.darken-1 {
  background-color: #c0ca33 !important;
}

/* line 17, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.lime-text.text-darken-1 {
  color: #c0ca33 !important;
}

/* line 14, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.lime.darken-2 {
  background-color: #afb42b !important;
}

/* line 17, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.lime-text.text-darken-2 {
  color: #afb42b !important;
}

/* line 14, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.lime.darken-3 {
  background-color: #9e9d24 !important;
}

/* line 17, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.lime-text.text-darken-3 {
  color: #9e9d24 !important;
}

/* line 14, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.lime.darken-4 {
  background-color: #827717 !important;
}

/* line 17, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.lime-text.text-darken-4 {
  color: #827717 !important;
}

/* line 14, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.lime.accent-1 {
  background-color: #f4ff81 !important;
}

/* line 17, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.lime-text.text-accent-1 {
  color: #f4ff81 !important;
}

/* line 14, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.lime.accent-2 {
  background-color: #eeff41 !important;
}

/* line 17, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.lime-text.text-accent-2 {
  color: #eeff41 !important;
}

/* line 14, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.lime.accent-3 {
  background-color: #c6ff00 !important;
}

/* line 17, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.lime-text.text-accent-3 {
  color: #c6ff00 !important;
}

/* line 14, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.lime.accent-4 {
  background-color: #aeea00 !important;
}

/* line 17, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.lime-text.text-accent-4 {
  color: #aeea00 !important;
}

/* line 6, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.yellow {
  background-color: #ffeb3b !important;
}

/* line 9, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.yellow-text {
  color: #ffeb3b !important;
}

/* line 14, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.yellow.lighten-5 {
  background-color: #fffde7 !important;
}

/* line 17, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.yellow-text.text-lighten-5 {
  color: #fffde7 !important;
}

/* line 14, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.yellow.lighten-4 {
  background-color: #fff9c4 !important;
}

/* line 17, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.yellow-text.text-lighten-4 {
  color: #fff9c4 !important;
}

/* line 14, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.yellow.lighten-3 {
  background-color: #fff59d !important;
}

/* line 17, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.yellow-text.text-lighten-3 {
  color: #fff59d !important;
}

/* line 14, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.yellow.lighten-2 {
  background-color: #fff176 !important;
}

/* line 17, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.yellow-text.text-lighten-2 {
  color: #fff176 !important;
}

/* line 14, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.yellow.lighten-1 {
  background-color: #ffee58 !important;
}

/* line 17, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.yellow-text.text-lighten-1 {
  color: #ffee58 !important;
}

/* line 14, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.yellow.darken-1 {
  background-color: #fdd835 !important;
}

/* line 17, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.yellow-text.text-darken-1 {
  color: #fdd835 !important;
}

/* line 14, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.yellow.darken-2 {
  background-color: #fbc02d !important;
}

/* line 17, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.yellow-text.text-darken-2 {
  color: #fbc02d !important;
}

/* line 14, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.yellow.darken-3 {
  background-color: #f9a825 !important;
}

/* line 17, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.yellow-text.text-darken-3 {
  color: #f9a825 !important;
}

/* line 14, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.yellow.darken-4 {
  background-color: #f57f17 !important;
}

/* line 17, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.yellow-text.text-darken-4 {
  color: #f57f17 !important;
}

/* line 14, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.yellow.accent-1 {
  background-color: #ffff8d !important;
}

/* line 17, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.yellow-text.text-accent-1 {
  color: #ffff8d !important;
}

/* line 14, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.yellow.accent-2 {
  background-color: #ffff00 !important;
}

/* line 17, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.yellow-text.text-accent-2 {
  color: #ffff00 !important;
}

/* line 14, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.yellow.accent-3 {
  background-color: #ffea00 !important;
}

/* line 17, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.yellow-text.text-accent-3 {
  color: #ffea00 !important;
}

/* line 14, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.yellow.accent-4 {
  background-color: #ffd600 !important;
}

/* line 17, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.yellow-text.text-accent-4 {
  color: #ffd600 !important;
}

/* line 6, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.amber {
  background-color: #ffc107 !important;
}

/* line 9, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.amber-text {
  color: #ffc107 !important;
}

/* line 14, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.amber.lighten-5 {
  background-color: #fff8e1 !important;
}

/* line 17, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.amber-text.text-lighten-5 {
  color: #fff8e1 !important;
}

/* line 14, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.amber.lighten-4 {
  background-color: #ffecb3 !important;
}

/* line 17, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.amber-text.text-lighten-4 {
  color: #ffecb3 !important;
}

/* line 14, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.amber.lighten-3 {
  background-color: #ffe082 !important;
}

/* line 17, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.amber-text.text-lighten-3 {
  color: #ffe082 !important;
}

/* line 14, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.amber.lighten-2 {
  background-color: #ffd54f !important;
}

/* line 17, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.amber-text.text-lighten-2 {
  color: #ffd54f !important;
}

/* line 14, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.amber.lighten-1 {
  background-color: #ffca28 !important;
}

/* line 17, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.amber-text.text-lighten-1 {
  color: #ffca28 !important;
}

/* line 14, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.amber.darken-1 {
  background-color: #ffb300 !important;
}

/* line 17, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.amber-text.text-darken-1 {
  color: #ffb300 !important;
}

/* line 14, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.amber.darken-2 {
  background-color: #ffa000 !important;
}

/* line 17, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.amber-text.text-darken-2 {
  color: #ffa000 !important;
}

/* line 14, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.amber.darken-3 {
  background-color: #ff8f00 !important;
}

/* line 17, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.amber-text.text-darken-3 {
  color: #ff8f00 !important;
}

/* line 14, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.amber.darken-4 {
  background-color: #ff6f00 !important;
}

/* line 17, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.amber-text.text-darken-4 {
  color: #ff6f00 !important;
}

/* line 14, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.amber.accent-1 {
  background-color: #ffe57f !important;
}

/* line 17, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.amber-text.text-accent-1 {
  color: #ffe57f !important;
}

/* line 14, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.amber.accent-2 {
  background-color: #ffd740 !important;
}

/* line 17, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.amber-text.text-accent-2 {
  color: #ffd740 !important;
}

/* line 14, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.amber.accent-3 {
  background-color: #ffc400 !important;
}

/* line 17, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.amber-text.text-accent-3 {
  color: #ffc400 !important;
}

/* line 14, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.amber.accent-4 {
  background-color: #ffab00 !important;
}

/* line 17, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.amber-text.text-accent-4 {
  color: #ffab00 !important;
}

/* line 6, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.orange {
  background-color: #ff9800 !important;
}

/* line 9, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.orange-text {
  color: #ff9800 !important;
}

/* line 14, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.orange.lighten-5 {
  background-color: #fff3e0 !important;
}

/* line 17, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.orange-text.text-lighten-5 {
  color: #fff3e0 !important;
}

/* line 14, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.orange.lighten-4 {
  background-color: #ffe0b2 !important;
}

/* line 17, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.orange-text.text-lighten-4 {
  color: #ffe0b2 !important;
}

/* line 14, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.orange.lighten-3 {
  background-color: #ffcc80 !important;
}

/* line 17, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.orange-text.text-lighten-3 {
  color: #ffcc80 !important;
}

/* line 14, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.orange.lighten-2 {
  background-color: #ffb74d !important;
}

/* line 17, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.orange-text.text-lighten-2 {
  color: #ffb74d !important;
}

/* line 14, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.orange.lighten-1 {
  background-color: #ffa726 !important;
}

/* line 17, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.orange-text.text-lighten-1 {
  color: #ffa726 !important;
}

/* line 14, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.orange.darken-1 {
  background-color: #fb8c00 !important;
}

/* line 17, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.orange-text.text-darken-1 {
  color: #fb8c00 !important;
}

/* line 14, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.orange.darken-2 {
  background-color: #f57c00 !important;
}

/* line 17, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.orange-text.text-darken-2 {
  color: #f57c00 !important;
}

/* line 14, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.orange.darken-3 {
  background-color: #ef6c00 !important;
}

/* line 17, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.orange-text.text-darken-3 {
  color: #ef6c00 !important;
}

/* line 14, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.orange.darken-4 {
  background-color: #e65100 !important;
}

/* line 17, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.orange-text.text-darken-4 {
  color: #e65100 !important;
}

/* line 14, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.orange.accent-1 {
  background-color: #ffd180 !important;
}

/* line 17, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.orange-text.text-accent-1 {
  color: #ffd180 !important;
}

/* line 14, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.orange.accent-2 {
  background-color: #ffab40 !important;
}

/* line 17, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.orange-text.text-accent-2 {
  color: #ffab40 !important;
}

/* line 14, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.orange.accent-3 {
  background-color: #ff9100 !important;
}

/* line 17, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.orange-text.text-accent-3 {
  color: #ff9100 !important;
}

/* line 14, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.orange.accent-4 {
  background-color: #ff6d00 !important;
}

/* line 17, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.orange-text.text-accent-4 {
  color: #ff6d00 !important;
}

/* line 6, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.deep-orange {
  background-color: #ff5722 !important;
}

/* line 9, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.deep-orange-text {
  color: #ff5722 !important;
}

/* line 14, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.deep-orange.lighten-5 {
  background-color: #fbe9e7 !important;
}

/* line 17, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.deep-orange-text.text-lighten-5 {
  color: #fbe9e7 !important;
}

/* line 14, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.deep-orange.lighten-4 {
  background-color: #ffccbc !important;
}

/* line 17, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.deep-orange-text.text-lighten-4 {
  color: #ffccbc !important;
}

/* line 14, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.deep-orange.lighten-3 {
  background-color: #ffab91 !important;
}

/* line 17, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.deep-orange-text.text-lighten-3 {
  color: #ffab91 !important;
}

/* line 14, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.deep-orange.lighten-2 {
  background-color: #ff8a65 !important;
}

/* line 17, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.deep-orange-text.text-lighten-2 {
  color: #ff8a65 !important;
}

/* line 14, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.deep-orange.lighten-1 {
  background-color: #ff7043 !important;
}

/* line 17, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.deep-orange-text.text-lighten-1 {
  color: #ff7043 !important;
}

/* line 14, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.deep-orange.darken-1 {
  background-color: #f4511e !important;
}

/* line 17, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.deep-orange-text.text-darken-1 {
  color: #f4511e !important;
}

/* line 14, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.deep-orange.darken-2 {
  background-color: #e64a19 !important;
}

/* line 17, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.deep-orange-text.text-darken-2 {
  color: #e64a19 !important;
}

/* line 14, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.deep-orange.darken-3 {
  background-color: #d84315 !important;
}

/* line 17, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.deep-orange-text.text-darken-3 {
  color: #d84315 !important;
}

/* line 14, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.deep-orange.darken-4 {
  background-color: #bf360c !important;
}

/* line 17, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.deep-orange-text.text-darken-4 {
  color: #bf360c !important;
}

/* line 14, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.deep-orange.accent-1 {
  background-color: #ff9e80 !important;
}

/* line 17, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.deep-orange-text.text-accent-1 {
  color: #ff9e80 !important;
}

/* line 14, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.deep-orange.accent-2 {
  background-color: #ff6e40 !important;
}

/* line 17, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.deep-orange-text.text-accent-2 {
  color: #ff6e40 !important;
}

/* line 14, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.deep-orange.accent-3 {
  background-color: #ff3d00 !important;
}

/* line 17, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.deep-orange-text.text-accent-3 {
  color: #ff3d00 !important;
}

/* line 14, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.deep-orange.accent-4 {
  background-color: #dd2c00 !important;
}

/* line 17, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.deep-orange-text.text-accent-4 {
  color: #dd2c00 !important;
}

/* line 6, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.brown {
  background-color: #795548 !important;
}

/* line 9, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.brown-text {
  color: #795548 !important;
}

/* line 14, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.brown.lighten-5 {
  background-color: #efebe9 !important;
}

/* line 17, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.brown-text.text-lighten-5 {
  color: #efebe9 !important;
}

/* line 14, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.brown.lighten-4 {
  background-color: #d7ccc8 !important;
}

/* line 17, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.brown-text.text-lighten-4 {
  color: #d7ccc8 !important;
}

/* line 14, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.brown.lighten-3 {
  background-color: #bcaaa4 !important;
}

/* line 17, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.brown-text.text-lighten-3 {
  color: #bcaaa4 !important;
}

/* line 14, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.brown.lighten-2 {
  background-color: #a1887f !important;
}

/* line 17, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.brown-text.text-lighten-2 {
  color: #a1887f !important;
}

/* line 14, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.brown.lighten-1 {
  background-color: #8d6e63 !important;
}

/* line 17, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.brown-text.text-lighten-1 {
  color: #8d6e63 !important;
}

/* line 14, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.brown.darken-1 {
  background-color: #6d4c41 !important;
}

/* line 17, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.brown-text.text-darken-1 {
  color: #6d4c41 !important;
}

/* line 14, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.brown.darken-2 {
  background-color: #5d4037 !important;
}

/* line 17, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.brown-text.text-darken-2 {
  color: #5d4037 !important;
}

/* line 14, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.brown.darken-3 {
  background-color: #4e342e !important;
}

/* line 17, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.brown-text.text-darken-3 {
  color: #4e342e !important;
}

/* line 14, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.brown.darken-4 {
  background-color: #3e2723 !important;
}

/* line 17, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.brown-text.text-darken-4 {
  color: #3e2723 !important;
}

/* line 6, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.blue-grey {
  background-color: #607d8b !important;
}

/* line 9, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.blue-grey-text {
  color: #607d8b !important;
}

/* line 14, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.blue-grey.lighten-5 {
  background-color: #eceff1 !important;
}

/* line 17, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.blue-grey-text.text-lighten-5 {
  color: #eceff1 !important;
}

/* line 14, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.blue-grey.lighten-4 {
  background-color: #cfd8dc !important;
}

/* line 17, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.blue-grey-text.text-lighten-4 {
  color: #cfd8dc !important;
}

/* line 14, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.blue-grey.lighten-3 {
  background-color: #b0bec5 !important;
}

/* line 17, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.blue-grey-text.text-lighten-3 {
  color: #b0bec5 !important;
}

/* line 14, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.blue-grey.lighten-2 {
  background-color: #90a4ae !important;
}

/* line 17, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.blue-grey-text.text-lighten-2 {
  color: #90a4ae !important;
}

/* line 14, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.blue-grey.lighten-1 {
  background-color: #78909c !important;
}

/* line 17, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.blue-grey-text.text-lighten-1 {
  color: #78909c !important;
}

/* line 14, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.blue-grey.darken-1 {
  background-color: #546e7a !important;
}

/* line 17, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.blue-grey-text.text-darken-1 {
  color: #546e7a !important;
}

/* line 14, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.blue-grey.darken-2 {
  background-color: #455a64 !important;
}

/* line 17, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.blue-grey-text.text-darken-2 {
  color: #455a64 !important;
}

/* line 14, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.blue-grey.darken-3 {
  background-color: #37474f !important;
}

/* line 17, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.blue-grey-text.text-darken-3 {
  color: #37474f !important;
}

/* line 14, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.blue-grey.darken-4 {
  background-color: #263238 !important;
}

/* line 17, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.blue-grey-text.text-darken-4 {
  color: #263238 !important;
}

/* line 6, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.grey {
  background-color: #9e9e9e !important;
}

/* line 9, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.grey-text {
  color: #9e9e9e !important;
}

/* line 14, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.grey.lighten-5 {
  background-color: #fafafa !important;
}

/* line 17, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.grey-text.text-lighten-5 {
  color: #fafafa !important;
}

/* line 14, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.grey.lighten-4 {
  background-color: #f5f5f5 !important;
}

/* line 17, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.grey-text.text-lighten-4 {
  color: #f5f5f5 !important;
}

/* line 14, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.grey.lighten-3 {
  background-color: #eeeeee !important;
}

/* line 17, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.grey-text.text-lighten-3 {
  color: #eeeeee !important;
}

/* line 14, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.grey.lighten-2 {
  background-color: #e0e0e0 !important;
}

/* line 17, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.grey-text.text-lighten-2 {
  color: #e0e0e0 !important;
}

/* line 14, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.grey.lighten-1 {
  background-color: #bdbdbd !important;
}

/* line 17, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.grey-text.text-lighten-1 {
  color: #bdbdbd !important;
}

/* line 14, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.grey.darken-1 {
  background-color: #757575 !important;
}

/* line 17, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.grey-text.text-darken-1 {
  color: #757575 !important;
}

/* line 14, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.grey.darken-2 {
  background-color: #616161 !important;
}

/* line 17, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.grey-text.text-darken-2 {
  color: #616161 !important;
}

/* line 14, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.grey.darken-3 {
  background-color: #424242 !important;
}

/* line 17, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.grey-text.text-darken-3 {
  color: #424242 !important;
}

/* line 14, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.grey.darken-4 {
  background-color: #212121 !important;
}

/* line 17, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.grey-text.text-darken-4 {
  color: #212121 !important;
}

/* line 26, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.black {
  background-color: #000000 !important;
}

/* line 29, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.black-text {
  color: #000000 !important;
}

/* line 26, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.white {
  background-color: #FFFFFF !important;
}

/* line 29, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.white-text {
  color: #FFFFFF !important;
}

/* line 26, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.transparent {
  background-color: transparent !important;
}

/* line 29, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.transparent-text {
  color: transparent !important;
}

/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* line 12, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_normalize.scss */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
/* line 25, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_normalize.scss */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
/* line 33, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_normalize.scss */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
/* line 47, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
/* line 60, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_normalize.scss */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
/* line 70, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_normalize.scss */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
/* line 79, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_normalize.scss */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
/* line 90, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_normalize.scss */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
/* line 103, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_normalize.scss */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
/* line 113, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_normalize.scss */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
/* line 123, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_normalize.scss */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
/* line 132, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_normalize.scss */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
/* line 142, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_normalize.scss */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
/* line 153, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_normalize.scss */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
/* line 161, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_normalize.scss */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
/* line 170, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_normalize.scss */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
/* line 179, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 187, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* line 191, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_normalize.scss */
sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
/* line 202, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_normalize.scss */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
/* line 211, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
/* line 220, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_normalize.scss */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
/* line 228, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
/* line 240, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_normalize.scss */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
/* line 256, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_normalize.scss */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
/* line 266, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_normalize.scss */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
/* line 277, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_normalize.scss */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
/* line 288, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_normalize.scss */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
/* line 300, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_normalize.scss */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
/* line 311, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_normalize.scss */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
/* line 322, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_normalize.scss */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
/* line 336, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_normalize.scss */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
/* line 345, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_normalize.scss */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
/* line 354, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_normalize.scss */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
/* line 364, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_normalize.scss */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
/* line 374, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_normalize.scss */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
/* line 383, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_normalize.scss */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
/* line 393, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_normalize.scss */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
/* line 406, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_normalize.scss */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
/* line 415, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_normalize.scss */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
/* line 426, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_normalize.scss */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
/* line 434, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_normalize.scss */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
/* line 445, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_normalize.scss */
[hidden] {
  display: none;
}

/* line 3, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
html {
  box-sizing: border-box;
}

/* line 6, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
*, *:before, *:after {
  box-sizing: inherit;
}

/* line 20, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
button,
input,
optgroup,
select,
textarea {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

/* line 29, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
ul:not(.browser-default) {
  padding-left: 0;
  list-style-type: none;
}

/* line 33, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
ul:not(.browser-default) > li {
  list-style-type: none;
}

/* line 39, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
a {
  color: #039be5;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}

/* line 49, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
.valign-wrapper {
  display: flex;
  align-items: center;
}

/* line 56, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
.clearfix {
  clear: both;
}

/* line 62, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
.z-depth-0 {
  box-shadow: none !important;
}

/* 2dp elevation modified*/
/* line 67, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
.z-depth-1, .sidenav, .collapsible, .dropdown-content, .btn-floating, .btn, .btn-small, .btn-large, .toast, .card, .card-panel, nav {
  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 72, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
.z-depth-1-half, .btn-floating:hover, .btn:hover, .btn-small: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);
}

/* 6dp elevation modified*/
/* line 77, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/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);
}

/* 12dp elevation modified*/
/* line 84, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
.z-depth-3 {
  box-shadow: 0 8px 17px 2px 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.2);
}

/* 16dp elevation */
/* line 91, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
.z-depth-4 {
  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 -7px rgba(0, 0, 0, 0.2);
}

/* 24dp elevation */
/* line 98, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
.z-depth-5, .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 104, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
.hoverable {
  transition: box-shadow .25s;
}

/* line 107, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/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 114, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
.divider {
  height: 1px;
  overflow: hidden;
  background-color: #e0e0e0;
}

/* line 123, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
blockquote {
  margin: 20px 0;
  padding-left: 1.5rem;
  border-left: 5px solid #ee6e73;
}

/* line 131, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
i {
  line-height: inherit;
}

/* line 134, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
i.left {
  float: left;
  margin-right: 15px;
}

/* line 138, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
i.right {
  float: right;
  margin-left: 15px;
}

/* line 142, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
i.tiny {
  font-size: 1rem;
}

/* line 145, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
i.small {
  font-size: 2rem;
}

/* line 148, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
i.medium {
  font-size: 4rem;
}

/* line 151, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
i.large {
  font-size: 6rem;
}

/* line 157, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
img.responsive-img,
video.responsive-video {
  max-width: 100%;
  height: auto;
}

/* line 168, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
.pagination li {
  display: inline-block;
  border-radius: 2px;
  text-align: center;
  vertical-align: top;
  height: 30px;
}

/* line 175, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
.pagination li a {
  color: #444;
  display: inline-block;
  font-size: 1.2rem;
  padding: 0 10px;
  line-height: 30px;
}

/* line 183, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
.pagination li.active a {
  color: #fff;
}

/* line 185, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
.pagination li.active {
  background-color: #ee6e73;
}

/* line 187, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
.pagination li.disabled a {
  cursor: default;
  color: #999;
}

/* line 192, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
.pagination li i {
  font-size: 2rem;
}

/* line 198, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
.pagination li.pages ul li {
  display: inline-block;
  float: none;
}

@media only screen and (max-width : 992px) {
  /* line 204, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
  .pagination {
    width: 100%;
  }
  /* line 207, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
  .pagination li.prev,
.pagination li.next {
    width: 10%;
  }
  /* line 212, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
  .pagination li.pages {
    width: 80%;
    overflow: hidden;
    white-space: nowrap;
  }
}

/* line 221, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
.breadcrumb {
  display: inline-block;
  font-size: 18px;
  color: rgba(255, 255, 255, 0.7);
}

/* line 226, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
.breadcrumb i,
.breadcrumb [class^="mdi-"], .breadcrumb [class*="mdi-"],
.breadcrumb i.material-icons {
  display: inline-block;
  float: left;
  font-size: 24px;
}

/* line 234, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/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;
  float: left;
}

/* line 248, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
.breadcrumb:first-child:before {
  display: none;
}

/* line 252, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
.breadcrumb:last-child {
  color: #fff;
}

/* line 258, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
.parallax-container {
  position: relative;
  overflow: hidden;
  height: 500px;
}

/* line 263, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
.parallax-container .parallax {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

/* line 271, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
.parallax-container .parallax img {
  opacity: 0;
  position: absolute;
  left: 50%;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  transform: translate3d(0, 0, 0);
  transform: translateX(-50%);
}

/* line 285, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
.pin-top, .pin-bottom {
  position: relative;
}

/* line 288, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
.pinned {
  position: fixed !important;
}

/*********************
  Transition Classes
**********************/
/* line 296, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
ul.staggered-list li {
  opacity: 0;
}

/* line 300, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
.fade-in {
  opacity: 0;
  transform-origin: 0 50%;
}

/*********************
  Media Query Classes
**********************/
@media only screen and (max-width : 600px) {
  /* line 309, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
  .hide-on-small-only, .hide-on-small-and-down {
    display: none !important;
  }
}

@media only screen and (max-width : 992px) {
  /* line 314, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
  .hide-on-med-and-down {
    display: none !important;
  }
}

@media only screen and (min-width : 601px) {
  /* line 319, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
  .hide-on-med-and-up {
    display: none !important;
  }
}

@media only screen and (min-width: 600px) and (max-width: 992px) {
  /* line 324, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
  .hide-on-med-only {
    display: none !important;
  }
}

@media only screen and (min-width : 993px) {
  /* line 329, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
  .hide-on-large-only {
    display: none !important;
  }
}

@media only screen and (min-width : 1201px) {
  /* line 334, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
  .hide-on-extra-large-only {
    display: none !important;
  }
}

@media only screen and (min-width : 1201px) {
  /* line 339, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
  .show-on-extra-large {
    display: block !important;
  }
}

@media only screen and (min-width : 993px) {
  /* line 344, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
  .show-on-large {
    display: block !important;
  }
}

@media only screen and (min-width: 600px) and (max-width: 992px) {
  /* line 349, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
  .show-on-medium {
    display: block !important;
  }
}

@media only screen and (max-width : 600px) {
  /* line 354, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
  .show-on-small {
    display: block !important;
  }
}

@media only screen and (min-width : 601px) {
  /* line 359, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
  .show-on-medium-and-up {
    display: block !important;
  }
}

@media only screen and (max-width : 992px) {
  /* line 364, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
  .show-on-medium-and-down {
    display: block !important;
  }
}

@media only screen and (max-width : 600px) {
  /* line 372, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
  .center-on-small-only {
    text-align: center;
  }
}

/* line 379, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
.page-footer {
  padding-top: 20px;
  color: #fff;
  background-color: #ee6e73;
}

/* line 384, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
.page-footer .footer-copyright {
  overflow: hidden;
  min-height: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0px;
  color: rgba(255, 255, 255, 0.8);
  background-color: rgba(51, 51, 51, 0.08);
}

/* line 397, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
table, th, td {
  border: none;
}

/* line 401, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
table {
  width: 100%;
  display: table;
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 408, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
table.striped tr {
  border-bottom: none;
}

/* line 413, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
table.striped > tbody > tr:nth-child(odd) {
  background-color: rgba(242, 242, 242, 0.5);
}

/* line 417, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
table.striped > tbody > tr > td {
  border-radius: 0;
}

/* line 423, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
table.highlight > tbody > tr {
  transition: background-color .25s ease;
}

/* line 425, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
table.highlight > tbody > tr:hover {
  background-color: rgba(242, 242, 242, 0.5);
}

/* line 431, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
table.centered thead tr th, table.centered tbody tr td {
  text-align: center;
}

/* line 437, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
tr {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

/* line 441, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/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 452, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
  table.responsive-table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    display: block;
    position: relative;
    /* sort out borders */
  }
  /* line 459, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
  table.responsive-table td:empty:before {
    content: '\00a0';
  }
  /* line 463, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
  table.responsive-table th,
table.responsive-table td {
    margin: 0;
    vertical-align: top;
  }
  /* line 469, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
  table.responsive-table th {
    text-align: left;
  }
  /* line 470, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
  table.responsive-table thead {
    display: block;
    float: left;
  }
  /* line 474, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
  table.responsive-table thead tr {
    display: block;
    padding: 0 10px 0 0;
  }
  /* line 478, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
  table.responsive-table thead tr th::before {
    content: "\00a0";
  }
  /* line 483, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
  table.responsive-table tbody {
    display: block;
    width: auto;
    position: relative;
    overflow-x: auto;
    white-space: nowrap;
  }
  /* line 490, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
  table.responsive-table tbody tr {
    display: inline-block;
    vertical-align: top;
  }
  /* line 495, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
  table.responsive-table th {
    display: block;
    text-align: right;
  }
  /* line 499, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
  table.responsive-table td {
    display: block;
    min-height: 1.25em;
    text-align: left;
  }
  /* line 504, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
  table.responsive-table tr {
    border-bottom: none;
    padding: 0 10px;
  }
  /* line 510, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
  table.responsive-table thead {
    border: 0;
    border-right: 1px solid rgba(0, 0, 0, 0.12);
  }
}

/* line 520, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
.collection {
  margin: 0.5rem 0 1rem 0;
  border: 1px solid #e0e0e0;
  border-radius: 2px;
  overflow: hidden;
  position: relative;
}

/* line 527, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
.collection .collection-item {
  background-color: #fff;
  line-height: 1.5rem;
  padding: 10px 20px;
  margin: 0;
  border-bottom: 1px solid #e0e0e0;
}

/* line 535, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
.collection .collection-item.avatar {
  min-height: 84px;
  padding-left: 72px;
  position: relative;
}

/* line 541, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/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 551, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
.collection .collection-item.avatar i.circle {
  font-size: 18px;
  line-height: 42px;
  color: #fff;
  background-color: #999;
  text-align: center;
}

/* line 560, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
.collection .collection-item.avatar .title {
  font-size: 16px;
}

/* line 564, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
.collection .collection-item.avatar p {
  margin: 0;
}

/* line 568, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
.collection .collection-item.avatar .secondary-content {
  position: absolute;
  top: 16px;
  right: 16px;
}

/* line 577, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
.collection .collection-item:last-child {
  border-bottom: none;
}

/* line 581, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
.collection .collection-item.active {
  background-color: #26a69a;
  color: #eafaf9;
}

/* line 585, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
.collection .collection-item.active .secondary-content {
  color: #fff;
}

/* line 590, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
.collection a.collection-item {
  display: block;
  transition: .25s;
  color: #26a69a;
}

/* line 595, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
.collection a.collection-item:not(.active):hover {
  background-color: #ddd;
}

/* line 602, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
.collection.with-header .collection-header {
  background-color: #fff;
  border-bottom: 1px solid #e0e0e0;
  padding: 10px 20px;
}

/* line 607, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
.collection.with-header .collection-item {
  padding-left: 30px;
}

/* line 610, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
.collection.with-header .collection-item.avatar {
  padding-left: 72px;
}

/* line 617, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
.secondary-content {
  float: right;
  color: #26a69a;
}

/* line 621, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
.collapsible .collection {
  margin: 0;
  border: none;
}

/* line 629, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

/* line 635, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
.video-container iframe, .video-container object, .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 645, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/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 654, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
.progress .determinate {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #26a69a;
  transition: width .3s linear;
}

/* line 662, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
.progress .indeterminate {
  background-color: #26a69a;
}

/* line 664, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/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 676, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/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 725, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
.hide {
  display: none !important;
}

/* line 730, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
.left-align {
  text-align: left;
}

/* line 733, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
.right-align {
  text-align: right;
}

/* line 736, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
.center, .center-align {
  text-align: center;
}

/* line 740, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
.left {
  float: left !important;
}

/* line 743, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
.right {
  float: right !important;
}

/* line 748, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
.no-select, input[type=range],
input[type=range] + .thumb {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

/* line 752, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
.circle {
  border-radius: 50%;
}

/* line 756, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* line 762, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
.truncate {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 769, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
.no-padding {
  padding: 0 !important;
}

/* line 2, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/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, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_badges.scss */
span.badge.new {
  font-weight: 300;
  font-size: 0.8rem;
  color: #fff;
  background-color: #26a69a;
  border-radius: 2px;
}

/* line 21, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_badges.scss */
span.badge.new:after {
  content: " new";
}

/* line 25, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_badges.scss */
span.badge[data-badge-caption]::after {
  content: " " attr(data-badge-caption);
}

/* line 31, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/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 41, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_badges.scss */
.collection-item span.badge {
  margin-top: calc(0.75rem - 11px);
}

/* line 44, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_badges.scss */
.collapsible span.badge {
  margin-left: auto;
}

/* line 47, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_badges.scss */
.sidenav span.badge {
  margin-top: calc(24px - 11px);
}

/* line 51, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_badges.scss */
table span.badge {
  display: inline-block;
  float: none;
  margin-left: auto;
}

/* This is needed for some mobile phones to display the Google Icon font properly */
/* line 2, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_icons-material-design.scss */
.material-icons {
  text-rendering: optimizeLegibility;
  font-feature-settings: 'liga';
}

/* line 1, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
.container {
  margin: 0 auto;
  max-width: 1280px;
  width: 90%;
}

@media only screen and (min-width : 601px) {
  /* line 7, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .container {
    width: 85%;
  }
}

@media only screen and (min-width : 993px) {
  /* line 12, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .container {
    width: 70%;
  }
}

/* line 16, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
.col .row {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

/* line 21, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
.section {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

/* line 25, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
.section.no-pad {
  padding: 0;
}

/* line 28, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
.section.no-pad-bot {
  padding-bottom: 0;
}

/* line 31, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
.section.no-pad-top {
  padding-top: 0;
}

/* line 56, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
.row {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}

/* line 62, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* line 68, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
.row .col {
  float: left;
  box-sizing: border-box;
  padding: 0 0.75rem;
  min-height: 1px;
}

/* line 74, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
.row .col[class*="push-"], .row .col[class*="pull-"] {
  position: relative;
}

/* line 82, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
.row .col.s1 {
  width: 8.3333333333%;
  margin-left: auto;
  left: auto;
  right: auto;
}

/* line 82, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
.row .col.s2 {
  width: 16.6666666667%;
  margin-left: auto;
  left: auto;
  right: auto;
}

/* line 82, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
.row .col.s3 {
  width: 25%;
  margin-left: auto;
  left: auto;
  right: auto;
}

/* line 82, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
.row .col.s4 {
  width: 33.3333333333%;
  margin-left: auto;
  left: auto;
  right: auto;
}

/* line 82, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
.row .col.s5 {
  width: 41.6666666667%;
  margin-left: auto;
  left: auto;
  right: auto;
}

/* line 82, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
.row .col.s6 {
  width: 50%;
  margin-left: auto;
  left: auto;
  right: auto;
}

/* line 82, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
.row .col.s7 {
  width: 58.3333333333%;
  margin-left: auto;
  left: auto;
  right: auto;
}

/* line 82, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
.row .col.s8 {
  width: 66.6666666667%;
  margin-left: auto;
  left: auto;
  right: auto;
}

/* line 82, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
.row .col.s9 {
  width: 75%;
  margin-left: auto;
  left: auto;
  right: auto;
}

/* line 82, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
.row .col.s10 {
  width: 83.3333333333%;
  margin-left: auto;
  left: auto;
  right: auto;
}

/* line 82, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
.row .col.s11 {
  width: 91.6666666667%;
  margin-left: auto;
  left: auto;
  right: auto;
}

/* line 82, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
.row .col.s12 {
  width: 100%;
  margin-left: auto;
  left: auto;
  right: auto;
}

/* line 44, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
.row .col.offset-s1 {
  margin-left: 8.3333333333%;
}

/* line 47, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
.row .col.pull-s1 {
  right: 8.3333333333%;
}

/* line 50, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
.row .col.push-s1 {
  left: 8.3333333333%;
}

/* line 44, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
.row .col.offset-s2 {
  margin-left: 16.6666666667%;
}

/* line 47, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
.row .col.pull-s2 {
  right: 16.6666666667%;
}

/* line 50, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
.row .col.push-s2 {
  left: 16.6666666667%;
}

/* line 44, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
.row .col.offset-s3 {
  margin-left: 25%;
}

/* line 47, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
.row .col.pull-s3 {
  right: 25%;
}

/* line 50, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
.row .col.push-s3 {
  left: 25%;
}

/* line 44, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
.row .col.offset-s4 {
  margin-left: 33.3333333333%;
}

/* line 47, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
.row .col.pull-s4 {
  right: 33.3333333333%;
}

/* line 50, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
.row .col.push-s4 {
  left: 33.3333333333%;
}

/* line 44, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
.row .col.offset-s5 {
  margin-left: 41.6666666667%;
}

/* line 47, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
.row .col.pull-s5 {
  right: 41.6666666667%;
}

/* line 50, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
.row .col.push-s5 {
  left: 41.6666666667%;
}

/* line 44, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
.row .col.offset-s6 {
  margin-left: 50%;
}

/* line 47, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
.row .col.pull-s6 {
  right: 50%;
}

/* line 50, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
.row .col.push-s6 {
  left: 50%;
}

/* line 44, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
.row .col.offset-s7 {
  margin-left: 58.3333333333%;
}

/* line 47, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
.row .col.pull-s7 {
  right: 58.3333333333%;
}

/* line 50, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
.row .col.push-s7 {
  left: 58.3333333333%;
}

/* line 44, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
.row .col.offset-s8 {
  margin-left: 66.6666666667%;
}

/* line 47, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
.row .col.pull-s8 {
  right: 66.6666666667%;
}

/* line 50, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
.row .col.push-s8 {
  left: 66.6666666667%;
}

/* line 44, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
.row .col.offset-s9 {
  margin-left: 75%;
}

/* line 47, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
.row .col.pull-s9 {
  right: 75%;
}

/* line 50, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
.row .col.push-s9 {
  left: 75%;
}

/* line 44, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
.row .col.offset-s10 {
  margin-left: 83.3333333333%;
}

/* line 47, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
.row .col.pull-s10 {
  right: 83.3333333333%;
}

/* line 50, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
.row .col.push-s10 {
  left: 83.3333333333%;
}

/* line 44, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
.row .col.offset-s11 {
  margin-left: 91.6666666667%;
}

/* line 47, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
.row .col.pull-s11 {
  right: 91.6666666667%;
}

/* line 50, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
.row .col.push-s11 {
  left: 91.6666666667%;
}

/* line 44, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
.row .col.offset-s12 {
  margin-left: 100%;
}

/* line 47, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
.row .col.pull-s12 {
  right: 100%;
}

/* line 50, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
.row .col.push-s12 {
  left: 100%;
}

@media only screen and (min-width : 601px) {
  /* line 101, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.m1 {
    width: 8.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 101, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.m2 {
    width: 16.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 101, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.m3 {
    width: 25%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 101, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.m4 {
    width: 33.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 101, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.m5 {
    width: 41.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 101, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.m6 {
    width: 50%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 101, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.m7 {
    width: 58.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 101, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.m8 {
    width: 66.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 101, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.m9 {
    width: 75%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 101, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.m10 {
    width: 83.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 101, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.m11 {
    width: 91.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 101, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.m12 {
    width: 100%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 44, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.offset-m1 {
    margin-left: 8.3333333333%;
  }
  /* line 47, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.pull-m1 {
    right: 8.3333333333%;
  }
  /* line 50, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.push-m1 {
    left: 8.3333333333%;
  }
  /* line 44, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.offset-m2 {
    margin-left: 16.6666666667%;
  }
  /* line 47, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.pull-m2 {
    right: 16.6666666667%;
  }
  /* line 50, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.push-m2 {
    left: 16.6666666667%;
  }
  /* line 44, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.offset-m3 {
    margin-left: 25%;
  }
  /* line 47, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.pull-m3 {
    right: 25%;
  }
  /* line 50, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.push-m3 {
    left: 25%;
  }
  /* line 44, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.offset-m4 {
    margin-left: 33.3333333333%;
  }
  /* line 47, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.pull-m4 {
    right: 33.3333333333%;
  }
  /* line 50, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.push-m4 {
    left: 33.3333333333%;
  }
  /* line 44, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.offset-m5 {
    margin-left: 41.6666666667%;
  }
  /* line 47, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.pull-m5 {
    right: 41.6666666667%;
  }
  /* line 50, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.push-m5 {
    left: 41.6666666667%;
  }
  /* line 44, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.offset-m6 {
    margin-left: 50%;
  }
  /* line 47, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.pull-m6 {
    right: 50%;
  }
  /* line 50, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.push-m6 {
    left: 50%;
  }
  /* line 44, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.offset-m7 {
    margin-left: 58.3333333333%;
  }
  /* line 47, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.pull-m7 {
    right: 58.3333333333%;
  }
  /* line 50, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.push-m7 {
    left: 58.3333333333%;
  }
  /* line 44, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.offset-m8 {
    margin-left: 66.6666666667%;
  }
  /* line 47, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.pull-m8 {
    right: 66.6666666667%;
  }
  /* line 50, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.push-m8 {
    left: 66.6666666667%;
  }
  /* line 44, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.offset-m9 {
    margin-left: 75%;
  }
  /* line 47, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.pull-m9 {
    right: 75%;
  }
  /* line 50, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.push-m9 {
    left: 75%;
  }
  /* line 44, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.offset-m10 {
    margin-left: 83.3333333333%;
  }
  /* line 47, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.pull-m10 {
    right: 83.3333333333%;
  }
  /* line 50, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.push-m10 {
    left: 83.3333333333%;
  }
  /* line 44, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.offset-m11 {
    margin-left: 91.6666666667%;
  }
  /* line 47, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.pull-m11 {
    right: 91.6666666667%;
  }
  /* line 50, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.push-m11 {
    left: 91.6666666667%;
  }
  /* line 44, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.offset-m12 {
    margin-left: 100%;
  }
  /* line 47, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.pull-m12 {
    right: 100%;
  }
  /* line 50, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.push-m12 {
    left: 100%;
  }
}

@media only screen and (min-width : 993px) {
  /* line 121, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.l1 {
    width: 8.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 121, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.l2 {
    width: 16.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 121, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.l3 {
    width: 25%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 121, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.l4 {
    width: 33.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 121, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.l5 {
    width: 41.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 121, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.l6 {
    width: 50%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 121, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.l7 {
    width: 58.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 121, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.l8 {
    width: 66.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 121, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.l9 {
    width: 75%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 121, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.l10 {
    width: 83.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 121, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.l11 {
    width: 91.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 121, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.l12 {
    width: 100%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 44, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.offset-l1 {
    margin-left: 8.3333333333%;
  }
  /* line 47, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.pull-l1 {
    right: 8.3333333333%;
  }
  /* line 50, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.push-l1 {
    left: 8.3333333333%;
  }
  /* line 44, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.offset-l2 {
    margin-left: 16.6666666667%;
  }
  /* line 47, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.pull-l2 {
    right: 16.6666666667%;
  }
  /* line 50, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.push-l2 {
    left: 16.6666666667%;
  }
  /* line 44, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.offset-l3 {
    margin-left: 25%;
  }
  /* line 47, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.pull-l3 {
    right: 25%;
  }
  /* line 50, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.push-l3 {
    left: 25%;
  }
  /* line 44, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.offset-l4 {
    margin-left: 33.3333333333%;
  }
  /* line 47, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.pull-l4 {
    right: 33.3333333333%;
  }
  /* line 50, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.push-l4 {
    left: 33.3333333333%;
  }
  /* line 44, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.offset-l5 {
    margin-left: 41.6666666667%;
  }
  /* line 47, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.pull-l5 {
    right: 41.6666666667%;
  }
  /* line 50, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.push-l5 {
    left: 41.6666666667%;
  }
  /* line 44, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.offset-l6 {
    margin-left: 50%;
  }
  /* line 47, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.pull-l6 {
    right: 50%;
  }
  /* line 50, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.push-l6 {
    left: 50%;
  }
  /* line 44, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.offset-l7 {
    margin-left: 58.3333333333%;
  }
  /* line 47, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.pull-l7 {
    right: 58.3333333333%;
  }
  /* line 50, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.push-l7 {
    left: 58.3333333333%;
  }
  /* line 44, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.offset-l8 {
    margin-left: 66.6666666667%;
  }
  /* line 47, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.pull-l8 {
    right: 66.6666666667%;
  }
  /* line 50, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.push-l8 {
    left: 66.6666666667%;
  }
  /* line 44, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.offset-l9 {
    margin-left: 75%;
  }
  /* line 47, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.pull-l9 {
    right: 75%;
  }
  /* line 50, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.push-l9 {
    left: 75%;
  }
  /* line 44, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.offset-l10 {
    margin-left: 83.3333333333%;
  }
  /* line 47, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.pull-l10 {
    right: 83.3333333333%;
  }
  /* line 50, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.push-l10 {
    left: 83.3333333333%;
  }
  /* line 44, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.offset-l11 {
    margin-left: 91.6666666667%;
  }
  /* line 47, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.pull-l11 {
    right: 91.6666666667%;
  }
  /* line 50, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.push-l11 {
    left: 91.6666666667%;
  }
  /* line 44, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.offset-l12 {
    margin-left: 100%;
  }
  /* line 47, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.pull-l12 {
    right: 100%;
  }
  /* line 50, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.push-l12 {
    left: 100%;
  }
}

@media only screen and (min-width : 1201px) {
  /* line 141, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.xl1 {
    width: 8.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 141, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.xl2 {
    width: 16.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 141, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.xl3 {
    width: 25%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 141, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.xl4 {
    width: 33.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 141, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.xl5 {
    width: 41.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 141, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.xl6 {
    width: 50%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 141, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.xl7 {
    width: 58.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 141, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.xl8 {
    width: 66.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 141, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.xl9 {
    width: 75%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 141, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.xl10 {
    width: 83.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 141, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.xl11 {
    width: 91.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 141, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.xl12 {
    width: 100%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 44, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.offset-xl1 {
    margin-left: 8.3333333333%;
  }
  /* line 47, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.pull-xl1 {
    right: 8.3333333333%;
  }
  /* line 50, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.push-xl1 {
    left: 8.3333333333%;
  }
  /* line 44, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.offset-xl2 {
    margin-left: 16.6666666667%;
  }
  /* line 47, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.pull-xl2 {
    right: 16.6666666667%;
  }
  /* line 50, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.push-xl2 {
    left: 16.6666666667%;
  }
  /* line 44, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.offset-xl3 {
    margin-left: 25%;
  }
  /* line 47, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.pull-xl3 {
    right: 25%;
  }
  /* line 50, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.push-xl3 {
    left: 25%;
  }
  /* line 44, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.offset-xl4 {
    margin-left: 33.3333333333%;
  }
  /* line 47, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.pull-xl4 {
    right: 33.3333333333%;
  }
  /* line 50, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.push-xl4 {
    left: 33.3333333333%;
  }
  /* line 44, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.offset-xl5 {
    margin-left: 41.6666666667%;
  }
  /* line 47, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.pull-xl5 {
    right: 41.6666666667%;
  }
  /* line 50, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.push-xl5 {
    left: 41.6666666667%;
  }
  /* line 44, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.offset-xl6 {
    margin-left: 50%;
  }
  /* line 47, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.pull-xl6 {
    right: 50%;
  }
  /* line 50, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.push-xl6 {
    left: 50%;
  }
  /* line 44, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.offset-xl7 {
    margin-left: 58.3333333333%;
  }
  /* line 47, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.pull-xl7 {
    right: 58.3333333333%;
  }
  /* line 50, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.push-xl7 {
    left: 58.3333333333%;
  }
  /* line 44, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.offset-xl8 {
    margin-left: 66.6666666667%;
  }
  /* line 47, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.pull-xl8 {
    right: 66.6666666667%;
  }
  /* line 50, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.push-xl8 {
    left: 66.6666666667%;
  }
  /* line 44, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.offset-xl9 {
    margin-left: 75%;
  }
  /* line 47, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.pull-xl9 {
    right: 75%;
  }
  /* line 50, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.push-xl9 {
    left: 75%;
  }
  /* line 44, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.offset-xl10 {
    margin-left: 83.3333333333%;
  }
  /* line 47, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.pull-xl10 {
    right: 83.3333333333%;
  }
  /* line 50, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.push-xl10 {
    left: 83.3333333333%;
  }
  /* line 44, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.offset-xl11 {
    margin-left: 91.6666666667%;
  }
  /* line 47, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.pull-xl11 {
    right: 91.6666666667%;
  }
  /* line 50, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.push-xl11 {
    left: 91.6666666667%;
  }
  /* line 44, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.offset-xl12 {
    margin-left: 100%;
  }
  /* line 47, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.pull-xl12 {
    right: 100%;
  }
  /* line 50, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.push-xl12 {
    left: 100%;
  }
}

/* line 1, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_navbar.scss */
nav {
  color: #fff;
  background-color: #ee6e73;
  width: 100%;
  height: 56px;
  line-height: 56px;
}

/* line 2, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_navbar.scss */
nav.nav-extended {
  height: auto;
}

/* line 5, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_navbar.scss */
nav.nav-extended .nav-wrapper {
  min-height: 56px;
  height: auto;
}

/* line 10, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_navbar.scss */
nav.nav-extended .nav-content {
  position: relative;
  line-height: normal;
}

/* line 23, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_navbar.scss */
nav a {
  color: #fff;
}

/* line 25, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/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, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_navbar.scss */
nav .nav-wrapper {
  position: relative;
  height: 100%;
}

@media only screen and (min-width : 993px) {
  /* line 40, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_navbar.scss */
  nav a.sidenav-trigger {
    display: none;
  }
}

/* line 45, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_navbar.scss */
nav .sidenav-trigger {
  float: left;
  position: relative;
  z-index: 1;
  height: 56px;
  margin: 0 18px;
}

/* line 52, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_navbar.scss */
nav .sidenav-trigger i {
  height: 56px;
  line-height: 56px;
}

/* line 60, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_navbar.scss */
nav .brand-logo {
  position: absolute;
  color: #fff;
  display: inline-block;
  font-size: 2.1rem;
  padding: 0;
}

/* line 67, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_navbar.scss */
nav .brand-logo.center {
  left: 50%;
  transform: translateX(-50%);
}

@media only screen and (max-width : 992px) {
  /* line 60, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_navbar.scss */
  nav .brand-logo {
    left: 50%;
    transform: translateX(-50%);
  }
  /* line 76, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_navbar.scss */
  nav .brand-logo.left, nav .brand-logo.right {
    padding: 0;
    transform: none;
  }
  /* line 81, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_navbar.scss */
  nav .brand-logo.left {
    left: 0.5rem;
  }
  /* line 82, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_navbar.scss */
  nav .brand-logo.right {
    right: 0.5rem;
    left: auto;
  }
}

/* line 88, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_navbar.scss */
nav .brand-logo.right {
  right: 0.5rem;
  padding: 0;
}

/* line 93, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/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, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_navbar.scss */
nav .nav-title {
  display: inline-block;
  font-size: 32px;
  padding: 28px 0;
}

/* line 111, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_navbar.scss */
nav ul {
  margin: 0;
}

/* line 114, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_navbar.scss */
nav ul li {
  transition: background-color .3s;
  float: left;
  padding: 0;
}

/* line 119, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_navbar.scss */
nav ul li.active {
  background-color: rgba(0, 0, 0, 0.1);
}

/* line 123, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_navbar.scss */
nav ul a {
  transition: background-color .3s;
  font-size: 1rem;
  color: #fff;
  display: block;
  padding: 0 15px;
  cursor: pointer;
}

/* line 131, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_navbar.scss */
nav ul a.btn, nav ul a.btn-small, 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, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_navbar.scss */
nav ul a.btn > .material-icons, nav ul a.btn-small > .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, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_navbar.scss */
nav ul a:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

/* line 147, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_navbar.scss */
nav ul.left {
  float: left;
}

/* line 153, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_navbar.scss */
nav form {
  height: 100%;
}

/* line 157, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_navbar.scss */
nav .input-field {
  margin: 0;
  height: 100%;
}

/* line 161, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_navbar.scss */
nav .input-field input {
  height: 100%;
  font-size: 1.2rem;
  border: none;
  padding-left: 2rem;
}

/* line 167, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/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, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_navbar.scss */
nav .input-field label {
  top: 0;
  left: 0;
}

/* line 178, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_navbar.scss */
nav .input-field label i {
  color: rgba(255, 255, 255, 0.7);
  transition: color .3s;
}

/* line 182, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_navbar.scss */
nav .input-field label.active i {
  color: #fff;
}

/* line 188, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_navbar.scss */
.navbar-fixed {
  position: relative;
  height: 56px;
  z-index: 997;
}

/* line 193, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_navbar.scss */
.navbar-fixed nav {
  position: fixed;
}

@media only screen and (min-width : 601px) {
  /* line 198, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_navbar.scss */
  nav.nav-extended .nav-wrapper {
    min-height: 64px;
  }
  /* line 201, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_navbar.scss */
  nav, nav .nav-wrapper i, nav a.sidenav-trigger, nav a.sidenav-trigger i {
    height: 64px;
    line-height: 64px;
  }
  /* line 205, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_navbar.scss */
  .navbar-fixed {
    height: 64px;
  }
}

/* line 2, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_typography.scss */
a {
  text-decoration: none;
}

/* line 6, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_typography.scss */
html {
  line-height: 1.5;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.87);
}

@media only screen and (min-width: 0) {
  /* line 6, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_typography.scss */
  html {
    font-size: 14px;
  }
}

@media only screen and (min-width: 992px) {
  /* line 6, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_typography.scss */
  html {
    font-size: 14.5px;
  }
}

@media only screen and (min-width: 1200px) {
  /* line 6, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_typography.scss */
  html {
    font-size: 15px;
  }
}

/* line 25, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_typography.scss */
h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
  line-height: 1.3;
}

/* line 31, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_typography.scss */
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  font-weight: inherit;
}

/* line 32, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_typography.scss */
h1 {
  font-size: 4.2rem;
  line-height: 110%;
  margin: 2.8rem 0 1.68rem 0;
}

/* line 33, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_typography.scss */
h2 {
  font-size: 3.56rem;
  line-height: 110%;
  margin: 2.3733333333rem 0 1.424rem 0;
}

/* line 34, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_typography.scss */
h3 {
  font-size: 2.92rem;
  line-height: 110%;
  margin: 1.9466666667rem 0 1.168rem 0;
}

/* line 35, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_typography.scss */
h4 {
  font-size: 2.28rem;
  line-height: 110%;
  margin: 1.52rem 0 0.912rem 0;
}

/* line 36, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_typography.scss */
h5 {
  font-size: 1.64rem;
  line-height: 110%;
  margin: 1.0933333333rem 0 0.656rem 0;
}

/* line 37, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_typography.scss */
h6 {
  font-size: 1.15rem;
  line-height: 110%;
  margin: 0.7666666667rem 0 0.46rem 0;
}

/* line 40, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_typography.scss */
em {
  font-style: italic;
}

/* line 41, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_typography.scss */
strong {
  font-weight: 500;
}

/* line 42, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_typography.scss */
small {
  font-size: 75%;
}

/* line 43, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_typography.scss */
.light {
  font-weight: 300;
}

/* line 44, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_typography.scss */
.thin {
  font-weight: 200;
}

@media only screen and (min-width: 360px) {
  /* line 47, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_typography.scss */
  .flow-text {
    font-size: 1.2rem;
  }
}

@media only screen and (min-width: 390px) {
  /* line 47, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_typography.scss */
  .flow-text {
    font-size: 1.224rem;
  }
}

@media only screen and (min-width: 420px) {
  /* line 47, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_typography.scss */
  .flow-text {
    font-size: 1.248rem;
  }
}

@media only screen and (min-width: 450px) {
  /* line 47, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_typography.scss */
  .flow-text {
    font-size: 1.272rem;
  }
}

@media only screen and (min-width: 480px) {
  /* line 47, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_typography.scss */
  .flow-text {
    font-size: 1.296rem;
  }
}

@media only screen and (min-width: 510px) {
  /* line 47, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_typography.scss */
  .flow-text {
    font-size: 1.32rem;
  }
}

@media only screen and (min-width: 540px) {
  /* line 47, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_typography.scss */
  .flow-text {
    font-size: 1.344rem;
  }
}

@media only screen and (min-width: 570px) {
  /* line 47, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_typography.scss */
  .flow-text {
    font-size: 1.368rem;
  }
}

@media only screen and (min-width: 600px) {
  /* line 47, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_typography.scss */
  .flow-text {
    font-size: 1.392rem;
  }
}

@media only screen and (min-width: 630px) {
  /* line 47, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_typography.scss */
  .flow-text {
    font-size: 1.416rem;
  }
}

@media only screen and (min-width: 660px) {
  /* line 47, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_typography.scss */
  .flow-text {
    font-size: 1.44rem;
  }
}

@media only screen and (min-width: 690px) {
  /* line 47, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_typography.scss */
  .flow-text {
    font-size: 1.464rem;
  }
}

@media only screen and (min-width: 720px) {
  /* line 47, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_typography.scss */
  .flow-text {
    font-size: 1.488rem;
  }
}

@media only screen and (min-width: 750px) {
  /* line 47, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_typography.scss */
  .flow-text {
    font-size: 1.512rem;
  }
}

@media only screen and (min-width: 780px) {
  /* line 47, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_typography.scss */
  .flow-text {
    font-size: 1.536rem;
  }
}

@media only screen and (min-width: 810px) {
  /* line 47, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_typography.scss */
  .flow-text {
    font-size: 1.56rem;
  }
}

@media only screen and (min-width: 840px) {
  /* line 47, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_typography.scss */
  .flow-text {
    font-size: 1.584rem;
  }
}

@media only screen and (min-width: 870px) {
  /* line 47, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_typography.scss */
  .flow-text {
    font-size: 1.608rem;
  }
}

@media only screen and (min-width: 900px) {
  /* line 47, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_typography.scss */
  .flow-text {
    font-size: 1.632rem;
  }
}

@media only screen and (min-width: 930px) {
  /* line 47, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_typography.scss */
  .flow-text {
    font-size: 1.656rem;
  }
}

@media only screen and (min-width: 960px) {
  /* line 47, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_typography.scss */
  .flow-text {
    font-size: 1.68rem;
  }
}

@media only screen and (max-width: 360px) {
  /* line 47, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_typography.scss */
  .flow-text {
    font-size: 1.2rem;
  }
}

/* line 2, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_transitions.scss */
.scale-transition {
  transition: transform 0.3s cubic-bezier(0.53, 0.01, 0.36, 1.63) !important;
}

/* line 3, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_transitions.scss */
.scale-transition.scale-out {
  transform: scale(0);
  transition: transform .2s !important;
}

/* line 8, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_transitions.scss */
.scale-transition.scale-in {
  transform: scale(1);
}

/* line 3, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/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, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_cards.scss */
.card {
  position: relative;
  margin: 0.5rem 0 1rem 0;
  background-color: #fff;
  transition: box-shadow .25s;
  border-radius: 2px;
}

/* line 21, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_cards.scss */
.card .card-title {
  font-size: 24px;
  font-weight: 300;
}

/* line 24, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_cards.scss */
.card .card-title.activator {
  cursor: pointer;
}

/* line 30, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_cards.scss */
.card.small, .card.medium, .card.large {
  position: relative;
}

/* line 33, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_cards.scss */
.card.small .card-image, .card.medium .card-image, .card.large .card-image {
  max-height: 60%;
  overflow: hidden;
}

/* line 37, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/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, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_cards.scss */
.card.small .card-content, .card.medium .card-content, .card.large .card-content {
  max-height: 100%;
  overflow: hidden;
}

/* line 44, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/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, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_cards.scss */
.card.small {
  height: 300px;
}

/* line 56, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_cards.scss */
.card.medium {
  height: 400px;
}

/* line 60, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_cards.scss */
.card.large {
  height: 500px;
}

/* line 65, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_cards.scss */
.card.horizontal {
  display: flex;
}

/* line 67, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/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, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/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, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_cards.scss */
.card.horizontal .card-image {
  max-width: 50%;
}

/* line 82, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_cards.scss */
.card.horizontal .card-image img {
  border-radius: 2px 0 0 2px;
  max-width: 100%;
  width: auto;
}

/* line 89, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_cards.scss */
.card.horizontal .card-stacked {
  display: flex;
  flex-direction: column;
  flex: 1;
  position: relative;
}

/* line 95, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_cards.scss */
.card.horizontal .card-stacked .card-content {
  flex-grow: 1;
}

/* line 103, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_cards.scss */
.card.sticky-action .card-action {
  z-index: 2;
}

/* line 107, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_cards.scss */
.card.sticky-action .card-reveal {
  z-index: 1;
  padding-bottom: 64px;
}

/* line 116, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_cards.scss */
.card .card-image {
  position: relative;
}

/* line 120, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/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, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_cards.scss */
.card .card-image .card-title {
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: 100%;
  padding: 24px;
}

/* line 141, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_cards.scss */
.card .card-content {
  padding: 24px;
  border-radius: 0 0 2px 2px;
}

/* line 145, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_cards.scss */
.card .card-content p {
  margin: 0;
}

/* line 148, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_cards.scss */
.card .card-content .card-title {
  display: block;
  line-height: 32px;
  margin-bottom: 8px;
}

/* line 153, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_cards.scss */
.card .card-content .card-title i {
  line-height: 32px;
}

/* line 159, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_cards.scss */
.card .card-action {
  background-color: inherit;
  border-top: 1px solid rgba(160, 160, 160, 0.2);
  position: relative;
  padding: 16px 24px;
}

/* line 160, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_cards.scss */
.card .card-action:last-child {
  border-radius: 0 0 2px 2px;
}

/* line 168, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_cards.scss */
.card .card-action a:not(.btn):not(.btn-small):not(.btn-large):not(.btn-large):not(.btn-floating) {
  color: #ffab40;
  margin-right: 24px;
  transition: color .3s ease;
  text-transform: uppercase;
}

/* line 174, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_cards.scss */
.card .card-action a:not(.btn):not(.btn-small):not(.btn-large):not(.btn-large):not(.btn-floating):hover {
  color: #ffd8a6;
}

/* line 178, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/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 190, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_cards.scss */
.card .card-reveal .card-title {
  cursor: pointer;
  display: block;
}

/* line 1, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_toast.scss */
#toast-container {
  display: block;
  position: fixed;
  z-index: 10000;
}

@media only screen and (max-width : 600px) {
  /* line 1, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_toast.scss */
  #toast-container {
    min-width: 100%;
    bottom: 0%;
  }
}

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

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

/* line 22, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/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;
  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 43, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_toast.scss */
.toast .toast-action {
  color: #eeff41;
  font-weight: 500;
  margin-right: -25px;
  margin-left: 3rem;
}

/* line 50, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_toast.scss */
.toast.rounded {
  border-radius: 24px;
}

@media only screen and (max-width : 600px) {
  /* line 22, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_toast.scss */
  .toast {
    width: 100%;
    border-radius: 0;
  }
}

/* line 1, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/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, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_tabs.scss */
.tabs.tabs-transparent {
  background-color: transparent;
}

/* line 5, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/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, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_tabs.scss */
.tabs.tabs-transparent .tab a:hover,
.tabs.tabs-transparent .tab a.active {
  color: #fff;
}

/* line 16, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_tabs.scss */
.tabs.tabs-transparent .indicator {
  background-color: #fff;
}

/* line 21, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_tabs.scss */
.tabs.tabs-fixed-width {
  display: flex;
}

/* line 24, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_tabs.scss */
.tabs.tabs-fixed-width .tab {
  flex-grow: 1;
}

/* line 38, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/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, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/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, background-color .28s ease;
}

/* line 48, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_tabs.scss */
.tabs .tab a:focus, .tabs .tab a.active:focus {
  background-color: rgba(246, 178, 181, 0.2);
  outline: none;
}

/* line 54, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_tabs.scss */
.tabs .tab a:hover, .tabs .tab a.active {
  background-color: transparent;
  color: #ee6e73;
}

/* line 71, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_tabs.scss */
.tabs .tab.disabled a, .tabs .tab.disabled a:hover {
  color: rgba(238, 110, 115, 0.4);
  cursor: default;
}

/* line 77, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/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 88, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_tabs.scss */
  .tabs {
    display: flex;
  }
  /* line 91, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_tabs.scss */
  .tabs .tab {
    flex-grow: 1;
  }
  /* line 94, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_tabs.scss */
  .tabs .tab a {
    padding: 0 12px;
  }
}

/* line 1, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/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;
  background-color: #323232;
}

/* line 22, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/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, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_buttons.scss */
.btn, .btn-small, .btn-large,
.btn-flat {
  border: none;
  border-radius: 2px;
  display: inline-block;
  height: 36px;
  line-height: 36px;
  padding: 0 16px;
  text-transform: uppercase;
  vertical-align: middle;
  -webkit-tap-highlight-color: transparent;
}

/* line 16, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_buttons.scss */
.btn.disabled,
.btn-floating.disabled,
.btn-large.disabled,
.btn-small.disabled,
.btn-flat.disabled,
.btn:disabled,
.btn-floating:disabled,
.btn-large:disabled,
.btn-small:disabled,
.btn-flat:disabled,
.btn[disabled],
.btn-floating[disabled],
.btn-large[disabled],
.btn-small[disabled],
.btn-flat[disabled] {
  pointer-events: none;
  background-color: #DFDFDF !important;
  box-shadow: none;
  color: #9F9F9F !important;
  cursor: default;
}

/* line 36, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_buttons.scss */
.btn.disabled:hover,
.btn-floating.disabled:hover,
.btn-large.disabled:hover,
.btn-small.disabled:hover,
.btn-flat.disabled:hover,
.btn:disabled:hover,
.btn-floating:disabled:hover,
.btn-large:disabled:hover,
.btn-small:disabled:hover,
.btn-flat:disabled:hover,
.btn[disabled]:hover,
.btn-floating[disabled]:hover,
.btn-large[disabled]:hover,
.btn-small[disabled]:hover,
.btn-flat[disabled]:hover {
  background-color: #DFDFDF !important;
  color: #9F9F9F !important;
}

/* line 43, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_buttons.scss */
.btn,
.btn-floating,
.btn-large,
.btn-small,
.btn-flat {
  font-size: 14px;
  outline: 0;
}

/* line 50, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_buttons.scss */
.btn i,
.btn-floating i,
.btn-large i,
.btn-small i,
.btn-flat i {
  font-size: 1.3rem;
  line-height: inherit;
}

/* line 59, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_buttons.scss */
.btn:focus, .btn-small:focus, .btn-large:focus,
.btn-floating:focus {
  background-color: #1d7d74;
}

/* line 65, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_buttons.scss */
.btn, .btn-small, .btn-large {
  text-decoration: none;
  color: #fff;
  background-color: #26a69a;
  text-align: center;
  letter-spacing: .5px;
  transition: background-color .2s ease-out;
  cursor: pointer;
}

/* line 74, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_buttons.scss */
.btn:hover, .btn-small:hover, .btn-large:hover {
  background-color: #2bbbad;
}

/* line 81, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/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: background-color .3s;
  cursor: pointer;
  vertical-align: middle;
}

/* line 82, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_buttons.scss */
.btn-floating:hover {
  background-color: #26a69a;
}

/* line 86, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_buttons.scss */
.btn-floating:before {
  border-radius: 0;
}

/* line 89, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_buttons.scss */
.btn-floating.btn-large {
  width: 56px;
  height: 56px;
  padding: 0;
}

/* line 90, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_buttons.scss */
.btn-floating.btn-large.halfway-fab {
  bottom: -28px;
}

/* line 96, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_buttons.scss */
.btn-floating.btn-large i {
  line-height: 56px;
}

/* line 101, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_buttons.scss */
.btn-floating.btn-small {
  width: 32.4px;
  height: 32.4px;
}

/* line 102, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_buttons.scss */
.btn-floating.btn-small.halfway-fab {
  bottom: -16.2px;
}

/* line 107, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_buttons.scss */
.btn-floating.btn-small i {
  line-height: 32.4px;
}

/* line 112, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_buttons.scss */
.btn-floating.halfway-fab {
  position: absolute;
  right: 24px;
  bottom: -20px;
}

/* line 113, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_buttons.scss */
.btn-floating.halfway-fab.left {
  right: auto;
  left: 24px;
}

/* line 136, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_buttons.scss */
.btn-floating i {
  width: inherit;
  display: inline-block;
  text-align: center;
  color: #fff;
  font-size: 1.6rem;
  line-height: 40px;
}

/* line 147, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_buttons.scss */
button.btn-floating {
  border: none;
}

/* line 152, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_buttons.scss */
.fixed-action-btn {
  position: fixed;
  right: 23px;
  bottom: 23px;
  padding-top: 15px;
  margin-bottom: 0;
  z-index: 997;
}

/* line 154, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_buttons.scss */
.fixed-action-btn.active ul {
  visibility: visible;
}

/* line 160, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_buttons.scss */
.fixed-action-btn.direction-left, .fixed-action-btn.direction-right {
  padding: 0 0 0 15px;
}

/* line 163, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_buttons.scss */
.fixed-action-btn.direction-left ul, .fixed-action-btn.direction-right ul {
  text-align: right;
  right: 64px;
  top: 50%;
  transform: translateY(-50%);
  height: 100%;
  left: auto;
  /*width 100% only goes to width of button container */
  width: 500px;
}

/* line 172, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_buttons.scss */
.fixed-action-btn.direction-left ul li, .fixed-action-btn.direction-right ul li {
  display: inline-block;
  margin: 7.5px 15px 0 0;
}

/* line 178, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_buttons.scss */
.fixed-action-btn.direction-right {
  padding: 0 15px 0 0;
}

/* line 180, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_buttons.scss */
.fixed-action-btn.direction-right ul {
  text-align: left;
  direction: rtl;
  left: 64px;
  right: auto;
}

/* line 185, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_buttons.scss */
.fixed-action-btn.direction-right ul li {
  margin: 7.5px 0 0 15px;
}

/* line 190, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_buttons.scss */
.fixed-action-btn.direction-bottom {
  padding: 0 0 15px 0;
}

/* line 192, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_buttons.scss */
.fixed-action-btn.direction-bottom ul {
  top: 64px;
  bottom: auto;
  display: flex;
  flex-direction: column-reverse;
}

/* line 197, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_buttons.scss */
.fixed-action-btn.direction-bottom ul li {
  margin: 15px 0 0 0;
}

/* line 202, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_buttons.scss */
.fixed-action-btn.toolbar {
  padding: 0;
  height: 56px;
}

/* line 204, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_buttons.scss */
.fixed-action-btn.toolbar.active > a i {
  opacity: 0;
}

/* line 210, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_buttons.scss */
.fixed-action-btn.toolbar ul {
  display: flex;
  top: 0;
  bottom: 0;
  z-index: 1;
}

/* line 215, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_buttons.scss */
.fixed-action-btn.toolbar ul li {
  flex: 1;
  display: inline-block;
  margin: 0;
  height: 100%;
  transition: none;
}

/* line 221, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/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 232, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_buttons.scss */
.fixed-action-btn.toolbar ul li a i {
  line-height: inherit;
}

/* line 245, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_buttons.scss */
.fixed-action-btn ul {
  left: 0;
  right: 0;
  text-align: center;
  position: absolute;
  bottom: 64px;
  margin: 0;
  visibility: hidden;
}

/* line 253, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_buttons.scss */
.fixed-action-btn ul li {
  margin-bottom: 15px;
}

/* line 256, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_buttons.scss */
.fixed-action-btn ul a.btn-floating {
  opacity: 0;
}

/* line 260, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/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 274, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_buttons.scss */
.btn-flat {
  box-shadow: none;
  background-color: transparent;
  color: #343434;
  cursor: pointer;
  transition: background-color .2s;
}

/* line 280, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_buttons.scss */
.btn-flat:focus, .btn-flat:hover {
  box-shadow: none;
}

/* line 284, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_buttons.scss */
.btn-flat:focus {
  background-color: rgba(0, 0, 0, 0.1);
}

/* line 287, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_buttons.scss */
.btn-flat.disabled, .btn-flat.btn-flat[disabled] {
  background-color: transparent !important;
  color: #b3b3b3 !important;
  cursor: default;
}

/* line 296, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_buttons.scss */
.btn-large {
  height: 54px;
  line-height: 54px;
  font-size: 15px;
  padding: 0 28px;
}

/* line 303, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_buttons.scss */
.btn-large i {
  font-size: 1.6rem;
}

/* line 309, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_buttons.scss */
.btn-small {
  height: 32.4px;
  line-height: 32.4px;
  font-size: 13px;
}

/* line 314, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_buttons.scss */
.btn-small i {
  font-size: 1.2rem;
}

/* line 320, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_buttons.scss */
.btn-block {
  display: block;
}

/* line 1, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_dropdown.scss */
.dropdown-content {
  background-color: #fff;
  margin: 0;
  display: none;
  min-width: 100px;
  overflow-y: auto;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9999;
  transform-origin: 0 0;
}

/* line 2, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_dropdown.scss */
.dropdown-content:focus {
  outline: 0;
}

/* line 21, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/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;
}

/* line 22, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_dropdown.scss */
.dropdown-content li:hover, .dropdown-content li.active {
  background-color: #eee;
}

/* line 26, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_dropdown.scss */
.dropdown-content li:focus {
  outline: none;
}

/* line 30, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_dropdown.scss */
.dropdown-content li.divider {
  min-height: 0;
  height: 1px;
}

/* line 35, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/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 43, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_dropdown.scss */
.dropdown-content li > span > label {
  top: 1px;
  left: 0;
  height: 18px;
}

/* line 50, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_dropdown.scss */
.dropdown-content li > a > i {
  height: inherit;
  line-height: inherit;
  float: left;
  margin: 0 24px 0 0;
  width: 24px;
}

/* line 70, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_dropdown.scss */
body.keyboard-focused .dropdown-content li:focus {
  background-color: #dadada;
}

/* line 76, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_dropdown.scss */
.input-field.col .dropdown-content [type="checkbox"] + label {
  top: 1px;
  left: 0;
  height: 18px;
  transform: none;
}

/* line 83, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_dropdown.scss */
.dropdown-trigger {
  cursor: pointer;
}

/*!
 * 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, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/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, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/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, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_waves.scss */
.waves-effect.waves-light .waves-ripple {
  background-color: rgba(255, 255, 255, 0.45);
}

/* line 43, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_waves.scss */
.waves-effect.waves-red .waves-ripple {
  background-color: rgba(244, 67, 54, 0.7);
}

/* line 46, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_waves.scss */
.waves-effect.waves-yellow .waves-ripple {
  background-color: rgba(255, 235, 59, 0.7);
}

/* line 49, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_waves.scss */
.waves-effect.waves-orange .waves-ripple {
  background-color: rgba(255, 152, 0, 0.7);
}

/* line 52, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_waves.scss */
.waves-effect.waves-purple .waves-ripple {
  background-color: rgba(156, 39, 176, 0.7);
}

/* line 55, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_waves.scss */
.waves-effect.waves-green .waves-ripple {
  background-color: rgba(76, 175, 80, 0.7);
}

/* line 58, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_waves.scss */
.waves-effect.waves-teal .waves-ripple {
  background-color: rgba(0, 150, 136, 0.7);
}

/* line 63, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/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, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_waves.scss */
.waves-effect img {
  position: relative;
  z-index: -1;
}

/* line 77, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_waves.scss */
.waves-notransition {
  transition: none !important;
}

/* line 81, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_waves.scss */
.waves-circle {
  transform: translateZ(0);
  -webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%);
}

/* line 86, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_waves.scss */
.waves-input-wrapper {
  border-radius: 0.2em;
  vertical-align: bottom;
}

/* line 90, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_waves.scss */
.waves-input-wrapper .waves-button-input {
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
}

/* line 98, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/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, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_waves.scss */
.waves-block {
  display: block;
}

/* Firefox Bug: link not triggered */
/* line 112, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_waves.scss */
.waves-effect .waves-ripple {
  z-index: -1;
}

/* line 1, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/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;
}

/* line 2, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_modal.scss */
.modal:focus {
  outline: none;
}

@media only screen and (max-width : 992px) {
  /* line 1, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_modal.scss */
  .modal {
    width: 80%;
  }
}

/* line 26, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_modal.scss */
.modal h1, .modal h2, .modal h3, .modal h4 {
  margin-top: 0;
}

/* line 30, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_modal.scss */
.modal .modal-content {
  padding: 24px;
}

/* line 33, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_modal.scss */
.modal .modal-close {
  cursor: pointer;
}

/* line 37, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/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 45, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_modal.scss */
.modal .modal-footer .btn, .modal .modal-footer .btn-large, .modal .modal-footer .btn-small, .modal .modal-footer .btn-flat {
  margin: 6px 0;
}

/* line 50, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/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 66, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_modal.scss */
.modal.modal-fixed-footer {
  padding: 0;
  height: 70%;
}

/* line 70, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_modal.scss */
.modal.modal-fixed-footer .modal-content {
  position: absolute;
  height: calc(100% - 56px);
  max-height: 100%;
  width: 100%;
  overflow-y: auto;
}

/* line 78, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_modal.scss */
.modal.modal-fixed-footer .modal-footer {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  position: absolute;
  bottom: 0;
}

/* line 86, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/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, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/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, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/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 10, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_collapsible.scss */
.collapsible-header:focus {
  outline: 0;
}

/* line 22, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_collapsible.scss */
.collapsible-header i {
  width: 2rem;
  font-size: 1.6rem;
  display: inline-block;
  text-align: center;
  margin-right: 1rem;
}

/* line 30, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_collapsible.scss */
.keyboard-focused .collapsible-header:focus {
  background-color: #eee;
}

/* line 34, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_collapsible.scss */
.collapsible-body {
  display: none;
  border-bottom: 1px solid #ddd;
  box-sizing: border-box;
  padding: 2rem;
}

/* line 45, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_collapsible.scss */
.sidenav .collapsible,
.sidenav.sidenav-fixed .collapsible {
  border: none;
  box-shadow: none;
}

/* line 49, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_collapsible.scss */
.sidenav .collapsible li,
.sidenav.sidenav-fixed .collapsible li {
  padding: 0;
}

/* line 52, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_collapsible.scss */
.sidenav .collapsible-header,
.sidenav.sidenav-fixed .collapsible-header {
  background-color: transparent;
  border: none;
  line-height: inherit;
  height: inherit;
  padding: 0 16px;
}

/* line 59, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_collapsible.scss */
.sidenav .collapsible-header:hover,
.sidenav.sidenav-fixed .collapsible-header:hover {
  background-color: rgba(0, 0, 0, 0.05);
}

/* line 60, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_collapsible.scss */
.sidenav .collapsible-header i,
.sidenav.sidenav-fixed .collapsible-header i {
  line-height: inherit;
}

/* line 63, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_collapsible.scss */
.sidenav .collapsible-body,
.sidenav.sidenav-fixed .collapsible-body {
  border: 0;
  background-color: #fff;
}

/* line 67, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_collapsible.scss */
.sidenav .collapsible-body li a,
.sidenav.sidenav-fixed .collapsible-body li a {
  padding: 0 23.5px 0 31px;
}

/* line 77, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_collapsible.scss */
.collapsible.popout {
  border: none;
  box-shadow: none;
}

/* line 80, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/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 86, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/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, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/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 2, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_chips.scss */
.chip:focus {
  outline: none;
  background-color: #26a69a;
  color: #fff;
}

/* line 20, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_chips.scss */
.chip > img {
  float: left;
  margin: 0 8px 0 -12px;
  height: 32px;
  width: 32px;
  border-radius: 50%;
}

/* line 28, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_chips.scss */
.chip .close {
  cursor: pointer;
  float: right;
  font-size: 16px;
  line-height: 32px;
  padding-left: 8px;
}

/* line 37, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_chips.scss */
.chips {
  border: none;
  border-bottom: 1px solid #9e9e9e;
  box-shadow: none;
  margin: 0 0 8px 0;
  min-height: 45px;
  outline: none;
  transition: all .3s;
}

/* line 46, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_chips.scss */
.chips.focus {
  border-bottom: 1px solid #26a69a;
  box-shadow: 0 1px 0 0 #26a69a;
}

/* line 51, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_chips.scss */
.chips:hover {
  cursor: text;
}

/* line 55, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_chips.scss */
.chips .input {
  background: none;
  border: 0;
  color: rgba(0, 0, 0, 0.6);
  display: inline-block;
  font-size: 16px;
  height: 3rem;
  line-height: 32px;
  outline: 0;
  margin: 0;
  padding: 0 !important;
  width: 120px !important;
}

/* line 69, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_chips.scss */
.chips .input:focus {
  border: 0 !important;
  box-shadow: none !important;
}

/* line 75, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_chips.scss */
.chips .autocomplete-content {
  margin-top: 0;
  margin-bottom: 0;
}

/* line 82, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_chips.scss */
.prefix ~ .chips {
  margin-left: 3rem;
  width: 92%;
  width: calc(100% - 3rem);
}

/* line 87, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_chips.scss */
.chips:empty ~ label {
  font-size: 0.8rem;
  transform: translateY(-140%);
}

/* line 1, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_materialbox.scss */
.materialboxed {
  display: block;
  cursor: zoom-in;
  position: relative;
  transition: opacity .4s;
  -webkit-backface-visibility: hidden;
}

/* line 3, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_materialbox.scss */
.materialboxed:hover:not(.active) {
  opacity: .8;
}

/* line 14, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_materialbox.scss */
.materialboxed.active {
  cursor: zoom-out;
}

/* line 19, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/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, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/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, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_forms.scss */
select:focus {
  outline: 1px solid #c9f3ef;
}

/* line 6, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_forms.scss */
button:focus {
  outline: none;
  background-color: #2ab7a9;
}

/* line 11, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_forms.scss */
label {
  font-size: 0.8rem;
  color: #9e9e9e;
}

/* Text Inputs + Textarea
   ========================================================================== */
/* Style Placeholders */
/* line 6, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_input-fields.scss */
::-moz-placeholder {
  color: #d1d1d1;
}
::placeholder {
  color: #d1d1d1;
}

/* Text inputs */
/* line 12, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/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: 16px;
  margin: 0 0 8px 0;
  padding: 0;
  box-shadow: none;
  box-sizing: content-box;
  transition: box-shadow .3s, border .3s;
}

/* line 42, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/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, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/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, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/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, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/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 84, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_input-fields.scss */
input.valid:not([type]):focus ~ label,
input.valid[type=text]:not(.browser-default):focus ~ label,
input.valid[type=password]:not(.browser-default):focus ~ label,
input.valid[type=email]:not(.browser-default):focus ~ label,
input.valid[type=url]:not(.browser-default):focus ~ label,
input.valid[type=time]:not(.browser-default):focus ~ label,
input.valid[type=date]:not(.browser-default):focus ~ label,
input.valid[type=datetime]:not(.browser-default):focus ~ label,
input.valid[type=datetime-local]:not(.browser-default):focus ~ label,
input.valid[type=tel]:not(.browser-default):focus ~ label,
input.valid[type=number]:not(.browser-default):focus ~ label,
input.valid[type=search]:not(.browser-default):focus ~ label,
textarea.materialize-textarea.valid:focus ~ label {
  color: #4CAF50;
}

/* line 99, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_input-fields.scss */
input.invalid:not([type]):focus ~ label,
input.invalid[type=text]:not(.browser-default):focus ~ label,
input.invalid[type=password]:not(.browser-default):focus ~ label,
input.invalid[type=email]:not(.browser-default):focus ~ label,
input.invalid[type=url]:not(.browser-default):focus ~ label,
input.invalid[type=time]:not(.browser-default):focus ~ label,
input.invalid[type=date]:not(.browser-default):focus ~ label,
input.invalid[type=datetime]:not(.browser-default):focus ~ label,
input.invalid[type=datetime-local]:not(.browser-default):focus ~ label,
input.invalid[type=tel]:not(.browser-default):focus ~ label,
input.invalid[type=number]:not(.browser-default):focus ~ label,
input.invalid[type=search]:not(.browser-default):focus ~ label,
textarea.materialize-textarea.invalid:focus ~ label {
  color: #F44336;
}

/* line 104, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/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%;
}

/* Validation Sass Placeholders */
/* line 116, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/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=text]:not(.browser-default):focus,
input.valid[type=password]:not(.browser-default),
input.valid[type=password]:not(.browser-default):focus,
input.valid[type=email]:not(.browser-default),
input.valid[type=email]:not(.browser-default):focus,
input.valid[type=url]:not(.browser-default),
input.valid[type=url]:not(.browser-default):focus,
input.valid[type=time]:not(.browser-default),
input.valid[type=time]:not(.browser-default):focus,
input.valid[type=date]:not(.browser-default),
input.valid[type=date]:not(.browser-default):focus,
input.valid[type=datetime]:not(.browser-default),
input.valid[type=datetime]:not(.browser-default):focus,
input.valid[type=datetime-local]:not(.browser-default),
input.valid[type=datetime-local]:not(.browser-default):focus,
input.valid[type=tel]:not(.browser-default),
input.valid[type=tel]:not(.browser-default):focus,
input.valid[type=number]:not(.browser-default),
input.valid[type=number]:not(.browser-default):focus,
input.valid[type=search]:not(.browser-default),
input.valid[type=search]:not(.browser-default):focus,
textarea.materialize-textarea.valid,
textarea.materialize-textarea.valid:focus {
  border-bottom: 1px solid #4CAF50;
  box-shadow: 0 1px 0 0 #4CAF50;
}

/* line 120, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_input-fields.scss */
.select-wrapper.invalid > input.select-dropdown, .select-wrapper.invalid > input.select-dropdown:focus, input.invalid:not([type]), input.invalid:not([type]):focus,
input.invalid[type=text]:not(.browser-default),
input.invalid[type=text]:not(.browser-default):focus,
input.invalid[type=password]:not(.browser-default),
input.invalid[type=password]:not(.browser-default):focus,
input.invalid[type=email]:not(.browser-default),
input.invalid[type=email]:not(.browser-default):focus,
input.invalid[type=url]:not(.browser-default),
input.invalid[type=url]:not(.browser-default):focus,
input.invalid[type=time]:not(.browser-default),
input.invalid[type=time]:not(.browser-default):focus,
input.invalid[type=date]:not(.browser-default),
input.invalid[type=date]:not(.browser-default):focus,
input.invalid[type=datetime]:not(.browser-default),
input.invalid[type=datetime]:not(.browser-default):focus,
input.invalid[type=datetime-local]:not(.browser-default),
input.invalid[type=datetime-local]:not(.browser-default):focus,
input.invalid[type=tel]:not(.browser-default),
input.invalid[type=tel]:not(.browser-default):focus,
input.invalid[type=number]:not(.browser-default),
input.invalid[type=number]:not(.browser-default):focus,
input.invalid[type=search]:not(.browser-default),
input.invalid[type=search]:not(.browser-default):focus,
textarea.materialize-textarea.invalid,
textarea.materialize-textarea.invalid:focus {
  border-bottom: 1px solid #F44336;
  box-shadow: 0 1px 0 0 #F44336;
}

/* line 124, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_input-fields.scss */
.select-wrapper.valid .helper-text[data-success], .select-wrapper.invalid ~ .helper-text[data-error], input.valid:not([type]) ~ .helper-text[data-success], input.valid:not([type]):focus ~ .helper-text[data-success], input.invalid:not([type]) ~ .helper-text[data-error], input.invalid:not([type]):focus ~ .helper-text[data-error],
input.valid[type=text]:not(.browser-default) ~ .helper-text[data-success],
input.invalid[type=text]:not(.browser-default) ~ .helper-text[data-error],
input.valid[type=password]:not(.browser-default) ~ .helper-text[data-success],
input.invalid[type=password]:not(.browser-default) ~ .helper-text[data-error],
input.valid[type=email]:not(.browser-default) ~ .helper-text[data-success],
input.invalid[type=email]:not(.browser-default) ~ .helper-text[data-error],
input.valid[type=url]:not(.browser-default) ~ .helper-text[data-success],
input.invalid[type=url]:not(.browser-default) ~ .helper-text[data-error],
input.valid[type=time]:not(.browser-default) ~ .helper-text[data-success],
input.invalid[type=time]:not(.browser-default) ~ .helper-text[data-error],
input.valid[type=date]:not(.browser-default) ~ .helper-text[data-success],
input.invalid[type=date]:not(.browser-default) ~ .helper-text[data-error],
input.valid[type=datetime]:not(.browser-default) ~ .helper-text[data-success],
input.invalid[type=datetime]:not(.browser-default) ~ .helper-text[data-error],
input.valid[type=datetime-local]:not(.browser-default) ~ .helper-text[data-success],
input.invalid[type=datetime-local]:not(.browser-default) ~ .helper-text[data-error],
input.valid[type=tel]:not(.browser-default) ~ .helper-text[data-success],
input.invalid[type=tel]:not(.browser-default) ~ .helper-text[data-error],
input.valid[type=number]:not(.browser-default) ~ .helper-text[data-success],
input.invalid[type=number]:not(.browser-default) ~ .helper-text[data-error],
input.valid[type=search]:not(.browser-default) ~ .helper-text[data-success],
input.invalid[type=search]:not(.browser-default) ~ .helper-text[data-error],
textarea.materialize-textarea.valid ~ .helper-text[data-success],
textarea.materialize-textarea.valid:focus ~ .helper-text[data-success],
textarea.materialize-textarea.invalid ~ .helper-text[data-error],
textarea.materialize-textarea.invalid:focus ~ .helper-text[data-error] {
  color: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
}

/* line 129, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_input-fields.scss */
.select-wrapper.valid ~ .helper-text:after, input.valid:not([type]) ~ .helper-text:after, input.valid:not([type]):focus ~ .helper-text:after,
input.valid[type=text]:not(.browser-default) ~ .helper-text:after,
input.valid[type=text]:not(.browser-default):focus ~ .helper-text:after,
input.valid[type=password]:not(.browser-default) ~ .helper-text:after,
input.valid[type=password]:not(.browser-default):focus ~ .helper-text:after,
input.valid[type=email]:not(.browser-default) ~ .helper-text:after,
input.valid[type=email]:not(.browser-default):focus ~ .helper-text:after,
input.valid[type=url]:not(.browser-default) ~ .helper-text:after,
input.valid[type=url]:not(.browser-default):focus ~ .helper-text:after,
input.valid[type=time]:not(.browser-default) ~ .helper-text:after,
input.valid[type=time]:not(.browser-default):focus ~ .helper-text:after,
input.valid[type=date]:not(.browser-default) ~ .helper-text:after,
input.valid[type=date]:not(.browser-default):focus ~ .helper-text:after,
input.valid[type=datetime]:not(.browser-default) ~ .helper-text:after,
input.valid[type=datetime]:not(.browser-default):focus ~ .helper-text:after,
input.valid[type=datetime-local]:not(.browser-default) ~ .helper-text:after,
input.valid[type=datetime-local]:not(.browser-default):focus ~ .helper-text:after,
input.valid[type=tel]:not(.browser-default) ~ .helper-text:after,
input.valid[type=tel]:not(.browser-default):focus ~ .helper-text:after,
input.valid[type=number]:not(.browser-default) ~ .helper-text:after,
input.valid[type=number]:not(.browser-default):focus ~ .helper-text:after,
input.valid[type=search]:not(.browser-default) ~ .helper-text:after,
input.valid[type=search]:not(.browser-default):focus ~ .helper-text:after,
textarea.materialize-textarea.valid ~ .helper-text:after,
textarea.materialize-textarea.valid:focus ~ .helper-text:after {
  content: attr(data-success);
  color: #4CAF50;
}

/* line 133, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_input-fields.scss */
.select-wrapper.invalid ~ .helper-text:after, input.invalid:not([type]) ~ .helper-text:after, input.invalid:not([type]):focus ~ .helper-text:after,
input.invalid[type=text]:not(.browser-default) ~ .helper-text:after,
input.invalid[type=text]:not(.browser-default):focus ~ .helper-text:after,
input.invalid[type=password]:not(.browser-default) ~ .helper-text:after,
input.invalid[type=password]:not(.browser-default):focus ~ .helper-text:after,
input.invalid[type=email]:not(.browser-default) ~ .helper-text:after,
input.invalid[type=email]:not(.browser-default):focus ~ .helper-text:after,
input.invalid[type=url]:not(.browser-default) ~ .helper-text:after,
input.invalid[type=url]:not(.browser-default):focus ~ .helper-text:after,
input.invalid[type=time]:not(.browser-default) ~ .helper-text:after,
input.invalid[type=time]:not(.browser-default):focus ~ .helper-text:after,
input.invalid[type=date]:not(.browser-default) ~ .helper-text:after,
input.invalid[type=date]:not(.browser-default):focus ~ .helper-text:after,
input.invalid[type=datetime]:not(.browser-default) ~ .helper-text:after,
input.invalid[type=datetime]:not(.browser-default):focus ~ .helper-text:after,
input.invalid[type=datetime-local]:not(.browser-default) ~ .helper-text:after,
input.invalid[type=datetime-local]:not(.browser-default):focus ~ .helper-text:after,
input.invalid[type=tel]:not(.browser-default) ~ .helper-text:after,
input.invalid[type=tel]:not(.browser-default):focus ~ .helper-text:after,
input.invalid[type=number]:not(.browser-default) ~ .helper-text:after,
input.invalid[type=number]:not(.browser-default):focus ~ .helper-text:after,
input.invalid[type=search]:not(.browser-default) ~ .helper-text:after,
input.invalid[type=search]:not(.browser-default):focus ~ .helper-text:after,
textarea.materialize-textarea.invalid ~ .helper-text:after,
textarea.materialize-textarea.invalid:focus ~ .helper-text:after {
  content: attr(data-error);
  color: #F44336;
}

/* line 137, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/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 149, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_input-fields.scss */
.input-field {
  position: relative;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

/* line 151, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_input-fields.scss */
.input-field.inline {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}

/* line 156, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_input-fields.scss */
.input-field.inline input,
.input-field.inline .select-dropdown {
  margin-bottom: 1rem;
}

/* line 164, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_input-fields.scss */
.input-field.col label {
  left: 0.75rem;
}

/* line 168, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_input-fields.scss */
.input-field.col .prefix ~ label,
.input-field.col .prefix ~ .validate ~ label {
  width: calc(100% - 3rem - 1.5rem);
}

/* line 178, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_input-fields.scss */
.input-field > label {
  color: #9e9e9e;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1rem;
  cursor: text;
  transition: transform .2s ease-out, color .2s ease-out;
  transform-origin: 0% 100%;
  text-align: initial;
  transform: translateY(12px);
}

/* line 190, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_input-fields.scss */
.input-field > label.active:not(.label-icon) {
  transform: translateY(-14px) scale(0.8);
  transform-origin: 0 0;
}

/* line 197, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_input-fields.scss */
.input-field > input[type]:-webkit-autofill:not(.browser-default):not([type="search"]) + label, .input-field > input[type=date]:not(.browser-default) + label, .input-field > input[type=time]:not(.browser-default) + label {
  transform: translateY(-14px) scale(0.8);
  transform-origin: 0 0;
}

/* line 204, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_input-fields.scss */
.input-field .helper-text {
  position: relative;
  min-height: 18px;
  display: block;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.54);
}

/* line 205, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_input-fields.scss */
.input-field .helper-text::after {
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
}

/* line 220, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_input-fields.scss */
.input-field .prefix {
  position: absolute;
  width: 3rem;
  font-size: 2rem;
  transition: color .2s;
  top: 0.5rem;
}

/* line 227, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_input-fields.scss */
.input-field .prefix.active {
  color: #26a69a;
}

/* line 230, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/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 ~ .helper-text,
.input-field .prefix ~ .autocomplete-content {
  margin-left: 3rem;
  width: 92%;
  width: calc(100% - 3rem);
}

/* line 241, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_input-fields.scss */
.input-field .prefix ~ label {
  margin-left: 3rem;
}

@media only screen and (max-width : 992px) {
  /* line 244, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_input-fields.scss */
  .input-field .prefix ~ input {
    width: 86%;
    width: calc(100% - 3rem);
  }
}

@media only screen and (max-width : 600px) {
  /* line 251, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_input-fields.scss */
  .input-field .prefix ~ input {
    width: 80%;
    width: calc(100% - 3rem);
  }
}

/* Search Field */
/* line 261, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_input-fields.scss */
.input-field input[type=search] {
  display: block;
  line-height: inherit;
  transition: .3s background-color;
}

/* line 266, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/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 274, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_input-fields.scss */
.input-field input[type=search]:focus:not(.browser-default) {
  background-color: #fff;
  border: 0;
  box-shadow: none;
  color: #444;
}

/* line 280, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_input-fields.scss */
.input-field input[type=search]:focus:not(.browser-default) + label i, .input-field input[type=search]:focus:not(.browser-default) ~ .mdi-navigation-close, .input-field input[type=search]:focus:not(.browser-default) ~ .material-icons {
  color: #444;
}

/* line 287, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_input-fields.scss */
.input-field input[type=search] + .label-icon {
  transform: none;
  left: 1rem;
}

/* line 292, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/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 308, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_input-fields.scss */
textarea {
  width: 100%;
  height: 3rem;
  background-color: transparent;
}

/* line 313, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_input-fields.scss */
textarea.materialize-textarea {
  line-height: normal;
  overflow-y: hidden;
  /* prevents scroll bar flash */
  padding: .8rem 0 .8rem 0;
  /* prevents text jump on Enter keypress */
  resize: none;
  min-height: 3rem;
  box-sizing: border-box;
}

/* line 324, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_input-fields.scss */
.hiddendiv {
  visibility: hidden;
  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;
  z-index: -1;
}

/* Autocomplete */
/* line 341, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_input-fields.scss */
.autocomplete-content li .highlight {
  color: #444;
}

/* line 343, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_input-fields.scss */
.autocomplete-content li img {
  height: 40px;
  width: 40px;
  margin: 5px 15px;
}

/* Character Counter */
/* line 352, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_input-fields.scss */
.character-counter {
  min-height: 18px;
}

/* Radio Buttons
   ========================================================================== */
/* line 5, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_radio-buttons.scss */
[type="radio"]:not(:checked),
[type="radio"]:checked {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

/* line 12, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_radio-buttons.scss */
[type="radio"]:not(:checked) + span,
[type="radio"]:checked + span {
  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, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_radio-buttons.scss */
[type="radio"] + span:before,
[type="radio"] + span:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  margin: 4px;
  width: 16px;
  height: 16px;
  z-index: 0;
  transition: .28s ease;
}

/* Unchecked styles */
/* line 39, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_radio-buttons.scss */
[type="radio"]:not(:checked) + span:before,
[type="radio"]:not(:checked) + span:after,
[type="radio"]:checked + span:before,
[type="radio"]:checked + span:after,
.with-gap[type="radio"]:checked + span:before,
.with-gap[type="radio"]:checked + span:after {
  border-radius: 50%;
}

/* line 48, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_radio-buttons.scss */
[type="radio"]:not(:checked) + span:before,
[type="radio"]:not(:checked) + span:after {
  border: 2px solid #5a5a5a;
}

/* line 53, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_radio-buttons.scss */
[type="radio"]:not(:checked) + span:after {
  transform: scale(0);
}

/* Checked styles */
/* line 58, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_radio-buttons.scss */
[type="radio"]:checked + span:before {
  border: 2px solid transparent;
}

/* line 62, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_radio-buttons.scss */
[type="radio"]:checked + span:after,
.with-gap[type="radio"]:checked + span:before,
.with-gap[type="radio"]:checked + span:after {
  border: 2px solid #26a69a;
}

/* line 68, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_radio-buttons.scss */
[type="radio"]:checked + span:after,
.with-gap[type="radio"]:checked + span:after {
  background-color: #26a69a;
}

/* line 73, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_radio-buttons.scss */
[type="radio"]:checked + span:after {
  transform: scale(1.02);
}

/* Radio With gap */
/* line 78, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_radio-buttons.scss */
.with-gap[type="radio"]:checked + span:after {
  transform: scale(0.5);
}

/* Focused styles */
/* line 83, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_radio-buttons.scss */
.tabbed[type="radio"]:focus + span:before {
  box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1);
}

/* Disabled Radio With gap */
/* line 88, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_radio-buttons.scss */
.with-gap[type="radio"]:disabled:checked + span:before {
  border: 2px solid rgba(0, 0, 0, 0.42);
}

/* line 92, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_radio-buttons.scss */
.with-gap[type="radio"]:disabled:checked + span:after {
  border: none;
  background-color: rgba(0, 0, 0, 0.42);
}

/* Disabled style */
/* line 98, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_radio-buttons.scss */
[type="radio"]:disabled:not(:checked) + span:before,
[type="radio"]:disabled:checked + span:before {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.42);
}

/* line 104, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_radio-buttons.scss */
[type="radio"]:disabled + span {
  color: rgba(0, 0, 0, 0.42);
}

/* line 108, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_radio-buttons.scss */
[type="radio"]:disabled:not(:checked) + span:before {
  border-color: rgba(0, 0, 0, 0.42);
}

/* line 112, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_radio-buttons.scss */
[type="radio"]:disabled:checked + span:after {
  background-color: rgba(0, 0, 0, 0.42);
  border-color: #949494;
}

/* Checkboxes
   ========================================================================== */
/* Remove default checkbox */
/* line 5, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_checkboxes.scss */
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

/* line 13, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_checkboxes.scss */
[type="checkbox"] {
  /* checkbox aspect */
}

/* line 15, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_checkboxes.scss */
[type="checkbox"] + span:not(.lever) {
  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 27, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_checkboxes.scss */
[type="checkbox"] + span:not(.lever):before, [type="checkbox"]:not(.filled-in) + span:not(.lever):after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  z-index: 0;
  border: 2px solid #5a5a5a;
  border-radius: 1px;
  margin-top: 3px;
  transition: .2s;
}

/* line 42, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_checkboxes.scss */
[type="checkbox"]:not(.filled-in) + span:not(.lever):after {
  border: 0;
  transform: scale(0);
}

/* line 47, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_checkboxes.scss */
[type="checkbox"]:not(:checked):disabled + span:not(.lever):before {
  border: none;
  background-color: rgba(0, 0, 0, 0.42);
}

/* line 53, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_checkboxes.scss */
.tabbed[type="checkbox"]:focus + span:not(.lever):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 63, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_checkboxes.scss */
[type="checkbox"]:checked + span:not(.lever):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 77, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_checkboxes.scss */
[type="checkbox"]:checked:disabled + span:before {
  border-right: 2px solid rgba(0, 0, 0, 0.42);
  border-bottom: 2px solid rgba(0, 0, 0, 0.42);
}

/* Indeterminate checkbox */
/* line 85, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_checkboxes.scss */
[type="checkbox"]:indeterminate + span:not(.lever):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 100, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_checkboxes.scss */
[type="checkbox"]:indeterminate:disabled + span:not(.lever):before {
  border-right: 2px solid rgba(0, 0, 0, 0.42);
  background-color: transparent;
}

/* line 109, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_checkboxes.scss */
.filled-in[type="checkbox"] + span:not(.lever):after {
  border-radius: 2px;
}

/* line 113, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_checkboxes.scss */
.filled-in[type="checkbox"] + span:not(.lever):before,
.filled-in[type="checkbox"] + span:not(.lever):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 124, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_checkboxes.scss */
.filled-in[type="checkbox"]:not(:checked) + span:not(.lever):before {
  width: 0;
  height: 0;
  border: 3px solid transparent;
  left: 6px;
  top: 10px;
  transform: rotateZ(37deg);
  transform-origin: 100% 100%;
}

/* line 134, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_checkboxes.scss */
.filled-in[type="checkbox"]:not(:checked) + span:not(.lever):after {
  height: 20px;
  width: 20px;
  background-color: transparent;
  border: 2px solid #5a5a5a;
  top: 0px;
  z-index: 0;
}

/* line 145, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_checkboxes.scss */
.filled-in[type="checkbox"]:checked + span:not(.lever):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 158, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_checkboxes.scss */
.filled-in[type="checkbox"]:checked + span:not(.lever):after {
  top: 0;
  width: 20px;
  height: 20px;
  border: 2px solid #26a69a;
  background-color: #26a69a;
  z-index: 0;
}

/* line 169, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_checkboxes.scss */
.filled-in.tabbed[type="checkbox"]:focus + span:not(.lever):after {
  border-radius: 2px;
  border-color: #5a5a5a;
  background-color: rgba(0, 0, 0, 0.1);
}

/* line 175, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_checkboxes.scss */
.filled-in.tabbed[type="checkbox"]:checked:focus + span:not(.lever):after {
  border-radius: 2px;
  background-color: #26a69a;
  border-color: #26a69a;
}

/* line 182, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_checkboxes.scss */
.filled-in[type="checkbox"]:disabled:not(:checked) + span:not(.lever):before {
  background-color: transparent;
  border: 2px solid transparent;
}

/* line 187, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_checkboxes.scss */
.filled-in[type="checkbox"]:disabled:not(:checked) + span:not(.lever):after {
  border-color: transparent;
  background-color: #949494;
}

/* line 192, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_checkboxes.scss */
.filled-in[type="checkbox"]:disabled:checked + span:not(.lever):before {
  background-color: transparent;
}

/* line 196, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_checkboxes.scss */
.filled-in[type="checkbox"]:disabled:checked + span:not(.lever):after {
  background-color: #949494;
  border-color: #949494;
}

/* Switch
   ========================================================================== */
/* line 4, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_switches.scss */
.switch,
.switch * {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

/* line 10, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_switches.scss */
.switch label {
  cursor: pointer;
}

/* line 14, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_switches.scss */
.switch label input[type=checkbox] {
  opacity: 0;
  width: 0;
  height: 0;
}

/* line 19, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_switches.scss */
.switch label input[type=checkbox]:checked + .lever {
  background-color: #84c7c1;
}

/* line 22, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_switches.scss */
.switch label input[type=checkbox]:checked + .lever:before, .switch label input[type=checkbox]:checked + .lever:after {
  left: 18px;
}

/* line 26, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_switches.scss */
.switch label input[type=checkbox]:checked + .lever:after {
  background-color: #26a69a;
}

/* line 32, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/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, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/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, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_switches.scss */
.switch label .lever:before {
  background-color: rgba(38, 166, 154, 0.15);
}

/* line 61, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/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, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/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, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/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, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_switches.scss */
.switch input[type=checkbox][disabled] + .lever {
  cursor: default;
  background-color: rgba(0, 0, 0, 0.12);
}

/* line 86, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/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, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_select.scss */
select.browser-default {
  opacity: 1;
}

/* line 5, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_select.scss */
select {
  opacity: 0;
  background-color: rgba(255, 255, 255, 0.9);
  width: 100%;
  padding: 5px;
  border: 1px solid #f2f2f2;
  border-radius: 2px;
  height: 3rem;
}

/* line 15, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_select.scss */
.select-label {
  position: absolute;
}

/* line 19, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_select.scss */
.select-wrapper {
  position: relative;
}

/* line 46, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_select.scss */
.select-wrapper.valid + label, .select-wrapper.invalid + label {
  width: 100%;
  pointer-events: none;
}

/* line 58, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/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: 16px;
  margin: 0 0 8px 0;
  padding: 0;
  display: block;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  z-index: 1;
}

/* line 59, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_select.scss */
.select-wrapper input.select-dropdown:focus {
  border-bottom: 1px solid #26a69a;
}

/* line 79, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_select.scss */
.select-wrapper .caret {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  z-index: 0;
  fill: rgba(0, 0, 0, 0.87);
}

/* line 89, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_select.scss */
.select-wrapper + label {
  position: absolute;
  top: -26px;
  font-size: 0.8rem;
}

/* line 97, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_select.scss */
.select-wrapper .hide-select {
  width: 0;
  height: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: -1;
}

/* line 108, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_select.scss */
select:disabled {
  color: rgba(0, 0, 0, 0.42);
}

/* line 113, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_select.scss */
.select-wrapper.disabled + label {
  color: rgba(0, 0, 0, 0.42);
}

/* line 116, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_select.scss */
.select-wrapper.disabled .caret {
  fill: rgba(0, 0, 0, 0.42);
}

/* line 121, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/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 127, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_select.scss */
.select-wrapper i {
  color: rgba(0, 0, 0, 0.3);
}

/* line 131, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/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 139, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_select.scss */
body.keyboard-focused .select-dropdown.dropdown-content li:focus {
  background-color: rgba(0, 0, 0, 0.08);
}

/* line 146, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_select.scss */
.select-dropdown.dropdown-content li:hover {
  background-color: rgba(0, 0, 0, 0.08);
}

/* line 150, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_select.scss */
.select-dropdown.dropdown-content li.selected {
  background-color: rgba(0, 0, 0, 0.03);
}

/* line 157, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_select.scss */
.prefix ~ .select-wrapper {
  margin-left: 3rem;
  width: 92%;
  width: calc(100% - 3rem);
}

/* line 163, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_select.scss */
.prefix ~ label {
  margin-left: 3rem;
}

/* line 167, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_select.scss */
.select-dropdown li img {
  height: 40px;
  width: 40px;
  margin: 5px 15px;
  float: right;
}

/* line 176, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_select.scss */
.select-dropdown li.optgroup {
  border-top: 1px solid #eee;
}

/* line 179, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_select.scss */
.select-dropdown li.optgroup.selected > span {
  color: rgba(0, 0, 0, 0.7);
}

/* line 183, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_select.scss */
.select-dropdown li.optgroup > span {
  color: rgba(0, 0, 0, 0.4);
}

/* line 187, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_select.scss */
.select-dropdown li.optgroup ~ li.optgroup-option {
  padding-left: 1rem;
}

/* File Input
   ========================================================================== */
/* line 4, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_file-input.scss */
.file-field {
  position: relative;
}

/* line 7, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_file-input.scss */
.file-field .file-path-wrapper {
  overflow: hidden;
  padding-left: 10px;
}

/* line 12, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_file-input.scss */
.file-field input.file-path {
  width: 100%;
}

/* line 14, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_file-input.scss */
.file-field .btn, .file-field .btn-large, .file-field .btn-small {
  float: left;
  height: 3rem;
  line-height: 3rem;
}

/* line 20, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_file-input.scss */
.file-field span {
  cursor: pointer;
}

/* line 24, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/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, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_file-input.scss */
.file-field input[type=file]::-webkit-file-upload-button {
  display: none;
}

/* Range
   ========================================================================== */
/* line 4, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_range.scss */
.range-field {
  position: relative;
}

/* line 8, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_range.scss */
input[type=range],
input[type=range] + .thumb {
  cursor: pointer;
}

/* line 14, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/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, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_range.scss */
input[type=range]:focus {
  outline: none;
}

/* line 28, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/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, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/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, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_range.scss */
input[type=range] + .thumb.active {
  border-radius: 50% 50% 50% 0;
}

/* line 54, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_range.scss */
input[type=range] + .thumb.active .value {
  color: #fff;
  margin-left: -1px;
  margin-top: 8px;
  font-size: 10px;
}

/* line 80, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_range.scss */
input[type=range] {
  -webkit-appearance: none;
}

/* line 84, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_range.scss */
input[type=range]::-webkit-slider-runnable-track {
  height: 3px;
  background: #c2c0c2;
  border: none;
}

/* line 88, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_range.scss */
input[type=range]::-webkit-slider-thumb {
  border: none;
  height: 14px;
  width: 14px;
  border-radius: 50%;
  background: #26a69a;
  -webkit-transition: box-shadow .3s;
  transition: box-shadow .3s;
  -webkit-appearance: none;
  background-color: #26a69a;
  transform-origin: 50% 50%;
  margin: -5px 0 0 0;
}

/* line 97, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_range.scss */
.keyboard-focused input[type=range]:focus:not(.active)::-webkit-slider-thumb {
  box-shadow: 0 0 0 10px rgba(38, 166, 154, 0.26);
}

/* line 102, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/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 109, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_range.scss */
input[type=range]::-moz-range-track {
  height: 3px;
  background: #c2c0c2;
  border: none;
}

/* line 113, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_range.scss */
input[type=range]::-moz-focus-inner {
  border: 0;
}

/* line 117, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_range.scss */
input[type=range]::-moz-range-thumb {
  border: none;
  height: 14px;
  width: 14px;
  border-radius: 50%;
  background: #26a69a;
  -moz-transition: box-shadow .3s;
  transition: box-shadow .3s;
  margin-top: -5px;
}

/* line 123, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_range.scss */
input[type=range]:-moz-focusring {
  outline: 1px solid #fff;
  outline-offset: -1px;
}

/* line 128, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_range.scss */
.keyboard-focused input[type=range]:focus:not(.active)::-moz-range-thumb {
  box-shadow: 0 0 0 10px rgba(38, 166, 154, 0.26);
}

/* line 133, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/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 147, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_range.scss */
input[type=range]::-ms-fill-lower {
  background: #777;
}

/* line 151, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_range.scss */
input[type=range]::-ms-fill-upper {
  background: #ddd;
}

/* line 155, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_range.scss */
input[type=range]::-ms-thumb {
  border: none;
  height: 14px;
  width: 14px;
  border-radius: 50%;
  background: #26a69a;
  -ms-transition: box-shadow .3s;
  transition: box-shadow .3s;
}

/* line 159, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_range.scss */
.keyboard-focused input[type=range]:focus:not(.active)::-ms-thumb {
  box-shadow: 0 0 0 10px rgba(38, 166, 154, 0.26);
}

/***************
    Nav List
***************/
/* line 5, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_table_of_contents.scss */
.table-of-contents.fixed {
  position: fixed;
}

/* line 9, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_table_of_contents.scss */
.table-of-contents li {
  padding: 2px 0;
}

/* line 12, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_table_of_contents.scss */
.table-of-contents a {
  display: inline-block;
  font-weight: 300;
  color: #757575;
  padding-left: 16px;
  height: 1.5rem;
  line-height: 1.5rem;
  letter-spacing: .4;
  display: inline-block;
}

/* line 22, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_table_of_contents.scss */
.table-of-contents a:hover {
  color: #a8a8a8;
  padding-left: 15px;
  border-left: 1px solid #ee6e73;
}

/* line 27, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_table_of_contents.scss */
.table-of-contents a.active {
  font-weight: 500;
  padding-left: 14px;
  border-left: 2px solid #ee6e73;
}

/* line 1, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_sidenav.scss */
.sidenav {
  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, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_sidenav.scss */
.sidenav.right-aligned {
  right: 0;
  transform: translateX(105%);
  left: auto;
  transform: translateX(100%);
}

/* line 29, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_sidenav.scss */
.sidenav .collapsible {
  margin: 0;
}

/* line 34, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_sidenav.scss */
.sidenav li {
  float: none;
  line-height: 48px;
}

/* line 38, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_sidenav.scss */
.sidenav li.active {
  background-color: rgba(0, 0, 0, 0.05);
}

/* line 42, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_sidenav.scss */
.sidenav li > a:not(.btn):not(.btn-large):not(.btn-small):not(.btn-large):not(.btn-flat):not(.btn-floating) {
  color: rgba(0, 0, 0, 0.87);
  display: block;
  font-size: 14px;
  font-weight: 500;
  height: 48px;
  line-height: 48px;
  padding: 0 32px;
}

/* line 43, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_sidenav.scss */
.sidenav li > a:not(.btn):not(.btn-large):not(.btn-small):not(.btn-large):not(.btn-flat):not(.btn-floating):hover {
  background-color: rgba(0, 0, 0, 0.05);
}

/* line 53, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_sidenav.scss */
.sidenav li > a:not(.btn):not(.btn-large):not(.btn-small):not(.btn-large):not(.btn-flat):not(.btn-floating) > i, .sidenav li > a:not(.btn):not(.btn-large):not(.btn-small):not(.btn-large):not(.btn-flat):not(.btn-floating) > [class^="mdi-"], .sidenav li > a:not(.btn):not(.btn-large):not(.btn-small):not(.btn-large):not(.btn-flat):not(.btn-floating) li > a > [class*="mdi-"], .sidenav li > a:not(.btn):not(.btn-large):not(.btn-small):not(.btn-large):not(.btn-flat):not(.btn-floating) > 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 66, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_sidenav.scss */
.sidenav li > .btn, .sidenav li > .btn-small, .sidenav li > .btn-large, .sidenav li > .btn-flat, .sidenav li > .btn-floating {
  margin: 10px 32px;
}

/* line 70, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_sidenav.scss */
.sidenav .divider {
  margin: 8px 0 0 0;
}

/* line 74, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_sidenav.scss */
.sidenav .subheader {
  cursor: initial;
  pointer-events: none;
  color: rgba(0, 0, 0, 0.54);
  font-size: 14px;
  font-weight: 500;
  line-height: 48px;
}

/* line 75, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_sidenav.scss */
.sidenav .subheader:hover {
  background-color: transparent;
}

/* line 87, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_sidenav.scss */
.sidenav .user-view {
  position: relative;
  padding: 32px 32px 0;
  margin-bottom: 8px;
}

/* line 92, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_sidenav.scss */
.sidenav .user-view > a {
  height: auto;
  padding: 0;
}

/* line 93, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_sidenav.scss */
.sidenav .user-view > a:hover {
  background-color: transparent;
}

/* line 98, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_sidenav.scss */
.sidenav .user-view .background {
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}

/* line 108, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_sidenav.scss */
.sidenav .user-view .circle, .sidenav .user-view .name, .sidenav .user-view .email {
  display: block;
}

/* line 112, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_sidenav.scss */
.sidenav .user-view .circle {
  height: 64px;
  width: 64px;
}

/* line 117, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_sidenav.scss */
.sidenav .user-view .name,
.sidenav .user-view .email {
  font-size: 14px;
  line-height: 24px;
}

/* line 123, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_sidenav.scss */
.sidenav .user-view .name {
  margin-top: 16px;
  font-weight: 500;
}

/* line 128, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_sidenav.scss */
.sidenav .user-view .email {
  padding-bottom: 16px;
  font-weight: 400;
}

/* line 137, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_sidenav.scss */
.drag-target {
  height: 100%;
  width: 10px;
  position: fixed;
  top: 0;
  z-index: 998;
}

/* line 139, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_sidenav.scss */
.drag-target.right-aligned {
  right: 0;
}

/* line 152, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_sidenav.scss */
.sidenav.sidenav-fixed {
  left: 0;
  transform: translateX(0);
  position: fixed;
}

/* line 154, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_sidenav.scss */
.sidenav.sidenav-fixed.right-aligned {
  right: 0;
  left: auto;
}

@media only screen and (max-width : 992px) {
  /* line 167, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_sidenav.scss */
  .sidenav.sidenav-fixed {
    transform: translateX(-105%);
  }
  /* line 170, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_sidenav.scss */
  .sidenav.sidenav-fixed.right-aligned {
    transform: translateX(105%);
  }
  /* line 175, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_sidenav.scss */
  .sidenav > a {
    padding: 0 16px;
  }
  /* line 179, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_sidenav.scss */
  .sidenav .user-view {
    padding: 16px 16px 0;
  }
}

/* line 186, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_sidenav.scss */
.sidenav .collapsible-body > ul:not(.collapsible) > li.active,
.sidenav.sidenav-fixed .collapsible-body > ul:not(.collapsible) > li.active {
  background-color: #ee6e73;
}

/* line 189, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_sidenav.scss */
.sidenav .collapsible-body > ul:not(.collapsible) > li.active a,
.sidenav.sidenav-fixed .collapsible-body > ul:not(.collapsible) > li.active a {
  color: #fff;
}

/* line 193, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_sidenav.scss */
.sidenav .collapsible-body {
  padding: 0;
}

/* line 198, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_sidenav.scss */
.sidenav-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
  height: 120vh;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 997;
  display: none;
}

/*
    @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, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_preloader.scss */
.preloader-wrapper {
  display: inline-block;
  position: relative;
  width: 50px;
  height: 50px;
}

/* line 36, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_preloader.scss */
.preloader-wrapper.small {
  width: 36px;
  height: 36px;
}

/* line 41, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_preloader.scss */
.preloader-wrapper.big {
  width: 64px;
  height: 64px;
}

/* line 46, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/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, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_preloader.scss */
.spinner-layer {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  border-color: #26a69a;
}

/* line 69, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_preloader.scss */
.spinner-blue,
.spinner-blue-only {
  border-color: #4285f4;
}

/* line 74, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_preloader.scss */
.spinner-red,
.spinner-red-only {
  border-color: #db4437;
}

/* line 79, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_preloader.scss */
.spinner-yellow,
.spinner-yellow-only {
  border-color: #f4b400;
}

/* line 84, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/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, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/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, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/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, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/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, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/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, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/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, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_preloader.scss */
.gap-patch {
  position: absolute;
  top: 0;
  left: 45%;
  width: 10%;
  height: 100%;
  overflow: hidden;
  border-color: inherit;
}

/* line 239, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_preloader.scss */
.gap-patch .circle {
  width: 1000%;
  left: -450%;
}

/* line 244, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_preloader.scss */
.circle-clipper {
  display: inline-block;
  position: relative;
  width: 50%;
  height: 100%;
  overflow: hidden;
  border-color: inherit;
}

/* line 252, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/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, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_preloader.scss */
.circle-clipper.left .circle {
  left: 0;
  border-right-color: transparent !important;
  transform: rotate(129deg);
}

/* line 274, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_preloader.scss */
.circle-clipper.right .circle {
  left: -100%;
  border-left-color: transparent !important;
  transform: rotate(-129deg);
}

/* line 284, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/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, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/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, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/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, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_slider.scss */
.slider {
  position: relative;
  height: 400px;
  width: 100%;
}

/* line 7, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_slider.scss */
.slider.fullscreen {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

/* line 16, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_slider.scss */
.slider.fullscreen ul.slides {
  height: 100%;
}

/* line 20, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_slider.scss */
.slider.fullscreen ul.indicators {
  z-index: 2;
  bottom: 30px;
}

/* line 26, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_slider.scss */
.slider .slides {
  background-color: #9e9e9e;
  margin: 0;
  height: 400px;
}

/* line 31, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/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, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_slider.scss */
.slider .slides li img {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
}

/* line 48, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_slider.scss */
.slider .slides li .caption {
  color: #fff;
  position: absolute;
  top: 15%;
  left: 15%;
  width: 70%;
  opacity: 0;
}

/* line 56, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_slider.scss */
.slider .slides li .caption p {
  color: #e0e0e0;
}

/* line 59, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_slider.scss */
.slider .slides li.active {
  z-index: 2;
}

/* line 66, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_slider.scss */
.slider .indicators {
  position: absolute;
  text-align: center;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
}

/* line 74, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/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, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_slider.scss */
.slider .indicators .indicator-item.active {
  background-color: #4CAF50;
}

/* line 1, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_carousel.scss */
.carousel {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 400px;
  perspective: 500px;
  transform-style: preserve-3d;
  transform-origin: 0% 50%;
}

/* line 2, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_carousel.scss */
.carousel.carousel-slider {
  top: 0;
  left: 0;
}

/* line 6, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_carousel.scss */
.carousel.carousel-slider .carousel-fixed-item {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  z-index: 1;
}

/* line 7, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_carousel.scss */
.carousel.carousel-slider .carousel-fixed-item.with-indicators {
  bottom: 68px;
}

/* line 18, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_carousel.scss */
.carousel.carousel-slider .carousel-item {
  width: 100%;
  height: 100%;
  min-height: 400px;
  position: absolute;
  top: 0;
  left: 0;
}

/* line 26, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_carousel.scss */
.carousel.carousel-slider .carousel-item h2 {
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
}

/* line 32, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_carousel.scss */
.carousel.carousel-slider .carousel-item p {
  font-size: 15px;
}

/* line 46, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_carousel.scss */
.carousel .carousel-item {
  visibility: hidden;
  width: 200px;
  height: 200px;
  position: absolute;
  top: 0;
  left: 0;
}

/* line 54, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_carousel.scss */
.carousel .carousel-item > img {
  width: 100%;
}

/* line 59, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_carousel.scss */
.carousel .indicators {
  position: absolute;
  text-align: center;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
}

/* line 67, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/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, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_carousel.scss */
.carousel .indicators .indicator-item.active {
  background-color: #fff;
}

/* line 86, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_carousel.scss */
.carousel.scrolling .carousel-item .materialboxed,
.carousel .carousel-item:not(.active) .materialboxed {
  pointer-events: none;
}

/* line 1, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_tapTarget.scss */
.tap-target-wrapper {
  width: 800px;
  height: 800px;
  position: fixed;
  z-index: 1000;
  visibility: hidden;
  transition: visibility 0s .3s;
}

/* line 10, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_tapTarget.scss */
.tap-target-wrapper.open {
  visibility: visible;
  transition: visibility 0s;
}

/* line 14, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/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, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_tapTarget.scss */
.tap-target-wrapper.open .tap-target-wave::before {
  transform: scale(1);
}

/* line 25, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/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, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/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, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_tapTarget.scss */
.tap-target-content {
  position: relative;
  display: table-cell;
}

/* line 55, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_tapTarget.scss */
.tap-target-wave {
  position: absolute;
  border-radius: 50%;
  z-index: 10001;
}

/* line 56, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/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, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_tapTarget.scss */
.tap-target-wave::before {
  transform: scale(0);
  transition: transform .3s;
}

/* line 70, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_tapTarget.scss */
.tap-target-wave::after {
  visibility: hidden;
  transition: opacity .3s, transform .3s, visibility 0s;
  z-index: -1;
}

/* line 84, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_tapTarget.scss */
.tap-target-origin {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10002;
  position: absolute !important;
}

/* line 85, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_tapTarget.scss */
.tap-target-origin:not(.btn):not(.btn-large):not(.btn-small), .tap-target-origin:not(.btn):not(.btn-large):not(.btn-small):hover {
  background: none;
}

@media only screen and (max-width: 600px) {
  /* line 99, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_tapTarget.scss */
  .tap-target, .tap-target-wrapper {
    width: 600px;
    height: 600px;
  }
}

/* line 1, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_pulse.scss */
.pulse {
  overflow: visible;
  position: relative;
}

/* line 2, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/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);
  }
}

/* Modal */
/* line 2, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_datepicker.scss */
.datepicker-modal {
  max-width: 325px;
  min-width: 300px;
  max-height: none;
}

/* line 8, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_datepicker.scss */
.datepicker-container.modal-content {
  display: flex;
  flex-direction: column;
  padding: 0;
}

/* line 14, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_datepicker.scss */
.datepicker-controls {
  display: flex;
  justify-content: space-between;
  width: 280px;
  margin: 0 auto;
}

/* line 20, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_datepicker.scss */
.datepicker-controls .selects-container {
  display: flex;
}

/* line 25, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_datepicker.scss */
.datepicker-controls .select-wrapper input {
  border-bottom: none;
  text-align: center;
  margin: 0;
}

/* line 26, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_datepicker.scss */
.datepicker-controls .select-wrapper input:focus {
  border-bottom: none;
}

/* line 34, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_datepicker.scss */
.datepicker-controls .select-wrapper .caret {
  display: none;
}

/* line 39, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_datepicker.scss */
.datepicker-controls .select-year input {
  width: 50px;
}

/* line 43, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_datepicker.scss */
.datepicker-controls .select-month input {
  width: 80px;
}

/* line 48, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_datepicker.scss */
.month-prev, .month-next {
  margin-top: 4px;
  cursor: pointer;
  background-color: transparent;
  border: none;
}

/* Date Display */
/* line 57, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_datepicker.scss */
.datepicker-date-display {
  flex: 1 auto;
  background-color: #26a69a;
  color: #fff;
  padding: 20px 22px;
  font-weight: 500;
}

/* line 64, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_datepicker.scss */
.datepicker-date-display .year-text {
  display: block;
  font-size: 1.5rem;
  line-height: 25px;
  color: rgba(255, 255, 255, 0.7);
}

/* line 71, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_datepicker.scss */
.datepicker-date-display .date-text {
  display: block;
  font-size: 2.8rem;
  line-height: 47px;
  font-weight: 500;
}

/* Calendar */
/* line 81, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_datepicker.scss */
.datepicker-calendar-container {
  flex: 2.5 auto;
}

/* line 85, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_datepicker.scss */
.datepicker-table {
  width: 280px;
  font-size: 1rem;
  margin: 0 auto;
}

/* line 90, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_datepicker.scss */
.datepicker-table thead {
  border-bottom: none;
}

/* line 94, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_datepicker.scss */
.datepicker-table th {
  padding: 10px 5px;
  text-align: center;
}

/* line 99, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_datepicker.scss */
.datepicker-table tr {
  border: none;
}

/* line 103, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_datepicker.scss */
.datepicker-table abbr {
  text-decoration: none;
  color: #999;
}

/* line 108, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_datepicker.scss */
.datepicker-table td {
  border-radius: 50%;
  padding: 0;
}

/* line 109, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_datepicker.scss */
.datepicker-table td.is-today {
  color: #26a69a;
}

/* line 113, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_datepicker.scss */
.datepicker-table td.is-selected {
  background-color: #26a69a;
  color: #fff;
}

/* line 118, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_datepicker.scss */
.datepicker-table td.is-outside-current-month, .datepicker-table td.is-disabled {
  color: rgba(0, 0, 0, 0.3);
  pointer-events: none;
}

/* line 129, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_datepicker.scss */
.datepicker-day-button {
  background-color: transparent;
  border: none;
  line-height: 38px;
  display: block;
  width: 100%;
  border-radius: 50%;
  padding: 0 5px;
  cursor: pointer;
  color: inherit;
}

/* line 130, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_datepicker.scss */
.datepicker-day-button:focus {
  background-color: rgba(43, 161, 150, 0.25);
}

/* Footer */
/* line 147, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_datepicker.scss */
.datepicker-footer {
  width: 280px;
  margin: 0 auto;
  padding-bottom: 5px;
  display: flex;
  justify-content: space-between;
}

/* line 155, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_datepicker.scss */
.datepicker-cancel,
.datepicker-clear,
.datepicker-today,
.datepicker-done {
  color: #26a69a;
  padding: 0 1rem;
}

/* line 163, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_datepicker.scss */
.datepicker-clear {
  color: #F44336;
}

/* Media Queries */
@media only screen and (min-width : 601px) {
  /* line 170, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_datepicker.scss */
  .datepicker-modal {
    max-width: 625px;
  }
  /* line 174, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_datepicker.scss */
  .datepicker-container.modal-content {
    flex-direction: row;
  }
  /* line 178, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_datepicker.scss */
  .datepicker-date-display {
    flex: 0 1 270px;
  }
  /* line 182, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_datepicker.scss */
  .datepicker-controls,
.datepicker-table,
.datepicker-footer {
    width: 320px;
  }
  /* line 188, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_datepicker.scss */
  .datepicker-day-button {
    line-height: 44px;
  }
}

/* Timepicker Containers */
/* line 2, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_timepicker.scss */
.timepicker-modal {
  max-width: 325px;
  max-height: none;
}

/* line 7, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_timepicker.scss */
.timepicker-container.modal-content {
  display: flex;
  flex-direction: column;
  padding: 0;
}

/* line 13, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_timepicker.scss */
.text-primary {
  color: white;
}

/* Clock Digital Display */
/* line 19, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_timepicker.scss */
.timepicker-digital-display {
  flex: 1 auto;
  background-color: #26a69a;
  padding: 10px;
  font-weight: 300;
}

/* line 26, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_timepicker.scss */
.timepicker-text-container {
  font-size: 4rem;
  font-weight: bold;
  text-align: center;
  color: rgba(255, 255, 255, 0.6);
  font-weight: 400;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

/* line 36, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_timepicker.scss */
.timepicker-span-hours,
.timepicker-span-minutes,
.timepicker-span-am-pm div {
  cursor: pointer;
}

/* line 42, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_timepicker.scss */
.timepicker-span-hours {
  margin-right: 3px;
}

/* line 46, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_timepicker.scss */
.timepicker-span-minutes {
  margin-left: 3px;
}

/* line 50, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_timepicker.scss */
.timepicker-display-am-pm {
  font-size: 1.3rem;
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  font-weight: 400;
}

/* Analog Clock Display */
/* line 60, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_timepicker.scss */
.timepicker-analog-display {
  flex: 2.5 auto;
}

/* line 64, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_timepicker.scss */
.timepicker-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 77, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_timepicker.scss */
.timepicker-canvas,
.timepicker-dial {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

/* line 85, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_timepicker.scss */
.timepicker-minutes {
  visibility: hidden;
}

/* line 89, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_timepicker.scss */
.timepicker-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;
  font-size: 15px;
}

/* line 101, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_timepicker.scss */
.timepicker-tick.active,
.timepicker-tick:hover {
  background-color: rgba(38, 166, 154, 0.25);
}

/* line 105, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_timepicker.scss */
.timepicker-dial {
  transition: transform 350ms, opacity 350ms;
}

/* line 108, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_timepicker.scss */
.timepicker-dial-out {
  opacity: 0;
}

/* line 109, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_timepicker.scss */
.timepicker-dial-out.timepicker-hours {
  transform: scale(1.1, 1.1);
}

/* line 113, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_timepicker.scss */
.timepicker-dial-out.timepicker-minutes {
  transform: scale(0.8, 0.8);
}

/* line 119, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_timepicker.scss */
.timepicker-canvas {
  transition: opacity 175ms;
}

/* line 122, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_timepicker.scss */
.timepicker-canvas line {
  stroke: #26a69a;
  stroke-width: 4;
  stroke-linecap: round;
}

/* line 128, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_timepicker.scss */
.timepicker-canvas-out {
  opacity: 0.25;
}

/* line 131, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_timepicker.scss */
.timepicker-canvas-bearing {
  stroke: none;
  fill: #26a69a;
}

/* line 135, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_timepicker.scss */
.timepicker-canvas-bg {
  stroke: none;
  fill: #26a69a;
}

/* Footer */
/* line 142, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_timepicker.scss */
.timepicker-footer {
  margin: 0 auto;
  padding: 5px 1rem;
  display: flex;
  justify-content: space-between;
}

/* line 149, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_timepicker.scss */
.timepicker-clear {
  color: #F44336;
}

/* line 153, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_timepicker.scss */
.timepicker-close {
  color: #26a69a;
}

/* line 157, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_timepicker.scss */
.timepicker-clear,
.timepicker-close {
  padding: 0 20px;
}

/* Media Queries */
@media only screen and (min-width : 601px) {
  /* line 164, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_timepicker.scss */
  .timepicker-modal {
    max-width: 600px;
  }
  /* line 168, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_timepicker.scss */
  .timepicker-container.modal-content {
    flex-direction: row;
  }
  /* line 172, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_timepicker.scss */
  .timepicker-text-container {
    top: 32%;
  }
  /* line 176, ../usr/local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_timepicker.scss */
  .timepicker-display-am-pm {
    position: relative;
    right: auto;
    bottom: auto;
    text-align: center;
    margin-top: 1.2rem;
  }
}

/* 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;
}
@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 36, app/assets/stylesheets/admin/pdf.scss */
body {
  font-family: "Avenir", sans-serif;
}

/* line 44, app/assets/stylesheets/admin/pdf.scss */
.pdf-table td {
  position: relative;
  height: 200px;
  vertical-align: top;
}

/* line 49, app/assets/stylesheets/admin/pdf.scss */
.pdf-table .table-block::before {
  content: "";
  height: 100%;
  float: left;
  visibility: hidden;
}

/* line 58, app/assets/stylesheets/admin/pdf.scss */
ul {
  list-style: disc;
  margin-left: 20px;
}

/* line 59, app/assets/stylesheets/admin/pdf.scss */
ol {
  list-style: decimal;
  margin-left: 20px;
}

/* line 60, app/assets/stylesheets/admin/pdf.scss */
li {
  margin: 2px 0;
}

/* line 61, app/assets/stylesheets/admin/pdf.scss */
.block, .block * {
  overflow: visible !important;
}

/* line 62, app/assets/stylesheets/admin/pdf.scss */
.page-break {
  page-break-before: always;
}

/* line 64, app/assets/stylesheets/admin/pdf.scss */
.fit-one .inner {
  font-size: 90%;
  /* shrink slightly */
  line-height: 1.2;
}

/* line 69, app/assets/stylesheets/admin/pdf.scss */
.page-break {
  page-break-after: always;
}

/* line 70, app/assets/stylesheets/admin/pdf.scss */
.bottom-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  height: 80px;
  page-break-inside: avoid;
}

/* line 79, app/assets/stylesheets/admin/pdf.scss */
.block, .block * {
  overflow: hidden !important;
  text-overflow: ellipsis;
  word-wrap: break-word;
  white-space: normal;
}

/* line 86, app/assets/stylesheets/admin/pdf.scss */
.pdf-table td {
  height: auto !important;
  vertical-align: top;
}

/* line 91, app/assets/stylesheets/admin/pdf.scss */
.conatiner-blocks {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}

/* line 96, app/assets/stylesheets/admin/pdf.scss */
.block {
  flex: 1 1 auto;
  min-width: 200px;
}

/* line 100, app/assets/stylesheets/admin/pdf.scss */
.pdf-wrapper {
  height: 100%;
  min-height: 100%;
  page-break-inside: avoid;
  display: flex;
  flex-direction: column;
  justify-content: stretch;
}

/* line 109, app/assets/stylesheets/admin/pdf.scss */
.pdf-wrapper.fit-auto {
  zoom: 100%;
  page-break-inside: auto;
}

/* line 115, app/assets/stylesheets/admin/pdf.scss */
.pdf-wrapper.fit-one {
  /* Use A4 height relative to content height */
  zoom: calc(297mm / var(--content-height));
  transform-origin: top left;
  page-break-after: avoid;
}

/* line 123, app/assets/stylesheets/admin/pdf.scss */
.pdf-wrapper.fit-two {
  /* Half scale of one-page fit */
  zoom: calc((297mm / var(--content-height)) * 0.5);
  transform-origin: top left;
}

/* line 131, app/assets/stylesheets/admin/pdf.scss */
.conatiner-blocks,
.block,
.inner {
  page-break-inside: avoid;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
}

/* line 138, app/assets/stylesheets/admin/pdf.scss */
.no-split {
  page-break-inside: avoid;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
}

/* line 143, app/assets/stylesheets/admin/pdf.scss */
.page {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  /* spreads blocks evenly */
}

/* line 148, app/assets/stylesheets/admin/pdf.scss */
.container-block {
  flex: 1;
  margin-bottom: 10px;
}

/* line 152, app/assets/stylesheets/admin/pdf.scss */
.container-block:last-child {
  margin-bottom: 0;
  /* no wasted gutter at bottom */
}
.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;
}
/* 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);
  }
}
@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.
 *









 */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@import url(https://app.acceptmission.com/assets/croppie/croppie-b2406134c0ff15d097cf4e0da05548f4a7d8e4a4f729a5ce667146ba0acfe4ac.css);
@import url(https://app.acceptmission.com/assets/tinymce/skins/ui/oxide/skin-7d561f9637329caa800f5fdbeaab7ce66914b5250d5c9cc2b9c1fdee372d9aca.css);
@import url(https://app.acceptmission.com/assets/t_helpers-63948302b569d11fb53ce46d957c68146855aa278199d79a8db5ed7a0ce09be2.css);
@import url(https://app.acceptmission.com/assets/tippy.js/dist/tippy-5e78d00bef6af4752ecb6002e50d805e84d1efb31049fde25f5869c43168491c.css);
/* line 370, node_modules/materialize-css/sass/components/_color.scss */
.materialize-red {
  background-color: #e51c23 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 373, node_modules/materialize-css/sass/components/_color.scss */
.grey-text {
  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;
}

/*! 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;*/
}

/* 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;
}

/**
 * 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/admin/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/admin/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/admin/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/admin/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/admin/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/admin/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/admin/owl.carousel.css */
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

/* line 52, app/assets/stylesheets/admin/owl.carousel.css */
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}

/* line 55, app/assets/stylesheets/admin/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/admin/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/admin/owl.carousel.css */
.owl-carousel.owl-loaded {
  display: block;
}

/* line 74, app/assets/stylesheets/admin/owl.carousel.css */
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

/* line 77, app/assets/stylesheets/admin/owl.carousel.css */
.owl-carousel.owl-hidden {
  opacity: 0;
}

/* line 79, app/assets/stylesheets/admin/owl.carousel.css */
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

/* line 81, app/assets/stylesheets/admin/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/admin/owl.carousel.css */
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

/* line 91, app/assets/stylesheets/admin/owl.carousel.css */
.owl-carousel.owl-rtl {
  direction: rtl;
}

/* line 93, app/assets/stylesheets/admin/owl.carousel.css */
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
/* line 97, app/assets/stylesheets/admin/owl.carousel.css */
.no-js .owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
/* line 103, app/assets/stylesheets/admin/owl.carousel.css */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}

/* line 107, app/assets/stylesheets/admin/owl.carousel.css */
.owl-carousel .owl-animated-in {
  z-index: 0;
}

/* line 110, app/assets/stylesheets/admin/owl.carousel.css */
.owl-carousel .owl-animated-out {
  z-index: 1;
}

/* line 113, app/assets/stylesheets/admin/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/admin/owl.carousel.css */
.owl-height {
  transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
/* line 131, app/assets/stylesheets/admin/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/admin/owl.carousel.css */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}

/* line 139, app/assets/stylesheets/admin/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/admin/owl.carousel.css */
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
/* line 147, app/assets/stylesheets/admin/owl.carousel.css */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

/* line 152, app/assets/stylesheets/admin/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/admin/owl.carousel.css */
.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3);
}

/* line 170, app/assets/stylesheets/admin/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/admin/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/admin/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/admin/owl.theme.css */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

/* line 13, app/assets/stylesheets/admin/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/admin/owl.theme.css */
.owl-theme .owl-nav [class*='owl-']:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none;
}

/* line 26, app/assets/stylesheets/admin/owl.theme.css */
.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}

/* line 30, app/assets/stylesheets/admin/owl.theme.css */
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}

/* line 33, app/assets/stylesheets/admin/owl.theme.css */
.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

/* line 36, app/assets/stylesheets/admin/owl.theme.css */
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}

/* line 40, app/assets/stylesheets/admin/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/admin/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/admin/../../../javascript/bundles/components/toast-style.css */
:root,
:host {
  --spacing: 0.25rem;
}

/* line 10, app/assets/stylesheets/admin/../../../javascript/bundles/components/toast-style.css */
.toast-close-btn {
  border: none;
  background: none;
  cursor: pointer;
}

/* line 16, app/assets/stylesheets/admin/../../../javascript/bundles/components/toast-style.css */
.flex {
  display: flex;
}

/* line 20, app/assets/stylesheets/admin/../../../javascript/bundles/components/toast-style.css */
.flex-1 {
  flex: 1 1 0%;
}

/* line 24, app/assets/stylesheets/admin/../../../javascript/bundles/components/toast-style.css */
.flex-col {
  flex-direction: column;
}

/* line 28, app/assets/stylesheets/admin/../../../javascript/bundles/components/toast-style.css */
.gap-2 {
  gap: calc(var(--spacing)*0.5);
}

/* line 32, app/assets/stylesheets/admin/../../../javascript/bundles/components/toast-style.css */
.p-4 {
  padding: calc(var(--spacing)*4);
}

/* line 36, app/assets/stylesheets/admin/../../../javascript/bundles/components/toast-style.css */
.p-5 {
  padding: calc(var(--spacing)*5);
}

/* line 40, app/assets/stylesheets/admin/../../../javascript/bundles/components/toast-style.css */
.h-1 {
  height: calc(var(--spacing)*0.25);
}

/* line 44, app/assets/stylesheets/admin/../../../javascript/bundles/components/toast-style.css */
.items-center {
  align-items: center;
}

/* line 48, app/assets/stylesheets/admin/../../../javascript/bundles/components/toast-style.css */
.pr-2 {
  padding-right: calc(var(--spacing)*2);
}

/* line 52, app/assets/stylesheets/admin/../../../javascript/bundles/components/toast-style.css */
.pr-5 {
  padding-right: calc(var(--spacing)*5);
}

/* line 56, app/assets/stylesheets/admin/../../../javascript/bundles/components/toast-style.css */
.w-full {
  width: 100%;
}

/* line 60, app/assets/stylesheets/admin/../../../javascript/bundles/components/toast-style.css */
.flex-shrink-0 {
  flex-shrink: 0;
}

/* Typography */
/* line 65, app/assets/stylesheets/admin/../../../javascript/bundles/components/toast-style.css */
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

/* line 70, app/assets/stylesheets/admin/../../../javascript/bundles/components/toast-style.css */
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

/* line 75, app/assets/stylesheets/admin/../../../javascript/bundles/components/toast-style.css */
.text-md {
  font-size: 1.125rem;
}

/* line 79, app/assets/stylesheets/admin/../../../javascript/bundles/components/toast-style.css */
.font-light {
  font-weight: 300;
}

/* line 83, app/assets/stylesheets/admin/../../../javascript/bundles/components/toast-style.css */
.font-medium {
  font-weight: 500;
}

/* line 87, app/assets/stylesheets/admin/../../../javascript/bundles/components/toast-style.css */
.font-semibold {
  font-weight: 600;
}

/* line 91, app/assets/stylesheets/admin/../../../javascript/bundles/components/toast-style.css */
.leading-tight {
  line-height: 1.25;
}

/* line 95, app/assets/stylesheets/admin/../../../javascript/bundles/components/toast-style.css */
.mt-0\.5 {
  margin-top: 0.125rem;
}

/* Background Colors */
/* line 100, app/assets/stylesheets/admin/../../../javascript/bundles/components/toast-style.css */
.bg-gray-50 {
  background-color: #F6F7F9;
}

/* line 104, app/assets/stylesheets/admin/../../../javascript/bundles/components/toast-style.css */
.bg-success-50 {
  background-color: #ECFDF3;
}

/* line 108, app/assets/stylesheets/admin/../../../javascript/bundles/components/toast-style.css */
.bg-danger-50 {
  background-color: #FEF3F2;
}

/* line 112, app/assets/stylesheets/admin/../../../javascript/bundles/components/toast-style.css */
.bg-warning-50 {
  background-color: #FFFAEB;
}

/* line 117, app/assets/stylesheets/admin/../../../javascript/bundles/components/toast-style.css */
.bg-blue-50 {
  background-color: #EFF4FF;
}

/* line 121, app/assets/stylesheets/admin/../../../javascript/bundles/components/toast-style.css */
.bg-primary {
  background-color: var(--color-primary);
}

/* line 125, app/assets/stylesheets/admin/../../../javascript/bundles/components/toast-style.css */
.bg-success-900 {
  background-color: #074D31;
}

/* line 129, app/assets/stylesheets/admin/../../../javascript/bundles/components/toast-style.css */
.bg-danger-900 {
  background-color: #7A271A;
}

/* line 133, app/assets/stylesheets/admin/../../../javascript/bundles/components/toast-style.css */
.bg-warning-800 {
  background-color: #93370D;
}

/* line 137, app/assets/stylesheets/admin/../../../javascript/bundles/components/toast-style.css */
.bg-blue-900 {
  background-color: #00359E;
}

/* line 141, app/assets/stylesheets/admin/../../../javascript/bundles/components/toast-style.css */
.bg-success-100\/85 {
  background-color: color-mix(in oklab, #DCFAE6 85%, transparent);
}

/* line 145, app/assets/stylesheets/admin/../../../javascript/bundles/components/toast-style.css */
.bg-danger-100\/85 {
  background-color: color-mix(in oklab, #FEE4E2 85%, transparent);
}

/* line 149, app/assets/stylesheets/admin/../../../javascript/bundles/components/toast-style.css */
.bg-warning-100\/85 {
  background-color: color-mix(in oklab, #FEF0C7 85%, transparent);
}

/* line 153, app/assets/stylesheets/admin/../../../javascript/bundles/components/toast-style.css */
.bg-blue-100 {
  background-color: #D1E0FF;
}

/* line 157, app/assets/stylesheets/admin/../../../javascript/bundles/components/toast-style.css */
.bg-blue-100\/85 {
  background-color: color-mix(in oklab, #D1E0FF 85%, transparent);
}

/* line 161, app/assets/stylesheets/admin/../../../javascript/bundles/components/toast-style.css */
.bg-gray-200 {
  background-color: #E1E4EA;
}

/* line 165, app/assets/stylesheets/admin/../../../javascript/bundles/components/toast-style.css */
.bg-gray-200\/85 {
  background-color: color-mix(in oklab, #E1E4EA 85%, transparent);
}

/* Text Colors */
/* line 170, app/assets/stylesheets/admin/../../../javascript/bundles/components/toast-style.css */
.text-success-500 {
  color: #17B26A;
}

/* line 174, app/assets/stylesheets/admin/../../../javascript/bundles/components/toast-style.css */
.text-danger-500 {
  color: #F04438;
}

/* line 178, app/assets/stylesheets/admin/../../../javascript/bundles/components/toast-style.css */
.text-warning-500 {
  color: #F79009;
}

/* line 182, app/assets/stylesheets/admin/../../../javascript/bundles/components/toast-style.css */
.text-blue-500 {
  color: #2970FF;
}

/* line 186, app/assets/stylesheets/admin/../../../javascript/bundles/components/toast-style.css */
.text-gray-500 {
  color: #5D6679;
}

/* More Background Colors */
/* line 191, app/assets/stylesheets/admin/../../../javascript/bundles/components/toast-style.css */
.bg-success-500 {
  background-color: #17B26A;
}

/* line 195, app/assets/stylesheets/admin/../../../javascript/bundles/components/toast-style.css */
.bg-danger-500 {
  background-color: #F04438;
}

/* line 199, app/assets/stylesheets/admin/../../../javascript/bundles/components/toast-style.css */
.bg-warning-500 {
  background-color: #F79009;
}

/* line 203, app/assets/stylesheets/admin/../../../javascript/bundles/components/toast-style.css */
.bg-blue-500 {
  background-color: #2970FF;
}

/*Effects*/
/* line 208, app/assets/stylesheets/admin/../../../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/admin/../../../javascript/bundles/components/toast-style.css */
.rounded {
  border-radius: 0.25rem;
}

/* line 216, app/assets/stylesheets/admin/../../../javascript/bundles/components/toast-style.css */
.rounded-lg {
  border-radius: 0.5rem;
}

/* line 220, app/assets/stylesheets/admin/../../../javascript/bundles/components/toast-style.css */
.stroke-current {
  stroke: currentColor;
}

/* line 224, app/assets/stylesheets/admin/../../../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/admin/../../../javascript/bundles/components/toast-style.css */
.hover\:bg-gray-100:hover {
  background-color: #ECEFF3;
}

/* Border Colors */
/* line 235, app/assets/stylesheets/admin/../../../javascript/bundles/components/toast-style.css */
.border-gray-200 {
  border-color: #E1E4EA;
}

/* line 239, app/assets/stylesheets/admin/../../../javascript/bundles/components/toast-style.css */
.border-success-200 {
  border-color: #ABEFC6;
}

/* line 243, app/assets/stylesheets/admin/../../../javascript/bundles/components/toast-style.css */
.border-danger-200 {
  border-color: #FECDCA;
}

/* line 247, app/assets/stylesheets/admin/../../../javascript/bundles/components/toast-style.css */
.border-warning-200 {
  border-color: #FEDF89;
}

/* line 251, app/assets/stylesheets/admin/../../../javascript/bundles/components/toast-style.css */
.border-blue-200 {
  border-color: #B2CCFF;
}

/* line 255, app/assets/stylesheets/admin/../../../javascript/bundles/components/toast-style.css */
.border-b-2 {
  border-bottom-width: 2px;
}

/* Text Colors */
/* line 260, app/assets/stylesheets/admin/../../../javascript/bundles/components/toast-style.css */
.text-gray-500 {
  color: #5D6679;
}

/* line 264, app/assets/stylesheets/admin/../../../javascript/bundles/components/toast-style.css */
.text-gray-900 {
  color: #101828;
}

/* line 268, app/assets/stylesheets/admin/../../../javascript/bundles/components/toast-style.css */
.text-success-900 {
  color: #074D31;
}

/* line 272, app/assets/stylesheets/admin/../../../javascript/bundles/components/toast-style.css */
.text-danger-900 {
  color: #7A271A;
}

/* line 276, app/assets/stylesheets/admin/../../../javascript/bundles/components/toast-style.css */
.text-warning-800 {
  color: #93370D;
}

/* line 280, app/assets/stylesheets/admin/../../../javascript/bundles/components/toast-style.css */
.text-blue-900 {
  color: #00359E;
}

/* line 284, app/assets/stylesheets/admin/../../../javascript/bundles/components/toast-style.css */
.flex-shrink-0 {
  flex-shrink: 0;
}

/* Responsiveness (Media Queries) */
@media (min-width: 768px) {
  /* line 290, app/assets/stylesheets/admin/../../../javascript/bundles/components/toast-style.css */
  .md\:max-w-\[364px\] {
    /* Note: Tailwind might escape the brackets */
    max-width: 364px;
  }
  /* line 294, app/assets/stylesheets/admin/../../../javascript/bundles/components/toast-style.css */
  .md\:min-w-\[228px\] {
    min-width: 228px;
  }
  /* line 298, app/assets/stylesheets/admin/../../../javascript/bundles/components/toast-style.css */
  .md\:p-5 {
    padding: 1.25rem;
  }
  /* line 302, app/assets/stylesheets/admin/../../../javascript/bundles/components/toast-style.css */
  .md\:pr-5 {
    padding-right: 1.25rem;
  }
  /* line 306, app/assets/stylesheets/admin/../../../javascript/bundles/components/toast-style.css */
  .md\:text-md {
    font-size: 1.125rem;
  }
}

/* Additional styles (if any from base CSS */
/*
 * 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/admin/../_info-banner.scss */
.flex {
  display: flex;
}

/* line 5, app/assets/stylesheets/admin/../_info-banner.scss */
.flex-col {
  flex-direction: column;
}

/* line 8, app/assets/stylesheets/admin/../_info-banner.scss */
.flex-wrap {
  flex-wrap: wrap;
}

/* line 11, app/assets/stylesheets/admin/../_info-banner.scss */
.items-center {
  align-items: center;
}

/* line 14, app/assets/stylesheets/admin/../_info-banner.scss */
.center-item {
  justify-content: center;
}

/* line 17, app/assets/stylesheets/admin/../_info-banner.scss */
.d-block {
  display: block;
}

/* line 20, app/assets/stylesheets/admin/../_info-banner.scss */
.inline-block {
  display: inline-block;
}

/* line 23, app/assets/stylesheets/admin/../_info-banner.scss */
.hidden {
  display: none;
}

/* Positioning */
/* line 28, app/assets/stylesheets/admin/../_info-banner.scss */
.relative {
  position: relative;
}

/* line 31, app/assets/stylesheets/admin/../_info-banner.scss */
.absolute {
  position: absolute;
}

/* line 34, app/assets/stylesheets/admin/../_info-banner.scss */
.inset-0 {
  inset: 0;
}

/* line 37, app/assets/stylesheets/admin/../_info-banner.scss */
.top-6 {
  top: 24px;
}

/* line 40, app/assets/stylesheets/admin/../_info-banner.scss */
.right-6 {
  right: 24px;
}

/* Spacing */
/* line 45, app/assets/stylesheets/admin/../_info-banner.scss */
.p-4 {
  padding: 1rem;
}

/* line 48, app/assets/stylesheets/admin/../_info-banner.scss */
.p-12 {
  padding: 3rem;
}

/* line 51, app/assets/stylesheets/admin/../_info-banner.scss */
.pb-2 {
  padding-bottom: 0.5rem;
}

/* line 54, app/assets/stylesheets/admin/../_info-banner.scss */
.pb-6 {
  padding-bottom: 1.5rem;
}

/* line 57, app/assets/stylesheets/admin/../_info-banner.scss */
.py-2 {
  padding-top: 8px;
  padding-bottom: 8px;
}

/* line 61, app/assets/stylesheets/admin/../_info-banner.scss */
.py-4 {
  padding-top: 16px;
  padding-bottom: 16px;
}

/* line 66, app/assets/stylesheets/admin/../_info-banner.scss */
.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

/* line 70, app/assets/stylesheets/admin/../_info-banner.scss */
.py-8 {
  padding-top: 32px;
  padding-bottom: 32px;
}

/* line 74, app/assets/stylesheets/admin/../_info-banner.scss */
.py-12 {
  padding-top: 48px;
  padding-bottom: 48px;
}

/* line 78, app/assets/stylesheets/admin/../_info-banner.scss */
.px-4 {
  padding-left: 16px;
  padding-right: 16px;
}

/* line 82, app/assets/stylesheets/admin/../_info-banner.scss */
.px-12 {
  padding-left: 48px;
  padding-right: 48px;
}

/* line 86, app/assets/stylesheets/admin/../_info-banner.scss */
.pr-14 {
  padding-right: 3.5rem;
}

/* line 89, app/assets/stylesheets/admin/../_info-banner.scss */
.pl-6 {
  padding-left: 1.5rem;
}

/* line 92, app/assets/stylesheets/admin/../_info-banner.scss */
.mt-0 {
  margin-top: 0;
}

/* line 95, app/assets/stylesheets/admin/../_info-banner.scss */
.gap-1\.5 {
  gap: 6px;
}

/* line 98, app/assets/stylesheets/admin/../_info-banner.scss */
.gap-4 {
  gap: 1rem;
}

/* line 101, app/assets/stylesheets/admin/../_info-banner.scss */
.gap-6 {
  gap: 24px;
}

/* Typography */
/* line 106, app/assets/stylesheets/admin/../_info-banner.scss */
.text-2xl {
  font-size: 1.875rem;
}

/* line 109, app/assets/stylesheets/admin/../_info-banner.scss */
.text-base {
  font-size: 1rem;
}

/* line 112, app/assets/stylesheets/admin/../_info-banner.scss */
.text-lg {
  font-size: 1.125rem;
  line-height: 1.5rem;
}

/* line 116, app/assets/stylesheets/admin/../_info-banner.scss */
.text-\[60px\] {
  font-size: 60px;
}

/* line 119, app/assets/stylesheets/admin/../_info-banner.scss */
.font-bold {
  font-weight: 700;
}

/* line 122, app/assets/stylesheets/admin/../_info-banner.scss */
.font-medium {
  font-weight: 500;
}

/* line 125, app/assets/stylesheets/admin/../_info-banner.scss */
.leading-none {
  line-height: 1;
}

/* line 128, app/assets/stylesheets/admin/../_info-banner.scss */
.align-middle {
  vertical-align: middle;
}

/* Colors */
/* line 133, app/assets/stylesheets/admin/../_info-banner.scss */
.bg-gray-200 {
  background-color: #eceff3;
}

/* line 136, app/assets/stylesheets/admin/../_info-banner.scss */
.bg-black {
  background: #000;
}

/* line 139, app/assets/stylesheets/admin/../_info-banner.scss */
.bg-primary {
  background: var(--color-primary);
}

/* line 142, app/assets/stylesheets/admin/../_info-banner.scss */
.text-muted {
  color: #5d6679;
}

/* line 145, app/assets/stylesheets/admin/../_info-banner.scss */
.text-white {
  color: #fff;
}

/* line 148, app/assets/stylesheets/admin/../_info-banner.scss */
.\!text-white {
  color: #fff !important;
}

/* line 152, app/assets/stylesheets/admin/../_info-banner.scss */
.text-primary {
  color: var(--color-primary);
}

/* line 155, app/assets/stylesheets/admin/../_info-banner.scss */
.stroke-current {
  stroke: currentColor;
}

/* Dimensions */
/* line 160, app/assets/stylesheets/admin/../_info-banner.scss */
.h-full {
  height: 100%;
}

/* line 163, app/assets/stylesheets/admin/../_info-banner.scss */
.w-\[auto\] {
  width: auto;
}

/* line 166, app/assets/stylesheets/admin/../_info-banner.scss */
.h-\[1em\] {
  height: 1em;
}

/* Borders and Shapes */
/* line 171, app/assets/stylesheets/admin/../_info-banner.scss */
.rounded-3xl {
  border-radius: 1.5rem;
}

/* line 174, app/assets/stylesheets/admin/../_info-banner.scss */
.rounded-full {
  border-radius: 50%;
}

/* line 177, app/assets/stylesheets/admin/../_info-banner.scss */
.rounded {
  border-radius: 4px;
}

/* line 180, app/assets/stylesheets/admin/../_info-banner.scss */
.border {
  border: 1px solid;
}

/* line 183, app/assets/stylesheets/admin/../_info-banner.scss */
.border-primary {
  border-color: var(--color-primary);
}

/* Effects */
/* line 188, app/assets/stylesheets/admin/../_info-banner.scss */
.opacity-60 {
  opacity: 0.6;
}

/* line 191, app/assets/stylesheets/admin/../_info-banner.scss */
.no-shadow {
  box-shadow: none;
}

/* Interactivity */
/* line 196, app/assets/stylesheets/admin/../_info-banner.scss */
.cursor-pointer {
  cursor: pointer;
}

/* line 199, app/assets/stylesheets/admin/../_info-banner.scss */
.pointer {
  pointer-events: auto;
}

/* Specific Components */
/* line 204, app/assets/stylesheets/admin/../_info-banner.scss */
.btn-outline-gray, .link-gray {
  transition: all 0.3s ease-in-out;
}

/* line 208, app/assets/stylesheets/admin/../_info-banner.scss */
.btn-outline-gray {
  color: #313131;
  border-color: #313131;
}

/* line 213, app/assets/stylesheets/admin/../_info-banner.scss */
.link-gray {
  color: #313131;
}

/* line 217, app/assets/stylesheets/admin/../_info-banner.scss */
.btn-outline-gray:hover {
  color: #fff;
  background: #313131;
}

/* line 222, app/assets/stylesheets/admin/../_info-banner.scss */
.link-gray:hover {
  color: #000;
}

/* line 226, app/assets/stylesheets/admin/../_info-banner.scss */
.info-banner-img {
  max-width: 400px;
  max-height: 250px;
}

/* line 231, app/assets/stylesheets/admin/../_info-banner.scss */
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

/* line 235, app/assets/stylesheets/admin/../_info-banner.scss */
.play-icon {
  transition: all 0.3s;
}

/* line 238, app/assets/stylesheets/admin/../_info-banner.scss */
.cta-link:hover .play-icon {
  opacity: 1;
}

/* Hover Effects */
/* line 243, app/assets/stylesheets/admin/../_info-banner.scss */
.text-muted:hover {
  color: inherit;
}

/* line 247, app/assets/stylesheets/admin/../_info-banner.scss */
.whitespace-nowrap {
  white-space: nowrap;
}

/* line 251, app/assets/stylesheets/admin/../_info-banner.scss */
.color-inherit {
  color: inherit;
}

/* line 255, app/assets/stylesheets/admin/../_info-banner.scss */
.\!w-auto {
  width: auto !important;
}

/* Media Queries */
@media (min-width: 768px) {
  /* line 261, app/assets/stylesheets/admin/../_info-banner.scss */
  .md\:block {
    display: block;
  }
}

/* line 40, app/assets/stylesheets/admin/admin_dashboard.scss */
body {
  font-family: "Montserrat", sans-serif;
}

/* line 52, app/assets/stylesheets/admin/admin_dashboard.scss */
:root {
  --main-dark-color: #33334f;
  --main-dark-color-hover: #3f4065;
  --main-gray-color: #f7f7f8;
  --main-red-color: #f41403;
  --side-bar-one-color: #425a71;
  --side-bar-two-color: #6991b7;
  --gray-color: #ececec;
  --inactive-gray-color: #9e9e9e;
  --anchor-global-color: #039be5;
  --first-position-color: #8fc531;
  --second-position-color: #a4c531;
  --third-position-color: #c5c031;
  --remaining-position-color: #c7c7c7;
}

/* line 68, app/assets/stylesheets/admin/admin_dashboard.scss */
.intercom-lightweight-app-launcher {
  display: block !important;
}

/* line 72, app/assets/stylesheets/admin/admin_dashboard.scss */
table {
  font-size: 14px;
}

/* line 77, app/assets/stylesheets/admin/admin_dashboard.scss */
.leo .table-sticky > thead > tr > th,
.leo .table-sticky > thead > tr > td {
  top: -1px;
  position: sticky;
}

/* line 84, app/assets/stylesheets/admin/admin_dashboard.scss */
.leo .table-height {
  height: 64%;
  display: block;
  overflow: scroll;
  width: 100%;
  position: fixed;
  max-width: 100%;
}

/* line 92, app/assets/stylesheets/admin/admin_dashboard.scss */
.leo .new-mission-flow.inbox-pages {
  width: 100%;
  max-width: 100%;
  display: inline-block;
}

/* line 97, app/assets/stylesheets/admin/admin_dashboard.scss */
.leo table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 104, app/assets/stylesheets/admin/admin_dashboard.scss */
.btn,
.btn-large {
  box-shadow: none !important;
}

/* line 109, app/assets/stylesheets/admin/admin_dashboard.scss */
.mission-report-page-btn {
  display: none;
}

/* line 113, app/assets/stylesheets/admin/admin_dashboard.scss */
#participant-idea-modal {
  overflow-y: visible;
}

/* line 115, app/assets/stylesheets/admin/admin_dashboard.scss */
#participant-idea-modal input {
  border: 1px solid #c7c7c7;
  padding: 5px 8px;
  width: 100%;
  box-sizing: inherit;
  height: 42px;
}

/* line 123, app/assets/stylesheets/admin/admin_dashboard.scss */
#participant-idea-modal .description p {
  margin-bottom: 10px;
}

/* line 129, app/assets/stylesheets/admin/admin_dashboard.scss */
#participant-idea-modal .select-wrapper .dropdown-content {
  max-height: 350px !important;
  z-index: 1200;
  margin-top: 40px;
}

/* line 133, app/assets/stylesheets/admin/admin_dashboard.scss */
#participant-idea-modal .select-wrapper .dropdown-content li {
  min-height: auto;
  line-height: initial;
}

/* line 136, app/assets/stylesheets/admin/admin_dashboard.scss */
#participant-idea-modal .select-wrapper .dropdown-content li span {
  line-height: 5px;
  padding: 15px 15px;
}

/* line 145, app/assets/stylesheets/admin/admin_dashboard.scss */
.material-icons {
  opacity: 0 !important;
}

/* line 148, app/assets/stylesheets/admin/admin_dashboard.scss */
.material_icon_display {
  opacity: 1 !important;
}

/* line 152, app/assets/stylesheets/admin/admin_dashboard.scss */
.img-btn img {
  width: 50px;
}

/* line 155, app/assets/stylesheets/admin/admin_dashboard.scss */
.idea-modal {
  width: 80% !important;
  max-height: 100% !important;
}

/* line 160, app/assets/stylesheets/admin/admin_dashboard.scss */
.card-border-reply {
  margin-right: 15px;
  height: 130px !important;
}

/* line 164, app/assets/stylesheets/admin/admin_dashboard.scss */
.reply-textbox {
  width: 80%;
  margin-left: 1% !important;
}

/* line 168, app/assets/stylesheets/admin/admin_dashboard.scss */
.reply-textbox textarea.comment-inputs {
  min-height: 100px;
}

/* line 173, app/assets/stylesheets/admin/admin_dashboard.scss */
.cross-icon-xlscreen {
  right: 0px !important;
}

/* line 176, app/assets/stylesheets/admin/admin_dashboard.scss */
.comments-list {
  height: auto;
  margin-left: 5px;
}

/* line 180, app/assets/stylesheets/admin/admin_dashboard.scss */
.comments-list .comment-row {
  padding-left: 35px !important;
  padding-top: 14px;
  position: relative;
}

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

/* line 188, app/assets/stylesheets/admin/admin_dashboard.scss */
.comments-list .comment-row .comment-title {
  font-size: 12px;
  padding-top: 5px;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
}

/* line 195, app/assets/stylesheets/admin/admin_dashboard.scss */
.comments-list .comment-row .comment-image {
  width: 30px;
  height: 30px;
  margin-right: 10px;
  margin-top: -8px;
  margin-left: -13px;
  border-radius: 50%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

/* line 206, app/assets/stylesheets/admin/admin_dashboard.scss */
.comments-list .comment-row .comment-section {
  position: relative;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 0px;
  border-radius: 5px;
  background-color: #a5d6a75e;
}

/* line 217, app/assets/stylesheets/admin/admin_dashboard.scss */
.delete .comment-actions {
  display: none;
  align-items: center;
  position: absolute;
  top: -12px;
  right: 0;
  align-items: center;
  justify-content: end;
}

/* line 226, app/assets/stylesheets/admin/admin_dashboard.scss */
.delete .comment-actions a {
  position: static !important;
}

/* line 231, app/assets/stylesheets/admin/admin_dashboard.scss */
.delete a .reply-icon {
  float: right;
  color: black;
}

/* line 241, app/assets/stylesheets/admin/admin_dashboard.scss */
.delete a .reply-icon {
  float: right;
  color: black;
}

/* line 247, app/assets/stylesheets/admin/admin_dashboard.scss */
.reply-icon {
  float: right;
  color: black;
  cursor: pointer;
}

/* line 253, app/assets/stylesheets/admin/admin_dashboard.scss */
.cross-rep-form {
  position: absolute;
  right: -38%;
  margin-left: 81px;
  margin-top: -26px;
}

/* line 260, app/assets/stylesheets/admin/admin_dashboard.scss */
.card-border {
  border: 1px solid lightgray;
  padding-right: 14px;
  padding-left: 8px;
}

/* line 265, app/assets/stylesheets/admin/admin_dashboard.scss */
.card-border textarea {
  border: none;
  border-bottom: 1px solid black;
}

/* line 269, app/assets/stylesheets/admin/admin_dashboard.scss */
.card-border .submit-comment {
  background-color: #d32f2f;
  margin-top: 20px;
  min-width: 10px;
  margin-right: -12px;
}

/* line 277, app/assets/stylesheets/admin/admin_dashboard.scss */
.criteria-show {
  opacity: 1 !important;
}

/* line 280, app/assets/stylesheets/admin/admin_dashboard.scss */
.img-btn > input {
  display: none;
}

/* line 284, app/assets/stylesheets/admin/admin_dashboard.scss */
.bookmark-color {
  color: black !important;
}

/* line 287, app/assets/stylesheets/admin/admin_dashboard.scss */
.img-btn > img {
  cursor: pointer;
  border: 2px solid transparent;
  vertical-align: middle;
  border-radius: 10px;
}

/* line 293, app/assets/stylesheets/admin/admin_dashboard.scss */
.img-btn > span {
  color: black;
  font-size: 14px;
  padding: 10px;
  letter-spacing: 0.5px;
  font-weight: 500;
}

/* line 300, app/assets/stylesheets/admin/admin_dashboard.scss */
.img-btn > input:checked + img {
  border-color: black;
}

/* line 304, app/assets/stylesheets/admin/admin_dashboard.scss */
.line {
  height: 1px;
  flex: 1;
  background: #9e9e9e;
  margin: 10px -40px 7px;
}

/* line 310, app/assets/stylesheets/admin/admin_dashboard.scss */
.no-pad-right {
  padding-right: 0 !important;
}

/* line 314, app/assets/stylesheets/admin/admin_dashboard.scss */
.nopadding {
  padding: 0 !important;
}

/* line 318, app/assets/stylesheets/admin/admin_dashboard.scss */
.flip-reply {
  transform: scaleX(-1);
  color: black;
}

/* line 323, app/assets/stylesheets/admin/admin_dashboard.scss */
.user-detail {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* line 329, app/assets/stylesheets/admin/admin_dashboard.scss */
.pad {
  padding-left: 20% !important;
}

/* line 332, app/assets/stylesheets/admin/admin_dashboard.scss */
.comments-div {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

/* line 336, app/assets/stylesheets/admin/admin_dashboard.scss */
.comments-div i {
  padding-left: 5px;
}

/* line 339, app/assets/stylesheets/admin/admin_dashboard.scss */
.comments-div p {
  margin: 0;
  padding-left: 60% !important;
}

/* line 343, app/assets/stylesheets/admin/admin_dashboard.scss */
.comments-div .material-iconss {
  font-size: 30px;
}

/*Author*/
/* line 348, app/assets/stylesheets/admin/admin_dashboard.scss */
.author {
  position: fixed;
  bottom: 10px;
  right: 10px;
  background: black;
  padding: 3px;
  border-radius: 5px;
}

/* line 356, app/assets/stylesheets/admin/admin_dashboard.scss */
.author p {
  text-align: center;
  padding: 5px 10px;
  margin: 0;
  color: white;
  border: 2px solid lightgrey;
  border-radius: 5px;
}

/* line 364, app/assets/stylesheets/admin/admin_dashboard.scss */
.author a {
  color: lightgrey;
}

/* line 368, app/assets/stylesheets/admin/admin_dashboard.scss */
.main-dark-color {
  background-color: #33334f !important;
}

/* line 372, app/assets/stylesheets/admin/admin_dashboard.scss */
.darkblue {
  color: #33334f;
  margin-left: 7px;
  font-size: 29px !important;
  margin-top: 1px;
}

/* line 379, app/assets/stylesheets/admin/admin_dashboard.scss */
table td,
table th {
  border: none !important;
}

/* line 384, app/assets/stylesheets/admin/admin_dashboard.scss */
.font-main-dar-color {
  color: #33334f !important;
}

/* line 387, app/assets/stylesheets/admin/admin_dashboard.scss */
.font-white-color {
  color: white !important;
}

/* line 391, app/assets/stylesheets/admin/admin_dashboard.scss */
.fixed-top-padding {
  top: 63px;
}

/* line 395, app/assets/stylesheets/admin/admin_dashboard.scss */
.remove-user {
  background-color: #33334f;
  margin-bottom: 2px;
}

/* line 399, app/assets/stylesheets/admin/admin_dashboard.scss */
.header {
  position: sticky;
  background-color: #33334f;
  left: 0;
  top: 0;
  border-bottom: 2px solid #f62a01;
  z-index: 3;
}

/* line 409, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-logo {
  padding: 5px 8px;
}

/* line 413, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-logo img {
  width: 140px;
}

/* line 417, app/assets/stylesheets/admin/admin_dashboard.scss */
.user-notification-pop {
  background-color: transparent;
  padding: 7px;
  position: absolute;
  top: 3px;
  right: 36px;
  border-radius: 50%;
}

/* line 425, app/assets/stylesheets/admin/admin_dashboard.scss */
.notification-profile-avatar {
  right: 140px;
  z-index: 10000;
}

/* line 430, app/assets/stylesheets/admin/admin_dashboard.scss */
.user-drop {
  position: relative;
}

/* line 434, app/assets/stylesheets/admin/admin_dashboard.scss */
.user-avatar-dropdown-menu {
  top: 58px !important;
  width: 200px !important;
  right: 0px !important;
  left: inherit !important;
}

/* line 439, app/assets/stylesheets/admin/admin_dashboard.scss */
.user-avatar-dropdown-menu .pro-inner {
  width: 100%;
  padding: 18px 10px 12px 10px;
  display: none;
}

/* line 443, app/assets/stylesheets/admin/admin_dashboard.scss */
.user-avatar-dropdown-menu .pro-inner img {
  width: 35px;
  margin-right: 5px;
}

/* line 448, app/assets/stylesheets/admin/admin_dashboard.scss */
.user-avatar-dropdown-menu .pro-inner .name h5 {
  color: #344054;
  font-size: 15px;
  margin: 0;
}

/* line 453, app/assets/stylesheets/admin/admin_dashboard.scss */
.user-avatar-dropdown-menu .pro-inner .name p {
  color: #344054;
  font-size: 12px;
  margin: 2px 0px 0px 0px;
  line-height: normal;
}

/* line 461, app/assets/stylesheets/admin/admin_dashboard.scss */
.user-avatar-dropdown-menu .flex-box {
  display: flex;
  align-items: center;
  width: 100%;
}

/* line 466, app/assets/stylesheets/admin/admin_dashboard.scss */
.user-avatar-dropdown-menu .home-li {
  border-bottom: 1px solid #e1e4ea;
  /* border-top: 1px solid #E1E4EA; */
  margin-bottom: 10px;
  margin-top: 2px;
}

/* line 472, app/assets/stylesheets/admin/admin_dashboard.scss */
.user-avatar-dropdown-menu .side-bar-icon-img {
  margin-right: 8px;
}

/* line 474, app/assets/stylesheets/admin/admin_dashboard.scss */
[dir=rtl] .user-avatar-dropdown-menu .side-bar-icon-img {
  margin-left: 8px;
  transform: scaleX(-1);
}

/* line 480, app/assets/stylesheets/admin/admin_dashboard.scss */
.user-avatar-dropdown-menu li a {
  color: #344054;
}

/* line 482, app/assets/stylesheets/admin/admin_dashboard.scss */
.user-avatar-dropdown-menu li a p {
  color: #344054;
}

/* line 487, app/assets/stylesheets/admin/admin_dashboard.scss */
.user-avatar-dropdown-menu .sub-p-r {
  padding-left: 26px;
}

/* line 490, app/assets/stylesheets/admin/admin_dashboard.scss */
.user-avatar-dropdown-menu .settings-li {
  border-top: 1px solid #e1e4ea;
  margin-top: 12px;
}

/* line 496, app/assets/stylesheets/admin/admin_dashboard.scss */
.notification-icon {
  position: relative;
  left: 30px;
}

/* line 501, app/assets/stylesheets/admin/admin_dashboard.scss */
.picker__date-display {
  background-color: #33334f;
}

/* line 504, app/assets/stylesheets/admin/admin_dashboard.scss */
.picker__day.picker__day--today {
  color: #33334f;
}

/* line 507, app/assets/stylesheets/admin/admin_dashboard.scss */
.picker__day--selected,
.picker__day--selected:hover,
.picker--focused .picker__day--selected {
  background-color: #33334f;
  transform: scale(0.8, 0.8);
}

/* line 513, app/assets/stylesheets/admin/admin_dashboard.scss */
.picker__close {
  color: #33334f;
}

/* line 516, app/assets/stylesheets/admin/admin_dashboard.scss */
.picker__today {
  color: #33334f;
}

/* line 519, app/assets/stylesheets/admin/admin_dashboard.scss */
.clockpicker-tick:hover {
  background: #33334f;
  opacity: 0.5;
}

/* line 523, app/assets/stylesheets/admin/admin_dashboard.scss */
.clockpicker-canvas line {
  stroke: #33334f;
  opacity: 0.5;
  stroke-width: 1px;
}

/* line 528, app/assets/stylesheets/admin/admin_dashboard.scss */
.clockpicker-canvas-bearing {
  fill: #33334f;
  opacity: 0.5;
}

/* line 532, app/assets/stylesheets/admin/admin_dashboard.scss */
.clockpicker-canvas-bg {
  fill: #33334f;
  opacity: 0.5;
}

/* line 536, app/assets/stylesheets/admin/admin_dashboard.scss */
.picker__wrap {
  display: flex;
  width: 60%;
  margin-left: 150px;
}

/* line 541, app/assets/stylesheets/admin/admin_dashboard.scss */
.picker__box {
  display: block;
}

/* line 544, app/assets/stylesheets/admin/admin_dashboard.scss */
.picker__weekday-display,
.picker__month-display,
.picker__day-display {
  font-size: 20px;
}

/* line 549, app/assets/stylesheets/admin/admin_dashboard.scss */
.picker__year-display {
  font-size: 18px;
}

/* line 562, app/assets/stylesheets/admin/admin_dashboard.scss */
.notification-badge {
  background-color: red;
  color: white !important;
  border-radius: 50px;
  padding: 2px 9px !important;
  position: absolute;
  right: 3px;
  top: 10px;
  font-size: 0.7em;
}

/* line 573, app/assets/stylesheets/admin/admin_dashboard.scss */
.notification-dropdown {
  position: absolute;
  top: 0px;
  right: 103px;
}

/* line 579, app/assets/stylesheets/admin/admin_dashboard.scss */
.notification-dropdown-menu {
  top: 56px !important;
  width: 300px !important;
}

/* line 584, app/assets/stylesheets/admin/admin_dashboard.scss */
#notifications {
  top: 54px !important;
  position: relative;
  border-top: 2px solid #f31403;
}

/* line 590, app/assets/stylesheets/admin/admin_dashboard.scss */
#notifications a {
  color: black;
  font-size: 14px;
  background: none;
}

/* line 595, app/assets/stylesheets/admin/admin_dashboard.scss */
#notifications .material-icons {
  position: relative;
  top: -17px;
}

/* line 599, app/assets/stylesheets/admin/admin_dashboard.scss */
#notifications .notification-details {
  position: relative;
  padding-left: 20px;
}

/* line 603, app/assets/stylesheets/admin/admin_dashboard.scss */
#notifications .time {
  left: -15px;
  position: relative;
}

/* line 609, app/assets/stylesheets/admin/admin_dashboard.scss */
.notifications-show {
  display: block;
}

/* line 622, app/assets/stylesheets/admin/admin_dashboard.scss */
.notification-head {
  font-size: 13px;
  padding-left: 15px;
  height: 30px;
  line-height: 30px;
  color: #33334f;
  background-color: #f7f7f8;
}

/* line 631, app/assets/stylesheets/admin/admin_dashboard.scss */
#notifications li {
  border-top: 1px solid #dadada;
  background-color: #eaeaea;
  font-size: 14px;
}

/* line 637, app/assets/stylesheets/admin/admin_dashboard.scss */
#notifications img {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* line 644, app/assets/stylesheets/admin/admin_dashboard.scss */
#notifications i {
  font-size: 17px;
  vertical-align: sub;
}

/* line 648, app/assets/stylesheets/admin/admin_dashboard.scss */
#notifications li:hover {
  background-color: white;
}

/* line 652, app/assets/stylesheets/admin/admin_dashboard.scss */
.main-admin-gradient-bg {
  box-sizing: border-box;
  position: absolute !important;
  overflow-y: hidden;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0 !important;
}

/* line 669, app/assets/stylesheets/admin/admin_dashboard.scss */
.create-tag-button {
  height: 33px;
  margin-top: -33px;
  width: 115px;
  font-size: 1 rem;
  background-color: #d32f2f !important;
}

/* line 676, app/assets/stylesheets/admin/admin_dashboard.scss */
.draggable_row {
  cursor: grab;
}

/* line 679, app/assets/stylesheets/admin/admin_dashboard.scss */
.create-button:hover {
  background-color: red;
}

/* line 683, app/assets/stylesheets/admin/admin_dashboard.scss */
.create-button:visited {
  background-color: red;
}

/* line 686, app/assets/stylesheets/admin/admin_dashboard.scss */
.create-buton:hover {
  background-color: red;
}

/* line 690, app/assets/stylesheets/admin/admin_dashboard.scss */
.add-department-btn {
  height: 37px !important;
  border-radius: 95px !important;
}

/* line 694, app/assets/stylesheets/admin/admin_dashboard.scss */
.strategic-domains-category-department-stages-statuses-icons {
  margin-top: 4px;
  float: right;
  cursor: pointer;
}

/* line 700, app/assets/stylesheets/admin/admin_dashboard.scss */
.criteria-actions i {
  margin-top: 4px;
  cursor: pointer;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 18px;
}

/* line 709, app/assets/stylesheets/admin/admin_dashboard.scss */
#criteria-modal .add-button {
  min-width: 80px;
  font-size: 10px;
  height: 27px;
  line-height: 28px;
}

/* line 717, app/assets/stylesheets/admin/admin_dashboard.scss */
.drag-category-icon {
  position: absolute;
  margin-top: 4px;
  cursor: pointer;
}

/* line 722, app/assets/stylesheets/admin/admin_dashboard.scss */
.drag-department-icon {
  position: absolute;
  margin-top: 4px;
  cursor: pointer;
}

/* line 728, app/assets/stylesheets/admin/admin_dashboard.scss */
.department-chip {
  margin-left: 33px;
}

/* line 731, app/assets/stylesheets/admin/admin_dashboard.scss */
#chip-text-input {
  border: solid;
  width: 217px;
  border-radius: 50px;
  height: 37px;
  padding-left: 16px;
  padding-right: 16px;
}

/* line 739, app/assets/stylesheets/admin/admin_dashboard.scss */
.edit-chip-input {
  border: solid;
  width: 217px;
  border-radius: 50px;
  height: 37px;
  padding-left: 16px;
  padding-right: 16px;
}

/* line 747, app/assets/stylesheets/admin/admin_dashboard.scss */
#department-chip-text-input {
  border: solid;
  width: 217px;
  border-radius: 50px;
  height: 37px;
  padding-left: 16px;
  padding-right: 16px;
}

/* line 755, app/assets/stylesheets/admin/admin_dashboard.scss */
.department-edit-chip-input {
  border: solid;
  width: 217px;
  border-radius: 50px;
  height: 37px;
  padding-left: 16px;
  padding-right: 16px;
}

/* line 763, app/assets/stylesheets/admin/admin_dashboard.scss */
.plus-symbol-category {
  color: black !important;
  margin-top: -10px !important;
}

/* line 767, app/assets/stylesheets/admin/admin_dashboard.scss */
.plus-symbol-department {
  color: black !important;
  margin-top: -10px !important;
}

/* line 772, app/assets/stylesheets/admin/admin_dashboard.scss */
.setting-header {
  margin-top: 4px;
  font-weight: bold;
  color: black;
}

/* line 777, app/assets/stylesheets/admin/admin_dashboard.scss */
.collapsible-header-setting {
  background-color: lightgray;
  padding: 0.2rem;
}

/* line 783, app/assets/stylesheets/admin/admin_dashboard.scss */
.strategic-expand-more {
  margin-left: 68%;
}

/* line 786, app/assets/stylesheets/admin/admin_dashboard.scss */
.status-setting-expand-more {
  margin-left: 83%;
}

/* line 789, app/assets/stylesheets/admin/admin_dashboard.scss */
.stage-setting-expand-more {
  margin-left: 83%;
}

/* line 792, app/assets/stylesheets/admin/admin_dashboard.scss */
.setting-link {
  cursor: pointer !important;
}

/* line 795, app/assets/stylesheets/admin/admin_dashboard.scss */
.input-field .dropdown-content [type="checkbox"] + label {
  top: 0;
  /* previously 1px; */
  display: inline;
  /* previously inherits `display: inline-block;` from `[type="checkbox"]+label` */
}

/* line 800, app/assets/stylesheets/admin/admin_dashboard.scss */
.idea-description-content .tox-tinymce {
  height: 500px !important;
}

/* line 804, app/assets/stylesheets/admin/admin_dashboard.scss */
.active_ideation_link {
  cursor: pointer !important;
}

/* line 807, app/assets/stylesheets/admin/admin_dashboard.scss */
.ideation_mission_link {
  cursor: pointer !important;
}

/* line 810, app/assets/stylesheets/admin/admin_dashboard.scss */
.ideation_ideas_link {
  cursor: pointer !important;
}

/* line 813, app/assets/stylesheets/admin/admin_dashboard.scss */
.active-inboxes-link {
  cursor: pointer !important;
}

/* line 816, app/assets/stylesheets/admin/admin_dashboard.scss */
.inbox-mission-link {
  cursor: pointer !important;
}

/* line 820, app/assets/stylesheets/admin/admin_dashboard.scss */
.idea-description-content .tox-tinymce {
  height: 300px !important;
}

/* line 824, app/assets/stylesheets/admin/admin_dashboard.scss */
.image-height {
  height: 200px !important;
}

/* line 827, app/assets/stylesheets/admin/admin_dashboard.scss */
.label-margin {
  top: -5px !important;
}

/* line 830, app/assets/stylesheets/admin/admin_dashboard.scss */
.title-padding {
  padding-top: 2px;
}

/* line 835, app/assets/stylesheets/admin/admin_dashboard.scss */
.idea-description-content-project .tox-tinymce {
  height: 200px !important;
}

/* line 839, app/assets/stylesheets/admin/admin_dashboard.scss */
.ideas-link {
  cursor: pointer !important;
}

/* line 842, app/assets/stylesheets/admin/admin_dashboard.scss */
.view-ideas-link {
  cursor: pointer !important;
}

/* line 846, app/assets/stylesheets/admin/admin_dashboard.scss */
#ideation-ideas-search {
  width: 370px;
}

/* line 849, app/assets/stylesheets/admin/admin_dashboard.scss */
.ideation_idea_table {
  width: 73%;
  margin-left: 24.7%;
}

/* line 853, app/assets/stylesheets/admin/admin_dashboard.scss */
.builder-link {
  cursor: pointer !important;
}

/* line 857, app/assets/stylesheets/admin/admin_dashboard.scss */
.ideas-user-image img {
  width: 45px;
  height: 44px;
  border-radius: 40px;
}

/* line 865, app/assets/stylesheets/admin/admin_dashboard.scss */
.ideation_idea_table tr td {
  padding: 3px;
}

/* line 871, app/assets/stylesheets/admin/admin_dashboard.scss */
.ideas-image img {
  width: 60px;
  height: 20px;
}

/* line 876, app/assets/stylesheets/admin/admin_dashboard.scss */
.participant-link {
  cursor: pointer !important;
}

/* line 880, app/assets/stylesheets/admin/admin_dashboard.scss */
.side-bar {
  height: 100%;
  width: 220px;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  background-color: white;
  color: #344054;
  overflow-x: hidden;
  padding: 0px 0px 20px 0px;
  box-shadow: none;
  border-right: 1px solid #e1e4ea;
  transition: all 0.2s ease;
}

/* line 887, app/assets/stylesheets/admin/admin_dashboard.scss */
[dir=rtl] .side-bar {
  right: 0;
  left: inherit;
}

/* line 904, app/assets/stylesheets/admin/admin_dashboard.scss */
.side-bar .logo {
  margin-bottom: 0px;
  display: flex;
  align-items: center;
}

/* line 910, app/assets/stylesheets/admin/admin_dashboard.scss */
.side-bar .logo a {
  padding: 0px 4px;
  width: 100%;
}

/* line 913, app/assets/stylesheets/admin/admin_dashboard.scss */
.side-bar .logo a:hover {
  background-color: transparent;
}

/* line 916, app/assets/stylesheets/admin/admin_dashboard.scss */
.side-bar .logo a::before {
  display: none;
}

/* line 920, app/assets/stylesheets/admin/admin_dashboard.scss */
.side-bar .logo .logo-admin {
  border: none !important;
  padding: 12px 10px 12px 10px;
  width: 100%;
  display: flex;
  align-items: center;
}

/* line 926, app/assets/stylesheets/admin/admin_dashboard.scss */
.side-bar .logo .logo-admin:hover {
  background-color: transparent !important;
  border: none !important;
}

/* line 930, app/assets/stylesheets/admin/admin_dashboard.scss */
.side-bar .logo .logo-admin img {
  width: 100%;
}

/* line 935, app/assets/stylesheets/admin/admin_dashboard.scss */
.side-bar .sidebar-heading {
  color: white;
  font-size: 18px;
  letter-spacing: 0.5px;
  padding: 0px 14px;
  font-weight: 400;
  margin: 12px 0px 20px 0px;
}

/* line 942, app/assets/stylesheets/admin/admin_dashboard.scss */
.side-bar .sidebar-heading a {
  padding: 0;
  border: none;
}

/* line 945, app/assets/stylesheets/admin/admin_dashboard.scss */
.side-bar .sidebar-heading a:hover {
  background-color: transparent;
  border: none !important;
}

/* line 951, app/assets/stylesheets/admin/admin_dashboard.scss */
.side-bar .side-bar-icon-img {
  width: 18px;
  margin: 0 8px 0 1px;
}

/* line 954, app/assets/stylesheets/admin/admin_dashboard.scss */
[dir=rtl] .side-bar .side-bar-icon-img {
  margin-left: 8px;
}

/* line 958, app/assets/stylesheets/admin/admin_dashboard.scss */
.side-bar .mainmissions {
  display: flex !important;
  align-items: center;
}

/* line 962, app/assets/stylesheets/admin/admin_dashboard.scss */
.side-bar .mainsupport {
  display: flex;
  align-items: center;
}

/* line 966, app/assets/stylesheets/admin/admin_dashboard.scss */
.side-bar .side-bar-close {
  cursor: pointer;
}

/* line 970, app/assets/stylesheets/admin/admin_dashboard.scss */
.side-bar .square-logo {
  width: 48px;
  padding: 0px 5px;
  display: none;
}

/* line 976, app/assets/stylesheets/admin/admin_dashboard.scss */
.side-bar .side-bar-close .close-span {
  display: none;
}

/* line 982, app/assets/stylesheets/admin/admin_dashboard.scss */
.sidebar-active:hover a .flex-box span {
  display: block;
}

/* line 986, app/assets/stylesheets/admin/admin_dashboard.scss */
.sidebar-active:hover .square-logo {
  display: none;
}

/* line 990, app/assets/stylesheets/admin/admin_dashboard.scss */
.sidebar-active:hover .logo-admin {
  display: block !important;
  opacity: 1;
}

/* line 995, app/assets/stylesheets/admin/admin_dashboard.scss */
.sidebar-active:hover .collapsible .drop-down .collapsible-body {
  display: block !important;
}

/* line 999, app/assets/stylesheets/admin/admin_dashboard.scss */
.sidebar-active:hover a .right-arrow {
  display: block !important;
}

/* line 1003, app/assets/stylesheets/admin/admin_dashboard.scss */
.sidebar-active:hover .side-bar-close .close-span {
  display: block;
}

/* line 1007, app/assets/stylesheets/admin/admin_dashboard.scss */
.sidebar-active:hover .side-bar-close .open-span {
  display: none;
}

/* line 1011, app/assets/stylesheets/admin/admin_dashboard.scss */
.sidebar-active:hover a .flex-box span {
  display: block;
}

/* line 1015, app/assets/stylesheets/admin/admin_dashboard.scss */
.sidebar-active {
  width: 55px;
}

/* line 1017, app/assets/stylesheets/admin/admin_dashboard.scss */
.sidebar-active .logo-admin {
  display: none !important;
  opacity: 0;
}

/* line 1021, app/assets/stylesheets/admin/admin_dashboard.scss */
.sidebar-active .logo {
  flex-direction: column;
}

/* line 1024, app/assets/stylesheets/admin/admin_dashboard.scss */
.sidebar-active:hover {
  width: 220px;
}

/* line 1029, app/assets/stylesheets/admin/admin_dashboard.scss */
.sidebar-active a .flex-box span {
  display: none;
}

/* line 1033, app/assets/stylesheets/admin/admin_dashboard.scss */
.sidebar-active a .right-arrow {
  display: none;
}

/* line 1039, app/assets/stylesheets/admin/admin_dashboard.scss */
.sidebar-active .collapsible .drop-down .collapsible-body {
  display: none !important;
}

/* line 1047, app/assets/stylesheets/admin/admin_dashboard.scss */
.sidebar-active .side-bar-items-bottom-new .side-bar-close .flex-box i {
  rotate: 180deg;
}

/* line 1055, app/assets/stylesheets/admin/admin_dashboard.scss */
.sidebar-active .side-bar-items-top .update-plan-days {
  opacity: 0;
}

/* line 1060, app/assets/stylesheets/admin/admin_dashboard.scss */
.sidebar-active .square-logo {
  display: block;
}

/* line 1063, app/assets/stylesheets/admin/admin_dashboard.scss */
.sidebar-active .square-logo .logo-admin {
  display: block !important;
  opacity: 1;
  padding: 8px 2px 8px 2px;
  margin-bottom: 4px;
}

/* line 1068, app/assets/stylesheets/admin/admin_dashboard.scss */
.sidebar-active .square-logo .logo-admin img {
  height: auto;
}

/* line 1075, app/assets/stylesheets/admin/admin_dashboard.scss */
.sidebar-active:hover .logo {
  flex-direction: inherit;
}

/* line 1079, app/assets/stylesheets/admin/admin_dashboard.scss */
.page-active {
  padding-left: 80px !important;
}

/* line 1083, app/assets/stylesheets/admin/admin_dashboard.scss */
.side-bar a {
  padding: 8px 12px 8px 12px;
  text-decoration: none;
  font-size: 1em;
  color: #344054;
  border-left: 2px solid transparent;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

/* line 1099, app/assets/stylesheets/admin/admin_dashboard.scss */
.side-bar a .material-icons {
  font-size: 20px;
  margin-right: 5px;
}

/* line 1103, app/assets/stylesheets/admin/admin_dashboard.scss */
.side-bar a .flex-box {
  display: flex;
  align-items: center;
}

/* line 1107, app/assets/stylesheets/admin/admin_dashboard.scss */
.side-bar a .right-ideas-no {
  display: none;
}

/* line 1109, app/assets/stylesheets/admin/admin_dashboard.scss */
.side-bar a .right-ideas-no p {
  border: 1px solid #e1e4ea;
  padding: 2px 5px;
  font-size: 14px;
  border-radius: 6px;
}

/* line 1118, app/assets/stylesheets/admin/admin_dashboard.scss */
.side-bar a:before {
  opacity: 0;
  content: "";
  background-color: #f6f7f9;
  height: 100%;
  width: 100%;
  border-radius: 0;
  top: 0;
  left: 0;
  position: absolute;
  z-index: -1;
  -webkit-transition: all 0.2s ease;
}

/* line 1132, app/assets/stylesheets/admin/admin_dashboard.scss */
.side-bar a:hover:before {
  opacity: 1;
}

/* line 1169, app/assets/stylesheets/admin/admin_dashboard.scss */
.drop-down a:hover {
  background-color: #f6f7f9 !important;
  width: 100%;
}

/* line 1174, app/assets/stylesheets/admin/admin_dashboard.scss */
.margin-remove {
  margin: 0px !important;
}

/* line 1179, app/assets/stylesheets/admin/admin_dashboard.scss */
.side-bar::-webkit-scrollbar {
  background: white;
  width: 6px;
}

/* line 1184, app/assets/stylesheets/admin/admin_dashboard.scss */
::-webkit-scrollbar-track {
  background: white;
  /* -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); */
  /* border-radius: 10px; */
}

/* line 1190, app/assets/stylesheets/admin/admin_dashboard.scss */
::-webkit-scrollbar-thumb {
  background: #c5c5c5;
  border-radius: 0px;
}

/* line 1196, app/assets/stylesheets/admin/admin_dashboard.scss */
.side-bar:hover::-webkit-scrollbar-thumb {
  background: #c5c5c5;
  border-radius: 0px;
}

/* line 1201, app/assets/stylesheets/admin/admin_dashboard.scss */
.side-bar:hover::-webkit-scrollbar-track {
  background: white;
}

/* line 1204, app/assets/stylesheets/admin/admin_dashboard.scss */
.side-bar-icon {
  height: 29px;
  top: 3px;
  position: relative;
}

/* line 1211, app/assets/stylesheets/admin/admin_dashboard.scss */
.side-bar-two {
  height: 100%;
  width: 150px;
  position: fixed;
  z-index: 1;
  left: 160px;
  background-color: #6991b7;
  color: #f2f2f2;
  overflow-x: hidden;
  padding: 23px 5px;
  box-shadow: 2px 2px 5px 2px rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

/* line 1225, app/assets/stylesheets/admin/admin_dashboard.scss */
.tox-tinymce {
  width: 100% !important;
}

/* line 1229, app/assets/stylesheets/admin/admin_dashboard.scss */
.side-bar-two a {
  padding: 5px 8px 5px 16px;
  position: relative;
  text-decoration: none;
  border-left: 3px solid #5b5b5b;
  font-size: 1em;
  color: white;
  display: block;
}

/* line 1240, app/assets/stylesheets/admin/admin_dashboard.scss */
.side-bar-two.narrower a {
  padding: 5px 2px 5px 9px;
  font-size: 0.9em;
}

/* line 1252, app/assets/stylesheets/admin/admin_dashboard.scss */
.side-bar-selected {
  background-color: #f6f7f9;
  width: 100%;
}

/* line 1257, app/assets/stylesheets/admin/admin_dashboard.scss */
.side-bar-two-selected {
  color: #f1f1f1;
  background-color: #ffffff36;
  border-left: 2px solid #f41403 !important;
  width: 107%;
  left: -5px;
}

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

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

/* line 1276, app/assets/stylesheets/admin/admin_dashboard.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 1286, app/assets/stylesheets/admin/admin_dashboard.scss */
.send-message-form textarea {
  height: 120px;
  border: 1px solid #ccc;
  margin-top: 10px;
}

/* line 1292, app/assets/stylesheets/admin/admin_dashboard.scss */
.modal.modal-fixed-footer .modal-content.send-message-am {
  position: absolute;
  height: 100%;
  max-height: 100%;
  width: 100%;
  overflow-y: auto;
}

/* line 1300, app/assets/stylesheets/admin/admin_dashboard.scss */
.side-bar-two-messages-number {
  position: absolute;
  right: 5px;
  top: 8px;
  font-size: 0.8em;
}

/* line 1307, app/assets/stylesheets/admin/admin_dashboard.scss */
.side-bar-two-selected .side-bar-two-messages-number {
  right: 10px;
}

/* line 1312, app/assets/stylesheets/admin/admin_dashboard.scss */
.side-bar-two a:hover {
  color: #f1f1f1;
}

/* line 1316, app/assets/stylesheets/admin/admin_dashboard.scss */
.side-bar-items-top {
  display: block;
}

/* line 1321, app/assets/stylesheets/admin/admin_dashboard.scss */
.side-bar-items-top .collap-drop .right-arrow {
  margin: 0;
  rotate: 90deg;
}

/* line 1324, app/assets/stylesheets/admin/admin_dashboard.scss */
.side-bar-items-top .collap-drop .right-arrow i {
  margin: 0;
}

/* line 1329, app/assets/stylesheets/admin/admin_dashboard.scss */
.side-bar-items-top .collap-drop .collapsible-body a {
  padding-left: 39px;
}

/* line 1332, app/assets/stylesheets/admin/admin_dashboard.scss */
[dir=rtl] .side-bar-items-top .collap-drop .collapsible-body a {
  padding-right: 39px;
  padding-left: 0;
}

@media only screen and (max-height: 699px) {
  /* line 1342, app/assets/stylesheets/admin/admin_dashboard.scss */
  .side-bar-items-bottom-new {
    top: 60px;
    padding-bottom: 40px;
  }
}

@media only screen and (min-width: 1580px) {
  /* line 1349, app/assets/stylesheets/admin/admin_dashboard.scss */
  .leo .table-height {
    height: 70%;
  }
  /* line 1353, app/assets/stylesheets/admin/admin_dashboard.scss */
  .idea-description-content .tox-tinymce {
    height: 300px !important;
  }
  /* line 1357, app/assets/stylesheets/admin/admin_dashboard.scss */
  .image-height {
    height: 300px !important;
  }
  /* line 1361, app/assets/stylesheets/admin/admin_dashboard.scss */
  .idea-description-content-project .tox-tinymce {
    height: 300px !important;
  }
}

@media only screen and (min-width: 1400px) {
  /* line 1368, app/assets/stylesheets/admin/admin_dashboard.scss */
  .leo .table-height {
    height: 67%;
  }
}

@media only screen and (min-width: 1280px) {
  /* line 1373, app/assets/stylesheets/admin/admin_dashboard.scss */
  .leo .table-height {
    height: 80%;
  }
  /* line 1376, app/assets/stylesheets/admin/admin_dashboard.scss */
  #active-inbox-data {
    height: 100%;
    width: 100% !important;
  }
}

/* line 1382, app/assets/stylesheets/admin/admin_dashboard.scss */
#active-inbox-data {
  height: 100% !important;
  width: 100% !important;
}

@media only screen and (max-width: 1281px) {
  /* line 1387, app/assets/stylesheets/admin/admin_dashboard.scss */
  #active-inbox-data {
    height: 390px;
  }
}

@media only screen and (max-width: 1280px) {
  /* line 1392, app/assets/stylesheets/admin/admin_dashboard.scss */
  .leo .table-height {
    height: 64%;
  }
  /* line 1395, app/assets/stylesheets/admin/admin_dashboard.scss */
  #active-inbox-data {
    height: 390px;
  }
}

/* line 1399, app/assets/stylesheets/admin/admin_dashboard.scss */
.leo .table-height {
  max-width: calc(100% - 170px);
  overflow-x: scroll;
}

/* line 1403, app/assets/stylesheets/admin/admin_dashboard.scss */
.leo .table-height th:hover {
  background: #d1ecff;
}

@media only screen and (min-height: 700px) {
  /* line 1407, app/assets/stylesheets/admin/admin_dashboard.scss */
  .side-bar-items-bottom-new {
    background: #fff;
    bottom: 0;
    position: absolute;
    left: 0;
    right: 0;
  }
}

/* line 1416, app/assets/stylesheets/admin/admin_dashboard.scss */
.side-bar-items-bottom {
  bottom: 50px;
  position: absolute;
  padding: 25px 0px;
  width: 100%;
  background-color: #425a71;
}

/* line 1426, app/assets/stylesheets/admin/admin_dashboard.scss */
.responsive-container {
  left: 165px !important;
  width: 87% !important;
}

/* line 1430, app/assets/stylesheets/admin/admin_dashboard.scss */
.new-responsive-container {
  margin-left: 310px;
  padding-top: 70px;
}

/* line 1434, app/assets/stylesheets/admin/admin_dashboard.scss */
.idea-responsive-container {
  margin-left: 175px;
  padding-top: 20px;
  padding-left: 10px;
}

/* line 1439, app/assets/stylesheets/admin/admin_dashboard.scss */
.actions-column {
  display: flex;
  justify-content: space-around;
  align-items: center;
  position: relative;
}

/* line 1445, app/assets/stylesheets/admin/admin_dashboard.scss */
.ideation_ideas_header {
  height: 80%;
  position: relative;
  overflow-y: scroll;
}

@media only screen and (min-width: 900px) {
  /* line 1451, app/assets/stylesheets/admin/admin_dashboard.scss */
  .ideation_ideas_header {
    padding-left: 170px !important;
    padding-right: 10px !important;
  }
}

/* line 1456, app/assets/stylesheets/admin/admin_dashboard.scss */
.project-responsive-container {
  margin-left: 175px;
  padding-top: 70px;
  padding-left: 10px;
}

/* line 1460, app/assets/stylesheets/admin/admin_dashboard.scss */
.project-responsive-container .projects-views {
  width: 98% !important;
}

/* line 1465, app/assets/stylesheets/admin/admin_dashboard.scss */
.board-responsive-container .projects-views {
  width: 98% !important;
}

/* line 1470, app/assets/stylesheets/admin/admin_dashboard.scss */
.idea_categories .dropdown-content li > a,
.idea_categories .dropdown-content li > span {
  padding: 0px 16px;
}

/* line 1476, app/assets/stylesheets/admin/admin_dashboard.scss */
.idea_categories .dropdown-content li {
  padding-left: 20px;
}

/* line 1482, app/assets/stylesheets/admin/admin_dashboard.scss */
.idea_funnels .dropdown-content li > a,
.idea_funnels .dropdown-content li > span {
  padding: 0px 16px;
}

/* line 1488, app/assets/stylesheets/admin/admin_dashboard.scss */
.idea_funnels .dropdown-content li {
  padding-left: 15px;
  display: flex;
  align-items: center;
}

/* line 1494, app/assets/stylesheets/admin/admin_dashboard.scss */
.new-container-admin {
  height: 100%;
  background: #ffffffc4;
  overflow-y: scroll;
  overflow-x: hidden;
  padding-bottom: 50px;
  position: relative;
  width: calc(100% - 180px);
}

/* line 1503, app/assets/stylesheets/admin/admin_dashboard.scss */
.container-admin {
  bottom: 0px;
  width: 72%;
  background: #ffffffc4;
  padding: 25px 15px;
  padding-bottom: 50px;
  overflow-y: scroll;
  overflow-x: hidden;
}

/* line 1513, app/assets/stylesheets/admin/admin_dashboard.scss */
.label-fontsize {
  font-size: 0.8rem !important;
}

/* line 1516, app/assets/stylesheets/admin/admin_dashboard.scss */
.top-bar-adjusted {
  position: relative;
  top: 3px;
  flex-wrap: wrap;
}

/* line 1521, app/assets/stylesheets/admin/admin_dashboard.scss */
.search-field {
  background-color: #ececec !important;
  border: none !important;
  height: 35px !important;
  width: 100% !important;
  padding-left: 10px !important;
  border-bottom: 1px solid transparent !important;
}

/* line 1529, app/assets/stylesheets/admin/admin_dashboard.scss */
.search-field:focus {
  border-bottom: 1px solid #33334f !important;
  box-shadow: none !important;
}

/* line 1534, app/assets/stylesheets/admin/admin_dashboard.scss */
.project-search-field {
  background-color: #ececec !important;
  border: none !important;
  height: 30px !important;
  width: 290px !important;
  padding-left: 10px !important;
  border-bottom: 1px solid transparent !important;
}

/* line 1542, app/assets/stylesheets/admin/admin_dashboard.scss */
.project-search-field:focus {
  border-bottom: 1px solid #33334f !important;
  box-shadow: none !important;
}

/* line 1547, app/assets/stylesheets/admin/admin_dashboard.scss */
.search-field-dropdown-button {
  position: absolute;
  right: 12px;
  padding: 3px;
  color: #33334f;
  background-color: #d9d9d9;
}

/* line 1554, app/assets/stylesheets/admin/admin_dashboard.scss */
.main-button-text {
  position: relative;
}

/* line 1558, app/assets/stylesheets/admin/admin_dashboard.scss */
#users-table .user-name-avatar {
  text-align: left;
}

/* line 1561, app/assets/stylesheets/admin/admin_dashboard.scss */
#users-table [type="checkbox"]:not(:checked),
#users-table [type="checkbox"]:checked {
  pointer-events: auto;
  z-index: 10000;
  margin-left: 20px;
  margin-top: 5px;
  cursor: pointer;
}

/* line 1571, app/assets/stylesheets/admin/admin_dashboard.scss */
.star_on {
  color: orange;
}

/* line 1576, app/assets/stylesheets/admin/admin_dashboard.scss */
.idea-img {
  height: 35px !important;
  width: 35px;
  max-width: 35px !important;
}

/* line 1581, app/assets/stylesheets/admin/admin_dashboard.scss */
.star-rating {
  direction: rtl;
  display: inline-block;
}

/* line 1586, app/assets/stylesheets/admin/admin_dashboard.scss */
.idea-score-title {
  display: block;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}

/* line 1593, app/assets/stylesheets/admin/admin_dashboard.scss */
.idea-points {
  font-weight: bold !important;
}

/* line 1598, app/assets/stylesheets/admin/admin_dashboard.scss */
.text-area-idea-review textarea {
  height: 150px;
}

/* line 1603, app/assets/stylesheets/admin/admin_dashboard.scss */
.star-rating label:before,
.star-rating label:after {
  display: none;
}

/* line 1608, app/assets/stylesheets/admin/admin_dashboard.scss */
.star-rating label {
  color: #bbb;
  font-size: 18px;
  padding-left: 15px !important;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

/* line 1617, app/assets/stylesheets/admin/admin_dashboard.scss */
.star-rating label:hover,
.star-rating label:hover ~ label,
.star-rating input[type="radio"]:checked ~ label {
  color: #f2b600;
}

/* line 1623, app/assets/stylesheets/admin/admin_dashboard.scss */
.project-mission-main-button-contact {
  height: 30px !important;
  background-color: white !important;
  padding: 0px 15px !important;
  line-height: 30px !important;
  border-radius: 3px;
  width: 150px;
}

/* line 1632, app/assets/stylesheets/admin/admin_dashboard.scss */
.all-ideas-add-section {
  height: 30px !important;
  padding: 0px 15px !important;
  line-height: 30px !important;
  border-radius: 3px;
  width: 130px;
  min-width: 130px;
}

/* line 1640, app/assets/stylesheets/admin/admin_dashboard.scss */
.start-ideation-button {
  height: 30px !important;
  line-height: 30px;
  padding: 0px 15px !important;
}

/* line 1646, app/assets/stylesheets/admin/admin_dashboard.scss */
.all_ideas_button {
  height: 30px !important;
  line-height: 30px;
  padding: 0px 10px !important;
  margin-left: 23px !important;
  min-width: auto !important;
  width: auto !important;
}

/* line 1655, app/assets/stylesheets/admin/admin_dashboard.scss */
.cavas-templete-drop {
  width: -moz-max-content;
  width: max-content;
  margin: 0px 5px 0px 5px;
  min-width: 250px;
}

/* line 1661, app/assets/stylesheets/admin/admin_dashboard.scss */
.cavas-templete-drop .select-wrapper .dropdown-content {
  margin-bottom: 0;
  top: 0px !important;
  border: 1px solid #cecece;
  border-radius: 0px;
  width: -moz-max-content !important;
  width: max-content !important;
  min-width: 100%;
}

/* line 1668, app/assets/stylesheets/admin/admin_dashboard.scss */
.cavas-templete-drop .select-wrapper .dropdown-content li {
  min-height: auto;
  line-height: initial;
  width: 100%;
}

/* line 1672, app/assets/stylesheets/admin/admin_dashboard.scss */
.cavas-templete-drop .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 1688, app/assets/stylesheets/admin/admin_dashboard.scss */
.actions-button {
  background-color: #33334f;
}

/* line 1691, app/assets/stylesheets/admin/admin_dashboard.scss */
.actions-button:hover {
  background-color: #33334f;
}

/* line 1694, app/assets/stylesheets/admin/admin_dashboard.scss */
.setting-header-buttons {
  display: flex;
  justify-content: flex-end;
  padding: 0px;
  gap: 8px;
}

/* line 1700, app/assets/stylesheets/admin/admin_dashboard.scss */
.inbox-all_ideas_button {
  min-width: 128px !important;
  height: 36px !important;
  padding: 0px 15px !important;
  line-height: 40px;
  margin-left: 100px !important;
}

/* line 1708, app/assets/stylesheets/admin/admin_dashboard.scss */
.mt-5 {
  margin-top: 5px;
}

/* line 1712, app/assets/stylesheets/admin/admin_dashboard.scss */
.idea_title_font {
  font-weight: bold !important;
  margin-left: 5px;
}

/* line 1717, app/assets/stylesheets/admin/admin_dashboard.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;
  cursor: pointer;
}

/* line 1726, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-title-help-icon.ideation {
  left: 7px;
}

/* line 1729, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-title-help-icon.type-select {
  left: 34px;
  top: -14px;
}

/* line 1733, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-title-help-icon.owner-select {
  left: 42px;
  top: -14px;
}

/* line 1737, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-title-help-icon.teamsize-select {
  left: 62px;
  top: -14px;
}

/* line 1741, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-title-help-icon.undercover-select {
  left: 70px;
  top: -14px;
}

/* line 1745, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-title-help-icon.category-select {
  left: 54px;
  top: -14px;
}

/* line 1749, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-title-help-icon.duration-select {
  left: 50px;
  top: -14px;
}

/* line 1753, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-title-help-icon.brainstorm-type {
  left: 92px;
  top: -14px;
}

/* line 1757, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-title-help-icon.review-type {
  left: 76px;
  top: -14px;
}

/* line 1761, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-title-help-icon.review-comments {
  left: 133px;
  top: -14px;
}

/* line 1765, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-title-help-icon.need-reminder {
  left: 88px;
  top: -14px;
}

/* line 1771, app/assets/stylesheets/admin/admin_dashboard.scss */
.icon-color-light {
  color: #6991b7;
}

/* line 1774, app/assets/stylesheets/admin/admin_dashboard.scss */
.icon-color-dark {
  color: #33334f;
}

/* line 1778, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-main-subtitle {
  color: #33334f;
  font-size: 13px;
  margin: 0px;
  margin-top: 10px;
  letter-spacing: 1.44px;
  text-transform: uppercase;
}

/* line 1787, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-main-description {
  color: #33334f;
  font-size: 13px;
  margin: 0px;
  margin-top: 20px;
  letter-spacing: 0.44px;
}

/* line 1795, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-main-title {
  font-size: 22px;
  margin-top: -3px;
  margin-bottom: 0;
}

/* line 1801, app/assets/stylesheets/admin/admin_dashboard.scss */
.tag-manager-css {
  padding: 10px 0px 10px 0px;
  width: auto;
  display: flex;
  align-items: center;
  margin-top: 20px;
}

/* line 1807, app/assets/stylesheets/admin/admin_dashboard.scss */
.tag-manager-css .tag-tab {
  color: #000000;
  font-size: 16px;
  text-transform: initial;
  letter-spacing: 0.5px;
  border-bottom: 2px solid transparent;
  padding: 8px 14px;
  background-color: #e8e8e8;
}

/* line 1816, app/assets/stylesheets/admin/admin_dashboard.scss */
.tag-manager-css .select-grid-view {
  background-color: #7d7d7d;
  color: white;
}

/* line 1822, app/assets/stylesheets/admin/admin_dashboard.scss */
.parent-position-relative {
  position: relative;
}

/* line 1825, app/assets/stylesheets/admin/admin_dashboard.scss */
.icons-right-margin {
  margin-right: 25px;
}

/* line 1828, app/assets/stylesheets/admin/admin_dashboard.scss */
.description-label {
  margin-top: -6px;
}

/* line 1832, app/assets/stylesheets/admin/admin_dashboard.scss */
.material-icon-align {
  line-height: 1.1 !important;
}

/* line 1836, app/assets/stylesheets/admin/admin_dashboard.scss */
.table-checkbox {
  height: 15px !important;
  left: 15px;
}

/* line 1840, app/assets/stylesheets/admin/admin_dashboard.scss */
.table-master-checkbox {
  height: 15px !important;
  left: 15px;
  cursor: auto !important;
}

/* line 1845, app/assets/stylesheets/admin/admin_dashboard.scss */
.card-table-padding {
  padding: 0px 11px;
  padding-bottom: 10px;
}

/* line 1849, app/assets/stylesheets/admin/admin_dashboard.scss */
.small-view-card-table-padding {
  padding-bottom: 20px;
}

/* line 1852, app/assets/stylesheets/admin/admin_dashboard.scss */
.archive-mission-link {
  margin-right: 15px;
  margin-top: 10px;
  font-size: 13px;
  letter-spacing: 1.44px;
}

/* line 1858, app/assets/stylesheets/admin/admin_dashboard.scss */
.clockpicker-display-column {
  font-weight: 300;
}

/* line 1861, app/assets/stylesheets/admin/admin_dashboard.scss */
.list-div.cards-div {
  padding-bottom: 40px;
}

/* line 1864, app/assets/stylesheets/admin/admin_dashboard.scss */
.table-row {
  background-color: white;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

/* line 1868, app/assets/stylesheets/admin/admin_dashboard.scss */
.table-row-inbox-ideas:hover {
  background-color: #35abff0d;
}

/* line 1871, app/assets/stylesheets/admin/admin_dashboard.scss */
.table-row:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
}

/* line 1874, app/assets/stylesheets/admin/admin_dashboard.scss */
.no-mission-displayed {
  position: absolute;
  top: 214px;
  left: 45%;
}

/* line 1880, app/assets/stylesheets/admin/admin_dashboard.scss */
.no-mission-displayed-funnel {
  position: absolute;
  top: 214px;
  left: 30%;
}

/* line 1887, app/assets/stylesheets/admin/admin_dashboard.scss */
table td + td {
  border-left: 2px solid #f7f7f8;
}

/* line 1891, app/assets/stylesheets/admin/admin_dashboard.scss */
.table-col-text-overflow {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 1897, app/assets/stylesheets/admin/admin_dashboard.scss */
.stats-table-col-text-overflow {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 450px;
}

/* line 1904, app/assets/stylesheets/admin/admin_dashboard.scss */
.dashboard-table-col-text-overflow {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 280px;
}

/* line 1911, app/assets/stylesheets/admin/admin_dashboard.scss */
.table-head {
  background-color: #ececec;
}

/* line 1914, app/assets/stylesheets/admin/admin_dashboard.scss */
.table-action-drop-down {
  width: 80px;
  float: left;
}

/* line 1920, app/assets/stylesheets/admin/admin_dashboard.scss */
.container-admin::-webkit-scrollbar {
  background: transparent;
  width: 7px;
}

/* line 1925, app/assets/stylesheets/admin/admin_dashboard.scss */
.container-admin::-webkit-scrollbar-track {
  background: transparent;
}

/* line 1929, app/assets/stylesheets/admin/admin_dashboard.scss */
.container-admin::-webkit-scrollbar-thumb {
  background: white;
}

/* line 1933, app/assets/stylesheets/admin/admin_dashboard.scss */
.container-admin:hover::-webkit-scrollbar-thumb {
  background: #6991b78c;
}

/* line 1937, app/assets/stylesheets/admin/admin_dashboard.scss */
.container-admin:hover::-webkit-scrollbar-track {
  background: #9e9e9e54;
}

/* line 1952, app/assets/stylesheets/admin/admin_dashboard.scss */
#modal-new-mission .preview-h5,
#modal-mission-start .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 1960, app/assets/stylesheets/admin/admin_dashboard.scss */
#modal-new-mission h5,
#modal-mission-start 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 1969, app/assets/stylesheets/admin/admin_dashboard.scss */
#modal-new-mission h4,
#modal-mission-start 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: "RefrigeratorLight", sans-serif;
  font-size: 22px;
  color: #33334f;
  letter-spacing: 2.44px;
  text-align: center;
  text-transform: uppercase;
}

/* line 1977, app/assets/stylesheets/admin/admin_dashboard.scss */
#modal-new-mission span.caret,
#modal-mission-start 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 1985, app/assets/stylesheets/admin/admin_dashboard.scss */
.new-template {
  margin-left: 0 !important;
  width: 100% !important;
  background-color: transparent !important;
}

/* line 1992, app/assets/stylesheets/admin/admin_dashboard.scss */
.new-template .indicator {
  background-color: #f41403 !important;
  background: url(https://app.acceptmission.com/assets/tab-indicator-2e43c172ea0944b3cbff2a0c43f6b9d3b87dd885308352c9969c9095cafc9d57.png) !important;
  height: 4px !important;
  width: 103px !important;
  margin: auto !important;
}

/* line 1999, app/assets/stylesheets/admin/admin_dashboard.scss */
.new-template .tab a {
  font-size: 12px;
  color: #688faf;
  letter-spacing: 1.24px;
  line-height: 35px;
  text-align: center;
  position: relative;
}

/* line 2010, app/assets/stylesheets/admin/admin_dashboard.scss */
.custom-tabs .tabs {
  padding-top: 10px;
  background: transparent;
  overflow-x: visible;
  width: 80% !important;
}

/* line 2016, app/assets/stylesheets/admin/admin_dashboard.scss */
.custom-tabs .tabs .tab a {
  font-size: 12px;
  color: #688faf;
  letter-spacing: 1.24px;
  line-height: 35px;
  text-align: center;
  position: relative;
}

/* line 2025, app/assets/stylesheets/admin/admin_dashboard.scss */
.custom-tabs .active {
  color: #f41403 !important;
}

/* line 2028, app/assets/stylesheets/admin/admin_dashboard.scss */
.custom-tabs .indicator {
  background-color: #f41403 !important;
  background: url(https://app.acceptmission.com/assets/tab-indicator-2e43c172ea0944b3cbff2a0c43f6b9d3b87dd885308352c9969c9095cafc9d57.png) !important;
  height: 4px !important;
  width: 103px !important;
  margin: auto !important;
}

/* line 2038, app/assets/stylesheets/admin/admin_dashboard.scss */
.add-user-form .btn, .add-user-form .btn-large {
  background: #f41403;
  border: 1px solid #f41403;
  border-radius: 4px;
  width: 120px;
  height: 27px;
  text-transform: uppercase;
  font-size: 9px;
  line-height: 27px;
}

/* line 2048, app/assets/stylesheets/admin/admin_dashboard.scss */
.add-user-form .white-btn {
  background: white !important;
  color: #9c9c9c;
  border: 1px solid #ccc !important;
  box-shadow: none !important;
  margin-left: 10px;
  height: auto;
  padding: 8px 24px 7px;
  line-height: normal;
  font-size: 10px;
}

/* line 2059, app/assets/stylesheets/admin/admin_dashboard.scss */
.add-user-form .blue-btn {
  background: #33334f !important;
  color: white;
  border: 1px solid #ccc !important;
  box-shadow: none !important;
  margin-left: 10px;
  height: auto;
  padding: 8px 24px 7px;
  line-height: normal;
  font-size: 10px;
}

/* line 2070, app/assets/stylesheets/admin/admin_dashboard.scss */
.add-user-form .file-field {
  padding: 20px 0px;
}

/* line 2073, app/assets/stylesheets/admin/admin_dashboard.scss */
.add-user-form .file-field .btn, .add-user-form .file-field .btn-large {
  line-height: 10px;
}

/* line 2077, app/assets/stylesheets/admin/admin_dashboard.scss */
.add-user-form .file-path-wrapper {
  position: relative;
}

/* line 2082, app/assets/stylesheets/admin/admin_dashboard.scss */
.file-path-wrapper .browswer-btn {
  border: none !important;
}

/* line 2088, app/assets/stylesheets/admin/admin_dashboard.scss */
.nav-wrapper .company-logo {
  width: 333px;
  height: 42px;
}

/* line 2094, app/assets/stylesheets/admin/admin_dashboard.scss */
.logo-resize {
  height: 35px;
  margin-top: 5px;
}

/* line 2099, app/assets/stylesheets/admin/admin_dashboard.scss */
.column-width {
  width: 140px;
  padding-top: 5px;
  padding-left: 15px;
  float: left;
  margin-left: -1px;
}

/* line 2106, app/assets/stylesheets/admin/admin_dashboard.scss */
.category {
  font-size-adjust: 18px;
}

/* line 2109, app/assets/stylesheets/admin/admin_dashboard.scss */
.user-manage-btn {
  margin-bottom: 50px;
}

/* line 2111, app/assets/stylesheets/admin/admin_dashboard.scss */
.user-manage-btn .btn, .user-manage-btn .btn-large {
  background: #f41403;
  border: 1px solid #f41403;
  border-radius: 4px;
  width: 120px;
  height: 27px;
  text-transform: uppercase;
  font-size: 9px;
  line-height: 27px;
}

/* line 2124, app/assets/stylesheets/admin/admin_dashboard.scss */
.custom-tabs .select-dropdown {
  height: 32px !important;
  line-height: 32px !important;
}

/* line 2130, app/assets/stylesheets/admin/admin_dashboard.scss */
.custom-tabs .tabs {
  width: 90% !important;
}

/* line 2132, app/assets/stylesheets/admin/admin_dashboard.scss */
.custom-tabs .tabs .tab {
  width: 25% !important;
}

/* line 2134, app/assets/stylesheets/admin/admin_dashboard.scss */
.custom-tabs .tabs .tab a {
  text-overflow: clip;
  width: auto !important;
}

/* line 2143, app/assets/stylesheets/admin/admin_dashboard.scss */
.mission-management-tabs .tabs .tab {
  width: 33.33% !important;
}

/* line 2150, app/assets/stylesheets/admin/admin_dashboard.scss */
.popup-container .tabs.new-template {
  padding-top: 10px;
  background: transparent;
  overflow-x: hidden;
  width: 60% !important;
  margin: 0 auto 20px;
}

/* line 2159, app/assets/stylesheets/admin/admin_dashboard.scss */
.fixed-title {
  background-color: #fafafa;
  position: fixed;
  padding: 20px 0px;
  width: 98%;
  left: 0;
  top: 0;
  z-index: 10;
}

/* line 2168, app/assets/stylesheets/admin/admin_dashboard.scss */
.fixed-title-spacing {
  margin-top: 40px;
}

/* line 2172, app/assets/stylesheets/admin/admin_dashboard.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 2184, app/assets/stylesheets/admin/admin_dashboard.scss */
.modal-sidebar .datepicker,
.modal-sidebar .timepicker,
.modal-sidebar textarea,
.modal-sidebar input.select-dropdown {
  border: 1px solid #ccc;
}

/* line 2191, app/assets/stylesheets/admin/admin_dashboard.scss */
.modal-fullwidth {
  position: absolute;
  left: 33% !important;
}

/* line 2195, app/assets/stylesheets/admin/admin_dashboard.scss */
.textarea-grey-invitation {
  background: #ececec;
  margin-top: 8px;
  height: 80px;
  font-size: 12px;
  border: none;
  resize: vertical;
  padding-left: 5px;
}

/* line 2204, app/assets/stylesheets/admin/admin_dashboard.scss */
.preview-area {
  text-align: center;
  margin-top: 20px;
}

/* line 2208, app/assets/stylesheets/admin/admin_dashboard.scss */
.modal-close {
  padding: 0px;
}

/* line 2211, app/assets/stylesheets/admin/admin_dashboard.scss */
.modal-close.btn-flat {
  position: absolute;
  top: 5px;
  right: 12px;
  z-index: 300;
}

/* line 2216, app/assets/stylesheets/admin/admin_dashboard.scss */
[dir=rtl] .modal-close.btn-flat {
  right: inherit;
  left: 12px;
}

/* line 2222, app/assets/stylesheets/admin/admin_dashboard.scss */
.modal-close.btn-flat .material-icons {
  font-size: 20px;
  margin-top: 0px;
  color: #8490a4;
}

/* line 2228, app/assets/stylesheets/admin/admin_dashboard.scss */
.mission-box-template {
  background: white;
  margin-top: 0;
  width: 100% !important;
  padding-bottom: 0 !important;
  border: 1px solid #ccc;
  position: relative;
}

/* line 2235, app/assets/stylesheets/admin/admin_dashboard.scss */
.mission-box-template .row {
  margin-bottom: 0;
}

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

/* line 2242, app/assets/stylesheets/admin/admin_dashboard.scss */
.mission-box-template .points {
  font-size: 9px;
  color: #474648;
  letter-spacing: 1.12px;
  float: right;
  padding: 20px 20px 15px 15px;
}

/* line 2249, app/assets/stylesheets/admin/admin_dashboard.scss */
.mission-box-template .xp {
  text-transform: uppercase;
  color: #0ed583;
}

/* line 2253, app/assets/stylesheets/admin/admin_dashboard.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 2265, app/assets/stylesheets/admin/admin_dashboard.scss */
.mission-box-template .small-txt {
  font-size: 9px;
  color: #f41403;
  letter-spacing: 1.12px;
  text-align: center;
  text-transform: uppercase;
}

/* line 2272, app/assets/stylesheets/admin/admin_dashboard.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 2280, app/assets/stylesheets/admin/admin_dashboard.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 2294, app/assets/stylesheets/admin/admin_dashboard.scss */
.mission-box-template.pops .main-heading {
  padding-top: 12px;
  font-family: "RefrigeratorReg", sans-serif;
  font-size: 12px;
  color: #33334f;
  letter-spacing: 2.44px;
  text-transform: uppercase;
  margin: 0px;
  line-height: 21px;
  max-height: 60px;
  overflow: hidden;
}

/* line 2306, app/assets/stylesheets/admin/admin_dashboard.scss */
.mission-box-template.pops .mb-select {
  background: #33334f;
  color: white;
  width: 100% !important;
  padding: 10px 0 10px 0;
}

/* line 2314, app/assets/stylesheets/admin/admin_dashboard.scss */
.template-unselected {
  display: none;
}

/* line 2317, app/assets/stylesheets/admin/admin_dashboard.scss */
.border-color {
  border-color: #33334f;
}

/* line 2320, app/assets/stylesheets/admin/admin_dashboard.scss */
.t-border {
  border: 1px solid #000;
}

/* line 2323, app/assets/stylesheets/admin/admin_dashboard.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;
}

/* line 2351, app/assets/stylesheets/admin/admin_dashboard.scss */
.mission-box-template-page .top-heading {
  padding: 20px 0 15px 20px;
  float: left;
}

/* line 2355, app/assets/stylesheets/admin/admin_dashboard.scss */
.mission-box-template-page .points {
  font-size: 9px;
  color: #474648;
  letter-spacing: 1.12px;
  float: right;
  padding: 20px 20px 15px 15px;
}

/* line 2362, app/assets/stylesheets/admin/admin_dashboard.scss */
.mission-box-template-page .xp {
  text-transform: uppercase;
  color: #0ed583;
}

/* line 2366, app/assets/stylesheets/admin/admin_dashboard.scss */
.mission-box-template-page .small-txt {
  font-size: 9px;
  color: #f41403;
  letter-spacing: 1.12px;
  text-align: center;
  text-transform: uppercase;
}

/* line 2373, app/assets/stylesheets/admin/admin_dashboard.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 2381, app/assets/stylesheets/admin/admin_dashboard.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 2395, app/assets/stylesheets/admin/admin_dashboard.scss */
.btn-contact {
  background: white;
  border: 1px solid #f41403;
  border-radius: 4px;
  width: 130px;
  height: 32px !important;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 27px;
  color: #f41403;
  box-shadow: none;
}

/* line 2408, app/assets/stylesheets/admin/admin_dashboard.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 2418, app/assets/stylesheets/admin/admin_dashboard.scss */
.packag-plan {
  border: 2px solid;
  border-radius: 4px;
}

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

/* line 2433, app/assets/stylesheets/admin/admin_dashboard.scss */
.clockpicker-am-pm-block {
  height: 0;
}

/* line 2436, app/assets/stylesheets/admin/admin_dashboard.scss */
.picker--opened .picker__frame {
  top: 2%;
}

/* line 2439, app/assets/stylesheets/admin/admin_dashboard.scss */
.small-grey-title, .mission-box .top-heading, .small-grey-form-title {
  font-size: 12px;
  color: #9c9c9c;
}

/* line 2443, app/assets/stylesheets/admin/admin_dashboard.scss */
.small-grey-form-title {
  text-align: left;
  padding-top: 10px;
}

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

/* line 2462, app/assets/stylesheets/admin/admin_dashboard.scss */
textarea:focus {
  outline: none;
  box-shadow: 0 1px 0 0 red;
}

/* line 2466, app/assets/stylesheets/admin/admin_dashboard.scss */
textarea {
  width: 100%;
}

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

/* line 2474, app/assets/stylesheets/admin/admin_dashboard.scss */
.dropfile {
  text-transform: uppercase;
  color: grey;
  margin-top: -20px;
  margin-left: 30px;
}

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

/* line 2486, app/assets/stylesheets/admin/admin_dashboard.scss */
.btn .cm-drop, .btn-large .cm-drop {
  background: #f41403 !important;
  border: 1px solid #f41403 !important;
  border-radius: 4px !important;
  margin-bottom: 20px !important;
  height: 27px !important;
  text-transform: uppercase !important;
  font-size: 9px !important;
  line-height: 27px !important;
}

/* line 2497, app/assets/stylesheets/admin/admin_dashboard.scss */
.no-pad {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* line 2501, app/assets/stylesheets/admin/admin_dashboard.scss */
.nop-pad {
  padding: 0 !important;
}

/* line 2505, app/assets/stylesheets/admin/admin_dashboard.scss */
.no-pad-pixel {
  margin-left: 10px !important;
}

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

/* line 2513, app/assets/stylesheets/admin/admin_dashboard.scss */
.profile-detail {
  border: 1px solid lightgray;
  padding: 5px;
}

/* line 2518, app/assets/stylesheets/admin/admin_dashboard.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 2528, app/assets/stylesheets/admin/admin_dashboard.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 2536, app/assets/stylesheets/admin/admin_dashboard.scss */
.tribute-container ul li span {
  line-height: 0;
  margin-top: 1px;
}

/* line 2541, app/assets/stylesheets/admin/admin_dashboard.scss */
.tribute-container ul li:hover {
  background: #eee;
}

/* line 2547, app/assets/stylesheets/admin/admin_dashboard.scss */
.element-hover {
  background-color: #f5f5f5 !important;
}

/* line 2551, app/assets/stylesheets/admin/admin_dashboard.scss */
.template {
  width: 100%;
}

/* line 2555, app/assets/stylesheets/admin/admin_dashboard.scss */
.border-template {
  border: 1px solid #33334f !important;
  background-color: #d6e5fd !important;
}

/* line 2560, app/assets/stylesheets/admin/admin_dashboard.scss */
.border-template-default {
  border: 1px solid #ffffff;
}

/* line 2564, app/assets/stylesheets/admin/admin_dashboard.scss */
.mission-create-adv {
  cursor: pointer;
}

/* line 2567, app/assets/stylesheets/admin/admin_dashboard.scss */
.mission-hide-adv {
  cursor: pointer;
}

/* line 2572, app/assets/stylesheets/admin/admin_dashboard.scss */
.create-mission-btn.create-mission-btn .btn .btn, .create-mission-btn.create-mission-btn .btn .btn-large, .create-mission-btn.create-mission-btn .btn-large .btn-large,
.create-mission-btn .btn-large .btn {
  background: #f41403;
  border: 1px solid #f41403;
  border-radius: 4px;
  margin-bottom: 20px;
  height: 27px;
  text-transform: uppercase;
  font-size: 9px;
  line-height: 27px;
}

/* line 2583, app/assets/stylesheets/admin/admin_dashboard.scss */
#create-mission {
  background: #f41403;
  border: 1px solid #f41403;
  border-radius: 4px;
  margin-bottom: 20px;
  height: 27px;
  text-transform: uppercase;
  font-size: 9px;
  line-height: 27px;
}

/* line 2593, app/assets/stylesheets/admin/admin_dashboard.scss */
.idea-box-btm-margin {
  margin-bottom: 0px !important;
}

/* line 2597, app/assets/stylesheets/admin/admin_dashboard.scss */
.mission-box {
  background: white;
  margin-top: 30px;
  width: 85% !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;
}

/* line 2623, app/assets/stylesheets/admin/admin_dashboard.scss */
.mission-box .top-heading {
  padding: 20px 0 15px 20px;
  float: left;
}

/* line 2628, app/assets/stylesheets/admin/admin_dashboard.scss */
.mission-box .points {
  font-size: 9px;
  color: #474648;
  letter-spacing: 1.12px;
  float: right;
  padding: 20px 20px 15px 15px;
}

/* line 2635, app/assets/stylesheets/admin/admin_dashboard.scss */
.mission-box .xp {
  text-transform: uppercase;
  color: #0ed583;
}

/* line 2639, app/assets/stylesheets/admin/admin_dashboard.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 2651, app/assets/stylesheets/admin/admin_dashboard.scss */
.mission-box .small-txt {
  font-size: 9px;
  color: #f41403;
  letter-spacing: 1.12px;
  text-align: center;
  text-transform: uppercase;
}

/* line 2658, app/assets/stylesheets/admin/admin_dashboard.scss */
.mission-box .time {
  font-family: "RefrigeratorReg", sans-serif;
  font-size: 20px;
  color: #33334f;
  text-align: center;
  padding-top: 8px;
  padding-bottom: 10px;
}

/* line 2666, app/assets/stylesheets/admin/admin_dashboard.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 2679, app/assets/stylesheets/admin/admin_dashboard.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 2694, app/assets/stylesheets/admin/admin_dashboard.scss */
.mantain-image-aspect-ratio-sidebar {
  height: 0;
  padding: 16%;
}

/* line 2698, app/assets/stylesheets/admin/admin_dashboard.scss */
.drop-file-margin-update {
  margin-top: -70px !important;
}

/* line 2701, app/assets/stylesheets/admin/admin_dashboard.scss */
.padding-bottom-fix {
  padding-bottom: 80px !important;
}

/* line 2704, app/assets/stylesheets/admin/admin_dashboard.scss */
.post-idea-box {
  border: 1px dashed #ccc;
  position: relative;
}

/* line 2708, app/assets/stylesheets/admin/admin_dashboard.scss */
.mission-edit-post-idea {
  position: relative;
}

/* line 2711, app/assets/stylesheets/admin/admin_dashboard.scss */
.mission-edit-mission-pic {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}

/* line 2720, app/assets/stylesheets/admin/admin_dashboard.scss */
.add-opacity {
  opacity: 0;
}

/* line 2724, app/assets/stylesheets/admin/admin_dashboard.scss */
.drop-image {
  position: relative;
}

/* line 2727, app/assets/stylesheets/admin/admin_dashboard.scss */
.image-upload {
  opacity: 1;
}

/* line 2731, app/assets/stylesheets/admin/admin_dashboard.scss */
.modify {
  position: relative;
  top: 75px !important;
  left: 0 !important;
  opacity: 0;
}

/* line 2737, app/assets/stylesheets/admin/admin_dashboard.scss */
.profile-responsive-img {
  max-width: auto;
  max-height: 130px;
}

/* line 2741, app/assets/stylesheets/admin/admin_dashboard.scss */
.profile-edit-pic {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* line 2752, app/assets/stylesheets/admin/admin_dashboard.scss */
.mission-default-pic {
  left: -205px;
}

/* line 2756, app/assets/stylesheets/admin/admin_dashboard.scss */
.updated-dashbaord-tiles .card-content {
  font-size: 10px;
}

/* line 2760, app/assets/stylesheets/admin/admin_dashboard.scss */
.disabled-description {
  color: rgba(0, 0, 0, 0.42);
}

/* line 2763, app/assets/stylesheets/admin/admin_dashboard.scss */
.disabled-card-color {
  background-color: #fafafa;
}

/* line 2766, app/assets/stylesheets/admin/admin_dashboard.scss */
.idea-comment-tab {
  padding-left: 11px;
  padding-right: 22px;
}

/* line 2770, app/assets/stylesheets/admin/admin_dashboard.scss */
.description-gap {
  position: relative !important;
  padding-bottom: 5px !important;
}

/* line 2774, app/assets/stylesheets/admin/admin_dashboard.scss */
.description-transform {
  transform: translateY(-140%);
}

/* line 2778, app/assets/stylesheets/admin/admin_dashboard.scss */
.delete:hover .comment-actions {
  display: flex;
}

@media only screen and (max-width: 1241px) {
  /* line 2786, app/assets/stylesheets/admin/admin_dashboard.scss */
  .comments-list .comment-row a {
    position: absolute;
  }
}

@media only screen and (max-width: 1200px) {
  /* line 2795, app/assets/stylesheets/admin/admin_dashboard.scss */
  .mission-default-pic {
    left: -185px;
  }
  /* line 2798, app/assets/stylesheets/admin/admin_dashboard.scss */
  .mission-img-browse {
    top: 20px !important;
    left: 12% !important;
  }
}

/* line 2804, app/assets/stylesheets/admin/admin_dashboard.scss */
.image-aspect-ratio {
  position: relative;
  height: 230px;
}

/* line 2809, app/assets/stylesheets/admin/admin_dashboard.scss */
.project-image-aspect-ratio {
  height: 230px;
  width: 100% !important;
  position: relative;
}

/* line 2814, app/assets/stylesheets/admin/admin_dashboard.scss */
.project-profile-img {
  padding: 0px !important;
}

/* line 2818, app/assets/stylesheets/admin/admin_dashboard.scss */
.upload-img-block {
  width: 100%;
}

/* line 2820, app/assets/stylesheets/admin/admin_dashboard.scss */
.upload-img-block .main-img {
  width: 100%;
  max-width: 100%;
}

/* line 2823, app/assets/stylesheets/admin/admin_dashboard.scss */
.upload-img-block .main-img:hover {
  opacity: 0.8;
}

/* line 2830, app/assets/stylesheets/admin/admin_dashboard.scss */
.file-path-wrapper .file-path {
  border: none !important;
}

/* line 2835, app/assets/stylesheets/admin/admin_dashboard.scss */
#tinymce {
  font-size: 15px;
}

/* line 2839, app/assets/stylesheets/admin/admin_dashboard.scss */
.project-img-btn {
  top: 75px !important;
}

/* line 2842, app/assets/stylesheets/admin/admin_dashboard.scss */
#Progress {
  width: 100%;
  background-color: #ddd;
}

/* line 2846, app/assets/stylesheets/admin/admin_dashboard.scss */
#CardProgress {
  width: 100%;
  background-color: gray;
  padding: 0px 8px;
}

/* line 2852, app/assets/stylesheets/admin/admin_dashboard.scss */
#Bar {
  height: 20px;
  background-color: #425a71;
  text-align: center;
  line-height: 20px;
  color: white;
}

/* line 2859, app/assets/stylesheets/admin/admin_dashboard.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 2869, app/assets/stylesheets/admin/admin_dashboard.scss */
.progress-bar {
  margin-top: 30px;
}

/* line 2872, app/assets/stylesheets/admin/admin_dashboard.scss */
.progress-div {
  margin-top: 14px;
}

/* line 2875, app/assets/stylesheets/admin/admin_dashboard.scss */
.datepickers {
  margin-top: 12px;
}

/* line 2878, app/assets/stylesheets/admin/admin_dashboard.scss */
.profile-edit-box {
  color: white;
}

/* line 2880, app/assets/stylesheets/admin/admin_dashboard.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 2890, app/assets/stylesheets/admin/admin_dashboard.scss */
.profile-edit-box a {
  color: white;
  font-weight: 300;
}

/* line 2895, app/assets/stylesheets/admin/admin_dashboard.scss */
.profile-edit-box .file-field .btn, .profile-edit-box .file-field .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 2908, app/assets/stylesheets/admin/admin_dashboard.scss */
#from-template .owl-next {
  right: -20px;
}

/* line 2912, app/assets/stylesheets/admin/admin_dashboard.scss */
.file-field {
  position: relative;
  padding: 0px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* line 2918, app/assets/stylesheets/admin/admin_dashboard.scss */
.file-field .file-path-wrapper {
  padding-left: 0;
}

/* line 2920, app/assets/stylesheets/admin/admin_dashboard.scss */
.file-field .file-path-wrapper .file-path {
  border-color: transparent !important;
  margin-bottom: 0;
}

/* line 2926, app/assets/stylesheets/admin/admin_dashboard.scss */
.file-field .btn, .file-field .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 2938, app/assets/stylesheets/admin/admin_dashboard.scss */
input.file-path {
  color: black;
  border-bottom: none;
}

/* line 2943, app/assets/stylesheets/admin/admin_dashboard.scss */
.file-field .description {
  font-size: smaller;
}

/* line 2947, app/assets/stylesheets/admin/admin_dashboard.scss */
.add-agent-form {
  display: none;
}

/* line 2950, app/assets/stylesheets/admin/admin_dashboard.scss */
.agent-list-table {
  background: #ececec;
}

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

/* line 2959, app/assets/stylesheets/admin/admin_dashboard.scss */
.user-invite-add {
  cursor: pointer;
}

/* line 2963, app/assets/stylesheets/admin/admin_dashboard.scss */
#modal-add-agent,
#modal-add-user {
  height: 70%;
}

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

/* line 2969, app/assets/stylesheets/admin/admin_dashboard.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 2973, app/assets/stylesheets/admin/admin_dashboard.scss */
#modal-add-agent #add-invite,
#modal-add-user #add-invite {
  background-color: #33334f !important;
  border-color: #33334f !important;
}

/* line 2977, app/assets/stylesheets/admin/admin_dashboard.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 2985, app/assets/stylesheets/admin/admin_dashboard.scss */
#modal-add-agent input,
#modal-add-user input {
  border: 1px solid lightgray;
  box-sizing: inherit;
  padding: 0px 8px;
  height: 38px;
}

/* line 2991, app/assets/stylesheets/admin/admin_dashboard.scss */
#modal-add-agent .modal-content,
#modal-add-user .modal-content {
  padding: 24px 0;
}

/* line 2995, app/assets/stylesheets/admin/admin_dashboard.scss */
.tag-cross {
  font-size: 18px !important;
  opacity: 1 !important;
}

/* line 3002, app/assets/stylesheets/admin/admin_dashboard.scss */
.list-viewer {
  color: #33334f;
}

/* line 3005, app/assets/stylesheets/admin/admin_dashboard.scss */
.list-viewer-tag {
  right: 17px;
  top: -2px;
  color: #33334f;
}

/* line 3010, app/assets/stylesheets/admin/admin_dashboard.scss */
.columns-viewer {
  margin-top: 1px;
  font-size: 22px !important;
  color: #33334f;
}

/* line 3015, app/assets/stylesheets/admin/admin_dashboard.scss */
.chart-viewer {
  padding-top: 2px;
  font-size: 25px !important;
  color: #33334f;
}

/* line 3020, app/assets/stylesheets/admin/admin_dashboard.scss */
.graph-viewer {
  font-size: 23px !important;
  color: #33334f;
}

/* line 3025, app/assets/stylesheets/admin/admin_dashboard.scss */
.bubble-viewer {
  left: 64px;
  font-size: 23px !important;
  top: -2px;
  color: #33334f;
}

/* line 3032, app/assets/stylesheets/admin/admin_dashboard.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 3051, app/assets/stylesheets/admin/admin_dashboard.scss */
.tag-button:hover {
  background-color: #8dc63f !important;
  color: white !important;
}

/* line 3055, app/assets/stylesheets/admin/admin_dashboard.scss */
.tag-button .remove-tag {
  display: flex;
  align-items: center;
  padding-top: 2px;
}

/* line 3062, app/assets/stylesheets/admin/admin_dashboard.scss */
.tag-button:hover a {
  color: white !important;
}

/* line 3068, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-comments .card-border-comment textarea {
  height: auto;
  border-color: #aeaeae;
  padding: 5px 5px;
  min-height: 5em;
}

/* line 3077, app/assets/stylesheets/admin/admin_dashboard.scss */
.graph-viewer-tag {
  left: 64px;
  font-size: 23px;
  top: -2px;
  color: #33334f;
}

/* line 3084, app/assets/stylesheets/admin/admin_dashboard.scss */
.bubble-viewer {
  left: 87px;
  font-size: 23px !important;
  top: -2px;
  color: #33334f;
}

/* line 3091, app/assets/stylesheets/admin/admin_dashboard.scss */
.no-margin-top {
  margin-top: 0px !important;
}

/* line 3095, app/assets/stylesheets/admin/admin_dashboard.scss */
.no-top {
  top: 0px !important;
}

/* line 3098, app/assets/stylesheets/admin/admin_dashboard.scss */
.adminideaboxes .admin-ideation-select {
  top: 0 !important;
}

/* line 3101, app/assets/stylesheets/admin/admin_dashboard.scss */
.card-viewer {
  right: -10px;
  font-size: 25px !important;
  top: -2px;
  color: #33334f;
}

/* line 3108, app/assets/stylesheets/admin/admin_dashboard.scss */
.idea-card-viewer {
  left: 39px !important;
}

/* line 3112, app/assets/stylesheets/admin/admin_dashboard.scss */
.grid-view-drop-down {
  float: left;
}

/* line 3116, app/assets/stylesheets/admin/admin_dashboard.scss */
.grid-view-drop-down a:hover {
  color: #33334f;
}

/* line 3121, app/assets/stylesheets/admin/admin_dashboard.scss */
.table-action-drop-down-icon {
  position: absolute;
  right: -6px;
  color: #33334f;
}

/* line 3127, app/assets/stylesheets/admin/admin_dashboard.scss */
.width-max-content {
  width: -moz-max-content !important;
  width: max-content !important;
}

/* line 3130, app/assets/stylesheets/admin/admin_dashboard.scss */
.table-action-drop-down-icon-checbox {
  position: absolute;
  right: -7px;
  color: #33334f;
}

/* line 3135, app/assets/stylesheets/admin/admin_dashboard.scss */
.table-action-drop-down-icon-grid-view {
  position: absolute;
  right: -6px;
  color: #33334f;
}

/* line 3141, app/assets/stylesheets/admin/admin_dashboard.scss */
.tablesorter-header {
  cursor: pointer;
  white-space: normal;
  position: relative;
}

/* line 3145, app/assets/stylesheets/admin/admin_dashboard.scss */
.tablesorter-header::before {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  opacity: 0.3;
  background-image: url(data:image/gif;base64,R0lGODlhFQAJAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAkAAAIXjI+AywnaYnhUMoqt3gZXPmVg94yJVQAAOw==);
  background-position: center right;
  background-repeat: no-repeat;
}

/* line 3159, app/assets/stylesheets/admin/admin_dashboard.scss */
.sorter-false {
  background-image: none;
  cursor: default;
  padding: 6px;
}

/* line 3166, app/assets/stylesheets/admin/admin_dashboard.scss */
.tablesorter-headerAsc::before {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  opacity: 0.3;
  background-image: url(data:image/gif;base64,R0lGODlhFQAEAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAQAAAINjI8Bya2wnINUMopZAQA7);
  background-position: center right;
  background-repeat: no-repeat;
}

/* line 3181, app/assets/stylesheets/admin/admin_dashboard.scss */
.tablesorter-headerDesc::before {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  opacity: 0.3;
  background-image: url(data:image/gif;base64,R0lGODlhFQAEAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAQAAAINjB+gC+jP2ptn0WskLQA7);
  background-position: center right;
  background-repeat: no-repeat;
}

/* line 3195, app/assets/stylesheets/admin/admin_dashboard.scss */
.tablesorter-header-inner {
  background-image: none !important;
  width: -moz-max-content;
  width: max-content;
  color: #545454;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.4px;
  text-transform: uppercase;
}

/* line 3205, app/assets/stylesheets/admin/admin_dashboard.scss */
.relative-searchbar {
  width: 100%;
}

/* line 3207, app/assets/stylesheets/admin/admin_dashboard.scss */
.relative-searchbar .search-field {
  width: 100% !important;
  background-color: white !important;
  margin-bottom: 0 !important;
  border-radius: 5px !important;
}

/* line 3217, app/assets/stylesheets/admin/admin_dashboard.scss */
.select-grid-view {
  color: #33334f;
}

/* line 3220, app/assets/stylesheets/admin/admin_dashboard.scss */
table#mission-table-Section1 td {
  padding: 0.5rem 0.4rem;
}

/* line 3224, app/assets/stylesheets/admin/admin_dashboard.scss */
table#mission-table-Section1 td {
  padding: 0.5rem 0.4rem;
}

/* line 3228, app/assets/stylesheets/admin/admin_dashboard.scss */
table#project-mission-table-Section1 td {
  padding: 0.134rem 0.4rem;
}

/* line 3231, app/assets/stylesheets/admin/admin_dashboard.scss */
table#project-mission-table-Section1 th {
  padding-top: 0.32rem;
  padding-bottom: 0.32rem;
}

/* line 3241, app/assets/stylesheets/admin/admin_dashboard.scss */
.container.container-admin #Section1 .dropdown-content,
.container.container-admin #Section2 .dropdown-content,
.container.container-admin #Section3 .dropdown-content,
.container.container-admin #Section4 .dropdown-content {
  width: -moz-max-content !important;
  width: max-content !important;
}

/* line 3245, app/assets/stylesheets/admin/admin_dashboard.scss */
.container.container-admin #Section1.tab-containers {
  display: block;
}

/* line 3255, app/assets/stylesheets/admin/admin_dashboard.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;
  min-width: 112px;
}

/* line 3260, app/assets/stylesheets/admin/admin_dashboard.scss */
.new-container-admin #Section1.tab-containers {
  display: block;
}

/* line 3265, app/assets/stylesheets/admin/admin_dashboard.scss */
.remove-bottom-border {
  border-bottom: 2px solid transparent;
}

/* line 3269, app/assets/stylesheets/admin/admin_dashboard.scss */
.remove-padding-right {
  padding-right: 0px !important;
}

/* line 3272, app/assets/stylesheets/admin/admin_dashboard.scss */
.card-row-padding {
  padding: 0px 20px;
}

/* line 3275, app/assets/stylesheets/admin/admin_dashboard.scss */
.graph-padding {
  padding: 10px;
}

/* line 3278, app/assets/stylesheets/admin/admin_dashboard.scss */
.mission-card-shorten-padding-increase-text {
  padding: 6px !important;
  padding-top: 0px !important;
  font-size: 1.2em;
}

/* line 3283, app/assets/stylesheets/admin/admin_dashboard.scss */
.mission-card-title {
  font-size: 1em;
  padding-bottom: 1px !important;
}

/* line 3287, app/assets/stylesheets/admin/admin_dashboard.scss */
.mission-card-info-padding {
  padding: 0px 10px;
}

/* line 3291, app/assets/stylesheets/admin/admin_dashboard.scss */
.card-content-missions {
  padding: 5px 20px !important;
  font-family: "RefrigeratorReg", sans-serif;
  color: #33334f;
}

/* line 3295, app/assets/stylesheets/admin/admin_dashboard.scss */
.card-content-missions .card-title {
  font-size: 1.6em !important;
  line-height: normal !important;
  letter-spacing: normal;
}

/* line 3302, app/assets/stylesheets/admin/admin_dashboard.scss */
.card-checkbox-position-custom {
  background-color: #33334f;
  position: absolute;
  top: -10px !important;
  right: -10px !important;
}

/* line 3308, app/assets/stylesheets/admin/admin_dashboard.scss */
.card-checkbox-position {
  position: absolute;
  top: 8px !important;
  left: -5px !important;
  z-index: 1;
}

/* line 3314, app/assets/stylesheets/admin/admin_dashboard.scss */
.card-checkbox[type="checkbox"]:not(:checked) + label:after {
  border: 2px solid #ececec !important;
}

/* line 3318, app/assets/stylesheets/admin/admin_dashboard.scss */
.filled-in[type="checkbox"]:checked + label:after {
  border: 2px solid #33334f !important;
  background-color: #33334f !important;
}

/* line 3323, app/assets/stylesheets/admin/admin_dashboard.scss */
.card-checked {
  border: 2px solid #33334f;
}

/* line 3328, app/assets/stylesheets/admin/admin_dashboard.scss */
.category-item [type="checkbox"]:not(:checked),
.category-item [type="checkbox"]:checked {
  position: absolute;
  opacity: inherit;
  z-index: 9;
  pointer-events: inherit;
}

/* line 3337, app/assets/stylesheets/admin/admin_dashboard.scss */
.card-check {
  left: 10px;
  top: 10px;
  width: 20px;
  height: 20px;
}

/* line 3345, app/assets/stylesheets/admin/admin_dashboard.scss */
.card.category-item .card-image input {
  display: none;
}

/* line 3349, app/assets/stylesheets/admin/admin_dashboard.scss */
.card.category-item .card-image:hover input {
  display: inline;
}

/* line 3353, app/assets/stylesheets/admin/admin_dashboard.scss */
.card.category-item .card-image input:checked {
  display: inline;
}

/* line 3358, app/assets/stylesheets/admin/admin_dashboard.scss */
.list-action-margin {
  margin-left: 20px;
}

/* line 3362, app/assets/stylesheets/admin/admin_dashboard.scss */
.inbox-idea-image {
  left: -31px;
}

@media only screen and (max-width: 1180px) {
  /* line 3369, app/assets/stylesheets/admin/admin_dashboard.scss */
  .container-admin {
    width: 74% !important;
    left: 280px;
  }
  /* line 3376, app/assets/stylesheets/admin/admin_dashboard.scss */
  .side-bar-two {
    width: 135px;
    left: 160px;
  }
}

@media only screen and (max-width: 992px) {
  /* line 3383, app/assets/stylesheets/admin/admin_dashboard.scss */
  .container-admin {
    width: 87% !important;
    left: 115px;
  }
  /* line 3387, app/assets/stylesheets/admin/admin_dashboard.scss */
  .side-bar {
    width: 0px;
  }
  /* line 3392, app/assets/stylesheets/admin/admin_dashboard.scss */
  .side-bar-two {
    left: 0px;
  }
  /* line 3396, app/assets/stylesheets/admin/admin_dashboard.scss */
  .show-side-bar {
    width: 170px !important;
  }
}

/* line 3404, app/assets/stylesheets/admin/admin_dashboard.scss */
.container-admin-dashboard {
  position: fixed;
  left: 160px;
  width: 87% !important;
  height: 100%;
  background: #ffffffc4;
  padding: 25px 15px;
  overflow-y: scroll;
}

/* line 3413, app/assets/stylesheets/admin/admin_dashboard.scss */
.no-letter-spacing {
  letter-spacing: 0px !important;
}

/* line 3417, app/assets/stylesheets/admin/admin_dashboard.scss */
.colored-graphs .highcharts-color-0 {
  fill: #425a71;
}

/* line 3420, app/assets/stylesheets/admin/admin_dashboard.scss */
.colored-graphs .highcharts-color-1 {
  fill: #f64335;
}

/* line 3423, app/assets/stylesheets/admin/admin_dashboard.scss */
.colored-graphs .highcharts-color-2 {
  fill: #ffc84c;
}

/* line 3426, app/assets/stylesheets/admin/admin_dashboard.scss */
.colored-graphs .highcharts-color-3 {
  fill: #b3b3b3;
}

/* line 3429, app/assets/stylesheets/admin/admin_dashboard.scss */
.colored-graphs .highcharts-color-4 {
  fill: #a4d165;
}

/* line 3433, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-info-card-title-number {
  font-family: "RefrigeratorLight", sans-serif, sans-serif;
  color: #33334f;
  font-size: 5em !important;
  letter-spacing: 2.44px;
  padding: 13px;
}

/* line 3440, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-info-card-title {
  color: #33334f;
  font-size: 1.3em !important;
  margin-bottom: -10px !important;
}

/* line 3444, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-info-card-title.large-text {
  font-size: 1.2em !important;
}

/* line 3449, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-card-title {
  font-size: 1.2em !important;
  position: relative;
  left: 15px;
  top: -2px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

/* line 3460, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-main-select {
  position: relative;
  top: -35px;
}

/* line 3464, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-main-select-text {
  position: relative;
  left: 0px;
  top: -25px;
  font-size: 10px;
  margin-top: 10px;
}

/* line 3471, app/assets/stylesheets/admin/admin_dashboard.scss */
.inbox-select-wrapper {
  margin-top: -21px !important;
  width: 90px !important;
}

/* line 3474, app/assets/stylesheets/admin/admin_dashboard.scss */
.inbox-select-wrapper .select-wrapper {
  margin-left: -35px !important;
}

/* line 3479, app/assets/stylesheets/admin/admin_dashboard.scss */
.ideation-ideas-filter .dropdown-content {
  min-width: 220px;
}

/* line 3485, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-ideation-select ul {
  max-height: 300px !important;
}

/* line 3490, app/assets/stylesheets/admin/admin_dashboard.scss */
.dropdown-height {
  margin-top: -14px;
}

/* line 3492, app/assets/stylesheets/admin/admin_dashboard.scss */
.dropdown-height ul {
  height: 300px !important;
}

/* line 3497, app/assets/stylesheets/admin/admin_dashboard.scss */
.idea-box-ideas {
  min-width: 160px !important;
  height: 36px !important;
  padding: 0px 15px !important;
  line-height: 40px;
}

/* line 3503, app/assets/stylesheets/admin/admin_dashboard.scss */
.bookmark-icon-padding {
  padding-bottom: 1px !important;
  padding-top: 7px !important;
}

/* line 3509, app/assets/stylesheets/admin/admin_dashboard.scss */
.tablesorter-header-inner i {
  padding-bottom: unset !important;
}

/* line 3513, app/assets/stylesheets/admin/admin_dashboard.scss */
.pd-left-5 {
  padding-left: 5px;
  padding-right: 3px;
}

/* line 3517, app/assets/stylesheets/admin/admin_dashboard.scss */
.float-right {
  float: right;
}

/* line 3521, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-ideation-select-wrapper.action-wrapper {
  margin-top: 15px;
}

/* line 3524, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-ideation-select-wrapper .admin-ideation-select {
  position: relative;
  top: -33px;
}

/* line 3528, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-ideation-select-wrapper .admin-ideation-select .select-dropdown {
  width: 100px;
  border-bottom: none;
  text-overflow: ellipsis;
  color: #33334f;
}

/* line 3535, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-ideation-select-wrapper .admin-ideation-select-text {
  position: relative;
  left: 6px;
  top: -25px;
  font-size: 10px;
  opacity: 0;
}

/* line 3543, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-ideation-select-wrapper .top-zero.admin-ideation-select {
  top: 0px;
}

/* line 3548, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-ideation-select-wrapper.w-115 {
  width: 115px;
}

/* line 3550, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-ideation-select-wrapper.w-115 input {
  width: 100% !important;
}

/* line 3555, app/assets/stylesheets/admin/admin_dashboard.scss */
.stats-drop-down-text {
  position: relative;
  bottom: 7px;
}

/* line 3559, app/assets/stylesheets/admin/admin_dashboard.scss */
.stats-drop-down {
  position: relative;
  bottom: 2px;
  left: 3px;
}

/* line 3564, app/assets/stylesheets/admin/admin_dashboard.scss */
.stats-drop-down-dashboard {
  position: absolute;
  top: 10px;
  right: 3px;
}

/* line 3569, app/assets/stylesheets/admin/admin_dashboard.scss */
.see-stats-label {
  position: absolute;
  left: -40px;
  top: 12px;
}

/* line 3574, app/assets/stylesheets/admin/admin_dashboard.scss */
.mission-table-padding {
  padding: 0px 8px;
}

/* line 3578, app/assets/stylesheets/admin/admin_dashboard.scss */
.settings-card-icon {
  font-size: 45px !important;
  vertical-align: -webkit-baseline-middle;
}

/* line 3583, app/assets/stylesheets/admin/admin_dashboard.scss */
.settings-page-padding {
  padding-top: 50px;
}

/* line 3586, app/assets/stylesheets/admin/admin_dashboard.scss */
.settings-container-padding {
  padding-left: 30px;
}

/* line 3589, app/assets/stylesheets/admin/admin_dashboard.scss */
.settings-card-icon-padding {
  padding-left: 30%;
}

/* line 3593, app/assets/stylesheets/admin/admin_dashboard.scss */
.coming-soon-page-padding {
  padding-top: 50px;
  padding-left: 10px;
}

/* line 3598, app/assets/stylesheets/admin/admin_dashboard.scss */
.coming-soon-title {
  color: #33334f;
  font-size: 25px;
  margin: 0px;
  margin-top: 10px;
  letter-spacing: 1.44px;
  text-transform: uppercase;
}

/* line 3607, app/assets/stylesheets/admin/admin_dashboard.scss */
.desc_area_label {
  margin-top: -8px !important;
}

/* line 3613, app/assets/stylesheets/admin/admin_dashboard.scss */
.ui-dialog {
  background-color: aliceblue;
}

/* line 3616, app/assets/stylesheets/admin/admin_dashboard.scss */
.ui-dialog-titlebar-close {
  display: none !important;
}

/* line 3619, app/assets/stylesheets/admin/admin_dashboard.scss */
.input-field .dropdown-content [type="checkbox"] + label {
  display: block;
  left: -25px;
  top: 6px;
}

/* line 3624, app/assets/stylesheets/admin/admin_dashboard.scss */
.dropdown-content li > span {
  color: black;
  font-size: 14px;
}

/* line 3629, app/assets/stylesheets/admin/admin_dashboard.scss */
.dropdown-action {
  padding-right: 0px !important;
}

/* line 3632, app/assets/stylesheets/admin/admin_dashboard.scss */
.dropdown-action input:not([type]),
.dropdown-action input[type="text"]:not(.browser-default):not(.mce-textbox),
.dropdown-action input[type="color"]:not(.browser-default):not(.mce-textbox),
.dropdown-action input[type="password"]:not(.browser-default):not(.mce-textbox),
.dropdown-action input[type="email"]:not(.browser-default):not(.mce-textbox),
.dropdown-action input[type="url"]:not(.browser-default):not(.mce-textbox),
.dropdown-action input[type="time"]:not(.browser-default):not(.mce-textbox),
.dropdown-action input[type="date"]:not(.browser-default):not(.mce-textbox),
.dropdown-action input[type="datetime"]:not(.browser-default):not(.mce-textbox),
.dropdown-action input[type="datetime-local"]:not(.browser-default):not(.mce-textbox),
.dropdown-action input[type="tel"]:not(.browser-default):not(.mce-textbox),
.dropdown-action input[type="number"]:not(.browser-default):not(.mce-textbox),
.dropdown-action input[type="search"]:not(.browser-default):not(.mce-textbox),
.dropdown-action textarea.materialize-textarea {
  background-color: transparent;
  border: none;
  border: 1px solid #f41403;
  border-radius: 3px;
  outline: none;
  height: 28px;
  width: 97px;
  font-size: 1rem;
  padding-right: 13px;
  color: #f41403;
  box-shadow: none;
  box-sizing: content-box;
  transition: all 0.3s;
  text-align: center;
}

/* line 3664, app/assets/stylesheets/admin/admin_dashboard.scss */
.dropdown-action span.caret:before {
  color: #f41403 !important;
}

/* line 3670, app/assets/stylesheets/admin/admin_dashboard.scss */
.timeline-numbers-left-ol {
  float: left;
  padding-top: 12px;
}

/* line 3674, app/assets/stylesheets/admin/admin_dashboard.scss */
.ol-box-small {
  background: white;
  height: 50px;
  padding-top: 12px;
  border-bottom: 1px solid #f7f7f8;
}

/* line 3682, app/assets/stylesheets/admin/admin_dashboard.scss */
.agent-progression .admin-info-card-title {
  font-size: 1.2em !important;
}

/* line 3685, app/assets/stylesheets/admin/admin_dashboard.scss */
.agent-progression .dashboard-table-col-text-overflow {
  max-width: 180px;
}

/* line 3688, app/assets/stylesheets/admin/admin_dashboard.scss */
.agent-progression .card-table-padding {
  padding: 0px;
  padding-bottom: 10px;
}

/* line 3692, app/assets/stylesheets/admin/admin_dashboard.scss */
.agent-progression .admin-card-title {
  left: 3px;
}

/* line 3696, app/assets/stylesheets/admin/admin_dashboard.scss */
.agent-progression .achievements-cards .row {
  margin-bottom: 0px;
}

/* line 3699, app/assets/stylesheets/admin/admin_dashboard.scss */
.agent-progression .achievements-cards .card-content {
  padding: 10px 0px;
  min-height: 140px;
}

/* line 3703, app/assets/stylesheets/admin/admin_dashboard.scss */
.agent-progression .achievements-cards .admin-info-card-title {
  font-size: 0.9em !important;
  line-height: 14px !important;
  padding-bottom: 5px;
}

/* line 3708, app/assets/stylesheets/admin/admin_dashboard.scss */
.agent-progression .achievements-cards .badge-image {
  padding-left: 20px;
}

/* line 3711, app/assets/stylesheets/admin/admin_dashboard.scss */
.agent-progression .achievements-cards .admin-info-card-title-number {
  padding: 20px 20px 20px 0px;
}

/* line 3717, app/assets/stylesheets/admin/admin_dashboard.scss */
.card-css {
  height: 143px;
  width: 243px;
}

/* line 3721, app/assets/stylesheets/admin/admin_dashboard.scss */
.card-icon-css {
  font-size: 6rem !important;
  color: black;
}

/* line 3725, app/assets/stylesheets/admin/admin_dashboard.scss */
.card-text-css {
  font-size: 14px !important;
}

/* line 3728, app/assets/stylesheets/admin/admin_dashboard.scss */
.placeholder-image {
  height: auto;
  width: 100%;
  padding: 0px;
  margin: 0px;
}

/* line 3734, app/assets/stylesheets/admin/admin_dashboard.scss */
#badges-tab {
  padding-top: 50px;
}

/* line 3739, app/assets/stylesheets/admin/admin_dashboard.scss */
.team-ranking-tabs .tabs .tab a {
  color: #6991b7;
}

/* line 3742, app/assets/stylesheets/admin/admin_dashboard.scss */
.team-ranking-tabs .tabs .indicator {
  background-color: #6991b7;
}

/* line 3747, app/assets/stylesheets/admin/admin_dashboard.scss */
.mission_xp_heading,
.score_xp_heading {
  padding-top: 40px;
}

@media only screen and (min-width: 1281px) {
  /* line 3753, app/assets/stylesheets/admin/admin_dashboard.scss */
  .xlargescreen {
    float: right !important;
    width: 44% !important;
  }
}

@media only screen and (min-width: 1750px) {
  /* line 3759, app/assets/stylesheets/admin/admin_dashboard.scss */
  .xlargescreen {
    float: right !important;
    width: 25% !important;
  }
}

@media only screen and (max-width: 1180px) {
  /* line 3767, app/assets/stylesheets/admin/admin_dashboard.scss */
  .container-admin-dashboard {
    width: 84% !important;
    left: 180px;
  }
}

@media only screen and (max-width: 992px) {
  /* line 3774, app/assets/stylesheets/admin/admin_dashboard.scss */
  .container-admin-dashboard {
    width: 100% !important;
    left: 0px;
  }
  /* line 3778, app/assets/stylesheets/admin/admin_dashboard.scss */
  .side-bar {
    width: 0px;
  }
}

/* line 3783, app/assets/stylesheets/admin/admin_dashboard.scss */
.highcharts-credits {
  display: none;
}

/* line 3788, app/assets/stylesheets/admin/admin_dashboard.scss */
.header-info-bar {
  position: relative;
  margin-top: -25px;
  padding: 15px 0px;
  background-color: white;
  color: black !important;
  box-shadow: 1px 6px 6px 1px rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

/* line 3799, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-main-title-mobile {
  font-size: 18px;
  margin: 0px;
  margin-top: 3px;
  margin-bottom: 20px;
  letter-spacing: 1.44px;
  text-transform: uppercase;
}

/* line 3808, app/assets/stylesheets/admin/admin_dashboard.scss */
.mobile-dashboard-items {
  padding: 5px;
}

/* line 3812, app/assets/stylesheets/admin/admin_dashboard.scss */
.mobile-border-right {
  border-right: 1px solid #425a71;
  min-height: 110px !important;
}

/* line 3817, app/assets/stylesheets/admin/admin_dashboard.scss */
.mobile-border-left {
  border-left: 1px solid #425a71;
  min-height: 110px !important;
}

@media only screen and (max-width: 600px), only screen and (max-device-width: 641px) and (orientation: landscape) {
  /* line 3824, app/assets/stylesheets/admin/admin_dashboard.scss */
  .user-avatar {
    position: relative;
    right: -25px;
  }
  /* line 3827, app/assets/stylesheets/admin/admin_dashboard.scss */
  .user-avatar img {
    margin-top: 8px;
  }
}

/* line 3833, app/assets/stylesheets/admin/admin_dashboard.scss */
.dashboard-font {
  font-size: 30px;
}

/* line 3837, app/assets/stylesheets/admin/admin_dashboard.scss */
.inbox-idea-tabs {
  margin-left: -0.75rem !important;
  margin-right: -0.75rem !important;
}

/* line 3840, app/assets/stylesheets/admin/admin_dashboard.scss */
.inbox-idea-tabs .tab:hover {
  background-color: #6991b7;
}

/* line 3843, app/assets/stylesheets/admin/admin_dashboard.scss */
.inbox-idea-tabs .tabs .tab a.active {
  background-color: #6991b7;
}

/* line 3847, app/assets/stylesheets/admin/admin_dashboard.scss */
.inbox-idea-tabs.idea-comment-tab.newstyle-tabs {
  margin-left: -0.75rem !important;
  margin-right: -0.75rem !important;
}

/* line 3850, app/assets/stylesheets/admin/admin_dashboard.scss */
.inbox-idea-tabs.idea-comment-tab.newstyle-tabs .tabs {
  border-bottom: 1px solid #33334f;
}

/* line 3853, app/assets/stylesheets/admin/admin_dashboard.scss */
.inbox-idea-tabs.idea-comment-tab.newstyle-tabs .tab a {
  background: #e3e3e3;
  color: #5e5e5e;
  border: 1px solid #33334f;
  height: 48px;
}

/* line 3859, app/assets/stylesheets/admin/admin_dashboard.scss */
.inbox-idea-tabs.idea-comment-tab.newstyle-tabs .tab:hover {
  background-color: #fafafa;
}

/* line 3862, app/assets/stylesheets/admin/admin_dashboard.scss */
.inbox-idea-tabs.idea-comment-tab.newstyle-tabs .tabs .tab a.active {
  background-color: #fafafa;
  color: #33334f;
  border-bottom: 0;
  height: 48px;
}

/* line 3868, app/assets/stylesheets/admin/admin_dashboard.scss */
.inbox-idea-tabs.idea-comment-tab.newstyle-tabs .tabs .indicator {
  background-color: #fafafa;
}

/* line 3872, app/assets/stylesheets/admin/admin_dashboard.scss */
.nav-main-title {
  color: white;
  position: absolute;
  left: 0px;
  right: 0px;
  margin-left: auto;
  font-size: 20px;
}

/* line 3882, app/assets/stylesheets/admin/admin_dashboard.scss */
.label-mission-end {
  margin-top: -10px;
}

/* line 3886, app/assets/stylesheets/admin/admin_dashboard.scss */
.end-round-save-admin {
  width: 10px !important;
}

/* line 3890, app/assets/stylesheets/admin/admin_dashboard.scss */
.z-index-zero {
  z-index: 0 !important;
}

/* line 3898, app/assets/stylesheets/admin/admin_dashboard.scss */
.card .column-width {
  display: none;
}

/* line 3901, app/assets/stylesheets/admin/admin_dashboard.scss */
.card .file-field {
  padding: 0px;
}

/* line 3904, app/assets/stylesheets/admin/admin_dashboard.scss */
.card .file-path-wrapper {
  overflow: inherit;
}

/* line 3907, app/assets/stylesheets/admin/admin_dashboard.scss */
.card .profile-image-view {
  max-height: 130px;
}

/* line 3912, app/assets/stylesheets/admin/admin_dashboard.scss */
.dropdown-content {
  opacity: 1 !important;
}

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

/* line 3921, app/assets/stylesheets/admin/admin_dashboard.scss */
.input-field:focus {
  border-bottom: none;
}

/* line 3927, app/assets/stylesheets/admin/admin_dashboard.scss */
.new-mission-flow-modal {
  overflow-y: hidden !important;
}

/* line 3929, app/assets/stylesheets/admin/admin_dashboard.scss */
.new-mission-flow-modal.modal-small {
  height: 245px;
  width: 45%;
  top: 25% !important;
}

/* line 3934, app/assets/stylesheets/admin/admin_dashboard.scss */
.new-mission-flow-modal.modal-timer {
  height: 550px;
  max-height: 550px;
  width: 50%;
  top: 0 !important;
  bottom: 0;
}

/* line 3941, app/assets/stylesheets/admin/admin_dashboard.scss */
.new-mission-flow-modal.modal-med-small {
  height: 330px;
  max-height: 500px;
  width: 50%;
  top: 0 !important;
  bottom: 0;
}

/* line 3948, app/assets/stylesheets/admin/admin_dashboard.scss */
.new-mission-flow-modal.modal-med-auto {
  top: 0 !important;
  bottom: 0;
  max-height: 600px;
}

/* line 3953, app/assets/stylesheets/admin/admin_dashboard.scss */
.new-mission-flow-modal.modal-criteria {
  height: 480px;
  min-width: 65%;
  top: 0 !important;
  bottom: 0;
}

/* line 3959, app/assets/stylesheets/admin/admin_dashboard.scss */
.new-mission-flow-modal.modal-med-large {
  min-height: 80%;
  min-width: 55%;
  top: 0 !important;
  bottom: 0;
}

/* line 3965, app/assets/stylesheets/admin/admin_dashboard.scss */
.new-mission-flow-modal.modal-large {
  min-height: 92%;
  min-width: 95%;
  top: 5% !important;
}

/* line 3970, app/assets/stylesheets/admin/admin_dashboard.scss */
.new-mission-flow-modal textarea.materialize-textarea {
  height: 1rem;
  min-height: 1rem;
}

/* line 3974, app/assets/stylesheets/admin/admin_dashboard.scss */
.new-mission-flow-modal span.caret {
  position: absolute;
  right: -13px;
  top: 7px;
  visibility: hidden;
}

/* line 3980, app/assets/stylesheets/admin/admin_dashboard.scss */
.new-mission-flow-modal .criteria-left {
  border-right: 1px solid #33334f;
}

/* line 3984, app/assets/stylesheets/admin/admin_dashboard.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 3994, app/assets/stylesheets/admin/admin_dashboard.scss */
.new-mission-flow-modal .builder-modals .right-container {
  padding-top: 30px;
}

/* line 3997, app/assets/stylesheets/admin/admin_dashboard.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 4005, app/assets/stylesheets/admin/admin_dashboard.scss */
.new-mission-flow-modal .builder-modals .btn-custom {
  width: auto !important;
}

/* line 4008, app/assets/stylesheets/admin/admin_dashboard.scss */
.new-mission-flow-modal .builder-modals .profile-edit-pic {
  background-image: url(https://app.acceptmission.com/assets/am-standard.png);
}

/* line 4012, app/assets/stylesheets/admin/admin_dashboard.scss */
.new-mission-flow-modal .builder-modals .modify.selection-idea {
  top: -70px;
  left: -130px;
  position: relative;
}

/* line 4019, app/assets/stylesheets/admin/admin_dashboard.scss */
.new-mission-flow-modal .builder-modals .agents-file-field .file-field {
  padding: 0px !important;
}

/* line 4021, app/assets/stylesheets/admin/admin_dashboard.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 4025, app/assets/stylesheets/admin/admin_dashboard.scss */
.new-mission-flow-modal .builder-modals .agents-file-field .file-path-wrapper {
  overflow: inherit !important;
  padding-left: 0px !important;
}

/* line 4030, app/assets/stylesheets/admin/admin_dashboard.scss */
.new-mission-flow-modal .builder-modals .small-title {
  font-size: 14px;
  letter-spacing: 1.1px;
  text-transform: uppercase;
}

/* line 4035, app/assets/stylesheets/admin/admin_dashboard.scss */
.new-mission-flow-modal .builder-modals .small-description {
  font-size: 11px;
  letter-spacing: 1px;
}

/* line 4039, app/assets/stylesheets/admin/admin_dashboard.scss */
.new-mission-flow-modal .builder-modals .font-color-main {
  color: #33334f;
}

/* line 4042, app/assets/stylesheets/admin/admin_dashboard.scss */
.new-mission-flow-modal .builder-modals .margin-fix {
  margin-bottom: -25px;
}

/* line 4045, app/assets/stylesheets/admin/admin_dashboard.scss */
.new-mission-flow-modal .builder-modals .add-margin-bottom {
  margin-bottom: 20px;
}

/* line 4048, app/assets/stylesheets/admin/admin_dashboard.scss */
.new-mission-flow-modal .builder-modals .small-info-text {
  font-size: 0.8rem;
}

/* line 4051, app/assets/stylesheets/admin/admin_dashboard.scss */
.new-mission-flow-modal .builder-modals .btn-adjust {
  top: 5px;
  right: 0px;
  font-size: 0.7em;
}

/* line 4057, app/assets/stylesheets/admin/admin_dashboard.scss */
.new-mission-flow-modal .builder-modals .left-container::-webkit-scrollbar {
  background: transparent;
  width: 7px;
}

/* line 4062, app/assets/stylesheets/admin/admin_dashboard.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 4068, app/assets/stylesheets/admin/admin_dashboard.scss */
.new-mission-flow-modal .builder-modals .left-container::-webkit-scrollbar-thumb {
  background: #3f4065;
}

/* line 4073, app/assets/stylesheets/admin/admin_dashboard.scss */
.new-mission-flow-modal .builder-modals .left-container:hover::-webkit-scrollbar-thumb {
  background: #33334f;
}

/* line 4077, app/assets/stylesheets/admin/admin_dashboard.scss */
.new-mission-flow-modal .builder-modals .left-container:hover::-webkit-scrollbar-track {
  background: #9e9e9e54;
}

/* line 4082, app/assets/stylesheets/admin/admin_dashboard.scss */
.new-mission-flow-modal .modal-content::-webkit-scrollbar {
  background: transparent;
  width: 7px;
}

/* line 4086, app/assets/stylesheets/admin/admin_dashboard.scss */
.new-mission-flow-modal .modal-content::-webkit-scrollbar-track {
  background: transparent;
}

/* line 4090, app/assets/stylesheets/admin/admin_dashboard.scss */
.new-mission-flow-modal .modal-content::-webkit-scrollbar-thumb {
  background: #3f4065;
}

/* line 4094, app/assets/stylesheets/admin/admin_dashboard.scss */
.new-mission-flow-modal .modal-content:hover::-webkit-scrollbar-thumb {
  background: #33334f;
}

/* line 4098, app/assets/stylesheets/admin/admin_dashboard.scss */
.new-mission-flow-modal .modal-content:hover::-webkit-scrollbar-track {
  background: #9e9e9e54;
}

/* line 4101, app/assets/stylesheets/admin/admin_dashboard.scss */
.new-mission-flow-modal .footer-btns {
  margin-top: 35px !important;
}

/* line 4105, app/assets/stylesheets/admin/admin_dashboard.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 4111, app/assets/stylesheets/admin/admin_dashboard.scss */
.new-mission-flow-modal h4 {
  font-family: inherit !important;
  font-size: 1.1em !important;
  text-transform: none !important;
  line-height: 1.5;
}

/* line 4117, app/assets/stylesheets/admin/admin_dashboard.scss */
.new-mission-flow-modal .modal-close-col {
  position: fixed;
  right: 0px !important;
  top: 0px;
}

/* line 4122, app/assets/stylesheets/admin/admin_dashboard.scss */
.new-mission-flow-modal .modify {
  top: 50px;
  left: -105px;
}

/* line 4126, app/assets/stylesheets/admin/admin_dashboard.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 4134, app/assets/stylesheets/admin/admin_dashboard.scss */
.new-mission-flow-modal .fixed-modal-title h4.admin-main-title {
  margin-bottom: 10px;
  text-transform: uppercase !important;
}

/* line 4141, app/assets/stylesheets/admin/admin_dashboard.scss */
.new-mission-flow-modal .description {
  position: relative;
  top: 10%;
}

/* line 4147, app/assets/stylesheets/admin/admin_dashboard.scss */
.new-mission-flow-modal .input-field label {
  left: 0px;
}

/* line 4152, app/assets/stylesheets/admin/admin_dashboard.scss */
.new-mission-flow-modal .checkbox-col {
  width: 10px;
  padding-right: 20px;
}

/* line 4157, app/assets/stylesheets/admin/admin_dashboard.scss */
.new-mission-flow-modal .msg-margin {
  margin-top: 40px;
}

/* line 4160, app/assets/stylesheets/admin/admin_dashboard.scss */
.new-mission-flow-modal .msg {
  font-size: 13px;
}

/* line 4162, app/assets/stylesheets/admin/admin_dashboard.scss */
.new-mission-flow-modal .msg.error {
  color: #f41403;
}

/* line 4165, app/assets/stylesheets/admin/admin_dashboard.scss */
.new-mission-flow-modal .msg.success {
  color: #33334f;
}

/* line 4169, app/assets/stylesheets/admin/admin_dashboard.scss */
.new-mission-flow-modal .row-btn {
  top: 8px;
  position: relative;
}

/* line 4173, app/assets/stylesheets/admin/admin_dashboard.scss */
.new-mission-flow-modal .modal-footer {
  border-top: none !important;
}

/* line 4176, app/assets/stylesheets/admin/admin_dashboard.scss */
.new-mission-flow-modal .publish-modal-title {
  top: 45px;
  position: relative;
  font-size: 1.1em !important;
}

/* line 4181, app/assets/stylesheets/admin/admin_dashboard.scss */
.new-mission-flow-modal .btn, .new-mission-flow-modal .btn-large {
  position: relative;
  bottom: 10px;
  right: 20px;
  width: 140px;
  margin-left: 15px;
}

/* line 4187, app/assets/stylesheets/admin/admin_dashboard.scss */
.new-mission-flow-modal .btn.right-btn, .new-mission-flow-modal .right-btn.btn-large {
  background-color: #33334f;
}

/* line 4190, app/assets/stylesheets/admin/admin_dashboard.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 4200, app/assets/stylesheets/admin/admin_dashboard.scss */
.new-mission-flow-modal .right-btn:hover {
  background-color: #3f4065;
}

/* line 4205, app/assets/stylesheets/admin/admin_dashboard.scss */
.new-mission-flow-modal.fixes .footer-btn {
  width: -moz-fit-content !important;
  width: fit-content !important;
  padding: 0px 10px !important;
}

/* line 4209, app/assets/stylesheets/admin/admin_dashboard.scss */
.new-mission-flow-modal.fixes .del-btn.footer-btn {
  background-color: red;
  margin-right: 10px;
}

/* line 4212, app/assets/stylesheets/admin/admin_dashboard.scss */
.new-mission-flow-modal.fixes .del-btn.footer-btn .material-icons {
  position: relative;
  top: 6px;
}

/* line 4217, app/assets/stylesheets/admin/admin_dashboard.scss */
.new-mission-flow-modal.fixes .admin-title-help-icon.brainstorm-type {
  left: 5px;
  top: 4px;
}

/* line 4221, app/assets/stylesheets/admin/admin_dashboard.scss */
.new-mission-flow-modal.fixes .admin-title-help-icon.duration-select {
  left: 10px;
  top: 0px;
}

/* line 4225, app/assets/stylesheets/admin/admin_dashboard.scss */
.new-mission-flow-modal.fixes .admin-title-help-icon.review-type {
  left: 7px;
  top: 4px;
}

/* line 4229, app/assets/stylesheets/admin/admin_dashboard.scss */
.new-mission-flow-modal.fixes .admin-title-help-icon.review-comments {
  left: 5px;
  top: 4px;
}

/* line 4233, app/assets/stylesheets/admin/admin_dashboard.scss */
.new-mission-flow-modal.fixes .builder-modals .left-container {
  padding-top: 70px;
  padding-bottom: 120px;
}

/* line 4238, app/assets/stylesheets/admin/admin_dashboard.scss */
.new-mission-flow-modal.fixes .modal-content.wider {
  padding: 0px;
}

/* line 4242, app/assets/stylesheets/admin/admin_dashboard.scss */
.new-mission-flow-modal.fixes .admin-main-title {
  margin-bottom: -10px !important;
}

/* line 4245, app/assets/stylesheets/admin/admin_dashboard.scss */
.new-mission-flow-modal.fixes .fixed-modal-title {
  padding: 0px;
}

/* line 4248, app/assets/stylesheets/admin/admin_dashboard.scss */
.new-mission-flow-modal.fixes .desc-label-adjust {
  top: -25px;
  font-size: 12px;
  margin-top: -5px;
}

/* line 4253, app/assets/stylesheets/admin/admin_dashboard.scss */
.new-mission-flow-modal.fixes .file-field {
  position: relative;
  padding: 0px 40px;
}

/* line 4257, app/assets/stylesheets/admin/admin_dashboard.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 4268, app/assets/stylesheets/admin/admin_dashboard.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 4272, app/assets/stylesheets/admin/admin_dashboard.scss */
.new-mission-flow-modal.fixes .briefing-top-margin {
  margin-top: 35px;
}

/* line 4278, app/assets/stylesheets/admin/admin_dashboard.scss */
.like-idea-blue {
  color: #039be5;
}

/* line 4281, app/assets/stylesheets/admin/admin_dashboard.scss */
.like-idea-black {
  color: black;
}

/* line 4284, app/assets/stylesheets/admin/admin_dashboard.scss */
.row {
  margin-bottom: 5px;
}

/* line 4287, app/assets/stylesheets/admin/admin_dashboard.scss */
.new-mission-flow {
  padding: 16px;
}

/* line 4289, app/assets/stylesheets/admin/admin_dashboard.scss */
.new-mission-flow .sticky-top-bar {
  position: sticky;
  background-color: white;
  z-index: 1;
  top: 0;
  padding-top: 16px;
  padding-right: 170px;
}

/* line 4297, app/assets/stylesheets/admin/admin_dashboard.scss */
.new-mission-flow .settings-pages {
  padding: 5px 24px;
  padding-left: 0px;
}

/* line 4301, app/assets/stylesheets/admin/admin_dashboard.scss */
.new-mission-flow.flow-container {
  position: relative;
  padding: 20px 0px;
}

/* line 4305, app/assets/stylesheets/admin/admin_dashboard.scss */
.new-mission-flow.flow-container.builder-page {
  background-color: #ffffffb5;
}

/* line 4307, app/assets/stylesheets/admin/admin_dashboard.scss */
.new-mission-flow.flow-container.builder-page .builder-content {
  border-top: 1px solid #6791b8;
  padding: 15px 0px 0px 15px;
}

/* line 4312, app/assets/stylesheets/admin/admin_dashboard.scss */
.new-mission-flow.flow-container.builder-page .ui-round-hightlight {
  background: #33334f;
  color: white;
  border: 1px dashed white !important;
}

/* line 4318, app/assets/stylesheets/admin/admin_dashboard.scss */
.new-mission-flow.flow-container.builder-page .round-summary {
  height: 30px;
  margin-bottom: 25px;
}

/* line 4322, app/assets/stylesheets/admin/admin_dashboard.scss */
.new-mission-flow.flow-container.builder-page .round-edit {
  margin-top: 0px !important;
}

/* line 4326, app/assets/stylesheets/admin/admin_dashboard.scss */
.new-mission-flow.flow-container .settings-pages {
  margin-bottom: 50px;
}

/* line 4328, app/assets/stylesheets/admin/admin_dashboard.scss */
.new-mission-flow.flow-container .settings-pages .participants {
  padding: 5px 20px;
}

/* line 4331, app/assets/stylesheets/admin/admin_dashboard.scss */
.new-mission-flow.flow-container .settings-pages.hide-page {
  display: none;
}

/* line 4334, app/assets/stylesheets/admin/admin_dashboard.scss */
.new-mission-flow.flow-container .settings-pages.participant-table {
  min-height: 500px;
  padding-bottom: 40px;
}

/* line 4339, app/assets/stylesheets/admin/admin_dashboard.scss */
.new-mission-flow.flow-container .settings-pages .advance-field-margin {
  margin-top: 25px;
}

/* line 4343, app/assets/stylesheets/admin/admin_dashboard.scss */
.new-mission-flow.flow-container .settings-pages .admin-title-help-icon.undercover-select {
  left: 10px;
  top: 4px;
}

/* line 4347, app/assets/stylesheets/admin/admin_dashboard.scss */
.new-mission-flow.flow-container .settings-pages .admin-title-help-icon.owner-select {
  left: 10px;
  top: 4px;
}

/* line 4351, app/assets/stylesheets/admin/admin_dashboard.scss */
.new-mission-flow.flow-container .settings-pages .admin-title-help-icon.teamsize-select {
  left: 10px;
  top: 4px;
}

/* line 4356, app/assets/stylesheets/admin/admin_dashboard.scss */
.new-mission-flow.flow-container .settings-pages .builder-cards {
  padding: 0px 20px;
  cursor: pointer;
  color: #33334f;
}

/* line 4360, app/assets/stylesheets/admin/admin_dashboard.scss */
.new-mission-flow.flow-container .settings-pages .builder-cards .card {
  height: 210px;
}

/* line 4364, app/assets/stylesheets/admin/admin_dashboard.scss */
.new-mission-flow.flow-container .settings-pages .builder-cards .card-image-adjust {
  min-height: 76px;
}

@media only screen and (min-width: 1376px) {
  /* line 4368, app/assets/stylesheets/admin/admin_dashboard.scss */
  .new-mission-flow.flow-container .settings-pages .builder-cards .card {
    height: 250px;
  }
  /* line 4372, app/assets/stylesheets/admin/admin_dashboard.scss */
  .new-mission-flow.flow-container .settings-pages .builder-cards .card-image-adjust {
    min-height: 116px;
  }
}

/* line 4376, app/assets/stylesheets/admin/admin_dashboard.scss */
.new-mission-flow.flow-container .settings-pages .builder-cards .normal-text {
  color: #33334f;
}

/* line 4379, app/assets/stylesheets/admin/admin_dashboard.scss */
.new-mission-flow.flow-container .settings-pages .builder-cards .text-container {
  padding: 5px 0px;
}

/* line 4382, app/assets/stylesheets/admin/admin_dashboard.scss */
.new-mission-flow.flow-container .settings-pages .builder-cards .scratch-icon {
  font-size: 9.5em;
}

/* line 4385, app/assets/stylesheets/admin/admin_dashboard.scss */
.new-mission-flow.flow-container .settings-pages .builder-cards .scratch-text {
  font-size: 1.2em;
  padding: 9px 0px;
}

/* line 4389, app/assets/stylesheets/admin/admin_dashboard.scss */
.new-mission-flow.flow-container .settings-pages .builder-cards .title {
  font-size: 1.2vw;
  padding-bottom: 10px;
}

/* line 4393, app/assets/stylesheets/admin/admin_dashboard.scss */
.new-mission-flow.flow-container .settings-pages .builder-cards .small-text {
  font-size: 0.8em;
}

/* line 4398, app/assets/stylesheets/admin/admin_dashboard.scss */
.new-mission-flow.flow-container .settings-pages .builder-timeline .btn, .new-mission-flow.flow-container .settings-pages .builder-timeline .btn-large {
  margin-left: 0px !important;
  margin-top: 5px;
  font-size: 0.8em;
  width: 100%;
  padding: 0px;
}

/* line 4405, app/assets/stylesheets/admin/admin_dashboard.scss */
.new-mission-flow.flow-container .settings-pages .builder-timeline .builder-title1 {
  position: relative;
  top: -10px;
  font-size: 1.2em;
  text-transform: capitalize;
}

/* line 4411, app/assets/stylesheets/admin/admin_dashboard.scss */
.new-mission-flow.flow-container .settings-pages .builder-timeline .builder-title2 {
  position: relative;
  top: 14px;
  font-size: 1.2em;
}

/* line 4420, app/assets/stylesheets/admin/admin_dashboard.scss */
.new-mission-flow.flow-container .settings-pages .builder-timeline .builder-row-title {
  margin-top: 27px;
}

/* line 4423, app/assets/stylesheets/admin/admin_dashboard.scss */
.new-mission-flow.flow-container .settings-pages .builder-timeline .mission-row {
  border: 1px dashed #33334f;
  border-radius: 4px;
  height: 45px;
  margin-bottom: 10px;
  padding-top: 9px;
}

/* line 4429, app/assets/stylesheets/admin/admin_dashboard.scss */
.new-mission-flow.flow-container .settings-pages .builder-timeline .mission-row.set {
  border: 1px solid #6991b7;
  color: white;
  background-color: #6991b7;
  position: relative;
}

/* line 4434, app/assets/stylesheets/admin/admin_dashboard.scss */
.new-mission-flow.flow-container .settings-pages .builder-timeline .mission-row.set .detail-white-bg {
  background-color: white;
  padding: 14px 10px;
  width: 30%;
  height: 43px;
  position: absolute;
  left: 0px;
  top: 0px;
}

/* line 4443, app/assets/stylesheets/admin/admin_dashboard.scss */
.new-mission-flow.flow-container .settings-pages .builder-timeline .mission-row.set .left-text1,
.new-mission-flow.flow-container .settings-pages .builder-timeline .mission-row.set .left-text2 {
  color: #33334f;
}

/* line 4447, app/assets/stylesheets/admin/admin_dashboard.scss */
.new-mission-flow.flow-container .settings-pages .builder-timeline .mission-row.set .left-text1 {
  padding: 0px;
}

/* line 4451, app/assets/stylesheets/admin/admin_dashboard.scss */
.new-mission-flow.flow-container .settings-pages .builder-timeline .mission-row.set-playable {
  border: 1px solid #33334f;
  color: white;
  background-color: #33334f;
  position: relative;
}

/* line 4456, app/assets/stylesheets/admin/admin_dashboard.scss */
.new-mission-flow.flow-container .settings-pages .builder-timeline .mission-row.set-playable .detail-white-bg {
  background-color: white;
  padding: 14px 10px;
  width: 30%;
  height: 43px;
  position: absolute;
  left: 0px;
  top: 0px;
}

/* line 4465, app/assets/stylesheets/admin/admin_dashboard.scss */
.new-mission-flow.flow-container .settings-pages .builder-timeline .mission-row.set-playable .left-text1,
.new-mission-flow.flow-container .settings-pages .builder-timeline .mission-row.set-playable .left-text2 {
  color: #33334f;
}

/* line 4469, app/assets/stylesheets/admin/admin_dashboard.scss */
.new-mission-flow.flow-container .settings-pages .builder-timeline .mission-row.set-playable .left-text1 {
  padding: 0px;
}

/* line 4473, app/assets/stylesheets/admin/admin_dashboard.scss */
.new-mission-flow.flow-container .settings-pages .builder-timeline .mission-row.set-brainstorm {
  border: 1px solid #33334f;
  color: white;
  background-color: #f41403;
  position: relative;
}

/* line 4478, app/assets/stylesheets/admin/admin_dashboard.scss */
.new-mission-flow.flow-container .settings-pages .builder-timeline .mission-row.set-brainstorm .detail-white-bg {
  background-color: white;
  padding: 14px 10px;
  width: 30%;
  height: 43px;
  position: absolute;
  left: 0px;
  top: 0px;
}

/* line 4487, app/assets/stylesheets/admin/admin_dashboard.scss */
.new-mission-flow.flow-container .settings-pages .builder-timeline .mission-row.set-brainstorm .left-text1,
.new-mission-flow.flow-container .settings-pages .builder-timeline .mission-row.set-brainstorm .left-text2 {
  color: #33334f;
}

/* line 4491, app/assets/stylesheets/admin/admin_dashboard.scss */
.new-mission-flow.flow-container .settings-pages .builder-timeline .mission-row.set-brainstorm .left-text1 {
  padding: 0px;
}

/* line 4495, app/assets/stylesheets/admin/admin_dashboard.scss */
.new-mission-flow.flow-container .settings-pages .builder-timeline .mission-row .left-text1 {
  text-transform: uppercase;
  font-size: 11px;
  line-height: 14px;
}

/* line 4500, app/assets/stylesheets/admin/admin_dashboard.scss */
.new-mission-flow.flow-container .settings-pages .builder-timeline .mission-row .left-text2 {
  line-height: 11px;
  font-size: 11px;
  padding-top: 0 !important;
  padding-bottom: 10px;
}

/* line 4506, app/assets/stylesheets/admin/admin_dashboard.scss */
.new-mission-flow.flow-container .settings-pages .builder-timeline .mission-row .right-text {
  font-size: 14px;
  line-height: 24px;
}

/* line 4510, app/assets/stylesheets/admin/admin_dashboard.scss */
.new-mission-flow.flow-container .settings-pages .builder-timeline .mission-row .round-title {
  text-transform: uppercase;
  font-size: 14px;
}

/* line 4516, app/assets/stylesheets/admin/admin_dashboard.scss */
.new-mission-flow.flow-container .settings-pages .row-btn {
  top: 22px;
  right: -30px;
  position: relative;
}

/* line 4520, app/assets/stylesheets/admin/admin_dashboard.scss */
.new-mission-flow.flow-container .settings-pages .row-btn.agent {
  right: 0px;
}

/* line 4524, app/assets/stylesheets/admin/admin_dashboard.scss */
.new-mission-flow.flow-container .settings-pages .stats-image {
  width: 50px;
  border-radius: 50%;
}

/* line 4528, app/assets/stylesheets/admin/admin_dashboard.scss */
.new-mission-flow.flow-container .settings-pages .stats-header {
  width: 10px;
}

/* line 4532, app/assets/stylesheets/admin/admin_dashboard.scss */
.new-mission-flow.flow-container .settings-top-back-icon {
  position: relative;
  top: 5px;
  left: -5px;
}

/* line 4537, app/assets/stylesheets/admin/admin_dashboard.scss */
.new-mission-flow.flow-container .settings-top-btn {
  position: relative;
  top: 26px;
}

/* line 4540, app/assets/stylesheets/admin/admin_dashboard.scss */
.new-mission-flow.flow-container .settings-top-btn .right-btn {
  background-color: var(--main-dark-color) !important;
  height: 30px !important;
  padding: 0px 15px !important;
}

/* line 4546, app/assets/stylesheets/admin/admin_dashboard.scss */
.new-mission-flow.flow-container .admin-main-title {
  padding: 22px 0px;
}

/* line 4548, app/assets/stylesheets/admin/admin_dashboard.scss */
.new-mission-flow.flow-container .admin-main-title.mission-builder {
  font-size: 16px;
  top: 10px;
  position: relative;
  text-transform: none;
}

/* line 4557, app/assets/stylesheets/admin/admin_dashboard.scss */
.new-mission-flow textarea.materialize-textarea {
  height: 1rem;
}

/* line 4560, app/assets/stylesheets/admin/admin_dashboard.scss */
.new-mission-flow textarea.materialize-textarea.inbox {
  margin-bottom: 0px;
  max-height: 360px;
  overflow-y: scroll;
}

/* line 4567, app/assets/stylesheets/admin/admin_dashboard.scss */
.new-mission-flow .font-color-main {
  color: #33334f;
}

/* line 4570, app/assets/stylesheets/admin/admin_dashboard.scss */
.new-mission-flow .add-new-row-dash {
  border-bottom: 2px dashed #9e9e9e;
}

/* line 4573, app/assets/stylesheets/admin/admin_dashboard.scss */
.new-mission-flow .input-help-icon-container {
  position: relative;
}

/* line 4576, app/assets/stylesheets/admin/admin_dashboard.scss */
.new-mission-flow .input-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: 0px;
  cursor: pointer;
}

/* line 4586, app/assets/stylesheets/admin/admin_dashboard.scss */
.new-mission-flow .input-help-icon.image {
  top: -16px;
}

/* line 4590, app/assets/stylesheets/admin/admin_dashboard.scss */
.new-mission-flow.container-admin {
  overflow-y: auto;
  padding: 25px 30px;
  padding-bottom: 50px;
  margin-left: 10px;
}

/* line 4597, app/assets/stylesheets/admin/admin_dashboard.scss */
.new-mission-flow .mission-padding {
  padding: 35px 0px;
}

/* line 4601, app/assets/stylesheets/admin/admin_dashboard.scss */
.new-mission-flow .input-field label {
  left: 0px;
}

/* line 4607, app/assets/stylesheets/admin/admin_dashboard.scss */
.new-mission-flow.training-pages .main-content-margin {
  margin-top: 30px;
}

/* line 4611, app/assets/stylesheets/admin/admin_dashboard.scss */
.new-mission-flow.training-pages .table-row-title {
  font-weight: bold;
}

/* line 4614, app/assets/stylesheets/admin/admin_dashboard.scss */
.new-mission-flow.training-pages .subtitle-padding {
  padding-left: 10px;
}

/* line 4617, app/assets/stylesheets/admin/admin_dashboard.scss */
.new-mission-flow.training-pages .training-card-title {
  font-size: 1.1em !important;
  padding: 6px 0px;
}

/* line 4621, app/assets/stylesheets/admin/admin_dashboard.scss */
.new-mission-flow.training-pages .training-card-description {
  font-size: 0.8em !important;
  padding-bottom: 1px !important;
}

/* line 4626, app/assets/stylesheets/admin/admin_dashboard.scss */
.new-mission-flow .profile-img {
  height: auto;
  margin: 0px 0px;
}

/* line 4631, app/assets/stylesheets/admin/admin_dashboard.scss */
.new-mission-flow .profile-edit-pic {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

/* line 4637, app/assets/stylesheets/admin/admin_dashboard.scss */
.new-mission-flow .col-info-adjust {
  left: 20px;
  width: 94.5%;
}

/* line 4641, app/assets/stylesheets/admin/admin_dashboard.scss */
.new-mission-flow .modify {
  top: 76px;
  left: 38%;
}

/* line 4644, app/assets/stylesheets/admin/admin_dashboard.scss */
.new-mission-flow .modify.inbox {
  top: 10px;
  left: 80px;
}

/* line 4651, app/assets/stylesheets/admin/admin_dashboard.scss */
.new-mission-flow.inbox-pages .admin-card-title {
  font-size: 1em !important;
  top: -1px;
}

/* line 4655, app/assets/stylesheets/admin/admin_dashboard.scss */
.new-mission-flow.inbox-pages .mission-card-title {
  font-size: 0.8em !important;
}

/* line 4658, app/assets/stylesheets/admin/admin_dashboard.scss */
.new-mission-flow.inbox-pages .mission-card-shorten-padding-increase-text {
  font-size: 0.95em;
}

/* line 4661, app/assets/stylesheets/admin/admin_dashboard.scss */
.new-mission-flow.inbox-pages .tab-containers {
  margin-top: 10px;
}

/* line 4664, app/assets/stylesheets/admin/admin_dashboard.scss */
.new-mission-flow.inbox-pages .stats-card-small {
  padding: 0px 24px;
  padding-top: 3px;
}

/* line 4667, app/assets/stylesheets/admin/admin_dashboard.scss */
.new-mission-flow.inbox-pages .stats-card-small .row-item {
  padding: 5px 0px;
  top: -8px;
  position: relative;
}

/* line 4673, app/assets/stylesheets/admin/admin_dashboard.scss */
.new-mission-flow.inbox-pages .title-normal {
  text-transform: none;
}

/* line 4676, app/assets/stylesheets/admin/admin_dashboard.scss */
.new-mission-flow.inbox-pages .idea-title {
  font-size: 16px;
  margin: 0px;
  letter-spacing: 1.44px;
}

/* line 4683, app/assets/stylesheets/admin/admin_dashboard.scss */
.new-mission-flow .inbox-idea-tabs .tab-header {
  background-color: #f9f9f9;
}

/* line 4686, app/assets/stylesheets/admin/admin_dashboard.scss */
.new-mission-flow .inbox-idea-tabs .tabs {
  background-color: transparent;
  border-bottom: 1px solid #33334f;
  overflow: visible;
}

/* line 4691, app/assets/stylesheets/admin/admin_dashboard.scss */
.new-mission-flow .inbox-idea-tabs .tabs .tab:nth-last-child(2) a {
  border-right: 1px solid #33334f;
}

/* line 4695, app/assets/stylesheets/admin/admin_dashboard.scss */
.new-mission-flow .inbox-idea-tabs .tabs a {
  color: #33334f;
  background: #e3e3e3;
  border: 1px solid #33334f;
  border-right: 0px;
}

/* line 4701, app/assets/stylesheets/admin/admin_dashboard.scss */
.new-mission-flow .inbox-idea-tabs .tabs a.active {
  background: #fff;
  border-bottom: 1px solid #fff;
}

/* line 4705, app/assets/stylesheets/admin/admin_dashboard.scss */
.new-mission-flow .inbox-idea-tabs .tabs .indicator {
  display: none;
}

/* line 4709, app/assets/stylesheets/admin/admin_dashboard.scss */
.new-mission-flow .inbox-idea-tabs .comments-margin {
  margin-top: 10px;
}

/* line 4712, app/assets/stylesheets/admin/admin_dashboard.scss */
.new-mission-flow .inbox-idea-tabs .comments-padding {
  padding: 10px;
}

/* line 4715, app/assets/stylesheets/admin/admin_dashboard.scss */
.new-mission-flow .inbox-idea-tabs .comment-image {
  width: 45px;
  height: 45px;
  margin-right: 10px;
  border-radius: 50%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

/* line 4725, app/assets/stylesheets/admin/admin_dashboard.scss */
.new-mission-flow .inbox-idea-tabs .comment-title {
  font-size: 13px;
  margin: 0px;
  margin-top: 6px;
  margin-bottom: 15px;
  letter-spacing: 1px;
}

/* line 4732, app/assets/stylesheets/admin/admin_dashboard.scss */
.new-mission-flow .inbox-idea-tabs .comment-date {
  font-size: 12px;
  margin: 0px;
  margin-top: 3px;
  margin-bottom: 15px;
  letter-spacing: 1px;
}

/* line 4739, app/assets/stylesheets/admin/admin_dashboard.scss */
.new-mission-flow .inbox-idea-tabs .comment-text {
  font-size: 17px;
  margin: 0px;
  margin-top: 3px;
  margin-bottom: 15px;
  letter-spacing: 1px;
  padding-left: 15px;
}

/* line 4748, app/assets/stylesheets/admin/admin_dashboard.scss */
.new-mission-flow .mission-title {
  color: #33334f;
  font-size: 17px;
  margin: 0px;
  margin-top: 3px;
  margin-bottom: 15px;
  letter-spacing: 1px;
}

/* line 4755, app/assets/stylesheets/admin/admin_dashboard.scss */
.new-mission-flow .mission-title.card-head {
  margin-top: 12px;
  margin-left: 7px;
}

/* line 4760, app/assets/stylesheets/admin/admin_dashboard.scss */
.new-mission-flow .agent-title {
  color: #33334f;
  font-size: 15px;
  margin-bottom: -10px;
  letter-spacing: 1px;
}

/* line 4767, app/assets/stylesheets/admin/admin_dashboard.scss */
.new-mission-flow .row-item {
  padding: 10px 0px;
}

/* line 4770, app/assets/stylesheets/admin/admin_dashboard.scss */
.new-mission-flow .col-item {
  top: -10px;
  position: relative;
}

/* line 4774, app/assets/stylesheets/admin/admin_dashboard.scss */
.new-mission-flow .col-item .heading {
  font-size: 1.3em;
}

/* line 4777, app/assets/stylesheets/admin/admin_dashboard.scss */
.new-mission-flow .col-item .sub-text {
  font-size: 1em;
}

/* line 4781, app/assets/stylesheets/admin/admin_dashboard.scss */
.new-mission-flow .admin-main-subtitle {
  color: #33334f;
  font-size: 13px;
  margin: 0px;
  margin-bottom: 10px;
  letter-spacing: 1.44px;
  text-transform: inherit;
}

/* line 4789, app/assets/stylesheets/admin/admin_dashboard.scss */
.new-mission-flow .admin-info-card-title {
  font-size: 1em !important;
}

/* line 4792, app/assets/stylesheets/admin/admin_dashboard.scss */
.new-mission-flow .title-with-prep {
  font-family: "RefrigeratorLight", sans-serif, sans-serif;
  color: #33334f;
  font-size: 4.5em !important;
  letter-spacing: 0px;
  padding: 13px 0px;
}

/* line 4799, app/assets/stylesheets/admin/admin_dashboard.scss */
.new-mission-flow .prep-small-text {
  font-size: 1em;
  padding: 0px;
  margin: 5px;
  position: relative;
  left: -3px;
}

/* line 4806, app/assets/stylesheets/admin/admin_dashboard.scss */
.new-mission-flow .mission-subtitle {
  font-size: 13px;
  margin: 0px;
  position: relative;
  top: -15px;
  margin-bottom: 10px;
  letter-spacing: 1.44px;
  text-transform: inherit;
}

/* line 4815, app/assets/stylesheets/admin/admin_dashboard.scss */
.new-mission-flow .collapsible-body {
  padding: 10px 20px;
  background-color: white;
}

/* line 4819, app/assets/stylesheets/admin/admin_dashboard.scss */
.new-mission-flow .collapsible-header {
  border-bottom: none;
}

/* line 4822, app/assets/stylesheets/admin/admin_dashboard.scss */
.new-mission-flow .checkbox-col {
  width: 10px;
  padding-right: 20px;
}

/* line 4826, app/assets/stylesheets/admin/admin_dashboard.scss */
.new-mission-flow .leaderboard-img {
  background: url(https://app.acceptmission.com/assets/no-avatar.png) 50% 50% no-repeat;
  position: relative;
  top: 0px;
  left: 0px;
  width: 65px;
  height: 100%;
  background-size: contain;
}

/* line 4837, app/assets/stylesheets/admin/admin_dashboard.scss */
.new-mission-flow .leaderboard-col {
  width: 10px;
  color: white;
  background-color: #c7c7c7;
}

/* line 4842, app/assets/stylesheets/admin/admin_dashboard.scss */
.new-mission-flow .leaderboard-col.first {
  background-color: #8fc531;
}

/* line 4845, app/assets/stylesheets/admin/admin_dashboard.scss */
.new-mission-flow .leaderboard-col.second {
  background-color: #a4c531;
}

/* line 4848, app/assets/stylesheets/admin/admin_dashboard.scss */
.new-mission-flow .leaderboard-col.third {
  background-color: #c5c031;
}

/* line 4853, app/assets/stylesheets/admin/admin_dashboard.scss */
.new-mission-flow .average-slider input[type="range"]::-webkit-slider-thumb {
  background: gray !important;
  margin-left: -5px;
}

/* line 4858, app/assets/stylesheets/admin/admin_dashboard.scss */
.new-mission-flow .min-vertical-space {
  margin: -15px !important;
  padding-top: 5px;
}

/* line 4859, app/assets/stylesheets/admin/admin_dashboard.scss */
.new-mission-flow .min-vertical-space input[type="range"] {
  border-bottom: 0px !important;
  box-shadow: 0 0px 0 0 #33334f !important;
  padding-top: 5px;
  padding-bottom: 5px !important;
  width: 100%;
}

/* line 4866, app/assets/stylesheets/admin/admin_dashboard.scss */
.new-mission-flow .min-vertical-space input[type="range"]::-webkit-slider-thumb {
  margin-left: -5px;
}

/* line 4870, app/assets/stylesheets/admin/admin_dashboard.scss */
.new-mission-flow .min-vertical-space input[type="range"]::-webkit-slider-thumb {
  background: #33334f;
}

/* line 4876, app/assets/stylesheets/admin/admin_dashboard.scss */
.new-mission-flow .min-vertical-space input[type="range"] + .thumb.active {
  display: none;
}

/* line 4881, app/assets/stylesheets/admin/admin_dashboard.scss */
.new-mission-flow .hide-span span {
  display: none;
}

/* line 4886, app/assets/stylesheets/admin/admin_dashboard.scss */
.new-mission-flow .idea-scores-values label {
  color: black;
}

/* line 4892, app/assets/stylesheets/admin/admin_dashboard.scss */
.new-mission-flow .project-scores-values label {
  color: black;
}

/* line 4896, app/assets/stylesheets/admin/admin_dashboard.scss */
.new-mission-flow .score-values-top-margin {
  margin-top: 20px;
  margin-left: 8px;
}

/* line 4900, app/assets/stylesheets/admin/admin_dashboard.scss */
.new-mission-flow .idea-icon {
  position: relative;
  top: 5px;
  left: 10px;
}

/* line 4905, app/assets/stylesheets/admin/admin_dashboard.scss */
.new-mission-flow .header-row {
  border-bottom: 1px solid #33334f;
}

/* line 4909, app/assets/stylesheets/admin/admin_dashboard.scss */
.new-mission-flow .finish-btn {
  padding: 6px 10px;
}

/* line 4912, app/assets/stylesheets/admin/admin_dashboard.scss */
.new-mission-flow .offline-btn {
  padding: 6px 10px;
  text-decoration: underline;
}

/* line 4916, app/assets/stylesheets/admin/admin_dashboard.scss */
.new-mission-flow .published-text {
  color: #289900;
  padding: 6px 5px;
  font-size: 18px;
}

/* line 4921, app/assets/stylesheets/admin/admin_dashboard.scss */
.new-mission-flow .btn, .new-mission-flow .btn-large {
  min-width: auto;
  white-space: nowrap;
  padding: 0px 18px;
}

/* line 4925, app/assets/stylesheets/admin/admin_dashboard.scss */
.new-mission-flow .btn.right-btn, .new-mission-flow .right-btn.btn-large {
  background-color: #33334f;
}

/* line 4928, app/assets/stylesheets/admin/admin_dashboard.scss */
.new-mission-flow .btn.simple-btn, .new-mission-flow .simple-btn.btn-large {
  background-color: transparent;
  box-shadow: none;
  position: relative;
  left: -20px;
  color: #33334f;
}

/* line 4935, app/assets/stylesheets/admin/admin_dashboard.scss */
.new-mission-flow .btn.template-btn, .new-mission-flow .template-btn.btn-large {
  background-color: transparent;
  box-shadow: none;
  position: relative;
  color: #33334f;
  border: 1px solid #33334f;
}

/* line 4942, app/assets/stylesheets/admin/admin_dashboard.scss */
.new-mission-flow .btn.inactive-btn, .new-mission-flow .inactive-btn.btn-large {
  background-color: #9e9e9e;
}

/* line 4945, app/assets/stylesheets/admin/admin_dashboard.scss */
.new-mission-flow .btn.publish-btn, .new-mission-flow .publish-btn.btn-large {
  background-color: #f41403;
}

/* line 4948, app/assets/stylesheets/admin/admin_dashboard.scss */
.new-mission-flow .btn.unpublish-btn, .new-mission-flow .unpublish-btn.btn-large {
  background-color: white;
  border: 1px solid red;
  color: red;
  box-shadow: none;
}

/* line 4954, app/assets/stylesheets/admin/admin_dashboard.scss */
.new-mission-flow .btn.spacing, .new-mission-flow .spacing.btn-large {
  position: relative;
  bottom: 10px;
  right: 20px;
}

/* line 4960, app/assets/stylesheets/admin/admin_dashboard.scss */
.new-mission-flow .right-btn:hover {
  background-color: #3f4065;
}

/* line 4963, app/assets/stylesheets/admin/admin_dashboard.scss */
.new-mission-flow .hidden {
  visibility: hidden;
}

/* line 4966, app/assets/stylesheets/admin/admin_dashboard.scss */
.new-mission-flow.hide-page {
  display: none;
}

/* line 4969, app/assets/stylesheets/admin/admin_dashboard.scss */
.new-mission-flow .add-remove-icons {
  border: 1px solid #33334f;
  color: #33334f;
  margin-top: 5px;
}

/* line 4974, app/assets/stylesheets/admin/admin_dashboard.scss */
.new-mission-flow .add-margin-bottom {
  margin-bottom: 30px;
}

/* line 4977, app/assets/stylesheets/admin/admin_dashboard.scss */
.new-mission-flow .flex {
  display: flex;
  flex-wrap: wrap;
}

/* line 4983, app/assets/stylesheets/admin/admin_dashboard.scss */
.new-mission-flow .home-checkboxes .filled-in[type="checkbox"]:checked + label:after {
  border: 2px solid #8dc63f !important;
  background-color: #8dc63f !important;
}

/* line 4991, app/assets/stylesheets/admin/admin_dashboard.scss */
.top-bar-inbox .breadcrumb {
  color: #9e9e9e;
  font-size: 1em;
}

/* line 4994, app/assets/stylesheets/admin/admin_dashboard.scss */
.top-bar-inbox .breadcrumb.active {
  color: #33334f;
}

/* line 4998, app/assets/stylesheets/admin/admin_dashboard.scss */
.top-bar-inbox .breadcrumb:not(:first-child):before {
  content: "\E5CC";
  color: #33334f;
  vertical-align: top;
  display: inline-block;
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 25px;
  margin: -4px 10px 0 8px;
  -webkit-font-smoothing: antialiased;
}

/* line 5011, app/assets/stylesheets/admin/admin_dashboard.scss */
.breadcrumb-width {
  width: 200% !important;
  font-size: 18px !important;
  margin-bottom: 7px;
}

/* line 5017, app/assets/stylesheets/admin/admin_dashboard.scss */
.settings-header {
  margin-top: 55px;
  font-size: 18px !important;
}

/* line 5021, app/assets/stylesheets/admin/admin_dashboard.scss */
.settings-header .breadcrumb {
  color: #9e9e9e;
  font-size: 1em;
}

/* line 5024, app/assets/stylesheets/admin/admin_dashboard.scss */
.settings-header .breadcrumb.active {
  color: #33334f;
}

/* line 5028, app/assets/stylesheets/admin/admin_dashboard.scss */
.settings-header .breadcrumb:not(:first-child):before {
  content: "\E5CC";
  color: #33334f;
  vertical-align: top;
  display: inline-block !important;
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 25px;
  margin: -4px 10px 0 8px;
  -webkit-font-smoothing: antialiased;
}

/* line 5040, app/assets/stylesheets/admin/admin_dashboard.scss */
.settings-header .breadcrumb-container {
  padding-top: 8px;
}

/* line 5044, app/assets/stylesheets/admin/admin_dashboard.scss */
.settings-footer {
  position: fixed;
  bottom: -40px;
  width: 100%;
  z-index: 1;
}

/* line 5049, app/assets/stylesheets/admin/admin_dashboard.scss */
.settings-footer .card {
  height: 65px;
}

/* line 5052, app/assets/stylesheets/admin/admin_dashboard.scss */
.settings-footer .card-content {
  background-color: #c7c7c769;
  padding: 7px 0px !important;
}

/* line 5056, app/assets/stylesheets/admin/admin_dashboard.scss */
.settings-footer .btn, .settings-footer .btn-large {
  margin-right: 15px !important;
}

/* line 5059, app/assets/stylesheets/admin/admin_dashboard.scss */
.settings-footer .simple-btn:before {
  content: "\E5CB";
  color: #33334f;
  vertical-align: top;
  display: inline-block;
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 25px;
  margin: 1px 4px 0 8px;
  -webkit-font-smoothing: antialiased;
}

/* line 5071, app/assets/stylesheets/admin/admin_dashboard.scss */
.settings-footer .breadcrumb {
  color: #9e9e9e;
  font-size: 1em;
}

/* line 5074, app/assets/stylesheets/admin/admin_dashboard.scss */
.settings-footer .breadcrumb.active {
  color: #33334f;
}

/* line 5078, app/assets/stylesheets/admin/admin_dashboard.scss */
.settings-footer .breadcrumb:not(:first-child):before {
  content: "\E5CC";
  color: #33334f;
  vertical-align: top;
  display: inline-block;
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 25px;
  margin: -7px 10px 0 8px;
  -webkit-font-smoothing: antialiased;
}

/* line 5090, app/assets/stylesheets/admin/admin_dashboard.scss */
.settings-footer .breadcrumb-container {
  padding-top: 8px;
}

/* line 5094, app/assets/stylesheets/admin/admin_dashboard.scss */
p {
  margin: 0%;
}

/* line 5097, app/assets/stylesheets/admin/admin_dashboard.scss */
.settings-header {
  margin-top: 36px;
}

/* line 5100, app/assets/stylesheets/admin/admin_dashboard.scss */
.settings-header .breadcrumb {
  color: #9e9e9e;
  font-size: 1em;
}

/* line 5103, app/assets/stylesheets/admin/admin_dashboard.scss */
.settings-header .breadcrumb.active {
  color: #33334f;
}

/* line 5107, app/assets/stylesheets/admin/admin_dashboard.scss */
.settings-header .card {
  height: 70px;
}

/* line 5110, app/assets/stylesheets/admin/admin_dashboard.scss */
.settings-header .breadcrumb:not(:first-child):before {
  content: "\E5CC";
  color: #33334f;
  vertical-align: top;
  display: inline-block !important;
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 25px;
  margin: -4px 10px 0 8px;
  -webkit-font-smoothing: antialiased;
}

/* line 5122, app/assets/stylesheets/admin/admin_dashboard.scss */
.settings-header .breadcrumb-container {
  padding-top: 8px;
  margin-left: -40px !important;
}

/* line 5129, app/assets/stylesheets/admin/admin_dashboard.scss */
input:focus,
textarea:focus {
  border-bottom: 1px solid !important;
  box-shadow: none !important;
}

/* line 5134, app/assets/stylesheets/admin/admin_dashboard.scss */
input:not([type]):focus:not([readonly]) + label,
input[type="text"]:focus:not([readonly]) + label,
input[type="password"]:focus:not([readonly]) + label,
input[type="email"]:focus:not([readonly]) + label,
input[type="url"]:focus:not([readonly]) + label,
input[type="time"]:focus:not([readonly]) + label,
input[type="date"]:focus:not([readonly]) + label,
input[type="datetime"]:focus:not([readonly]) + label,
input[type="datetime-local"]:focus:not([readonly]) + label,
input[type="tel"]:focus:not([readonly]) + label,
input[type="number"]:focus:not([readonly]) + label,
input[type="search"]:focus:not([readonly]) + label,
textarea.materialize-textarea:focus:not([readonly]) + label {
  color: #33334f !important;
}

/* line 5156, app/assets/stylesheets/admin/admin_dashboard.scss */
nav .admin-logo {
  position: absolute;
  color: #fff;
  display: inline-block;
  font-size: 2.1rem;
}

/* line 5163, app/assets/stylesheets/admin/admin_dashboard.scss */
nav .admin-logo.center {
  left: 50%;
  transform: translateX(-50%);
}

@media only screen and (max-width: 992px) {
  /* line 5172, app/assets/stylesheets/admin/admin_dashboard.scss */
  nav .admin-logo.left,
nav .admin-logo.right {
    padding: 0;
    transform: none;
  }
  /* line 5178, app/assets/stylesheets/admin/admin_dashboard.scss */
  nav .admin-logo.left {
    left: 0.5rem;
  }
  /* line 5182, app/assets/stylesheets/admin/admin_dashboard.scss */
  nav .admin-logo.right {
    right: 0.5rem;
    left: auto;
  }
}

/* line 5188, app/assets/stylesheets/admin/admin_dashboard.scss */
nav .admin-logo.right {
  right: 0.5rem;
  padding: 0;
}

/* line 5193, app/assets/stylesheets/admin/admin_dashboard.scss */
nav .admin-logo i,
nav .admin-logo [class^="mdi-"],
nav .admin-logo [class*="mdi-"],
nav .admin-logo i.material-icons {
  float: left;
  margin-right: 15px;
}

/* line 5201, app/assets/stylesheets/admin/admin_dashboard.scss */
nav .nav-title {
  display: inline-block;
  font-size: 32px;
  padding: 28px 0;
}

/* line 5207, app/assets/stylesheets/admin/admin_dashboard.scss */
.invite-card {
  height: auto;
}

/* line 5210, app/assets/stylesheets/admin/admin_dashboard.scss */
.remove-agents-btn {
  width: auto;
  margin-bottom: 10px;
  padding: 0px 10px;
  background-color: #33334f;
}

/* line 5216, app/assets/stylesheets/admin/admin_dashboard.scss */
.remove-funnel-agents-btn {
  width: 162px;
  padding: 0px;
  background-color: #33334f;
}

/* line 5222, app/assets/stylesheets/admin/admin_dashboard.scss */
.remove-project-funnel-agents-btn {
  width: 162px;
  margin-bottom: 10px;
  padding: 0px;
  background-color: #33334f;
}

/* line 5228, app/assets/stylesheets/admin/admin_dashboard.scss */
.remove-ideas-btn {
  width: 162px;
  margin-bottom: 10px;
  padding: 0px;
  background-color: #33334f;
}

/* line 5235, app/assets/stylesheets/admin/admin_dashboard.scss */
nav ul a {
  transition: background-color 0.3s;
  font-size: 1rem;
  color: #fff;
  display: block;
  padding: 0 15px;
  cursor: pointer;
}

/* line 5244, app/assets/stylesheets/admin/admin_dashboard.scss */
nav ul a.btn,
nav ul a.btn-large,
nav ul a.btn-small,
nav ul a.btn-flat,
nav ul a.btn-floating {
  margin-top: -2px;
  margin-left: 15px;
  margin-right: 15px;
}

/* line 5255, app/assets/stylesheets/admin/admin_dashboard.scss */
nav ul a.btn > .material-icons,
nav ul a.btn-large > .material-icons,
nav ul a.btn-small > .material-icons,
nav ul a.btn-flat > .material-icons,
nav ul a.btn-floating > .material-icons {
  height: inherit;
  line-height: inherit;
}

/* line 5266, app/assets/stylesheets/admin/admin_dashboard.scss */
nav ul.left {
  float: left;
}

/* line 5270, app/assets/stylesheets/admin/admin_dashboard.scss */
nav form {
  height: 100%;
}

/* line 5274, app/assets/stylesheets/admin/admin_dashboard.scss */
nav .input-field {
  margin: 0;
  height: 100%;
}

/* line 5279, app/assets/stylesheets/admin/admin_dashboard.scss */
nav .input-field input {
  height: 100%;
  font-size: 1.2rem;
  border: none;
  padding-left: 2rem;
}

/* line 5286, app/assets/stylesheets/admin/admin_dashboard.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 5296, app/assets/stylesheets/admin/admin_dashboard.scss */
nav .input-field label {
  top: 0;
  left: 0;
}

/* line 5301, app/assets/stylesheets/admin/admin_dashboard.scss */
nav .input-field label i {
  color: rgba(255, 255, 255, 0.7);
  transition: color 0.3s;
}

/* line 5306, app/assets/stylesheets/admin/admin_dashboard.scss */
nav .input-field label.active i {
  color: #fff;
}

/* line 5310, app/assets/stylesheets/admin/admin_dashboard.scss */
.navbar-fixed {
  position: relative;
  height: 56px;
  z-index: 997;
}

/* line 5316, app/assets/stylesheets/admin/admin_dashboard.scss */
.nav {
  background: transparent;
}

/* line 5319, app/assets/stylesheets/admin/admin_dashboard.scss */
.navbar-fixed nav {
  position: fixed;
}

/* line 5323, app/assets/stylesheets/admin/admin_dashboard.scss */
.sidenav-trigger {
  padding-left: 10px;
  color: #344054;
}

/* line 5326, app/assets/stylesheets/admin/admin_dashboard.scss */
.sidenav-trigger i {
  color: #344054;
}

@media only screen and (min-width: 601px) {
  /* line 5331, app/assets/stylesheets/admin/admin_dashboard.scss */
  nav.nav-extended .nav-wrapper {
    min-height: 56px;
  }
  /* line 5335, app/assets/stylesheets/admin/admin_dashboard.scss */
  nav,
nav .nav-wrapper i,
nav a.sidenav-trigger,
nav a.sidenav-trigger i {
    height: 56px;
    line-height: 56px;
  }
  /* line 5343, app/assets/stylesheets/admin/admin_dashboard.scss */
  .navbar-fixed {
    height: 56px;
  }
}

/* line 5350, app/assets/stylesheets/admin/admin_dashboard.scss */
.transparent {
  background-color: transparent !important;
}

/* line 5354, app/assets/stylesheets/admin/admin_dashboard.scss */
.transparent-text {
  color: transparent !important;
}

/* line 5358, app/assets/stylesheets/admin/admin_dashboard.scss */
.card.small .card-image + .card-content,
.card.medium .card-image + .card-content,
.card.large .card-image + .card-content {
  max-height: 40%;
}

/* line 5364, app/assets/stylesheets/admin/admin_dashboard.scss */
.card.small .card-content,
.card.medium .card-content,
.card.large .card-content {
  max-height: 100%;
  overflow: hidden;
}

/* line 5371, app/assets/stylesheets/admin/admin_dashboard.scss */
.card.horizontal .card-stacked .card-content {
  flex-grow: 1;
}

/* line 5375, app/assets/stylesheets/admin/admin_dashboard.scss */
.card .card-content {
  padding: 24px;
  border-radius: 0 0 2px 2px;
}

/* line 5380, app/assets/stylesheets/admin/admin_dashboard.scss */
.card .card-content p {
  margin: 0;
}

/* line 5387, app/assets/stylesheets/admin/admin_dashboard.scss */
.card.card-login .card-content {
  flex: 1;
}

/* line 5390, app/assets/stylesheets/admin/admin_dashboard.scss */
.dropdown-content.notifications .card .card-content p {
  font-size: 16px;
}

/* line 5394, app/assets/stylesheets/admin/admin_dashboard.scss */
.card {
  margin-top: 0;
  margin-bottom: 20px;
}

/* line 5399, app/assets/stylesheets/admin/admin_dashboard.scss */
.card .card-title {
  font-weight: normal;
}

/* line 5403, app/assets/stylesheets/admin/admin_dashboard.scss */
.card .background {
  z-index: 0;
  top: auto;
  bottom: 0;
}

/* line 5409, app/assets/stylesheets/admin/admin_dashboard.scss */
.card .divider {
  margin: 0;
}

/* line 5413, app/assets/stylesheets/admin/admin_dashboard.scss */
.padding-left-25 {
  padding-left: 25px !important;
}

/* line 5417, app/assets/stylesheets/admin/admin_dashboard.scss */
.title-icons {
  position: relative;
  padding: 0px 6px 0px;
  cursor: pointer;
}

/* line 5424, app/assets/stylesheets/admin/admin_dashboard.scss */
.boards {
  top: 6px;
}

/* line 5428, app/assets/stylesheets/admin/admin_dashboard.scss */
.activeinbox {
  margin-left: 50px;
}

/* line 5436, app/assets/stylesheets/admin/admin_dashboard.scss */
.page-footer {
  background-color: #fff;
  border-top: 1px solid #e0e0e0;
  color: #444;
  padding: 40px 0;
  margin: 0;
}

/* line 5444, app/assets/stylesheets/admin/admin_dashboard.scss */
.page-footer .row {
  margin: 0;
}

/* line 5448, app/assets/stylesheets/admin/admin_dashboard.scss */
.page-footer .materialize-logo {
  margin-top: 2px;
}

/* line 5452, app/assets/stylesheets/admin/admin_dashboard.scss */
.page-footer p {
  margin: 5px 0;
}

/* line 5456, app/assets/stylesheets/admin/admin_dashboard.scss */
.page-footer ul li {
  margin-bottom: 5px;
}

/* line 5460, app/assets/stylesheets/admin/admin_dashboard.scss */
.page-footer ul li a,
.page-footer p {
  color: #999;
  font-size: 0.8rem;
  font-weight: 300;
  margin: 5px 0;
}

/* line 5469, app/assets/stylesheets/admin/admin_dashboard.scss */
.search-bar-magnify {
  position: absolute;
  right: 3px;
  top: 7px;
  cursor: pointer;
}

/* line 5475, app/assets/stylesheets/admin/admin_dashboard.scss */
.search-bar-clear {
  position: absolute;
  right: 17px;
  top: 4px;
  cursor: pointer;
}

/* line 5481, app/assets/stylesheets/admin/admin_dashboard.scss */
.wordbreak {
  word-break: break-word;
}

/* line 5484, app/assets/stylesheets/admin/admin_dashboard.scss */
.content-wrap-comment {
  white-space: pre-wrap;
}

/* line 5489, app/assets/stylesheets/admin/admin_dashboard.scss */
.template-content {
  position: absolute;
  bottom: 5px;
}

/* line 5497, app/assets/stylesheets/admin/admin_dashboard.scss */
#attachment-upload input[type="file"] {
  display: block;
  position: relative;
  left: 40px;
  top: 41px;
}

/* line 5503, app/assets/stylesheets/admin/admin_dashboard.scss */
#attachment-upload .custom-file-upload {
  position: relative;
  background-color: #425a71;
  left: 0px;
  right: 0px;
  top: -24px;
  display: inline-block;
  color: white;
  cursor: pointer;
  pointer-events: all !important;
}

/* line 5514, app/assets/stylesheets/admin/admin_dashboard.scss */
#attachment-upload .custom-file-upload-name {
  position: relative;
  left: 0px;
  right: 0px;
  display: inline-block;
  padding: 6px 12px;
  pointer-events: none;
}

@media only screen and (max-width: 600px), only screen and (max-device-width: 641px) and (orientation: landscape) {
  /* line 5526, app/assets/stylesheets/admin/admin_dashboard.scss */
  .section {
    height: auto;
  }
  /* line 5530, app/assets/stylesheets/admin/admin_dashboard.scss */
  .google-map {
    height: 100%;
  }
}

/* line 5535, app/assets/stylesheets/admin/admin_dashboard.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 {
  outline: none;
  height: 35px;
  width: 100%;
  font-size: 1rem;
  box-shadow: none;
  box-sizing: inherit;
  transition: all 0.3s;
  padding: 0px 10px;
  vertical-align: middle;
}

/* line 5560, app/assets/stylesheets/admin/admin_dashboard.scss */
input.mce-textbox:not([type]) {
  width: inherit;
}

/* line 5564, app/assets/stylesheets/admin/admin_dashboard.scss */
.button-attachment {
  margin-bottom: 10px;
}

/* line 5568, app/assets/stylesheets/admin/admin_dashboard.scss */
.idea-description-content .mce-edit-area.mce-container.mce-panel.mce-stack-layout-item {
  height: 450px !important;
}

/* line 5571, app/assets/stylesheets/admin/admin_dashboard.scss */
.idea-description-content .mce-edit-area.mce-container.mce-panel.mce-stack-layout-item iframe {
  height: 450px !important;
}

/* line 5576, app/assets/stylesheets/admin/admin_dashboard.scss */
.idea-info-buttons {
  display: flex;
  justify-content: flex-end;
}

/* line 5579, app/assets/stylesheets/admin/admin_dashboard.scss */
.idea-info-buttons i {
  color: black;
  margin-left: 10px;
}

/* line 5583, app/assets/stylesheets/admin/admin_dashboard.scss */
.idea-info-buttons #create-idea-admin {
  height: 30px;
  line-height: 2;
  margin-left: 6px;
}

/* line 5592, app/assets/stylesheets/admin/admin_dashboard.scss */
.graph-card {
  box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.14), 0 0px 0px 0 rgba(0, 0, 0, 0.12), 0 0px 0px -2px rgba(0, 0, 0, 0.2);
}

/* line 5597, app/assets/stylesheets/admin/admin_dashboard.scss */
.no-left-pad {
  padding-left: 5px !important;
}

/* line 5601, app/assets/stylesheets/admin/admin_dashboard.scss */
.bordered-table-heading th {
  background-color: transparent;
}

/* line 5605, app/assets/stylesheets/admin/admin_dashboard.scss */
.bordered-table-heading th:hover {
  background-color: transparent;
}

/* line 5613, app/assets/stylesheets/admin/admin_dashboard.scss */
.user-table-new tbody tr td {
  color: #6f6f6f;
  font-weight: 400;
  text-align: left !important;
}

/* line 5622, app/assets/stylesheets/admin/admin_dashboard.scss */
.hoverableInboxCard {
  min-height: 201px;
}

/* line 5625, app/assets/stylesheets/admin/admin_dashboard.scss */
.card-time {
  color: #9c9c9c;
  font-size: 9px;
  padding-bottom: 10px;
}

/* line 5631, app/assets/stylesheets/admin/admin_dashboard.scss */
.sortable-idea-item .idea-card-div {
  width: 105% !important;
}

/* line 5636, app/assets/stylesheets/admin/admin_dashboard.scss */
.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted white;
  /* If you want dots under the hoverable text */
}

/* Tooltip text */
/* line 5643, app/assets/stylesheets/admin/admin_dashboard.scss */
.tooltip .tooltiptext {
  visibility: hidden;
  width: 180px;
  background-color: #ffffff;
  color: #484848;
  text-align: center;
  padding: 5px;
  border-radius: 4px;
  position: absolute;
  z-index: 10;
  font-size: 12px;
  font-style: normal;
  border: 1px solid #dfdfdf;
  word-break: break-word;
}

/* Show the tooltip text when you mouse over the tooltip container */
/* line 5660, app/assets/stylesheets/admin/admin_dashboard.scss */
.tooltip:hover .tooltiptext {
  visibility: visible;
  text-align: left;
}

/* line 5665, app/assets/stylesheets/admin/admin_dashboard.scss */
.brainstorm-pics_1 {
  margin-top: 0.5px;
  width: 20px;
  height: 20px;
  max-width: 20px;
  margin-right: 5px;
}

/* line 5671, app/assets/stylesheets/admin/admin_dashboard.scss */
.brainstorm-pics_1 img {
  max-width: 20px;
}

/* line 5675, app/assets/stylesheets/admin/admin_dashboard.scss */
.black-text {
  color: black;
}

/* line 5678, app/assets/stylesheets/admin/admin_dashboard.scss */
.small-font-user-name {
  font-size: 11px;
  color: black;
}

/* line 5684, app/assets/stylesheets/admin/admin_dashboard.scss */
.ideas-column {
  height: 100%;
  display: inline-block;
  padding: 10px;
  padding-bottom: 0px;
  margin: 0px;
  width: 270px;
  overflow-y: hidden;
  overflow-x: hidden;
  background-color: #bdbdbd00;
  border: 1px solid #e1e4ea;
  border-top: 1px solid transparent;
  transition: all 0.3s;
}

/* line 5698, app/assets/stylesheets/admin/admin_dashboard.scss */
.ideas-column:last-child {
  border-right: 1px solid transparent;
}

/* line 5701, app/assets/stylesheets/admin/admin_dashboard.scss */
.ideas-column:first-child {
  border-left: 1px solid transparent;
}

/* line 5704, app/assets/stylesheets/admin/admin_dashboard.scss */
.ideas-column .idea-column-header {
  font-weight: bold;
  margin-top: -10px;
  padding-top: 5px;
  margin-left: -10px;
  padding-left: 10px;
  margin-right: -10px;
}

/* line 5712, app/assets/stylesheets/admin/admin_dashboard.scss */
.ideas-column .idea-column-header .row-title {
  width: 100%;
  padding: 10px 5px;
  height: auto;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 25px;
}

/* line 5721, app/assets/stylesheets/admin/admin_dashboard.scss */
.ideas-column .idea-column-header .row-title .bg-color-li {
  position: absolute;
  height: 40px;
  top: 0;
  width: 100%;
  left: -5px;
  opacity: 0.1;
  z-index: -1;
  border-radius: 25px;
}

/* line 5732, app/assets/stylesheets/admin/admin_dashboard.scss */
.ideas-column .idea-column-header .row-title .name {
  display: flex;
  align-items: center;
  padding-left: 15px;
  color: #101828;
  font-weight: 400;
  letter-spacing: 0.2px;
}

/* line 5740, app/assets/stylesheets/admin/admin_dashboard.scss */
[dir=rtl] .ideas-column .idea-column-header .row-title .name {
  padding-right: 15px;
  padding-left: 0px;
}

/* line 5745, app/assets/stylesheets/admin/admin_dashboard.scss */
.ideas-column .idea-column-header .row-title .name .square {
  border-radius: 100%;
  margin: -1px 5px 0px -10px !important;
  width: 10px;
  height: 10px;
}

/* line 5750, app/assets/stylesheets/admin/admin_dashboard.scss */
[dir=rtl] .ideas-column .idea-column-header .row-title .name .square {
  margin: -1px 0px 0px 5px !important;
}

/* line 5755, app/assets/stylesheets/admin/admin_dashboard.scss */
.ideas-column .idea-column-header .row-title .ideas {
  padding-right: 15px;
}

/* line 5757, app/assets/stylesheets/admin/admin_dashboard.scss */
.ideas-column .idea-column-header .row-title .ideas span {
  background-color: #e1e4ea;
  font-weight: 300;
  font-size: 13px;
  padding: 2px 8px;
  border-radius: 8px;
  border: 1px solid #c1c1c1;
}

/* line 5769, app/assets/stylesheets/admin/admin_dashboard.scss */
.ideas-column .idea-column-body {
  overflow-y: hidden;
  overflow-x: hidden;
  padding-top: 10px;
  margin-top: 0px;
  margin-left: -12px;
  margin-right: -13px;
  padding-bottom: 0px;
  padding-left: 0;
  padding-right: 0;
}

/* line 5779, app/assets/stylesheets/admin/admin_dashboard.scss */
.ideas-column .idea-column-body .sortable-idea-item {
  padding-left: 10px;
  padding-right: 10px;
}

/* line 5783, app/assets/stylesheets/admin/admin_dashboard.scss */
.ideas-column .idea-column-body:hover {
  overflow-y: auto;
}

/* line 5787, app/assets/stylesheets/admin/admin_dashboard.scss */
.ideas-column .idea-column-body .hoverableCard {
  height: 132px;
  margin-bottom: 10px;
  box-shadow: none;
  border: 1px solid #e1e4ea;
  border-radius: 12px;
}

/* line 5796, app/assets/stylesheets/admin/admin_dashboard.scss */
.ideas-column .idea-column-footer {
  background-color: white;
}

/* line 5799, app/assets/stylesheets/admin/admin_dashboard.scss */
.ideas-column .idea-column-body {
  height: 85% !important;
}

/* line 5802, app/assets/stylesheets/admin/admin_dashboard.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: 30px;
  display: none;
}

/* line 5816, app/assets/stylesheets/admin/admin_dashboard.scss */
.ideas-column .card .card-image {
  height: 50px;
}

/* line 5818, app/assets/stylesheets/admin/admin_dashboard.scss */
.ideas-column .card .card-image img {
  height: 50px;
  border-top-right-radius: 12px;
  border-top-left-radius: 12px;
}

/* line 5823, app/assets/stylesheets/admin/admin_dashboard.scss */
.ideas-column .card .card-image .card-tag {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 12px;
  color: white;
  padding: 2px 6px;
  border-top-right-radius: 12px;
}

/* line 5833, app/assets/stylesheets/admin/admin_dashboard.scss */
.ideas-column .card .card-content {
  padding: 5px 10px;
}

/* line 5835, app/assets/stylesheets/admin/admin_dashboard.scss */
.ideas-column .card .card-content .row-block {
  position: absolute;
  bottom: 8px;
  width: 92%;
}

/* line 5840, app/assets/stylesheets/admin/admin_dashboard.scss */
.ideas-column .card .card-content .inner-content {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 6px;
}

/* line 5845, app/assets/stylesheets/admin/admin_dashboard.scss */
.ideas-column .card .card-content .inner-content a {
  display: flex;
  align-items: center;
}

/* line 5849, app/assets/stylesheets/admin/admin_dashboard.scss */
.ideas-column .card .card-content .inner-content .ideas-score {
  width: auto;
  display: flex;
  align-items: center;
}

/* line 5854, app/assets/stylesheets/admin/admin_dashboard.scss */
.ideas-column .card .card-content .inner-content .ideas-score .score {
  width: auto;
  display: flex;
  align-items: center;
  border: 1px solid #e1e4ea;
  margin: 0px 2px 0px 0px;
  color: #344054;
  font-size: 13px;
  border-radius: 8px;
  padding: 2px 4px;
  height: 25px;
}

/* line 5865, app/assets/stylesheets/admin/admin_dashboard.scss */
.ideas-column .card .card-content .inner-content .ideas-score .score span {
  display: flex;
  align-items: center;
  line-height: 0;
  margin-top: 1.5px;
}

/* line 5871, app/assets/stylesheets/admin/admin_dashboard.scss */
.ideas-column .card .card-content .inner-content .ideas-score .score .circle {
  height: 6px;
  width: 6px;
  border-radius: 100%;
  margin-right: 4px;
}

/* line 5877, app/assets/stylesheets/admin/admin_dashboard.scss */
[dir="rtl"] .ideas-column .card .card-content .inner-content .ideas-score .score .circle {
  margin-left: 4px;
  margin-right: 0;
}

/* line 5882, app/assets/stylesheets/admin/admin_dashboard.scss */
.ideas-column .card .card-content .inner-content .ideas-score .score .popup-name {
  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: 32px;
  z-index: 1;
}

/* line 5892, app/assets/stylesheets/admin/admin_dashboard.scss */
.ideas-column .card .card-content .inner-content .ideas-score .score .popup-name h5 {
  font-size: 12px;
  margin: 0;
}

/* line 5899, app/assets/stylesheets/admin/admin_dashboard.scss */
.ideas-column .card .card-content .inner-content .ideas-score .left-idea-score .circle {
  background-color: #f04438;
}

/* line 5904, app/assets/stylesheets/admin/admin_dashboard.scss */
.ideas-column .card .card-content .inner-content .ideas-score .right-opportunity-score .circle {
  background-color: #17b26a;
}

/* line 5911, app/assets/stylesheets/admin/admin_dashboard.scss */
.ideas-column .card .card-content .inner-content .like-and-comment .flex-like .icon {
  width: auto;
  display: flex;
  align-items: center;
  border: 1px solid #e1e4ea;
  margin: 0px 2px 0px 0px;
  color: #344054;
  font-size: 13px;
  border-radius: 8px;
  padding: 3px 4px 2px 4px;
  cursor: pointer;
}

/* line 5922, app/assets/stylesheets/admin/admin_dashboard.scss */
.ideas-column .card .card-content .inner-content .like-and-comment .flex-like .icon .value {
  margin-left: 5px;
}

/* line 5925, app/assets/stylesheets/admin/admin_dashboard.scss */
.ideas-column .card .card-content .inner-content .like-and-comment .flex-like .icon .thumb-like-icon {
  margin-top: -1px;
}

/* line 5927, app/assets/stylesheets/admin/admin_dashboard.scss */
.ideas-column .card .card-content .inner-content .like-and-comment .flex-like .icon .thumb-like-icon span {
  display: flex;
  align-items: center;
  line-height: 0;
}

/* line 5937, app/assets/stylesheets/admin/admin_dashboard.scss */
.ideas-column .card .card-content .inner-content .right-card-status .status {
  border: 1px solid;
  border-radius: 15px;
  padding: 2px 8px;
  display: flex;
  align-items: center;
  line-height: 1;
  font-size: 13px;
}

/* line 5945, app/assets/stylesheets/admin/admin_dashboard.scss */
.ideas-column .card .card-content .inner-content .right-card-status .status .circle {
  height: 6px;
  width: 6px;
  border-radius: 100%;
  margin-right: 4px;
}

/* line 5953, app/assets/stylesheets/admin/admin_dashboard.scss */
.ideas-column .card .card-content .inner-content .right-card-status {
  position: absolute;
  right: 0;
}

/* line 5956, app/assets/stylesheets/admin/admin_dashboard.scss */
[dir="rtl"] .ideas-column .card .card-content .inner-content .right-card-status {
  left: 0;
  right: auto;
}

/* line 5962, app/assets/stylesheets/admin/admin_dashboard.scss */
.ideas-column .card .card-content .title-card {
  width: 100%;
}

/* line 5964, app/assets/stylesheets/admin/admin_dashboard.scss */
.ideas-column .card .card-content .title-card span {
  word-break: break-word;
  white-space: normal;
  font-size: 14px;
  color: #182230;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

/* line 5976, app/assets/stylesheets/admin/admin_dashboard.scss */
.ideas-column .card .card-content .idea-time-stamp {
  font-size: 10px;
  color: darkslategray;
}

/* line 5981, app/assets/stylesheets/admin/admin_dashboard.scss */
.ideas-column .card .card-content .time-stamp-col {
  margin-top: -9px;
}

/* line 5984, app/assets/stylesheets/admin/admin_dashboard.scss */
.ideas-column .card .card-content .profile-image {
  position: relative;
}

/* line 5986, app/assets/stylesheets/admin/admin_dashboard.scss */
.ideas-column .card .card-content .profile-image .name-user {
  position: absolute;
  left: 0;
  background-color: white;
  padding: 5px 5px;
  box-shadow: 0 5px 40px 0 rgba(0, 0, 0, 0.11);
  z-index: 1;
  display: flex;
  flex-direction: column;
  opacity: 0;
  visibility: hidden;
}

/* line 5997, app/assets/stylesheets/admin/admin_dashboard.scss */
.ideas-column .card .card-content .profile-image .name-user .xp-point {
  font-size: 13px;
  margin-top: 3px;
  color: black;
}

/* line 6008, app/assets/stylesheets/admin/admin_dashboard.scss */
.ideas-column:first-child {
  border-left: 1px solid transparent;
}

/* line 6012, app/assets/stylesheets/admin/admin_dashboard.scss */
.ideas-column .card .card-content .profile-image:hover .name-user {
  opacity: 1;
  visibility: visible;
}

/* line 6017, app/assets/stylesheets/admin/admin_dashboard.scss */
.ideas-column
.card
.card-content
.inner-content
.ideas-score
.score:hover
.popup-name {
  opacity: 1;
  visibility: visible;
}

/* line 6028, app/assets/stylesheets/admin/admin_dashboard.scss */
.um-add-agent-list-button {
  height: 30px !important;
  border: 1px solid lightgray !important;
  margin: 5px !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
  line-height: 30px !important;
  background-color: #33334f !important;
}

/* line 6037, app/assets/stylesheets/admin/admin_dashboard.scss */
.add-agent-list-button {
  margin-top: 5px;
  margin-right: 0 !important;
  text-transform: inherit;
}

/* line 6042, app/assets/stylesheets/admin/admin_dashboard.scss */
.columns-div {
  position: relative;
  overflow-x: scroll;
  height: 71vh;
  overflow-y: hidden;
  white-space: nowrap;
  margin-left: 9px !important;
}

/* line 6049, app/assets/stylesheets/admin/admin_dashboard.scss */
.columns-div .row {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

/* line 6055, app/assets/stylesheets/admin/admin_dashboard.scss */
.columns-div::-webkit-scrollbar {
  width: 5px;
  height: 8px;
}

/* line 6060, app/assets/stylesheets/admin/admin_dashboard.scss */
.columns-div::-webkit-scrollbar-track {
  border-radius: 0px;
  background: white;
}

/* line 6065, app/assets/stylesheets/admin/admin_dashboard.scss */
.columns-div::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #c5c5c5;
}

/* line 6070, app/assets/stylesheets/admin/admin_dashboard.scss */
.brainstorm-pics {
  width: 50px;
  height: 50px;
}

/* line 6073, app/assets/stylesheets/admin/admin_dashboard.scss */
.brainstorm-pics img {
  width: 50px;
  height: 50px;
}

/* line 6079, app/assets/stylesheets/admin/admin_dashboard.scss */
.card-short-description {
  width: 100%;
  opacity: 0;
  position: absolute;
  background-color: white;
  bottom: 0;
  float: left;
  top: 32px;
  z-index: 1;
  padding: 8px 8px 8px 8px;
  left: 0;
  box-shadow: 0 5px 40px 0 rgba(0, 0, 0, 0.11);
  height: 99px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  transition: all 0.3s;
  display: none;
  color: black;
}

/* line 6098, app/assets/stylesheets/admin/admin_dashboard.scss */
.card-short-description .title-card {
  font-weight: 400;
  margin-bottom: 2px !important;
}

/* line 6102, app/assets/stylesheets/admin/admin_dashboard.scss */
.card-short-description .title-card {
  font-size: 12px;
  color: #182230 !important;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-weight: 600;
  white-space: normal;
}

/* line 6113, app/assets/stylesheets/admin/admin_dashboard.scss */
.card-short-description:hover {
  color: inherit;
}

/* line 6117, app/assets/stylesheets/admin/admin_dashboard.scss */
.card-short-description .limit-des {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 12px;
  white-space: normal;
}

/* line 6127, app/assets/stylesheets/admin/admin_dashboard.scss */
.card-short-description .limit-des p {
  width: 100%;
  font-size: 12px;
  color: #232323 !important;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  word-break: break-word;
  white-space: normal;
}

/* line 6143, app/assets/stylesheets/admin/admin_dashboard.scss */
.hoverableCard .card-image:hover .card-short-description {
  opacity: 1;
  display: block;
}

/* line 6148, app/assets/stylesheets/admin/admin_dashboard.scss */
.hoverableCard {
  height: 130px;
  margin-bottom: 10px;
}

/* line 6151, app/assets/stylesheets/admin/admin_dashboard.scss */
.hoverableCard .card-title {
  position: absolute;
  top: 24px;
  left: 0px !important;
  padding: 10px !important;
  background-color: #0000002e;
  width: 100%;
}

/* line 6158, app/assets/stylesheets/admin/admin_dashboard.scss */
.hoverableCard .card-title .class-titles {
  position: absolute;
  bottom: 5;
  left: 5px;
  font-weight: 500;
}

/* line 6165, app/assets/stylesheets/admin/admin_dashboard.scss */
.hoverableCard .card-title span {
  font-size: 14px;
}

/* line 6169, app/assets/stylesheets/admin/admin_dashboard.scss */
.hoverableCard .card-image {
  overflow: visible;
  height: 65px;
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

/* line 6176, app/assets/stylesheets/admin/admin_dashboard.scss */
.hoverableCard .card-image img {
  height: 65px;
  -o-object-fit: cover;
     object-fit: cover;
  background-position: center center;
}

/* line 6184, app/assets/stylesheets/admin/admin_dashboard.scss */
.funnel-live-idea-card {
  width: 100%;
  padding: 12px 12px;
  transition: all 0.5s ease;
}

/* line 6188, app/assets/stylesheets/admin/admin_dashboard.scss */
.funnel-live-idea-card .card-content {
  background-color: white;
  border: 1px solid #9e9e9e;
  border-radius: 12px;
  padding: 12px 12px;
  transition: all 0.5s ease;
  height: 0px;
  opacity: 0;
  pointer-events: none;
}

/* line 6198, app/assets/stylesheets/admin/admin_dashboard.scss */
.funnel-live-idea-card .card-content .title {
  display: flex;
  flex-direction: column;
}

/* line 6201, app/assets/stylesheets/admin/admin_dashboard.scss */
.funnel-live-idea-card .card-content .title label {
  color: #688faf;
  font-size: 15px;
  letter-spacing: 0.5px;
  font-weight: 500;
  margin-bottom: 5px;
}

/* line 6208, app/assets/stylesheets/admin/admin_dashboard.scss */
.funnel-live-idea-card .card-content .title input {
  border-radius: 12px;
}

/* line 6210, app/assets/stylesheets/admin/admin_dashboard.scss */
.funnel-live-idea-card .card-content .title input::-moz-placeholder {
  color: #5e6779;
  opacity: 1;
  /* Firefox */
}
.funnel-live-idea-card .card-content .title input::placeholder {
  color: #5e6779;
  opacity: 1;
  /* Firefox */
}

/* line 6215, app/assets/stylesheets/admin/admin_dashboard.scss */
.funnel-live-idea-card .card-content .title textarea {
  resize: none;
  border-radius: 12px;
  padding: 12px 12px;
  min-height: 40px;
  margin-bottom: 15px;
  border-color: #b5b5b5;
}

/* line 6222, app/assets/stylesheets/admin/admin_dashboard.scss */
.funnel-live-idea-card .card-content .title textarea::-moz-placeholder {
  color: #5e6779;
  opacity: 1;
  /* Firefox */
}
.funnel-live-idea-card .card-content .title textarea::placeholder {
  color: #5e6779;
  opacity: 1;
  /* Firefox */
}

/* line 6226, app/assets/stylesheets/admin/admin_dashboard.scss */
.funnel-live-idea-card .card-content .title textarea::-webkit-scrollbar {
  width: 0px;
}

/* line 6231, app/assets/stylesheets/admin/admin_dashboard.scss */
.funnel-live-idea-card .card-content .owner-name {
  width: 100%;
  display: flex;
  align-items: center;
}

/* line 6235, app/assets/stylesheets/admin/admin_dashboard.scss */
.funnel-live-idea-card .card-content .owner-name img {
  border-radius: 100%;
  width: 20px;
  height: 20px;
  max-width: 20px;
  margin-right: 10px;
}

/* line 6242, app/assets/stylesheets/admin/admin_dashboard.scss */
.funnel-live-idea-card .card-content .owner-name p {
  font-size: 14px;
}

/* line 6250, app/assets/stylesheets/admin/admin_dashboard.scss */
.liveideacardenable .card-content {
  height: auto;
  opacity: 1;
  pointer-events: inherit;
}

/* line 6257, app/assets/stylesheets/admin/admin_dashboard.scss */
.funnel-add-item-btn {
  width: 100%;
  padding: 12px 12px;
  margin-top: -50px;
  transition: all 0.5s ease;
}

/* line 6262, app/assets/stylesheets/admin/admin_dashboard.scss */
.funnel-add-item-btn:hover {
  background-color: #eceff3;
}

/* line 6265, app/assets/stylesheets/admin/admin_dashboard.scss */
.funnel-add-item-btn a {
  display: flex;
  align-items: center;
  color: #212121;
}

/* line 6269, app/assets/stylesheets/admin/admin_dashboard.scss */
.funnel-add-item-btn a i {
  margin-right: 5px;
}

/* line 6275, app/assets/stylesheets/admin/admin_dashboard.scss */
.liveideacardenablebtn {
  margin-top: 0px;
}

/* line 6280, app/assets/stylesheets/admin/admin_dashboard.scss */
.inbox-card-content .idea-titles {
  padding-top: 0px;
  padding-right: 15px;
  padding-left: 10px;
  color: black !important;
}

/* HTML: <div class="loader"></div> */
/* line 6289, app/assets/stylesheets/admin/admin_dashboard.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 6314, app/assets/stylesheets/admin/admin_dashboard.scss */
.save-loader-btn .btn, .save-loader-btn .btn-large {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 105px;
}

/* line 6319, app/assets/stylesheets/admin/admin_dashboard.scss */
.save-loader-btn .btn span, .save-loader-btn .btn-large span {
  margin-top: 2px;
}

/* line 6323, app/assets/stylesheets/admin/admin_dashboard.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 6329, app/assets/stylesheets/admin/admin_dashboard.scss */
.save-loader-btn .upload-btn-loader {
  width: 20px;
  margin: 0px 0px 0px 5px;
}

/* line 6335, app/assets/stylesheets/admin/admin_dashboard.scss */
.projects-hoverableCard .card-title .class-titles::first-letter {
  text-transform: capitalize;
}

/* line 6339, app/assets/stylesheets/admin/admin_dashboard.scss */
.projects-hoverableCard .card-image:hover .card-short-description {
  opacity: 1;
  display: block;
}

/* line 6344, app/assets/stylesheets/admin/admin_dashboard.scss */
.edit-avatar-img-size-modal
.profile-sizing
.left-upload-btn
.file-field
.white-btn:hover
.upload-btn-loader {
  --_g: no-repeat radial-gradient(circle closest-side, #ffffff 90%, #ffffff00);
}

/* line 6353, app/assets/stylesheets/admin/admin_dashboard.scss */
.projects-hoverableCard {
  height: 132px;
  margin-bottom: 10px;
  box-shadow: none;
  border: 1px solid #e1e4ea;
  border-radius: 12px;
}

/* line 6359, app/assets/stylesheets/admin/admin_dashboard.scss */
.projects-hoverableCard:hover {
  box-shadow: none;
}

/* line 6362, app/assets/stylesheets/admin/admin_dashboard.scss */
.projects-hoverableCard .card-title {
  position: relative;
  width: 100%;
  line-height: normal !important;
  margin: 0 !important;
}

/* line 6367, app/assets/stylesheets/admin/admin_dashboard.scss */
.projects-hoverableCard .card-title .class-titles {
  position: relative;
  word-break: break-word;
  white-space: normal;
  font-size: 14px;
  color: #182230;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 3px;
}

/* line 6383, app/assets/stylesheets/admin/admin_dashboard.scss */
.projects-hoverableCard .card-image {
  height: 50px;
}

/* line 6386, app/assets/stylesheets/admin/admin_dashboard.scss */
.projects-hoverableCard .card-image img {
  -o-object-fit: cover;
     object-fit: cover;
  background-position: center center;
}

/* line 6396, app/assets/stylesheets/admin/admin_dashboard.scss */
.inbox-card-content .idea-titles {
  padding-top: 0px;
  padding-right: 15px;
  padding-left: 10px;
  color: black !important;
}

/* line 6404, app/assets/stylesheets/admin/admin_dashboard.scss */
.placeholder {
  background-color: #f3f3f3;
  padding: 60px;
  display: block;
  text-align: center;
  width: 100% !important;
  border: 1px dotted black;
  height: 70px !important;
}

/* line 6413, app/assets/stylesheets/admin/admin_dashboard.scss */
#participant-modal {
  overflow-y: visible;
}

/* line 6416, app/assets/stylesheets/admin/admin_dashboard.scss */
#idea-modal {
  overflow-y: visible;
}

/* line 6419, app/assets/stylesheets/admin/admin_dashboard.scss */
.cancel-move {
  margin-right: 5px !important;
  background-color: #33334f;
  color: white;
}

/* line 6424, app/assets/stylesheets/admin/admin_dashboard.scss */
#move_idea_modal {
  overflow-y: visible;
}

/* line 6427, app/assets/stylesheets/admin/admin_dashboard.scss */
.highcharts-point {
  cursor: pointer;
}

/* line 6430, app/assets/stylesheets/admin/admin_dashboard.scss */
.file-btn {
  height: 36px !important;
  border-radius: 2px !important;
  line-height: 36px !important;
  padding: 0 2rem;
  display: inline-block;
  font-size: 1rem !important;
  margin-right: 55px !important;
}

/* line 6439, app/assets/stylesheets/admin/admin_dashboard.scss */
.horiz-icon {
  font-size: 3.6rem !important;
  margin-top: -14px;
}

/* line 6443, app/assets/stylesheets/admin/admin_dashboard.scss */
.attachments-replace {
  padding: 0px;
}

/* line 6446, app/assets/stylesheets/admin/admin_dashboard.scss */
.settings-tabs {
  margin-left: 11px;
  width: 70%;
  border-bottom: 2px solid black;
}

/* line 6450, app/assets/stylesheets/admin/admin_dashboard.scss */
.settings-tabs .tab {
  border-radius: 5px;
  border: 1px solid black;
  height: 40px !important;
  line-height: 40px !important;
  margin-top: 8px !important;
}

/* line 6456, app/assets/stylesheets/admin/admin_dashboard.scss */
.settings-tabs .tab a {
  color: black;
}

/* line 6459, app/assets/stylesheets/admin/admin_dashboard.scss */
.settings-tabs .tab a:hover {
  color: black;
}

/* line 6462, app/assets/stylesheets/admin/admin_dashboard.scss */
.settings-tabs .tab a.active {
  background-color: #33334f !important;
  color: white;
}

/* line 6469, app/assets/stylesheets/admin/admin_dashboard.scss */
.funnelstage-settings-tabs {
  margin-left: 11px;
  background-color: unset;
  border-bottom: 2px solid black;
}

/* line 6474, app/assets/stylesheets/admin/admin_dashboard.scss */
.funnelstage-settings-tabs .tab {
  border-radius: 5px;
  border: 1px solid black;
  height: 40px !important;
  line-height: 40px !important;
  margin-top: 8px !important;
}

/* line 6480, app/assets/stylesheets/admin/admin_dashboard.scss */
.funnelstage-settings-tabs .tab a {
  color: #33334f;
}

/* line 6483, app/assets/stylesheets/admin/admin_dashboard.scss */
.funnelstage-settings-tabs .tab a:hover {
  color: #33334f;
}

/* line 6486, app/assets/stylesheets/admin/admin_dashboard.scss */
.funnelstage-settings-tabs .tab a.active {
  background-color: #33334f !important;
  color: white;
}

/* line 6493, app/assets/stylesheets/admin/admin_dashboard.scss */
.settings-container {
  height: 100%;
  overflow-y: scroll;
  width: 100%;
  max-width: 100%;
  padding-left: 182px !important;
}

/* line 6500, app/assets/stylesheets/admin/admin_dashboard.scss */
.invite-text-label {
  font-size: 15px;
  margin-top: 20px !important;
  margin-bottom: 18px !important;
}

/* line 6510, app/assets/stylesheets/admin/admin_dashboard.scss */
.browser-file .file-path-wrapper {
  width: 121px;
}

/* line 6512, app/assets/stylesheets/admin/admin_dashboard.scss */
.browser-file .file-path-wrapper input {
  border-bottom: none !important;
  margin: 0%;
}

/* The container */
/* line 6520, app/assets/stylesheets/admin/admin_dashboard.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 6534, app/assets/stylesheets/admin/admin_dashboard.scss */
.radio-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
/* line 6541, app/assets/stylesheets/admin/admin_dashboard.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 6552, app/assets/stylesheets/admin/admin_dashboard.scss */
.radio-container:hover input ~ .checkmark-radio {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
/* line 6557, app/assets/stylesheets/admin/admin_dashboard.scss */
.radio-container input:checked ~ .checkmark-radio {
  background-color: #2196f3;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
/* line 6562, app/assets/stylesheets/admin/admin_dashboard.scss */
.checkmark-radio:after {
  content: "";
  position: absolute;
  display: none;
}

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

/* Style the indicator (dot/circle) */
/* line 6574, app/assets/stylesheets/admin/admin_dashboard.scss */
.radio-container .checkmark-radio:after {
  top: 9px;
  left: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
}

/* line 6583, app/assets/stylesheets/admin/admin_dashboard.scss */
.privacy-agent-profile {
  color: black;
  font-size: 0.8rem;
  margin-top: 12px;
}

/* line 6587, app/assets/stylesheets/admin/admin_dashboard.scss */
.privacy-agent-profile label {
  color: black;
  font-weight: bold;
}

/* line 6591, app/assets/stylesheets/admin/admin_dashboard.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 6596, app/assets/stylesheets/admin/admin_dashboard.scss */
.privacy-agent-profile span {
  text-align: justify;
  padding-right: 25px;
  display: block;
  padding-left: 37px;
}

/* line 6602, app/assets/stylesheets/admin/admin_dashboard.scss */
.privacy-agent-profile .headers {
  font-size: 1rem;
}

/* line 6606, app/assets/stylesheets/admin/admin_dashboard.scss */
.bold {
  font-weight: bold;
}

/* line 6610, app/assets/stylesheets/admin/admin_dashboard.scss */
.inbox-agents input[type="text"] {
  height: 25px !important;
  border: 1px solid lightgray !important;
  margin: 8px 0px !important;
  padding-left: 5px !important;
  padding-right: 5px !important;
}

/* line 6617, app/assets/stylesheets/admin/admin_dashboard.scss */
.inbox-agents .btn-custom {
  height: 28px;
  margin-top: 4px;
  line-height: 28px;
  font-size: 13px;
  margin-left: 24px !important;
  bottom: 0;
}

/* line 6626, app/assets/stylesheets/admin/admin_dashboard.scss */
.inbox-card-manager {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

/* line 6630, app/assets/stylesheets/admin/admin_dashboard.scss */
.inbox-card-manager .inbox-cards {
  width: 100%;
}

/* line 6634, app/assets/stylesheets/admin/admin_dashboard.scss */
.switch-section {
  margin-top: 10px;
}

/* line 6637, app/assets/stylesheets/admin/admin_dashboard.scss */
.ideation-categories-lists {
  margin-top: 15px;
}

/* line 6639, app/assets/stylesheets/admin/admin_dashboard.scss */
.ideation-categories-lists .create-button {
  width: 30px;
  margin-left: 15px !important;
}

/* line 6645, app/assets/stylesheets/admin/admin_dashboard.scss */
.selection-dashboard .dashboard-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* line 6651, app/assets/stylesheets/admin/admin_dashboard.scss */
.bordered-div {
  border: 1px solid #9e9e9e;
  padding-right: 24px !important;
  padding-left: 24px !important;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

/* line 6658, app/assets/stylesheets/admin/admin_dashboard.scss */
.accepted-rejected-circle {
  height: 12px;
  width: 12px;
  border-radius: 50%;
  display: inline-block;
}

/* line 6664, app/assets/stylesheets/admin/admin_dashboard.scss */
.download-results-settings {
  display: flex;
  align-items: center;
}

/* line 6667, app/assets/stylesheets/admin/admin_dashboard.scss */
.download-results-settings i {
  margin-right: 15px;
  color: #33334f;
}

/* line 6672, app/assets/stylesheets/admin/admin_dashboard.scss */
#container1 {
  height: 95px;
}

/* line 6675, app/assets/stylesheets/admin/admin_dashboard.scss */
#container2,
#container3,
#container4,
#container5 {
  height: 65px;
}

/* line 6681, app/assets/stylesheets/admin/admin_dashboard.scss */
.hc-cat-title {
  font-size: 13px;
  font-weight: bold;
}

/* line 6686, app/assets/stylesheets/admin/admin_dashboard.scss */
.highcharts-figure,
.highcharts-data-table table {
  min-width: 320px;
  max-width: 800px;
  margin: 1em auto;
}

/* line 6699, app/assets/stylesheets/admin/admin_dashboard.scss */
.highcharts-data-table table {
  font-family: sans-serif;
  border-collapse: collapse;
  border: 1px solid #ebebeb;
  margin: 10px auto;
  text-align: center;
  width: 100%;
  max-width: 500px;
}

/* line 6708, app/assets/stylesheets/admin/admin_dashboard.scss */
.highcharts-data-table caption {
  padding: 1em 0;
  font-size: 1.2em;
  color: #555;
}

/* line 6713, app/assets/stylesheets/admin/admin_dashboard.scss */
.highcharts-data-table th {
  font-weight: 600;
  padding: 0.5em;
}

/* line 6717, app/assets/stylesheets/admin/admin_dashboard.scss */
.highcharts-data-table td,
.highcharts-data-table th,
.highcharts-data-table caption {
  padding: 0.5em;
}

/* line 6722, app/assets/stylesheets/admin/admin_dashboard.scss */
.highcharts-data-table thead tr,
.highcharts-data-table tr:nth-child(even) {
  background: #f8f8f8;
}

/* line 6726, app/assets/stylesheets/admin/admin_dashboard.scss */
.highcharts-data-table tr:hover {
  background: #f1f7ff;
}

/* line 6729, app/assets/stylesheets/admin/admin_dashboard.scss */
.highcharts-bullet-target {
  fill: black;
}

/* line 6734, app/assets/stylesheets/admin/admin_dashboard.scss */
.highcharts-title tspan {
  font-size: 1em !important;
  font-family: sans-serif;
}

/* line 6739, app/assets/stylesheets/admin/admin_dashboard.scss */
.hc-cat-title {
  font-size: 11px;
  font-weight: normal;
}

/* line 6744, app/assets/stylesheets/admin/admin_dashboard.scss */
.top-ideas-table tr {
  height: 47px;
}

/* line 6748, app/assets/stylesheets/admin/admin_dashboard.scss */
.plus-button {
  margin-right: 87px;
  margin-top: 10px;
}

/* line 6753, app/assets/stylesheets/admin/admin_dashboard.scss */
.invite-round-red-text div {
  color: red !important;
}

/* line 6757, app/assets/stylesheets/admin/admin_dashboard.scss */
.error-missing-field {
  border: 1px solid red !important;
}

/* The my-container */
/* line 6763, app/assets/stylesheets/admin/admin_dashboard.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 6775, app/assets/stylesheets/admin/admin_dashboard.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 6784, app/assets/stylesheets/admin/admin_dashboard.scss */
.my-container [type="checkbox"] + span:not(.lever):before,
[type="checkbox"]:not(.filled-in) + span:not(.lever):after {
  border: 0px;
}

/* line 6788, app/assets/stylesheets/admin/admin_dashboard.scss */
.my-container [type="checkbox"] + span:not(.lever) {
  padding-left: 0px;
}

/* Hide the browser's default checkbox */
/* line 6793, app/assets/stylesheets/admin/admin_dashboard.scss */
.my-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
/* line 6802, app/assets/stylesheets/admin/admin_dashboard.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 6813, app/assets/stylesheets/admin/admin_dashboard.scss */
.my-container:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
/* line 6818, app/assets/stylesheets/admin/admin_dashboard.scss */
.my-container input:checked ~ .checkmark {
  background-color: #4bb543;
}

/* Create the checkmark/indicator (hidden when not checked) */
/* line 6823, app/assets/stylesheets/admin/admin_dashboard.scss */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
/* line 6830, app/assets/stylesheets/admin/admin_dashboard.scss */
.my-container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
/* line 6835, app/assets/stylesheets/admin/admin_dashboard.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 6847, app/assets/stylesheets/admin/admin_dashboard.scss */
.getting-started-btn {
  color: white;
}

/* line 6853, app/assets/stylesheets/admin/admin_dashboard.scss */
.checklist label [type="checkbox"]:not(:checked),
.checklist label [type="checkbox"]:checked {
  position: relative;
  margin-right: 10px;
}

/* line 6858, app/assets/stylesheets/admin/admin_dashboard.scss */
.checklist label #checkbox {
  color: green;
}

/* line 6861, app/assets/stylesheets/admin/admin_dashboard.scss */
.checklist label .filled-in {
  background-color: #4bb543;
}

/* line 6864, app/assets/stylesheets/admin/admin_dashboard.scss */
.checklist label #checked {
  background-color: #4bb543;
}

/* line 6869, app/assets/stylesheets/admin/admin_dashboard.scss */
.get-start-btn {
  color: #787878;
}

/* line 6871, app/assets/stylesheets/admin/admin_dashboard.scss */
.get-start-btn button {
  margin-right: 15px;
  background-color: unset;
  border: unset;
  margin-left: unset;
}

/* line 6876, app/assets/stylesheets/admin/admin_dashboard.scss */
.get-start-btn button i {
  margin-left: -7px;
}

/* line 6880, app/assets/stylesheets/admin/admin_dashboard.scss */
.get-start-btn b {
  font-size: 18px;
  vertical-align: super;
  font-weight: 400;
  letter-spacing: 0.3px;
  text-transform: capitalize;
}

/* line 6894, app/assets/stylesheets/admin/admin_dashboard.scss */
.checkbox-blue-grey.filled-in[type="checkbox"]:checked
+ span:not(.lever):after {
  border: 2px solid #607d8b;
  background-color: #607d8b;
}

/* line 6899, app/assets/stylesheets/admin/admin_dashboard.scss */
.checkbox-blue-grey {
  color: red;
}

/* line 6907, app/assets/stylesheets/admin/admin_dashboard.scss */
.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 6916, app/assets/stylesheets/admin/admin_dashboard.scss */
.filled-in[type="checkbox"]:not(checked) + span:not(.lever):after {
  background: #e4e4e4;
  border-radius: 50%;
  width: 30px;
  height: 30px;
}

/* line 6923, app/assets/stylesheets/admin/admin_dashboard.scss */
.filled-in[type="checkbox"]:checked + span:not(.lever):before {
  top: 5px;
  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 6937, app/assets/stylesheets/admin/admin_dashboard.scss */
.filled-in[type="checkbox"] + span:not(.lever):before,
.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 6948, app/assets/stylesheets/admin/admin_dashboard.scss */
[type="checkbox"] + span:not(.lever):before,
[type="checkbox"]:not(.filled-in) + span:not(.lever):after {
  content: "";
  position: absolute;
  top: 3.8px;
  left: 3px;
  width: 18px;
  height: 18px;
  z-index: 0;
  border-radius: 1px;
  transition: 0.2s;
}

/* line 6964, app/assets/stylesheets/admin/admin_dashboard.scss */
.switchtoggle {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 26px;
}

/* line 6970, app/assets/stylesheets/admin/admin_dashboard.scss */
.switchtoggle .switchtoggle input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* line 6975, app/assets/stylesheets/admin/admin_dashboard.scss */
.switchtoggle .slidertoggle {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: 0.4s;
}

/* line 6986, app/assets/stylesheets/admin/admin_dashboard.scss */
.switchtoggle .slidertoggle:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: 0.4s;
}

/* line 6996, app/assets/stylesheets/admin/admin_dashboard.scss */
.switchtoggle input:checked + .slidertoggle {
  background-color: #33334f;
}

/* line 6999, app/assets/stylesheets/admin/admin_dashboard.scss */
.switchtoggle input:focus + .slidertoggle {
  box-shadow: 0 0 1px #2196f3;
}

/* line 7002, app/assets/stylesheets/admin/admin_dashboard.scss */
.switchtoggle input:checked + .slidertoggle:before {
  transform: translateX(26px);
}

/* line 7007, app/assets/stylesheets/admin/admin_dashboard.scss */
.switchtoggle .slidertoggle.roundtoggle {
  border-radius: 34px;
}

/* line 7010, app/assets/stylesheets/admin/admin_dashboard.scss */
.switchtoggle .slidertoggle.roundtoggle:before {
  border-radius: 50%;
}

/* line 7013, app/assets/stylesheets/admin/admin_dashboard.scss */
.switchtoggle [type="checkbox"] + span:not(.lever):before,
.switchtoggle [type="checkbox"]:not(.filled-in) + span:not(.lever):after {
  border: none;
  border-radius: 100%;
}

/* line 7020, app/assets/stylesheets/admin/admin_dashboard.scss */
.checklist-box {
  height: 527px !important;
  min-height: 300px;
  height: calc(100vh - 56px);
  border: 1px solid white;
  background: #fff;
  position: fixed;
  margin: 0;
  padding: 20px;
  width: 350px;
  top: 205px;
  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 7042, app/assets/stylesheets/admin/admin_dashboard.scss */
.checklist-box .checklist .check1 a {
  color: #8e8e8e;
  font-weight: 400;
  letter-spacing: 0.2px;
}

/* line 7050, app/assets/stylesheets/admin/admin_dashboard.scss */
.checklist-appear {
  right: 0px !important;
}

/* line 7054, app/assets/stylesheets/admin/admin_dashboard.scss */
#wizard-checklist {
  right: -284px;
}

/* line 7057, app/assets/stylesheets/admin/admin_dashboard.scss */
.contact-support-checklist {
  float: right;
}

/* line 7060, app/assets/stylesheets/admin/admin_dashboard.scss */
.cross-btn {
  float: right;
}

/* line 7063, app/assets/stylesheets/admin/admin_dashboard.scss */
.cross-btn button {
  background-color: unset;
  border: unset;
}

/* line 7066, app/assets/stylesheets/admin/admin_dashboard.scss */
.cross-btn button i {
  font-size: 20px;
  font-weight: bold;
  color: #787878;
}

/* line 7073, app/assets/stylesheets/admin/admin_dashboard.scss */
#popup {
  margin-top: 55px;
  width: 200px;
  color: black;
  background: white;
  padding-top: 8px;
  z-index: 100;
  position: absolute;
  top: 0;
}

/* line 7084, app/assets/stylesheets/admin/admin_dashboard.scss */
.show-plus {
  display: none;
}

/* line 7086, app/assets/stylesheets/admin/admin_dashboard.scss */
.show-plus .add-button {
  position: absolute;
  right: 266px;
  top: -49px;
}

/* line 7093, app/assets/stylesheets/admin/admin_dashboard.scss */
.drop-down-class {
  width: 50%;
  height: 35px;
  border: 1px solid;
}

/* line 7099, app/assets/stylesheets/admin/admin_dashboard.scss */
#insert-custom-field-modal {
  overflow-y: visible !important;
  max-height: -moz-fit-content !important;
  max-height: fit-content !important;
}

/* line 7104, app/assets/stylesheets/admin/admin_dashboard.scss */
#setting-modal {
  overflow-y: visible !important;
  max-height: -moz-fit-content !important;
  max-height: fit-content !important;
}

/* line 7114, app/assets/stylesheets/admin/admin_dashboard.scss */
#insert-project-custom-field-modal {
  overflow-y: visible !important;
  max-height: -moz-fit-content !important;
  max-height: fit-content !important;
}

/* line 7119, app/assets/stylesheets/admin/admin_dashboard.scss */
.show-text {
  word-break: break-all;
}

/* line 7122, app/assets/stylesheets/admin/admin_dashboard.scss */
.showing-plus {
  display: flex;
  position: relative;
  justify-content: center;
}

/* line 7126, app/assets/stylesheets/admin/admin_dashboard.scss */
.showing-plus .add-button {
  position: absolute;
  right: 266px;
  top: -49px;
}

/* line 7133, app/assets/stylesheets/admin/admin_dashboard.scss */
.no-margin {
  margin: 0px;
}

/* line 7137, app/assets/stylesheets/admin/admin_dashboard.scss */
.add-tag-input {
  border: 1px solid !important;
  width: 200px !important;
  height: 30px !important;
  padding-left: 5px !important;
  margin-left: 11px !important;
  display: none;
}

/* line 7146, app/assets/stylesheets/admin/admin_dashboard.scss */
.add-dummy-tag-input {
  border: 1px solid !important;
  width: 200px !important;
  height: 30px !important;
  padding-left: 5px !important;
  margin-left: 11px !important;
  display: none;
}

/* line 7155, app/assets/stylesheets/admin/admin_dashboard.scss */
.add-project-tag-input {
  border: 1px solid !important;
  width: 200px !important;
  height: 30px !important;
  padding-left: 5px !important;
  margin-left: 11px !important;
  display: none;
}

/* line 7163, app/assets/stylesheets/admin/admin_dashboard.scss */
.disabled-color {
  color: lightgray;
}

/* line 7167, app/assets/stylesheets/admin/admin_dashboard.scss */
tr.disabled {
  background-color: #d4d1d1;
  pointer-events: none;
}

/* line 7172, app/assets/stylesheets/admin/admin_dashboard.scss */
.easy-autocomplete-container {
  left: 0;
  border: #000000;
}

/* line 7175, app/assets/stylesheets/admin/admin_dashboard.scss */
.easy-autocomplete-container ul {
  top: -10px;
  width: 300px;
}

/* line 7179, app/assets/stylesheets/admin/admin_dashboard.scss */
.easy-autocomplete-container ul li .eac-item {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}

/* line 7189, app/assets/stylesheets/admin/admin_dashboard.scss */
.anychart-credits-text {
  display: none;
}

/* line 7192, app/assets/stylesheets/admin/admin_dashboard.scss */
.anychart-credits-logo {
  display: none;
}

/* line 7196, app/assets/stylesheets/admin/admin_dashboard.scss */
#bubble-packed-container .highcharts-parentNode {
  cursor: pointer;
}

/* line 7201, app/assets/stylesheets/admin/admin_dashboard.scss */
#bubble-packed-container .highcharts-point:hover {
  cursor: default;
}

/* line 7230, app/assets/stylesheets/admin/admin_dashboard.scss */
.likes_bubblechart {
  overflow: scroll !important;
}

/* line 7234, app/assets/stylesheets/admin/admin_dashboard.scss */
text[data-ac-wrapper-id] {
  cursor: pointer !important;
}

/* line 7237, app/assets/stylesheets/admin/admin_dashboard.scss */
path[data-ac-wrapper-id] {
  cursor: default !important;
}

@media only screen and (min-width: 1640px) {
  /* line 7242, app/assets/stylesheets/admin/admin_dashboard.scss */
  #tag-graph-container {
    height: 800px !important;
  }
}

/* line 7248, app/assets/stylesheets/admin/admin_dashboard.scss */
.all_filter_list .dropdown-content > li:first-child, .project_filter_list .dropdown-content > li:first-child, .all_filter_list .dropdown-content > li:first-child, .ideabox_filter_list .dropdown-content > li:first-child, .ideabox_ideas_filter_list .dropdown-content > li:first-child, .actions-dropdown .dropdown-content > li:first-child {
  display: none;
}

/* line 7253, app/assets/stylesheets/admin/admin_dashboard.scss */
.clear_filter {
  display: none !important;
}

/* line 7257, app/assets/stylesheets/admin/admin_dashboard.scss */
.clear_filter_projects {
  display: none !important;
}

/* line 7261, app/assets/stylesheets/admin/admin_dashboard.scss */
.clear_filter_ideabox {
  display: none !important;
}

/* line 7265, app/assets/stylesheets/admin/admin_dashboard.scss */
.clear_filter_ideabox_ideas {
  display: none !important;
}

/* line 7269, app/assets/stylesheets/admin/admin_dashboard.scss */
.clear_filter_display {
  display: block !important;
}

/* line 7273, app/assets/stylesheets/admin/admin_dashboard.scss */
.inline-flex {
  display: inline-flex;
}

/* line 7277, app/assets/stylesheets/admin/admin_dashboard.scss */
.search-bar-idea-clear {
  position: absolute;
  right: 0;
  top: 4px;
  cursor: pointer;
}

/* line 7284, app/assets/stylesheets/admin/admin_dashboard.scss */
.search-bar-project-clear {
  position: absolute;
  right: 0;
  top: 4px;
  cursor: pointer;
}

/* line 7290, app/assets/stylesheets/admin/admin_dashboard.scss */
.mb-20 {
  margin-bottom: 20px;
}

/* line 7293, app/assets/stylesheets/admin/admin_dashboard.scss */
.pagination li.active {
  background-color: #33334f;
}

/* line 7296, app/assets/stylesheets/admin/admin_dashboard.scss */
.pagination li a {
  font-size: 0.8rem;
}

/* line 7301, app/assets/stylesheets/admin/admin_dashboard.scss */
.idea-box-searchbar input.search-field {
  margin-bottom: 0;
  border-radius: 3px;
}

/* line 7306, app/assets/stylesheets/admin/admin_dashboard.scss */
.align-center {
  align-items: center;
}

/* line 7309, app/assets/stylesheets/admin/admin_dashboard.scss */
th.tr-height {
  height: 40px;
}

/* line 7312, app/assets/stylesheets/admin/admin_dashboard.scss */
table.customstyle tr td {
  height: 40px;
}

/* line 7316, app/assets/stylesheets/admin/admin_dashboard.scss */
.flex-end {
  justify-content: flex-end;
}

/* line 7319, app/assets/stylesheets/admin/admin_dashboard.scss */
.mr-zero {
  margin-right: 0 !important;
}

/* line 7322, app/assets/stylesheets/admin/admin_dashboard.scss */
.justify-center {
  justify-content: center;
}

/* line 7325, app/assets/stylesheets/admin/admin_dashboard.scss */
.no-mt {
  margin-top: 0px;
}

/* line 7328, app/assets/stylesheets/admin/admin_dashboard.scss */
.top-pad-consistency {
  top: 58px;
}

/* line 7331, app/assets/stylesheets/admin/admin_dashboard.scss */
.funnel-management-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 21px;
}

/* line 7337, app/assets/stylesheets/admin/admin_dashboard.scss */
.input-field-funnel,
.input-field-funnel-owner {
  position: relative;
  margin-top: 25px;
}

/* line 7342, app/assets/stylesheets/admin/admin_dashboard.scss */
.input-field-funnel .funnel-dropdown,
.input-field-funnel-owner .funnel-dropdown {
  width: 250px;
  display: inline-block;
  height: 30px;
}

/* line 7347, app/assets/stylesheets/admin/admin_dashboard.scss */
.input-field-funnel a,
.input-field-funnel-owner a {
  margin-left: 30px;
}

/* line 7351, app/assets/stylesheets/admin/admin_dashboard.scss */
.input-field-funnel-title {
  display: flex;
  align-items: center;
  position: relative;
  margin-top: 25px;
}

/* line 7356, app/assets/stylesheets/admin/admin_dashboard.scss */
.input-field-funnel-title .dropdown-action {
  margin-left: 30px;
}

/* line 7358, app/assets/stylesheets/admin/admin_dashboard.scss */
.input-field-funnel-title .dropdown-action input {
  width: 135px !important;
}

/* line 7361, app/assets/stylesheets/admin/admin_dashboard.scss */
.input-field-funnel-title .dropdown-action span.caret {
  right: 10px !important;
}

/* line 7366, app/assets/stylesheets/admin/admin_dashboard.scss */
.input-field-funnel-title p {
  display: inline-block;
  margin-right: 90px;
}

/* line 7370, app/assets/stylesheets/admin/admin_dashboard.scss */
.input-field-funnel-title .funnel-dropdown {
  width: 250px;
  display: inline-block;
  height: 30px;
}

/* line 7375, app/assets/stylesheets/admin/admin_dashboard.scss */
.input-field-funnel-title a {
  margin-left: 30px;
}

/* line 7379, app/assets/stylesheets/admin/admin_dashboard.scss */
.input-field-funnel {
  display: flex;
  align-items: center;
}

/* line 7382, app/assets/stylesheets/admin/admin_dashboard.scss */
.input-field-funnel p {
  display: inline-block;
  margin-right: 30px;
}

/* line 7387, app/assets/stylesheets/admin/admin_dashboard.scss */
.input-field-funnel-owner {
  display: flex;
  align-items: center;
}

/* line 7390, app/assets/stylesheets/admin/admin_dashboard.scss */
.input-field-funnel-owner p {
  display: inline-block;
  margin-right: 28px;
}

/* line 7395, app/assets/stylesheets/admin/admin_dashboard.scss */
.tableFixHead {
  overflow-y: auto;
  min-height: auto;
  max-height: -moz-max-content;
  max-height: max-content;
  overflow-x: auto;
}

/* line 7403, app/assets/stylesheets/admin/admin_dashboard.scss */
.tableFixHead table {
  border-collapse: collapse;
  width: 100%;
  white-space: nowrap;
}

/* line 7408, app/assets/stylesheets/admin/admin_dashboard.scss */
.tableFixHead table thead th {
  top: 0;
}

/* line 7412, app/assets/stylesheets/admin/admin_dashboard.scss */
.tableFixHead table th,
.tableFixHead table td {
  padding: 8px 16px;
  border: 1px solid #ccc;
  width: auto;
}

/* line 7418, app/assets/stylesheets/admin/admin_dashboard.scss */
.tableFixHead table th {
  background: #eee;
}

/* line 7421, app/assets/stylesheets/admin/admin_dashboard.scss */
.tableFixHead table tr {
  border-bottom: 1px solid #e6e6e6;
}

/* line 7426, app/assets/stylesheets/admin/admin_dashboard.scss */
.user-avatar-funnel {
  display: flex;
  align-items: center;
  gap: 8px;
}

/* line 7431, app/assets/stylesheets/admin/admin_dashboard.scss */
.stage-settings :hover {
  border-bottom: 1px solid #039be5;
}

/* line 7434, app/assets/stylesheets/admin/admin_dashboard.scss */
.funnel_filter {
  width: 248px;
}

/* line 7442, app/assets/stylesheets/admin/admin_dashboard.scss */
.projects-hoverableCard .card-image:hover .card-check {
  opacity: 1;
}

/* line 7446, app/assets/stylesheets/admin/admin_dashboard.scss */
.projects-hoverableCard .card-image .card-check {
  z-index: 99;
  pointer-events: auto;
}

/* line 7450, app/assets/stylesheets/admin/admin_dashboard.scss */
.projects-hoverableCard .card-image input:checked {
  opacity: 1;
}

/* line 7458, app/assets/stylesheets/admin/admin_dashboard.scss */
.project_funnels_dropdown .dropdown-content > li:first-child {
  display: none;
}

/* line 7462, app/assets/stylesheets/admin/admin_dashboard.scss */
.input-field-stage-settings {
  display: flex;
}

/* line 7465, app/assets/stylesheets/admin/admin_dashboard.scss */
.input-field-access {
  display: flex;
  align-items: center;
}

/* line 7468, app/assets/stylesheets/admin/admin_dashboard.scss */
.input-field-access p {
  width: 25%;
  display: inline-block;
}

/* line 7472, app/assets/stylesheets/admin/admin_dashboard.scss */
.input-field-access .funnel-dropdown {
  width: 200px;
  display: inline-block;
  height: 30px;
}

/* line 7478, app/assets/stylesheets/admin/admin_dashboard.scss */
.ht-30 {
  height: 30px;
  line-height: 30px;
  width: 160px;
  margin-left: 14px;
  padding: 0;
  background-color: #33334f;
}

/* line 7486, app/assets/stylesheets/admin/admin_dashboard.scss */
.access-multiple {
  margin-top: 7px;
}

/* line 7488, app/assets/stylesheets/admin/admin_dashboard.scss */
.access-multiple input {
  margin-bottom: 5px !important;
}

/* line 7492, app/assets/stylesheets/admin/admin_dashboard.scss */
.w-200 {
  width: 200px;
}

/* line 7495, app/assets/stylesheets/admin/admin_dashboard.scss */
.edit-stage-btn {
  color: #33334f;
  border: 1px solid #33334f;
  margin-right: 15px;
}

/* line 7501, app/assets/stylesheets/admin/admin_dashboard.scss */
li.access.disabled {
  background-color: #d4d1d1;
  pointer-events: none;
}

/* line 7506, app/assets/stylesheets/admin/admin_dashboard.scss */
.color-disabled {
  pointer-events: none;
}

/* line 7510, app/assets/stylesheets/admin/admin_dashboard.scss */
.deadline-disabled {
  background-color: #d4d1d1;
  pointer-events: none;
}

/* line 7515, app/assets/stylesheets/admin/admin_dashboard.scss */
.share-disabled {
  pointer-events: none;
}

/* line 7519, app/assets/stylesheets/admin/admin_dashboard.scss */
.share-color {
  color: #e6e6e6;
}

/* line 7523, app/assets/stylesheets/admin/admin_dashboard.scss */
.space-between {
  justify-content: space-between;
}

/* line 7526, app/assets/stylesheets/admin/admin_dashboard.scss */
.ml-15 {
  margin-left: 15px;
}

/* line 7530, app/assets/stylesheets/admin/admin_dashboard.scss */
.stage-settings-btn a {
  border: 1px solid #33334f;
  color: #33334f;
  border-radius: 0px;
  padding: 5px;
  width: 100%;
  display: block;
  text-align: center;
  text-transform: uppercase;
}

/* line 7541, app/assets/stylesheets/admin/admin_dashboard.scss */
.stage-modal {
  position: relative;
  margin-top: 25px;
}

/* line 7545, app/assets/stylesheets/admin/admin_dashboard.scss */
.stage-modal .funnel-dropdown {
  width: 250px;
  display: inline-block;
  height: 30px;
}

/* line 7550, app/assets/stylesheets/admin/admin_dashboard.scss */
.stage-modal a {
  margin-left: 30px;
}

/* line 7555, app/assets/stylesheets/admin/admin_dashboard.scss */
.stage-modal {
  display: flex;
  align-items: center;
}

/* line 7558, app/assets/stylesheets/admin/admin_dashboard.scss */
.stage-modal p {
  display: inline-block;
  margin-bottom: 0px;
}

/* line 7564, app/assets/stylesheets/admin/admin_dashboard.scss */
.seprator {
  border-right: 1px solid #d2d2d2 !important;
}

/* line 7567, app/assets/stylesheets/admin/admin_dashboard.scss */
.stage-table-hover:hover {
  background-color: #f4fbff;
}

/* line 7571, app/assets/stylesheets/admin/admin_dashboard.scss */
.funnel-tabs.stage-modal-tabs {
  background-color: transparent;
}

/* line 7575, app/assets/stylesheets/admin/admin_dashboard.scss */
.funnel-tabs.stage-modal-tabs li.tab a.active {
  background-color: #7d7d7d;
  color: white;
}

/* line 7582, app/assets/stylesheets/admin/admin_dashboard.scss */
.w-112 input {
  width: 112px !important;
}

/* line 7586, app/assets/stylesheets/admin/admin_dashboard.scss */
.mt-10 {
  margin-top: 10px;
}

/* line 7589, app/assets/stylesheets/admin/admin_dashboard.scss */
.ml-20 {
  margin-left: 20px;
}

/* line 7594, app/assets/stylesheets/admin/admin_dashboard.scss */
#funnel_filter .admin-ideation-select ul {
  max-height: 350px !important;
}

/* line 7597, app/assets/stylesheets/admin/admin_dashboard.scss */
#funnel_filter .admin-ideation-select .creatnew_funnel {
  z-index: 9999;
  top: 170px;
  background: #fff;
  width: 100%;
  text-align: left;
  padding: 10px 16px;
  border-top: 1px solid #ccc;
}

/* line 7609, app/assets/stylesheets/admin/admin_dashboard.scss */
#funnel_filter .admin-ideation-select .creatnew_funnel.active {
  display: block;
}

/* line 7617, app/assets/stylesheets/admin/admin_dashboard.scss */
#project_funnel_filter .admin-ideation-select ul {
  max-height: 350px !important;
}

/* line 7620, app/assets/stylesheets/admin/admin_dashboard.scss */
#project_funnel_filter .admin-ideation-select .creatnew_funnel {
  z-index: 9999;
  top: 170px;
  background: #fff;
  width: 100%;
  text-align: left;
  padding: 10px 16px;
  border-top: 1px solid #ccc;
}

/* line 7632, app/assets/stylesheets/admin/admin_dashboard.scss */
#project_funnel_filter .admin-ideation-select .creatnew_funnel.active {
  display: block;
}

/* line 7639, app/assets/stylesheets/admin/admin_dashboard.scss */
ul.drop li:hover {
  background-color: #ececec;
}

/* line 7643, app/assets/stylesheets/admin/admin_dashboard.scss */
.funnel-action-btn {
  margin-top: 4px;
  margin-bottom: -2px;
}

/* line 7646, app/assets/stylesheets/admin/admin_dashboard.scss */
.funnel-action-btn ul#menu {
  display: inline-block;
  margin: 0;
  padding: 6px 5px 6px 5px;
  width: 175px;
  border-radius: 0px;
  height: auto;
  background-color: #f6f7f9;
}

/* line 7654, app/assets/stylesheets/admin/admin_dashboard.scss */
.funnel-action-btn ul#menu:hover {
  background-color: #eceff3;
  color: black;
}

/* line 7659, app/assets/stylesheets/admin/admin_dashboard.scss */
.funnel-action-btn ul#menu li {
  list-style: none;
  float: left;
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%;
}

/* line 7667, app/assets/stylesheets/admin/admin_dashboard.scss */
.funnel-action-btn ul#menu li a {
  text-decoration: none;
  color: black;
  display: flex;
  align-items: center;
  padding: 0px 5px 0px 8px;
  justify-content: space-between;
  font-size: 15px;
}

/* line 7676, app/assets/stylesheets/admin/admin_dashboard.scss */
.funnel-action-btn ul#menu li a i {
  font-size: 22px;
  rotate: 90deg;
}

/* line 7681, app/assets/stylesheets/admin/admin_dashboard.scss */
.funnel-action-btn ul#menu li ul.drop {
  top: 29px;
  left: 0px;
  margin: 0;
  padding: 0;
  width: 100%;
  position: absolute;
  background: #fff;
  display: none;
  border: 1px solid #cecece;
  border-radius: 6px;
}

/* line 7692, app/assets/stylesheets/admin/admin_dashboard.scss */
.funnel-action-btn ul#menu li ul.drop li {
  color: #000;
  padding: 10px;
  padding-right: 0px;
}

/* line 7697, app/assets/stylesheets/admin/admin_dashboard.scss */
.funnel-action-btn ul#menu li ul.drop li a {
  padding-left: 0;
  font-weight: 300;
  color: #101828;
}

/* line 7702, app/assets/stylesheets/admin/admin_dashboard.scss */
.funnel-action-btn ul#menu li ul.drop li ul {
  margin: 0;
  padding: 0;
  width: 180px;
  position: absolute;
  display: none;
  background: #fff;
  right: 165px;
  top: 0px;
  max-height: 300px !important;
  overflow-y: auto;
  border: 1px solid #cecece;
  border-radius: 6px;
}

/* line 7718, app/assets/stylesheets/admin/admin_dashboard.scss */
.funnel-action-btn ul#menu li ul.drop.show {
  display: block;
  z-index: 999;
}

/* line 7723, app/assets/stylesheets/admin/admin_dashboard.scss */
.funnel-action-btn ul#menu li ul.drop li ul.show {
  display: block;
  z-index: 999;
}

/* line 7730, app/assets/stylesheets/admin/admin_dashboard.scss */
.no-scroll-y {
  overflow-y: unset !important;
}

/* line 7734, app/assets/stylesheets/admin/admin_dashboard.scss */
.grid-view-drop-down {
  align-items: center;
  margin-top: -8px !important;
}

/* line 7738, app/assets/stylesheets/admin/admin_dashboard.scss */
.grid-view-drop-down a i {
  color: #838383;
  margin-left: 2px;
}

/* line 7741, app/assets/stylesheets/admin/admin_dashboard.scss */
.grid-view-drop-down a i:hover {
  color: black;
}

/* line 7745, app/assets/stylesheets/admin/admin_dashboard.scss */
.grid-view-drop-down a .select-grid-view {
  color: black;
}

/* line 7750, app/assets/stylesheets/admin/admin_dashboard.scss */
.grid-view-drop-down .view-list i {
  font-size: 28px;
}

/* line 7755, app/assets/stylesheets/admin/admin_dashboard.scss */
.grid-view-drop-down .view-columns i {
  font-size: 25px;
}

/* line 7760, app/assets/stylesheets/admin/admin_dashboard.scss */
.grid-view-drop-down .view-graph i {
  font-size: 25px;
}

/* line 7767, app/assets/stylesheets/admin/admin_dashboard.scss */
.funnel-filter input:not([type]),
.funnel-filter input[type="text"]:not(.browser-default):not(.mce-textbox),
.funnel-filter input[type="color"]:not(.browser-default):not(.mce-textbox),
.funnel-filter input[type="password"]:not(.browser-default):not(.mce-textbox),
.funnel-filter input[type="email"]:not(.browser-default):not(.mce-textbox),
.funnel-filter input[type="url"]:not(.browser-default):not(.mce-textbox),
.funnel-filter input[type="time"]:not(.browser-default):not(.mce-textbox),
.funnel-filter input[type="date"]:not(.browser-default):not(.mce-textbox),
.funnel-filter input[type="datetime"]:not(.browser-default):not(.mce-textbox),
.funnel-filter input[type="datetime-local"]:not(.browser-default):not(.mce-textbox),
.funnel-filter input[type="tel"]:not(.browser-default):not(.mce-textbox),
.funnel-filter input[type="number"]:not(.browser-default):not(.mce-textbox),
.funnel-filter input[type="search"]:not(.browser-default):not(.mce-textbox),
.funnel-filter textarea.materialize-textarea {
  background-color: transparent;
  border: none;
  border: 1px solid #9e9e9e;
  color: #212121;
  border-radius: 3px;
  outline: none;
  height: 30px;
  width: 97px;
  font-size: 1rem;
  padding-right: 13px;
  box-shadow: none;
  box-sizing: content-box;
  transition: all 0.3s;
  padding-left: 10px;
  padding-right: 27px;
  border-radius: 0;
}

/* line 7801, app/assets/stylesheets/admin/admin_dashboard.scss */
[dir=rtl] .funnel-filter input:not([type]), [dir=rtl] .funnel-filter input[type="text"]:not(.browser-default):not(.mce-textbox), [dir=rtl] .funnel-filter input[type="color"]:not(.browser-default):not(.mce-textbox), [dir=rtl] .funnel-filter input[type="password"]:not(.browser-default):not(.mce-textbox), [dir=rtl] .funnel-filter input[type="email"]:not(.browser-default):not(.mce-textbox), [dir=rtl] .funnel-filter input[type="url"]:not(.browser-default):not(.mce-textbox), [dir=rtl] .funnel-filter input[type="time"]:not(.browser-default):not(.mce-textbox), [dir=rtl] .funnel-filter input[type="date"]:not(.browser-default):not(.mce-textbox), [dir=rtl] .funnel-filter input[type="datetime"]:not(.browser-default):not(.mce-textbox), [dir=rtl] .funnel-filter input[type="datetime-local"]:not(.browser-default):not(.mce-textbox), [dir=rtl] .funnel-filter input[type="tel"]:not(.browser-default):not(.mce-textbox), [dir=rtl] .funnel-filter input[type="number"]:not(.browser-default):not(.mce-textbox), [dir=rtl] .funnel-filter input[type="search"]:not(.browser-default):not(.mce-textbox), [dir=rtl] .funnel-filter textarea.materialize-textarea {
  padding-left: 27px;
  padding-right: 5px;
}

/* line 7809, app/assets/stylesheets/admin/admin_dashboard.scss */
.funnel-filter input {
  min-width: 157px !important;
}

/* line 7813, app/assets/stylesheets/admin/admin_dashboard.scss */
.w-176 {
  width: 176px;
}

/* line 7816, app/assets/stylesheets/admin/admin_dashboard.scss */
.stage_funnel_filter {
  width: 166px !important;
}

/* line 7820, app/assets/stylesheets/admin/admin_dashboard.scss */
.project_stage_funnel_filter {
  width: 166px !important;
}

/* line 7823, app/assets/stylesheets/admin/admin_dashboard.scss */
.ml-zero {
  margin-left: 0px !important;
}

/* line 7826, app/assets/stylesheets/admin/admin_dashboard.scss */
.action-style-rmv {
  margin: 0;
  padding: 0;
  height: 0;
}

/* line 7830, app/assets/stylesheets/admin/admin_dashboard.scss */
.action-style-rmv .top-zero {
  margin-top: 0;
}

/* line 7834, app/assets/stylesheets/admin/admin_dashboard.scss */
.rmv-btn-styling {
  border: 1px solid #33334f;
  background-color: transparent;
  color: #33334f;
}

/* line 7838, app/assets/stylesheets/admin/admin_dashboard.scss */
.rmv-btn-styling:hover {
  background-color: #33334f;
  color: white;
}

/* line 7844, app/assets/stylesheets/admin/admin_dashboard.scss */
.integration-hidden-content .input-group {
  display: table;
  margin-top: 0;
  margin-bottom: 20px;
  border: 1px solid #ccc;
  border-radius: 0.3em;
}

/* line 7852, app/assets/stylesheets/admin/admin_dashboard.scss */
.integration-hidden-content .input-group input {
  display: table-cell;
  border: none !important;
  border-radius: 0.3em !important;
  height: 36px !important;
  padding: 0px 10px !important;
  margin-bottom: 0px !important;
  cursor: not-allowed;
}

/* line 7861, app/assets/stylesheets/admin/admin_dashboard.scss */
.integration-hidden-content .suffix {
  display: table-cell;
}

/* line 7864, app/assets/stylesheets/admin/admin_dashboard.scss */
.integration-hidden-content a.copy-btn {
  background: #ccc;
  width: 50px;
  min-width: auto;
  padding: 1px 15px 0px;
  margin: 0px !important;
  height: 40px;
  box-shadow: none;
}

/* line 7875, app/assets/stylesheets/admin/admin_dashboard.scss */
.integration-hidden-content .suffix {
  width: 1%;
}

/* line 7878, app/assets/stylesheets/admin/admin_dashboard.scss */
.integration-box {
  border: 1px solid #ccc;
  padding: 20px;
  margin-bottom: 20px;
}

/* line 7883, app/assets/stylesheets/admin/admin_dashboard.scss */
.integration-box .integration-box-logo {
  width: 165px;
  height: 165px;
  -o-object-fit: contain;
     object-fit: contain;
}

/* line 7888, app/assets/stylesheets/admin/admin_dashboard.scss */
.integration-box .integration-zapier-logo {
  width: 300px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

/* line 7893, app/assets/stylesheets/admin/admin_dashboard.scss */
.integration-box .integration-hidden-content {
  display: none;
  transition: all 2s;
  margin-top: 20px;
}

/* line 7898, app/assets/stylesheets/admin/admin_dashboard.scss */
.integration-box h3.integration-head {
  font-size: 18px;
  font-weight: 400;
  margin: 0px 0px 10px;
}

/* line 7903, app/assets/stylesheets/admin/admin_dashboard.scss */
.integration-box h3.integration-head .switch {
  display: inline-block;
  float: right;
}

/* line 7907, app/assets/stylesheets/admin/admin_dashboard.scss */
.integration-box a.send-test-email {
  border: 1px solid #33344f;
  padding: 10px 30px;
  color: #33344f;
}

/* line 7912, app/assets/stylesheets/admin/admin_dashboard.scss */
.integration-box a.send-test-email:hover {
  background: #33344f;
  padding: 10px 30px;
  color: #fff;
}

/* line 7917, app/assets/stylesheets/admin/admin_dashboard.scss */
.integration-box p.description {
  font-size: 15px;
  color: #555555;
}

/* line 7921, app/assets/stylesheets/admin/admin_dashboard.scss */
.integration-hidden-content.active {
  display: block;
  transition: all 2s;
}

/* line 7925, app/assets/stylesheets/admin/admin_dashboard.scss */
.integration-box.zapier {
  padding: 0;
}

/* line 7928, app/assets/stylesheets/admin/admin_dashboard.scss */
.integration-hidden-content.active p {
  margin-top: 8px;
  display: block;
}

/* line 7932, app/assets/stylesheets/admin/admin_dashboard.scss */
.integration-hidden-content a.copy-btn.tooltip {
  border: none;
  position: relative;
}

/* line 7936, app/assets/stylesheets/admin/admin_dashboard.scss */
.integration-hidden-content a.copy-btn.tooltip .tooltiptext {
  width: -moz-max-content;
  width: max-content;
  background-color: #efefef;
  color: #222;
  text-align: center;
  padding: 0px 5px;
  border-radius: 6px;
  position: absolute;
  z-index: 1;
  right: 0;
  font-size: 12px;
  bottom: 100%;
}

/* line 7949, app/assets/stylesheets/admin/admin_dashboard.scss */
.main-dark-border {
  border: 1px solid #33334f !important;
  background: #fff;
  color: #33334f;
  border-radius: 0.3em;
}

/* line 7955, app/assets/stylesheets/admin/admin_dashboard.scss */
.main-dark-border:hover,
.main-dark-border:focus,
.main-dark-border:active {
  background: #33334f !important;
  color: #fff !important;
}

/* line 7960, app/assets/stylesheets/admin/admin_dashboard.scss */
.main-dark-border:hover span,
.main-dark-border:focus span,
.main-dark-border:active span {
  color: inherit;
}

/* line 7964, app/assets/stylesheets/admin/admin_dashboard.scss */
.main-dark-border span.main-button-text {
  line-height: inherit;
  vertical-align: super;
}

/* line 7968, app/assets/stylesheets/admin/admin_dashboard.scss */
a.btn.idea-box-ideas.main-dark-border span.main-button-text, a.idea-box-ideas.main-dark-border.btn-large span.main-button-text {
  line-height: 36px;
  vertical-align: super;
}

/* line 7972, app/assets/stylesheets/admin/admin_dashboard.scss */
.main-idea-mission-btn.btn.idea-box-ideas.main-dark-border, .main-idea-mission-btn.idea-box-ideas.main-dark-border.btn-large {
  height: 32px !important;
  min-width: 200px !important;
  margin-left: 20px !important;
}

/* line 7977, app/assets/stylesheets/admin/admin_dashboard.scss */
.main-idea-mission-btn.btn.idea-box-ideas.main-dark-border span.main-button-text, .main-idea-mission-btn.idea-box-ideas.main-dark-border.btn-large span.main-button-text {
  line-height: 30px !important;
}

/* line 7981, app/assets/stylesheets/admin/admin_dashboard.scss */
.icon-onhover {
  position: absolute;
  top: 23px;
  right: 5px;
  color: #fff;
}

/* line 7986, app/assets/stylesheets/admin/admin_dashboard.scss */
.icon-onhover i {
  font-size: 22px;
}

/* line 7990, app/assets/stylesheets/admin/admin_dashboard.scss */
.icon-tooltip {
  display: none;
  max-width: 155px;
  position: absolute;
  left: -100px;
  z-index: 9999;
  background: #f00;
  top: 23px;
  color: #fff;
  padding: 5px;
}

/* line 8001, app/assets/stylesheets/admin/admin_dashboard.scss */
.card-image .icon-onhover:hover .icon-tooltip {
  display: block;
}

/* line 8004, app/assets/stylesheets/admin/admin_dashboard.scss */
.no-class {
  display: none;
}

/* line 8008, app/assets/stylesheets/admin/admin_dashboard.scss */
.integration-hidden-content .input-group {
  display: table;
  margin-top: 0;
  margin-bottom: 20px;
  border: 1px solid #ccc;
  border-radius: 0.3em;
}

/* line 8016, app/assets/stylesheets/admin/admin_dashboard.scss */
.integration-hidden-content .input-group input {
  display: table-cell;
  border: none !important;
  border-radius: 0.3em !important;
  height: 36px !important;
  padding: 0px 10px !important;
  margin-bottom: 0px !important;
}

/* line 8024, app/assets/stylesheets/admin/admin_dashboard.scss */
.integration-hidden-content .suffix {
  display: table-cell;
}

/* line 8027, app/assets/stylesheets/admin/admin_dashboard.scss */
.integration-hidden-content a.copy-btn {
  background: #ccc;
  width: 50px;
  min-width: auto;
  padding: 1px 15px 0px;
  margin: 0px !important;
  height: 40px;
  box-shadow: none;
}

/* line 8038, app/assets/stylesheets/admin/admin_dashboard.scss */
.integration-hidden-content .suffix {
  width: 1%;
}

/* line 8041, app/assets/stylesheets/admin/admin_dashboard.scss */
.integration-box {
  border: 1px solid #ccc;
  padding: 20px;
  margin-bottom: 20px;
}

/* line 8046, app/assets/stylesheets/admin/admin_dashboard.scss */
.integration-box .integration-box-logo {
  width: 200px;
  height: 200px;
  -o-object-fit: contain;
     object-fit: contain;
}

/* line 8051, app/assets/stylesheets/admin/admin_dashboard.scss */
.integration-box .integration-zapier-logo {
  width: 300px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

/* line 8056, app/assets/stylesheets/admin/admin_dashboard.scss */
.integration-box .integration-hidden-content {
  display: none;
  transition: all 2s;
  margin-top: 5px;
}

/* line 8061, app/assets/stylesheets/admin/admin_dashboard.scss */
.integration-box h3.integration-head {
  font-size: 18px;
  font-weight: bold;
  margin: 15px 0px 10px;
}

/* line 8066, app/assets/stylesheets/admin/admin_dashboard.scss */
.integration-box h3.integration-head .switch {
  display: inline-block;
  float: right;
}

/* line 8070, app/assets/stylesheets/admin/admin_dashboard.scss */
.save-and-close {
  position: relative;
}

/* line 8072, app/assets/stylesheets/admin/admin_dashboard.scss */
.save-and-close .hover-state {
  position: absolute;
  z-index: 10;
  background-color: white;
  box-shadow: 2px 2px 5px 2px rgba(0, 0, 0, 0.1);
  width: 120px;
  right: 0px;
  top: 36px;
  display: none;
}

/* line 8081, app/assets/stylesheets/admin/admin_dashboard.scss */
.save-and-close .hover-state .save-btn {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 8px 8px 8px 8px;
  font-size: 14px;
  text-transform: uppercase;
  border-bottom: 1px solid #eaeaea;
  color: #4d4d4d;
  font-weight: 500;
  height: auto !important;
  line-height: normal !important;
  margin: inherit !important;
  cursor: pointer;
}

/* line 8095, app/assets/stylesheets/admin/admin_dashboard.scss */
.save-and-close .hover-state .save-btn:hover {
  background-color: #f5fbff;
  border-color: transparent;
}

/* line 8102, app/assets/stylesheets/admin/admin_dashboard.scss */
.integration-box a.send-test-email {
  border: 1px solid #33344f;
  padding: 10px 30px;
  color: #33344f;
}

/* line 8107, app/assets/stylesheets/admin/admin_dashboard.scss */
.integration-box a.send-test-email:hover {
  background: #33344f;
  padding: 10px 30px;
  color: #fff;
}

/* line 8112, app/assets/stylesheets/admin/admin_dashboard.scss */
.integration-box p.description {
  font-size: 16px;
}

/* line 8115, app/assets/stylesheets/admin/admin_dashboard.scss */
.integration-hidden-content.active {
  display: block;
  transition: all 2s;
}

/* line 8119, app/assets/stylesheets/admin/admin_dashboard.scss */
.integration-box.zapier {
  padding: 0;
}

/* line 8122, app/assets/stylesheets/admin/admin_dashboard.scss */
.integration-hidden-content.active p {
  margin-top: 8px;
  display: block;
}

/* line 8126, app/assets/stylesheets/admin/admin_dashboard.scss */
.integration-hidden-content a.copy-btn.tooltip {
  border: none;
  position: relative;
}

/* line 8130, app/assets/stylesheets/admin/admin_dashboard.scss */
.integration-hidden-content a.copy-btn.tooltip .tooltiptext {
  width: -moz-max-content;
  width: max-content;
  background-color: #efefef;
  color: #222;
  text-align: center;
  padding: 0px 5px;
  border-radius: 6px;
  position: absolute;
  z-index: 1;
  right: 0;
  font-size: 12px;
  bottom: 100%;
}

/* line 8143, app/assets/stylesheets/admin/admin_dashboard.scss */
.custom-container {
  padding-left: 20px !important;
}

/* line 8147, app/assets/stylesheets/admin/admin_dashboard.scss */
.btn,
.btn-large {
  border-radius: 5px !important;
}

/* line 8152, app/assets/stylesheets/admin/admin_dashboard.scss */
.main-dark-border span.main-button-text {
  line-height: inherit;
  vertical-align: super;
}

/* line 8156, app/assets/stylesheets/admin/admin_dashboard.scss */
a.btn.idea-box-ideas.main-dark-border span.main-button-text, a.idea-box-ideas.main-dark-border.btn-large span.main-button-text {
  line-height: 36px;
  vertical-align: super;
}

/* line 8161, app/assets/stylesheets/admin/admin_dashboard.scss */
.main-idea-mission-btn.btn.idea-box-ideas.main-dark-border, .main-idea-mission-btn.idea-box-ideas.main-dark-border.btn-large {
  height: 32px !important;
  min-width: 200px !important;
  margin-left: 20px !important;
}

/* line 8166, app/assets/stylesheets/admin/admin_dashboard.scss */
.main-idea-mission-btn.btn.idea-box-ideas.main-dark-border span.main-button-text, .main-idea-mission-btn.idea-box-ideas.main-dark-border.btn-large span.main-button-text {
  line-height: 30px !important;
}

/* line 8170, app/assets/stylesheets/admin/admin_dashboard.scss */
.icon-onhover {
  position: absolute;
  top: 23px;
  right: 5px;
  color: #fff;
}

/* line 8175, app/assets/stylesheets/admin/admin_dashboard.scss */
.icon-onhover i {
  font-size: 22px;
}

/* line 8179, app/assets/stylesheets/admin/admin_dashboard.scss */
.icon-tooltip {
  display: none;
  max-width: 155px;
  position: absolute;
  left: -100px;
  z-index: 9999;
  background: #f00;
  top: 23px;
  color: #fff;
  padding: 5px;
}

/* line 8190, app/assets/stylesheets/admin/admin_dashboard.scss */
.card-image .icon-onhover:hover .icon-tooltip {
  display: block;
}

/* line 8193, app/assets/stylesheets/admin/admin_dashboard.scss */
.no-class {
  display: none;
}

/* line 8196, app/assets/stylesheets/admin/admin_dashboard.scss */
span.square {
  width: 15px;
  height: 15px;
  display: inline-block;
  margin-right: 10px;
}

/* line 8202, app/assets/stylesheets/admin/admin_dashboard.scss */
span.diomand {
  width: 10px;
  height: 10px;
  display: inline-block;
  margin-right: 10px;
  transform: rotate(45deg);
}

/* line 8209, app/assets/stylesheets/admin/admin_dashboard.scss */
span.hr-header-after {
  display: block;
  height: 5px;
  width: calc(100% + 15px);
  margin-left: -15px;
}

/* line 8216, app/assets/stylesheets/admin/admin_dashboard.scss */
.scores td.parent i {
  margin-right: 20px;
  vertical-align: bottom;
}

/* line 8220, app/assets/stylesheets/admin/admin_dashboard.scss */
.scores td.child i {
  margin-right: 40px;
  vertical-align: bottom;
}

/* line 8224, app/assets/stylesheets/admin/admin_dashboard.scss */
.scores i.negitive {
  font-size: 24px !important;
  transform: rotate(-90deg);
  vertical-align: sub;
  color: #c00c00;
}

/* line 8230, app/assets/stylesheets/admin/admin_dashboard.scss */
.scores i.positive {
  font-size: 24px !important;
  transform: rotate(-90deg);
  vertical-align: sub;
  color: #2eb150;
}

/* line 8236, app/assets/stylesheets/admin/admin_dashboard.scss */
a.score-settings {
  border: 1px solid #33334f;
  padding: 5px 15px;
  color: #33334f;
  border-radius: 0px;
  text-transform: uppercase;
}

/* line 8243, app/assets/stylesheets/admin/admin_dashboard.scss */
.settings-page-padding .card .card-content {
  padding: 5px 24px 10px;
}

/* line 8246, app/assets/stylesheets/admin/admin_dashboard.scss */
.settings-page-padding .card:hover .card-content {
  background: #ddf5f8;
}

/* line 8250, app/assets/stylesheets/admin/admin_dashboard.scss */
.parent label {
  font-weight: bold;
  font-size: 14px;
}

/* line 8255, app/assets/stylesheets/admin/admin_dashboard.scss */
.parent .child label {
  font-weight: normal;
}

/* line 8260, app/assets/stylesheets/admin/admin_dashboard.scss */
.new-mission-flow .idea-scores-values .range-field.child .col.s4.m4.l4 {
  position: relative;
}

/* line 8263, app/assets/stylesheets/admin/admin_dashboard.scss */
.new-mission-flow .idea-scores-values .range-field.parent .col.s4.m4.l4 {
  position: relative;
}

/* line 8267, app/assets/stylesheets/admin/admin_dashboard.scss */
#modal-add-agent-funnels {
  width: 700px;
}

/* line 8271, app/assets/stylesheets/admin/admin_dashboard.scss */
.highcharts-container {
  width: 100% !important;
}

/* line 8275, app/assets/stylesheets/admin/admin_dashboard.scss */
#score-tab .idea-scores-values .graph-card .type-1,
.graph_bubble_3d.type-1 {
  background: #70ad47;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #70ad47 0%, #a9d18d 21%, #ffffff 42%, #ffffff 50%, #ffffff 58%, #f8cbad 76%, #c55a10 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#70ad47', endColorstr='#c55a10',GradientType=1 );
}

/* line 8310, app/assets/stylesheets/admin/admin_dashboard.scss */
.graph_bubble_3d.type-2 {
  background: #c55a10;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg, #c55a10 0%, #f8cbad 21%, #ffffff 42%, #ffffff 50%, #ffffff 58%, #a9d18d 78%, #70ad47 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c55a10', endColorstr='#70ad47',GradientType=1 );
}

/* line 8344, app/assets/stylesheets/admin/admin_dashboard.scss */
.graph_bubble_3d.type-3 {
  background: #c55a10;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #c55a10 0%, #f8cbad 21%, #ffffff 42%, #ffffff 50%, #ffffff 58%, #a9d18d 76%, #70ad47 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c55a10', endColorstr='#70ad47',GradientType=1 );
}

/* line 8378, app/assets/stylesheets/admin/admin_dashboard.scss */
.graph_bubble_3d.type-4 {
  background: #70ad47;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg, #70ad47 0%, #a9d18d 21%, #ffffff 42%, #ffffff 50%, #ffffff 58%, #f8cbad 78%, #c55a10 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#70ad47', endColorstr='#c55a10',GradientType=1 );
}

/* line 8412, app/assets/stylesheets/admin/admin_dashboard.scss */
.graph_bubble_3d.type-5 {
  background-color: #fff;
}

/* line 8415, app/assets/stylesheets/admin/admin_dashboard.scss */
.graph_bubble_3d g.highcharts-exporting-group {
  display: none;
}

/* line 8418, app/assets/stylesheets/admin/admin_dashboard.scss */
input[type="range"] {
  margin: 5px 0px;
  -webkit-appearance: none;
}

/* line 8422, app/assets/stylesheets/admin/admin_dashboard.scss */
input.positive[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 14px;
  height: 14px;
  border-radius: 10px;
  background-color: #ffd500;
  overflow: visible;
  cursor: pointer;
}

/* line 8431, app/assets/stylesheets/admin/admin_dashboard.scss */
input.negitive[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 14px;
  height: 14px;
  border-radius: 10px;
  background-color: #55ff00;
  overflow: visible;
  cursor: pointer;
}

/* line 8440, app/assets/stylesheets/admin/admin_dashboard.scss */
.idea-coloumn-header-tooltip {
  top: 25px;
  border: 1px solid #ccc;
  position: absolute;
  background: #fff;
  z-index: 999;
  width: 93%;
  padding: 5px;
  border-radius: 0.3em;
  white-space: pre-wrap;
  display: none;
  font-weight: normal;
}

/* line 8453, app/assets/stylesheets/admin/admin_dashboard.scss */
.idea-column-header:hover .idea-coloumn-header-tooltip {
  display: block;
}

/* line 8456, app/assets/stylesheets/admin/admin_dashboard.scss */
.skill-list {
  display: inline-block;
  width: 100%;
}

/* line 8460, app/assets/stylesheets/admin/admin_dashboard.scss */
.skillslist-inner {
  margin-bottom: 5px;
  position: relative;
  display: inline-block;
  width: auto;
  margin-right: 10px;
  border: 1px solid #ccc;
  border-radius: 0.3em;
  padding: 0px 30px 0px 10px;
}

/* line 8470, app/assets/stylesheets/admin/admin_dashboard.scss */
.skillslist-inner span i {
  font-size: 16px;
  position: absolute;
  top: 3px;
  cursor: pointer;
  right: 0;
}

/* line 8477, app/assets/stylesheets/admin/admin_dashboard.scss */
.add-skill-btn {
  cursor: pointer;
  margin-top: 10px;
}

/* line 8481, app/assets/stylesheets/admin/admin_dashboard.scss */
.add-skill-btn span {
  color: #79a2ee;
}

/* line 8484, app/assets/stylesheets/admin/admin_dashboard.scss */
.addskillinput.hidden {
  display: none;
}

/* line 8487, app/assets/stylesheets/admin/admin_dashboard.scss */
#modal-user-invite-form .modal-close {
  height: 30px;
  line-height: 27px;
  width: 110px;
  border-radius: 3px;
  border-color: #33334f;
  color: #33334f;
  box-shadow: none;
}

/* line 8496, app/assets/stylesheets/admin/admin_dashboard.scss */
#modal-user-invite-form .modal-close.red {
  height: 30px;
  line-height: 27px;
  width: 110px;
  border-radius: 3px;
  background: #d32f2f;
  color: #ffff;
  box-shadow: none;
}

/* line 8506, app/assets/stylesheets/admin/admin_dashboard.scss */
.add-skill-btn.disabled {
  pointer-events: none;
  color: #9e9e9e;
}

/* line 8510, app/assets/stylesheets/admin/admin_dashboard.scss */
.add-skill-btn.disabled span {
  color: #9e9e9e;
}

/* line 8513, app/assets/stylesheets/admin/admin_dashboard.scss */
.textarea.disabled {
  pointer-events: none;
  color: #9e9e9e;
}

/* line 8517, app/assets/stylesheets/admin/admin_dashboard.scss */
.add-skill-btn.disabled span {
  color: #9e9e9e;
}

/* line 8520, app/assets/stylesheets/admin/admin_dashboard.scss */
.department-select span.caret {
  visibility: hidden;
  right: -10px;
}

/* line 8525, app/assets/stylesheets/admin/admin_dashboard.scss */
.delete-withhover {
  position: relative;
  overflow: visible;
}

/* line 8529, app/assets/stylesheets/admin/admin_dashboard.scss */
.delete-withhover p {
  display: none;
  position: absolute;
  width: 300px;
  z-index: 9999;
  overflow: auto;
  left: -300px;
  top: -20px;
  background: #fff;
}

/* line 8539, app/assets/stylesheets/admin/admin_dashboard.scss */
.delete-withhover:hover p {
  display: block;
}

/* line 8545, app/assets/stylesheets/admin/admin_dashboard.scss */
.idea-comment-tab .ideas-comment .comments-padding {
  padding: 0;
}

/* line 8548, app/assets/stylesheets/admin/admin_dashboard.scss */
.idea-comment-tab .ideas-comment .comments-padding .s2 .submit-comment {
  min-width: auto;
}

/* line 8553, app/assets/stylesheets/admin/admin_dashboard.scss */
.idea-comment-tab .ideas-comment .comments-padding .display-flex {
  display: flex;
  align-items: center;
  margin: inherit;
  padding-top: 12px;
  padding-bottom: 12px;
}

/* line 8559, app/assets/stylesheets/admin/admin_dashboard.scss */
.idea-comment-tab .ideas-comment .comments-padding .display-flex .left {
  width: auto !important;
}

/* line 8561, app/assets/stylesheets/admin/admin_dashboard.scss */
.idea-comment-tab .ideas-comment .comments-padding .display-flex .left .right-btn {
  margin: 0;
  background-color: transparent;
  border: 1px solid #33334f;
  color: #33334f;
  margin-top: -22px;
}

/* line 8570, app/assets/stylesheets/admin/admin_dashboard.scss */
.idea-comment-tab .ideas-comment .comments-padding .display-flex .input-field .active {
  transform: translateY(-5px) scale(0.8);
}

/* line 8577, app/assets/stylesheets/admin/admin_dashboard.scss */
.idea-comment-tab .ideas-comment .comments-list .comment-block {
  display: flex;
  align-items: center;
}

/* line 8580, app/assets/stylesheets/admin/admin_dashboard.scss */
.idea-comment-tab .ideas-comment .comments-list .comment-block .comment-box-content {
  width: 100%;
  background: #e9f2f9;
  border-radius: 4px;
  padding: 5px 5px 10px 15px;
}

/* line 8585, app/assets/stylesheets/admin/admin_dashboard.scss */
.idea-comment-tab .ideas-comment .comments-list .comment-block .comment-box-content .comment-text {
  padding-left: 0 !important;
  font-size: 15px !important;
}

/* line 8589, app/assets/stylesheets/admin/admin_dashboard.scss */
.idea-comment-tab .ideas-comment .comments-list .comment-block .comment-box-content .comment-title {
  font-size: 15px !important;
  margin-bottom: 8px !important;
}

/* line 8595, app/assets/stylesheets/admin/admin_dashboard.scss */
.idea-comment-tab .ideas-comment .comments-list .card-border-reply {
  height: auto !important;
  padding: 8px 8px 5px 12px;
  width: 78%;
  float: right;
  margin-top: 25px;
  margin-right: 25px;
  border: none;
}

/* line 8603, app/assets/stylesheets/admin/admin_dashboard.scss */
.idea-comment-tab .ideas-comment .comments-list .card-border-reply textarea {
  height: auto;
  border: 1px solid #aeaeae !important;
  padding: 5px 5px;
  min-height: 5em;
}

/* line 8610, app/assets/stylesheets/admin/admin_dashboard.scss */
.idea-comment-tab .ideas-comment .comments-list .admin-comment {
  display: flex;
  align-items: center;
}

/* line 8613, app/assets/stylesheets/admin/admin_dashboard.scss */
.idea-comment-tab .ideas-comment .comments-list .admin-comment .comment-box-content {
  width: 100%;
  background: #e9f2f9;
  border-radius: 4px;
  padding: 5px 5px 10px 15px;
}

/* line 8618, app/assets/stylesheets/admin/admin_dashboard.scss */
.idea-comment-tab .ideas-comment .comments-list .admin-comment .comment-box-content .comment-text {
  padding-left: 0 !important;
  font-size: 15px !important;
}

/* line 8622, app/assets/stylesheets/admin/admin_dashboard.scss */
.idea-comment-tab .ideas-comment .comments-list .admin-comment .comment-box-content .comment-title {
  font-size: 15px !important;
  margin-bottom: 8px !important;
}

/* line 8629, app/assets/stylesheets/admin/admin_dashboard.scss */
.idea-comment-tab .ideas-comment .comments-list .reply-margin .admin-comment {
  width: 100%;
  float: right;
  padding-left: 95px !important;
  margin-right: -42px;
  display: flex !important;
  align-items: center;
}

/* line 8644, app/assets/stylesheets/admin/admin_dashboard.scss */
.missions-card-admin-side .inbox-card-manager .card-image {
  overflow: hidden;
  height: 105px;
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

/* line 8651, app/assets/stylesheets/admin/admin_dashboard.scss */
.missions-card-admin-side .inbox-card-manager .card-image img {
  height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
  background-position: center center;
}

/* line 8660, app/assets/stylesheets/admin/admin_dashboard.scss */
.table-creator-name {
  position: relative;
  justify-content: center;
}

/* line 8663, app/assets/stylesheets/admin/admin_dashboard.scss */
.table-creator-name img {
  margin-right: 0px !important;
}

/* line 8666, app/assets/stylesheets/admin/admin_dashboard.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 8682, app/assets/stylesheets/admin/admin_dashboard.scss */
.table-creator-name:hover .idea-creator {
  opacity: 1;
  visibility: visible;
}

/* line 8688, app/assets/stylesheets/admin/admin_dashboard.scss */
.company-dashboard-page .page-container {
  width: 100%;
  position: relative;
  background-color: #f6f7f9;
}

/* line 8693, app/assets/stylesheets/admin/admin_dashboard.scss */
.company-dashboard-page .page-container .page-heading {
  padding: 0 0.75rem;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* line 8699, app/assets/stylesheets/admin/admin_dashboard.scss */
.company-dashboard-page .page-container .page-heading .admin-main-title {
  white-space: nowrap;
}

/* line 8702, app/assets/stylesheets/admin/admin_dashboard.scss */
.company-dashboard-page .page-container .page-heading .department-search-drop {
  min-width: 75%;
  padding: 0px 15px 0px 0px;
}

/* line 8706, app/assets/stylesheets/admin/admin_dashboard.scss */
.company-dashboard-page .page-container .page-heading .department-search-drop .search-btn.btn, .company-dashboard-page .page-container .page-heading .department-search-drop .search-btn.btn-large {
  background-color: white;
  color: #485567;
  border: 1px solid transparent;
  display: flex;
  align-items: center;
  padding: 0px 10px;
  height: 41.5px;
  line-height: 2.3;
  margin-left: 3px;
  margin-top: 0px;
}

/* line 8717, app/assets/stylesheets/admin/admin_dashboard.scss */
.company-dashboard-page .page-container .page-heading .department-search-drop .search-btn.btn b, .company-dashboard-page .page-container .page-heading .department-search-drop .search-btn.btn-large b {
  font-weight: 500;
  display: flex;
  align-items: center;
  padding-top: 3px;
  height: 41px;
}

/* line 8724, app/assets/stylesheets/admin/admin_dashboard.scss */
.company-dashboard-page .page-container .page-heading .department-search-drop .search-btn.btn:hover, .company-dashboard-page .page-container .page-heading .department-search-drop .search-btn.btn-large:hover {
  background-color: #ddf5f8;
  color: black;
}

/* line 8730, app/assets/stylesheets/admin/admin_dashboard.scss */
.company-dashboard-page .page-container .page-heading .rightbtns {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

/* line 8736, app/assets/stylesheets/admin/admin_dashboard.scss */
.company-dashboard-page .page-container .page-heading .left-heading {
  width: 50%;
  align-items: center;
}

/* line 8741, app/assets/stylesheets/admin/admin_dashboard.scss */
.company-dashboard-page .page-container .colored-graphs {
  min-width: 100% !important;
}

/* line 8744, app/assets/stylesheets/admin/admin_dashboard.scss */
.company-dashboard-page .page-container #graph-container {
  min-width: 100% !important;
}

/* line 8748, app/assets/stylesheets/admin/admin_dashboard.scss */
.company-dashboard-page .card {
  box-shadow: none;
  border-radius: 12px;
}

/* line 8753, app/assets/stylesheets/admin/admin_dashboard.scss */
.company-dashboard-page .top-card:hover {
  background-color: #ddf5f8;
}

/* line 8757, app/assets/stylesheets/admin/admin_dashboard.scss */
.company-dashboard-page .dashboard-graph-blocks {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

/* line 8762, app/assets/stylesheets/admin/admin_dashboard.scss */
.company-dashboard-page .user-tables {
  width: 100%;
  min-height: 37em;
}

/* line 8765, app/assets/stylesheets/admin/admin_dashboard.scss */
.company-dashboard-page .user-tables .table-block {
  width: 100%;
  overflow-x: auto;
  padding-right: 0px;
  overflow-y: hidden;
}

/* line 8770, app/assets/stylesheets/admin/admin_dashboard.scss */
.company-dashboard-page .user-tables .table-block::-webkit-scrollbar {
  width: 5px;
}

/* line 8773, app/assets/stylesheets/admin/admin_dashboard.scss */
.company-dashboard-page .user-tables .table-block::-webkit-scrollbar-thumb {
  border-radius: 12px;
}

/* line 8776, app/assets/stylesheets/admin/admin_dashboard.scss */
.company-dashboard-page .user-tables .table-block td {
  max-width: 200px;
  border: none;
  border-bottom: 1px solid #e8e8e8;
  color: #595959;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.5px;
}

/* line 8786, app/assets/stylesheets/admin/admin_dashboard.scss */
.company-dashboard-page .user-tables .table-block .img-tag {
  align-items: center;
  position: relative;
}

/* line 8789, app/assets/stylesheets/admin/admin_dashboard.scss */
.company-dashboard-page .user-tables .table-block .img-tag img {
  width: 32px;
  height: 32px;
  border-radius: 100%;
  margin-right: 8px;
}

/* line 8795, app/assets/stylesheets/admin/admin_dashboard.scss */
[dir=rtl] .company-dashboard-page .user-tables .table-block .img-tag img {
  margin-right: 0;
  margin-left: 8px;
}

/* line 8800, app/assets/stylesheets/admin/admin_dashboard.scss */
.company-dashboard-page .user-tables .table-block .img-tag .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 8815, app/assets/stylesheets/admin/admin_dashboard.scss */
.company-dashboard-page .user-tables .table-block .creator-name {
  justify-content: center;
}

/* line 8817, app/assets/stylesheets/admin/admin_dashboard.scss */
.company-dashboard-page .user-tables .table-block .creator-name img {
  margin-right: 0px;
}

/* line 8822, app/assets/stylesheets/admin/admin_dashboard.scss */
.company-dashboard-page .user-tables .table-block .idea-title a {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%;
  display: block;
  color: #595959;
}

/* line 8832, app/assets/stylesheets/admin/admin_dashboard.scss */
.company-dashboard-page .user-tables .content-field {
  min-height: 25em;
}

/* line 8836, app/assets/stylesheets/admin/admin_dashboard.scss */
.company-dashboard-page .admin-card-title {
  left: 0;
  top: -5px;
}

/* line 8842, app/assets/stylesheets/admin/admin_dashboard.scss */
.company-dashboard-page
.user-tables
.table-block
.creator-name:hover
.idea-creator {
  opacity: 1;
  visibility: visible;
}

/* line 8851, app/assets/stylesheets/admin/admin_dashboard.scss */
.idea-funnel-modal-merge-bundle {
  overflow-y: visible;
}

/* line 8853, app/assets/stylesheets/admin/admin_dashboard.scss */
.idea-funnel-modal-merge-bundle .modal-content {
  min-height: 20em;
}

/* line 8856, app/assets/stylesheets/admin/admin_dashboard.scss */
.idea-funnel-modal-merge-bundle .main-content {
  width: 100%;
}

/* line 8858, app/assets/stylesheets/admin/admin_dashboard.scss */
.idea-funnel-modal-merge-bundle .main-content .tabs-block {
  width: 100%;
}

/* line 8860, app/assets/stylesheets/admin/admin_dashboard.scss */
.idea-funnel-modal-merge-bundle .main-content .tabs-block .tabs {
  background-color: transparent;
  height: auto;
  width: 100%;
  overflow: inherit;
  white-space: inherit;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

/* line 8869, app/assets/stylesheets/admin/admin_dashboard.scss */
.idea-funnel-modal-merge-bundle .main-content .tabs-block .tabs .tab {
  height: auto;
  line-height: inherit;
  text-transform: inherit;
  padding: 0px 10px;
}

/* line 8875, app/assets/stylesheets/admin/admin_dashboard.scss */
.idea-funnel-modal-merge-bundle .main-content .tabs-block .tabs .tab a {
  color: black;
  border: 3px solid #e8e8e8;
  padding: 15px 12px;
  background-color: white;
}

/* line 8880, app/assets/stylesheets/admin/admin_dashboard.scss */
.idea-funnel-modal-merge-bundle .main-content .tabs-block .tabs .tab a:hover {
  background-color: #ddf5f8;
  border-color: #ddf5f8;
}

/* line 8885, app/assets/stylesheets/admin/admin_dashboard.scss */
.idea-funnel-modal-merge-bundle .main-content .tabs-block .tabs .tab a .main-text {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 10px;
}

/* line 8891, app/assets/stylesheets/admin/admin_dashboard.scss */
.idea-funnel-modal-merge-bundle .main-content .tabs-block .tabs .tab a .textp {
  font-size: 12px;
  margin-top: 10px;
  display: block;
  text-transform: inherit;
}

/* line 8897, app/assets/stylesheets/admin/admin_dashboard.scss */
.idea-funnel-modal-merge-bundle .main-content .tabs-block .tabs .tab a .animated-block {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* line 8902, app/assets/stylesheets/admin/admin_dashboard.scss */
.idea-funnel-modal-merge-bundle .main-content .tabs-block .tabs .tab a .animated-block img {
  width: 150px;
}

/* line 8905, app/assets/stylesheets/admin/admin_dashboard.scss */
.idea-funnel-modal-merge-bundle .main-content .tabs-block .tabs .tab a .animated-block .blue-gif {
  display: none;
}

/* line 8912, app/assets/stylesheets/admin/admin_dashboard.scss */
.idea-funnel-modal-merge-bundle .main-content .tabs-block .tabs .activeli a {
  background-color: #ddf5f8;
  border-color: #ddf5f8;
  border: 3px solid #aae4eb;
}

/* line 8916, app/assets/stylesheets/admin/admin_dashboard.scss */
.idea-funnel-modal-merge-bundle .main-content .tabs-block .tabs .activeli a .white-gif {
  display: none;
}

/* line 8919, app/assets/stylesheets/admin/admin_dashboard.scss */
.idea-funnel-modal-merge-bundle .main-content .tabs-block .tabs .activeli a .blue-gif {
  display: block !important;
}

/* line 8924, app/assets/stylesheets/admin/admin_dashboard.scss */
.idea-funnel-modal-merge-bundle .main-content .tabs-block .tabs .indicator {
  display: none;
}

/* line 8929, app/assets/stylesheets/admin/admin_dashboard.scss */
.idea-funnel-modal-merge-bundle .main-content .fields {
  width: 100%;
  margin: 20px 0px 1px 0px;
  display: block;
  padding: 0px 10px;
}

/* line 8934, app/assets/stylesheets/admin/admin_dashboard.scss */
.idea-funnel-modal-merge-bundle .main-content .fields h5 {
  font-size: 20px;
}

/* line 8937, app/assets/stylesheets/admin/admin_dashboard.scss */
.idea-funnel-modal-merge-bundle .main-content .fields .field {
  width: 100%;
}

/* line 8939, app/assets/stylesheets/admin/admin_dashboard.scss */
.idea-funnel-modal-merge-bundle .main-content .fields .field label {
  font-weight: 400;
  font-size: 15px;
  line-height: 15px;
  letter-spacing: 0.02em;
  color: #688faf;
  margin-bottom: 5px;
}

/* line 8948, app/assets/stylesheets/admin/admin_dashboard.scss */
.idea-funnel-modal-merge-bundle .main-content .fields .field .select-wrapper input {
  border: 1px solid #cccccc !important;
  padding: 5px 5px 5px 5px !important;
  box-sizing: inherit !important;
  height: 40px !important;
  margin-bottom: 0;
}

/* line 8955, app/assets/stylesheets/admin/admin_dashboard.scss */
.idea-funnel-modal-merge-bundle .main-content .fields .field .select-wrapper .dropdown-content {
  max-height: 350px !important;
  z-index: 1200;
  margin-top: 40px;
}

/* line 8959, app/assets/stylesheets/admin/admin_dashboard.scss */
.idea-funnel-modal-merge-bundle .main-content .fields .field .select-wrapper .dropdown-content li {
  min-height: auto;
  line-height: initial;
}

/* line 8962, app/assets/stylesheets/admin/admin_dashboard.scss */
.idea-funnel-modal-merge-bundle .main-content .fields .field .select-wrapper .dropdown-content li span {
  line-height: 5px;
  padding: 15px 15px;
}

/* line 8968, app/assets/stylesheets/admin/admin_dashboard.scss */
.idea-funnel-modal-merge-bundle .main-content .fields .field .select-wrapper::after {
  top: 5px;
}

/* line 8977, app/assets/stylesheets/admin/admin_dashboard.scss */
.idea-funnel-modal-merge-bundle
.main-content
.tabs-block
.tabs
.tab
a:hover
.white-gif {
  display: none;
}

/* line 8987, app/assets/stylesheets/admin/admin_dashboard.scss */
.idea-funnel-modal-merge-bundle
.main-content
.tabs-block
.tabs
.tab
a:hover
.blue-gif {
  display: block;
}

/* line 8998, app/assets/stylesheets/admin/admin_dashboard.scss */
.tasks-tab-block .page-b-content .table-b table tbody .not-started .select-wrapper {
  background-color: #4f4fc8 !important;
}

/* line 9001, app/assets/stylesheets/admin/admin_dashboard.scss */
.tasks-tab-block .page-b-content .table-b table tbody .in-progress .select-wrapper {
  background-color: #ec4d1d !important;
}

/* line 9006, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-detail-page {
  width: 100%;
  position: relative;
  height: 100%;
  padding: 55px 20px 12px 240px;
}

/* line 9012, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-detail-page .top-bar-adjusted {
  padding: 18px 10px 18px 10px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: end;
  top: 55px;
  z-index: 2;
  max-width: 1650px;
  background-color: white;
  position: sticky;
  margin-top: 0;
  background-color: white;
}

/* line 9025, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-detail-page .top-bar-adjusted .main-title-field {
  width: 100%;
  padding-right: 12px;
}

/* line 9030, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-detail-page .top-bar-adjusted .main-title {
  width: auto;
  position: relative;
  display: flex;
  align-items: center;
  border: 1px solid transparent;
  margin-left: -10px;
  padding: 10px 12px;
}

/* line 9038, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-detail-page .top-bar-adjusted .main-title h5 {
  margin: 0;
  font-size: 22px;
}

/* line 9042, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-detail-page .top-bar-adjusted .main-title:hover {
  background-color: #fafafa;
  border: 1px solid #33334f;
}

/* line 9046, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-detail-page .top-bar-adjusted .main-title .material_icon_display {
  font-size: 20px;
  margin-left: 12px;
  cursor: pointer;
}

/* line 9051, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-detail-page .top-bar-adjusted .main-title #idea_title {
  border-color: transparent;
  font-size: 20px;
}

/* line 9054, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-detail-page .top-bar-adjusted .main-title #idea_title:focus {
  border-color: black;
}

/* line 9059, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-detail-page .top-bar-adjusted .board-title-input {
  width: 100%;
}

/* line 9061, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-detail-page .top-bar-adjusted .board-title-input .board_title {
  background-color: #fafafa;
  border: 1px solid #33334f;
  width: 100%;
  padding: 22px 12px;
  margin-left: 0;
  font-size: 22px;
  margin-bottom: 0;
  box-sizing: inherit;
}

/* line 9072, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-detail-page .top-bar-adjusted .idea-save {
  position: relative;
}

/* line 9074, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-detail-page .top-bar-adjusted .idea-save .hover-state {
  position: absolute;
  z-index: 10;
  background-color: white;
  box-shadow: 2px 2px 5px 2px rgba(0, 0, 0, 0.1);
  width: 120px;
  right: 8px;
  top: 29px;
  display: none;
}

/* line 9083, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-detail-page .top-bar-adjusted .idea-save .hover-state .save-btn {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 8px 8px 8px 8px;
  font-size: 14px;
  text-transform: uppercase;
  border-bottom: 1px solid #eaeaea;
  color: #4d4d4d;
  font-weight: 500;
  height: auto !important;
  line-height: normal !important;
  margin: inherit !important;
  cursor: pointer;
}

/* line 9097, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-detail-page .top-bar-adjusted .idea-save .hover-state .save-btn:hover {
  background-color: #f5fbff;
  border-color: transparent;
}

/* line 9106, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-detail-page .page-content {
  width: 100%;
  padding: 0px 12px;
  margin-top: 18px;
  max-width: 1650px;
}

/* line 9114, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-detail-page .top-details .pro-flex {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

/* line 9118, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-detail-page .top-details .pro-flex .left-details {
  width: 55%;
}

/* line 9121, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-detail-page .top-details .pro-flex .right-tabs-b {
  width: 45%;
}

/* line 9126, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-detail-page .top-details .like-comments-section {
  margin-top: -15px;
}

/* line 9128, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-detail-page .top-details .like-comments-section .main-img {
  border-radius: 12px;
}

/* line 9132, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-detail-page .top-details .top-tabs {
  width: 100%;
  margin-bottom: 0px;
  display: flex;
  height: auto;
}

/* line 9143, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-detail-page .top-details .top-tabs .tab a {
  color: #000000;
  font-size: 16px;
  text-transform: capitalize;
  letter-spacing: 0.5px;
  padding: 0 14px;
  position: relative;
  overflow: inherit;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

/* line 9155, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-detail-page .top-details .top-tabs .tab a:hover {
  background-color: #e5e5e5;
}

/* line 9158, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-detail-page .top-details .top-tabs .tab a .total-comments {
  position: absolute;
  top: 2px;
  right: -15px;
  color: white;
  font-size: 13px;
  background-color: #8ec73f;
  height: 25px;
  width: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
}

/* line 9173, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-detail-page .top-details .top-tabs .tab .active {
  background-color: #7d7d7d;
  color: white;
}

/* line 9176, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-detail-page .top-details .top-tabs .tab .active:hover {
  background-color: #7d7d7d;
}

/* line 9181, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-detail-page .top-details .top-tabs .indicator {
  background-color: #8dc63f;
  height: 3px;
  display: none;
}

/* line 9187, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-detail-page .top-details .mobile-tabs {
  display: none;
}

/* line 9192, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-detail-page .user-fields {
  width: 55%;
}

/* line 9194, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-detail-page .user-fields .col {
  margin-bottom: 10px;
}

/* line 9200, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-detail-page .user-fields .input-field .select-wrapper .dropdown-content {
  margin-bottom: 0;
  top: 40px !important;
  border: 1px solid #cecece;
  border-radius: 0px;
  width: 100% !important;
  max-width: 100% !important;
}

/* line 9207, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-detail-page .user-fields .input-field .select-wrapper .dropdown-content li {
  min-height: auto;
  line-height: initial;
  width: 100%;
}

/* line 9211, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-detail-page .user-fields .input-field .select-wrapper .dropdown-content li span {
  line-height: 5px;
  padding: 15px 15px;
  width: -moz-max-content !important;
  width: max-content !important;
  max-width: -moz-max-content !important;
  max-width: max-content !important;
  white-space: nowrap;
  font-weight: 300;
  color: #101828;
}

/* line 9224, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-detail-page .user-fields .input-field .select-wrapper .multiselect-dropdown .multiselect-dropdown-list input {
  height: auto !important;
}

/* line 9227, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-detail-page .user-fields .input-field .select-wrapper .multiselect-dropdown .multiselect-dropdown-list label {
  top: -11px;
}

/* line 9233, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-detail-page .user-fields .input-field input {
  border: 1px solid #cccccc !important;
  padding: 5px 5px 5px 5px !important;
  box-sizing: inherit !important;
  height: 40px;
}

/* line 9239, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-detail-page .user-fields .input-field .lable-text {
  font-weight: 400;
  font-size: 15px;
  line-height: 15px;
  letter-spacing: 0.02em;
  color: #688faf;
  margin-bottom: 12px;
  display: block;
  transform: translateY(-22px);
}

/* line 9262, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-detail-page .details-block .field {
  margin-bottom: 15px;
}

/* line 9264, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-detail-page .details-block .field label {
  font-weight: 400;
  font-size: 15px;
  line-height: 15px;
  letter-spacing: 0.02em;
  color: #688faf;
  margin-bottom: 5px;
  display: block;
}

/* line 9273, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-detail-page .details-block .field .idea_title {
  border: 1px solid #cccccc !important;
  padding: 5px 5px 5px 5px !important;
  box-sizing: inherit !important;
  height: 40px;
}

/* line 9280, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-detail-page .details-block .add-tags-field {
  display: flex;
  text-transform: capitalize;
  align-items: center;
}

/* line 9284, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-detail-page .details-block .add-tags-field .material_icon_display {
  margin-right: 5px;
}

/* line 9289, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-detail-page .details-block .idea-description-content label {
  margin-bottom: 5px;
}

/* line 9294, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-detail-page .details-block .tags-field .display-tags {
  display: flex;
  align-items: start;
}

/* line 9297, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-detail-page .details-block .tags-field .display-tags .tags-input-field {
  display: none;
}

/* line 9300, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-detail-page .details-block .tags-field .display-tags .input-tags-field {
  margin-right: 0px;
  margin-bottom: 0px;
  flex-grow: 8;
}

/* line 9305, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-detail-page .details-block .tags-field .display-tags .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: 44px !important;
  min-height: 40px;
}

/* line 9317, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-detail-page .details-block .tags-field .display-tags .easy-autocomplete {
  width: 100% !important;
}

/* line 9319, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-detail-page .details-block .tags-field .display-tags .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: 44px !important;
  min-height: 40px;
}

/* line 9331, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-detail-page .details-block .tags-field .display-tags .view-tags {
  border: 1px solid #cccccc;
  width: 100%;
  padding: 0px 0px 0px 5px;
  min-height: 40px;
  border-radius: 24px;
}

/* line 9337, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-detail-page .details-block .tags-field .display-tags .view-tags #idea-tags-div {
  align-items: self-start;
}

/* line 9340, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-detail-page .details-block .tags-field .display-tags .view-tags .idea-tag-view {
  align-items: self-start;
}

/* line 9347, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-detail-page .comments-block {
  width: 55%;
}

/* line 9351, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-detail-page .like-comments-section .admin-background-img-upload {
  position: relative;
}

/* line 9353, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-detail-page .like-comments-section .admin-background-img-upload .profile-edit-box {
  position: absolute;
  left: 0;
  right: 0;
  top: 120px !important;
}

/* line 9360, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-detail-page .like-comments-section .user-like-block {
  padding: 0px 11px 0px 11px;
}

/* line 9362, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-detail-page .like-comments-section .user-like-block .user-tool-inner {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 6px;
  position: relative;
  background-color: #f7f7f7;
  border-radius: 12px;
  padding: 4px 4px;
}

/* line 9374, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-detail-page .like-comments-section .user-like-block .field {
  width: 100%;
  padding: 5px 12px 5px 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 45px;
  border: none;
  margin: 0;
  border-radius: 12px;
  transition: 0.7s;
  -webkit-transition: 0.7s;
}

/* line 9387, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-detail-page .like-comments-section .user-like-block .field:hover {
  background-color: #e1e1e1;
}

/* line 9390, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-detail-page .like-comments-section .user-like-block .field .like-idea-black {
  color: #5e6779;
  cursor: pointer;
  align-items: center;
  display: flex;
}

/* line 9395, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-detail-page .like-comments-section .user-like-block .field .like-idea-black .material-icons {
  margin-left: 0 !important;
  margin-right: 8px;
}

/* line 9401, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-detail-page .like-comments-section .user-like-block .field .like-idea-blue {
  cursor: pointer;
  align-items: center;
  display: flex;
}

/* line 9405, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-detail-page .like-comments-section .user-like-block .field .like-idea-blue .material-icons {
  margin-left: 0 !important;
  margin-right: 8px;
}

/* line 9411, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-detail-page .like-comments-section .user-like-block .field .comments-block {
  color: #5e6779;
  align-items: center;
  display: flex;
  justify-content: center;
}

/* line 9416, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-detail-page .like-comments-section .user-like-block .field .comments-block .material-icons {
  margin-left: 0 !important;
  margin-right: 8px;
}

/* line 9421, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-detail-page .like-comments-section .user-like-block .field .status {
  border: 1px solid;
  border-radius: 15px;
  padding: 2px 8px;
  display: flex;
  align-items: center;
  font-size: 13px;
}

/* line 9428, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-detail-page .like-comments-section .user-like-block .field .status .circle {
  height: 6px;
  width: 6px;
  border-radius: 100%;
  margin-right: 4px;
}

/* line 9437, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-detail-page .like-comments-section .user-like-block .bookmark .material-icons {
  color: #5e6779;
  margin: 0 !important;
  cursor: pointer;
}

/* line 9444, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-detail-page .like-comments-section .user-like-block .share-btn .material-icons {
  color: #5e6779;
  margin: 0 !important;
  cursor: pointer;
  transform: rotate(0deg);
}

/* line 9451, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-detail-page .like-comments-section .user-like-block .bookmark {
  color: #5e6779;
}

/* line 9454, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-detail-page .like-comments-section .user-like-block .flex-profile {
  width: 100%;
  display: flex;
  align-items: center;
  white-space: nowrap;
}

/* line 9459, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-detail-page .like-comments-section .user-like-block .flex-profile .img-profile {
  display: flex;
  align-items: center;
  margin-right: 10px;
}

/* line 9463, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-detail-page .like-comments-section .user-like-block .flex-profile .img-profile img {
  max-width: 38px;
  max-height: 38px;
}

/* line 9467, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-detail-page .like-comments-section .user-like-block .flex-profile .img-profile .idea-img {
  width: 32px !important;
  height: 32px !important;
  margin-right: 12px;
}

/* line 9474, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-detail-page .like-comments-section .user-like-block .flex-profile .user-detail .card-time {
  padding-bottom: 0;
}

/* line 9477, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-detail-page .like-comments-section .user-like-block .flex-profile .user-detail .card-name {
  font-size: 16px;
}

/* line 9485, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-detail-page .bottom-tabs-block {
  width: 100%;
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  margin-top: -15px;
  margin-bottom: 2em;
  margin-right: 0 !important;
  margin-left: 0 !important;
  padding: 0px 11px !important;
}

/* line 9497, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-detail-page .bottom-tabs-block .tab-header {
  margin-bottom: 1em;
}

/* line 9499, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-detail-page .bottom-tabs-block .tab-header .tabs {
  white-space: inherit;
}

/* line 9501, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-detail-page .bottom-tabs-block .tab-header .tabs .tab {
  width: 100%;
  float: left;
}

/* line 9507, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-detail-page .bottom-tabs-block .content-div {
  width: 100%;
  float: left;
}

/* line 9512, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-detail-page .bottom-tabs-block .collapsible {
  border: none;
  margin: 0;
  box-shadow: none;
  width: 100%;
}

/* line 9517, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-detail-page .bottom-tabs-block .collapsible .accord {
  width: 100%;
  margin-bottom: 0px;
}

/* line 9521, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-detail-page .bottom-tabs-block .collapsible .accord .open-accordion {
  line-height: initial;
  border-bottom: 1px solid #dbdcde;
  padding: 12px 0px 12px 0px;
  background-color: #f3f3f3;
  margin-bottom: 3px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}

/* line 9529, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-detail-page .bottom-tabs-block .collapsible .accord .open-accordion .head-title {
  width: 100%;
  display: flex;
  align-items: center;
  background-color: transparent;
  padding-left: 8px;
  cursor: pointer;
}

/* line 9536, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-detail-page .bottom-tabs-block .collapsible .accord .open-accordion .head-title i {
  rotate: 270deg;
  margin-top: 0;
  margin-right: 2px;
}

/* line 9541, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-detail-page .bottom-tabs-block .collapsible .accord .open-accordion .head-title h5 {
  font-size: 16px;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 0;
}

/* line 9551, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-detail-page .bottom-tabs-block .collapsible .accord .active-open-accordion .head-title i {
  rotate: 0deg;
  margin-top: 0;
  margin-right: 2px;
}

/* line 9558, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-detail-page .bottom-tabs-block .collapsible .accord .open-panel {
  display: none;
  padding: 12px 12px;
  background-color: #fcfcfc;
}

/* line 9562, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-detail-page .bottom-tabs-block .collapsible .accord .open-panel .activity-main-block {
  width: 100%;
  max-height: 18em;
  overflow-y: auto;
  padding-right: 12px;
}

/* line 9567, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-detail-page .bottom-tabs-block .collapsible .accord .open-panel .activity-main-block .content-block {
  width: 100%;
  display: flex;
  flex-direction: column;
}

/* line 9571, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-detail-page .bottom-tabs-block .collapsible .accord .open-panel .activity-main-block .content-block .activity-field {
  width: 100%;
  display: flex;
  margin: 5px 0px;
  align-items: center;
  border-bottom: 1px solid #efefef;
  padding-bottom: 8px;
}

/* line 9578, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-detail-page .bottom-tabs-block .collapsible .accord .open-panel .activity-main-block .content-block .activity-field .act-profile-img {
  width: auto;
  margin-right: 12px;
}

/* line 9581, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-detail-page .bottom-tabs-block .collapsible .accord .open-panel .activity-main-block .content-block .activity-field .act-profile-img img {
  width: 30px;
  height: 30px;
  border-radius: 100%;
}

/* line 9587, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-detail-page .bottom-tabs-block .collapsible .accord .open-panel .activity-main-block .content-block .activity-field .right-text {
  width: 100%;
  display: flex;
  align-items: start;
  flex-direction: column;
}

/* line 9592, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-detail-page .bottom-tabs-block .collapsible .accord .open-panel .activity-main-block .content-block .activity-field .right-text h5 {
  margin: 0;
  font-size: 14px;
  color: #4b4b4b;
}

/* line 9596, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-detail-page .bottom-tabs-block .collapsible .accord .open-panel .activity-main-block .content-block .activity-field .right-text h5 b {
  color: black;
}

/* line 9601, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-detail-page .bottom-tabs-block .collapsible .accord .open-panel .activity-main-block .content-block .activity-field .right-text p {
  margin-top: 5px;
  font-size: 12px;
  color: #787878;
  font-style: italic;
}

/* line 9612, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-detail-page .bottom-tabs-block .collapsible .accord .open-panel .idea-details-stats-main-block {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

/* line 9616, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-detail-page .bottom-tabs-block .collapsible .accord .open-panel .idea-details-stats-main-block .stat-block {
  width: 33.33333333%;
  padding: 10px 10px;
}

/* line 9619, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-detail-page .bottom-tabs-block .collapsible .accord .open-panel .idea-details-stats-main-block .stat-block .content-stat {
  width: 100%;
  background-color: white;
  padding: 5px 8px;
}

/* line 9624, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-detail-page .bottom-tabs-block .collapsible .accord .open-panel .idea-details-stats-main-block .stat-block .content-stat .days h4 {
  font-size: 22px;
  font-weight: 400;
  margin: 5px 0px 5px 0px;
  text-align: center;
}

/* line 9630, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-detail-page .bottom-tabs-block .collapsible .accord .open-panel .idea-details-stats-main-block .stat-block .content-stat .days span {
  text-align: center;
  width: 100%;
  display: flex;
  justify-content: center;
  color: #b5b5b5;
}

/* line 9639, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-detail-page .bottom-tabs-block .collapsible .accord .open-panel .idea-details-stats-main-block .stat-block .content-stat .date h5 {
  font-size: 14px;
  color: #919191;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  padding: 8px 0px;
  text-align: center;
  margin: 5px 0px 0px 0px;
}

/* line 9650, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-detail-page .bottom-tabs-block .collapsible .accord .open-panel .idea-details-stats-main-block .stat-block .content-stat .heading h6 {
  text-align: center;
  color: #33334f;
  font-weight: 500;
}

/* line 9660, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-detail-page .bottom-tabs-block .collapsible .accord .open-panel .attachments-block {
  width: 100%;
}

/* line 9662, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-detail-page .bottom-tabs-block .collapsible .accord .open-panel .attachments-block .row-div-btn {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  margin-bottom: 15px;
}

/* line 9668, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-detail-page .bottom-tabs-block .collapsible .accord .open-panel .attachments-block .row-div-btn .add-participant-button {
  border: 1px solid #33334f;
  background: #fff;
  color: #33334f;
  border-radius: 0.3em;
  height: 30px;
  line-height: 30px;
  padding: 0px 15px;
  text-transform: uppercase;
}

/* line 9677, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-detail-page .bottom-tabs-block .collapsible .accord .open-panel .attachments-block .row-div-btn .add-participant-button:hover {
  background: #33334f;
  color: #fff;
}

/* line 9687, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-detail-page .bottom-tabs-block .collapsible .accord .open-panel .finance-block .row-block-display {
  width: 100%;
  display: flex;
  flex-direction: column;
}

/* line 9691, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-detail-page .bottom-tabs-block .collapsible .accord .open-panel .finance-block .row-block-display .field {
  width: 100%;
  margin-bottom: 0px;
}

/* line 9694, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-detail-page .bottom-tabs-block .collapsible .accord .open-panel .finance-block .row-block-display .field .display {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
}

/* line 9699, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-detail-page .bottom-tabs-block .collapsible .accord .open-panel .finance-block .row-block-display .field .display .tooltip-icon {
  width: 100%;
  padding-right: 12px;
  margin-bottom: 5px;
  display: flex;
  align-items: center;
}

/* line 9705, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-detail-page .bottom-tabs-block .collapsible .accord .open-panel .finance-block .row-block-display .field .display .tooltip-icon .admin-title-help-icon {
  margin-top: -10px;
}

/* line 9708, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-detail-page .bottom-tabs-block .collapsible .accord .open-panel .finance-block .row-block-display .field .display .tooltip-icon label {
  margin-top: 0px;
  margin-right: 8px;
  margin-left: 0;
  font-weight: 400;
  font-size: 15px;
  line-height: 15px;
  letter-spacing: 0.02em;
  color: #688faf;
  margin-bottom: 0px;
}

/* line 9720, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-detail-page .bottom-tabs-block .collapsible .accord .open-panel .finance-block .row-block-display .field .display .in-field {
  width: 100%;
  display: flex;
  position: relative;
}

/* line 9724, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-detail-page .bottom-tabs-block .collapsible .accord .open-panel .finance-block .row-block-display .field .display .in-field .sign {
  position: absolute;
  left: 10px;
  top: 9.5px;
}

/* line 9729, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-detail-page .bottom-tabs-block .collapsible .accord .open-panel .finance-block .row-block-display .field .display .in-field input {
  border: 1px solid #cccccc !important;
  padding: 5px 5px 5px 30px !important;
  box-sizing: inherit !important;
  height: 40px;
  font-size: 14px;
}

/* line 9736, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-detail-page .bottom-tabs-block .collapsible .accord .open-panel .finance-block .row-block-display .field .display .in-field .disabled-field {
  background-color: #f1f1f1;
}

/* line 9742, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-detail-page .bottom-tabs-block .collapsible .accord .open-panel .finance-block .row-block-display .bottom-fields {
  width: 100%;
  margin-top: 1em;
}

/* line 9746, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-detail-page .bottom-tabs-block .collapsible .accord .open-panel .finance-block .row-block-display .calculator-ico {
  width: 22px;
  margin-right: 5px;
}

/* line 9754, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-detail-page .bottom-tabs-block .collapsible .accord .open-panel .files-block .row-block {
  width: 100%;
}

/* line 9756, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-detail-page .bottom-tabs-block .collapsible .accord .open-panel .files-block .row-block #attachment-list {
  margin-bottom: 20px;
}

/* line 9759, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-detail-page .bottom-tabs-block .collapsible .accord .open-panel .files-block .row-block #attachment-upload {
  width: 100%;
}

/* line 9761, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-detail-page .bottom-tabs-block .collapsible .accord .open-panel .files-block .row-block #attachment-upload .small-add {
  width: 100%;
}

/* line 9763, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-detail-page .bottom-tabs-block .collapsible .accord .open-panel .files-block .row-block #attachment-upload .small-add .input-field {
  margin: 5px 0px 12px 0px;
  display: flex;
  flex-direction: column;
}

/* line 9768, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-detail-page .bottom-tabs-block .collapsible .accord .open-panel .files-block .row-block #attachment-upload .small-add .input-field input[type="file"] {
  left: inherit;
  top: inherit;
}

/* line 9772, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-detail-page .bottom-tabs-block .collapsible .accord .open-panel .files-block .row-block #attachment-upload .small-add .input-field .custom-file-upload {
  top: inherit !important;
  width: auto !important;
  min-width: auto !important;
  margin: 0 !important;
  text-align: center;
  background-color: #33334f !important;
  border-radius: 5px;
}

/* line 9782, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-detail-page .bottom-tabs-block .collapsible .accord .open-panel .files-block .row-block #attachment-upload .small-add a {
  border: 1px solid #33334f;
  display: inline-block;
  background: #fff;
  color: #33334f;
  border-radius: 0.3em;
  height: 30px;
  line-height: 30px;
  padding: 0px 15px;
  text-transform: uppercase;
  margin-bottom: 15px;
}

/* line 9793, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-detail-page .bottom-tabs-block .collapsible .accord .open-panel .files-block .row-block #attachment-upload .small-add a:hover {
  background: #33334f;
  color: #fff;
}

/* line 9804, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-detail-page .bottom-tabs-block .collapsible .accord .open-panel .custom-files-block .custom-fields {
  width: 100%;
  margin-bottom: 0px;
}

/* line 9808, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-detail-page .bottom-tabs-block .collapsible .accord .open-panel .custom-files-block .custom-fields .display {
  width: 100%;
  display: flex;
  flex-direction: column;
}

/* line 9813, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-detail-page .bottom-tabs-block .collapsible .accord .open-panel .custom-files-block .custom-fields .tooltip-field {
  width: 100%;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: flex-end;
}

/* line 9820, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-detail-page .bottom-tabs-block .collapsible .accord .open-panel .custom-files-block .custom-fields .tooltip-field .tooltip {
  margin-right: 12px;
  color: #688faf;
}

/* line 9824, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-detail-page .bottom-tabs-block .collapsible .accord .open-panel .custom-files-block .custom-fields .tooltip-field label {
  margin-top: 3px;
  font-weight: 400;
  font-size: 15px;
  line-height: 15px;
  letter-spacing: 0.02em;
  color: #688faf;
  margin-right: 8px;
}

/* line 9834, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-detail-page .bottom-tabs-block .collapsible .accord .open-panel .custom-files-block .custom-fields .field {
  margin-bottom: 25px;
}

/* line 9836, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-detail-page .bottom-tabs-block .collapsible .accord .open-panel .custom-files-block .custom-fields .field input {
  border: 1px solid #cccccc !important;
  padding: 5px 5px 5px 5px !important;
  box-sizing: inherit !important;
  height: 40px;
  font-size: 14px;
  z-index: 2;
  margin-bottom: 0px;
}

/* line 9845, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-detail-page .bottom-tabs-block .collapsible .accord .open-panel .custom-files-block .custom-fields .field textarea {
  border: 1px solid #cccccc !important;
  padding: 5px 5px 5px 5px !important;
  box-sizing: inherit !important;
  font-size: 14px;
}

/* line 9853, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-detail-page .bottom-tabs-block .collapsible .accord .open-panel .custom-files-block .custom-fields .select-wrapper .caret {
  z-index: 1;
}

/* line 9862, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-detail-page .bottom-tabs-block .collapsible .accord .open-panel .scor-block .idea-scores-values .main-am-score-block .range-field {
  border-top: 1px solid #dedede;
  padding-top: 14px;
  margin-top: 14px;
}

/* line 9871, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-detail-page .bottom-tabs-block .collapsible .accord .open-panel .scor-block .idea-scores-values .main_score .postive input::-webkit-slider-thumb {
  background-color: green;
}

/* line 9874, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-detail-page .bottom-tabs-block .collapsible .accord .open-panel .scor-block .idea-scores-values .main_score .postive input::-moz-range-thumb {
  background-color: green;
}

/* line 9879, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-detail-page .bottom-tabs-block .collapsible .accord .open-panel .scor-block .idea-scores-values .main_score .negative input::-webkit-slider-thumb {
  background-color: #c00c00;
}

/* line 9882, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-detail-page .bottom-tabs-block .collapsible .accord .open-panel .scor-block .idea-scores-values .main_score .negative input::-moz-range-thumb {
  background-color: #c00c00;
}

/* line 9886, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-detail-page .bottom-tabs-block .collapsible .accord .open-panel .scor-block .idea-scores-values .main_score .main-display {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

/* line 9891, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-detail-page .bottom-tabs-block .collapsible .accord .open-panel .scor-block .idea-scores-values .main_score .main-display .display-left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}

/* line 9896, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-detail-page .bottom-tabs-block .collapsible .accord .open-panel .scor-block .idea-scores-values .main_score .main-display .display-left .label-field {
  margin: 0;
}

/* line 9899, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-detail-page .bottom-tabs-block .collapsible .accord .open-panel .scor-block .idea-scores-values .main_score .main-display .display-left .slide-avg {
  margin: 0 !important;
  padding-left: 15px;
  margin-top: -8px !important;
}

/* line 9905, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-detail-page .bottom-tabs-block .collapsible .accord .open-panel .scor-block .idea-scores-values .main_score .main-display .right-value {
  padding: 0 0.75rem;
  width: 110px;
}

/* line 9908, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-detail-page .bottom-tabs-block .collapsible .accord .open-panel .scor-block .idea-scores-values .main_score .main-display .right-value span {
  border: 1px solid #c2c0c2;
  padding: 17.5px 10px 15px 10px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
}

/* line 9920, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-detail-page .bottom-tabs-block .collapsible .accord .open-panel .scor-block .idea-scores-values .child {
  padding-left: 25px;
}

/* line 9923, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-detail-page .bottom-tabs-block .collapsible .accord .open-panel .scor-block .idea-scores-values .stars-score {
  display: none;
}

/* line 9926, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-detail-page .bottom-tabs-block .collapsible .accord .open-panel .scor-block .idea-scores-values .stars-score .range-field .rating {
  margin-top: 5px;
}

/* line 9928, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-detail-page .bottom-tabs-block .collapsible .accord .open-panel .scor-block .idea-scores-values .stars-score .range-field .rating .active-star {
  color: orange;
}

/* line 9934, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-detail-page .bottom-tabs-block .collapsible .accord .open-panel .scor-block .idea-scores-values .buttons-score {
  display: none;
}

/* line 9936, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-detail-page .bottom-tabs-block .collapsible .accord .open-panel .scor-block .idea-scores-values .buttons-score .buttons {
  display: flex;
  flex-wrap: wrap;
  margin-top: 5px;
}

/* line 9940, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-detail-page .bottom-tabs-block .collapsible .accord .open-panel .scor-block .idea-scores-values .buttons-score .buttons .btn, .admin-idea-detail-page .bottom-tabs-block .collapsible .accord .open-panel .scor-block .idea-scores-values .buttons-score .buttons .btn-large {
  min-width: auto;
  font-size: 12px;
  padding: 0px 10px;
  margin: 0px 5px 5px 0px;
  background-color: #ddf5f8;
  color: black;
}

/* line 9956, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-detail-page .bottom-tabs-block .collapsible .accord .active .head-title i {
  rotate: 0deg;
}

/* line 9963, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-detail-page .bottom-tabs-block .collapsible .active .collapsible-body {
  display: block;
  width: 100%;
  float: left;
  padding: 22px 12px 22px 12px;
  background-color: #fcfcfc;
}

/* line 9975, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-detail-page .bottom-tabs-block .idea-scores-values .main_score .label-field {
  display: flex;
}

/* line 9977, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-detail-page .bottom-tabs-block .idea-scores-values .main_score .label-field label {
  padding-right: 5px;
  font-size: 13px;
}

/* line 9981, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-detail-page .bottom-tabs-block .idea-scores-values .main_score .label-field .tooltip {
  margin-top: 0px;
}

/* line 9990, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-detail-page .idea-scores-values .s6 {
  width: 100% !important;
}

/* line 9996, app/assets/stylesheets/admin/admin_dashboard.scss */
#idea-tags-div {
  width: 100%;
}

/* line 10000, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-detail-page .top-bar-adjusted .idea-save:hover .hover-state {
  display: block;
}

/* line 10003, app/assets/stylesheets/admin/admin_dashboard.scss */
.save-and-close:hover .hover-state {
  display: block;
}

/* line 10007, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-box-settings-page.fixed-top-padding.page-active
.top-buttons-adjusted {
  width: 94%;
}

/* line 10012, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-selection-box-setting-page.page-active .top-buttons-adjusted {
  width: 94%;
}

/* line 10016, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-project-details-page.new-mission-flow.page-active .top-bar-adjusted {
  width: 94%;
}

/* line 10021, app/assets/stylesheets/admin/admin_dashboard.scss */
.view-canvas-page .canvas-block-details {
  width: 100%;
  padding: 0px 10px;
}

/* line 10025, app/assets/stylesheets/admin/admin_dashboard.scss */
.view-canvas-page .canvas-block-details .header-b {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}

/* line 10031, app/assets/stylesheets/admin/admin_dashboard.scss */
.view-canvas-page .canvas-block-details .header-b .can-title {
  border: 1px solid #9e9e9e;
  margin: 0px 5px 0px 0px;
  padding: 8px 15px;
  border-radius: 10px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}

/* line 10042, app/assets/stylesheets/admin/admin_dashboard.scss */
.view-canvas-page .canvas-block-details .header-b .can-title h5 {
  margin: 0;
  font-size: 17px;
  white-space: nowrap;
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
}

/* line 10050, app/assets/stylesheets/admin/admin_dashboard.scss */
.view-canvas-page .canvas-block-details .header-b .can-title label {
  font-weight: 400;
  font-size: 15px;
  line-height: 15px;
  letter-spacing: 0.02em;
  color: #688faf;
  margin-bottom: 5px;
  display: block;
}

/* line 10060, app/assets/stylesheets/admin/admin_dashboard.scss */
.view-canvas-page .canvas-block-details .header-b .idea-owner {
  width: 20%;
}

/* line 10063, app/assets/stylesheets/admin/admin_dashboard.scss */
.view-canvas-page .canvas-block-details .header-b .status {
  width: 13%;
}

/* line 10066, app/assets/stylesheets/admin/admin_dashboard.scss */
.view-canvas-page .canvas-block-details .header-b .idea-title {
  width: 51%;
}

/* line 10069, app/assets/stylesheets/admin/admin_dashboard.scss */
.view-canvas-page .canvas-block-details .header-b .datetime {
  width: 16%;
}

/* line 10072, app/assets/stylesheets/admin/admin_dashboard.scss */
.view-canvas-page .canvas-block-details .header-b .idea-owner {
  display: flex;
  align-items: center;
  align-items: flex-start;
  flex-direction: column;
}

/* line 10077, app/assets/stylesheets/admin/admin_dashboard.scss */
.view-canvas-page .canvas-block-details .header-b .idea-owner .flex-b {
  display: flex;
  align-items: center;
}

/* line 10081, app/assets/stylesheets/admin/admin_dashboard.scss */
.view-canvas-page .canvas-block-details .header-b .idea-owner img {
  width: 25px;
  margin-right: 8px;
}

/* line 10086, app/assets/stylesheets/admin/admin_dashboard.scss */
.view-canvas-page .canvas-block-details .header-b .company-logo {
  width: 250px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* line 10094, app/assets/stylesheets/admin/admin_dashboard.scss */
.view-canvas-page .canvas-block-details .header-b .company-logo img {
  width: 100%;
  height: 100px;
  margin: 0;
  -o-object-fit: contain;
     object-fit: contain;
}

/* line 10104, app/assets/stylesheets/admin/admin_dashboard.scss */
.view-canvas-page .canvas-block-details .header-b .company-logo a {
  display: flex;
  align-items: center;
  width: 100%;
}

/* line 10110, app/assets/stylesheets/admin/admin_dashboard.scss */
.view-canvas-page .canvas-block-details .header-b .flex-t {
  display: flex;
  width: 85%;
  height: 100px;
}

/* line 10115, app/assets/stylesheets/admin/admin_dashboard.scss */
.view-canvas-page .canvas-block-details .header-b .flex-t .drop {
  margin-right: 15px;
  width: 220px;
}

/* line 10118, app/assets/stylesheets/admin/admin_dashboard.scss */
.view-canvas-page .canvas-block-details .header-b .flex-t .drop label {
  font-weight: 400;
  font-size: 15px;
  line-height: 15px;
  letter-spacing: 0.02em;
  color: #688faf;
  margin-bottom: 5px;
  display: block;
}

/* line 10131, app/assets/stylesheets/admin/admin_dashboard.scss */
.view-canvas-page .canvas-block-details .container-block {
  width: 100%;
}

/* line 10133, app/assets/stylesheets/admin/admin_dashboard.scss */
.view-canvas-page .canvas-block-details .container-block .canvas-img {
  width: 100%;
}

/* line 10136, app/assets/stylesheets/admin/admin_dashboard.scss */
.view-canvas-page .canvas-block-details .container-block .cont-p {
  width: 100%;
}

/* line 10138, app/assets/stylesheets/admin/admin_dashboard.scss */
.view-canvas-page .canvas-block-details .container-block .cont-p .p-title {
  display: flex;
  margin: 0px 0px 5px 0px;
}

/* line 10142, app/assets/stylesheets/admin/admin_dashboard.scss */
.view-canvas-page .canvas-block-details .container-block .cont-p .p-title i {
  margin-top: -2px;
}

/* line 10145, app/assets/stylesheets/admin/admin_dashboard.scss */
.view-canvas-page .canvas-block-details .container-block .cont-p .p-title h5 {
  margin: 0px 5px 0px 0px;
  font-size: 18px;
  font-weight: 600;
  color: #344054;
}

/* line 10152, app/assets/stylesheets/admin/admin_dashboard.scss */
.view-canvas-page .canvas-block-details .container-block .cont-p p {
  color: #344054;
}

/* line 10155, app/assets/stylesheets/admin/admin_dashboard.scss */
.view-canvas-page .canvas-block-details .container-block .cont-p .border-b {
  border: 1px solid #9e9e9e;
  padding: 15px 15px;
  border-radius: 12px;
  margin-bottom: 1em;
  min-height: 24em;
}

/* line 10162, app/assets/stylesheets/admin/admin_dashboard.scss */
.view-canvas-page .canvas-block-details .container-block .cont-p .data-table-view {
  width: 100%;
}

/* line 10164, app/assets/stylesheets/admin/admin_dashboard.scss */
.view-canvas-page .canvas-block-details .container-block .cont-p .data-table-view .field {
  width: 100%;
}

/* line 10167, app/assets/stylesheets/admin/admin_dashboard.scss */
.view-canvas-page .canvas-block-details .container-block .cont-p .data-table-view .field .flexb {
  width: 100%;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #929292;
  padding: 0;
}

/* line 10174, app/assets/stylesheets/admin/admin_dashboard.scss */
.view-canvas-page .canvas-block-details .container-block .cont-p .data-table-view .field .flexb h5 {
  margin: 0px 20px 0px 0px;
  font-size: 16px;
  font-weight: 500;
  padding: 6px 12px 6px 0px;
}

/* line 10180, app/assets/stylesheets/admin/admin_dashboard.scss */
.view-canvas-page .canvas-block-details .container-block .cont-p .data-table-view .field .flexb h6 {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  border-left: 1px solid #929292;
  padding: 6px 12px;
}

/* line 10189, app/assets/stylesheets/admin/admin_dashboard.scss */
.view-canvas-page .canvas-block-details .container-block .cont-p .data-table-view input {
  margin-bottom: 0px;
}

/* line 10193, app/assets/stylesheets/admin/admin_dashboard.scss */
.view-canvas-page .canvas-block-details .container-block .cont-p .row-flex {
  display: flex;
  margin-right: -5px;
  margin-left: -5px;
}

/* line 10197, app/assets/stylesheets/admin/admin_dashboard.scss */
.view-canvas-page .canvas-block-details .container-block .cont-p .row-flex .col-flex {
  width: 100%;
  padding: 0px 5px;
}

/* line 10207, app/assets/stylesheets/admin/admin_dashboard.scss */
.user-manage-page {
  width: 100%;
  position: relative;
  padding: 88px 20px 12px 240px;
}

/* line 10212, app/assets/stylesheets/admin/admin_dashboard.scss */
[dir=rtl] .user-manage-page {
  padding: 88px 240px 12px 20px;
}

/* line 10215, app/assets/stylesheets/admin/admin_dashboard.scss */
.user-manage-page .user-management-table {
  width: 100%;
}

/* line 10217, app/assets/stylesheets/admin/admin_dashboard.scss */
.user-manage-page .user-management-table .top-bar-adjusted {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2em;
}

/* line 10223, app/assets/stylesheets/admin/admin_dashboard.scss */
.user-manage-page .user-management-table .top-bar-adjusted .field {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 12px;
}

/* line 10228, app/assets/stylesheets/admin/admin_dashboard.scss */
.user-manage-page .user-management-table .top-bar-adjusted .field .user-management-buttons {
  display: flex;
  align-items: center;
  margin-left: 12px;
}

/* line 10232, app/assets/stylesheets/admin/admin_dashboard.scss */
.user-manage-page .user-management-table .top-bar-adjusted .field .user-management-buttons .btn, .user-manage-page .user-management-table .top-bar-adjusted .field .user-management-buttons .btn-large {
  border: 1px solid #33334f !important;
  background: white;
  color: #33334f;
  border-radius: 0.3em;
  height: 35px !important;
  display: flex;
  align-items: center;
  margin-left: 8px;
  padding: 2px 12px;
  white-space: nowrap;
}

/* line 10244, app/assets/stylesheets/admin/admin_dashboard.scss */
.user-manage-page .user-management-table .top-bar-adjusted .field .user-management-buttons .project-mission-main-button {
  background-color: #33334f;
  color: white;
}

/* line 10251, app/assets/stylesheets/admin/admin_dashboard.scss */
.user-manage-page .user-management-table .filters-block {
  width: 100%;
  margin-bottom: 15px;
  margin-top: 12px;
}

/* line 10256, app/assets/stylesheets/admin/admin_dashboard.scss */
.user-manage-page .user-management-table .filters-block .left-btns {
  display: flex;
  align-items: center;
}

/* line 10260, app/assets/stylesheets/admin/admin_dashboard.scss */
.user-manage-page .user-management-table .filters-block .action-btn {
  width: 180px;
  margin-right: 15px;
}

/* line 10263, app/assets/stylesheets/admin/admin_dashboard.scss */
.user-manage-page .user-management-table .filters-block .action-btn label {
  width: 100%;
  float: left;
  display: none;
}

/* line 10268, app/assets/stylesheets/admin/admin_dashboard.scss */
.user-manage-page .user-management-table .filters-block .action-btn .actions {
  background-color: transparent;
  color: #33334f;
  border: 1px solid #33334f;
  display: flex;
  align-items: center;
  text-transform: inherit;
  justify-content: space-between;
  padding: 0px 8px;
  width: 180px;
  margin: 0 !important;
  height: 32px;
  line-height: 1.5;
  border-radius: 0px;
  text-transform: uppercase;
}

/* line 10283, app/assets/stylesheets/admin/admin_dashboard.scss */
.user-manage-page .user-management-table .filters-block .action-btn .actions:hover {
  background-color: #33334f;
  color: white;
}

/* line 10289, app/assets/stylesheets/admin/admin_dashboard.scss */
.user-manage-page .user-management-table .filters-block .left-filter {
  padding-right: 20px;
}

/* line 10291, app/assets/stylesheets/admin/admin_dashboard.scss */
.user-manage-page .user-management-table .filters-block .left-filter .filter-block {
  position: relative;
  width: 100%;
}

/* line 10294, app/assets/stylesheets/admin/admin_dashboard.scss */
.user-manage-page .user-management-table .filters-block .left-filter .filter-block label {
  width: 100%;
  float: left;
  display: none;
}

/* line 10299, app/assets/stylesheets/admin/admin_dashboard.scss */
.user-manage-page .user-management-table .filters-block .left-filter .filter-block #role_filter_form {
  align-items: center;
  display: flex;
  width: 100%;
}

/* line 10303, app/assets/stylesheets/admin/admin_dashboard.scss */
.user-manage-page .user-management-table .filters-block .left-filter .filter-block #role_filter_form .material-icons {
  position: absolute;
  right: 5px;
  font-size: 19px;
}

/* line 10310, app/assets/stylesheets/admin/admin_dashboard.scss */
.user-manage-page .user-management-table .filters-block .left-filter .select-wrapper {
  width: 100%;
  z-index: 100;
}

/* line 10313, app/assets/stylesheets/admin/admin_dashboard.scss */
.user-manage-page .user-management-table .filters-block .left-filter .select-wrapper input {
  margin-bottom: 0;
  font-size: 14px !important;
  border: 1px solid #33334f;
  padding: 0px 8px;
  box-sizing: inherit;
  color: #33334f;
  height: 31px;
  line-height: 1.5;
  background-color: transparent;
  border-radius: 0px;
  text-transform: uppercase;
}

/* line 10327, app/assets/stylesheets/admin/admin_dashboard.scss */
.user-manage-page .user-management-table .filters-block .left-filter .select-wrapper .dropdown-content {
  top: 30px !important;
  z-index: 1;
}

/* line 10334, app/assets/stylesheets/admin/admin_dashboard.scss */
.user-manage-page .user-management-table .table-block {
  width: 100%;
  position: relative;
  background-color: white;
  padding: 10px 10px;
  border-radius: 5px;
  margin-bottom: 15px;
}

/* line 10341, app/assets/stylesheets/admin/admin_dashboard.scss */
.user-manage-page .user-management-table .table-block #users-content {
  width: 100%;
  overflow-x: auto;
}

/* line 10346, app/assets/stylesheets/admin/admin_dashboard.scss */
.user-manage-page .user-management-table .table-block .actions-column .change-role-button {
  color: #33334f;
  background-color: transparent;
  padding: 0;
}

/* line 10351, app/assets/stylesheets/admin/admin_dashboard.scss */
.user-manage-page .user-management-table .table-block .actions-column .remove-user-role {
  color: #f41402;
}

/* line 10353, app/assets/stylesheets/admin/admin_dashboard.scss */
.user-manage-page .user-management-table .table-block .actions-column .remove-user-role i.material-icons {
  font-size: 20px;
}

/* line 10362, app/assets/stylesheets/admin/admin_dashboard.scss */
.user-manage-page .edit-user-modal-pop .title-heading {
  width: auto;
}

/* line 10364, app/assets/stylesheets/admin/admin_dashboard.scss */
.user-manage-page .edit-user-modal-pop .title-heading h5 {
  margin-top: 0;
  font-size: 18px;
}

/* line 10369, app/assets/stylesheets/admin/admin_dashboard.scss */
.user-manage-page .edit-user-modal-pop .row-block {
  width: 100%;
}

/* line 10371, app/assets/stylesheets/admin/admin_dashboard.scss */
.user-manage-page .edit-user-modal-pop .row-block .fields {
  width: 100%;
}

/* line 10373, app/assets/stylesheets/admin/admin_dashboard.scss */
.user-manage-page .edit-user-modal-pop .row-block .fields .edit_user {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* line 10378, app/assets/stylesheets/admin/admin_dashboard.scss */
.user-manage-page .edit-user-modal-pop .row-block .fields .edit_user .field {
  width: 100%;
}

/* line 10380, app/assets/stylesheets/admin/admin_dashboard.scss */
.user-manage-page .edit-user-modal-pop .row-block .fields .edit_user .field label {
  font-weight: 400;
  font-size: 15px;
  line-height: 15px;
  letter-spacing: 0.02em;
  color: #688faf;
  margin-bottom: 10px;
  width: 100%;
  float: left;
}

/* line 10390, app/assets/stylesheets/admin/admin_dashboard.scss */
.user-manage-page .edit-user-modal-pop .row-block .fields .edit_user .field input {
  border: 1px solid #cccccc !important;
  padding: 5px 5px 5px 5px !important;
  box-sizing: inherit !important;
  height: 40px;
}

/* line 10396, app/assets/stylesheets/admin/admin_dashboard.scss */
.user-manage-page .edit-user-modal-pop .row-block .fields .edit_user .field .action-btns {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* line 10400, app/assets/stylesheets/admin/admin_dashboard.scss */
.user-manage-page .edit-user-modal-pop .row-block .fields .edit_user .field .action-btns .submit-btn {
  margin-left: 12px;
}

/* line 10402, app/assets/stylesheets/admin/admin_dashboard.scss */
.user-manage-page .edit-user-modal-pop .row-block .fields .edit_user .field .action-btns .submit-btn input {
  border: none !important;
  height: 36px !important;
  background-color: #33334f;
  padding: 6px 12px !important;
  line-height: 26px;
  border-radius: 2px;
  color: white;
}

/* line 10414, app/assets/stylesheets/admin/admin_dashboard.scss */
.user-manage-page .edit-user-modal-pop .row-block .fields .edit_user .img-field {
  display: flex;
  justify-content: center;
}

/* line 10417, app/assets/stylesheets/admin/admin_dashboard.scss */
.user-manage-page .edit-user-modal-pop .row-block .fields .edit_user .img-field img {
  width: 125px;
  height: 125px;
  border-radius: 100%;
}

/* line 10423, app/assets/stylesheets/admin/admin_dashboard.scss */
.user-manage-page .edit-user-modal-pop .row-block .fields .edit_user .upload-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* line 10427, app/assets/stylesheets/admin/admin_dashboard.scss */
.user-manage-page .edit-user-modal-pop .row-block .fields .edit_user .upload-btn input {
  width: auto;
  opacity: 0;
}

/* line 10431, app/assets/stylesheets/admin/admin_dashboard.scss */
.user-manage-page .edit-user-modal-pop .row-block .fields .edit_user .upload-btn .labelforupload {
  border: 1px solid #33334f !important;
  background: white;
  color: #33334f;
  border-radius: 0.3em;
  height: 35px !important;
  display: flex;
  align-items: center;
  margin-left: 8px;
}

/* line 10440, app/assets/stylesheets/admin/admin_dashboard.scss */
.user-manage-page .edit-user-modal-pop .row-block .fields .edit_user .upload-btn .labelforupload:hover {
  background: #33334f !important;
  color: #fff;
}

/* line 10452, app/assets/stylesheets/admin/admin_dashboard.scss */
.user-manage-page .group-manage-content .table-block .table-scroll {
  width: 100%;
  overflow-x: auto;
}

/* line 10455, app/assets/stylesheets/admin/admin_dashboard.scss */
.user-manage-page .group-manage-content .table-block .table-scroll .tablesorter-header-inner {
  width: inherit;
  text-align: left;
}

/* line 10458, app/assets/stylesheets/admin/admin_dashboard.scss */
[dir=rtl] .user-manage-page .group-manage-content .table-block .table-scroll .tablesorter-header-inner {
  text-align: right;
}

/* line 10462, app/assets/stylesheets/admin/admin_dashboard.scss */
.user-manage-page .group-manage-content .table-block .table-scroll .profile-title {
  display: flex;
  align-items: center;
  padding-right: 40px;
}

/* line 10466, app/assets/stylesheets/admin/admin_dashboard.scss */
.user-manage-page .group-manage-content .table-block .table-scroll .profile-title img {
  margin-right: 8px;
}

/* line 10470, app/assets/stylesheets/admin/admin_dashboard.scss */
.user-manage-page .group-manage-content .table-block .table-scroll .description {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 250px;
}

/* line 10481, app/assets/stylesheets/admin/admin_dashboard.scss */
.user-manage-page .group-manage-content .filters-block .left-btns .action-btn .select-wrapper {
  z-index: 1;
}

/* line 10483, app/assets/stylesheets/admin/admin_dashboard.scss */
.user-manage-page .group-manage-content .filters-block .left-btns .action-btn .select-wrapper input {
  margin-bottom: 0;
  font-size: 14px !important;
  border: 1px solid #33334f !important;
  padding-left: 8px !important;
  box-sizing: inherit !important;
  color: #33334f;
  height: 31px !important;
  line-height: 1.5;
  background-color: transparent !important;
  border-radius: 0px !important;
}

/* line 10495, app/assets/stylesheets/admin/admin_dashboard.scss */
.user-manage-page .group-manage-content .filters-block .left-btns .action-btn .select-wrapper .caret {
  top: 18px;
  z-index: -1;
}

/* line 10501, app/assets/stylesheets/admin/admin_dashboard.scss */
.user-manage-page .group-manage-content .filters-block .left-btns .left-filter {
  margin-top: 0px;
}

/* line 10504, app/assets/stylesheets/admin/admin_dashboard.scss */
.user-manage-page .group-manage-content .filters-block .left-btns .left-filter .select-wrapper .caret {
  top: 18px !important;
  z-index: -1;
}

/* line 10508, app/assets/stylesheets/admin/admin_dashboard.scss */
.user-manage-page .group-manage-content .filters-block .left-btns .left-filter .select-wrapper .dropdown-content {
  top: 50px !important;
}

/* line 10517, app/assets/stylesheets/admin/admin_dashboard.scss */
.user-manage-page .tabs {
  width: 100%;
  display: flex;
  border-bottom: 1px solid lightgrey;
  height: auto;
  margin-top: -1em;
  margin-bottom: 12px;
}

/* line 10524, app/assets/stylesheets/admin/admin_dashboard.scss */
.user-manage-page .tabs .tab {
  height: auto;
  line-height: 2.8;
}

/* line 10527, app/assets/stylesheets/admin/admin_dashboard.scss */
.user-manage-page .tabs .tab a {
  color: #000000;
  font-size: 15px;
  text-transform: initial;
  letter-spacing: 0.5px;
  border-bottom: 2px solid transparent;
  padding: 0 14px;
}

/* line 10534, app/assets/stylesheets/admin/admin_dashboard.scss */
.user-manage-page .tabs .tab a:hover {
  background-color: #fff;
}

/* line 10538, app/assets/stylesheets/admin/admin_dashboard.scss */
.user-manage-page .tabs .tab .active {
  background-color: #fff;
  color: white;
  border-bottom: 2px solid;
}

/* line 10542, app/assets/stylesheets/admin/admin_dashboard.scss */
.user-manage-page .tabs .tab .active:hover {
  background-color: #fff;
}

/* line 10547, app/assets/stylesheets/admin/admin_dashboard.scss */
.user-manage-page .tabs .indicator {
  display: none;
}

/* line 10554, app/assets/stylesheets/admin/admin_dashboard.scss */
.add-group-modal .main-content {
  width: 100%;
}

/* line 10556, app/assets/stylesheets/admin/admin_dashboard.scss */
.add-group-modal .main-content .field {
  width: 100%;
}

/* line 10558, app/assets/stylesheets/admin/admin_dashboard.scss */
.add-group-modal .main-content .field label {
  font-weight: 400;
  font-size: 15px;
  line-height: 15px;
  letter-spacing: 0.02em;
  color: #688faf;
  margin-bottom: 5px;
}

/* line 10566, app/assets/stylesheets/admin/admin_dashboard.scss */
.add-group-modal .main-content .field input {
  border: 1px solid #cccccc !important;
  padding: 5px 5px 5px 5px !important;
  box-sizing: inherit !important;
  height: 40px !important;
}

/* line 10572, app/assets/stylesheets/admin/admin_dashboard.scss */
.add-group-modal .main-content .field textarea {
  border: 1px solid #cccccc !important;
  padding: 5px 5px 5px 5px !important;
  box-sizing: inherit !important;
  height: auto !important;
}

/* line 10582, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-background-img-upload {
  position: relative;
}

/* line 10584, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-background-img-upload .mission-img-browse {
  position: absolute;
  left: 0;
  right: 0;
}

/* line 10592, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-edit-profile-page-block .page-heading {
  margin: 12px 0px 15px 0px;
}

/* line 10595, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-edit-profile-page-block .row-profile {
  width: 100%;
  float: left;
  padding-top: 5.2em;
  padding-bottom: 1.5em;
}

/* line 10600, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-edit-profile-page-block .row-profile .row-content {
  width: 100%;
  padding-left: 16.5em;
  padding-right: 18px;
}

/* line 10604, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-edit-profile-page-block .row-profile .row-content .card-block {
  max-width: 500px;
  width: 100%;
}

/* line 10607, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-edit-profile-page-block .row-profile .row-content .card-block .card-content {
  width: 100%;
  background-color: white;
  border-radius: 10px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* line 10615, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-edit-profile-page-block .row-profile .row-content .card-block .card-content .profile-img {
  overflow: hidden;
}

/* line 10617, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-edit-profile-page-block .row-profile .row-content .card-block .card-content .profile-img .image-profile-ratio {
  width: 100%;
  position: relative;
  margin-bottom: 12px;
}

/* line 10621, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-edit-profile-page-block .row-profile .row-content .card-block .card-content .profile-img .image-profile-ratio .profile-pic-img {
  width: 100%;
  height: auto;
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

/* line 10628, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-edit-profile-page-block .row-profile .row-content .card-block .card-content .profile-img .image-profile-ratio .profile-pic-img img {
  cursor: pointer;
}

/* line 10631, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-edit-profile-page-block .row-profile .row-content .card-block .card-content .profile-img .image-profile-ratio .profile-pic-img .profile-image-view {
  border-radius: 100%;
  width: 122px;
  height: 122px;
}

/* line 10643, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-edit-profile-page-block .row-profile .row-content .card-block .card-content .edit-user-info {
  width: 100%;
}

/* line 10646, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-edit-profile-page-block .row-profile .row-content .card-block .card-content .profile-edit-box {
  position: absolute;
  width: 100%;
}

/* line 10650, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-edit-profile-page-block .row-profile .row-content .card-block .card-content .profile-small {
  font-size: 14px;
  color: #b3b3b3;
  margin-bottom: 12px;
  text-align: center;
  display: none;
}

/* line 10658, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-edit-profile-page-block .row-profile .row-content .card-block .card-content .profile-bg {
  width: 100%;
  display: flex;
  flex-direction: column;
}

/* line 10662, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-edit-profile-page-block .row-profile .row-content .card-block .card-content .profile-bg .title {
  width: 100%;
  margin-bottom: 8px;
}

/* line 10665, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-edit-profile-page-block .row-profile .row-content .card-block .card-content .profile-bg .title h5 {
  font-weight: 400;
}

/* line 10669, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-edit-profile-page-block .row-profile .row-content .card-block .card-content .profile-bg .field {
  width: 100%;
}

/* line 10671, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-edit-profile-page-block .row-profile .row-content .card-block .card-content .profile-bg .field .select-dropdown {
  margin-bottom: 20px;
}

/* line 10674, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-edit-profile-page-block .row-profile .row-content .card-block .card-content .profile-bg .field .select-wrapper {
  z-index: 10;
}

/* line 10677, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-edit-profile-page-block .row-profile .row-content .card-block .card-content .profile-bg .field .select-wrapper .dropdown-content {
  top: 40px !important;
}

/* line 10681, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-edit-profile-page-block .row-profile .row-content .card-block .card-content .profile-bg .field label {
  width: 100%;
  float: left;
  font-weight: 400;
  font-size: 15px;
  line-height: 15px;
  letter-spacing: 0.02em;
  color: #688faf;
  margin-bottom: 6px;
}

/* line 10691, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-edit-profile-page-block .row-profile .row-content .card-block .card-content .profile-bg .field input {
  border: 1px solid #cccccc !important;
  padding: 5px 5px 5px 5px !important;
  box-sizing: inherit !important;
  height: 40px;
}

/* line 10699, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-edit-profile-page-block .row-profile .row-content .card-block .card-content .profile-bg .tags-field .display-tags {
  display: flex;
  width: 100%;
}

/* line 10702, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-edit-profile-page-block .row-profile .row-content .card-block .card-content .profile-bg .tags-field .display-tags .view-tags {
  border: 1px solid #cccccc;
  width: 100%;
  padding: 0px 0px 0px 5px;
  min-height: 40px;
  margin-bottom: 1.5em;
  border-radius: 24px;
}

/* line 10709, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-edit-profile-page-block .row-profile .row-content .card-block .card-content .profile-bg .tags-field .display-tags .view-tags .input-tags-field {
  margin-right: 0px;
  margin-bottom: 0px;
  flex-grow: 8;
}

/* line 10713, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-edit-profile-page-block .row-profile .row-content .card-block .card-content .profile-bg .tags-field .display-tags .view-tags .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: 40px !important;
  min-height: 40px;
}

/* line 10725, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-edit-profile-page-block .row-profile .row-content .card-block .card-content .profile-bg .tags-field .display-tags .view-tags .easy-autocomplete {
  width: 100% !important;
}

/* line 10727, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-edit-profile-page-block .row-profile .row-content .card-block .card-content .profile-bg .tags-field .display-tags .view-tags .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: 44px !important;
  min-height: 40px;
}

/* line 10743, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-edit-profile-page-block .row-profile .row-content .card-block .card-content .profile-bg .disable-field input {
  background-color: #f3f3f3 !important;
  color: #666666;
  pointer-events: none !important;
}

/* line 10756, app/assets/stylesheets/admin/admin_dashboard.scss */
.modal-add-selected-users-to-group {
  overflow-y: visible;
}

/* line 10758, app/assets/stylesheets/admin/admin_dashboard.scss */
.modal-add-selected-users-to-group .modal-body {
  min-height: 10em;
}

/* line 10763, app/assets/stylesheets/admin/admin_dashboard.scss */
.modal-add-selected-users-to-group .modal-body .main-content .field .select-wrapper .dropdown-content {
  max-height: 350px !important;
  z-index: 1200;
  margin-top: 40px;
}

/* line 10767, app/assets/stylesheets/admin/admin_dashboard.scss */
.modal-add-selected-users-to-group .modal-body .main-content .field .select-wrapper .dropdown-content li {
  min-height: auto;
  line-height: initial;
}

/* line 10770, app/assets/stylesheets/admin/admin_dashboard.scss */
.modal-add-selected-users-to-group .modal-body .main-content .field .select-wrapper .dropdown-content li span {
  line-height: 5px;
  padding: 15px 15px;
}

/* line 10776, app/assets/stylesheets/admin/admin_dashboard.scss */
.modal-add-selected-users-to-group .modal-body .main-content .field .select-wrapper input {
  border: 1px solid #cccccc !important;
  padding: 5px 5px 5px 5px !important;
  box-sizing: inherit !important;
  height: 40px !important;
}

/* line 10782, app/assets/stylesheets/admin/admin_dashboard.scss */
.modal-add-selected-users-to-group .modal-body .main-content .field .select-wrapper .caret {
  top: 20px;
}

/* line 10786, app/assets/stylesheets/admin/admin_dashboard.scss */
.modal-add-selected-users-to-group .modal-body .main-content .field label {
  width: 100%;
  float: left;
  font-weight: 400;
  font-size: 15px;
  line-height: 15px;
  letter-spacing: 0.02em;
  color: #688faf;
  margin-bottom: 6px;
}

/* line 10802, app/assets/stylesheets/admin/admin_dashboard.scss */
.edit-avatar-img-size-modal {
  max-height: 80%;
  width: 100%;
  max-width: 850px;
}

/* line 10806, app/assets/stylesheets/admin/admin_dashboard.scss */
.edit-avatar-img-size-modal .profile-sizing {
  width: 100%;
}

/* line 10808, app/assets/stylesheets/admin/admin_dashboard.scss */
.edit-avatar-img-size-modal .profile-sizing .left-upload-btn {
  width: 100%;
  margin: 20;
}

/* line 10811, app/assets/stylesheets/admin/admin_dashboard.scss */
.edit-avatar-img-size-modal .profile-sizing .left-upload-btn .file-field {
  padding: 0px;
}

/* line 10813, app/assets/stylesheets/admin/admin_dashboard.scss */
.edit-avatar-img-size-modal .profile-sizing .left-upload-btn .file-field .white-btn {
  background-color: transparent;
  border-color: #33334f;
  width: 190px;
  color: #33334f;
  font-size: 12px;
  display: flex;
  align-items: center;
  white-space: nowrap;
  justify-content: center;
}

/* line 10823, app/assets/stylesheets/admin/admin_dashboard.scss */
.edit-avatar-img-size-modal .profile-sizing .left-upload-btn .file-field .white-btn:hover {
  background-color: #33334f;
  color: white;
}

/* line 10830, app/assets/stylesheets/admin/admin_dashboard.scss */
.edit-avatar-img-size-modal .profile-sizing .avatar-slide {
  width: 100%;
  margin-top: 18px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* line 10836, app/assets/stylesheets/admin/admin_dashboard.scss */
.edit-avatar-img-size-modal .profile-sizing .avatar-slide .field-inner {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  margin-bottom: 10px;
  flex-direction: column;
}

/* line 10842, app/assets/stylesheets/admin/admin_dashboard.scss */
.edit-avatar-img-size-modal .profile-sizing .avatar-slide .field-inner h6 {
  font-weight: 400;
  font-size: 14px;
  line-height: 15px;
  letter-spacing: 0.02em;
  color: #688faf;
}

/* line 10849, app/assets/stylesheets/admin/admin_dashboard.scss */
.edit-avatar-img-size-modal .profile-sizing .avatar-slide .field-inner .heading {
  width: auto;
  margin-right: 10px;
  white-space: nowrap;
}

/* line 10854, app/assets/stylesheets/admin/admin_dashboard.scss */
.edit-avatar-img-size-modal .profile-sizing .avatar-slide .field-inner .data {
  display: flex;
  align-items: center;
  width: 100%;
}

/* line 10858, app/assets/stylesheets/admin/admin_dashboard.scss */
.edit-avatar-img-size-modal .profile-sizing .avatar-slide .field-inner .data i {
  margin: 4px 4px;
}

/* line 10861, app/assets/stylesheets/admin/admin_dashboard.scss */
.edit-avatar-img-size-modal .profile-sizing .avatar-slide .field-inner .data .thumb {
  margin-left: 18px !important;
  margin-top: 8px;
}

/* line 10865, app/assets/stylesheets/admin/admin_dashboard.scss */
.edit-avatar-img-size-modal .profile-sizing .avatar-slide .field-inner .data .btn, .edit-avatar-img-size-modal .profile-sizing .avatar-slide .field-inner .data .btn-large {
  text-transform: inherit;
  padding: 0px 20px;
  background-color: transparent;
  border: 1px solid #33334f;
  margin-right: 15px;
  color: #33334f;
  font-size: 15px;
}

/* line 10878, app/assets/stylesheets/admin/admin_dashboard.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 10884, app/assets/stylesheets/admin/admin_dashboard.scss */
.edit-avatar-img-size-modal .profile-sizing .field-img img {
  width: 100%;
}

/* line 10887, app/assets/stylesheets/admin/admin_dashboard.scss */
.edit-avatar-img-size-modal .profile-sizing .field-img .img-placeholder {
  width: auto;
}

/* line 10890, app/assets/stylesheets/admin/admin_dashboard.scss */
.edit-avatar-img-size-modal .profile-sizing .field-img .back-placeholder {
  width: 100%;
}

/* line 10892, app/assets/stylesheets/admin/admin_dashboard.scss */
.edit-avatar-img-size-modal .profile-sizing .field-img .back-placeholder .field-background {
  width: 100%;
  display: flex;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  justify-content: center;
  position: relative;
}

/* line 10900, app/assets/stylesheets/admin/admin_dashboard.scss */
.edit-avatar-img-size-modal .profile-sizing .field-img .back-placeholder .field-background .overlay-black {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.7;
}

/* line 10911, app/assets/stylesheets/admin/admin_dashboard.scss */
.edit-avatar-img-size-modal .profile-sizing .field-img .back-placeholder .field-background img {
  position: relative;
  z-index: 1;
}

/* line 10917, app/assets/stylesheets/admin/admin_dashboard.scss */
.edit-avatar-img-size-modal .profile-sizing .field-img .upload-btn {
  position: relative;
  margin-top: -50px;
  margin-bottom: 30px;
  z-index: 1;
  opacity: 0;
}

/* line 10925, app/assets/stylesheets/admin/admin_dashboard.scss */
.edit-avatar-img-size-modal .profile-sizing .rotate-btns {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}

/* line 10929, app/assets/stylesheets/admin/admin_dashboard.scss */
.edit-avatar-img-size-modal .profile-sizing .rotate-btns a {
  margin-left: 15px;
  border: 1px solid #698faf;
  height: 32px;
  width: 32px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #698faf;
}

/* line 10939, app/assets/stylesheets/admin/admin_dashboard.scss */
.edit-avatar-img-size-modal .profile-sizing .rotate-btns a i {
  font-size: 20px;
}

/* line 10947, app/assets/stylesheets/admin/admin_dashboard.scss */
.edit-avatar-img-size-modal #image_to_crop .field-btns {
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 10px 0px 10px 0px;
}

/* line 10952, app/assets/stylesheets/admin/admin_dashboard.scss */
.edit-avatar-img-size-modal #image_to_crop .field-btns button {
  background-color: transparent;
  border: 1px solid #33334f;
  color: #33334f;
  margin: 2px 5px 2px 5px;
}

/* line 10957, app/assets/stylesheets/admin/admin_dashboard.scss */
.edit-avatar-img-size-modal #image_to_crop .field-btns button:hover {
  background-color: #33334f;
  color: white;
}

/* line 10966, app/assets/stylesheets/admin/admin_dashboard.scss */
.edit-avatar-img-size-modal .profile-sizing .field-img:hover .upload-btn {
  opacity: 1;
}

/* line 10973, app/assets/stylesheets/admin/admin_dashboard.scss */
table tbody tr:hover {
  background-color: #35abff0d;
}

/* line 10980, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-header {
  width: 100%;
  z-index: 999;
  padding: 0 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: none;
  border-bottom: 1px solid #e1e4ea;
  background-color: white;
}

/* line 10990, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-header .nav-wrapper {
  position: relative;
  width: 100%;
  height: auto;
}

/* line 10994, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-header .nav-wrapper .row-flex {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* line 10999, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-header .nav-wrapper .row-flex .logo {
  width: auto;
  padding: 0px 12px;
  display: none;
}

/* line 11003, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-header .nav-wrapper .row-flex .logo img {
  height: 40px;
  margin-top: 1px;
}

/* line 11007, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-header .nav-wrapper .row-flex .logo .logo-admin {
  display: flex;
  align-items: center;
}

/* line 11012, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-header .nav-wrapper .row-flex .tag-line {
  display: none;
}

/* line 11016, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-header .nav-wrapper .row-flex .right-content #nav-mobile {
  display: flex;
  align-items: center;
  padding: 0px 20px;
}

/* line 11020, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-header .nav-wrapper .row-flex .right-content #nav-mobile .notification {
  padding: 0 0px;
  margin-right: 15px;
}

/* line 11023, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-header .nav-wrapper .row-flex .right-content #nav-mobile .notification .notification-icon {
  padding: 0 0px;
  left: inherit;
  display: flex;
  align-items: center;
}

/* line 11028, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-header .nav-wrapper .row-flex .right-content #nav-mobile .notification .notification-icon .material-icons {
  height: auto;
  line-height: inherit;
}

/* line 11035, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-header .nav-wrapper .row-flex .right-content #nav-mobile .settings {
  padding: 0 0px;
  margin-right: 15px;
}

/* line 11038, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-header .nav-wrapper .row-flex .right-content #nav-mobile .settings a {
  padding: 0 0px;
}

/* line 11040, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-header .nav-wrapper .row-flex .right-content #nav-mobile .settings a .material-icons {
  height: auto;
  line-height: inherit;
}

/* line 11046, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-header .nav-wrapper .row-flex .right-content #nav-mobile .user-drop {
  margin-left: 15px;
}

/* line 11048, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-header .nav-wrapper .row-flex .right-content #nav-mobile .user-drop .user-avatar {
  padding: 0 0px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  position: relative;
}

/* line 11055, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-header .nav-wrapper .row-flex .right-content #nav-mobile .user-drop .user-avatar img {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  margin-right: 10px;
}

/* line 11060, app/assets/stylesheets/admin/admin_dashboard.scss */
[dir=rtl] .admin-header .nav-wrapper .row-flex .right-content #nav-mobile .user-drop .user-avatar img {
  margin-left: 10px;
  margin-right: 0;
}

/* line 11065, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-header .nav-wrapper .row-flex .right-content #nav-mobile .user-drop .user-avatar .material-icons {
  height: auto;
  line-height: inherit;
  margin-right: -6px;
  color: #5d6679;
  rotate: 271deg;
  margin-left: 8px;
}

/* line 11076, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-header .nav-wrapper .row-flex .right-content #nav-mobile .user-drop .dropdown-content li a {
  display: flex;
  align-items: center;
}

/* line 11079, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-header .nav-wrapper .row-flex .right-content #nav-mobile .user-drop .dropdown-content li a i {
  margin: 0px 5px 0px 0px;
  font-size: 22px;
  color: #666666;
}

/* line 11088, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-header .nav-wrapper .row-flex .right-content #nav-mobile .icon-img {
  width: 18px;
  margin: 0px 6px 0px 4px;
}

/* line 11094, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-header .nav-wrapper .row-flex .right-content {
  width: auto;
  display: flex;
  align-items: center;
}

/* line 11102, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-header .mid-page-title-action-drops {
  width: auto;
  display: flex;
  align-items: center;
}

/* line 11106, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-header .mid-page-title-action-drops .page-title {
  display: flex;
  align-items: center;
  padding-right: 22px;
}

/* line 11110, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-header .mid-page-title-action-drops .page-title h5 {
  margin: 0;
  color: #5d6679;
  font-weight: 500;
  font-size: 22px;
}

/* line 11116, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-header .mid-page-title-action-drops .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 11132, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-header .head-right-actions {
  display: flex;
  align-items: center;
}

/* line 11135, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-header .head-right-actions .page-search {
  width: auto;
  display: flex;
  align-items: center;
  position: relative;
  margin-right: 12px;
}

/* line 11141, app/assets/stylesheets/admin/admin_dashboard.scss */
[dir=rtl] .admin-header .head-right-actions .page-search {
  margin-left: 12px;
  margin-right: 0;
}

/* line 11145, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-header .head-right-actions .page-search input {
  margin: 0;
  width: 280px;
  background-color: #f6f7f9;
  border-color: #f6f7f9;
  padding: 0 0 0 32px;
  color: black;
}

/* line 11151, app/assets/stylesheets/admin/admin_dashboard.scss */
[dir=rtl] .admin-header .head-right-actions .page-search input {
  padding: 0 32px 0 0;
}

/* line 11155, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-header .head-right-actions .page-search input::-moz-placeholder {
  color: #596373;
}
.admin-header .head-right-actions .page-search input::placeholder {
  color: #596373;
}

/* line 11159, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-header .head-right-actions .page-search .search-bar-magnify {
  left: 7px;
}

/* line 11163, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-header .head-right-actions .page-xp-no {
  width: auto;
  display: flex;
  align-items: center;
  position: relative;
}

/* line 11168, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-header .head-right-actions .page-xp-no .star-xp {
  width: auto;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 11174, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-header .head-right-actions .page-xp-no .star-xp .yellow-star {
  width: 35px;
  transition: 0.7s;
  -webkit-transition: 0.7s;
  -moz-transition: 0.7s;
  -ms-transition: 0.7s;
  -o-transition: 0.7s;
}

/* line 11182, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-header .head-right-actions .page-xp-no .star-xp span {
  position: absolute;
  color: white;
  z-index: 1;
  font-size: 13px;
  font-weight: 500;
  top: 57%;
  left: 48%;
  transform: translate(-50%, -50%);
}

/* line 11193, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-header .head-right-actions .page-xp-no .counts {
  margin-left: 8px;
  color: #596373;
  padding-top: 5px;
  font-weight: 600;
}

/* line 11199, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-header .head-right-actions .page-xp-no .xp-drop-down {
  position: absolute;
  top: 52px;
  width: 200px;
  background-color: white;
  border: 1px solid #e1e4ea;
  border-radius: 12px;
  left: -45px;
  display: none;
}

/* line 11208, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-header .head-right-actions .page-xp-no .xp-drop-down .content-drop {
  width: 100%;
}

/* line 11210, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-header .head-right-actions .page-xp-no .xp-drop-down .content-drop .li {
  width: 100%;
  padding: 10px 12px;
  line-height: normal;
  display: flex;
  align-items: center;
}

/* line 11216, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-header .head-right-actions .page-xp-no .xp-drop-down .content-drop .li span {
  color: #344054;
  margin-left: 8px;
}

/* line 11224, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-header .head-right-actions .page-search-ico {
  width: auto;
  display: flex;
  align-items: center;
  margin-right: 15px;
}

/* line 11229, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-header .head-right-actions .page-search-ico a {
  display: flex;
  align-items: center;
}

/* line 11232, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-header .head-right-actions .page-search-ico a img {
  height: 35px;
}

/* line 11236, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-header .head-right-actions .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 11250, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-header .head-right-actions .page-xp-no:hover .yellow-star {
  transition: 0.7s;
  -webkit-transition: 0.7s;
  -moz-transition: 0.7s;
  -ms-transition: 0.7s;
  -o-transition: 0.7s;
  transform: rotate(360deg);
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

/* line 11273, app/assets/stylesheets/admin/admin_dashboard.scss */
.mail-template-search-bar {
  width: auto;
  display: flex;
  align-items: center;
  position: relative;
  margin-right: 12px;
}

/* line 11279, app/assets/stylesheets/admin/admin_dashboard.scss */
.mail-template-search-bar input {
  margin: 0;
  width: 280px;
  background-color: #f6f7f9;
  border-color: #f6f7f9;
  padding: 0px 0px 0px 32px;
  color: black;
}

/* line 11286, app/assets/stylesheets/admin/admin_dashboard.scss */
.mail-template-search-bar input::-moz-placeholder {
  color: #596373;
}
.mail-template-search-bar input::placeholder {
  color: #596373;
}

/* line 11290, app/assets/stylesheets/admin/admin_dashboard.scss */
.mail-template-search-bar .search-bar-magnify {
  left: 7px;
}

@keyframes bounce2 {
  0%,
20%,
50%,
80%,
100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-15px);
  }
  60% {
    transform: translateY(-10px);
  }
}

/* line 11311, app/assets/stylesheets/admin/admin_dashboard.scss */
.progress-li-xp {
  width: 100%;
  padding: 0px 15px 0px 35px;
  margin-top: -8px;
}

/* line 11316, app/assets/stylesheets/admin/admin_dashboard.scss */
.progress-li-xp .progress-bar-xp {
  width: 100%;
  border: 1px solid #dfdfdf;
}

/* line 11319, app/assets/stylesheets/admin/admin_dashboard.scss */
.progress-li-xp .progress-bar-xp .myBar {
  height: 3px;
}

/* line 11321, app/assets/stylesheets/admin/admin_dashboard.scss */
.progress-li-xp .progress-bar-xp .myBar .value {
  text-align: center;
  font-size: 14px;
}

/* line 11330, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-header-active .mid-page-title-action-drops {
  margin-left: 65px;
}

/* line 11335, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-header .head-right-actions .page-xp-no:hover .xp-drop-down {
  display: block;
}

/* line 11340, app/assets/stylesheets/admin/admin_dashboard.scss */
.funnel-idea-title .class-titles {
  display: block !important;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding: 0px 5px;
}

/* line 11349, app/assets/stylesheets/admin/admin_dashboard.scss */
.idea-column-body::-webkit-scrollbar {
  width: 0px;
}

/* line 11353, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-box-settings-page
.top-buttons-adjusted
.setting-header-buttons
.publish-btns:hover
.enable-hover {
  display: block;
}

/* line 11375, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-box-settings-page {
  width: 100%;
  position: relative;
  height: 100%;
}

/* line 11380, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-box-settings-page .top-buttons-adjusted {
  padding: 18px 10px 18px 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 2;
  background-color: white;
}

/* line 11391, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-box-settings-page .top-buttons-adjusted .setting-header-buttons .setting-save-btn {
  height: 36px;
  background-color: #d32f2f;
  padding: 0px 20px;
  line-height: 37px;
  min-width: auto;
}

/* line 11398, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-box-settings-page .top-buttons-adjusted .setting-header-buttons .main-dark-border {
  padding: 0px 10px;
  font-size: 14px;
}

/* line 11402, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-box-settings-page .top-buttons-adjusted .setting-header-buttons .learn-btn {
  padding: 0px 10px;
  font-size: 14px;
}

/* line 11406, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-box-settings-page .top-buttons-adjusted .setting-header-buttons .publish-btns {
  position: relative;
}

/* line 11408, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-box-settings-page .top-buttons-adjusted .setting-header-buttons .publish-btns i {
  position: absolute;
  left: 14px;
  font-size: 10px;
  top: 14px;
  color: #1cdd47;
}

/* line 11416, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-box-settings-page .top-buttons-adjusted .setting-header-buttons .publish-btns .circle {
  width: 7px;
  height: 7px;
  background-color: #1cdd47;
  border-radius: 50%;
  position: absolute;
  top: 2px;
  left: 2px;
}

/* line 11425, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-box-settings-page .top-buttons-adjusted .setting-header-buttons .publish-btns .ringring {
  border: 2px solid #1cdd47;
  -webkit-border-radius: 30px;
  height: 15px;
  width: 15px;
  position: absolute;
  left: 14px;
  top: 11px;
  -webkit-animation: pulsate 1s ease-out;
  -webkit-animation-iteration-count: infinite;
}

/* line 11437, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-box-settings-page .top-buttons-adjusted .setting-header-buttons .publish-btns .publish-status-btn {
  padding-left: 30px !important;
}

/* line 11440, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-box-settings-page .top-buttons-adjusted .setting-header-buttons .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: 5px;
  display: none;
}

/* line 11448, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-box-settings-page .top-buttons-adjusted .setting-header-buttons .publish-btns .enable-hover .field {
  width: 100%;
}

/* line 11450, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-box-settings-page .top-buttons-adjusted .setting-header-buttons .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 11461, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-box-settings-page .top-buttons-adjusted .setting-header-buttons .publish-btns .enable-hover .field .publish-btn:hover {
  background-color: #f5fbff;
  border-color: transparent;
}

/* line 11471, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-box-settings-page .page-tabs {
  z-index: 1;
  margin-top: 0px;
}

/* line 11477, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-box-settings-page .tab-cont {
  padding-top: 1em;
}

/* line 11480, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-box-settings-page .top-tabs {
  display: flex;
  padding: 0;
  margin: inherit;
  margin-bottom: 20px;
  margin-left: 12px;
  width: 100%;
  justify-content: flex-start;
  background-color: #fff;
}

/* line 11490, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-box-settings-page .top-tabs .tab {
  margin: 0;
}

/* line 11492, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-box-settings-page .top-tabs .tab a {
  color: #000000;
  font-size: 16px;
  text-transform: capitalize;
  letter-spacing: 0.5px;
  padding: 0 14px;
  background-color: #fff;
  position: relative;
}

/* line 11501, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-box-settings-page .top-tabs .tab a:hover {
  opacity: 1;
}

/* line 11504, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-box-settings-page .top-tabs .tab a:after {
  content: "";
  position: absolute;
  top: 44px;
  width: 100%;
  left: 0;
}

/* line 11511, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-box-settings-page .top-tabs .tab a:hover:after {
  opacity: 0.3;
  border-bottom: 3px solid;
}

/* line 11515, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-box-settings-page .top-tabs .tab a span {
  color: #000;
}

/* line 11519, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-box-settings-page .top-tabs .tab .active {
  background-color: #fff;
  color: #000000;
}

/* line 11522, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-box-settings-page .top-tabs .tab .active:after {
  border-bottom: 3px solid;
}

/* line 11528, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-box-settings-page .top-tabs .indicator {
  background-color: #8dc63f;
  height: 3px;
  opacity: 0;
}

/* line 11535, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-box-settings-page #general {
  margin-bottom: 2em;
}

/* line 11538, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-box-settings-page .general-tab-content {
  display: flex;
  justify-content: space-between;
}

/* line 11541, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-box-settings-page .general-tab-content .right-tabs {
  width: 40%;
  padding-left: 12px;
  margin-top: -4.5em;
}

/* line 11545, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-box-settings-page .general-tab-content .right-tabs .collapsible {
  border: none;
  margin: 0;
  box-shadow: none;
  width: 100%;
}

/* line 11550, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-box-settings-page .general-tab-content .right-tabs .collapsible .list-drop {
  width: 100%;
  margin-bottom: 0px;
}

/* line 11553, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-box-settings-page .general-tab-content .right-tabs .collapsible .list-drop .collapsible-header {
  line-height: initial;
  border-bottom: 1px solid #dbdcde;
  padding: 12px 0px 12px 0px;
  background-color: #fcfcfc;
  width: 100%;
  float: left;
}

/* line 11560, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-box-settings-page .general-tab-content .right-tabs .collapsible .list-drop .collapsible-header .head-title {
  width: 100%;
  display: flex;
  align-items: center;
  background-color: transparent;
  padding-left: 8px;
}

/* line 11566, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-box-settings-page .general-tab-content .right-tabs .collapsible .list-drop .collapsible-header .head-title i {
  rotate: -90deg;
  margin-top: 0;
  margin-right: 2px;
}

/* line 11571, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-box-settings-page .general-tab-content .right-tabs .collapsible .list-drop .collapsible-header .head-title h5 {
  font-size: 16px;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 0;
}

/* line 11579, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-box-settings-page .general-tab-content .right-tabs .collapsible .list-drop .collapsible-body {
  padding: 10px 20px;
  background-color: white;
}

/* line 11585, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-box-settings-page .general-tab-content .right-tabs .collapsible .list-drop .active .head-title i {
  rotate: 0deg;
}

/* line 11592, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-box-settings-page .general-tab-content .right-tabs .collapsible .active .collapsible-body {
  display: block;
  width: 100%;
  float: left;
  padding: 22px 12px 22px 12px;
  background-color: #fcfcfc;
}

/* line 11600, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-box-settings-page .general-tab-content .right-tabs .collapsible .activity-main-block {
  width: 100%;
  max-height: 18em;
  overflow-y: auto;
  padding-right: 12px;
}

/* line 11605, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-box-settings-page .general-tab-content .right-tabs .collapsible .activity-main-block .content-block {
  width: 100%;
  display: flex;
  flex-direction: column;
}

/* line 11609, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-box-settings-page .general-tab-content .right-tabs .collapsible .activity-main-block .content-block .activity-field {
  width: 100%;
  display: flex;
  margin: 5px 0px;
  align-items: center;
  border-bottom: 1px solid #efefef;
  padding-bottom: 8px;
}

/* line 11616, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-box-settings-page .general-tab-content .right-tabs .collapsible .activity-main-block .content-block .activity-field .act-profile-img {
  width: auto;
  margin-right: 12px;
}

/* line 11619, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-box-settings-page .general-tab-content .right-tabs .collapsible .activity-main-block .content-block .activity-field .act-profile-img img {
  width: 30px;
  height: 30px;
  border-radius: 100%;
}

/* line 11625, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-box-settings-page .general-tab-content .right-tabs .collapsible .activity-main-block .content-block .activity-field .right-text {
  width: 100%;
  display: flex;
  align-items: start;
  flex-direction: column;
}

/* line 11630, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-box-settings-page .general-tab-content .right-tabs .collapsible .activity-main-block .content-block .activity-field .right-text h5 {
  margin: 0;
  font-size: 14px;
  color: #4b4b4b;
}

/* line 11634, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-box-settings-page .general-tab-content .right-tabs .collapsible .activity-main-block .content-block .activity-field .right-text h5 b {
  color: black;
}

/* line 11638, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-box-settings-page .general-tab-content .right-tabs .collapsible .activity-main-block .content-block .activity-field .right-text p {
  margin-top: 5px;
  font-size: 12px;
  color: #787878;
  font-style: italic;
}

/* line 11648, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-box-settings-page .general-tab-content .right-tabs .collapsible .idea-details-stats-main-block {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

/* line 11652, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-box-settings-page .general-tab-content .right-tabs .collapsible .idea-details-stats-main-block .stat-block {
  width: 33.33333333%;
  padding: 10px 10px;
}

/* line 11655, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-box-settings-page .general-tab-content .right-tabs .collapsible .idea-details-stats-main-block .stat-block .content-stat {
  width: 100%;
  background-color: white;
  padding: 5px 8px;
}

/* line 11660, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-box-settings-page .general-tab-content .right-tabs .collapsible .idea-details-stats-main-block .stat-block .content-stat .days h4 {
  font-size: 22px;
  font-weight: 400;
  margin: 5px 0px 5px 0px;
  text-align: center;
}

/* line 11666, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-box-settings-page .general-tab-content .right-tabs .collapsible .idea-details-stats-main-block .stat-block .content-stat .days span {
  text-align: center;
  width: 100%;
  display: flex;
  justify-content: center;
  color: #b5b5b5;
}

/* line 11675, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-box-settings-page .general-tab-content .right-tabs .collapsible .idea-details-stats-main-block .stat-block .content-stat .date h5 {
  font-size: 14px;
  color: #919191;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  padding: 8px 0px;
  text-align: center;
  margin: 5px 0px 0px 0px;
}

/* line 11686, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-box-settings-page .general-tab-content .right-tabs .collapsible .idea-details-stats-main-block .stat-block .content-stat .heading h6 {
  text-align: center;
  color: #33334f;
  font-weight: 500;
}

/* line 11696, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-box-settings-page .general-tab-content .right-tabs .checklist {
  width: 100%;
  margin-bottom: 2.5em;
  margin-top: 85px;
}

/* line 11700, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-box-settings-page .general-tab-content .right-tabs .checklist .head {
  width: 100%;
}

/* line 11702, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-box-settings-page .general-tab-content .right-tabs .checklist .head .title {
  line-height: initial;
  border: 1px solid #dbdcde;
  padding: 6px 12px;
  background-color: #f3f3f3;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  font-size: 16px;
  font-weight: 500;
}

/* line 11716, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-box-settings-page .general-tab-content .right-tabs .checklist .body {
  width: 100%;
  border: 1px solid #c0c0c0;
  border-radius: 12px;
  padding: 15px;
  border-top: transparent;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

/* line 11724, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-box-settings-page .general-tab-content .right-tabs .checklist .body .step {
  font-weight: normal;
}

/* line 11727, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-box-settings-page .general-tab-content .right-tabs .checklist .body .read-more {
  font-weight: 500;
}

/* line 11730, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-box-settings-page .general-tab-content .right-tabs .checklist .body .tip {
  margin: 20px 0px 20px 0px;
}

/* line 11738, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-box-settings-page .settings-pages {
  width: 100%;
  padding: 2px 12px;
}

/* line 11743, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-box-settings-page .settings-pages .select-wrapper .dropdown-content {
  top: 40px !important;
}

/* line 11748, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-box-settings-page .settings-pages .settings {
  max-width: 650px;
  width: 100%;
}

/* line 11751, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-box-settings-page .settings-pages .settings .tags-flex {
  display: flex;
}

/* line 11753, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-box-settings-page .settings-pages .settings .tags-flex .easy-autocomplete {
  width: 40% !important;
}

/* line 11755, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-box-settings-page .settings-pages .settings .tags-flex .easy-autocomplete .add-tag-input {
  width: 100% !important;
  height: 55px !important;
}

/* line 11761, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-box-settings-page .settings-pages .settings .tags-flex .tags-submit-btn .submit-tag {
  min-width: 0;
  padding: 0px 12px;
  background-color: #33334f;
  margin: 0px 5px 0px 5px;
  height: 40px;
  line-height: 2.1;
}

/* line 11770, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-box-settings-page .settings-pages .settings .tags-flex .view-tags {
  width: 100%;
}

/* line 11772, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-box-settings-page .settings-pages .settings .tags-flex .view-tags .idea-tag-view {
  border: 1px solid #c5c5c5;
  margin-bottom: 15px;
  padding: 8px 8px;
  min-height: 55px;
}

/* line 11780, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-box-settings-page .settings-pages .settings .field {
  margin-bottom: 15px;
  width: 100%;
}

/* line 11783, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-box-settings-page .settings-pages .settings .field label {
  font-weight: 400;
  font-size: 15px;
  line-height: 15px;
  letter-spacing: 0.02em;
  color: #688faf;
  margin-bottom: 5px;
  display: block;
}

/* line 11792, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-box-settings-page .settings-pages .settings .field input {
  border: 1px solid #cccccc !important;
  padding: 5px 5px 5px 5px !important;
  box-sizing: inherit !important;
  height: 40px !important;
  margin-bottom: 0;
}

/* line 11800, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-box-settings-page .settings-pages .settings .display-tags {
  display: flex;
  align-items: start;
}

/* line 11803, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-box-settings-page .settings-pages .settings .display-tags .view-tags {
  border: 1px solid #cccccc;
  width: 100%;
  padding: 0px 0px 0px 5px;
  min-height: 40px;
  border-radius: 24px;
}

/* line 11809, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-box-settings-page .settings-pages .settings .display-tags .view-tags .easy-autocomplete {
  width: 100% !important;
}

/* line 11811, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-box-settings-page .settings-pages .settings .display-tags .view-tags .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: 44px !important;
  min-height: 40px;
}

/* line 11824, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-box-settings-page .settings-pages .settings .display-tags .view-tags .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: 44px !important;
  min-height: 40px;
}

/* line 11838, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-box-settings-page .settings-pages .settings .access-field {
  width: 44.9%;
  margin-bottom: 2em;
  float: left;
}

/* line 11843, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-box-settings-page .settings-pages .settings .access-field .field-undercover .tooltip-icon {
  display: flex;
}

/* line 11845, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-box-settings-page .settings-pages .settings .access-field .field-undercover .tooltip-icon .admin-title-help-icon {
  position: relative;
  width: 12px;
  margin-top: -2px;
  margin-left: 5px;
}

/* line 11850, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-box-settings-page .settings-pages .settings .access-field .field-undercover .tooltip-icon .admin-title-help-icon .tooltiptext {
  width: 315px;
  top: -95px;
}

/* line 11857, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-box-settings-page .settings-pages .settings .access-field .headers {
  margin-bottom: 20px;
  border-bottom: 1px solid #dfdfdf;
  padding-bottom: 10px;
  font-size: 16px;
}

/* line 11863, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-box-settings-page .settings-pages .settings .access-field .display {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-bottom: 20px;
}

/* line 11868, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-box-settings-page .settings-pages .settings .access-field .display label {
  margin-bottom: 0px;
}

/* line 11871, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-box-settings-page .settings-pages .settings .access-field .display span {
  padding-right: 0;
  margin-top: 0px;
  color: #494949;
  text-align: initial;
  font-size: 14px;
}

/* line 11880, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-box-settings-page .settings-pages .settings .access-field .select-wrapper .caret {
  display: none;
}

/* line 11886, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-box-settings-page .settings-pages .user-table-block {
  width: 100%;
  margin-bottom: 0em;
  margin-top: -1.5em;
  float: left;
}

/* line 11892, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-box-settings-page .settings-pages .user-table-block .user-heading {
  margin-bottom: 15px;
  padding-bottom: 0px;
  font-size: 16px;
  font-weight: 400;
  line-height: 15px;
  letter-spacing: 0.02em;
  color: #688faf;
  width: 100%;
  float: left;
}

/* line 11903, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-box-settings-page .settings-pages .user-table-block .participant-table {
  width: 100%;
  float: left;
  background-color: #f9f9f9;
  padding: 16px 18px;
  border-radius: 5px;
  margin-bottom: 2.5em;
}

/* line 11913, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-box-settings-page .settings-pages .user-table-block .participant-table .participants .left-select .field-select label {
  padding-bottom: 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  letter-spacing: 0.02em;
  color: #688faf;
}

/* line 11921, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-box-settings-page .settings-pages .user-table-block .participant-table .participants .left-select .field-select .select-dropdown {
  border: 1px solid #cccccc !important;
  padding: 5px 5px 5px 5px !important;
  box-sizing: inherit !important;
  margin-bottom: 0;
}

/* line 11929, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-box-settings-page .settings-pages .user-table-block .participant-table .participants .top-display-flex {
  margin-bottom: 2em;
  display: flex;
  align-items: center;
}

/* line 11933, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-box-settings-page .settings-pages .user-table-block .participant-table .participants .top-display-flex .right-btns {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: relative;
  top: 10px;
  z-index: 1;
}

/* line 11940, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-box-settings-page .settings-pages .user-table-block .participant-table .participants .top-display-flex .right-btns .btn, .admin-idea-box-settings-page .settings-pages .user-table-block .participant-table .participants .top-display-flex .right-btns .btn-large {
  margin-left: 5px;
  margin-top: 5px;
  margin-bottom: 5px;
  background-color: transparent;
  color: #33334f;
  border: 1px solid #33334f;
  border-radius: 0.3em;
}

/* line 11948, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-box-settings-page .settings-pages .user-table-block .participant-table .participants .top-display-flex .right-btns .btn:hover, .admin-idea-box-settings-page .settings-pages .user-table-block .participant-table .participants .top-display-flex .right-btns .btn-large:hover {
  background-color: #33334f;
  color: white;
}

/* line 11956, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-box-settings-page .settings-pages .user-table-block .participant-table .invite-table-new {
  overflow-x: auto;
}

/* line 11960, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-box-settings-page .settings-pages .user-table-block .participant-table .invite-table-new table thead .table-head {
  background-color: white;
}

/* line 11963, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-box-settings-page .settings-pages .user-table-block .participant-table .invite-table-new table thead .tablesorter-header {
  background-image: none;
  padding: 5px 5px;
  position: relative;
}

/* line 11971, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-box-settings-page .settings-pages .user-table-block .participant-table .invite-table-new table tbody tr td {
  padding: 5px 5px;
  text-align: left;
}

/* line 11981, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-box-settings-page .settings-pages .invite-user-block {
  width: 100%;
  float: left;
  margin-bottom: 2em;
}

/* line 11985, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-box-settings-page .settings-pages .invite-user-block .edit-invite-user-btn {
  background-color: transparent;
  color: #33334f;
  border: 1px solid #33334f;
  border-radius: 0.3em;
}

/* line 11990, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-box-settings-page .settings-pages .invite-user-block .edit-invite-user-btn:hover {
  background-color: #33334f;
  color: white;
}

/* line 11995, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-box-settings-page .settings-pages .invite-user-block .modal-heading {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
}

/* line 12000, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-box-settings-page .settings-pages .invite-user-block .label {
  font-weight: 400;
  font-size: 15px;
  line-height: 15px;
  letter-spacing: 0.02em;
  color: #688faf;
  margin-bottom: 12px;
}

/* line 12008, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-box-settings-page .settings-pages .invite-user-block #invitation-save-link {
  background-color: #33334f;
  color: white;
  border: 1px solid #33334f;
  border-radius: 0em;
}

/* line 12013, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-box-settings-page .settings-pages .invite-user-block #invitation-save-link:hover {
  background-color: #33334f;
  color: white;
}

/* line 12021, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-box-settings-page .integration-block .card-content {
  width: 100%;
  padding: 0px 15px;
}

/* line 12028, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-box-settings-page .idea-form-tab {
  width: 100%;
  padding: 2px 12px;
}

/* line 12031, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-box-settings-page .idea-form-tab .form-content {
  max-width: 650px;
  width: 100%;
}

/* line 12034, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-box-settings-page .idea-form-tab .form-content .top-heading {
  width: 100%;
  margin-bottom: 15px;
}

/* line 12037, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-box-settings-page .idea-form-tab .form-content .top-heading h5 {
  margin-top: 0px;
  font-size: 20px;
  font-weight: 500;
}

/* line 12042, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-box-settings-page .idea-form-tab .form-content .top-heading p {
  color: #999999;
  font-size: 14px;
}

/* line 12047, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-box-settings-page .idea-form-tab .form-content .table-block {
  margin: 25px 0px 15px 0px;
  width: 100%;
  background-color: white;
  padding: 12px 12px;
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
}

/* line 12055, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-box-settings-page .idea-form-tab .form-content .table-block thead tr {
  border-color: #efefef;
}

/* line 12058, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-box-settings-page .idea-form-tab .form-content .table-block thead th {
  font-size: 14px;
  letter-spacing: 0.5px;
  font-weight: 400;
  color: #848484;
}

/* line 12066, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-box-settings-page .idea-form-tab .form-content .table-block tbody tr {
  border-color: #efefef;
}

/* line 12068, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-box-settings-page .idea-form-tab .form-content .table-block tbody tr td {
  border-color: #efefef;
}

/* line 12072, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-box-settings-page .idea-form-tab .form-content .table-block tbody .drop-down {
  width: 100%;
  position: relative;
}

/* line 12076, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-box-settings-page .idea-form-tab .form-content .table-block tbody .drop-down .select-wrapper input {
  border: 1px solid #cccccc;
  padding: 10px 10px;
  margin: 2px 0px 2px 0px;
  position: relative;
}

/* line 12084, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-box-settings-page .idea-form-tab .form-content .table-block tbody .check {
  position: relative;
  width: auto;
  display: flex;
  justify-content: center;
}

/* line 12089, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-box-settings-page .idea-form-tab .form-content .table-block tbody .check .table-master-checkbox {
  left: 8.5px;
}

/* line 12093, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-box-settings-page .idea-form-tab .form-content .table-block tbody .action {
  position: relative;
  width: auto;
}

/* line 12096, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-box-settings-page .idea-form-tab .form-content .table-block tbody .action a {
  position: relative;
  z-index: 1;
  cursor: pointer;
  color: #7d7d7d;
}

/* line 12105, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-box-settings-page .idea-form-tab .form-content .add-row-btn {
  width: 100%;
  margin-bottom: 20px;
}

/* line 12108, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-box-settings-page .idea-form-tab .form-content .add-row-btn .add-btn {
  text-transform: inherit;
  background-color: transparent;
  color: #33334f;
  border: 1px solid #33334f;
}

/* line 12113, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-box-settings-page .idea-form-tab .form-content .add-row-btn .add-btn:hover {
  background-color: #33334f;
  color: white;
}

/* line 12121, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-box-settings-page .ai-agents-tabs {
  width: 100%;
}

/* line 12123, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-box-settings-page .ai-agents-tabs .top-btns {
  width: 100%;
  margin-bottom: 12px;
}

/* line 12126, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-box-settings-page .ai-agents-tabs .top-btns .right-b {
  padding: 0px 12px;
  display: flex;
  justify-content: flex-end;
}

/* line 12130, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-box-settings-page .ai-agents-tabs .top-btns .right-b .btn, .admin-idea-box-settings-page .ai-agents-tabs .top-btns .right-b .btn-large {
  margin-left: 5px;
  margin-top: 5px;
  margin-bottom: 5px;
  background-color: transparent;
  color: #33334f;
  border: 1px solid #33334f;
}

/* line 12137, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-box-settings-page .ai-agents-tabs .top-btns .right-b .btn:hover, .admin-idea-box-settings-page .ai-agents-tabs .top-btns .right-b .btn-large:hover {
  background-color: #33334f;
  color: white;
}

/* line 12144, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-box-settings-page .ai-agents-tabs .agents-table {
  width: 100%;
  padding: 0px 12px;
}

/* line 12147, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-box-settings-page .ai-agents-tabs .agents-table .table-block {
  background-color: #f8f9fc;
  padding: 12px 12px;
  border-radius: 12px;
}

/* line 12151, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-box-settings-page .ai-agents-tabs .agents-table .table-block table {
  background-color: white;
  border-radius: 6px;
}

/* line 12155, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-box-settings-page .ai-agents-tabs .agents-table .table-block .name {
  display: flex;
  align-items: center;
}

/* line 12158, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-box-settings-page .ai-agents-tabs .agents-table .table-block .name img {
  width: 32px;
  margin-right: 8px;
}

/* line 12163, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-box-settings-page .ai-agents-tabs .agents-table .table-block .drop {
  width: 120px;
}

/* line 12167, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-box-settings-page .ai-agents-tabs .agents-table .table-block .drop .select-wrapper input {
  z-index: 2;
  margin-bottom: 0px;
}

/* line 12171, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-box-settings-page .ai-agents-tabs .agents-table .table-block .drop .select-wrapper .dropdown-content {
  margin-bottom: 0;
  width: -moz-max-content !important;
  width: max-content !important;
  min-width: 112px;
  top: 32px !important;
  border: 1px solid #cecece;
  border-radius: 6px;
}

/* line 12178, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-box-settings-page .ai-agents-tabs .agents-table .table-block .drop .select-wrapper .dropdown-content li {
  min-height: auto;
  line-height: initial;
  width: 100%;
}

/* line 12182, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-box-settings-page .ai-agents-tabs .agents-table .table-block .drop .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 12198, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-box-settings-page .ai-agents-tabs .agents-table .table-block .switch label {
  color: black;
  font-size: 14px;
}

/* line 12209, app/assets/stylesheets/admin/admin_dashboard.scss */
.add-ai-agents-modal .modal-body {
  background-color: white;
}

/* line 12212, app/assets/stylesheets/admin/admin_dashboard.scss */
.add-ai-agents-modal .content-block {
  width: 100%;
}

/* line 12214, app/assets/stylesheets/admin/admin_dashboard.scss */
.add-ai-agents-modal .content-block .card-b {
  width: 100%;
  background-color: #f8f9fc;
  border-radius: 12px;
  padding: 12px;
  margin-bottom: 1em;
  position: relative;
}

/* line 12221, app/assets/stylesheets/admin/admin_dashboard.scss */
.add-ai-agents-modal .content-block .card-b .add-b {
  position: absolute;
  right: 10px;
  top: 8px;
}

/* line 12225, app/assets/stylesheets/admin/admin_dashboard.scss */
.add-ai-agents-modal .content-block .card-b .add-b .add-circle {
  width: 25px;
  height: 25px;
  display: flex;
  border-radius: 100px;
  border: 1px solid black;
  justify-content: center;
  align-items: center;
}

/* line 12233, app/assets/stylesheets/admin/admin_dashboard.scss */
.add-ai-agents-modal .content-block .card-b .add-b .add-circle .material-icons {
  color: black;
}

/* line 12238, app/assets/stylesheets/admin/admin_dashboard.scss */
.add-ai-agents-modal .content-block .card-b .agent-name {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 1em;
}

/* line 12243, app/assets/stylesheets/admin/admin_dashboard.scss */
.add-ai-agents-modal .content-block .card-b .agent-name img {
  width: 32px;
  margin-right: 8px;
}

/* line 12247, app/assets/stylesheets/admin/admin_dashboard.scss */
.add-ai-agents-modal .content-block .card-b .agent-name span {
  font-size: 16px;
  color: #565656;
  margin: 8px 0px;
  font-weight: 500;
}

/* line 12259, app/assets/stylesheets/admin/admin_dashboard.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 12273, app/assets/stylesheets/admin/admin_dashboard.scss */
.star-rates [type="radio"]:not(:checked) + label:before,
.star-rates [type="radio"]:not(:checked) + label:after {
  border: none !important;
}

/* line 12277, app/assets/stylesheets/admin/admin_dashboard.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 12283, app/assets/stylesheets/admin/admin_dashboard.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 12293, app/assets/stylesheets/admin/admin_dashboard.scss */
.star-rates [type="radio"]:checked + label:before {
  border: 0px solid transparent;
}

/* line 12296, app/assets/stylesheets/admin/admin_dashboard.scss */
.star-rates fieldset.rating {
  border: none;
  float: left;
}

/* line 12300, app/assets/stylesheets/admin/admin_dashboard.scss */
.star-rates fieldset.rating > input {
  display: none;
}

/* line 12303, app/assets/stylesheets/admin/admin_dashboard.scss */
.star-rates fieldset.rating > label:before {
  margin: 5px;
  font-size: 1.25em;
  font-family: FontAwesome;
  display: inline-block;
  content: "\f005";
}

/* line 12310, app/assets/stylesheets/admin/admin_dashboard.scss */
.star-rates fieldset.rating > .half:before {
  content: "\f089";
  position: absolute;
}

/* line 12314, app/assets/stylesheets/admin/admin_dashboard.scss */
.star-rates fieldset.rating > label {
  background: url(https://app.acceptmission.com/assets/empty-star-yellow-13a401e61620e5ff53f80de8f3e4dce5ebd5167db1de2af974533f7389394dc6.png) no-repeat scroll 0 0 transparent;
  color: transparent;
  background-size: contain;
  float: right;
}

/* line 12320, app/assets/stylesheets/admin/admin_dashboard.scss */
.star-rates fieldset.rating > input:checked ~ label {
  background: url(https://app.acceptmission.com/assets/filled-star-yellow-3cf1de671f7eae4c3fbcf8ee506f3a4758bf7b817a841299479ba92047c4bb7a.png) no-repeat scroll 0 0 transparent;
  color: transparent;
  background-size: contain;
}

/* line 12326, app/assets/stylesheets/admin/admin_dashboard.scss */
.star-rates fieldset.rating:not(:checked) > label:hover {
  background: url(https://app.acceptmission.com/assets/filled-star-yellow-3cf1de671f7eae4c3fbcf8ee506f3a4758bf7b817a841299479ba92047c4bb7a.png) no-repeat scroll 0 0 transparent;
  color: transparent;
  background-size: contain;
}

/* line 12330, app/assets/stylesheets/admin/admin_dashboard.scss */
.star-rates fieldset.rating:not(:checked) > label:hover ~ label {
  background: url(https://app.acceptmission.com/assets/filled-star-yellow-3cf1de671f7eae4c3fbcf8ee506f3a4758bf7b817a841299479ba92047c4bb7a.png) no-repeat scroll 0 0 transparent;
  color: transparent;
  background-size: contain;
}

/* line 12338, app/assets/stylesheets/admin/admin_dashboard.scss */
.star-rates fieldset.rating > input:checked + label:hover,
.star-rates fieldset.rating > input:checked ~ label:hover {
  color: transparent;
}

/* line 12343, app/assets/stylesheets/admin/admin_dashboard.scss */
.star-rates fieldset.rating > label:hover ~ input:checked ~ label,
.star-rates fieldset.rating > input:checked ~ label:hover ~ label {
  color: transparent;
}

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

/* line 12365, app/assets/stylesheets/admin/admin_dashboard.scss */
.review-tbtns ul li {
  float: left;
}

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

/* line 12386, app/assets/stylesheets/admin/admin_dashboard.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 12398, app/assets/stylesheets/admin/admin_dashboard.scss */
.review-tbtns .buttons-radio .rb-inputs [type="radio"]:not(:checked) + label {
  position: relative;
  padding: 6px 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 12412, app/assets/stylesheets/admin/admin_dashboard.scss */
.review-tbtns .buttons-radio .rb-inputs [type="radio"]:checked + label {
  position: relative;
  padding: 6px 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 12428, app/assets/stylesheets/admin/admin_dashboard.scss */
.review-tbtns .buttons-radio .rb-inputs [type="radio"]:not(:checked) + label::after {
  border: 2px solid #dbdbdb !important;
}

/* line 12431, app/assets/stylesheets/admin/admin_dashboard.scss */
.review-tbtns .buttons-radio .rb-inputs [type="radio"]:not(:checked) + label {
  font-size: 0.8rem;
  color: #999999 !important;
}

/* line 12435, app/assets/stylesheets/admin/admin_dashboard.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 12446, app/assets/stylesheets/admin/admin_dashboard.scss */
.review-tbtns .buttons-radio .rb-inputs .rbi-inner label:hover {
  background-color: #f2f2f2;
}

/* line 12450, app/assets/stylesheets/admin/admin_dashboard.scss */
.score-stars-btns {
  width: 100%;
}

/* line 12452, app/assets/stylesheets/admin/admin_dashboard.scss */
.score-stars-btns .star-rates {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}

/* line 12456, app/assets/stylesheets/admin/admin_dashboard.scss */
.score-stars-btns .star-rates .weight-label-rows {
  width: 100%;
  margin: 0;
}

/* line 12460, app/assets/stylesheets/admin/admin_dashboard.scss */
.score-stars-btns .star-rates .review-tbtns {
  display: flex;
  align-items: center;
  margin-top: 0px;
  margin-bottom: 10px;
}

/* line 12465, app/assets/stylesheets/admin/admin_dashboard.scss */
.score-stars-btns .star-rates .review-tbtns .buttons-radio {
  width: auto;
  margin: 0px 5px;
}

/* line 12468, app/assets/stylesheets/admin/admin_dashboard.scss */
.score-stars-btns .star-rates .review-tbtns .buttons-radio .rb-inputs {
  width: 100%;
}

/* line 12473, app/assets/stylesheets/admin/admin_dashboard.scss */
.score-stars-btns .star-rates .rating {
  margin: 0px;
  padding: 0;
}

/* line 12478, app/assets/stylesheets/admin/admin_dashboard.scss */
.score-stars-btns .tabs {
  border: none !important;
  height: 40px;
  line-height: normal;
}

/* line 12482, app/assets/stylesheets/admin/admin_dashboard.scss */
.score-stars-btns .tabs .tab {
  height: auto;
  line-height: normal;
  text-transform: none;
  margin: 0px 5px 0px 0px;
}

/* line 12487, app/assets/stylesheets/admin/admin_dashboard.scss */
.score-stars-btns .tabs .tab:hover {
  background-color: transparent;
}

/* line 12491, app/assets/stylesheets/admin/admin_dashboard.scss */
.score-stars-btns .tabs .tab-b {
  background-color: transparent !important;
  border: 1px solid #a1a1a1 !important;
  border-radius: 5px;
  padding: 5px 12px;
  cursor: pointer;
}

/* line 12498, app/assets/stylesheets/admin/admin_dashboard.scss */
.score-stars-btns .tabs .active {
  background-color: #33334f !important;
  color: white !important;
  border-color: #33334f !important;
}

/* line 12508, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-selection-box-setting-page .setting-header-buttons .share-btn {
  min-width: auto;
  padding: 0px 12px;
  background-color: transparent;
  color: #33334f;
  border: 1px solid #33334f;
  border-radius: 0.3em;
}

/* line 12515, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-selection-box-setting-page .setting-header-buttons .share-btn:hover {
  background-color: #33334f;
  color: white;
}

/* line 12520, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-selection-box-setting-page .setting-header-buttons .learn-btn-block {
  width: auto;
}

/* line 12522, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-selection-box-setting-page .setting-header-buttons .learn-btn-block .learn-btn {
  min-width: auto;
  padding: 0px 12px;
  background-color: transparent;
  color: #33334f;
  border: 1px solid #33334f;
  position: relative;
}

/* line 12529, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-selection-box-setting-page .setting-header-buttons .learn-btn-block .learn-btn:hover {
  background-color: #33334f;
  color: white;
}

/* line 12533, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-selection-box-setting-page .setting-header-buttons .learn-btn-block .learn-btn .learn-hover-drop-content {
  position: absolute;
  z-index: 1022;
  background-color: white;
  box-shadow: 2px 2px 5px 2px rgba(0, 0, 0, 0.1);
  width: 172px;
  left: 0;
  display: none;
}

/* line 12541, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-selection-box-setting-page .setting-header-buttons .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 12550, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-selection-box-setting-page .setting-header-buttons .learn-btn-block .learn-btn .learn-hover-drop-content .inner-btn .material-icons {
  margin-right: 8px;
}

/* line 12552, app/assets/stylesheets/admin/admin_dashboard.scss */
[dir=rtl] .admin-selection-box-setting-page .setting-header-buttons .learn-btn-block .learn-btn .learn-hover-drop-content .inner-btn .material-icons {
  margin-left: 8px;
  margin-right: 0;
}

/* line 12557, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-selection-box-setting-page .setting-header-buttons .learn-btn-block .learn-btn .learn-hover-drop-content .inner-btn:hover {
  background-color: #f5fbff;
  border-color: transparent;
}

/* line 12568, app/assets/stylesheets/admin/admin_dashboard.scss */
.idea-description-content {
  width: 100% !important;
}

/* line 12572, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-selection-box-setting-page
.setting-header-buttons
.learn-btn-block
.learn-btn:hover
.learn-hover-drop-content {
  display: block;
}

/* line 12580, app/assets/stylesheets/admin/admin_dashboard.scss */
.share-user-link-modal {
  width: 40%;
  max-height: initial !important;
  height: 350px !important;
}

/* line 12585, app/assets/stylesheets/admin/admin_dashboard.scss */
.share-user-link-modal .heading-modal h5 {
  margin-top: 0;
  margin-bottom: 22px;
}

/* line 12590, app/assets/stylesheets/admin/admin_dashboard.scss */
.share-user-link-modal .share-links-form {
  width: 100%;
}

/* line 12592, app/assets/stylesheets/admin/admin_dashboard.scss */
.share-user-link-modal .share-links-form .field {
  width: 100%;
  margin-bottom: 1em;
}

/* line 12595, app/assets/stylesheets/admin/admin_dashboard.scss */
.share-user-link-modal .share-links-form .field label {
  font-weight: 400;
  font-size: 15px;
  line-height: 15px;
  letter-spacing: 0.02em;
  color: #688faf;
  margin-bottom: 12px;
}

/* line 12603, app/assets/stylesheets/admin/admin_dashboard.scss */
.share-user-link-modal .share-links-form .field .display-block {
  border: 1px solid #ccc;
  padding: 0px 0px;
  border-radius: 0px;
  margin-top: 2px;
}

/* line 12608, app/assets/stylesheets/admin/admin_dashboard.scss */
.share-user-link-modal .share-links-form .field .display-block .field-in {
  width: 100%;
  display: flex;
  align-items: center;
}

/* line 12612, app/assets/stylesheets/admin/admin_dashboard.scss */
.share-user-link-modal .share-links-form .field .display-block .field-in .copyinput {
  margin: 0;
  height: 35px;
  border: none;
  padding-left: 8px;
}

/* line 12619, app/assets/stylesheets/admin/admin_dashboard.scss */
.share-user-link-modal .share-links-form .field .display-block .field-in .suffix .copy-btn {
  margin: 0;
  height: 35px;
  border: none;
  background: #ccc;
  min-width: 40px;
}

/* line 12625, app/assets/stylesheets/admin/admin_dashboard.scss */
.share-user-link-modal .share-links-form .field .display-block .field-in .suffix .copy-btn .tooltiptext {
  right: -1px;
  font-size: 10px;
  width: -moz-max-content;
  width: max-content;
  padding: 0px 10px;
  background-color: #efefef;
  color: #636363;
  top: -37px;
  border-radius: 0px;
}

/* line 12639, app/assets/stylesheets/admin/admin_dashboard.scss */
.share-user-link-modal .share-links-form .field .light-dec {
  font-size: 13px;
  color: #a7a7a7;
  margin: 5px 0px 10px 0px;
}

/* line 12648, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-selection-box-setting-page
.top-buttons-adjusted
.setting-header-buttons
.publish-btns:hover
.enable-hover {
  display: block;
}

/* line 12656, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-selection-box-setting-page {
  width: 100%;
  position: relative;
  height: 100%;
}

/* line 12660, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-selection-box-setting-page .top-buttons-adjusted {
  padding: 18px 10px 18px 10px;
  width: 84%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  top: 62px;
  z-index: 2;
  background-color: white;
  position: fixed;
}

/* line 12671, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-selection-box-setting-page .top-buttons-adjusted .setting-header-buttons .btn, .admin-selection-box-setting-page .top-buttons-adjusted .setting-header-buttons .btn-large {
  margin: 0px 5px !important;
  border-radius: 0.3em;
  padding: 0px 12px;
  min-width: auto;
}

/* line 12677, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-selection-box-setting-page .top-buttons-adjusted .setting-header-buttons .publish-status-btn {
  border: 1px solid #33334f !important;
  background: #fff;
  color: #33334f;
  border-radius: 0.3em;
  min-width: auto;
  padding: 0px 12px;
}

/* line 12684, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-selection-box-setting-page .top-buttons-adjusted .setting-header-buttons .publish-status-btn:hover {
  background-color: #33334f;
  color: white;
}

/* line 12689, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-selection-box-setting-page .top-buttons-adjusted .setting-header-buttons .action-btn {
  border: 1px solid #33334f !important;
  background: #fff;
  color: #33334f;
  border-radius: 0.3em;
  min-width: auto;
  padding: 0px 12px;
}

/* line 12696, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-selection-box-setting-page .top-buttons-adjusted .setting-header-buttons .action-btn:hover {
  background-color: #33334f;
  color: white;
}

/* line 12701, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-selection-box-setting-page .top-buttons-adjusted .setting-header-buttons .save-btn {
  background-color: #d32f2f;
  padding: 0px 18px;
}

/* line 12705, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-selection-box-setting-page .top-buttons-adjusted .setting-header-buttons .publish-btns {
  position: relative;
}

/* line 12707, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-selection-box-setting-page .top-buttons-adjusted .setting-header-buttons .publish-btns .publish-status-btn {
  padding-left: 30px !important;
}

/* line 12710, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-selection-box-setting-page .top-buttons-adjusted .setting-header-buttons .publish-btns .ringring {
  border: 2px solid #1cdd47;
  -webkit-border-radius: 30px;
  height: 15px;
  width: 15px;
  position: absolute;
  left: 14px;
  top: 11px;
  -webkit-animation: pulsate 1s ease-out;
  -webkit-animation-iteration-count: infinite;
}

/* line 12720, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-selection-box-setting-page .top-buttons-adjusted .setting-header-buttons .publish-btns .ringring .circle {
  width: 7px;
  height: 7px;
  background-color: #1cdd47;
  border-radius: 50%;
  position: absolute;
  top: 2px;
  left: 2px;
}

/* line 12730, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-selection-box-setting-page .top-buttons-adjusted .setting-header-buttons .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: 5px;
  display: none;
}

/* line 12738, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-selection-box-setting-page .top-buttons-adjusted .setting-header-buttons .publish-btns .enable-hover:hover {
  background-color: #f5fbff;
  border-color: transparent;
}

/* line 12742, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-selection-box-setting-page .top-buttons-adjusted .setting-header-buttons .publish-btns .enable-hover .field {
  width: 100%;
}

/* line 12744, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-selection-box-setting-page .top-buttons-adjusted .setting-header-buttons .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 12758, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-selection-box-setting-page .top-buttons-adjusted .setting-header-buttons .publish-btns i {
  position: absolute;
  left: 14px;
  font-size: 10px;
  top: 14px;
}

/* line 12767, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-selection-box-setting-page .top-tabs {
  display: flex;
  padding: 0;
  margin: inherit;
  margin-bottom: 20px;
  margin-left: 12px;
  justify-content: flex-start;
  background-color: #f3f3f3;
}

/* line 12776, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-selection-box-setting-page .top-tabs .tab {
  margin: 0;
}

/* line 12778, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-selection-box-setting-page .top-tabs .tab a {
  color: #000000;
  font-size: 16px;
  text-transform: capitalize;
  letter-spacing: 0.5px;
  padding: 0 14px;
  background-color: #f3f3f3;
}

/* line 12786, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-selection-box-setting-page .top-tabs .tab a:hover {
  background-color: #e5e5e5;
}

/* line 12790, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-selection-box-setting-page .top-tabs .tab .active {
  background-color: #7d7d7d;
  color: white;
}

/* line 12793, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-selection-box-setting-page .top-tabs .tab .active:hover {
  background-color: #7d7d7d;
  color: white;
}

/* line 12799, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-selection-box-setting-page .top-tabs .indicator {
  background-color: #8dc63f;
  height: 3px;
  opacity: 0;
}

/* line 12806, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-selection-box-setting-page .general-tabs-collaps .settings-pages {
  display: flex;
  justify-content: space-between;
}

/* line 12810, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-selection-box-setting-page .general-tabs-collaps .settings-pages .right-collaps-block {
  width: 45%;
  padding-left: 12px;
  margin-top: -4.6em;
}

/* line 12814, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-selection-box-setting-page .general-tabs-collaps .settings-pages .right-collaps-block .accord {
  width: 100%;
  margin-bottom: 0px;
}

/* line 12817, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-selection-box-setting-page .general-tabs-collaps .settings-pages .right-collaps-block .accord .open-accordion {
  line-height: initial;
  border-bottom: 1px solid #dbdcde;
  padding: 12px 0px 12px 0px;
  background-color: #f3f3f3;
  margin-bottom: 3px;
}

/* line 12823, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-selection-box-setting-page .general-tabs-collaps .settings-pages .right-collaps-block .accord .open-accordion .head-title {
  width: 100%;
  display: flex;
  align-items: center;
  background-color: transparent;
  padding-left: 8px;
  cursor: pointer;
}

/* line 12830, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-selection-box-setting-page .general-tabs-collaps .settings-pages .right-collaps-block .accord .open-accordion .head-title i {
  rotate: 0deg;
  margin-top: 0;
  margin-right: 2px;
}

/* line 12835, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-selection-box-setting-page .general-tabs-collaps .settings-pages .right-collaps-block .accord .open-accordion .head-title h5 {
  font-size: 16px;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 0;
}

/* line 12843, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-selection-box-setting-page .general-tabs-collaps .settings-pages .right-collaps-block .accord .open-panel {
  display: block;
  padding: 12px 0px;
}

/* line 12849, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-selection-box-setting-page .general-tabs-collaps .settings-pages .right-collaps-block .accord .active-open-accordion .head-title i {
  rotate: -90deg;
}

/* line 12857, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-selection-box-setting-page .general-tabs-collaps .settings-pages .right-collaps-block .users-block .table-block {
  overflow-x: auto;
}

/* line 12862, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-selection-box-setting-page .general-tabs-collaps .settings-pages .right-collaps-block .users-block .table-block table tbody tr td {
  max-width: 200px;
}

/* line 12864, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-selection-box-setting-page .general-tabs-collaps .settings-pages .right-collaps-block .users-block .table-block table tbody tr td .flex-name {
  display: flex;
  align-items: center;
}

/* line 12867, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-selection-box-setting-page .general-tabs-collaps .settings-pages .right-collaps-block .users-block .table-block table tbody tr td .flex-name img {
  margin-right: 8px;
  width: 25px;
  height: 25px;
}

/* line 12872, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-selection-box-setting-page .general-tabs-collaps .settings-pages .right-collaps-block .users-block .table-block table tbody tr td .flex-name h5 {
  margin: 0;
  font-size: 15px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%;
  display: block;
}

/* line 12883, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-selection-box-setting-page .general-tabs-collaps .settings-pages .right-collaps-block .users-block .table-block table tbody tr:hover {
  background-color: #f2f2f2;
}

/* line 12895, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-selection-box-setting-page .settings-pages {
  width: 100%;
  padding: 2px 12px;
}

/* line 12899, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-selection-box-setting-page .settings-pages .select-wrapper .dropdown-content {
  top: 40px !important;
}

/* line 12903, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-selection-box-setting-page .settings-pages .settings {
  max-width: 650px;
  width: 100%;
}

/* line 12906, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-selection-box-setting-page .settings-pages .settings .field {
  margin-bottom: 18px;
  width: 100%;
}

/* line 12909, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-selection-box-setting-page .settings-pages .settings .field label {
  font-weight: 400;
  font-size: 15px;
  line-height: 15px;
  letter-spacing: 0.02em;
  color: #688faf;
  margin-bottom: 5px;
  display: block;
}

/* line 12918, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-selection-box-setting-page .settings-pages .settings .field input {
  border: 1px solid #cccccc !important;
  padding: 5px 5px 5px 5px !important;
  box-sizing: inherit !important;
  height: 40px !important;
  margin-bottom: 0;
}

/* line 12925, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-selection-box-setting-page .settings-pages .settings .field .label-tool-display {
  display: flex;
}

/* line 12927, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-selection-box-setting-page .settings-pages .settings .field .label-tool-display .admin-title-help-icon {
  margin: -3px 0px 0px 8px;
}

/* line 12934, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-selection-box-setting-page .settings-pages .settings .access-field .select-wrapper .caret {
  padding: inherit !important;
}

/* line 12942, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-selection-box-setting-page .selection-idea-card .idea-content {
  width: 100%;
  float: left;
  background-color: white;
  padding: 0px 0px;
  border-radius: 5px;
  margin-bottom: 2.5em;
}

/* line 12949, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-selection-box-setting-page .selection-idea-card .idea-content .row-header {
  width: 100%;
  margin-bottom: 10px;
  float: left;
}

/* line 12954, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-selection-box-setting-page .selection-idea-card .idea-content .row-header .row-btns .btn, .admin-selection-box-setting-page .selection-idea-card .idea-content .row-header .row-btns .btn-large {
  margin-left: 10px;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-right: 0;
  border: 1px solid #33334f;
  border-radius: 0.3em;
}

/* line 12963, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-selection-box-setting-page .selection-idea-card .idea-content .row-header .row-btns .btn:hover, .admin-selection-box-setting-page .selection-idea-card .idea-content .row-header .row-btns .btn-large:hover {
  background-color: #33334f;
  color: white;
}

/* line 12968, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-selection-box-setting-page .selection-idea-card .idea-content .row-header .row-btns .remove-ideas-btn {
  background-color: transparent;
  color: #33334f;
}

/* line 12974, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-selection-box-setting-page .selection-idea-card .idea-content .row-table {
  width: 100%;
  float: left;
}

/* line 12979, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-selection-box-setting-page .selection-idea-card .idea-content .row-table table thead .table-head {
  background-color: white;
}

/* line 12990, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-selection-box-setting-page .selection-criteria-card .criteria-content {
  width: 100%;
  float: left;
  background-color: #f9f9f9b5;
  padding: 16px 18px;
  border-radius: 5px;
  margin-bottom: 2.5em;
}

/* line 12997, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-selection-box-setting-page .selection-criteria-card .criteria-content .row-header {
  display: flex;
  align-items: baseline;
  margin-bottom: 10px;
  justify-content: space-between;
  flex-direction: column;
}

/* line 13003, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-selection-box-setting-page .selection-criteria-card .criteria-content .row-header .total-criteria {
  width: auto;
  display: flex;
  align-items: center;
}

/* line 13007, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-selection-box-setting-page .selection-criteria-card .criteria-content .row-header .total-criteria .total {
  margin-right: 8px;
}

/* line 13009, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-selection-box-setting-page .selection-criteria-card .criteria-content .row-header .total-criteria .total label {
  font-weight: 400;
  font-size: 14px;
  line-height: 15px;
  letter-spacing: 0.02em;
  color: #688faf;
}

/* line 13017, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-selection-box-setting-page .selection-criteria-card .criteria-content .row-header .total-criteria .value {
  margin-right: 8px;
}

/* line 13019, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-selection-box-setting-page .selection-criteria-card .criteria-content .row-header .total-criteria .value label {
  font-weight: 400;
  font-size: 15px;
  line-height: 15px;
  letter-spacing: 0.02em;
  color: #4d4d4d;
}

/* line 13029, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-selection-box-setting-page .selection-criteria-card .criteria-content .row-table {
  width: 100%;
  float: left;
}

/* line 13032, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-selection-box-setting-page .selection-criteria-card .criteria-content .row-table .add-criteria {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  padding-right: 0px;
}

/* line 13037, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-selection-box-setting-page .selection-criteria-card .criteria-content .row-table .add-criteria .plus-button {
  margin: 0;
  margin-right: 5px;
}

/* line 13040, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-selection-box-setting-page .selection-criteria-card .criteria-content .row-table .add-criteria .plus-button a {
  color: white;
  display: flex;
  align-items: center;
  background-color: #33334f;
  padding: 5px 12px;
  border-radius: 0px;
}

/* line 13049, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-selection-box-setting-page .selection-criteria-card .criteria-content .row-table .add-criteria label {
  font-weight: 400;
  font-size: 14px;
  line-height: 15px;
  letter-spacing: 0.02em;
  color: #000000;
  margin-top: -2px;
}

/* line 13059, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-selection-box-setting-page .selection-criteria-card .criteria-content .row-table .criteria-actions a {
  color: #212121;
}

/* line 13061, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-selection-box-setting-page .selection-criteria-card .criteria-content .row-table .criteria-actions a i {
  font-size: 20px;
}

/* line 13068, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-selection-box-setting-page .selection-criteria-card #criteria-list {
  overflow-x: auto;
  width: 100%;
}

/* line 13073, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-selection-box-setting-page .selection-user-card {
  width: 100%;
  float: left;
  padding: 12px 12px;
}

/* line 13077, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-selection-box-setting-page .selection-user-card .card-content {
  width: 100%;
  float: left;
  background-color: white;
  padding: 0px 0px;
  border-radius: 5px;
  margin-bottom: 2.5em;
}

/* line 13084, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-selection-box-setting-page .selection-user-card .card-content .top-display-flex {
  margin-top: 0px;
  margin-bottom: 2em;
  display: flex;
  align-items: center;
}

/* line 13091, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-selection-box-setting-page .selection-user-card .card-content .top-display-flex .left-select .select-wrapper .dropdown-content {
  top: 30px !important;
}

/* line 13095, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-selection-box-setting-page .selection-user-card .card-content .top-display-flex .left-select .admin-ideation-select {
  margin: 0;
}

/* line 13097, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-selection-box-setting-page .selection-user-card .card-content .top-display-flex .left-select .admin-ideation-select .select-dropdown {
  border: 1px solid #cccccc !important;
  padding: 5px 5px 5px 5px !important;
  box-sizing: inherit !important;
  margin-bottom: 0;
}

/* line 13104, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-selection-box-setting-page .selection-user-card .card-content .top-display-flex .left-select label {
  padding-bottom: 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  letter-spacing: 0.02em;
  color: #688faf;
}

/* line 13113, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-selection-box-setting-page .selection-user-card .card-content .top-display-flex .right-btns {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

/* line 13117, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-selection-box-setting-page .selection-user-card .card-content .top-display-flex .right-btns .btn, .admin-selection-box-setting-page .selection-user-card .card-content .top-display-flex .right-btns .btn-large {
  margin-left: 5px;
  margin-top: 5px;
  margin-bottom: 5px;
  background-color: transparent;
  color: #33334f;
  border: 1px solid #33334f;
  border-radius: 0.3em;
}

/* line 13125, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-selection-box-setting-page .selection-user-card .card-content .top-display-flex .right-btns .btn:hover, .admin-selection-box-setting-page .selection-user-card .card-content .top-display-flex .right-btns .btn-large:hover {
  background-color: #33334f;
  color: white;
}

/* line 13132, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-selection-box-setting-page .selection-user-card .card-content .invite-table-new {
  overflow-x: auto;
}

/* line 13136, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-selection-box-setting-page .selection-user-card .invite-user-block {
  width: 100%;
  float: left;
  margin-bottom: 2em;
}

/* line 13140, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-selection-box-setting-page .selection-user-card .invite-user-block .edit-invite-user-btn {
  margin: 0;
  background-color: transparent;
  color: #33334f;
  border: 1px solid #33334f;
  border-radius: 0.3em;
}

/* line 13146, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-selection-box-setting-page .selection-user-card .invite-user-block .edit-invite-user-btn:hover {
  background-color: #33334f;
  color: white;
}

/* line 13154, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-selection-box-setting-page .invite-user-modal .send-inbox-invites {
  border: 1px solid #33334f;
  border-radius: 0em;
  margin: 0;
  margin-top: 5px;
  float: right;
}

/* line 13164, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-selection-box-setting-page .selection-invite-user-modal {
  width: 100%;
  max-width: 768px;
  height: auto !important;
}

/* line 13171, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-selection-box-setting-page .selection-invite-user-modal .modal-content .invite-card .field label {
  font-weight: 400;
  font-size: 15px;
  line-height: 15px;
  letter-spacing: 0.02em;
  color: #688faf;
  margin-bottom: 5px;
  display: block;
}

/* line 13185, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-selection-box-setting-page .selection-assign-ideas {
  width: 65%;
}

/* line 13187, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-selection-box-setting-page .selection-assign-ideas .top-filters {
  width: 101%;
  display: block;
  margin-bottom: 10px;
  float: left;
  background-color: #fafafa;
  padding-bottom: 12px;
}

/* line 13194, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-selection-box-setting-page .selection-assign-ideas .top-filters .select-wrapper {
  margin-top: 5px;
}

/* line 13196, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-selection-box-setting-page .selection-assign-ideas .top-filters .select-wrapper .multiselect-dropdown-list {
  height: 9rem !important;
}

/* line 13201, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-selection-box-setting-page .selection-assign-ideas .top-filters .input-field-block input {
  box-sizing: inherit !important;
  height: 35px !important;
  background-color: transparent !important;
}

/* line 13206, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-selection-box-setting-page .selection-assign-ideas .top-filters .input-field-block label {
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  letter-spacing: 0.02em;
  color: #688faf;
  display: block;
}

/* line 13216, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-selection-box-setting-page .selection-assign-ideas .tablesorter-header {
  background-image: none;
}

/* line 13220, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-selection-box-setting-page .selection-assign-ideas .select-drop label {
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  letter-spacing: 0.02em;
  color: #688faf;
  display: block;
}

/* line 13228, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-selection-box-setting-page .selection-assign-ideas .select-drop input {
  box-sizing: inherit !important;
  height: 35px !important;
  background-color: transparent !important;
}

/* line 13234, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-selection-box-setting-page .selection-assign-ideas .select-drop .select-wrapper .dropdown-content {
  top: 35px !important;
}

/* line 13242, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-selection-box-setting-page .selection-assign-ideas .description-block #assign-ideas-list table td {
  font-size: 13px;
  white-space: nowrap;
}

/* line 13252, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-selection-box-setting-page .selection-criteria-add-modal .short-desc {
  color: #777777;
}

/* line 13256, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-selection-box-setting-page .selection-criteria-add-modal .form-top-fields .col {
  margin-bottom: 8px;
}

/* line 13258, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-selection-box-setting-page .selection-criteria-add-modal .form-top-fields .col label {
  padding-bottom: 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  letter-spacing: 0.02em;
  color: #688faf;
}

/* line 13266, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-selection-box-setting-page .selection-criteria-add-modal .form-top-fields .col input {
  border: 1px solid #cccccc !important;
  padding: 5px 5px 5px 5px !important;
  box-sizing: inherit !important;
  margin-bottom: 0;
}

/* line 13272, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-selection-box-setting-page .selection-criteria-add-modal .form-top-fields .col textarea {
  border: 1px solid #cccccc !important;
}

/* line 13277, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-selection-box-setting-page .selection-criteria-add-modal .weight-label {
  padding: 0;
}

/* line 13280, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-selection-box-setting-page .selection-criteria-add-modal .impact {
  padding: 0;
}

/* line 13284, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-selection-box-setting-page .selection-criteria-add-modal .modal-footer--sticky .save-btn {
  background-color: #33334f;
  text-transform: inherit;
}

/* line 13294, app/assets/stylesheets/admin/admin_dashboard.scss */
.selection-add-agents-modal .modal-heading h5 {
  margin-top: 0px;
  margin-bottom: 15px;
  font-size: 22px;
}

/* line 13300, app/assets/stylesheets/admin/admin_dashboard.scss */
.selection-add-agents-modal .description {
  color: #777777;
  display: block;
  margin-top: 5px;
}

/* line 13305, app/assets/stylesheets/admin/admin_dashboard.scss */
.selection-add-agents-modal .table-block {
  width: 100%;
  margin-top: 8px;
}

/* line 13308, app/assets/stylesheets/admin/admin_dashboard.scss */
.selection-add-agents-modal .table-block .table-search {
  width: 100%;
  margin-bottom: 5px;
}

/* line 13311, app/assets/stylesheets/admin/admin_dashboard.scss */
.selection-add-agents-modal .table-block .table-search input {
  box-sizing: inherit !important;
  height: 35px !important;
}

/* line 13316, app/assets/stylesheets/admin/admin_dashboard.scss */
.selection-add-agents-modal .table-block .submit-btn {
  width: 100%;
  display: block;
}

/* line 13319, app/assets/stylesheets/admin/admin_dashboard.scss */
.selection-add-agents-modal .table-block .submit-btn .add-agent-list-button {
  margin: 20;
}

/* line 13327, app/assets/stylesheets/admin/admin_dashboard.scss */
.add-user-manage-modal-popup .modal-heaidng {
  padding: 2px 8px;
  margin-bottom: 12px;
  margin-top: -18px;
}

/* line 13331, app/assets/stylesheets/admin/admin_dashboard.scss */
.add-user-manage-modal-popup .modal-heaidng h5 {
  margin: 0px 0px 5px 0px;
}

/* line 13334, app/assets/stylesheets/admin/admin_dashboard.scss */
.add-user-manage-modal-popup .modal-heaidng span {
  color: #6f6f6f;
}

/* line 13338, app/assets/stylesheets/admin/admin_dashboard.scss */
.add-user-manage-modal-popup .add-user-form {
  width: 100%;
  padding: 0px 8px;
}

/* line 13341, app/assets/stylesheets/admin/admin_dashboard.scss */
.add-user-manage-modal-popup .add-user-form .field {
  width: 100%;
  margin-bottom: 5px;
}

/* line 13344, app/assets/stylesheets/admin/admin_dashboard.scss */
.add-user-manage-modal-popup .add-user-form .field input {
  margin-bottom: 8px;
}

/* line 13347, app/assets/stylesheets/admin/admin_dashboard.scss */
.add-user-manage-modal-popup .add-user-form .field label {
  font-weight: 400;
  font-size: 15px;
  line-height: 15px;
  letter-spacing: 0.02em;
  color: #688faf;
  margin-bottom: 5px;
  display: block;
}

/* line 13358, app/assets/stylesheets/admin/admin_dashboard.scss */
.add-user-manage-modal-popup .add-user-form .field-btn .button-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* line 13362, app/assets/stylesheets/admin/admin_dashboard.scss */
.add-user-manage-modal-popup .add-user-form .field-btn .button-flex .btn, .add-user-manage-modal-popup .add-user-form .field-btn .button-flex .btn-large {
  margin: 5px 0px 5px 0px;
  font-size: 13px !important;
  text-transform: inherit;
  height: 32px;
  padding: 0px 8px;
}

/* line 13369, app/assets/stylesheets/admin/admin_dashboard.scss */
.add-user-manage-modal-popup .add-user-form .field-btn .button-flex .cross-btn {
  background-color: transparent;
  border-color: #33334f;
  color: #33334f;
}

/* line 13379, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-global-learn-btn-block {
  width: auto;
}

/* line 13381, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-global-learn-btn-block .learn-btn {
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
  background-color: transparent;
  border: 1px solid #475467;
  color: #475467;
  padding: 0px 12px;
}

/* line 13391, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-global-learn-btn-block .learn-btn .learn-hover-drop-content {
  position: absolute;
  z-index: 1022;
  background-color: white;
  box-shadow: 2px 2px 5px 2px rgba(0, 0, 0, 0.1);
  width: 180px;
  right: 0;
  top: 30px;
  display: none;
}

/* line 13400, app/assets/stylesheets/admin/admin_dashboard.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 13409, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-global-learn-btn-block .learn-btn .learn-hover-drop-content .inner-btn .material-icons {
  margin-right: 8px;
}

/* line 13411, app/assets/stylesheets/admin/admin_dashboard.scss */
[dir=rtl] .admin-global-learn-btn-block .learn-btn .learn-hover-drop-content .inner-btn .material-icons {
  margin-left: 8px;
  margin-right: 0;
}

/* line 13416, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-global-learn-btn-block .learn-btn .learn-hover-drop-content .inner-btn:hover {
  background-color: #f5fbff;
  border-color: transparent;
}

/* line 13423, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-global-learn-btn-block .learn-btn-icon {
  display: flex;
  align-items: center;
}

/* line 13426, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-global-learn-btn-block .learn-btn-icon .btn-icon {
  margin-right: 6px;
  display: flex;
  align-items: center;
}

/* line 13430, app/assets/stylesheets/admin/admin_dashboard.scss */
[dir=rtl] .admin-global-learn-btn-block .learn-btn-icon .btn-icon {
  margin-left: 6px;
  transform: scaleX(-1);
}

/* line 13435, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-global-learn-btn-block .learn-btn-icon i {
  rotate: 90deg;
  margin-left: 10px;
  line-height: 0 !important;
  display: flex;
  align-items: center;
  margin-top: 0px !important;
  font-size: 18px !important;
  height: auto !important;
}

/* line 13445, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-global-learn-btn-block .learn-btn-icon span {
  display: flex;
  align-items: center;
}

/* line 13452, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-global-learn-btn-block .learn-btn:hover .learn-hover-drop-content {
  display: block;
}

/* line 13456, app/assets/stylesheets/admin/admin_dashboard.scss */
.action-drop-down {
  width: auto;
  position: relative;
}

/* line 13461, app/assets/stylesheets/admin/admin_dashboard.scss */
.dropdown-trigger-fix {
  display: flex;
  align-items: center;
}

/* line 13464, app/assets/stylesheets/admin/admin_dashboard.scss */
.dropdown-trigger-fix span {
  display: flex;
  align-items: center;
  line-height: normal;
  margin-top: 2px;
}

/* line 13470, app/assets/stylesheets/admin/admin_dashboard.scss */
.dropdown-trigger-fix i {
  rotate: 90deg;
  margin-left: 5px;
  line-height: normal;
}

/* line 13478, app/assets/stylesheets/admin/admin_dashboard.scss */
.dropdown-trigger-fix.active i {
  color: white;
}

/* line 13483, app/assets/stylesheets/admin/admin_dashboard.scss */
.action-drop-content {
  top: 36px !important;
  width: -moz-max-content !important;
  width: max-content !important;
  min-width: 100%;
  left: 5px !important;
  border-radius: 5px;
}

/* line 13489, app/assets/stylesheets/admin/admin_dashboard.scss */
.action-drop-content li {
  min-height: auto;
  line-height: initial;
  width: 100%;
}

/* line 13493, app/assets/stylesheets/admin/admin_dashboard.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;
}

/* line 13507, app/assets/stylesheets/admin/admin_dashboard.scss */
#modal-hidden-page {
  width: 42%;
}

/* line 13511, app/assets/stylesheets/admin/admin_dashboard.scss */
.subscription-upgrade-plan-modal {
  width: 100%;
}

/* line 13513, app/assets/stylesheets/admin/admin_dashboard.scss */
.subscription-upgrade-plan-modal .sub-buttons {
  width: 100%;
  margin: 30;
}

/* line 13516, app/assets/stylesheets/admin/admin_dashboard.scss */
.subscription-upgrade-plan-modal .sub-buttons .btn, .subscription-upgrade-plan-modal .sub-buttons .btn-large {
  margin-right: 12px;
}

/* line 13520, app/assets/stylesheets/admin/admin_dashboard.scss */
.subscription-upgrade-plan-modal .flex-blocks {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 13525, app/assets/stylesheets/admin/admin_dashboard.scss */
.subscription-upgrade-plan-modal .flex-blocks .left-img {
  width: 40%;
}

/* line 13527, app/assets/stylesheets/admin/admin_dashboard.scss */
.subscription-upgrade-plan-modal .flex-blocks .left-img .content-gradian {
  width: 100%;
  background-image: linear-gradient(to bottom right, #15009d, #1ddd48);
  padding: 40px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 300px;
}

/* line 13536, app/assets/stylesheets/admin/admin_dashboard.scss */
.subscription-upgrade-plan-modal .flex-blocks .left-img .content-gradian .idea-img-b {
  width: 100%;
}

/* line 13541, app/assets/stylesheets/admin/admin_dashboard.scss */
.subscription-upgrade-plan-modal .flex-blocks .right-content {
  width: 60%;
  padding: 40px 20px;
}

/* line 13544, app/assets/stylesheets/admin/admin_dashboard.scss */
.subscription-upgrade-plan-modal .flex-blocks .right-content h4 {
  font-size: 28px;
  margin-bottom: 0.8em;
}

/* line 13552, app/assets/stylesheets/admin/admin_dashboard.scss */
.primary-btn {
  padding: 0 2rem;
  text-transform: inherit;
  background-color: #33334f;
  border: 1px solid #33334f;
}

/* line 13557, app/assets/stylesheets/admin/admin_dashboard.scss */
.primary-btn:hover {
  background-color: #33334f;
}

/* line 13560, app/assets/stylesheets/admin/admin_dashboard.scss */
.primary-btn:focus {
  background-color: #33334f;
}

/* line 13565, app/assets/stylesheets/admin/admin_dashboard.scss */
.second-btn {
  padding: 0 2rem;
  text-transform: inherit;
  background-color: transparent;
  border: 1px solid #33334f;
  color: #33334f;
}

/* line 13571, app/assets/stylesheets/admin/admin_dashboard.scss */
.second-btn:hover {
  background-color: #33334f;
  color: white;
}

/* line 13575, app/assets/stylesheets/admin/admin_dashboard.scss */
.second-btn:focus {
  background-color: #33334f;
  color: white;
}

/* line 13584, app/assets/stylesheets/admin/admin_dashboard.scss */
.add-teams-member-list-design .file-content .owner .creator {
  max-width: 150px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 13589, app/assets/stylesheets/admin/admin_dashboard.scss */
.add-teams-member-list-design .file-content .owner .creator .name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 13599, app/assets/stylesheets/admin/admin_dashboard.scss */
.add-user-manage-modal-popup {
  width: 100%;
  max-width: 600px;
  height: 515px !important;
  max-height: 515px;
}

/* line 13607, app/assets/stylesheets/admin/admin_dashboard.scss */
.edit-user-manage-page .row-profile {
  width: 100%;
  float: left;
  padding-top: 5.2em;
  padding-bottom: 1.5em;
}

/* line 13612, app/assets/stylesheets/admin/admin_dashboard.scss */
.edit-user-manage-page .row-profile .row-content {
  width: 100%;
  padding-left: 16.2em;
  padding-right: 18px;
  display: flex;
  justify-content: space-between;
}

/* line 13616, app/assets/stylesheets/admin/admin_dashboard.scss */
[dir=rtl] .edit-user-manage-page .row-profile .row-content {
  padding-right: 16.2em;
  padding-left: 0;
}

/* line 13624, app/assets/stylesheets/admin/admin_dashboard.scss */
.edit-user-manage-page .row-profile .row-content .card-block {
  width: 40%;
}

/* line 13627, app/assets/stylesheets/admin/admin_dashboard.scss */
.edit-user-manage-page .row-profile .row-content .card-block .fields {
  max-width: 450px;
  width: 100%;
  background-color: white;
  border-radius: 10px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* line 13636, app/assets/stylesheets/admin/admin_dashboard.scss */
.edit-user-manage-page .row-profile .row-content .card-block .fields form {
  width: 100%;
}

/* line 13638, app/assets/stylesheets/admin/admin_dashboard.scss */
.edit-user-manage-page .row-profile .row-content .card-block .fields form .field {
  width: 100%;
}

/* line 13641, app/assets/stylesheets/admin/admin_dashboard.scss */
.edit-user-manage-page .row-profile .row-content .card-block .fields form .field .select-wrapper .dropdown-content {
  top: 65px !important;
}

/* line 13645, app/assets/stylesheets/admin/admin_dashboard.scss */
.edit-user-manage-page .row-profile .row-content .card-block .fields form .field .display-tags {
  display: flex;
  width: 100%;
}

/* line 13649, app/assets/stylesheets/admin/admin_dashboard.scss */
.edit-user-manage-page .row-profile .row-content .card-block .fields form .field .display-tags .tags-input-field .easy-autocomplete {
  width: 100% !important;
}

/* line 13651, app/assets/stylesheets/admin/admin_dashboard.scss */
.edit-user-manage-page .row-profile .row-content .card-block .fields form .field .display-tags .tags-input-field .easy-autocomplete input {
  width: 100% !important;
  height: 50px !important;
}

/* line 13659, app/assets/stylesheets/admin/admin_dashboard.scss */
.edit-user-manage-page .row-profile .row-content .card-block .fields form .field label {
  width: 100%;
  float: left;
  font-weight: 400;
  font-size: 15px;
  line-height: 15px;
  letter-spacing: 0.02em;
  color: #688faf;
  margin-bottom: 6px;
}

/* line 13669, app/assets/stylesheets/admin/admin_dashboard.scss */
.edit-user-manage-page .row-profile .row-content .card-block .fields form .field input {
  border: 1px solid #cccccc !important;
  padding: 5px 5px 5px 5px !important;
  box-sizing: inherit !important;
  height: 40px;
  z-index: 5;
}

/* line 13676, app/assets/stylesheets/admin/admin_dashboard.scss */
.edit-user-manage-page .row-profile .row-content .card-block .fields form .field textarea {
  border: 1px solid #cccccc !important;
  padding: 5px 5px 5px 5px !important;
  box-sizing: inherit !important;
  height: auto;
}

/* line 13684, app/assets/stylesheets/admin/admin_dashboard.scss */
.edit-user-manage-page .row-profile .row-content .card-block .fields form .profile-img .profile-edit-box {
  position: absolute;
  width: 100%;
}

/* line 13688, app/assets/stylesheets/admin/admin_dashboard.scss */
.edit-user-manage-page .row-profile .row-content .card-block .fields form .profile-img .profile-edit-box .upload-btn input {
  border: none !important;
  height: auto;
  line-height: 20px;
  margin-top: 20px;
  padding: 5px 5px 5px 12px !important;
}

/* line 13700, app/assets/stylesheets/admin/admin_dashboard.scss */
.edit-user-manage-page .row-profile .row-content .card-block .fields form .select-role .select-wrapper .caret {
  top: 20px;
}

/* line 13707, app/assets/stylesheets/admin/admin_dashboard.scss */
.edit-user-manage-page .row-profile .row-content .card-block .fields form .department-select .select-wrapper .caret {
  top: 20px;
  right: 0px;
}

/* line 13714, app/assets/stylesheets/admin/admin_dashboard.scss */
.edit-user-manage-page .row-profile .row-content .card-block .fields form .submit-btn .signup-btn {
  background-color: #33334f !important;
  border: none !important;
  height: auto !important;
  width: 120px;
  line-height: 2;
}

/* line 13726, app/assets/stylesheets/admin/admin_dashboard.scss */
.edit-user-manage-page .row-profile .row-content .right-collaps-block {
  width: 40%;
  padding-left: 12px;
}

/* line 13729, app/assets/stylesheets/admin/admin_dashboard.scss */
.edit-user-manage-page .row-profile .row-content .right-collaps-block .collaps-content {
  width: 100%;
}

/* line 13732, app/assets/stylesheets/admin/admin_dashboard.scss */
.edit-user-manage-page .row-profile .row-content .right-collaps-block .collaps-content .collapsible {
  border: none;
  box-shadow: none;
  margin-top: -13px;
}

/* line 13737, app/assets/stylesheets/admin/admin_dashboard.scss */
.edit-user-manage-page .row-profile .row-content .right-collaps-block .collaps-content .collapsible .open-panel {
  display: block;
  padding: 10px 12px 22px 12px;
  background-color: #fcfcfc;
}

/* line 13744, app/assets/stylesheets/admin/admin_dashboard.scss */
.edit-user-manage-page .row-profile .row-content .right-collaps-block .collaps-content .accord {
  width: 100%;
  margin-bottom: 0px;
  list-style: none;
}

/* line 13748, app/assets/stylesheets/admin/admin_dashboard.scss */
.edit-user-manage-page .row-profile .row-content .right-collaps-block .collaps-content .accord .open-accordion {
  line-height: initial;
  border-bottom: 1px solid #dbdcde;
  padding: 12px 0px 12px 0px;
  background-color: #f3f3f3;
  margin-bottom: 3px;
}

/* line 13754, app/assets/stylesheets/admin/admin_dashboard.scss */
.edit-user-manage-page .row-profile .row-content .right-collaps-block .collaps-content .accord .open-accordion .head-title {
  width: 100%;
  display: flex;
  align-items: center;
  background-color: transparent;
  padding-left: 8px;
  cursor: pointer;
}

/* line 13761, app/assets/stylesheets/admin/admin_dashboard.scss */
.edit-user-manage-page .row-profile .row-content .right-collaps-block .collaps-content .accord .open-accordion .head-title i {
  rotate: 0deg;
  margin-top: 0;
  margin-right: 2px;
}

/* line 13766, app/assets/stylesheets/admin/admin_dashboard.scss */
.edit-user-manage-page .row-profile .row-content .right-collaps-block .collaps-content .accord .open-accordion .head-title h5 {
  font-size: 16px;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 0;
}

/* line 13776, app/assets/stylesheets/admin/admin_dashboard.scss */
.edit-user-manage-page .row-profile .row-content .right-collaps-block .collaps-content .accord .active-open-accordion .head-title i {
  rotate: 0deg;
}

/* line 13784, app/assets/stylesheets/admin/admin_dashboard.scss */
.edit-user-manage-page .row-profile .row-content .right-collaps-block .collaps-content .open-panel .activity-main-block {
  width: 100%;
  max-height: 18em;
  overflow-y: auto;
  padding-right: 12px;
}

/* line 13789, app/assets/stylesheets/admin/admin_dashboard.scss */
.edit-user-manage-page .row-profile .row-content .right-collaps-block .collaps-content .open-panel .activity-main-block .content-block {
  width: 100%;
  display: flex;
  flex-direction: column;
}

/* line 13793, app/assets/stylesheets/admin/admin_dashboard.scss */
.edit-user-manage-page .row-profile .row-content .right-collaps-block .collaps-content .open-panel .activity-main-block .content-block .activity-field {
  width: 100%;
  display: flex;
  margin: 5px 0px;
  align-items: center;
  border-bottom: 1px solid #efefef;
  padding-bottom: 8px;
}

/* line 13800, app/assets/stylesheets/admin/admin_dashboard.scss */
.edit-user-manage-page .row-profile .row-content .right-collaps-block .collaps-content .open-panel .activity-main-block .content-block .activity-field .act-profile-img {
  width: auto;
  margin-right: 12px;
}

/* line 13803, app/assets/stylesheets/admin/admin_dashboard.scss */
.edit-user-manage-page .row-profile .row-content .right-collaps-block .collaps-content .open-panel .activity-main-block .content-block .activity-field .act-profile-img img {
  width: 30px;
  height: 30px;
  border-radius: 100%;
}

/* line 13809, app/assets/stylesheets/admin/admin_dashboard.scss */
.edit-user-manage-page .row-profile .row-content .right-collaps-block .collaps-content .open-panel .activity-main-block .content-block .activity-field .right-text {
  width: 100%;
  display: flex;
  align-items: start;
  flex-direction: column;
}

/* line 13814, app/assets/stylesheets/admin/admin_dashboard.scss */
.edit-user-manage-page .row-profile .row-content .right-collaps-block .collaps-content .open-panel .activity-main-block .content-block .activity-field .right-text h5 {
  margin: 0;
  font-size: 14px;
  color: #4b4b4b;
}

/* line 13818, app/assets/stylesheets/admin/admin_dashboard.scss */
.edit-user-manage-page .row-profile .row-content .right-collaps-block .collaps-content .open-panel .activity-main-block .content-block .activity-field .right-text h5 b {
  color: black;
}

/* line 13823, app/assets/stylesheets/admin/admin_dashboard.scss */
.edit-user-manage-page .row-profile .row-content .right-collaps-block .collaps-content .open-panel .activity-main-block .content-block .activity-field .right-text p {
  margin-top: 5px;
  font-size: 12px;
  color: #787878;
  font-style: italic;
}

/* line 13833, app/assets/stylesheets/admin/admin_dashboard.scss */
.edit-user-manage-page .row-profile .row-content .right-collaps-block .collaps-content .open-panel .groups-block {
  width: 100%;
}

/* line 13835, app/assets/stylesheets/admin/admin_dashboard.scss */
.edit-user-manage-page .row-profile .row-content .right-collaps-block .collaps-content .open-panel .groups-block .top-btn {
  border-bottom: 1px solid #ededed;
  width: 100%;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

/* line 13840, app/assets/stylesheets/admin/admin_dashboard.scss */
.edit-user-manage-page .row-profile .row-content .right-collaps-block .collaps-content .open-panel .groups-block .top-btn .add-group-btn {
  background-color: transparent;
  border: 1px solid #33334f;
  color: #33334f;
  text-transform: initial;
  padding: 0px 15px;
}

/* line 13846, app/assets/stylesheets/admin/admin_dashboard.scss */
.edit-user-manage-page .row-profile .row-content .right-collaps-block .collaps-content .open-panel .groups-block .top-btn .add-group-btn:hover {
  color: white;
  background-color: #33334f;
}

/* line 13852, app/assets/stylesheets/admin/admin_dashboard.scss */
.edit-user-manage-page .row-profile .row-content .right-collaps-block .collaps-content .open-panel .groups-block .groups-view {
  width: 100%;
}

/* line 13854, app/assets/stylesheets/admin/admin_dashboard.scss */
.edit-user-manage-page .row-profile .row-content .right-collaps-block .collaps-content .open-panel .groups-block .groups-view .field-group {
  width: 100%;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #ededed;
  margin-bottom: 10px;
  padding-bottom: 10px;
  justify-content: space-between;
}

/* line 13862, app/assets/stylesheets/admin/admin_dashboard.scss */
.edit-user-manage-page .row-profile .row-content .right-collaps-block .collaps-content .open-panel .groups-block .groups-view .field-group .left-content {
  display: flex;
  align-items: center;
}

/* line 13873, app/assets/stylesheets/admin/admin_dashboard.scss */
.edit-user-manage-page .row-profile .row-content .right-collaps-block .collaps-content .open-panel .idea-details-stats-main-block {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

/* line 13877, app/assets/stylesheets/admin/admin_dashboard.scss */
.edit-user-manage-page .row-profile .row-content .right-collaps-block .collaps-content .open-panel .idea-details-stats-main-block .stat-block {
  width: 33.33333333%;
  padding: 10px 10px;
}

/* line 13880, app/assets/stylesheets/admin/admin_dashboard.scss */
.edit-user-manage-page .row-profile .row-content .right-collaps-block .collaps-content .open-panel .idea-details-stats-main-block .stat-block .content-stat {
  width: 100%;
  background-color: white;
  padding: 5px 8px;
}

/* line 13885, app/assets/stylesheets/admin/admin_dashboard.scss */
.edit-user-manage-page .row-profile .row-content .right-collaps-block .collaps-content .open-panel .idea-details-stats-main-block .stat-block .content-stat .days h4 {
  font-size: 22px;
  font-weight: 400;
  margin: 5px 0px 5px 0px;
  text-align: center;
}

/* line 13891, app/assets/stylesheets/admin/admin_dashboard.scss */
.edit-user-manage-page .row-profile .row-content .right-collaps-block .collaps-content .open-panel .idea-details-stats-main-block .stat-block .content-stat .days span {
  text-align: center;
  width: 100%;
  display: flex;
  justify-content: center;
  color: #b5b5b5;
}

/* line 13900, app/assets/stylesheets/admin/admin_dashboard.scss */
.edit-user-manage-page .row-profile .row-content .right-collaps-block .collaps-content .open-panel .idea-details-stats-main-block .stat-block .content-stat .date h5 {
  font-size: 14px;
  color: #919191;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  padding: 8px 0px;
  text-align: center;
  margin: 5px 0px 0px 0px;
}

/* line 13911, app/assets/stylesheets/admin/admin_dashboard.scss */
.edit-user-manage-page .row-profile .row-content .right-collaps-block .collaps-content .open-panel .idea-details-stats-main-block .stat-block .content-stat .heading h6 {
  text-align: center;
  color: #33334f;
  font-weight: 500;
}

/* line 13927, app/assets/stylesheets/admin/admin_dashboard.scss */
.add-group-modal-edit-user {
  max-width: 992px;
  width: 100%;
}

/* line 13930, app/assets/stylesheets/admin/admin_dashboard.scss */
.add-group-modal-edit-user .user-table {
  padding: 0px 10px;
}

/* line 13933, app/assets/stylesheets/admin/admin_dashboard.scss */
.add-group-modal-edit-user .user-table .user-table-new th,
.add-group-modal-edit-user .user-table .user-table-new td {
  max-width: 200px;
}

/* line 13938, app/assets/stylesheets/admin/admin_dashboard.scss */
.add-group-modal-edit-user .user-table .user-table-new tbody .text-wrap {
  width: 100%;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}

/* line 13950, app/assets/stylesheets/admin/admin_dashboard.scss */
.add-group-modal-edit-user .table-filters .content-display {
  display: flex;
}

/* line 13952, app/assets/stylesheets/admin/admin_dashboard.scss */
.add-group-modal-edit-user .table-filters .content-display .field {
  padding: 0px 10px;
}

/* line 13955, app/assets/stylesheets/admin/admin_dashboard.scss */
.add-group-modal-edit-user .table-filters .content-display .field .select-wrapper .dropdown-content {
  top: 42px !important;
}

/* line 13960, app/assets/stylesheets/admin/admin_dashboard.scss */
.add-group-modal-edit-user .table-filters .content-display .field-search {
  position: relative;
}

/* line 13962, app/assets/stylesheets/admin/admin_dashboard.scss */
.add-group-modal-edit-user .table-filters .content-display .field-search .clear {
  top: 28px;
  position: absolute;
  right: 16px;
  z-index: 1;
}

/* line 13975, app/assets/stylesheets/admin/admin_dashboard.scss */
.edit-groups-manage-page .row-profile .page-heading {
  width: 100%;
  padding-left: 16.2em;
  padding-right: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 18px;
}

/* line 13983, app/assets/stylesheets/admin/admin_dashboard.scss */
.edit-groups-manage-page .row-profile .page-heading h5 {
  margin-top: 0px;
}

/* line 13986, app/assets/stylesheets/admin/admin_dashboard.scss */
.edit-groups-manage-page .row-profile .page-heading .all-group-btn {
  text-transform: inherit;
  background-color: transparent;
  border: 1px solid #33334f;
  color: #33334f;
}

/* line 13992, app/assets/stylesheets/admin/admin_dashboard.scss */
.edit-groups-manage-page .row-profile .page-heading .save-btn {
  background-color: #33334f;
  color: white;
  text-transform: inherit;
  margin-left: 12px;
}

/* line 14002, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-project-details-page {
  width: 100%;
  position: relative;
  height: 100%;
  padding: 62px 20px 12px 240px;
}

/* line 14007, app/assets/stylesheets/admin/admin_dashboard.scss */
[dir=rtl] .admin-project-details-page {
  padding-right: 240px;
  padding-left: 20px;
}

/* line 14011, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-project-details-page .top-bar-adjusted {
  position: sticky;
  display: flex;
  justify-content: space-between;
  align-items: end;
  top: 62px;
  z-index: 101;
  gap: 12px;
  background-color: white;
  padding: 16px 0px;
  max-width: 1650px;
}

/* line 14022, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-project-details-page .top-bar-adjusted .left-heading {
  width: auto;
  padding: 0px 12px;
}

/* line 14026, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-project-details-page .top-bar-adjusted .project-info-buttons {
  width: auto;
  display: flex;
  align-items: center;
  padding: 0px 12px;
}

/* line 14033, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-project-details-page .top-bar-adjusted .project-save {
  position: relative;
}

/* line 14035, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-project-details-page .top-bar-adjusted .project-save .hover-state {
  position: absolute;
  z-index: 10;
  background-color: white;
  box-shadow: 2px 2px 5px 2px rgba(0, 0, 0, 0.1);
  width: 120px;
  right: 8px;
  top: 29px;
  display: none;
}

/* line 14044, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-project-details-page .top-bar-adjusted .project-save .hover-state .save-btn {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 8px 8px 8px 8px;
  font-size: 14px;
  text-transform: uppercase;
  border-bottom: 1px solid #eaeaea;
  color: #4d4d4d;
  font-weight: 500;
  height: auto !important;
  line-height: normal !important;
  margin: inherit !important;
  cursor: pointer;
}

/* line 14058, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-project-details-page .top-bar-adjusted .project-save .hover-state .save-btn:hover {
  background-color: #f5fbff;
  border-color: transparent;
}

/* line 14066, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-project-details-page .page-content {
  position: relative;
  z-index: 0;
  padding: 0px 12px;
  max-width: 1650px;
}

/* line 14071, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-project-details-page .page-content .top-tabs {
  display: flex;
  padding: 0;
  margin: inherit;
  margin-bottom: 0px;
  width: 100%;
  justify-content: flex-start;
}

/* line 14080, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-project-details-page .page-content .top-tabs .tab {
  margin: 0;
}

/* line 14082, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-project-details-page .page-content .top-tabs .tab .active {
  background-color: #7d7d7d;
  color: white;
}

/* line 14085, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-project-details-page .page-content .top-tabs .tab .active:hover {
  background-color: #7d7d7d;
}

/* line 14089, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-project-details-page .page-content .top-tabs .tab a {
  color: #000000;
  font-size: 16px;
  text-transform: capitalize;
  letter-spacing: 0.5px;
  border-bottom: 2px solid transparent;
  padding: 0 14px;
  background-color: transparent;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border: 1px solid #7d7d7d;
}

/* line 14100, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-project-details-page .page-content .top-tabs .tab a:hover {
  background-color: #e5e5e5;
}

/* line 14105, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-project-details-page .page-content .top-tabs .indicator {
  display: none;
}

/* line 14110, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-project-details-page .page-content .pro-flex {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

/* line 14114, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-project-details-page .page-content .pro-flex .left-fields {
  width: 55%;
}

/* line 14117, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-project-details-page .page-content .pro-flex .right-tabs {
  width: 45%;
}

/* line 14123, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-project-details-page .page-content .project-details-block .row-fields {
  width: 55%;
}

/* line 14128, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-project-details-page .page-content .mobile-tabs {
  display: none;
}

/* line 14134, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-project-details-page .page-content .row-fields .admin-background-img-upload .project-img-btn {
  position: absolute;
  left: 0;
  right: 0;
  top: 120px !important;
}

/* line 14139, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-project-details-page .page-content .row-fields .admin-background-img-upload .project-img-btn .file-path-wrapper {
  display: none;
}

/* line 14143, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-project-details-page .page-content .row-fields .admin-background-img-upload img {
  border-radius: 12px;
}

/* line 14148, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-project-details-page .page-content .row-fields .field {
  margin-bottom: 18px;
}

/* line 14150, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-project-details-page .page-content .row-fields .field label {
  font-weight: 400;
  font-size: 15px;
  line-height: 15px;
  letter-spacing: 0.02em;
  color: #688faf;
  margin-bottom: 5px;
  display: block;
}

/* line 14160, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-project-details-page .page-content .row-fields .field .select-wrapper .dropdown-content {
  margin-bottom: 0;
  top: 40px !important;
  border: 1px solid #cecece;
  border-radius: 0px;
  width: 100% !important;
  max-width: 100% !important;
}

/* line 14167, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-project-details-page .page-content .row-fields .field .select-wrapper .dropdown-content li {
  min-height: auto;
  line-height: initial;
  width: 100%;
}

/* line 14171, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-project-details-page .page-content .row-fields .field .select-wrapper .dropdown-content li span {
  line-height: 5px;
  padding: 15px 15px;
  width: -moz-max-content !important;
  width: max-content !important;
  max-width: -moz-max-content !important;
  max-width: max-content !important;
  white-space: nowrap;
  font-weight: 300;
  color: #101828;
}

/* line 14184, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-project-details-page .page-content .row-fields input {
  border: 1px solid #cccccc !important;
  padding: 5px 5px 5px 5px !important;
  box-sizing: inherit !important;
  height: 40px !important;
  margin-bottom: 0;
  z-index: 2;
}

/* line 14192, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-project-details-page .page-content .row-fields .progress-div {
  padding: 0;
}

/* line 14195, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-project-details-page .page-content .row-fields .date-divs {
  padding: 0;
}

/* line 14199, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-project-details-page .page-content .row-fields .category-field .idea_categories {
  margin-top: 0px;
}

/* line 14202, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-project-details-page .page-content .row-fields .category-field .idea_categories .select-wrapper .multiselect-dropdown {
  border: 1px solid #cccccc;
  height: 40px;
}

/* line 14208, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-project-details-page .page-content .row-fields .category-field .label-main {
  position: relative;
  left: inherit;
  top: inherit;
  transform: inherit;
  height: inherit;
}

/* line 14217, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-project-details-page .page-content .row-fields .tags-field .display-tags {
  display: flex;
  align-items: flex-start;
}

/* line 14220, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-project-details-page .page-content .row-fields .tags-field .display-tags .tags-input-field {
  display: none;
}

/* line 14223, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-project-details-page .page-content .row-fields .tags-field .display-tags .easy-autocomplete {
  width: 100% !important;
}

/* line 14225, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-project-details-page .page-content .row-fields .tags-field .display-tags .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: 44px !important;
  min-height: 40px;
}

/* line 14237, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-project-details-page .page-content .row-fields .tags-field .display-tags .view-tags {
  border: 1px solid #cccccc;
  width: 100%;
  padding: 0px 0px 0px 5px;
  min-height: 40px;
  border-radius: 24px;
}

/* line 14243, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-project-details-page .page-content .row-fields .tags-field .display-tags .view-tags .input-tags-field {
  margin-right: 0px;
  margin-bottom: 0px;
  flex-grow: 8;
}

/* line 14247, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-project-details-page .page-content .row-fields .tags-field .display-tags .view-tags .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: 44px !important;
  min-height: 40px;
}

/* line 14264, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-project-details-page .page-content .bottom-tabs-block {
  width: 100%;
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  margin-top: 0px;
  margin-bottom: 2em;
  margin-right: 0 !important;
  padding-right: 0 !important;
  margin-left: 0 !important;
  padding-left: 12px;
}

/* line 14276, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-project-details-page .page-content .bottom-tabs-block .collapsible {
  border: none;
  margin: 0;
  box-shadow: none;
  width: 100%;
}

/* line 14281, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-project-details-page .page-content .bottom-tabs-block .collapsible .accord {
  width: 100%;
  margin-bottom: 0px;
}

/* line 14284, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-project-details-page .page-content .bottom-tabs-block .collapsible .accord .open-accordion {
  line-height: initial;
  border-bottom: 1px solid #dbdcde;
  padding: 12px 0px 12px 0px;
  background-color: #f3f3f3;
  margin-bottom: 3px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}

/* line 14292, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-project-details-page .page-content .bottom-tabs-block .collapsible .accord .open-accordion .head-title {
  width: 100%;
  display: flex;
  align-items: center;
  background-color: transparent;
  padding-left: 8px;
  cursor: pointer;
}

/* line 14299, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-project-details-page .page-content .bottom-tabs-block .collapsible .accord .open-accordion .head-title i {
  rotate: 270deg;
  margin-top: 0;
  margin-right: 2px;
}

/* line 14304, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-project-details-page .page-content .bottom-tabs-block .collapsible .accord .open-accordion .head-title h5 {
  font-size: 16px;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 0;
}

/* line 14314, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-project-details-page .page-content .bottom-tabs-block .collapsible .accord .active-open-accordion .head-title i {
  rotate: 0deg;
}

/* line 14321, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-project-details-page .page-content .bottom-tabs-block .collapsible .open-panel {
  display: none;
  padding: 10px 12px 22px 12px;
  background-color: #fcfcfc;
}

/* line 14327, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-project-details-page .page-content .bottom-tabs-block .collapsible .activity-main-block {
  width: 100%;
  max-height: 18em;
  overflow-y: auto;
  padding-right: 12px;
}

/* line 14332, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-project-details-page .page-content .bottom-tabs-block .collapsible .activity-main-block .content-block {
  width: 100%;
  display: flex;
  flex-direction: column;
}

/* line 14336, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-project-details-page .page-content .bottom-tabs-block .collapsible .activity-main-block .content-block .activity-field {
  width: 100%;
  display: flex;
  margin: 5px 0px;
  align-items: center;
  border-bottom: 1px solid #efefef;
  padding-bottom: 8px;
}

/* line 14343, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-project-details-page .page-content .bottom-tabs-block .collapsible .activity-main-block .content-block .activity-field .act-profile-img {
  width: auto;
  margin-right: 12px;
}

/* line 14346, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-project-details-page .page-content .bottom-tabs-block .collapsible .activity-main-block .content-block .activity-field .act-profile-img img {
  width: 30px;
  height: 30px;
  border-radius: 100%;
}

/* line 14352, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-project-details-page .page-content .bottom-tabs-block .collapsible .activity-main-block .content-block .activity-field .right-text {
  width: 100%;
  display: flex;
  align-items: start;
  flex-direction: column;
}

/* line 14357, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-project-details-page .page-content .bottom-tabs-block .collapsible .activity-main-block .content-block .activity-field .right-text h5 {
  margin: 0;
  font-size: 14px;
  color: #4b4b4b;
}

/* line 14361, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-project-details-page .page-content .bottom-tabs-block .collapsible .activity-main-block .content-block .activity-field .right-text h5 b {
  color: black;
}

/* line 14366, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-project-details-page .page-content .bottom-tabs-block .collapsible .activity-main-block .content-block .activity-field .right-text p {
  margin-top: 5px;
  font-size: 12px;
  color: #787878;
  font-style: italic;
}

/* line 14377, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-project-details-page .page-content .bottom-tabs-block .collapsible .idea-details-stats-main-block {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

/* line 14381, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-project-details-page .page-content .bottom-tabs-block .collapsible .idea-details-stats-main-block .stat-block {
  width: 33.33333333%;
  padding: 10px 10px;
}

/* line 14384, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-project-details-page .page-content .bottom-tabs-block .collapsible .idea-details-stats-main-block .stat-block .content-stat {
  width: 100%;
  background-color: white;
  padding: 5px 8px;
}

/* line 14389, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-project-details-page .page-content .bottom-tabs-block .collapsible .idea-details-stats-main-block .stat-block .content-stat .days h4 {
  font-size: 22px;
  font-weight: 400;
  margin: 5px 0px 5px 0px;
  text-align: center;
}

/* line 14395, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-project-details-page .page-content .bottom-tabs-block .collapsible .idea-details-stats-main-block .stat-block .content-stat .days span {
  text-align: center;
  width: 100%;
  display: flex;
  justify-content: center;
  color: #b5b5b5;
}

/* line 14404, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-project-details-page .page-content .bottom-tabs-block .collapsible .idea-details-stats-main-block .stat-block .content-stat .date h5 {
  font-size: 14px;
  color: #919191;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  padding: 8px 0px;
  text-align: center;
  margin: 5px 0px 0px 0px;
}

/* line 14415, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-project-details-page .page-content .bottom-tabs-block .collapsible .idea-details-stats-main-block .stat-block .content-stat .heading h6 {
  text-align: center;
  color: #33334f;
  font-weight: 500;
}

/* line 14428, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-project-details-page .page-content .bottom-tabs-block .idea-scores-values .impact-block .heading {
  margin-bottom: 10px;
  width: 100%;
  float: left;
  font-weight: 500;
}

/* line 14435, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-project-details-page .page-content .bottom-tabs-block .idea-scores-values .impact-block .range-field .label-field {
  display: flex;
  justify-content: space-between;
}

/* line 14438, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-project-details-page .page-content .bottom-tabs-block .idea-scores-values .impact-block .range-field .label-field label {
  padding-right: 12px;
  font-size: 13px;
}

/* line 14443, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-project-details-page .page-content .bottom-tabs-block .idea-scores-values .impact-block .range-field .label-field .admin-title-help-icon .tooltiptext {
  font-size: 10px;
}

/* line 14452, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-project-details-page .page-content .bottom-tabs-block .status-block .stats-row {
  width: 100%;
  margin-bottom: 5px;
}

/* line 14455, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-project-details-page .page-content .bottom-tabs-block .status-block .stats-row .comments-margin {
  padding: 0px;
}

/* line 14457, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-project-details-page .page-content .bottom-tabs-block .status-block .stats-row .comments-margin .card-block {
  background-color: white;
}

/* line 14459, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-project-details-page .page-content .bottom-tabs-block .status-block .stats-row .comments-margin .card-block .input {
  margin-top: 0;
}

/* line 14461, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-project-details-page .page-content .bottom-tabs-block .status-block .stats-row .comments-margin .card-block .input #comment {
  margin-top: 0;
  min-height: 70px;
  border: 1px solid #cccccc !important;
  padding: 5px 5px 5px 5px !important;
  box-sizing: inherit !important;
  margin-bottom: 6px;
}

/* line 14469, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-project-details-page .page-content .bottom-tabs-block .status-block .stats-row .comments-margin .card-block .input label {
  font-weight: 400;
  font-size: 15px;
  line-height: 15px;
  letter-spacing: 0.02em;
  color: #688faf;
  margin-bottom: 5px;
  display: block;
}

/* line 14479, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-project-details-page .page-content .bottom-tabs-block .status-block .stats-row .comments-margin .card-block .submit-status-report {
  margin-right: 0px;
}

/* line 14485, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-project-details-page .page-content .bottom-tabs-block .status-block .stats-row #status-reports-list .comments-list {
  margin: 0;
}

/* line 14487, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-project-details-page .page-content .bottom-tabs-block .status-block .stats-row #status-reports-list .comments-list .comment-row {
  padding-left: 26px !important;
  padding-right: 26px;
  width: 100%;
  float: left;
}

/* line 14492, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-project-details-page .page-content .bottom-tabs-block .status-block .stats-row #status-reports-list .comments-list .comment-row .cross-icon {
  right: 12px;
  top: 12px;
}

/* line 14497, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-project-details-page .page-content .bottom-tabs-block .status-block .stats-row #status-reports-list .comments-list .reply-textbox {
  width: 100%;
  margin: 0 !important;
}

/* line 14500, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-project-details-page .page-content .bottom-tabs-block .status-block .stats-row #status-reports-list .comments-list .reply-textbox .card {
  box-shadow: none;
}

/* line 14502, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-project-details-page .page-content .bottom-tabs-block .status-block .stats-row #status-reports-list .comments-list .reply-textbox .card .input {
  margin-top: 0;
}

/* line 14504, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-project-details-page .page-content .bottom-tabs-block .status-block .stats-row #status-reports-list .comments-list .reply-textbox .card .input label {
  font-weight: 400;
  font-size: 15px;
  line-height: 15px;
  letter-spacing: 0.02em;
  color: #688faf;
  margin-bottom: 5px;
  display: block;
}

/* line 14513, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-project-details-page .page-content .bottom-tabs-block .status-block .stats-row #status-reports-list .comments-list .reply-textbox .card .input .comment-inputs {
  margin-top: 0;
  min-height: 70px;
  border: 1px solid #cccccc !important;
  padding: 5px 5px 5px 5px !important;
  box-sizing: inherit !important;
  margin-bottom: 6px;
}

/* line 14522, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-project-details-page .page-content .bottom-tabs-block .status-block .stats-row #status-reports-list .comments-list .reply-textbox .card .edit-status-report {
  margin-right: 0;
}

/* line 14527, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-project-details-page .page-content .bottom-tabs-block .status-block .stats-row #status-reports-list .comments-list .comment-text {
  font-size: 14px;
}

/* line 14535, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-project-details-page .page-content .bottom-tabs-block .participants-block .row-div-btn {
  display: flex;
  margin-bottom: 12px;
  justify-content: flex-end;
}

/* line 14539, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-project-details-page .page-content .bottom-tabs-block .participants-block .row-div-btn .add-participant-button {
  border: 1px solid #33334f;
  background: #fff;
  color: #33334f;
  border-radius: 0.3em;
  height: 30px;
  line-height: 30px;
  padding: 0px 15px;
  text-transform: uppercase;
  background-color: transparent;
}

/* line 14549, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-project-details-page .page-content .bottom-tabs-block .participants-block .row-div-btn .add-participant-button:hover {
  background-color: #33334f;
  color: white;
}

/* line 14557, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-project-details-page .page-content .bottom-tabs-block .project-attachments-block .file-field {
  width: 100%;
  padding: 0;
  display: flex;
  align-items: flex-end;
  margin-bottom: 10px;
}

/* line 14563, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-project-details-page .page-content .bottom-tabs-block .project-attachments-block .file-field .file-btn {
  border: 1px solid #33334f;
  background: #fff;
  color: #33334f;
  border-radius: 0.3em;
  height: 30px;
  line-height: 30px;
  padding: 0px 15px;
  text-transform: uppercase;
  background-color: transparent;
  margin-right: 0 !important;
}

/* line 14574, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-project-details-page .page-content .bottom-tabs-block .project-attachments-block .file-field .file-btn:hover {
  background-color: #33334f;
  color: white;
}

/* line 14582, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-project-details-page .page-content .bottom-tabs-block .values-finance-block .bottom-fields {
  width: 100%;
  margin-top: 1em;
}

/* line 14586, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-project-details-page .page-content .bottom-tabs-block .values-finance-block .field {
  width: 100%;
  margin-bottom: 0px;
}

/* line 14589, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-project-details-page .page-content .bottom-tabs-block .values-finance-block .field .display {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
}

/* line 14594, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-project-details-page .page-content .bottom-tabs-block .values-finance-block .field .display .tooltip-icon {
  width: 100%;
  padding-right: 12px;
  margin-bottom: 5px;
  display: flex;
  align-items: center;
}

/* line 14600, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-project-details-page .page-content .bottom-tabs-block .values-finance-block .field .display .tooltip-icon label {
  margin-top: 0px;
  margin-right: 8px;
  margin-left: 0;
  font-weight: 400;
  font-size: 15px;
  line-height: 15px;
  letter-spacing: 0.02em;
  color: #688faf;
  margin-bottom: 0px;
}

/* line 14612, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-project-details-page .page-content .bottom-tabs-block .values-finance-block .field .display .in-field {
  width: 100%;
  position: relative;
}

/* line 14615, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-project-details-page .page-content .bottom-tabs-block .values-finance-block .field .display .in-field input {
  border: 1px solid #cccccc !important;
  padding: 5px 5px 5px 30px !important;
  box-sizing: inherit !important;
  height: 40px;
  font-size: 14px;
  margin-bottom: 15px !important;
}

/* line 14623, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-project-details-page .page-content .bottom-tabs-block .values-finance-block .field .display .in-field .sign {
  position: absolute;
  left: 10px;
  top: 9.5px;
}

/* line 14628, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-project-details-page .page-content .bottom-tabs-block .values-finance-block .field .display .in-field .disabled-field {
  background-color: #f1f1f1;
}

/* line 14635, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-project-details-page .page-content .bottom-tabs-block .ideas-block {
  width: 100%;
}

/* line 14638, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-project-details-page .page-content .bottom-tabs-block .ideas-block .project-ideas .add-row-btn {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 12px;
}

/* line 14642, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-project-details-page .page-content .bottom-tabs-block .ideas-block .project-ideas .add-row-btn .add-idea-button {
  border: 1px solid #33334f;
  background: #fff;
  color: #33334f;
  border-radius: 0.3em;
  height: 30px;
  line-height: 30px;
  padding: 0px 15px;
  text-transform: uppercase;
  background-color: transparent;
  margin-right: 0 !important;
}

/* line 14653, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-project-details-page .page-content .bottom-tabs-block .ideas-block .project-ideas .add-row-btn .add-idea-button:hover {
  background-color: #33334f;
  color: white;
}

/* line 14663, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-project-details-page .page-content .bottom-tabs-block .custom-fields-block .project-scores-values .input-field {
  margin-top: 0;
  margin-bottom: 10px;
}

/* line 14666, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-project-details-page .page-content .bottom-tabs-block .custom-fields-block .project-scores-values .input-field .row-label {
  display: flex;
}

/* line 14668, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-project-details-page .page-content .bottom-tabs-block .custom-fields-block .project-scores-values .input-field .row-label label {
  transform: inherit !important;
  margin-right: 8px;
  margin-top: 3px;
  font-weight: 400;
  font-size: 15px;
  line-height: 15px;
  letter-spacing: 0.02em;
  color: #688faf !important;
  position: relative;
}

/* line 14680, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-project-details-page .page-content .bottom-tabs-block .custom-fields-block .project-scores-values .input-field input {
  border: 1px solid #cccccc !important;
  padding: 5px 5px 5px 5px !important;
  box-sizing: inherit !important;
  height: 40px;
  font-size: 14px;
  margin-top: 14px;
  margin-bottom: 0px;
  z-index: 2;
}

/* line 14690, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-project-details-page .page-content .bottom-tabs-block .custom-fields-block .project-scores-values .input-field textarea {
  border: 1px solid #cccccc !important;
  padding: 5px 5px 5px 5px !important;
  box-sizing: inherit !important;
  height: 40px;
  font-size: 14px;
  margin-top: 14px;
  margin-bottom: 0px;
}

/* line 14699, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-project-details-page .page-content .bottom-tabs-block .custom-fields-block .project-scores-values .input-field .tox-tinymce {
  margin-top: 14px;
}

/* line 14704, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-project-details-page .page-content .bottom-tabs-block .custom-fields-block .custome-text-area {
  min-height: 8em;
}

/* line 14708, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-project-details-page .page-content .bottom-tabs-block .custom-fields-block .select-wrapper .caret {
  z-index: 1;
}

/* line 14718, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-project-details-page .page-content .bottom-tabs-block .scor-block .idea-scores-values .main_score .postive input::-webkit-slider-thumb {
  background-color: green;
}

/* line 14721, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-project-details-page .page-content .bottom-tabs-block .scor-block .idea-scores-values .main_score .postive input::-moz-range-thumb {
  background-color: green;
}

/* line 14726, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-project-details-page .page-content .bottom-tabs-block .scor-block .idea-scores-values .main_score .negative input::-webkit-slider-thumb {
  background-color: #c00c00;
}

/* line 14729, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-project-details-page .page-content .bottom-tabs-block .scor-block .idea-scores-values .main_score .negative input::-moz-range-thumb {
  background-color: #c00c00;
}

/* line 14733, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-project-details-page .page-content .bottom-tabs-block .scor-block .idea-scores-values .main_score .main-display {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  padding: 0px 12px;
}

/* line 14739, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-project-details-page .page-content .bottom-tabs-block .scor-block .idea-scores-values .main_score .main-display .display-left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}

/* line 14744, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-project-details-page .page-content .bottom-tabs-block .scor-block .idea-scores-values .main_score .main-display .display-left .label-field {
  margin: 0;
  display: flex;
}

/* line 14747, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-project-details-page .page-content .bottom-tabs-block .scor-block .idea-scores-values .main_score .main-display .display-left .label-field label {
  padding-right: 5px;
  font-size: 13px;
}

/* line 14752, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-project-details-page .page-content .bottom-tabs-block .scor-block .idea-scores-values .main_score .main-display .display-left .slide-avg {
  margin: 0 !important;
  padding-left: 15px;
  margin-top: -8px !important;
}

/* line 14757, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-project-details-page .page-content .bottom-tabs-block .scor-block .idea-scores-values .main_score .main-display .display-left input {
  border: none !important;
  padding: 0 !important;
  height: auto !important;
}

/* line 14763, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-project-details-page .page-content .bottom-tabs-block .scor-block .idea-scores-values .main_score .main-display .right-value {
  padding: 0 0.75rem;
  width: 110px;
}

/* line 14766, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-project-details-page .page-content .bottom-tabs-block .scor-block .idea-scores-values .main_score .main-display .right-value span {
  border: 1px solid #c2c0c2;
  padding: 5px 10px;
  text-align: center;
  display: block;
}

/* line 14775, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-project-details-page .page-content .bottom-tabs-block .scor-block .idea-scores-values .child {
  padding-left: 25px;
}

/* line 14778, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-project-details-page .page-content .bottom-tabs-block .scor-block .idea-scores-values .stars-score {
  display: none;
}

/* line 14781, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-project-details-page .page-content .bottom-tabs-block .scor-block .idea-scores-values .stars-score .range-field .rating {
  margin-top: 5px;
}

/* line 14783, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-project-details-page .page-content .bottom-tabs-block .scor-block .idea-scores-values .stars-score .range-field .rating .active-star {
  color: orange;
}

/* line 14789, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-project-details-page .page-content .bottom-tabs-block .scor-block .idea-scores-values .buttons-score {
  display: none;
}

/* line 14791, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-project-details-page .page-content .bottom-tabs-block .scor-block .idea-scores-values .buttons-score .buttons {
  display: flex;
  flex-wrap: wrap;
  margin-top: 5px;
}

/* line 14795, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-project-details-page .page-content .bottom-tabs-block .scor-block .idea-scores-values .buttons-score .buttons .btn, .admin-project-details-page .page-content .bottom-tabs-block .scor-block .idea-scores-values .buttons-score .buttons .btn-large {
  min-width: auto;
  font-size: 12px;
  padding: 0px 10px;
  margin: 0px 5px 5px 0px;
  background-color: #ddf5f8;
  color: black;
}

/* line 14811, app/assets/stylesheets/admin/admin_dashboard.scss */
.tasks-tab-block {
  width: 100%;
  position: relative;
}

/* line 14815, app/assets/stylesheets/admin/admin_dashboard.scss */
.tasks-tab-block .fix-head {
  position: fixed;
  width: 80.3%;
  left: 242px;
  right: 0;
  background-color: white;
  z-index: 100;
  margin-right: auto;
  top: 112px;
  padding-top: 12px;
  max-width: 1650px;
}

/* line 14828, app/assets/stylesheets/admin/admin_dashboard.scss */
.tasks-tab-block .top-b-head {
  width: 100%;
  margin-bottom: 12px;
}

/* line 14832, app/assets/stylesheets/admin/admin_dashboard.scss */
.tasks-tab-block .top-b-head .b-heading {
  width: 100%;
}

/* line 14834, app/assets/stylesheets/admin/admin_dashboard.scss */
.tasks-tab-block .top-b-head .b-heading h5 {
  margin-top: 0px;
  font-size: 30px;
}

/* line 14839, app/assets/stylesheets/admin/admin_dashboard.scss */
.tasks-tab-block .top-b-head .b-filters {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
  padding-right: 5px;
}

/* line 14845, app/assets/stylesheets/admin/admin_dashboard.scss */
.tasks-tab-block .top-b-head .b-filters .right-f {
  width: auto;
  display: flex;
  align-items: center;
}

/* line 14849, app/assets/stylesheets/admin/admin_dashboard.scss */
.tasks-tab-block .top-b-head .b-filters .right-f .drop-b {
  width: auto;
  padding: 0px 12px;
  display: flex;
  align-items: center;
}

/* line 14854, app/assets/stylesheets/admin/admin_dashboard.scss */
.tasks-tab-block .top-b-head .b-filters .right-f .drop-b label {
  color: black;
  font-size: 15px;
  margin-right: 12px;
}

/* line 14859, app/assets/stylesheets/admin/admin_dashboard.scss */
.tasks-tab-block .top-b-head .b-filters .right-f .drop-b .select-wrapper {
  background-color: #f6f7f9;
  transition: all 0.3s;
}

/* line 14864, app/assets/stylesheets/admin/admin_dashboard.scss */
.tasks-tab-block .top-b-head .b-filters .right-f .drop-b .select-wrapper input {
  border: none;
  padding: 0 15px 0 12px;
  box-sizing: inherit;
  font-size: 15px;
  color: #344054;
  text-transform: capitalize;
  z-index: 2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 0;
}

/* line 14877, app/assets/stylesheets/admin/admin_dashboard.scss */
[dir=rtl] .tasks-tab-block .top-b-head .b-filters .right-f .drop-b .select-wrapper input {
  padding: 0 12px 0 15px;
}

/* line 14881, app/assets/stylesheets/admin/admin_dashboard.scss */
.tasks-tab-block .top-b-head .b-filters .right-f .drop-b .select-wrapper .dropdown-content {
  margin-bottom: 0;
  top: 38px !important;
  border: 1px solid #cecece;
  border-radius: 0px;
}

/* line 14886, app/assets/stylesheets/admin/admin_dashboard.scss */
.tasks-tab-block .top-b-head .b-filters .right-f .drop-b .select-wrapper .dropdown-content li {
  min-height: auto;
  line-height: initial;
  width: 100%;
}

/* line 14890, app/assets/stylesheets/admin/admin_dashboard.scss */
.tasks-tab-block .top-b-head .b-filters .right-f .drop-b .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 14905, app/assets/stylesheets/admin/admin_dashboard.scss */
.tasks-tab-block .top-b-head .b-filters .right-f .add-btn {
  display: flex;
  align-items: center;
  cursor: pointer;
  padding: 6px 8px;
}

/* line 14910, app/assets/stylesheets/admin/admin_dashboard.scss */
.tasks-tab-block .top-b-head .b-filters .right-f .add-btn span {
  margin-left: 2px;
}

/* line 14913, app/assets/stylesheets/admin/admin_dashboard.scss */
.tasks-tab-block .top-b-head .b-filters .right-f .add-btn:hover {
  background-color: #f6f7f9;
}

/* line 14918, app/assets/stylesheets/admin/admin_dashboard.scss */
.tasks-tab-block .top-b-head .b-filters .left-f {
  border-bottom: 1px solid #e1e4ea;
  padding-bottom: 8px;
  width: 35%;
  display: flex;
  align-items: center;
}

/* line 14924, app/assets/stylesheets/admin/admin_dashboard.scss */
.tasks-tab-block .top-b-head .b-filters .left-f .drop-b {
  width: 600px;
  padding: 0px 12px;
  display: flex;
  align-items: center;
}

/* line 14929, app/assets/stylesheets/admin/admin_dashboard.scss */
.tasks-tab-block .top-b-head .b-filters .left-f .drop-b label {
  color: black;
  font-size: 15px;
  margin-right: 12px;
  white-space: nowrap;
}

/* line 14935, app/assets/stylesheets/admin/admin_dashboard.scss */
.tasks-tab-block .top-b-head .b-filters .left-f .drop-b .select-wrapper {
  background-color: #f6f7f9;
  transition: all 0.3s;
}

/* line 14940, app/assets/stylesheets/admin/admin_dashboard.scss */
.tasks-tab-block .top-b-head .b-filters .left-f .drop-b .select-wrapper input {
  border: none;
  padding: 0 15px 0 12px;
  box-sizing: inherit;
  font-size: 15px;
  color: #344054;
  text-transform: capitalize;
  z-index: 2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 0;
}

/* line 14952, app/assets/stylesheets/admin/admin_dashboard.scss */
[dir=rtl] .tasks-tab-block .top-b-head .b-filters .left-f .drop-b .select-wrapper input {
  padding: 0 12px 0 15px;
}

/* line 14956, app/assets/stylesheets/admin/admin_dashboard.scss */
.tasks-tab-block .top-b-head .b-filters .left-f .drop-b .select-wrapper .dropdown-content {
  margin-bottom: 0;
  top: 38px !important;
  border: 1px solid #cecece;
  border-radius: 0px;
}

/* line 14961, app/assets/stylesheets/admin/admin_dashboard.scss */
.tasks-tab-block .top-b-head .b-filters .left-f .drop-b .select-wrapper .dropdown-content li {
  min-height: auto;
  line-height: initial;
  width: 100%;
}

/* line 14965, app/assets/stylesheets/admin/admin_dashboard.scss */
.tasks-tab-block .top-b-head .b-filters .left-f .drop-b .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 14980, app/assets/stylesheets/admin/admin_dashboard.scss */
.tasks-tab-block .top-b-head .b-filters .left-f .view-li {
  display: flex;
  align-items: center;
}

/* line 14984, app/assets/stylesheets/admin/admin_dashboard.scss */
.tasks-tab-block .top-b-head .b-filters .left-f .view-li .view {
  display: flex;
  align-items: center;
  color: #344054;
  padding: 0.4rem;
  gap: 5px;
}

/* line 14996, app/assets/stylesheets/admin/admin_dashboard.scss */
.tasks-tab-block .tabs-content-t {
  margin-top: 6.5em;
}

/* line 14999, app/assets/stylesheets/admin/admin_dashboard.scss */
.tasks-tab-block .page-b-content {
  width: 100%;
}

/* line 15001, app/assets/stylesheets/admin/admin_dashboard.scss */
.tasks-tab-block .page-b-content .table-loop {
  width: 100%;
}

/* line 15004, app/assets/stylesheets/admin/admin_dashboard.scss */
.tasks-tab-block .page-b-content .table-b {
  width: 100%;
  margin-bottom: 0.5em;
  padding-right: 4px;
}

/* line 15008, app/assets/stylesheets/admin/admin_dashboard.scss */
.tasks-tab-block .page-b-content .table-b .reponsive-table {
  width: 100%;
}

/* line 15014, app/assets/stylesheets/admin/admin_dashboard.scss */
.tasks-tab-block .page-b-content .table-b table thead {
  border-bottom: 1px solid transparent;
}

/* line 15016, app/assets/stylesheets/admin/admin_dashboard.scss */
.tasks-tab-block .page-b-content .table-b table thead .table-head {
  background-color: transparent;
  padding-left: 0px;
}

/* line 15019, app/assets/stylesheets/admin/admin_dashboard.scss */
.tasks-tab-block .page-b-content .table-b table thead .table-head .group-name {
  font-size: 20px;
  font-weight: 500;
}

/* line 15026, app/assets/stylesheets/admin/admin_dashboard.scss */
.tasks-tab-block .page-b-content .table-b table tbody tr {
  border-bottom: 1px solid transparent;
}

/* line 15028, app/assets/stylesheets/admin/admin_dashboard.scss */
.tasks-tab-block .page-b-content .table-b table tbody tr:hover {
  background-color: transparent;
  border-bottom: 1px solid #d3d3d39e;
}

/* line 15033, app/assets/stylesheets/admin/admin_dashboard.scss */
.tasks-tab-block .page-b-content .table-b table tbody .main-name {
  border-left: 4px solid;
}

/* line 15036, app/assets/stylesheets/admin/admin_dashboard.scss */
.tasks-tab-block .page-b-content .table-b table tbody .t-field {
  padding: 6px 6px;
  background-color: #f5f5f5;
  max-height: 3em;
  min-height: 3em;
  display: flex;
  align-items: center;
  font-weight: 500;
}

/* line 15044, app/assets/stylesheets/admin/admin_dashboard.scss */
.tasks-tab-block .page-b-content .table-b table tbody .t-field:hover {
  background-color: #eceff3;
}

/* line 15049, app/assets/stylesheets/admin/admin_dashboard.scss */
.tasks-tab-block .page-b-content .table-b table tbody .phase {
  position: relative;
}

/* line 15051, app/assets/stylesheets/admin/admin_dashboard.scss */
.tasks-tab-block .page-b-content .table-b table tbody .phase .phase-in {
  margin: 0 !important;
  border-color: transparent !important;
  padding: 0px !important;
  height: 3em;
  max-height: 3em;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/* line 15061, app/assets/stylesheets/admin/admin_dashboard.scss */
.tasks-tab-block .page-b-content .table-b table tbody .phase .hover-state {
  position: absolute;
  background-color: white;
  top: 38px;
  left: 0;
  padding: 5px;
  width: 100%;
  word-break: break-word;
  z-index: 100;
  border-radius: 5px;
  border: 1px solid #cacaca;
  display: none;
  visibility: 0;
}

/* line 15076, app/assets/stylesheets/admin/admin_dashboard.scss */
.tasks-tab-block .page-b-content .table-b table tbody .owner {
  display: flex;
  align-items: center;
}

/* line 15080, app/assets/stylesheets/admin/admin_dashboard.scss */
.tasks-tab-block .page-b-content .table-b table tbody .owner img {
  width: 35px;
  border-radius: 100%;
  height: 35px;
  margin-right: 5px;
  position: absolute;
}

/* line 15087, app/assets/stylesheets/admin/admin_dashboard.scss */
.tasks-tab-block .page-b-content .table-b table tbody .owner .owner-select {
  width: 100%;
}

/* line 15089, app/assets/stylesheets/admin/admin_dashboard.scss */
.tasks-tab-block .page-b-content .table-b table tbody .owner .owner-select .select-wrapper {
  -webkit-transition: all 0.3s;
  border-radius: 6px;
  transition: all 0.3s;
}

/* line 15095, app/assets/stylesheets/admin/admin_dashboard.scss */
.tasks-tab-block .page-b-content .table-b table tbody .owner .owner-select .select-wrapper input {
  border: none;
  padding: 0px 10px 0px 45px;
  box-sizing: inherit;
  font-size: 14px;
  color: black;
  text-transform: capitalize;
  z-index: 2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 0;
  border-radius: 0px;
  height: 3em;
  max-height: 3em;
  width: 100% !important;
}

/* line 15112, app/assets/stylesheets/admin/admin_dashboard.scss */
.tasks-tab-block .page-b-content .table-b table tbody .owner .owner-select .select-wrapper .dropdown-content {
  margin-bottom: 0;
  top: 34px !important;
  border: 1px solid #cecece;
  border-radius: 0px;
  width: 100% !important;
  max-width: 100% !important;
}

/* line 15121, app/assets/stylesheets/admin/admin_dashboard.scss */
.tasks-tab-block .page-b-content .table-b table tbody .owner .owner-select .select-wrapper .dropdown-content li {
  min-height: auto;
  line-height: initial;
  width: 100%;
}

/* line 15125, app/assets/stylesheets/admin/admin_dashboard.scss */
.tasks-tab-block .page-b-content .table-b table tbody .owner .owner-select .select-wrapper .dropdown-content li span {
  line-height: 5px;
  padding: 15px 15px;
  width: -moz-max-content !important;
  width: max-content !important;
  max-width: -moz-max-content !important;
  max-width: max-content !important;
  white-space: nowrap;
  font-weight: 300;
  color: #101828;
}

/* line 15142, app/assets/stylesheets/admin/admin_dashboard.scss */
.tasks-tab-block .page-b-content .table-b table tbody .date input {
  padding: 0;
  margin: 0;
  border-color: transparent;
}

/* line 15148, app/assets/stylesheets/admin/admin_dashboard.scss */
.tasks-tab-block .page-b-content .table-b table tbody .status {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 15152, app/assets/stylesheets/admin/admin_dashboard.scss */
.tasks-tab-block .page-b-content .table-b table tbody .status .circle {
  height: 8px;
  width: 8px;
  margin-right: 6px;
}

/* line 15157, app/assets/stylesheets/admin/admin_dashboard.scss */
.tasks-tab-block .page-b-content .table-b table tbody .status .drop {
  width: 92%;
}

/* line 15160, app/assets/stylesheets/admin/admin_dashboard.scss */
.tasks-tab-block .page-b-content .table-b table tbody .status .select-wrapper {
  background-color: #f6f7f9;
  -webkit-transition: all 0.3s;
  border-radius: 6px;
  transition: all 0.3s;
}

/* line 15166, app/assets/stylesheets/admin/admin_dashboard.scss */
.tasks-tab-block .page-b-content .table-b table tbody .status .select-wrapper input {
  border: none;
  padding: 0px 10px 0px 10px;
  box-sizing: inherit;
  font-size: 15px;
  color: #344054;
  text-transform: capitalize;
  z-index: 2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 0;
  border-radius: 6px;
  color: white;
  width: 100% !important;
}

/* line 15182, app/assets/stylesheets/admin/admin_dashboard.scss */
.tasks-tab-block .page-b-content .table-b table tbody .status .select-wrapper .dropdown-content {
  margin-bottom: 0;
  top: 34px !important;
  border: 1px solid #cecece;
  border-radius: 0px;
}

/* line 15189, app/assets/stylesheets/admin/admin_dashboard.scss */
.tasks-tab-block .page-b-content .table-b table tbody .status .select-wrapper .dropdown-content li {
  min-height: auto;
  line-height: initial;
  width: 100%;
}

/* line 15193, app/assets/stylesheets/admin/admin_dashboard.scss */
.tasks-tab-block .page-b-content .table-b table tbody .status .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 15209, app/assets/stylesheets/admin/admin_dashboard.scss */
.tasks-tab-block .page-b-content .table-b table tbody .done-status .select-wrapper {
  background-color: #2ae17b !important;
}

/* line 15212, app/assets/stylesheets/admin/admin_dashboard.scss */
.tasks-tab-block .page-b-content .table-b table tbody .done-status .circle {
  background: #2ae17b;
}

/* line 15217, app/assets/stylesheets/admin/admin_dashboard.scss */
.tasks-tab-block .page-b-content .table-b table tbody .planned-status .select-wrapper {
  background-color: #f3a94c !important;
}

/* line 15220, app/assets/stylesheets/admin/admin_dashboard.scss */
.tasks-tab-block .page-b-content .table-b table tbody .planned-status .circle {
  background: #f3a94c;
}

/* line 15225, app/assets/stylesheets/admin/admin_dashboard.scss */
.tasks-tab-block .page-b-content .table-b table tbody .doing-status .select-wrapper {
  background-color: #609ff4 !important;
}

/* line 15228, app/assets/stylesheets/admin/admin_dashboard.scss */
.tasks-tab-block .page-b-content .table-b table tbody .doing-status .circle {
  background: #609ff4;
}

/* line 15233, app/assets/stylesheets/admin/admin_dashboard.scss */
.tasks-tab-block .page-b-content .table-b table tbody .edit-action-btn .edit-btn {
  background-color: transparent;
  border: 1px solid #33334f;
  color: #33334f;
  width: 25px;
  height: 25px;
  padding: 0 !important;
  border-top: 0;
  border-right: 0;
  position: relative;
}

/* line 15243, app/assets/stylesheets/admin/admin_dashboard.scss */
.tasks-tab-block .page-b-content .table-b table tbody .edit-action-btn .edit-btn i {
  font-size: 18px;
  margin: -4px 0px 0px 0px;
}

/* line 15247, app/assets/stylesheets/admin/admin_dashboard.scss */
.tasks-tab-block .page-b-content .table-b table tbody .edit-action-btn .edit-btn:hover {
  background-color: #33334f;
  color: white;
}

/* line 15251, app/assets/stylesheets/admin/admin_dashboard.scss */
.tasks-tab-block .page-b-content .table-b table tbody .edit-action-btn .edit-btn::after {
  content: "";
  position: absolute;
  height: 1px;
  width: 15px;
  background-color: #33334f;
  left: 0;
}

/* line 15259, app/assets/stylesheets/admin/admin_dashboard.scss */
.tasks-tab-block .page-b-content .table-b table tbody .edit-action-btn .edit-btn::before {
  content: "";
  position: absolute;
  height: 15px;
  width: 1px;
  background-color: #33334f;
  right: 0;
  bottom: 0px;
}

/* line 15273, app/assets/stylesheets/admin/admin_dashboard.scss */
.tasks-tab-block .page-b-content .add-live-task {
  width: 100%;
  padding: 0px 0px;
}

/* line 15276, app/assets/stylesheets/admin/admin_dashboard.scss */
.tasks-tab-block .page-b-content .add-live-task .add-live-btn {
  padding: 0px 5px;
}

/* line 15279, app/assets/stylesheets/admin/admin_dashboard.scss */
.tasks-tab-block .page-b-content .add-live-task .add-btn {
  display: flex;
  align-items: center;
  cursor: pointer;
  padding: 18px 8px;
  width: 108px;
}

/* line 15285, app/assets/stylesheets/admin/admin_dashboard.scss */
.tasks-tab-block .page-b-content .add-live-task .add-btn:hover {
  background-color: #f6f7f9;
}

/* line 15288, app/assets/stylesheets/admin/admin_dashboard.scss */
.tasks-tab-block .page-b-content .add-live-task .add-btn i {
  display: flex;
  align-items: center;
  line-height: 0;
  margin-right: 2px;
}

/* line 15294, app/assets/stylesheets/admin/admin_dashboard.scss */
.tasks-tab-block .page-b-content .add-live-task .add-btn span {
  line-height: 0;
}

/* line 15298, app/assets/stylesheets/admin/admin_dashboard.scss */
.tasks-tab-block .page-b-content .add-live-task label {
  font-weight: 400;
  font-size: 15px;
  line-height: 15px;
  letter-spacing: 0.02em;
  color: #688faf;
  margin-bottom: 5px;
}

/* line 15306, app/assets/stylesheets/admin/admin_dashboard.scss */
.tasks-tab-block .page-b-content .add-live-task input {
  border: 1px solid #cccccc !important;
  padding: 5px 5px 5px 5px !important;
  box-sizing: inherit !important;
  height: 40px !important;
  margin-bottom: 0px;
}

/* line 15315, app/assets/stylesheets/admin/admin_dashboard.scss */
.tasks-tab-block .page-b-content .add-live-task .select-wrapper .dropdown-content {
  margin-bottom: 0;
  top: 34px !important;
  border: 1px solid #cecece;
  border-radius: 0px;
  width: 100% !important;
  max-width: 100% !important;
}

/* line 15322, app/assets/stylesheets/admin/admin_dashboard.scss */
.tasks-tab-block .page-b-content .add-live-task .select-wrapper .dropdown-content li {
  min-height: auto;
  line-height: initial;
  width: 100%;
}

/* line 15326, app/assets/stylesheets/admin/admin_dashboard.scss */
.tasks-tab-block .page-b-content .add-live-task .select-wrapper .dropdown-content li span {
  line-height: 5px;
  padding: 15px 15px;
  width: -moz-max-content !important;
  width: max-content !important;
  max-width: -moz-max-content !important;
  max-width: max-content !important;
  white-space: nowrap;
  font-weight: 300;
  color: #101828;
}

/* line 15337, app/assets/stylesheets/admin/admin_dashboard.scss */
.tasks-tab-block .page-b-content .add-live-task .select-wrapper input {
  z-index: 2;
}

/* line 15345, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-project-details-page.page-active .tasks-tab-block .fix-head {
  left: 81px;
  width: 92.7%;
}

/* line 15350, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-project-details-page
.tasks-tab-block
.page-b-content
.table-b
table
tbody
.phase:hover
.hover-state {
  display: block;
}

/* line 15361, app/assets/stylesheets/admin/admin_dashboard.scss */
.add-task-data {
  max-width: 600px;
  width: 100%;
}

/* line 15364, app/assets/stylesheets/admin/admin_dashboard.scss */
.add-task-data .main-content {
  width: 100%;
}

/* line 15366, app/assets/stylesheets/admin/admin_dashboard.scss */
.add-task-data .main-content .mid-page {
  width: 100%;
  max-width: 400px;
}

/* line 15370, app/assets/stylesheets/admin/admin_dashboard.scss */
.add-task-data .main-content .fields {
  width: 100%;
}

/* line 15372, app/assets/stylesheets/admin/admin_dashboard.scss */
.add-task-data .main-content .fields .field {
  width: 100%;
  margin-bottom: 12px;
}

/* line 15375, app/assets/stylesheets/admin/admin_dashboard.scss */
.add-task-data .main-content .fields .field label {
  font-weight: 400;
  font-size: 15px;
  line-height: 15px;
  letter-spacing: 0.02em;
  color: #688faf;
  margin-bottom: 5px;
}

/* line 15383, app/assets/stylesheets/admin/admin_dashboard.scss */
.add-task-data .main-content .fields .field input {
  border: 1px solid #cccccc !important;
  padding: 5px 5px 5px 5px !important;
  box-sizing: inherit !important;
  height: 40px !important;
  margin-bottom: 0px;
}

/* line 15390, app/assets/stylesheets/admin/admin_dashboard.scss */
.add-task-data .main-content .fields .field .select-wrapper {
  -webkit-transition: all 0.3s;
  border-radius: 6px;
  transition: all 0.3s;
}

/* line 15396, app/assets/stylesheets/admin/admin_dashboard.scss */
.add-task-data .main-content .fields .field .select-wrapper input {
  border: none;
  padding: 0px 10px 0px 10px;
  box-sizing: inherit;
  font-size: 15px;
  color: #344054;
  text-transform: capitalize;
  z-index: 2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 0;
  border-radius: 6px;
  color: black;
}

/* line 15411, app/assets/stylesheets/admin/admin_dashboard.scss */
.add-task-data .main-content .fields .field .select-wrapper .dropdown-content {
  margin-bottom: 0;
  top: 38px !important;
  border: 1px solid #cecece;
  border-radius: 6px;
  width: -moz-max-content !important;
  width: max-content !important;
  max-width: -moz-max-content !important;
  max-width: max-content !important;
}

/* line 15420, app/assets/stylesheets/admin/admin_dashboard.scss */
.add-task-data .main-content .fields .field .select-wrapper .dropdown-content li {
  min-height: auto;
  line-height: initial;
  width: 100%;
}

/* line 15424, app/assets/stylesheets/admin/admin_dashboard.scss */
.add-task-data .main-content .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 15443, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-project-details-page .top-bar-adjusted .project-save:hover .hover-state {
  display: block;
}

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

/* line 15463, app/assets/stylesheets/admin/admin_dashboard.scss */
.image-full-view a i {
  font-size: 20px;
}

/* line 15470, app/assets/stylesheets/admin/admin_dashboard.scss */
.project-add-team-modal .modal-heaidng {
  margin-top: 0px;
  margin-bottom: 30px;
  font-size: 22px;
}

/* line 15475, app/assets/stylesheets/admin/admin_dashboard.scss */
.project-add-team-modal .desc-field {
  width: 100%;
}

/* line 15477, app/assets/stylesheets/admin/admin_dashboard.scss */
.project-add-team-modal .desc-field label {
  font-weight: 400;
  font-size: 15px;
  line-height: 15px;
  letter-spacing: 0.02em;
  color: #688faf;
  margin-bottom: 8px;
  width: 100%;
  display: block;
}

/* line 15487, app/assets/stylesheets/admin/admin_dashboard.scss */
.project-add-team-modal .desc-field .select-dropdown {
  border: 1px solid #cccccc !important;
  padding: 5px 5px 5px 5px !important;
  box-sizing: inherit !important;
  height: 40px !important;
}

/* line 15494, app/assets/stylesheets/admin/admin_dashboard.scss */
.project-add-team-modal .modal-footer {
  padding: 1px 24px;
}

/* line 15496, app/assets/stylesheets/admin/admin_dashboard.scss */
.project-add-team-modal .modal-footer .footer-btn {
  width: 100%;
}

/* line 15498, app/assets/stylesheets/admin/admin_dashboard.scss */
.project-add-team-modal .modal-footer .footer-btn .add-participant {
  background-color: #33334f;
  color: white;
  padding: 0px 12px;
  border-radius: 2px;
}

/* line 15509, app/assets/stylesheets/admin/admin_dashboard.scss */
.project-add-idea-modal .modal-heaidng {
  margin-top: 0px;
  margin-bottom: 30px;
  font-size: 22px;
}

/* line 15514, app/assets/stylesheets/admin/admin_dashboard.scss */
.project-add-idea-modal .desc-field {
  width: 100%;
}

/* line 15516, app/assets/stylesheets/admin/admin_dashboard.scss */
.project-add-idea-modal .desc-field label {
  font-weight: 400;
  font-size: 15px;
  line-height: 15px;
  letter-spacing: 0.02em;
  color: #688faf;
  margin-bottom: 8px;
  width: 100%;
  display: block;
}

/* line 15526, app/assets/stylesheets/admin/admin_dashboard.scss */
.project-add-idea-modal .desc-field .select-dropdown {
  border: 1px solid #cccccc !important;
  padding: 5px 5px 5px 5px !important;
  box-sizing: inherit !important;
  min-height: 40px;
}

/* line 15533, app/assets/stylesheets/admin/admin_dashboard.scss */
.project-add-idea-modal .modal-footer {
  padding: 1px 24px;
}

/* line 15535, app/assets/stylesheets/admin/admin_dashboard.scss */
.project-add-idea-modal .modal-footer .footer-btn {
  width: 100%;
}

/* line 15537, app/assets/stylesheets/admin/admin_dashboard.scss */
.project-add-idea-modal .modal-footer .footer-btn .btn, .project-add-idea-modal .modal-footer .footer-btn .btn-large {
  background-color: #33334f;
  color: white;
  padding: 0px 12px;
  border-radius: 2px;
}

/* line 15548, app/assets/stylesheets/admin/admin_dashboard.scss */
.fixed-modal-design .modal-content {
  padding: 0px;
}

/* line 15551, app/assets/stylesheets/admin/admin_dashboard.scss */
.fixed-modal-design .modal-body {
  width: 100%;
  padding: 25px 22px;
}

/* line 15555, app/assets/stylesheets/admin/admin_dashboard.scss */
.fixed-modal-design .modal-header--sticky {
  position: sticky;
  top: 0;
  background-color: #f6f7f9;
  z-index: 1055;
  padding: 25px 25px;
}

/* line 15561, app/assets/stylesheets/admin/admin_dashboard.scss */
.fixed-modal-design .modal-header--sticky h5 {
  font-size: 24px;
  margin: 0;
  color: #101828;
}

/* line 15567, app/assets/stylesheets/admin/admin_dashboard.scss */
.fixed-modal-design .modal-footer--sticky {
  position: sticky;
  bottom: 0;
  background-color: white;
  z-index: 1055;
  padding: 12px 18px;
}

/* line 15576, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-general-settings-page {
  width: 100%;
  padding: 24px;
  position: relative;
  background-color: #f3f3f3;
}

/* line 15581, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-general-settings-page .page-heading {
  width: 100%;
}

/* line 15583, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-general-settings-page .page-heading p {
  margin-top: 8px;
  color: #6a6a6a;
  width: 100%;
  max-width: 600px;
}

/* line 15590, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-general-settings-page .collaps-blocks-content {
  width: 100%;
  display: flex;
  flex-direction: column;
}

/* line 15594, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-general-settings-page .collaps-blocks-content .row-block {
  max-width: 650px;
  width: 100%;
}

/* line 15598, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-general-settings-page .collaps-blocks-content .top-tabs {
  width: 100%;
  margin-left: 0;
  margin-bottom: 0px;
  display: flex;
  height: auto;
  background-color: transparent;
  border-top: 1px solid lightgrey;
  border-bottom: 1px solid lightgrey;
  background-color: #fff;
  height: 48px;
}

/* line 15610, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-general-settings-page .collaps-blocks-content .top-tabs .tab {
  height: auto;
  line-height: 2.8;
}

/* line 15613, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-general-settings-page .collaps-blocks-content .top-tabs .tab a {
  color: #000000;
  font-size: 15px;
  text-transform: initial;
  letter-spacing: 0.5px;
  line-height: 48px;
  padding: 0 14px;
  background-color: transparent;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}

/* line 15624, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-general-settings-page .collaps-blocks-content .top-tabs .tab a:hover {
  background-color: #fff;
}

/* line 15628, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-general-settings-page .collaps-blocks-content .top-tabs .tab .active {
  background-color: #fff;
  color: white;
}

/* line 15631, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-general-settings-page .collaps-blocks-content .top-tabs .tab .active:hover {
  background-color: #fff;
}

/* line 15636, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-general-settings-page .collaps-blocks-content .top-tabs .indicator {
  display: none;
}

/* line 15640, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-general-settings-page .collaps-blocks-content .collaps-block {
  width: 100%;
  margin-bottom: 5px;
}

/* line 15643, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-general-settings-page .collaps-blocks-content .collaps-block .collapsible {
  border-color: white;
  box-shadow: none;
  margin-bottom: 0;
}

/* line 15647, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-general-settings-page .collaps-blocks-content .collaps-block .collapsible .collapsible-header {
  padding: 10px 15px;
  justify-content: space-between;
}

/* line 15650, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-general-settings-page .collaps-blocks-content .collaps-block .collapsible .collapsible-header h6 {
  font-size: 16px;
  letter-spacing: 0.5px;
}

/* line 15655, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-general-settings-page .collaps-blocks-content .collaps-block .collapsible .collapsible-body {
  border-color: white;
  background-color: white;
  padding: 25px 15px;
}

/* line 15659, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-general-settings-page .collaps-blocks-content .collaps-block .collapsible .collapsible-body .country-dec {
  margin-bottom: 12px;
}

/* line 15661, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-general-settings-page .collaps-blocks-content .collaps-block .collapsible .collapsible-body .country-dec label {
  font-weight: 400;
  font-size: 15px;
  line-height: 15px;
  letter-spacing: 0.02em;
  color: #688faf;
}

/* line 15669, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-general-settings-page .collaps-blocks-content .collaps-block .collapsible .collapsible-body .countries-block {
  width: 100%;
  display: flex;
}

/* line 15672, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-general-settings-page .collaps-blocks-content .collaps-block .collapsible .collapsible-body .countries-block .country {
  margin: 4px 10px 4px 0px;
}

/* line 15677, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-general-settings-page .collaps-blocks-content .collaps-block .collapsible .category-block {
  position: relative;
}

/* line 15679, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-general-settings-page .collaps-blocks-content .collaps-block .collapsible .category-block .add-cat-btn {
  width: 100%;
  margin-top: -14px;
}

/* line 15682, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-general-settings-page .collaps-blocks-content .collaps-block .collapsible .category-block .add-cat-btn .btn, .admin-general-settings-page .collaps-blocks-content .collaps-block .collapsible .category-block .add-cat-btn .btn-large {
  background-color: #33334f;
  text-transform: initial;
}

/* line 15687, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-general-settings-page .collaps-blocks-content .collaps-block .collapsible .category-block .table-responsive {
  width: 100%;
  overflow-x: auto;
}

/* line 15693, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-general-settings-page .collaps-blocks-content .collaps-block .collapsible .category-block .table-responsive tbody tr td i {
  color: #7d7d7d;
  font-size: 20px;
}

/* line 15705, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-general-settings-page .company-info {
  width: 100%;
}

/* line 15707, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-general-settings-page .company-info .content-white {
  width: 100%;
  background-color: white;
  padding: 25px 15px;
  margin-top: 8px;
}

/* line 15712, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-general-settings-page .company-info .content-white .fields {
  width: 100%;
}

/* line 15714, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-general-settings-page .company-info .content-white .fields .field {
  width: 100%;
}

/* line 15716, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-general-settings-page .company-info .content-white .fields .field label {
  font-weight: 400;
  font-size: 15px;
  line-height: 15px;
  letter-spacing: 0.02em;
  color: #688faf;
  margin-bottom: 5px;
}

/* line 15724, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-general-settings-page .company-info .content-white .fields .field input {
  border: 1px solid #cccccc !important;
  padding: 5px 5px 5px 5px !important;
  box-sizing: inherit !important;
  height: 40px !important;
  z-index: 2;
}

/* line 15732, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-general-settings-page .company-info .content-white .fields .field .select-wrapper .caret {
  z-index: 1;
}

/* line 15737, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-general-settings-page .company-info .content-white .fields .update-btn {
  display: flex;
  justify-content: flex-end;
}

/* line 15740, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-general-settings-page .company-info .content-white .fields .update-btn .update {
  text-transform: inherit;
  background-color: #33334f;
  background-color: #33334f;
  height: auto !important;
  padding: 0px 18px !important;
  cursor: pointer;
}

/* line 15752, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-general-settings-page .home-settings {
  width: 100%;
  margin: 20;
  float: left;
}

/* line 15756, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-general-settings-page .home-settings .whitebg {
  width: 100%;
  background-color: white;
  padding: 15px 5px;
  border-radius: 0px;
  margin-bottom: 2em;
}

/* line 15763, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-general-settings-page .home-settings .content-mid {
  width: 100%;
}

/* line 15766, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-general-settings-page .home-settings .fields {
  width: 100%;
  margin: 0px;
}

/* line 15769, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-general-settings-page .home-settings .fields .col {
  margin-bottom: 15px;
}

/* line 15771, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-general-settings-page .home-settings .fields .col label {
  font-weight: 400;
  font-size: 15px;
  line-height: 15px;
  letter-spacing: 0.02em;
  color: #688faf;
  margin-bottom: 5px;
  display: block;
}

/* line 15780, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-general-settings-page .home-settings .fields .col input {
  border: 1px solid #cccccc !important;
  padding: 5px 5px 5px 5px !important;
  box-sizing: inherit !important;
  height: 40px !important;
  margin-bottom: 0;
}

/* line 15787, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-general-settings-page .home-settings .fields .col textarea {
  border: 1px solid #cccccc !important;
  height: auto;
}

/* line 15793, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-general-settings-page .home-settings .fields .color-fields .field {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 5px;
}

/* line 15798, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-general-settings-page .home-settings .fields .color-fields .field .color-fill {
  display: flex;
  align-items: center;
}

/* line 15801, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-general-settings-page .home-settings .fields .color-fields .field .color-fill .inner-field-color {
  width: 50%;
}

/* line 15804, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-general-settings-page .home-settings .fields .color-fields .field .color-fill .inner-field-code {
  width: 50%;
  margin-left: 5px;
}

/* line 15813, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-general-settings-page .home-settings .fields .img-fields .field {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 5px;
}

/* line 15821, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-general-settings-page .home-settings .fields .upload-img-block img {
  width: 100%;
}

/* line 15825, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-general-settings-page .home-settings .fields .save-btn {
  display: flex;
  justify-content: flex-end;
}

/* line 15828, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-general-settings-page .home-settings .fields .save-btn .save {
  background-color: #33334f;
  height: auto !important;
  padding: 0px 18px !important;
  cursor: pointer;
}

/* line 15834, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-general-settings-page .home-settings .fields .save-btn .home-btn {
  cursor: pointer;
  background-color: transparent;
  border: 1px solid #33334f;
  color: #33334f;
  margin: 1px 10px 0px 0px;
  padding: 0px 18px !important;
}

/* line 15846, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-general-settings-page #trendstab .tags-block {
  width: 100%;
  display: flex;
  align-items: start;
  flex-direction: column;
}

/* line 15851, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-general-settings-page #trendstab .tags-block .tags-input-field {
  display: none;
}

/* line 15854, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-general-settings-page #trendstab .tags-block .easy-autocomplete {
  width: 100% !important;
}

/* line 15856, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-general-settings-page #trendstab .tags-block .easy-autocomplete input {
  display: block !important;
  margin-left: 0 !important;
  height: 55.5px !important;
  margin-bottom: 0;
  border-color: #cccccc !important;
  width: 100% !important;
  box-sizing: inherit;
}

/* line 15867, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-general-settings-page #trendstab .tags-block .tags-submit-btn .submit-tag {
  min-width: 0;
  padding: 0px 12px;
  background-color: #33334f;
  margin: 0px 0px 0px 10px;
  height: 55px;
  line-height: 2.8;
}

/* line 15876, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-general-settings-page #trendstab .tags-block .view-tags {
  border: 1px solid #cccccc;
  width: 100%;
  padding: 10px 10px 2px 10px;
  min-height: 55px;
  margin-top: 12px;
  border-radius: 24px;
}

/* line 15883, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-general-settings-page #trendstab .tags-block .view-tags .idea-tag-view {
  display: flex;
  flex-wrap: wrap;
}

/* line 15888, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-general-settings-page #trendstab .tags-block .display-tags {
  display: flex;
  width: 100%;
}

/* line 15897, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-general-settings-page .select-wrapper input {
  z-index: 2;
}

/* line 15900, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-general-settings-page .select-wrapper .dropdown-content {
  margin-top: 30px;
  margin-bottom: 0;
  top: 0px !important;
  border: 1px solid #cecece;
  border-radius: 0px;
  width: -moz-max-content !important;
  width: max-content !important;
  min-width: 100%;
}

/* line 15908, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-general-settings-page .select-wrapper .dropdown-content li {
  min-height: auto;
  line-height: initial;
  width: 100%;
}

/* line 15912, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-general-settings-page .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 15930, app/assets/stylesheets/admin/admin_dashboard.scss */
.general-settings-modal .modal-body .field-in {
  width: 100%;
}

/* line 15932, app/assets/stylesheets/admin/admin_dashboard.scss */
.general-settings-modal .modal-body .field-in label {
  font-weight: 400;
  font-size: 15px;
  line-height: 15px;
  letter-spacing: 0.02em;
  color: #688faf;
  margin-bottom: 5px;
}

/* line 15940, app/assets/stylesheets/admin/admin_dashboard.scss */
.general-settings-modal .modal-body .field-in input {
  border: 1px solid #cccccc !important;
  padding: 5px 5px 5px 5px !important;
  box-sizing: inherit !important;
  height: 40px !important;
}

/* line 15950, app/assets/stylesheets/admin/admin_dashboard.scss */
.branding-settings-page {
  width: 100%;
  position: relative;
  padding: 24px;
  background-color: #f3f3f3;
}

/* line 15955, app/assets/stylesheets/admin/admin_dashboard.scss */
.branding-settings-page .brand-block {
  width: 100%;
  margin-top: 25px;
  margin-bottom: 25px;
}

/* line 15959, app/assets/stylesheets/admin/admin_dashboard.scss */
.branding-settings-page .brand-block .row-content {
  max-width: 600px;
  width: 100%;
}

/* line 15962, app/assets/stylesheets/admin/admin_dashboard.scss */
.branding-settings-page .brand-block .row-content .row-block {
  width: 100%;
  background-color: white;
  padding: 15px 15px;
  border-radius: 5px;
}

/* line 15969, app/assets/stylesheets/admin/admin_dashboard.scss */
.branding-settings-page .brand-block .field {
  width: 100%;
}

/* line 15971, app/assets/stylesheets/admin/admin_dashboard.scss */
.branding-settings-page .brand-block .field label {
  font-weight: 400;
  font-size: 15px;
  line-height: 15px;
  letter-spacing: 0.02em;
  color: #688faf;
  margin-bottom: 5px;
}

/* line 15979, app/assets/stylesheets/admin/admin_dashboard.scss */
.branding-settings-page .brand-block .field input {
  border: 1px solid #cccccc !important;
  padding: 5px 5px 5px 5px !important;
  box-sizing: inherit !important;
  height: 40px;
}

/* line 15985, app/assets/stylesheets/admin/admin_dashboard.scss */
.branding-settings-page .brand-block .field .row-profile-content {
  width: 100%;
  display: flex;
  align-items: center;
}

/* line 15990, app/assets/stylesheets/admin/admin_dashboard.scss */
.branding-settings-page .brand-block .field .row-profile-content .col-img img {
  width: 200px;
}

/* line 15995, app/assets/stylesheets/admin/admin_dashboard.scss */
.branding-settings-page .brand-block .field .row-profile-content .browser-file .white-btn {
  background-color: #33334f;
  color: white;
  padding: 8px 12px;
  border-radius: 2px;
}

/* line 16003, app/assets/stylesheets/admin/admin_dashboard.scss */
.branding-settings-page .brand-block .field .display-fields {
  display: flex;
}

/* line 16005, app/assets/stylesheets/admin/admin_dashboard.scss */
.branding-settings-page .brand-block .field .display-fields .inner-field-color {
  width: 50%;
}

/* line 16008, app/assets/stylesheets/admin/admin_dashboard.scss */
.branding-settings-page .brand-block .field .display-fields .inner-field-code {
  width: 50%;
}

/* line 16013, app/assets/stylesheets/admin/admin_dashboard.scss */
.branding-settings-page .brand-block .submit-btns {
  width: 100%;
}

/* line 16015, app/assets/stylesheets/admin/admin_dashboard.scss */
.branding-settings-page .brand-block .submit-btns .field-btns {
  display: flex;
  justify-content: space-between;
}

/* line 16023, app/assets/stylesheets/admin/admin_dashboard.scss */
.settings-custom-side-bar {
  height: 100%;
  width: 220px;
  position: fixed;
  z-index: 1000;
  background-color: white;
  padding: 0 0 100px 0;
  top: 0;
}

/* line 16031, app/assets/stylesheets/admin/admin_dashboard.scss */
[dir=rtl] .settings-custom-side-bar {
  right: 0;
}

/* line 16034, app/assets/stylesheets/admin/admin_dashboard.scss */
.settings-custom-side-bar .max-content {
  width: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  display: block;
  height: 100vh;
  padding-bottom: 13em;
}

/* line 16042, app/assets/stylesheets/admin/admin_dashboard.scss */
.settings-custom-side-bar .content-side {
  width: 100%;
}

/* line 16044, app/assets/stylesheets/admin/admin_dashboard.scss */
.settings-custom-side-bar .content-side .back-btn {
  color: #344054;
  display: flex;
  align-items: center;
  border: 1px solid #344054;
  border-left-width: 0;
  width: 165px;
  padding: 4px 5px;
  border-radius: 2px;
  margin-bottom: 15px;
}

/* line 16055, app/assets/stylesheets/admin/admin_dashboard.scss */
[dir=rtl] .settings-custom-side-bar .content-side .back-btn {
  border-left-width: 1px;
  border-right-width: 0;
}

/* line 16060, app/assets/stylesheets/admin/admin_dashboard.scss */
.settings-custom-side-bar .content-side .back-btn i {
  rotate: -90deg;
}

/* line 16064, app/assets/stylesheets/admin/admin_dashboard.scss */
.settings-custom-side-bar .content-side .back-btn:hover {
  background-color: #344054;
  border-color: #344054;
  color: white;
}

/* line 16070, app/assets/stylesheets/admin/admin_dashboard.scss */
.settings-custom-side-bar .content-side .side-items {
  width: 100%;
  margin-top: 0px;
}

/* line 16073, app/assets/stylesheets/admin/admin_dashboard.scss */
.settings-custom-side-bar .content-side .side-items .sub-heading {
  margin: 0px;
}

/* line 16075, app/assets/stylesheets/admin/admin_dashboard.scss */
.settings-custom-side-bar .content-side .side-items .sub-heading a {
  color: #344054;
  font-size: 14px;
  letter-spacing: 0.5px;
  padding: 4px 14px;
  font-weight: 500;
  border-left: 2px solid transparent;
  white-space: nowrap;
  margin: 0;
  width: 100%;
  display: block;
}

/* line 16086, app/assets/stylesheets/admin/admin_dashboard.scss */
.settings-custom-side-bar .content-side .side-items .sub-heading a:hover {
  background-color: #f6f7f9;
}

/* line 16091, app/assets/stylesheets/admin/admin_dashboard.scss */
.settings-custom-side-bar .content-side .side-items .menu {
  color: #344054;
  font-size: 13px;
  letter-spacing: 0.5px;
  padding: 4px 14px;
  margin-bottom: 0px;
  font-weight: 400;
  display: flex;
  align-items: center;
  border-bottom: 1px solid transparent;
  border-left: 2px solid transparent;
  -webkit-transition: all 0.2s ease;
}

/* line 16103, app/assets/stylesheets/admin/admin_dashboard.scss */
.settings-custom-side-bar .content-side .side-items .menu i {
  font-size: 16px;
  margin-right: 5px;
}

/* line 16107, app/assets/stylesheets/admin/admin_dashboard.scss */
.settings-custom-side-bar .content-side .side-items .menu:hover {
  background-color: #f6f7f9;
  border-left: 2px solid transparent;
}

/* line 16112, app/assets/stylesheets/admin/admin_dashboard.scss */
.settings-custom-side-bar .content-side .side-items .side-bar-selected {
  color: black;
}

/* line 16115, app/assets/stylesheets/admin/admin_dashboard.scss */
.settings-custom-side-bar .content-side .side-items .disable-menu {
  opacity: 0.6;
  pointer-events: none;
}

/* line 16119, app/assets/stylesheets/admin/admin_dashboard.scss */
.settings-custom-side-bar .content-side .side-items .active-menu {
  color: #a5ecf4;
  font-weight: 500;
}

/* line 16124, app/assets/stylesheets/admin/admin_dashboard.scss */
.settings-custom-side-bar .content-side .heading {
  margin-bottom: 5px;
}

/* line 16126, app/assets/stylesheets/admin/admin_dashboard.scss */
.settings-custom-side-bar .content-side .heading a {
  color: #344054;
  font-size: 18px;
  letter-spacing: 0.5px;
  padding: 0px 14px;
  font-weight: 400;
}

/* line 16134, app/assets/stylesheets/admin/admin_dashboard.scss */
.settings-custom-side-bar .content-side .side-bar-logo {
  width: 100%;
  padding: 0px 12px;
  margin-bottom: 0px;
  display: flex;
  align-items: center;
}

/* line 16141, app/assets/stylesheets/admin/admin_dashboard.scss */
.settings-custom-side-bar .content-side .side-bar-logo .logo-admin {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 12px 0px 12px 0px;
}

/* line 16147, app/assets/stylesheets/admin/admin_dashboard.scss */
.settings-custom-side-bar .content-side .side-bar-logo img {
  width: 100%;
}

/* line 16150, app/assets/stylesheets/admin/admin_dashboard.scss */
.settings-custom-side-bar .content-side .side-bar-logo .square-logo {
  display: none;
}

/* line 16157, app/assets/stylesheets/admin/admin_dashboard.scss */
.fade-in {
  opacity: 1;
  animation: fadeIn ease 1s;
  -webkit-animation: fadeIn ease 1s;
  -moz-animation: fadeIn ease 1s;
  -o-animation: fadeIn ease 1s;
  -ms-animation: fadeIn ease 1s;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* line 16211, app/assets/stylesheets/admin/admin_dashboard.scss */
.settings-custom-side-bar .max-content::-webkit-scrollbar {
  width: 6px;
}

/* line 16215, app/assets/stylesheets/admin/admin_dashboard.scss */
.settings-custom-side-bar::-webkit-scrollbar {
  width: 6px;
}

/* line 16219, app/assets/stylesheets/admin/admin_dashboard.scss */
.side-bar-enable-btn {
  display: none;
}

/* line 16223, app/assets/stylesheets/admin/admin_dashboard.scss */
.approved-domain-page {
  width: 100%;
  position: relative;
  background-color: #f3f3f3;
}

/* line 16229, app/assets/stylesheets/admin/admin_dashboard.scss */
.approved-domain-page .page-heading p {
  margin-top: 8px;
  color: #6a6a6a;
  width: 100%;
  max-width: 600px;
}

/* line 16236, app/assets/stylesheets/admin/admin_dashboard.scss */
.approved-domain-page .collaps-blocks-content {
  width: 100%;
  max-width: 600px;
  display: flex;
  flex-direction: column;
  margin-top: 20px;
}

/* line 16242, app/assets/stylesheets/admin/admin_dashboard.scss */
.approved-domain-page .collaps-blocks-content .add-domain {
  background-color: #33334f;
  text-transform: initial;
}

/* line 16246, app/assets/stylesheets/admin/admin_dashboard.scss */
.approved-domain-page .collaps-blocks-content .table-block {
  width: 100%;
  margin-top: 15px;
  background-color: white;
  padding: 8px 8px;
}

/* line 16251, app/assets/stylesheets/admin/admin_dashboard.scss */
.approved-domain-page .collaps-blocks-content .table-block .table-responsive {
  width: 100%;
  overflow-x: auto;
}

/* line 16257, app/assets/stylesheets/admin/admin_dashboard.scss */
.approved-domain-page .collaps-blocks-content .table-block .table-responsive tbody tr td i {
  color: #7d7d7d;
  font-size: 20px;
}

/* line 16272, app/assets/stylesheets/admin/admin_dashboard.scss */
.approved-domain-modal .modal-body .status-inputs label {
  font-weight: 400;
  font-size: 15px;
  line-height: 15px;
  letter-spacing: 0.02em;
  color: #688faf;
  margin-bottom: 5px;
}

/* line 16280, app/assets/stylesheets/admin/admin_dashboard.scss */
.approved-domain-modal .modal-body .status-inputs input {
  border: 1px solid #cccccc !important;
  padding: 5px 5px 5px 5px !important;
  box-sizing: inherit !important;
  height: 40px !important;
}

/* line 16290, app/assets/stylesheets/admin/admin_dashboard.scss */
.custom-fields-page {
  width: 100%;
  position: relative;
  background-color: #f3f3f3;
}

/* line 16296, app/assets/stylesheets/admin/admin_dashboard.scss */
.custom-fields-page .page-heading p {
  margin-top: 8px;
  color: #6a6a6a;
  width: 100%;
  max-width: 600px;
}

/* line 16303, app/assets/stylesheets/admin/admin_dashboard.scss */
.custom-fields-page .collaps-blocks-content {
  width: 100%;
  max-width: 600px;
  display: flex;
  flex-direction: column;
  margin-top: 20px;
}

/* line 16309, app/assets/stylesheets/admin/admin_dashboard.scss */
.custom-fields-page .collaps-blocks-content .add-field {
  background-color: #33334f;
  text-transform: initial;
  margin-bottom: 8px;
}

/* line 16314, app/assets/stylesheets/admin/admin_dashboard.scss */
.custom-fields-page .collaps-blocks-content .table-block {
  width: 100%;
  margin-top: 15px;
  background-color: white;
  padding: 8px 8px;
}

/* line 16319, app/assets/stylesheets/admin/admin_dashboard.scss */
.custom-fields-page .collaps-blocks-content .table-block .table-responsive {
  width: 100%;
  overflow-x: auto;
}

/* line 16325, app/assets/stylesheets/admin/admin_dashboard.scss */
.custom-fields-page .collaps-blocks-content .table-block .table-responsive tbody tr td i {
  color: #7d7d7d;
  font-size: 20px;
}

/* line 16336, app/assets/stylesheets/admin/admin_dashboard.scss */
.custom-fields-page .top-tabs {
  width: 100%;
  margin-bottom: 0px;
  display: flex;
  border-bottom: 1px solid lightgrey;
  height: auto;
}

/* line 16342, app/assets/stylesheets/admin/admin_dashboard.scss */
.custom-fields-page .top-tabs .tab {
  height: auto;
  line-height: 2.8;
}

/* line 16345, app/assets/stylesheets/admin/admin_dashboard.scss */
.custom-fields-page .top-tabs .tab a {
  color: #000000;
  font-size: 15px;
  text-transform: initial;
  letter-spacing: 0.5px;
  padding: 0 14px;
}

/* line 16352, app/assets/stylesheets/admin/admin_dashboard.scss */
.custom-fields-page .top-tabs .tab a:hover {
  background-color: #e5e5e5;
}

/* line 16356, app/assets/stylesheets/admin/admin_dashboard.scss */
.custom-fields-page .top-tabs .tab .active {
  background-color: #7d7d7d;
  color: white;
}

/* line 16359, app/assets/stylesheets/admin/admin_dashboard.scss */
.custom-fields-page .top-tabs .tab .active:hover {
  background-color: #7d7d7d;
  color: white;
}

/* line 16365, app/assets/stylesheets/admin/admin_dashboard.scss */
.custom-fields-page .top-tabs .indicator {
  display: none;
}

/* line 16374, app/assets/stylesheets/admin/admin_dashboard.scss */
.custom-field-modal .main-block .col label {
  font-weight: 400;
  font-size: 15px;
  line-height: 15px;
  letter-spacing: 0.02em;
  color: #688faf;
  margin-bottom: 5px;
}

/* line 16382, app/assets/stylesheets/admin/admin_dashboard.scss */
.custom-field-modal .main-block .col input {
  border: 1px solid #cccccc !important;
  padding: 5px 5px 5px 5px !important;
  box-sizing: inherit !important;
  height: 40px !important;
}

/* line 16388, app/assets/stylesheets/admin/admin_dashboard.scss */
.custom-field-modal .main-block .col .dropdown-content {
  max-height: 200px;
}

/* line 16393, app/assets/stylesheets/admin/admin_dashboard.scss */
.custom-field-modal .submit-btn {
  background-color: #33334f;
  text-transform: initial;
}

/* line 16399, app/assets/stylesheets/admin/admin_dashboard.scss */
.all-settings-page {
  width: 100%;
  height: 100%;
  position: relative;
  max-width: 1424px;
}

/* line 16406, app/assets/stylesheets/admin/admin_dashboard.scss */
.all-settings-page .page-heading p {
  margin-top: 8px;
  color: #6a6a6a;
  width: 100%;
  max-width: 600px;
}

/* line 16413, app/assets/stylesheets/admin/admin_dashboard.scss */
.all-settings-page .settings-page-main {
  width: 100%;
  margin-top: 20px;
}

/* line 16416, app/assets/stylesheets/admin/admin_dashboard.scss */
.all-settings-page .settings-page-main .row-flex {
  display: flex;
  flex-wrap: wrap;
}

/* line 16420, app/assets/stylesheets/admin/admin_dashboard.scss */
.all-settings-page .settings-page-main .row-flex .card-field:last-child {
  margin-left: 1px;
}

/* line 16423, app/assets/stylesheets/admin/admin_dashboard.scss */
.all-settings-page .settings-page-main .row-flex .card-field .card {
  box-shadow: none;
  border-radius: 12px;
  background-color: #f8f9fc;
}

/* line 16427, app/assets/stylesheets/admin/admin_dashboard.scss */
.all-settings-page .settings-page-main .row-flex .card-field .card .card-content {
  display: flex;
  align-items: start;
  flex-direction: column;
  padding: 12px 12px;
  min-height: 9em;
}

/* line 16433, app/assets/stylesheets/admin/admin_dashboard.scss */
.all-settings-page .settings-page-main .row-flex .card-field .card .card-content .title-icon {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 8px;
}

/* line 16439, app/assets/stylesheets/admin/admin_dashboard.scss */
.all-settings-page .settings-page-main .row-flex .card-field .card .card-content .dec {
  text-align: left;
  color: #777777 !important;
  letter-spacing: 0.5px;
  line-height: 1.5;
  font-size: 14px;
}

/* line 16447, app/assets/stylesheets/admin/admin_dashboard.scss */
.all-settings-page .settings-page-main .row-flex .card-field .card .card-content .title-card-icon i {
  color: #7d7d7d;
  font-size: 32px !important;
  margin-right: 6px;
}

/* line 16452, app/assets/stylesheets/admin/admin_dashboard.scss */
.all-settings-page .settings-page-main .row-flex .card-field .card .card-content .title-card-icon .icon-img {
  width: 32px;
  margin-right: 6px;
}

/* line 16457, app/assets/stylesheets/admin/admin_dashboard.scss */
.all-settings-page .settings-page-main .row-flex .card-field .card .card-content .title-card {
  font-size: 18px;
  color: #3b3b3b;
  margin: 8px 0px;
}

/* line 16463, app/assets/stylesheets/admin/admin_dashboard.scss */
.all-settings-page .settings-page-main .row-flex .card-field .card:hover {
  background-color: #ddf5f8;
}

/* line 16470, app/assets/stylesheets/admin/admin_dashboard.scss */
.all-settings-page .page-tabs {
  width: 100%;
  margin: 20px 0px 5px 0px;
}

/* line 16473, app/assets/stylesheets/admin/admin_dashboard.scss */
.all-settings-page .page-tabs .tab {
  margin: 0;
}

/* line 16475, app/assets/stylesheets/admin/admin_dashboard.scss */
.all-settings-page .page-tabs .tab a {
  color: #000000;
  font-size: 16px;
  text-transform: capitalize;
  letter-spacing: 0.5px;
  border-bottom: 2px solid transparent;
  padding: 0 14px;
}

/* line 16483, app/assets/stylesheets/admin/admin_dashboard.scss */
.all-settings-page .page-tabs .tab a:hover {
  background-color: #e5e5e5;
}

/* line 16487, app/assets/stylesheets/admin/admin_dashboard.scss */
.all-settings-page .page-tabs .tab .active {
  background-color: #7d7d7d;
  color: white;
}

/* line 16490, app/assets/stylesheets/admin/admin_dashboard.scss */
.all-settings-page .page-tabs .tab .active:hover {
  background-color: #7d7d7d;
  color: white;
}

/* line 16496, app/assets/stylesheets/admin/admin_dashboard.scss */
.all-settings-page .page-tabs .indicator {
  display: none;
}

/* line 16502, app/assets/stylesheets/admin/admin_dashboard.scss */
.main-settingshover {
  background-color: #f6f7f9;
  border-left: 2px solid transparent !important;
}

/* line 16507, app/assets/stylesheets/admin/admin_dashboard.scss */
.main-userhover {
  background-color: #f6f7f9;
  border-left: 2px solid transparent !important;
}

/* line 16512, app/assets/stylesheets/admin/admin_dashboard.scss */
.main-customhover {
  background-color: #f6f7f9;
  border-left: 2px solid transparent !important;
}

/* line 16517, app/assets/stylesheets/admin/admin_dashboard.scss */
.main-tagshover {
  background-color: #f6f7f9;
  border-left: 2px solid transparent !important;
}

/* line 16522, app/assets/stylesheets/admin/admin_dashboard.scss */
.main-subscriptionhover {
  background-color: #f6f7f9;
  border-left: 2px solid transparent !important;
}

/* line 16527, app/assets/stylesheets/admin/admin_dashboard.scss */
.main-funnelhover {
  background-color: #f6f7f9;
  border-left: 2px solid transparent !important;
}

/* line 16532, app/assets/stylesheets/admin/admin_dashboard.scss */
.main-scorehover {
  background-color: #f6f7f9;
  border-left: 2px solid transparent !important;
}

/* line 16538, app/assets/stylesheets/admin/admin_dashboard.scss */
.funnel-page-card-column-head .funnel-hover-des-attach {
  position: absolute;
  z-index: 4;
  background-color: white;
  padding: 8px 5px;
  white-space: initial;
  left: 5px;
  top: 45px;
  width: 256px;
  border: 1px solid #cacaca;
  border-radius: 12px;
  box-shadow: 0 5px 40px 0 rgba(0, 0, 0, 0.11);
  display: none;
}

/* line 16551, app/assets/stylesheets/admin/admin_dashboard.scss */
.funnel-page-card-column-head .funnel-hover-des-attach ul {
  padding: 0px 0px;
  margin: 0;
}

/* line 16555, app/assets/stylesheets/admin/admin_dashboard.scss */
.funnel-page-card-column-head .funnel-hover-des-attach .dec {
  margin: 0px 0px 4px 0px;
  font-size: 14px;
  letter-spacing: 0.2px;
  line-height: 1.3;
  list-style: none;
  font-weight: 300;
  color: #182230;
}

/* line 16564, app/assets/stylesheets/admin/admin_dashboard.scss */
.funnel-page-card-column-head .funnel-hover-des-attach .attach-block {
  display: flex;
  align-items: center;
}

/* line 16567, app/assets/stylesheets/admin/admin_dashboard.scss */
.funnel-page-card-column-head .funnel-hover-des-attach .attach-block .icon-attach {
  margin-right: 5px;
}

/* line 16570, app/assets/stylesheets/admin/admin_dashboard.scss */
.funnel-page-card-column-head .funnel-hover-des-attach .attach-block a {
  font-size: 13px;
}

/* line 16573, app/assets/stylesheets/admin/admin_dashboard.scss */
.funnel-page-card-column-head .funnel-hover-des-attach .attach-block i {
  margin-right: 5px;
  font-size: 20px;
  color: #039ce5;
}

/* line 16579, app/assets/stylesheets/admin/admin_dashboard.scss */
.funnel-page-card-column-head .funnel-hover-des-attach .lane-bottom-icons {
  width: 100%;
  border-top: 1px solid #eaeaea;
  margin-top: 5px;
  padding-top: 2px;
}

/* line 16584, app/assets/stylesheets/admin/admin_dashboard.scss */
.funnel-page-card-column-head .funnel-hover-des-attach .lane-bottom-icons .flexbox {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* line 16589, app/assets/stylesheets/admin/admin_dashboard.scss */
.funnel-page-card-column-head .funnel-hover-des-attach .lane-bottom-icons .edit {
  padding: 4px 4px;
  color: #182230;
  font-weight: 400;
  display: flex;
  align-items: center;
  margin-top: 4px;
}

/* line 16596, app/assets/stylesheets/admin/admin_dashboard.scss */
.funnel-page-card-column-head .funnel-hover-des-attach .lane-bottom-icons .edit:hover {
  background-color: #f6f7f9;
}

/* line 16599, app/assets/stylesheets/admin/admin_dashboard.scss */
.funnel-page-card-column-head .funnel-hover-des-attach .lane-bottom-icons .edit i {
  font-size: 12px;
  margin-right: 2px;
}

/* line 16603, app/assets/stylesheets/admin/admin_dashboard.scss */
.funnel-page-card-column-head .funnel-hover-des-attach .lane-bottom-icons .edit span {
  font-size: 13px;
}

/* line 16611, app/assets/stylesheets/admin/admin_dashboard.scss */
.funnel-page-card-column-head:hover .funnel-hover-des-attach {
  display: block;
}

/* line 16615, app/assets/stylesheets/admin/admin_dashboard.scss */
.max-fields {
  width: 100%;
  max-width: 500px;
}

/* line 16620, app/assets/stylesheets/admin/admin_dashboard.scss */
.idea-funnel-stage-modal {
  max-width: 1050px;
  width: 100%;
  max-height: 80%;
}

/* line 16625, app/assets/stylesheets/admin/admin_dashboard.scss */
.idea-funnel-stage-modal .modal-heading .description {
  font-size: 15px;
  margin-top: 5px;
  color: #939393;
}

/* line 16631, app/assets/stylesheets/admin/admin_dashboard.scss */
.idea-funnel-stage-modal .modal-body {
  overflow-x: hidden;
}

/* line 16633, app/assets/stylesheets/admin/admin_dashboard.scss */
.idea-funnel-stage-modal .modal-body .stage-modal-field {
  width: 100%;
  display: flex;
  flex-direction: column;
}

/* line 16637, app/assets/stylesheets/admin/admin_dashboard.scss */
.idea-funnel-stage-modal .modal-body .stage-modal-field .admin-ideation-select-wrapper {
  width: 100%;
  height: auto;
  margin: 0;
}

/* line 16642, app/assets/stylesheets/admin/admin_dashboard.scss */
.idea-funnel-stage-modal .modal-body .stage-modal-field .funnel_filter {
  width: 100%;
}

/* line 16645, app/assets/stylesheets/admin/admin_dashboard.scss */
.idea-funnel-stage-modal .modal-body .stage-modal-field .stage-input-width {
  display: flex;
}

/* line 16647, app/assets/stylesheets/admin/admin_dashboard.scss */
.idea-funnel-stage-modal .modal-body .stage-modal-field .stage-input-width p {
  font-weight: 400;
  font-size: 15px;
  line-height: 15px;
  letter-spacing: 0.02em;
  color: #688faf;
  margin-bottom: 5px;
}

/* line 16655, app/assets/stylesheets/admin/admin_dashboard.scss */
.idea-funnel-stage-modal .modal-body .stage-modal-field .stage-input-width .admin-title-help-icon {
  margin-top: -2px;
  margin-left: 2px;
}

/* line 16660, app/assets/stylesheets/admin/admin_dashboard.scss */
.idea-funnel-stage-modal .modal-body .stage-modal-field input {
  border: 1px solid #cccccc !important;
  padding: 5px 5px 5px 5px !important;
  box-sizing: inherit !important;
  height: 40px !important;
}

/* line 16666, app/assets/stylesheets/admin/admin_dashboard.scss */
.idea-funnel-stage-modal .modal-body .stage-modal-field textarea {
  border: 1px solid #cccccc !important;
  padding: 5px 5px 5px 5px !important;
  box-sizing: inherit !important;
  min-height: 6em;
}

/* line 16673, app/assets/stylesheets/admin/admin_dashboard.scss */
.idea-funnel-stage-modal .modal-body .stage-modal-field .attach-block {
  flex-direction: column;
  width: 100%;
  border: none;
  display: flex;
  text-align: left;
  justify-content: left;
  align-items: left;
  padding: 12px 0px;
}

/* line 16682, app/assets/stylesheets/admin/admin_dashboard.scss */
.idea-funnel-stage-modal .modal-body .stage-modal-field .attach-block .white-btn {
  border: 1px solid #33334f;
  padding: 5px 45px;
  border-radius: 2px;
  margin-top: 5px;
  color: #33334f;
}

/* line 16688, app/assets/stylesheets/admin/admin_dashboard.scss */
.idea-funnel-stage-modal .modal-body .stage-modal-field .attach-block .white-btn:hover {
  background-color: #33334f;
  color: white;
}

/* line 16693, app/assets/stylesheets/admin/admin_dashboard.scss */
.idea-funnel-stage-modal .modal-body .stage-modal-field .attach-block #myProgress {
  width: 100%;
  background-color: #ddd;
}

/* line 16696, app/assets/stylesheets/admin/admin_dashboard.scss */
.idea-funnel-stage-modal .modal-body .stage-modal-field .attach-block #myProgress #myBar {
  width: 0%;
  height: 30px;
  background-color: #33334f;
  text-align: center;
  line-height: 30px;
  color: white;
}

/* line 16707, app/assets/stylesheets/admin/admin_dashboard.scss */
.idea-funnel-stage-modal .modal-body .tabs {
  margin-bottom: 20px;
  width: 100%;
  justify-content: flex-start;
  border-bottom: 1px solid lightgrey;
  background-color: #f3f3f3;
  display: flex;
  height: 49px;
}

/* line 16715, app/assets/stylesheets/admin/admin_dashboard.scss */
.idea-funnel-stage-modal .modal-body .tabs .tab {
  margin: 0;
}

/* line 16717, app/assets/stylesheets/admin/admin_dashboard.scss */
.idea-funnel-stage-modal .modal-body .tabs .tab a {
  color: #000000;
  font-size: 16px;
  text-transform: initial;
  letter-spacing: 0.5px;
  border-bottom: 2px solid transparent;
  padding: 0 14px;
  background-color: #fff;
}

/* line 16726, app/assets/stylesheets/admin/admin_dashboard.scss */
.idea-funnel-stage-modal .modal-body .tabs .tab .active {
  background-color: #7d7d7d;
  color: white;
}

/* line 16731, app/assets/stylesheets/admin/admin_dashboard.scss */
.idea-funnel-stage-modal .modal-body .tabs .indicator {
  display: none;
}

/* line 16736, app/assets/stylesheets/admin/admin_dashboard.scss */
.idea-funnel-stage-modal .modal-body .select-wrapper:after {
  top: 5px;
}

/* line 16739, app/assets/stylesheets/admin/admin_dashboard.scss */
.idea-funnel-stage-modal .modal-body .select-wrapper input {
  height: 40px !important;
  width: -moz-max-content !important;
  width: max-content !important;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding-right: 26px !important;
  z-index: 2;
  min-width: 100%;
  margin-bottom: 0;
}

/* line 16751, app/assets/stylesheets/admin/admin_dashboard.scss */
.idea-funnel-stage-modal .modal-body .select-wrapper .dropdown-content {
  margin-bottom: 0;
  top: 35px !important;
  border: 1px solid #cecece;
  border-radius: 0px;
  width: -moz-max-content !important;
  width: max-content !important;
  min-width: 100%;
}

/* line 16758, app/assets/stylesheets/admin/admin_dashboard.scss */
.idea-funnel-stage-modal .modal-body .select-wrapper .dropdown-content li {
  min-height: auto;
  line-height: initial;
  width: 100%;
}

/* line 16762, app/assets/stylesheets/admin/admin_dashboard.scss */
.idea-funnel-stage-modal .modal-body .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 16776, app/assets/stylesheets/admin/admin_dashboard.scss */
.idea-funnel-stage-modal .modal-body .text-align-right {
  text-align: right;
}

/* line 16780, app/assets/stylesheets/admin/admin_dashboard.scss */
.idea-funnel-stage-modal .modal-body .notification-fields .add-fields {
  width: 100%;
}

/* line 16782, app/assets/stylesheets/admin/admin_dashboard.scss */
.idea-funnel-stage-modal .modal-body .notification-fields .add-fields .field {
  margin-right: 12px;
}

/* line 16786, app/assets/stylesheets/admin/admin_dashboard.scss */
.idea-funnel-stage-modal .modal-body .notification-fields .table-block {
  width: 100%;
}

/* line 16789, app/assets/stylesheets/admin/admin_dashboard.scss */
.idea-funnel-stage-modal .modal-body .notification-fields .table-block table .name {
  display: flex;
  align-items: center;
}

/* line 16792, app/assets/stylesheets/admin/admin_dashboard.scss */
.idea-funnel-stage-modal .modal-body .notification-fields .table-block table .name img {
  height: 30px;
  border-radius: 100%;
  margin-right: 10px;
}

/* line 16804, app/assets/stylesheets/admin/admin_dashboard.scss */
.main-tag-manage-page {
  width: 100%;
  position: relative;
  background-color: white;
}

/* line 16809, app/assets/stylesheets/admin/admin_dashboard.scss */
.main-tag-manage-page .manage-tag-header .display-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* line 16813, app/assets/stylesheets/admin/admin_dashboard.scss */
.main-tag-manage-page .manage-tag-header .display-head .right-btns {
  display: flex;
  align-items: center;
}

/* line 16820, app/assets/stylesheets/admin/admin_dashboard.scss */
.main-tag-manage-page .add-tag-btn-fix .btn, .main-tag-manage-page .add-tag-btn-fix .btn-large {
  text-transform: uppercase;
  border: 1px solid #d32f2f;
  color: white;
  min-width: auto;
  padding: 0px 18px;
  margin: 0;
  height: 30px;
  background-color: #d32f2f;
  line-height: 1.8;
}

/* line 16832, app/assets/stylesheets/admin/admin_dashboard.scss */
.main-tag-manage-page .manage-tags-tabs {
  margin-bottom: -72px;
}

/* line 16836, app/assets/stylesheets/admin/admin_dashboard.scss */
.main-tag-manage-page #tag-management-section .filters-block {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 25px;
  width: 100%;
}

/* line 16842, app/assets/stylesheets/admin/admin_dashboard.scss */
.main-tag-manage-page #tag-management-section .filters-block .action-btn .actions {
  line-height: 1.4;
  background-color: transparent;
  border: 1px solid #393939;
  color: #393939;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 187px;
  padding: 2px 8px;
  margin-left: 0px;
}

/* line 16855, app/assets/stylesheets/admin/admin_dashboard.scss */
.main-tag-manage-page #tag-management-section .filters-block .action-btn .dropdown-content {
  margin-top: 38px;
}

/* line 16858, app/assets/stylesheets/admin/admin_dashboard.scss */
.main-tag-manage-page #tag-management-section .filters-block .action-btn .dropdown-content li a {
  padding: 8px 10px;
  line-height: 1.5;
}

/* line 16866, app/assets/stylesheets/admin/admin_dashboard.scss */
.main-tag-manage-page #tag-management-section .table-scroll {
  width: 100%;
  overflow: auto;
}

/* line 16879, app/assets/stylesheets/admin/admin_dashboard.scss */
.main-tag-manage-page #tag-management-section .admin-sort-table-design {
  width: 100%;
  overflow: auto;
  display: block;
  max-height: 55em;
  padding-bottom: 0px;
  margin-bottom: 20px;
}

/* line 16887, app/assets/stylesheets/admin/admin_dashboard.scss */
.main-tag-manage-page #tag-management-section .admin-sort-table-design .criteria-actions a {
  color: grey;
}

/* line 16895, app/assets/stylesheets/admin/admin_dashboard.scss */
.add-tag-variant-modal {
  width: 100%;
  max-width: 668px;
}

/* line 16900, app/assets/stylesheets/admin/admin_dashboard.scss */
.add-tag-variant-modal .tags-content .field label {
  font-weight: 400;
  font-size: 15px;
  line-height: 15px;
  letter-spacing: 0.02em;
  color: #688faf;
  margin-bottom: 5px;
}

/* line 16908, app/assets/stylesheets/admin/admin_dashboard.scss */
.add-tag-variant-modal .tags-content .field input {
  border: 1px solid #cccccc !important;
  padding: 5px 5px 5px 5px !important;
  box-sizing: inherit !important;
  height: 40px !important;
  margin-bottom: 15px;
}

/* line 16915, app/assets/stylesheets/admin/admin_dashboard.scss */
.add-tag-variant-modal .tags-content .field textarea {
  border: 1px solid #cccccc !important;
  padding: 5px 5px 5px 5px !important;
  box-sizing: inherit !important;
  height: auto !important;
  margin-bottom: 15px;
}

/* line 16924, app/assets/stylesheets/admin/admin_dashboard.scss */
.add-tag-variant-modal .tags-content .img-field .file-field {
  width: 100%;
  padding: 0;
  flex-direction: inherit;
  margin-bottom: 12px;
  margin-top: 5px;
  flex-direction: column;
  justify-content: center;
}

/* line 16933, app/assets/stylesheets/admin/admin_dashboard.scss */
.add-tag-variant-modal .tags-content .img-field .file-field .white-btn input {
  height: auto !important;
}

/* line 16939, app/assets/stylesheets/admin/admin_dashboard.scss */
.add-tag-variant-modal .tags-content .add-variants-block {
  width: 100%;
  display: flex;
  flex-direction: column;
}

/* line 16943, app/assets/stylesheets/admin/admin_dashboard.scss */
.add-tag-variant-modal .tags-content .add-variants-block .nested-fields {
  display: flex;
  align-items: center;
  width: 72%;
}

/* line 16947, app/assets/stylesheets/admin/admin_dashboard.scss */
.add-tag-variant-modal .tags-content .add-variants-block .nested-fields .tag-field {
  width: 78%;
  margin-right: 8px;
}

/* line 16951, app/assets/stylesheets/admin/admin_dashboard.scss */
.add-tag-variant-modal .tags-content .add-variants-block .nested-fields .remove_fields {
  padding: 0;
  background-color: transparent;
}

/* line 16957, app/assets/stylesheets/admin/admin_dashboard.scss */
.add-tag-variant-modal .tags-content .add-variants-block .links .add_fields {
  display: flex;
  align-items: center;
  width: 125px;
  justify-content: center;
  text-transform: initial;
  background-color: transparent;
  border: 1px solid #33334f;
  color: #33334f;
  padding: 0px 12px;
}

/* line 16967, app/assets/stylesheets/admin/admin_dashboard.scss */
.add-tag-variant-modal .tags-content .add-variants-block .links .add_fields:hover {
  background-color: #33334f;
  color: white;
}

/* line 16977, app/assets/stylesheets/admin/admin_dashboard.scss */
.add-tag-variant-modal .modal-footer--sticky .submit-btn .add-company-tag {
  background-color: #33334f;
  text-transform: initial;
  color: white;
  padding: 0px 20px;
}

/* line 16987, app/assets/stylesheets/admin/admin_dashboard.scss */
.edit-company-tags-page {
  width: 100%;
  position: relative;
}

/* line 16990, app/assets/stylesheets/admin/admin_dashboard.scss */
.edit-company-tags-page .max-content {
  width: 100%;
  max-width: 600px;
  display: flex;
  flex-direction: column;
  margin-top: 20px;
}

/* line 16996, app/assets/stylesheets/admin/admin_dashboard.scss */
.edit-company-tags-page .max-content .page-content {
  width: 100%;
  background-color: white;
  padding: 12px 16px;
  border-radius: 8px;
  margin-bottom: 12px;
}

/* line 17002, app/assets/stylesheets/admin/admin_dashboard.scss */
.edit-company-tags-page .max-content .page-content .field {
  width: 100%;
}

/* line 17004, app/assets/stylesheets/admin/admin_dashboard.scss */
.edit-company-tags-page .max-content .page-content .field label {
  font-weight: 400;
  font-size: 15px;
  line-height: 15px;
  letter-spacing: 0.02em;
  color: #688faf;
  margin-bottom: 5px;
}

/* line 17012, app/assets/stylesheets/admin/admin_dashboard.scss */
.edit-company-tags-page .max-content .page-content .field input {
  border: 1px solid #cccccc !important;
  padding: 5px 5px 5px 5px !important;
  box-sizing: inherit !important;
  height: 40px !important;
  margin-bottom: 15px;
}

/* line 17019, app/assets/stylesheets/admin/admin_dashboard.scss */
.edit-company-tags-page .max-content .page-content .field textarea {
  border: 1px solid #cccccc !important;
  padding: 5px 5px 5px 5px !important;
  box-sizing: inherit !important;
  height: auto !important;
  margin-bottom: 15px;
}

/* line 17028, app/assets/stylesheets/admin/admin_dashboard.scss */
.edit-company-tags-page .max-content .page-content .field .select-wrapper input {
  z-index: 1;
}

/* line 17031, app/assets/stylesheets/admin/admin_dashboard.scss */
.edit-company-tags-page .max-content .page-content .field .select-wrapper .dropdown-content {
  margin-top: 40px;
}

/* line 17033, app/assets/stylesheets/admin/admin_dashboard.scss */
.edit-company-tags-page .max-content .page-content .field .select-wrapper .dropdown-content li {
  min-height: auto;
  line-height: initial;
}

/* line 17036, app/assets/stylesheets/admin/admin_dashboard.scss */
.edit-company-tags-page .max-content .page-content .field .select-wrapper .dropdown-content li span {
  line-height: 5px;
  padding: 15px 15px;
}

/* line 17045, app/assets/stylesheets/admin/admin_dashboard.scss */
.edit-company-tags-page .max-content .page-content .field-img img {
  width: 100%;
  margin-bottom: 15px;
}

/* line 17050, app/assets/stylesheets/admin/admin_dashboard.scss */
.edit-company-tags-page .max-content .page-content .nested-fields {
  display: flex;
  align-items: center;
}

/* line 17053, app/assets/stylesheets/admin/admin_dashboard.scss */
.edit-company-tags-page .max-content .page-content .nested-fields .remove_fields {
  margin-left: 8px;
}

/* line 17058, app/assets/stylesheets/admin/admin_dashboard.scss */
.edit-company-tags-page .max-content .page-content .links .add_fields {
  display: flex;
  align-items: center;
  width: 125px;
  justify-content: center;
  text-transform: initial;
  background-color: transparent;
  padding: 0px 12px;
  border: 1px solid #33334f;
  color: #33334f;
}

/* line 17068, app/assets/stylesheets/admin/admin_dashboard.scss */
.edit-company-tags-page .max-content .page-content .links .add_fields:hover {
  color: white;
  background-color: #33334f;
}

/* line 17075, app/assets/stylesheets/admin/admin_dashboard.scss */
.edit-company-tags-page .max-content .page-content .update-btn {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  margin: 8px 0px;
}

/* line 17080, app/assets/stylesheets/admin/admin_dashboard.scss */
.edit-company-tags-page .max-content .page-content .update-btn input[type="submit"] {
  background-color: #33334f;
  padding: 8px 18px;
  color: white;
  border: 1px solid;
}

/* line 17091, app/assets/stylesheets/admin/admin_dashboard.scss */
.manage-canvasses-page {
  width: 100%;
  height: 100%;
  position: relative;
}

/* line 17096, app/assets/stylesheets/admin/admin_dashboard.scss */
[dir=rtl] .manage-canvasses-page {
  padding: 74px 240px 12px 20px;
}

/* line 17099, app/assets/stylesheets/admin/admin_dashboard.scss */
.manage-canvasses-page .page-header {
  margin-bottom: 15px;
}

/* line 17101, app/assets/stylesheets/admin/admin_dashboard.scss */
.manage-canvasses-page .page-header .right-btns {
  justify-content: end;
}

/* line 17104, app/assets/stylesheets/admin/admin_dashboard.scss */
.manage-canvasses-page .page-header .search-field {
  background-color: transparent !important;
  border: 1px solid transparent !important;
  margin-bottom: 0px;
}

/* line 17109, app/assets/stylesheets/admin/admin_dashboard.scss */
.manage-canvasses-page .page-header .searchbar {
  border-left: 1px solid #e1e4ea;
  padding-left: 22px !important;
}

/* line 17112, app/assets/stylesheets/admin/admin_dashboard.scss */
.manage-canvasses-page .page-header .searchbar .search-bar-magnify {
  left: 8px;
}

/* line 17117, app/assets/stylesheets/admin/admin_dashboard.scss */
.manage-canvasses-page .top-filters {
  width: 100%;
}

/* line 17119, app/assets/stylesheets/admin/admin_dashboard.scss */
.manage-canvasses-page .top-filters .flex-box {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 0px;
  margin-top: 0px;
}

/* line 17126, app/assets/stylesheets/admin/admin_dashboard.scss */
.manage-canvasses-page .top-filters .flex-box .left-filters {
  width: 100%;
  padding-right: 0px;
}

/* line 17130, app/assets/stylesheets/admin/admin_dashboard.scss */
.manage-canvasses-page .top-filters .flex-box .right-switchs {
  padding: 0px 15px;
}

/* line 17135, app/assets/stylesheets/admin/admin_dashboard.scss */
.manage-canvasses-page .top-filters .select-wrapper .caret {
  z-index: 1;
}

/* line 17138, app/assets/stylesheets/admin/admin_dashboard.scss */
.manage-canvasses-page .top-filters .select-wrapper input {
  z-index: 2;
  margin-bottom: 0;
}

/* line 17142, app/assets/stylesheets/admin/admin_dashboard.scss */
.manage-canvasses-page .top-filters .select-wrapper .dropdown-content {
  top: 35px !important;
}

/* line 17144, app/assets/stylesheets/admin/admin_dashboard.scss */
.manage-canvasses-page .top-filters .select-wrapper .dropdown-content li {
  min-height: auto;
  line-height: initial;
  width: 100%;
}

/* line 17148, app/assets/stylesheets/admin/admin_dashboard.scss */
.manage-canvasses-page .top-filters .select-wrapper .dropdown-content li span {
  line-height: 5px;
  padding: 15px 15px;
  width: 100%;
}

/* line 17157, app/assets/stylesheets/admin/admin_dashboard.scss */
.manage-canvasses-page .top-filters .right-switchs .switch-tabs {
  width: auto;
  margin-left: 0px;
}

/* line 17160, app/assets/stylesheets/admin/admin_dashboard.scss */
.manage-canvasses-page .top-filters .right-switchs .switch-tabs .tabs {
  height: 38px;
  border: 1px solid #757575;
  padding: 0px 3px;
  overflow-x: hidden;
  border-radius: 50px;
}

/* line 17166, app/assets/stylesheets/admin/admin_dashboard.scss */
.manage-canvasses-page .top-filters .right-switchs .switch-tabs .tabs .tab {
  line-height: initial;
  height: auto;
  padding: 4px 2px;
}

/* line 17171, app/assets/stylesheets/admin/admin_dashboard.scss */
.manage-canvasses-page .top-filters .right-switchs .switch-tabs .tabs .tab a {
  cursor: pointer;
  color: #404040;
  padding: 5px 10px;
  border-radius: 0px;
  transition: 0.2s ease-out;
  border-radius: 50px;
}

/* line 17179, app/assets/stylesheets/admin/admin_dashboard.scss */
.manage-canvasses-page .top-filters .right-switchs .switch-tabs .tabs .tab .active {
  background-color: #404040;
  color: white;
}

/* line 17184, app/assets/stylesheets/admin/admin_dashboard.scss */
.manage-canvasses-page .top-filters .right-switchs .switch-tabs .tabs .indicator {
  display: none;
}

/* line 17193, app/assets/stylesheets/admin/admin_dashboard.scss */
.manage-canvasses-page table .clone-btn {
  align-items: center;
  justify-content: center;
  background-color: transparent;
  border: 1px solid #33334f;
  color: #33334f;
  min-width: auto;
  padding: 0px 5px;
}

/* line 17201, app/assets/stylesheets/admin/admin_dashboard.scss */
.manage-canvasses-page table .clone-btn:hover {
  background-color: #33334f;
  color: white;
}

/* line 17209, app/assets/stylesheets/admin/admin_dashboard.scss */
.add-canvasses-page
.content-block
.cont-p:hover
.container-p-actions
.right-actions {
  opacity: 1;
}

/* line 17217, app/assets/stylesheets/admin/admin_dashboard.scss */
.add-canvasses-page .content-block .cont-p:hover .add-container-block-btn {
  opacity: 1;
}

/* line 17221, app/assets/stylesheets/admin/admin_dashboard.scss */
.add-canvasses-page
.content-block
.container-block
.block-titile:hover
.edit-block-ico {
  display: flex;
}

/* line 17229, app/assets/stylesheets/admin/admin_dashboard.scss */
.add-canvasses-page
.content-block
.container-block
.block-titile:hover
.flex-field {
  margin-right: 12px;
}

/* line 17237, app/assets/stylesheets/admin/admin_dashboard.scss */
.add-canvasses-page
.content-block
.container-block
.block-titile:hover
.tooltip {
  display: block;
}

/* line 17245, app/assets/stylesheets/admin/admin_dashboard.scss */
.add-canvasses-page .content-block .cont-p:hover .container-p-actions .tooltip {
  display: block;
}

/* line 17249, app/assets/stylesheets/admin/admin_dashboard.scss */
.add-canvasses-page .content-block .cont-p:hover .add-new-link-blocks {
  opacity: 1;
}

/* line 17253, app/assets/stylesheets/admin/admin_dashboard.scss */
.add-canvasses-page {
  width: 100%;
  padding: 62px 20px 12px 240px;
  height: 100%;
  position: relative;
}

/* line 17258, app/assets/stylesheets/admin/admin_dashboard.scss */
[dir=rtl] .add-canvasses-page {
  padding: 62px 240px 12px 20px;
}

/* line 17261, app/assets/stylesheets/admin/admin_dashboard.scss */
.add-canvasses-page .page-bottom {
  display: flex;
}

/* line 17266, app/assets/stylesheets/admin/admin_dashboard.scss */
.add-canvasses-page .page-header {
  position: relative;
}

/* line 17268, app/assets/stylesheets/admin/admin_dashboard.scss */
.add-canvasses-page .page-header .head-p {
  width: 100%;
  margin-bottom: 20px;
}

/* line 17274, app/assets/stylesheets/admin/admin_dashboard.scss */
.add-canvasses-page .page-header .right-btns {
  justify-content: end;
}

/* line 17276, app/assets/stylesheets/admin/admin_dashboard.scss */
.add-canvasses-page .page-header .right-btns .btn, .add-canvasses-page .page-header .right-btns .btn-large {
  min-width: auto;
  padding: 0px 12px;
  background-color: transparent;
  color: #33334f;
  border: 1px solid #33334f;
  position: relative;
  margin-left: 8px;
}

/* line 17284, app/assets/stylesheets/admin/admin_dashboard.scss */
.add-canvasses-page .page-header .right-btns .btn:hover, .add-canvasses-page .page-header .right-btns .btn-large:hover {
  background-color: #33334f;
  color: white;
}

/* line 17290, app/assets/stylesheets/admin/admin_dashboard.scss */
.add-canvasses-page .page-header .search-field {
  background-color: transparent !important;
  border: 1px solid #a5a5a5 !important;
}

/* line 17296, app/assets/stylesheets/admin/admin_dashboard.scss */
.add-canvasses-page .select-wrapper .caret {
  z-index: 1;
  display: none;
}

/* line 17300, app/assets/stylesheets/admin/admin_dashboard.scss */
.add-canvasses-page .select-wrapper input {
  z-index: 2;
  margin-bottom: 0;
  color: gray;
}

/* line 17305, app/assets/stylesheets/admin/admin_dashboard.scss */
.add-canvasses-page .select-wrapper .dropdown-content {
  top: 35px !important;
  width: -moz-max-content !important;
  width: max-content !important;
  min-width: 100%;
}

/* line 17309, app/assets/stylesheets/admin/admin_dashboard.scss */
.add-canvasses-page .select-wrapper .dropdown-content li {
  min-height: auto;
  line-height: initial;
  width: 100%;
}

/* line 17313, app/assets/stylesheets/admin/admin_dashboard.scss */
.add-canvasses-page .select-wrapper .dropdown-content li span {
  line-height: 25px;
  padding: 5px 15px;
  width: 100%;
}

/* line 17322, app/assets/stylesheets/admin/admin_dashboard.scss */
.add-canvasses-page .content-block {
  width: 100%;
  float: left;
  padding-right: 12px;
}

/* line 17326, app/assets/stylesheets/admin/admin_dashboard.scss */
.add-canvasses-page .content-block .col {
  padding: 0 0.5rem;
}

/* line 17329, app/assets/stylesheets/admin/admin_dashboard.scss */
.add-canvasses-page .content-block .header-p {
  width: 100%;
  padding: 0px 0px;
}

/* line 17332, app/assets/stylesheets/admin/admin_dashboard.scss */
.add-canvasses-page .content-block .header-p .border-b {
  border: 1px solid #9e9e9e;
  height: 35px;
  width: 100%;
  display: flex;
  align-items: center;
  padding: 0px 10px;
}

/* line 17339, app/assets/stylesheets/admin/admin_dashboard.scss */
.add-canvasses-page .content-block .header-p .border-b p {
  color: grey;
  font-size: 14px;
}

/* line 17345, app/assets/stylesheets/admin/admin_dashboard.scss */
.add-canvasses-page .content-block .header-p .p-title .flex-box {
  align-items: flex-end;
}

/* line 17350, app/assets/stylesheets/admin/admin_dashboard.scss */
.add-canvasses-page .content-block .cont-p {
  width: 100%;
  padding: 12px 18px;
  background-color: white;
  margin-bottom: 10px;
  border: 3px solid transparent;
  transition: all 0.3s;
  border-radius: 12px;
  position: relative;
}

/* line 17360, app/assets/stylesheets/admin/admin_dashboard.scss */
.add-canvasses-page .content-block .cont-p:hover {
  border: 3px solid #b0c6c9;
}

/* line 17365, app/assets/stylesheets/admin/admin_dashboard.scss */
.add-canvasses-page .content-block .cont-p .add-new-link-blocks {
  position: relative;
  opacity: 0;
}

/* line 17368, app/assets/stylesheets/admin/admin_dashboard.scss */
.add-canvasses-page .content-block .cont-p .add-new-link-blocks .add_fields {
  background-color: transparent;
  color: #33334f;
  position: absolute;
  right: 100px;
  margin-top: -5px;
  z-index: 2;
  opacity: 1;
  padding: 5px 10px;
  line-height: 2;
}

/* line 17378, app/assets/stylesheets/admin/admin_dashboard.scss */
.add-canvasses-page .content-block .cont-p .add-new-link-blocks .add_fields:hover {
  background-color: #eceff3;
}

/* line 17383, app/assets/stylesheets/admin/admin_dashboard.scss */
.add-canvasses-page .content-block .cont-p .tooltip {
  margin: -17px 0px 0px 5px;
  display: none;
}

/* line 17388, app/assets/stylesheets/admin/admin_dashboard.scss */
.add-canvasses-page .content-block .cont-p .field .tox-editor-header {
  display: none;
}

/* line 17391, app/assets/stylesheets/admin/admin_dashboard.scss */
.add-canvasses-page .content-block .cont-p .field .tox-statusbar {
  display: none !important;
}

/* line 17395, app/assets/stylesheets/admin/admin_dashboard.scss */
.add-canvasses-page .content-block .cont-p .field .tox-editor-container-hover1 .tox-editor-header {
  display: block;
}

/* line 17400, app/assets/stylesheets/admin/admin_dashboard.scss */
.add-canvasses-page .content-block .cont-p .field .tox-editor-container-hover2 .tox-editor-header {
  display: block;
}

/* line 17405, app/assets/stylesheets/admin/admin_dashboard.scss */
.add-canvasses-page .content-block .cont-p .field .tox-editor-container-hover3 .tox-editor-header {
  display: block;
}

/* line 17410, app/assets/stylesheets/admin/admin_dashboard.scss */
.add-canvasses-page .content-block .cont-p .field .tox-editor-container-hover4 .tox-editor-header {
  display: block;
}

/* line 17415, app/assets/stylesheets/admin/admin_dashboard.scss */
.add-canvasses-page .content-block .cont-p .field .tox-editor-container-hover5 .tox-editor-header {
  display: block;
}

/* line 17420, app/assets/stylesheets/admin/admin_dashboard.scss */
.add-canvasses-page .content-block .cont-p .field .tox-editor-container-hover6 .tox-editor-header {
  display: block;
}

/* line 17425, app/assets/stylesheets/admin/admin_dashboard.scss */
.add-canvasses-page .content-block .cont-p .field input {
  margin-bottom: 0px;
  color: grey;
}

/* line 17429, app/assets/stylesheets/admin/admin_dashboard.scss */
.add-canvasses-page .content-block .cont-p .field label {
  font-weight: 400;
  font-size: 15px;
  line-height: 15px;
  letter-spacing: 0.02em;
  color: #688faf;
  margin-bottom: 5px;
  display: block;
}

/* line 17440, app/assets/stylesheets/admin/admin_dashboard.scss */
.add-canvasses-page .content-block .cont-p .p-title .h5 {
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.5px;
  color: gray;
}

/* line 17449, app/assets/stylesheets/admin/admin_dashboard.scss */
.add-canvasses-page .content-block .cont-p .field-logo .company-logo {
  width: 100%;
  padding: 0px 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0px;
}

/* line 17457, app/assets/stylesheets/admin/admin_dashboard.scss */
.add-canvasses-page .content-block .cont-p .field-logo .company-logo img {
  width: 160px;
}

/* line 17462, app/assets/stylesheets/admin/admin_dashboard.scss */
.add-canvasses-page .content-block .cont-p .flex-box {
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

/* line 17468, app/assets/stylesheets/admin/admin_dashboard.scss */
.add-canvasses-page .content-block .cont-p .container-p-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 5px;
  opacity: 1;
}

/* line 17474, app/assets/stylesheets/admin/admin_dashboard.scss */
.add-canvasses-page .content-block .cont-p .container-p-actions .right-actions {
  width: auto;
  padding-left: 12px;
  opacity: 0;
  position: relative;
  margin-top: -4px;
  margin-bottom: 4px;
}

/* line 17481, app/assets/stylesheets/admin/admin_dashboard.scss */
.add-canvasses-page .content-block .cont-p .container-p-actions .right-actions .act-icons {
  display: flex;
  align-items: center;
}

/* line 17484, app/assets/stylesheets/admin/admin_dashboard.scss */
.add-canvasses-page .content-block .cont-p .container-p-actions .right-actions .act-icons a {
  margin-left: 8px;
  color: gray;
  display: flex;
  align-items: center;
}

/* line 17490, app/assets/stylesheets/admin/admin_dashboard.scss */
.add-canvasses-page .content-block .cont-p .container-p-actions .right-actions .act-icons a:hover {
  color: black;
}

/* line 17493, app/assets/stylesheets/admin/admin_dashboard.scss */
.add-canvasses-page .content-block .cont-p .container-p-actions .right-actions .act-icons a .hover-tool-text {
  position: absolute;
  background-color: white;
  top: 35px;
  left: 0;
  border: 1px solid #dfdfdf;
  word-break: break-word;
  z-index: 20;
  display: none;
  padding: 5px 8px;
}

/* line 17511, app/assets/stylesheets/admin/admin_dashboard.scss */
.add-canvasses-page .content-block .cont-p .idea-data-table-block .table-responsive-b {
  height: 15.5em;
  overflow-y: auto;
}

/* line 17516, app/assets/stylesheets/admin/admin_dashboard.scss */
.add-canvasses-page .content-block .cont-p .idea-data-table-block table td {
  border-bottom: 1px solid #ccc !important;
}

/* line 17520, app/assets/stylesheets/admin/admin_dashboard.scss */
.add-canvasses-page .content-block .cont-p .idea-data-table-block .table-drop {
  min-width: 200px;
}

/* line 17523, app/assets/stylesheets/admin/admin_dashboard.scss */
.add-canvasses-page .content-block .cont-p .idea-data-table-block .table-drop .select-wrapper input {
  margin-bottom: 0px;
}

/* line 17530, app/assets/stylesheets/admin/admin_dashboard.scss */
.add-canvasses-page .content-block .container-block {
  width: 100%;
  padding: 0px 0px;
}

/* line 17536, app/assets/stylesheets/admin/admin_dashboard.scss */
.add-canvasses-page .content-block .container-block .data-table-box .table-responsive-b table input {
  margin-bottom: 0px;
}

/* line 17543, app/assets/stylesheets/admin/admin_dashboard.scss */
.add-canvasses-page .content-block .container-block .data-table-box .table-drop .select-wrapper .dropdown-content {
  max-height: 500px;
}

/* line 17549, app/assets/stylesheets/admin/admin_dashboard.scss */
.add-canvasses-page .content-block .container-block .add-container-block-btn {
  position: absolute;
  width: 100%;
  opacity: 0;
  top: 14px;
  right: 126px;
}

/* line 17555, app/assets/stylesheets/admin/admin_dashboard.scss */
.add-canvasses-page .content-block .container-block .add-container-block-btn .add-container-blocks {
  background-color: transparent;
  color: #33334f;
  position: absolute;
  right: -10px;
  margin-top: -8px;
  z-index: 2;
  opacity: 1;
  padding: 5px 10px;
  line-height: 2;
}

/* line 17565, app/assets/stylesheets/admin/admin_dashboard.scss */
.add-canvasses-page .content-block .container-block .add-container-block-btn .add-container-blocks:hover {
  background-color: #eceff3;
}

/* line 17570, app/assets/stylesheets/admin/admin_dashboard.scss */
.add-canvasses-page .content-block .container-block .block-titile {
  position: relative;
  margin-bottom: 12px;
}

/* line 17573, app/assets/stylesheets/admin/admin_dashboard.scss */
.add-canvasses-page .content-block .container-block .block-titile .flex-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* line 17577, app/assets/stylesheets/admin/admin_dashboard.scss */
.add-canvasses-page .content-block .container-block .block-titile .flex-title .flex-field {
  width: 100%;
  display: flex;
  align-items: center;
}

/* line 17581, app/assets/stylesheets/admin/admin_dashboard.scss */
.add-canvasses-page .content-block .container-block .block-titile .flex-title .flex-field .drop {
  width: 100%;
}

/* line 17584, app/assets/stylesheets/admin/admin_dashboard.scss */
.add-canvasses-page .content-block .container-block .block-titile .flex-title .flex-field .tooltip {
  margin-left: 10px;
}

/* line 17589, app/assets/stylesheets/admin/admin_dashboard.scss */
.add-canvasses-page .content-block .container-block .block-titile .edit-block-ico {
  position: relative;
  color: gray;
  display: none;
  justify-content: center;
  align-items: center;
  margin-top: -7px;
  margin-left: 7px;
}

/* line 17597, app/assets/stylesheets/admin/admin_dashboard.scss */
.add-canvasses-page .content-block .container-block .block-titile .edit-block-ico i {
  font-size: 20px;
}

/* line 17603, app/assets/stylesheets/admin/admin_dashboard.scss */
.add-canvasses-page .content-block .container-block .field input {
  margin-bottom: 12px;
  color: gray;
}

/* line 17609, app/assets/stylesheets/admin/admin_dashboard.scss */
.add-canvasses-page .content-block .footer-block {
  width: 100%;
  margin-bottom: 2em;
}

/* line 17614, app/assets/stylesheets/admin/admin_dashboard.scss */
.add-canvasses-page .add-container-block {
  width: 100%;
  margin-top: 1em;
  margin-bottom: 1em;
}

/* line 17618, app/assets/stylesheets/admin/admin_dashboard.scss */
.add-canvasses-page .add-container-block .add-container {
  min-width: auto;
  padding: 0px 12px;
  background-color: transparent;
  color: #33334f;
  border: 1px solid #33334f;
  position: relative;
  margin-left: 0px;
  display: flex;
  justify-content: flex-start;
  width: 200px;
}

/* line 17631, app/assets/stylesheets/admin/admin_dashboard.scss */
.add-canvasses-page .row {
  margin-bottom: 0px;
}

/* line 17635, app/assets/stylesheets/admin/admin_dashboard.scss */
.add-canvasses-page .settings-block {
  width: 340px;
  display: block;
}

/* line 17638, app/assets/stylesheets/admin/admin_dashboard.scss */
.add-canvasses-page .settings-block .content-block {
  background-color: white;
  padding: 15px 18px;
  border-radius: 12px;
}

/* line 17642, app/assets/stylesheets/admin/admin_dashboard.scss */
.add-canvasses-page .settings-block .content-block .p-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* line 17646, app/assets/stylesheets/admin/admin_dashboard.scss */
.add-canvasses-page .settings-block .content-block .p-title .add-icon {
  display: none;
}

/* line 17649, app/assets/stylesheets/admin/admin_dashboard.scss */
.add-canvasses-page .settings-block .content-block .p-title .h5 {
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.5px;
  color: gray;
}

/* line 17656, app/assets/stylesheets/admin/admin_dashboard.scss */
.add-canvasses-page .settings-block .content-block .p-title .right-cross {
  color: grey;
  cursor: pointer;
}

/* line 17659, app/assets/stylesheets/admin/admin_dashboard.scss */
.add-canvasses-page .settings-block .content-block .p-title .right-cross:hover {
  color: black;
}

/* line 17664, app/assets/stylesheets/admin/admin_dashboard.scss */
.add-canvasses-page .settings-block .content-block label {
  font-weight: 400;
  font-size: 15px;
  line-height: 15px;
  letter-spacing: 0.02em;
  color: #688faf;
  margin-bottom: 5px;
  display: block;
}

/* line 17673, app/assets/stylesheets/admin/admin_dashboard.scss */
.add-canvasses-page .settings-block .content-block input {
  color: gray;
  margin-bottom: 2px;
}

/* line 17677, app/assets/stylesheets/admin/admin_dashboard.scss */
.add-canvasses-page .settings-block .content-block .field {
  margin-bottom: 12px;
}

/* line 17680, app/assets/stylesheets/admin/admin_dashboard.scss */
.add-canvasses-page .settings-block .content-block .connected {
  margin-top: 10px;
}

/* line 17682, app/assets/stylesheets/admin/admin_dashboard.scss */
.add-canvasses-page .settings-block .content-block .connected .connet-field {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* line 17688, app/assets/stylesheets/admin/admin_dashboard.scss */
.add-canvasses-page .settings-block .content-block .activity-feed {
  margin-top: 10px;
  margin-bottom: 15px;
}

/* line 17691, app/assets/stylesheets/admin/admin_dashboard.scss */
.add-canvasses-page .settings-block .content-block .activity-feed .act-block {
  width: 100%;
  margin-top: 15px;
}

/* line 17694, app/assets/stylesheets/admin/admin_dashboard.scss */
.add-canvasses-page .settings-block .content-block .activity-feed .act-block .activity-field {
  width: 100%;
  display: flex;
  margin: 5px 0px;
  align-items: center;
  border-bottom: 1px solid #efefef;
  padding-bottom: 8px;
}

/* line 17701, app/assets/stylesheets/admin/admin_dashboard.scss */
.add-canvasses-page .settings-block .content-block .activity-feed .act-block .activity-field .act-profile-img {
  width: auto;
  margin-right: 12px;
}

/* line 17704, app/assets/stylesheets/admin/admin_dashboard.scss */
.add-canvasses-page .settings-block .content-block .activity-feed .act-block .activity-field .act-profile-img img {
  width: 30px;
}

/* line 17708, app/assets/stylesheets/admin/admin_dashboard.scss */
.add-canvasses-page .settings-block .content-block .activity-feed .act-block .activity-field .right-text {
  width: 100%;
  display: flex;
  align-items: start;
  flex-direction: column;
}

/* line 17713, app/assets/stylesheets/admin/admin_dashboard.scss */
.add-canvasses-page .settings-block .content-block .activity-feed .act-block .activity-field .right-text h5 {
  margin: 0;
  font-size: 14px;
  color: #4b4b4b;
}

/* line 17718, app/assets/stylesheets/admin/admin_dashboard.scss */
.add-canvasses-page .settings-block .content-block .activity-feed .act-block .activity-field .right-text p {
  margin-top: 5px;
  font-size: 12px;
  color: #787878;
  font-style: italic;
}

/* line 17731, app/assets/stylesheets/admin/admin_dashboard.scss */
.add-canvasses-page .pageleftcontentenable {
  width: 100%;
}

/* line 17734, app/assets/stylesheets/admin/admin_dashboard.scss */
.add-canvasses-page .viewmorefiltersblockenable {
  display: block;
  width: 50px;
}

/* line 17737, app/assets/stylesheets/admin/admin_dashboard.scss */
.add-canvasses-page .viewmorefiltersblockenable .field {
  opacity: 0;
  pointer-events: none;
}

/* line 17741, app/assets/stylesheets/admin/admin_dashboard.scss */
.add-canvasses-page .viewmorefiltersblockenable .p-title {
  display: flex;
  flex-direction: row-reverse;
  rotate: 90deg;
  margin: 60px 0px 0px -5px;
}

/* line 17746, app/assets/stylesheets/admin/admin_dashboard.scss */
.add-canvasses-page .viewmorefiltersblockenable .p-title .minus-icon {
  display: none;
}

/* line 17749, app/assets/stylesheets/admin/admin_dashboard.scss */
.add-canvasses-page .viewmorefiltersblockenable .p-title .add-icon {
  display: block !important;
  margin: 0px 0px 7px 0px;
}

/* line 17753, app/assets/stylesheets/admin/admin_dashboard.scss */
.add-canvasses-page .viewmorefiltersblockenable .p-title .right-cross {
  margin: 0px 5px 0px 0px;
}

/* line 17759, app/assets/stylesheets/admin/admin_dashboard.scss */
.add-canvasses-page .idea-description-content .tox-tinymce {
  min-height: 231px !important;
  height: auto !important;
}

/* line 17767, app/assets/stylesheets/admin/admin_dashboard.scss */
.add-canvas-container-modal .main-content {
  width: 100%;
}

/* line 17769, app/assets/stylesheets/admin/admin_dashboard.scss */
.add-canvas-container-modal .main-content .flex-box {
  width: 100%;
  display: flex;
}

/* line 17772, app/assets/stylesheets/admin/admin_dashboard.scss */
.add-canvas-container-modal .main-content .flex-box .block-border {
  padding: 4px 4px;
  width: 100%;
}

/* line 17775, app/assets/stylesheets/admin/admin_dashboard.scss */
.add-canvas-container-modal .main-content .flex-box .block-border .b-con {
  border: 1px solid grey;
  height: 150px;
  width: 100%;
  cursor: pointer;
}

/* line 17782, app/assets/stylesheets/admin/admin_dashboard.scss */
.add-canvas-container-modal .main-content .flex-box:hover {
  background-color: #ddf5f8;
}

/* line 17792, app/assets/stylesheets/admin/admin_dashboard.scss */
.edit-canvas-container-modal .main-content .field label {
  font-weight: 400;
  font-size: 15px;
  line-height: 15px;
  letter-spacing: 0.02em;
  color: #688faf;
  margin-bottom: 5px;
  display: block;
}

/* line 17801, app/assets/stylesheets/admin/admin_dashboard.scss */
.edit-canvas-container-modal .main-content .field input {
  color: grey;
}

/* line 17808, app/assets/stylesheets/admin/admin_dashboard.scss */
.add-canvasses-page
.content-block
.cont-p
.container-p-actions
.right-actions
.act-icons
a:hover
.hover-tool-text {
  display: block;
}

/* line 17819, app/assets/stylesheets/admin/admin_dashboard.scss */
.selection-report-page {
  width: 100%;
  position: relative;
  padding: 72px 20px 12px 240px;
}

/* line 17823, app/assets/stylesheets/admin/admin_dashboard.scss */
.selection-report-page .top-filters {
  width: 100%;
}

/* line 17825, app/assets/stylesheets/admin/admin_dashboard.scss */
.selection-report-page .top-filters .display-row {
  display: flex;
  justify-content: flex-start;
}

/* line 17828, app/assets/stylesheets/admin/admin_dashboard.scss */
.selection-report-page .top-filters .display-row .field-drop {
  width: 33.33333333%;
  padding: 5px 12px;
  margin-bottom: 12px;
}

/* line 17833, app/assets/stylesheets/admin/admin_dashboard.scss */
.selection-report-page .top-filters .display-row .field-drop .f-inner .caret {
  z-index: 1;
}

/* line 17836, app/assets/stylesheets/admin/admin_dashboard.scss */
.selection-report-page .top-filters .display-row .field-drop .f-inner label {
  font-weight: 400;
  font-size: 15px;
  line-height: 15px;
  letter-spacing: 0.02em;
  color: #688faf;
  margin-bottom: 5px;
}

/* line 17844, app/assets/stylesheets/admin/admin_dashboard.scss */
.selection-report-page .top-filters .display-row .field-drop .f-inner input {
  margin-bottom: 0px;
  border: 1px solid #cccccc !important;
  padding: 5px 5px 5px 5px !important;
  box-sizing: inherit !important;
  height: 40px;
  background-color: white;
}

/* line 17853, app/assets/stylesheets/admin/admin_dashboard.scss */
.selection-report-page .top-filters .display-row .field-drop .f-inner .select-wrapper .dropdown-content {
  top: 40px !important;
}

/* line 17861, app/assets/stylesheets/admin/admin_dashboard.scss */
.selection-report-page .tabs {
  margin-bottom: 10px;
  width: 100%;
  justify-content: flex-start;
  border-bottom: 1px solid lightgrey;
  background-color: white;
  display: flex;
  margin-top: 25px;
  height: 49px;
}

/* line 17870, app/assets/stylesheets/admin/admin_dashboard.scss */
.selection-report-page .tabs .tab {
  margin: 0;
}

/* line 17872, app/assets/stylesheets/admin/admin_dashboard.scss */
.selection-report-page .tabs .tab a {
  color: #000000;
  font-size: 16px;
  text-transform: initial;
  letter-spacing: 0.5px;
  border-bottom: 2px solid transparent;
  padding: 0 14px;
  background-color: transparent;
}

/* line 17880, app/assets/stylesheets/admin/admin_dashboard.scss */
.selection-report-page .tabs .tab a:hover {
  background-color: #fff;
}

/* line 17884, app/assets/stylesheets/admin/admin_dashboard.scss */
.selection-report-page .tabs .tab .active {
  background-color: #fff;
  border-bottom: 2px solid;
}

/* line 17887, app/assets/stylesheets/admin/admin_dashboard.scss */
.selection-report-page .tabs .tab .active:hover {
  background-color: #fff;
}

/* line 17892, app/assets/stylesheets/admin/admin_dashboard.scss */
.selection-report-page .tabs .indicator {
  display: none;
}

/* line 17896, app/assets/stylesheets/admin/admin_dashboard.scss */
.selection-report-page .general-tab-deisgn {
  width: 100%;
}

/* line 17899, app/assets/stylesheets/admin/admin_dashboard.scss */
.selection-report-page .general-tab-deisgn .top-kpis .card {
  box-shadow: none;
  border-radius: 6px;
}

/* line 17902, app/assets/stylesheets/admin/admin_dashboard.scss */
.selection-report-page .general-tab-deisgn .top-kpis .card .card-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 15px 15px;
}

/* line 17907, app/assets/stylesheets/admin/admin_dashboard.scss */
.selection-report-page .general-tab-deisgn .top-kpis .card .card-content .title {
  margin-bottom: 5px;
  font-weight: 500;
  color: #595959;
  font-size: 24px;
}

/* line 17913, app/assets/stylesheets/admin/admin_dashboard.scss */
.selection-report-page .general-tab-deisgn .top-kpis .card .card-content .short-title {
  font-weight: 400;
  letter-spacing: 0.5px;
  color: #9b9b9b;
}

/* line 17921, app/assets/stylesheets/admin/admin_dashboard.scss */
.selection-report-page .general-tab-deisgn .bottom-content {
  width: 100%;
}

/* line 17924, app/assets/stylesheets/admin/admin_dashboard.scss */
.selection-report-page .general-tab-deisgn .bottom-content .card-heaidng h5 {
  margin-top: 0;
  font-size: 18px;
  color: #595959;
  margin-bottom: 12px;
}

/* line 17931, app/assets/stylesheets/admin/admin_dashboard.scss */
.selection-report-page .general-tab-deisgn .bottom-content .card {
  box-shadow: none;
  border-radius: 6px;
  min-height: 25em;
}

/* line 17935, app/assets/stylesheets/admin/admin_dashboard.scss */
.selection-report-page .general-tab-deisgn .bottom-content .card .card-content {
  padding: 15px 15px;
}

/* line 17939, app/assets/stylesheets/admin/admin_dashboard.scss */
.selection-report-page .general-tab-deisgn .bottom-content .card .card-content .card-table table th {
  border: none;
  border-bottom: 1px solid #e8e8e8 !important;
  color: #595959;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.5px;
}

/* line 17947, app/assets/stylesheets/admin/admin_dashboard.scss */
.selection-report-page .general-tab-deisgn .bottom-content .card .card-content .card-table table td {
  max-width: 200px;
  border: none;
  border-bottom: 1px solid #e8e8e8;
  color: #595959;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.5px;
}

/* line 17955, app/assets/stylesheets/admin/admin_dashboard.scss */
.selection-report-page .general-tab-deisgn .bottom-content .card .card-content .card-table table td a {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%;
  display: block;
}

/* line 17971, app/assets/stylesheets/admin/admin_dashboard.scss */
.selection-report-page .ideas-tab .card {
  box-shadow: none;
  border-radius: 6px;
  min-height: 10em;
}

/* line 17975, app/assets/stylesheets/admin/admin_dashboard.scss */
.selection-report-page .ideas-tab .card .card-content {
  padding: 15px 15px;
}

/* line 17979, app/assets/stylesheets/admin/admin_dashboard.scss */
.selection-report-page .ideas-tab .card .card-content .card-table table th {
  border: none;
  border-bottom: 1px solid #e8e8e8 !important;
  color: #595959;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.5px;
}

/* line 17987, app/assets/stylesheets/admin/admin_dashboard.scss */
.selection-report-page .ideas-tab .card .card-content .card-table table td {
  max-width: 200px;
  border: none;
  border-bottom: 1px solid #e8e8e8;
  color: #595959;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.5px;
}

/* line 17995, app/assets/stylesheets/admin/admin_dashboard.scss */
.selection-report-page .ideas-tab .card .card-content .card-table table td a {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%;
  display: block;
}

/* line 18008, app/assets/stylesheets/admin/admin_dashboard.scss */
.selection-report-page .reponsive-table {
  overflow: auto;
}

/* line 18014, app/assets/stylesheets/admin/admin_dashboard.scss */
.ideas-funnel-graph-view-page .right-graph-btn {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  margin: -8px 0px 2px -20px;
}

/* line 18019, app/assets/stylesheets/admin/admin_dashboard.scss */
.ideas-funnel-graph-view-page .right-graph-btn .btn, .ideas-funnel-graph-view-page .right-graph-btn .btn-large {
  text-transform: inherit;
  padding: 0px 12px;
  background-color: transparent;
  border: 1px solid #33334f;
  color: #33334f;
}

/* line 18027, app/assets/stylesheets/admin/admin_dashboard.scss */
.ideas-funnel-graph-view-page .row-graph-drop {
  margin-top: 0px;
  position: relative;
  z-index: 1;
  background-color: white;
  padding: 2px 8px 0px 10px;
  width: 100%;
}

/* line 18034, app/assets/stylesheets/admin/admin_dashboard.scss */
.ideas-funnel-graph-view-page .row-graph-drop .content-block {
  width: 100%;
  background-color: white;
  padding-bottom: 15px;
  display: flex;
  align-items: center;
}

/* line 18042, app/assets/stylesheets/admin/admin_dashboard.scss */
.ideas-funnel-graph-view-page .row-graph-drop .col .select-wrapper {
  background-color: #f6f7f9;
  transition: all 0.3s;
}

/* line 18046, app/assets/stylesheets/admin/admin_dashboard.scss */
.ideas-funnel-graph-view-page .row-graph-drop .col .select-wrapper input {
  border: none;
  padding: 0 15px 0 12px;
  box-sizing: inherit;
  font-size: 15px;
  color: #344054;
  text-transform: capitalize;
  z-index: 2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 0;
}

/* line 18058, app/assets/stylesheets/admin/admin_dashboard.scss */
[dir=rtl] .ideas-funnel-graph-view-page .row-graph-drop .col .select-wrapper input {
  padding: 0 12px 0 15px;
}

/* line 18062, app/assets/stylesheets/admin/admin_dashboard.scss */
.ideas-funnel-graph-view-page .row-graph-drop .col .select-wrapper .dropdown-content {
  margin-bottom: 0;
  width: -moz-max-content !important;
  width: max-content !important;
  min-width: 112px;
  top: 32px !important;
  border: 1px solid #cecece;
  border-radius: 6px;
}

/* line 18069, app/assets/stylesheets/admin/admin_dashboard.scss */
.ideas-funnel-graph-view-page .row-graph-drop .col .select-wrapper .dropdown-content li {
  min-height: auto;
  line-height: initial;
  width: 100%;
}

/* line 18073, app/assets/stylesheets/admin/admin_dashboard.scss */
.ideas-funnel-graph-view-page .row-graph-drop .col .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 18091, app/assets/stylesheets/admin/admin_dashboard.scss */
.error-page-design {
  width: 100%;
  margin: 5em 0px 1em 0px;
}

/* line 18094, app/assets/stylesheets/admin/admin_dashboard.scss */
.error-page-design .page-container {
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
  padding: 25px 25px;
}

/* line 18099, app/assets/stylesheets/admin/admin_dashboard.scss */
.error-page-design .page-container .page-mid {
  width: 100%;
  text-align: center;
}

/* line 18103, app/assets/stylesheets/admin/admin_dashboard.scss */
.error-page-design .page-container .img-gif {
  margin-bottom: 18px;
}

/* line 18105, app/assets/stylesheets/admin/admin_dashboard.scss */
.error-page-design .page-container .img-gif img {
  width: 100%;
}

/* line 18110, app/assets/stylesheets/admin/admin_dashboard.scss */
.error-page-design .page-container .field h1 {
  margin: 0;
  font-size: 25px;
  font-weight: 500;
  margin-bottom: 8px;
  letter-spacing: 0.5px;
}

/* line 18117, app/assets/stylesheets/admin/admin_dashboard.scss */
.error-page-design .page-container .field p {
  margin-bottom: 18px;
  color: #595959;
  letter-spacing: 0.5px;
}

/* line 18123, app/assets/stylesheets/admin/admin_dashboard.scss */
.error-page-design .page-container .field-btns {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 25px;
}

/* line 18128, app/assets/stylesheets/admin/admin_dashboard.scss */
.error-page-design .page-container .field-btns .back-btn {
  box-shadow: none;
  color: white;
  background-color: #33334f;
}

/* line 18133, app/assets/stylesheets/admin/admin_dashboard.scss */
.error-page-design .page-container .field-btns .get-help-btn {
  background-color: transparent;
  color: #33334f;
  border: 1px solid #33334f;
  box-shadow: none;
}

/* line 18143, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-studio-page {
  width: 100%;
  position: relative;
  max-width: 1424px;
}

/* line 18147, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-studio-page .page-heading {
  width: 100%;
  margin-bottom: 18px;
}

/* line 18150, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-studio-page .page-heading p {
  margin-top: 8px;
  color: #6a6a6a;
  width: 100%;
  max-width: 600px;
}

/* line 18157, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-studio-page .page-content {
  width: 100%;
}

/* line 18159, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-studio-page .page-content .row-flex {
  display: flex;
  flex-wrap: wrap;
}

/* line 18163, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-studio-page .page-content .card {
  box-shadow: none;
  background-color: #f8f9fc;
  border-radius: 12px;
}

/* line 18167, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-studio-page .page-content .card .card-content {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 12px 12px;
  min-height: 10em;
}

/* line 18174, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-studio-page .page-content .card .card-content .title-icon {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 2px;
  gap: 8px;
}

/* line 18181, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-studio-page .page-content .card .card-content .icon-img {
  width: 26px;
  margin-right: 6px;
}

/* line 18186, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-studio-page .page-content .card .card-content i {
  color: #7d7d7d;
  margin-right: 6px;
  font-size: 32px !important;
}

/* line 18191, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-studio-page .page-content .card .card-content .title-card {
  font-size: 18px;
  color: #565656;
  margin: 8px 0px;
  font-weight: 500;
}

/* line 18197, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-studio-page .page-content .card .card-content .dec {
  text-align: left;
  color: #777777 !important;
  letter-spacing: 0.5px;
  line-height: 1.5;
  font-size: 14px;
}

/* line 18205, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-studio-page .page-content .card:hover {
  background-color: #ddf5f8;
}

/* line 18211, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-studio-page .celebration-block .dec {
  width: 100%;
  margin-bottom: 6px;
}

/* line 18215, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-studio-page .celebration-block .push-btn {
  width: 100%;
}

/* line 18217, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-studio-page .celebration-block .push-btn .btn-second {
  border: 1px solid #33334f !important;
  background: transparent;
  color: #33334f;
}

/* line 18221, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-studio-page .celebration-block .push-btn .btn-second:hover {
  background: #33334f;
  color: white;
}

/* line 18233, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-studio-page.dutch .page-content .card .card-content {
  min-height: 12em;
}

/* line 18243, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-studio-page.spanish .page-content .card .card-content {
  min-height: 12em;
}

/* line 18253, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-studio-page.german .page-content .card .card-content {
  min-height: 11.5em;
}

/* line 18263, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-studio-page.portuguese .page-content .card .card-content {
  min-height: 11.5em;
}

/* line 18272, app/assets/stylesheets/admin/admin_dashboard.scss */
.labs-page .page-content .card {
  min-height: 11em;
}

/* line 18278, app/assets/stylesheets/admin/admin_dashboard.scss */
.maindashboardhover {
  background-color: #f6f7f9;
  border-left: 2px solid transparent !important;
}

/* line 18283, app/assets/stylesheets/admin/admin_dashboard.scss */
.mainideashover {
  background-color: #f6f7f9;
  border-left: 2px solid transparent !important;
}

/* line 18288, app/assets/stylesheets/admin/admin_dashboard.scss */
.mainselectionhover {
  background-color: #f6f7f9;
  border-left: 2px solid transparent !important;
}

/* line 18293, app/assets/stylesheets/admin/admin_dashboard.scss */
.mainprojectshover {
  background-color: #f6f7f9;
  border-left: 2px solid transparent !important;
}

/* line 18298, app/assets/stylesheets/admin/admin_dashboard.scss */
.mainpeoplehover {
  background-color: #f6f7f9;
  border-left: 2px solid transparent !important;
}

/* line 18303, app/assets/stylesheets/admin/admin_dashboard.scss */
.mainsettingshover {
  background-color: #f6f7f9;
  border-left: 2px solid transparent !important;
}

/* line 18308, app/assets/stylesheets/admin/admin_dashboard.scss */
.mainsupporthover {
  background-color: #f6f7f9;
  border-left: 2px solid transparent !important;
}

/* line 18313, app/assets/stylesheets/admin/admin_dashboard.scss */
.mainmissionshover {
  background-color: #f6f7f9;
  border-left: 2px solid transparent !important;
}

/* line 18318, app/assets/stylesheets/admin/admin_dashboard.scss */
.mainhomehover {
  background-color: #f6f7f9;
  border-left: 2px solid transparent !important;
}

/* line 18323, app/assets/stylesheets/admin/admin_dashboard.scss */
.mainfunnelhover {
  background-color: #f6f7f9;
  border-left: 2px solid transparent !important;
}

/* line 18328, app/assets/stylesheets/admin/admin_dashboard.scss */
.maincanvashover {
  background-color: #f6f7f9;
  border-left: 2px solid transparent !important;
}

/* line 18333, app/assets/stylesheets/admin/admin_dashboard.scss */
.mainlabshover {
  background-color: #f6f7f9;
  border-left: 2px solid transparent !important;
}

/* line 18338, app/assets/stylesheets/admin/admin_dashboard.scss */
.manage-project-page {
  width: 100%;
  height: 100%;
  position: relative;
}

/* line 18343, app/assets/stylesheets/admin/admin_dashboard.scss */
.manage-project-page .top-bar-adjusted {
  justify-content: space-between;
  align-items: center;
  padding: 0px 20px;
}

/* line 18347, app/assets/stylesheets/admin/admin_dashboard.scss */
.manage-project-page .top-bar-adjusted .left-heading {
  display: flex;
  align-items: center;
}

/* line 18350, app/assets/stylesheets/admin/admin_dashboard.scss */
.manage-project-page .top-bar-adjusted .left-heading .project-funnel-action-drop {
  margin-left: 15px;
  border-left: 1px solid #e1e4ea;
  padding-left: 15px;
}

/* line 18355, app/assets/stylesheets/admin/admin_dashboard.scss */
.manage-project-page .top-bar-adjusted .left-heading .heading-inner {
  width: 100%;
  align-items: center;
  border-right: 1px solid #e1e4ea;
  padding-right: 15px;
}

/* line 18360, app/assets/stylesheets/admin/admin_dashboard.scss */
[dir=rtl] .manage-project-page .top-bar-adjusted .left-heading .heading-inner {
  border-left: 1px solid #e1e4ea;
  padding-left: 15px;
  padding-right: 0;
  border-right: none;
  gap: 12px;
}

/* line 18367, app/assets/stylesheets/admin/admin_dashboard.scss */
.manage-project-page .top-bar-adjusted .left-heading .heading-inner .funnel-filter {
  width: -webkit-fill-available;
}

/* line 18369, app/assets/stylesheets/admin/admin_dashboard.scss */
.manage-project-page .top-bar-adjusted .left-heading .heading-inner .funnel-filter .creatnew_funnel {
  width: 100%;
  padding: 10px 12px;
}

/* line 18372, app/assets/stylesheets/admin/admin_dashboard.scss */
.manage-project-page .top-bar-adjusted .left-heading .heading-inner .funnel-filter .creatnew_funnel a {
  text-decoration: underline;
  color: #33334f;
}

/* line 18378, app/assets/stylesheets/admin/admin_dashboard.scss */
.manage-project-page .top-bar-adjusted .left-heading .heading-inner .funnel-filter .select-wrapper {
  background-color: #f6f7f9;
}

/* line 18380, app/assets/stylesheets/admin/admin_dashboard.scss */
.manage-project-page .top-bar-adjusted .left-heading .heading-inner .funnel-filter .select-wrapper input {
  width: 100%;
  box-sizing: inherit;
  height: 35px;
  border-color: #f6f7f9;
  z-index: 2;
  margin: 0;
}

/* line 18388, app/assets/stylesheets/admin/admin_dashboard.scss */
.manage-project-page .top-bar-adjusted .left-heading .heading-inner .funnel-filter .select-wrapper .dropdown-content {
  max-height: 300px !important;
  top: 30px !important;
  width: 100% !important;
  border: 1px solid #cecece;
  border-radius: 6px;
}

/* line 18394, app/assets/stylesheets/admin/admin_dashboard.scss */
.manage-project-page .top-bar-adjusted .left-heading .heading-inner .funnel-filter .select-wrapper .dropdown-content li {
  min-height: auto;
  line-height: initial;
}

/* line 18397, app/assets/stylesheets/admin/admin_dashboard.scss */
.manage-project-page .top-bar-adjusted .left-heading .heading-inner .funnel-filter .select-wrapper .dropdown-content li span {
  line-height: 15px;
  padding: 8px 12px;
  font-weight: 300;
  color: #101828;
}

/* line 18405, app/assets/stylesheets/admin/admin_dashboard.scss */
.manage-project-page .top-bar-adjusted .left-heading .heading-inner .funnel-filter .select-wrapper .dropdown-content .optgroup span {
  color: black;
  font-weight: 500;
}

/* line 18414, app/assets/stylesheets/admin/admin_dashboard.scss */
.manage-project-page .top-bar-adjusted .left-heading .main-search {
  justify-content: flex-start;
  width: 40%;
  padding: 0px 12px;
  margin-left: 15px;
}

/* line 18419, app/assets/stylesheets/admin/admin_dashboard.scss */
.manage-project-page .top-bar-adjusted .left-heading .main-search input {
  width: 100% !important;
  box-sizing: inherit;
  text-align: left;
  height: 35px !important;
  border-color: transparent;
  margin: 0px 0px 0px 5px !important;
  border-radius: 0 !important;
  border: 1px solid transparent !important;
}

/* line 18428, app/assets/stylesheets/admin/admin_dashboard.scss */
.manage-project-page .top-bar-adjusted .left-heading .main-search input::-moz-placeholder {
  color: #5e6779;
  opacity: 1;
  /* Firefox */
}
.manage-project-page .top-bar-adjusted .left-heading .main-search input::placeholder {
  color: #5e6779;
  opacity: 1;
  /* Firefox */
}

/* line 18433, app/assets/stylesheets/admin/admin_dashboard.scss */
.manage-project-page .top-bar-adjusted .left-heading .main-search .remove-search-ico {
  position: absolute;
  right: 0;
  top: 6px;
}

/* line 18439, app/assets/stylesheets/admin/admin_dashboard.scss */
.manage-project-page .top-bar-adjusted .left-heading .admin-main-title {
  white-space: nowrap;
  color: #101828;
  font-size: 15px;
  margin: 0px 0px 0px 15px;
  font-weight: 300;
}

/* line 18448, app/assets/stylesheets/admin/admin_dashboard.scss */
.manage-project-page .projects-views-list {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 20px;
  border-top: 1px solid #e1e4ea;
  border-bottom: 1px solid #e1e4ea;
  margin-bottom: 8px;
}

/* line 18457, app/assets/stylesheets/admin/admin_dashboard.scss */
.manage-project-page .projects-views-list .view-li {
  width: auto;
  padding-right: 12px;
  display: flex;
  align-items: center;
}

/* line 18463, app/assets/stylesheets/admin/admin_dashboard.scss */
.manage-project-page .projects-views-list .view-li .graph-settings i {
  font-size: 16px;
}

/* line 18467, app/assets/stylesheets/admin/admin_dashboard.scss */
.manage-project-page .projects-views-list .view-li .view {
  display: flex;
  align-items: center;
  width: auto;
  padding: 6px 12px 6px 12px;
  color: #5d6679;
  gap: 5px;
  transition: all 0.3s;
}

/* line 18475, app/assets/stylesheets/admin/admin_dashboard.scss */
.manage-project-page .projects-views-list .view-li .view:hover {
  color: black;
  background-color: #eceff3;
}

/* line 18481, app/assets/stylesheets/admin/admin_dashboard.scss */
.manage-project-page .projects-views-list .view-li .view .select-grid-view {
  color: #344054;
  display: flex;
  align-items: center;
  position: relative;
}

/* line 18486, app/assets/stylesheets/admin/admin_dashboard.scss */
.manage-project-page .projects-views-list .view-li .view .select-grid-view::after {
  content: "";
  position: absolute;
  height: 2px;
  width: 100%;
  bottom: -12px;
}

/* line 18494, app/assets/stylesheets/admin/admin_dashboard.scss */
.manage-project-page .projects-views-list .view-li .view .btn-icon {
  margin-right: 8px;
}

/* line 18496, app/assets/stylesheets/admin/admin_dashboard.scss */
[dir=rtl] .manage-project-page .projects-views-list .view-li .view .btn-icon {
  margin-left: 8px;
}

/* line 18503, app/assets/stylesheets/admin/admin_dashboard.scss */
.manage-project-page .project-head-drops {
  width: 100%;
  display: flex;
  padding: 0px 20px;
  border-bottom: 1px solid #e1e4ea;
  margin-bottom: 5px;
}

/* line 18509, app/assets/stylesheets/admin/admin_dashboard.scss */
.manage-project-page .project-head-drops .ideas-funnel-search-form {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

/* line 18514, app/assets/stylesheets/admin/admin_dashboard.scss */
.manage-project-page .project-head-drops .left-drops {
  display: flex;
  align-items: center;
  padding-right: 10px;
}

/* line 18518, app/assets/stylesheets/admin/admin_dashboard.scss */
.manage-project-page .project-head-drops .left-drops .heading-fill {
  letter-spacing: 0.2px;
  margin: -8px 8px 0px 0px;
  font-size: 14px;
  color: #101828;
}

/* line 18524, app/assets/stylesheets/admin/admin_dashboard.scss */
.manage-project-page .project-head-drops .left-drops .admin-ideation-select-wrapper {
  width: 100%;
  padding: 0px 6px;
  margin-bottom: 8px;
  transition: all 0.3s;
}

/* line 18530, app/assets/stylesheets/admin/admin_dashboard.scss */
.manage-project-page .project-head-drops .left-drops .admin-ideation-select-wrapper .select-wrapper {
  background-color: #f6f7f9;
  transition: all 0.3s;
}

/* line 18534, app/assets/stylesheets/admin/admin_dashboard.scss */
.manage-project-page .project-head-drops .left-drops .admin-ideation-select-wrapper .select-wrapper:hover {
  background-color: #eceff3;
  color: black;
}

/* line 18538, app/assets/stylesheets/admin/admin_dashboard.scss */
.manage-project-page .project-head-drops .left-drops .admin-ideation-select-wrapper .select-wrapper input {
  border: none;
  padding: 0 15px 0 12px;
  box-sizing: inherit;
  font-size: 15px;
  color: #344054;
  text-transform: capitalize;
  z-index: 2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 0;
}

/* line 18550, app/assets/stylesheets/admin/admin_dashboard.scss */
[dir=rtl] .manage-project-page .project-head-drops .left-drops .admin-ideation-select-wrapper .select-wrapper input {
  padding: 0 12px 0 15px;
}

/* line 18554, app/assets/stylesheets/admin/admin_dashboard.scss */
.manage-project-page .project-head-drops .left-drops .admin-ideation-select-wrapper .select-wrapper .dropdown-content {
  margin-bottom: 0;
  width: -moz-max-content !important;
  width: max-content !important;
  min-width: 112px;
  top: 32px !important;
  border: 1px solid #cecece;
  border-radius: 6px;
  max-height: 320px !important;
}

/* line 18562, app/assets/stylesheets/admin/admin_dashboard.scss */
.manage-project-page .project-head-drops .left-drops .admin-ideation-select-wrapper .select-wrapper .dropdown-content li {
  min-height: auto;
  line-height: initial;
  width: 100%;
}

/* line 18566, app/assets/stylesheets/admin/admin_dashboard.scss */
.manage-project-page .project-head-drops .left-drops .admin-ideation-select-wrapper .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 18582, app/assets/stylesheets/admin/admin_dashboard.scss */
.manage-project-page .project-head-drops .right-clear {
  display: flex;
  align-items: center;
}

/* line 18585, app/assets/stylesheets/admin/admin_dashboard.scss */
.manage-project-page .project-head-drops .right-clear a {
  margin-top: -6px;
  white-space: nowrap;
}

/* line 18590, app/assets/stylesheets/admin/admin_dashboard.scss */
.manage-project-page .project-head-drops .more-filter {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 6px 12px 6px 12px;
  width: auto;
  height: 35px;
  font-size: 15px;
  cursor: pointer;
  color: #475467;
  margin-left: 0px;
  transition: all 0.3s;
  white-space: nowrap;
}

/* line 18604, app/assets/stylesheets/admin/admin_dashboard.scss */
.manage-project-page .project-head-drops .more-filter:hover {
  background-color: #eceff3;
  color: black;
}

/* line 18608, app/assets/stylesheets/admin/admin_dashboard.scss */
.manage-project-page .project-head-drops .more-filter .btn-icon {
  margin-right: 5px;
}

/* line 18610, app/assets/stylesheets/admin/admin_dashboard.scss */
[dir=rtl] .manage-project-page .project-head-drops .more-filter .btn-icon {
  margin-left: 5px;
  transform: scaleX(-1);
}

/* line 18616, app/assets/stylesheets/admin/admin_dashboard.scss */
.manage-project-page .project-head-drops .view-more-filters-block {
  display: none;
  position: absolute;
  z-index: 120;
  background-color: white;
  top: 212px;
  width: 74% !important;
  right: 0 !important;
  height: auto;
  max-height: -moz-max-content;
  max-height: max-content;
  overflow-y: visible;
  padding: 18px 18px 18px 18px !important;
  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;
}

/* line 18632, app/assets/stylesheets/admin/admin_dashboard.scss */
.manage-project-page .project-head-drops .view-more-filters-block .removemorefilterclass {
  display: block;
  position: absolute;
  right: 15px;
  top: 10px;
  z-index: 1;
  cursor: pointer;
}

/* line 18640, app/assets/stylesheets/admin/admin_dashboard.scss */
.manage-project-page .project-head-drops .view-more-filters-block .bottom-content {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 1em;
  display: flex;
  flex-wrap: wrap;
}

/* line 18646, app/assets/stylesheets/admin/admin_dashboard.scss */
.manage-project-page .project-head-drops .view-more-filters-block .bottom-content .heading-b {
  width: 100%;
}

/* line 18648, app/assets/stylesheets/admin/admin_dashboard.scss */
.manage-project-page .project-head-drops .view-more-filters-block .bottom-content .heading-b h5 {
  margin: 0px 0px 12px 0px;
  font-size: 18px;
  padding: 0px 6px;
  font-weight: 400;
  color: #182230;
  letter-spacing: 0.5px;
}

/* line 18657, app/assets/stylesheets/admin/admin_dashboard.scss */
.manage-project-page .project-head-drops .view-more-filters-block .bottom-content .admin-ideation-select-wrapper {
  width: 25%;
  padding: 0px 6px;
  margin-bottom: 8px;
}

/* line 18662, app/assets/stylesheets/admin/admin_dashboard.scss */
.manage-project-page .project-head-drops .view-more-filters-block .bottom-content .select-wrapper {
  background-color: transparent;
}

/* line 18664, app/assets/stylesheets/admin/admin_dashboard.scss */
.manage-project-page .project-head-drops .view-more-filters-block .bottom-content .select-wrapper input {
  border: 1px solid #c4cad4;
  border-radius: 6px;
  margin: 6px 0px 6px 0px;
}

/* line 18669, app/assets/stylesheets/admin/admin_dashboard.scss */
.manage-project-page .project-head-drops .view-more-filters-block .bottom-content .select-wrapper .dropdown-content {
  max-height: 320px !important;
  margin-bottom: 0;
  width: -moz-max-content !important;
  width: max-content !important;
  min-width: 112px;
  top: 32px !important;
  border: 1px solid #cecece;
  border-radius: 6px;
}

/* line 18677, app/assets/stylesheets/admin/admin_dashboard.scss */
.manage-project-page .project-head-drops .view-more-filters-block .bottom-content .select-wrapper .dropdown-content li {
  min-height: auto;
  line-height: initial;
  width: 100%;
}

/* line 18681, app/assets/stylesheets/admin/admin_dashboard.scss */
.manage-project-page .project-head-drops .view-more-filters-block .bottom-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 18695, app/assets/stylesheets/admin/admin_dashboard.scss */
.manage-project-page .project-head-drops .view-more-filters-block .bottom-content .custom-fields-block {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 12px;
}

/* line 18701, app/assets/stylesheets/admin/admin_dashboard.scss */
.manage-project-page .project-head-drops .view-more-filters-block .bottom-content .field-custom {
  width: 25%;
  margin-bottom: 10px;
  padding: 0px 6px;
}

/* line 18705, app/assets/stylesheets/admin/admin_dashboard.scss */
.manage-project-page .project-head-drops .view-more-filters-block .bottom-content .field-custom label {
  font-weight: 400;
  font-size: 14px;
  line-height: 15px;
  letter-spacing: 0.02em;
  color: #344054;
  margin-bottom: 5px;
}

/* line 18713, app/assets/stylesheets/admin/admin_dashboard.scss */
.manage-project-page .project-head-drops .view-more-filters-block .bottom-content .field-custom input {
  border: 1px solid #c4cad4;
  border-radius: 6px;
  margin: 6px 0px 6px 0px;
}

/* line 18721, app/assets/stylesheets/admin/admin_dashboard.scss */
.manage-project-page .project-head-drops .viewmorefiltersblockenable {
  display: block !important;
}

/* line 18726, app/assets/stylesheets/admin/admin_dashboard.scss */
.manage-project-page .funnel-cards {
  width: 100%;
  padding: 0px 20px;
}

/* line 18730, app/assets/stylesheets/admin/admin_dashboard.scss */
.manage-project-page .funnel-cards .funnel-live-idea-card .loader-circle {
  margin-bottom: 15px;
}

/* line 18734, app/assets/stylesheets/admin/admin_dashboard.scss */
.manage-project-page .funnel-cards .columns-div {
  height: calc(100vh - 228px);
  margin: 0 !important;
}

/* line 18739, app/assets/stylesheets/admin/admin_dashboard.scss */
.manage-project-page .funnel-cards .projects-hoverableCard .projects-data {
  position: absolute;
  bottom: 8px;
  width: 92%;
}

/* line 18743, app/assets/stylesheets/admin/admin_dashboard.scss */
.manage-project-page .funnel-cards .projects-hoverableCard .projects-data .inner-data {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 6px;
}

/* line 18748, app/assets/stylesheets/admin/admin_dashboard.scss */
.manage-project-page .funnel-cards .projects-hoverableCard .projects-data .inner-data .profile-image {
  position: relative;
}

/* line 18751, app/assets/stylesheets/admin/admin_dashboard.scss */
.manage-project-page .funnel-cards .projects-hoverableCard .projects-data .inner-data .ideas-score {
  width: auto;
  display: flex;
  align-items: center;
}

/* line 18755, app/assets/stylesheets/admin/admin_dashboard.scss */
.manage-project-page .funnel-cards .projects-hoverableCard .projects-data .inner-data .ideas-score .score {
  width: auto;
  display: flex;
  align-items: center;
  border: 1px solid #e1e4ea;
  margin: 0px 2px 0px 0px;
  color: #344054;
  font-size: 13px;
  border-radius: 8px;
  padding: 2px 4px;
  height: 25px;
}

/* line 18766, app/assets/stylesheets/admin/admin_dashboard.scss */
.manage-project-page .funnel-cards .projects-hoverableCard .projects-data .inner-data .ideas-score .score span {
  display: flex;
  align-items: center;
  line-height: 0;
  margin-top: 1.5px;
}

/* line 18772, app/assets/stylesheets/admin/admin_dashboard.scss */
.manage-project-page .funnel-cards .projects-hoverableCard .projects-data .inner-data .ideas-score .score .circle {
  height: 6px;
  width: 6px;
  border-radius: 100%;
  margin-right: 4px;
}

/* line 18778, app/assets/stylesheets/admin/admin_dashboard.scss */
.manage-project-page .funnel-cards .projects-hoverableCard .projects-data .inner-data .ideas-score .score .popup-name {
  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: 32px;
  z-index: 1;
}

/* line 18788, app/assets/stylesheets/admin/admin_dashboard.scss */
.manage-project-page .funnel-cards .projects-hoverableCard .projects-data .inner-data .ideas-score .score .popup-name h5 {
  font-size: 12px;
  margin: 0;
}

/* line 18794, app/assets/stylesheets/admin/admin_dashboard.scss */
.manage-project-page .funnel-cards .projects-hoverableCard .projects-data .inner-data .ideas-score .score span #CardProgress {
  background: transparent;
  padding: inherit;
}

/* line 18797, app/assets/stylesheets/admin/admin_dashboard.scss */
.manage-project-page .funnel-cards .projects-hoverableCard .projects-data .inner-data .ideas-score .score span #CardProgress #cards-bar {
  height: auto;
  font-size: inherit;
  color: black;
  background-color: transparent;
  line-height: 0;
  margin: 0;
  display: flex;
  align-items: center;
}

/* line 18811, app/assets/stylesheets/admin/admin_dashboard.scss */
.manage-project-page .funnel-cards .projects-hoverableCard .projects-data .inner-data .ideas-score .left-idea-score .circle {
  background-color: #f04438;
}

/* line 18816, app/assets/stylesheets/admin/admin_dashboard.scss */
.manage-project-page .funnel-cards .projects-hoverableCard .projects-data .inner-data .ideas-score .right-opportunity-score .circle {
  background-color: #17b26a;
}

/* line 18822, app/assets/stylesheets/admin/admin_dashboard.scss */
.manage-project-page .funnel-cards .projects-hoverableCard .projects-data .inner-data .right-card-status .status {
  border: 1px solid;
  border-radius: 15px;
  padding: 2px 8px;
  display: flex;
  align-items: center;
  font-size: 13px;
  line-height: 1;
}

/* line 18830, app/assets/stylesheets/admin/admin_dashboard.scss */
.manage-project-page .funnel-cards .projects-hoverableCard .projects-data .inner-data .right-card-status .status .circle {
  height: 6px;
  width: 6px;
  border-radius: 100%;
  margin-right: 4px;
}

/* line 18838, app/assets/stylesheets/admin/admin_dashboard.scss */
.manage-project-page .funnel-cards .projects-hoverableCard .projects-data .inner-data .pro-state {
  display: flex;
}

/* line 18840, app/assets/stylesheets/admin/admin_dashboard.scss */
.manage-project-page .funnel-cards .projects-hoverableCard .projects-data .inner-data .pro-state .profile-img {
  margin-right: 5px;
}

/* line 18850, app/assets/stylesheets/admin/admin_dashboard.scss */
.manage-project-page
.funnel-cards
.projects-hoverableCard
.projects-data
.inner-data
.ideas-score
.score:hover
.popup-name {
  opacity: 1;
  visibility: visible;
}

/* line 18862, app/assets/stylesheets/admin/admin_dashboard.scss */
.manage-project-page
.funnel-cards
.projects-hoverableCard
.projects-data
.inner-data
.profile-img:hover
.name {
  display: block !important;
  position: absolute;
  left: inherit;
  background-color: white;
  padding: 5px 5px;
  box-shadow: 0 5px 40px 0 rgba(0, 0, 0, 0.11);
  top: 32px;
  z-index: 1;
}

/* line 18879, app/assets/stylesheets/admin/admin_dashboard.scss */
.manage-project-page.page-active {
  padding-left: 55px !important;
}

/* line 18884, app/assets/stylesheets/admin/admin_dashboard.scss */
.projects-list-view .list-table-view {
  padding: 0px 20px;
  width: 100%;
}

/* line 18887, app/assets/stylesheets/admin/admin_dashboard.scss */
.projects-list-view .list-table-view .table-view {
  position: relative;
}

/* line 18889, app/assets/stylesheets/admin/admin_dashboard.scss */
.projects-list-view .list-table-view .table-view .table-view-in {
  width: 100%;
  overflow-x: auto;
  max-height: calc(100vh - 290px);
  position: absolute;
  top: 5px;
}

/* line 18901, app/assets/stylesheets/admin/admin_dashboard.scss */
.gantt-page .gantt-padding {
  width: 100%;
  padding: 0px 20px;
}

/* line 18905, app/assets/stylesheets/admin/admin_dashboard.scss */
.gantt-page .chart-view {
  width: 100%;
  overflow: auto;
  max-height: calc(100vh - 235px);
  padding-bottom: 1em;
}

/* line 18914, app/assets/stylesheets/admin/admin_dashboard.scss */
.projects-graph-view .row-graph-drop {
  display: none;
  padding: 5px 10px;
}

/* line 18917, app/assets/stylesheets/admin/admin_dashboard.scss */
.projects-graph-view .row-graph-drop .content-block {
  width: 100%;
  background-color: white;
  padding-bottom: 15px;
  display: flex;
  align-items: center;
}

/* line 18924, app/assets/stylesheets/admin/admin_dashboard.scss */
.projects-graph-view .row-graph-drop .content-block .col .select-wrapper {
  background-color: #f6f7f9;
  transition: all 0.3s;
}

/* line 18928, app/assets/stylesheets/admin/admin_dashboard.scss */
.projects-graph-view .row-graph-drop .content-block .col .select-wrapper input {
  border: none;
  padding: 0 15px 0 12px;
  box-sizing: inherit;
  font-size: 15px;
  color: #344054;
  text-transform: capitalize;
  z-index: 2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 0;
}

/* line 18940, app/assets/stylesheets/admin/admin_dashboard.scss */
[dir=rtl] .projects-graph-view .row-graph-drop .content-block .col .select-wrapper input {
  padding: 0 12px 0 15px;
}

/* line 18944, app/assets/stylesheets/admin/admin_dashboard.scss */
.projects-graph-view .row-graph-drop .content-block .col .select-wrapper .dropdown-content {
  margin-bottom: 0;
  width: -moz-max-content !important;
  width: max-content !important;
  min-width: 112px;
  top: 32px !important;
  border: 1px solid #cecece;
  border-radius: 6px;
}

/* line 18951, app/assets/stylesheets/admin/admin_dashboard.scss */
.projects-graph-view .row-graph-drop .content-block .col .select-wrapper .dropdown-content li {
  min-height: auto;
  line-height: initial;
  width: 100%;
}

/* line 18955, app/assets/stylesheets/admin/admin_dashboard.scss */
.projects-graph-view .row-graph-drop .content-block .col .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 18972, app/assets/stylesheets/admin/admin_dashboard.scss */
.projects-graph-view .rowgraphdropenable-block {
  display: block;
  padding: 5px 10px;
}

/* line 18978, app/assets/stylesheets/admin/admin_dashboard.scss */
.menu-sub-btns {
  width: auto;
  padding: 6px 12px 6px 12px;
  display: flex;
  align-items: center;
  white-space: nowrap;
  color: #475467;
  transition: all 0.3s;
}

/* line 18987, app/assets/stylesheets/admin/admin_dashboard.scss */
.menu-sub-btns .btn-icon {
  margin-right: 5px;
}

/* line 18989, app/assets/stylesheets/admin/admin_dashboard.scss */
[dir=rtl] .menu-sub-btns .btn-icon {
  margin-left: 5px;
  transform: scaleX(-1);
}

/* line 18994, app/assets/stylesheets/admin/admin_dashboard.scss */
.menu-sub-btns i {
  rotate: 90deg;
  margin-left: 10px;
  line-height: normal;
}

/* line 18999, app/assets/stylesheets/admin/admin_dashboard.scss */
.menu-sub-btns:hover {
  color: black;
  background-color: #eceff3;
}

/* line 19005, app/assets/stylesheets/admin/admin_dashboard.scss */
.ideas-funnel-view-page {
  width: 100%;
  height: 100%;
  position: relative;
}

/* line 19010, app/assets/stylesheets/admin/admin_dashboard.scss */
.ideas-funnel-view-page .top-bar-adjusted {
  justify-content: space-between;
  align-items: center;
  padding: 0px 20px;
}

/* line 19014, app/assets/stylesheets/admin/admin_dashboard.scss */
.ideas-funnel-view-page .top-bar-adjusted .left-heading {
  display: flex;
  align-items: center;
}

/* line 19017, app/assets/stylesheets/admin/admin_dashboard.scss */
.ideas-funnel-view-page .top-bar-adjusted .left-heading .admin-main-title {
  white-space: nowrap;
  color: #101828;
  font-size: 15px;
  margin: 0px 0px 0px 15px;
  font-weight: 300;
}

/* line 19024, app/assets/stylesheets/admin/admin_dashboard.scss */
.ideas-funnel-view-page .top-bar-adjusted .left-heading .idea-funnel-action-drop {
  margin-left: 15px;
  border-left: 1px solid #e1e4ea;
  padding-left: 15px;
}

/* line 19029, app/assets/stylesheets/admin/admin_dashboard.scss */
.ideas-funnel-view-page .top-bar-adjusted .left-heading .heading-inner {
  width: 100%;
  align-items: center;
  border-right: 1px solid #e1e4ea;
  padding-right: 15px;
}

/* line 19035, app/assets/stylesheets/admin/admin_dashboard.scss */
[dir=rtl] .ideas-funnel-view-page .top-bar-adjusted .left-heading .heading-inner {
  border-left: 1px solid #e1e4ea;
  padding-left: 15px;
  padding-right: 0;
  border-right: none;
  gap: 12px;
}

/* line 19043, app/assets/stylesheets/admin/admin_dashboard.scss */
.ideas-funnel-view-page .top-bar-adjusted .left-heading .heading-inner .funnel-drop-down-ui {
  width: -webkit-fill-available;
}

/* line 19045, app/assets/stylesheets/admin/admin_dashboard.scss */
.ideas-funnel-view-page .top-bar-adjusted .left-heading .heading-inner .funnel-drop-down-ui .select-wrapper {
  background-color: #f6f7f9;
}

/* line 19048, app/assets/stylesheets/admin/admin_dashboard.scss */
.ideas-funnel-view-page .top-bar-adjusted .left-heading .heading-inner .funnel-drop-down-ui input {
  width: 100%;
  box-sizing: inherit;
  height: 35px;
  border-color: #f6f7f9;
  z-index: 2;
  margin: 0;
}

/* line 19059, app/assets/stylesheets/admin/admin_dashboard.scss */
.ideas-funnel-view-page .top-bar-adjusted .right-btns {
  align-items: center;
}

/* line 19062, app/assets/stylesheets/admin/admin_dashboard.scss */
.ideas-funnel-view-page .top-bar-adjusted .main-search {
  justify-content: flex-start;
  width: 40%;
  padding: 0px 12px;
  margin-left: 15px;
}

/* line 19068, app/assets/stylesheets/admin/admin_dashboard.scss */
.ideas-funnel-view-page .top-bar-adjusted .main-search .relative-searchbar input {
  width: 100%;
  box-sizing: inherit;
  text-align: left;
  height: 35px;
  border-color: transparent;
  margin: 0px 0px 0px 5px;
  border: 1px solid transparent !important;
}

/* line 19076, app/assets/stylesheets/admin/admin_dashboard.scss */
.ideas-funnel-view-page .top-bar-adjusted .main-search .relative-searchbar input::-moz-placeholder {
  color: #5d6679;
  opacity: 1;
  /* Firefox */
}
.ideas-funnel-view-page .top-bar-adjusted .main-search .relative-searchbar input::placeholder {
  color: #5d6679;
  opacity: 1;
  /* Firefox */
}

/* line 19082, app/assets/stylesheets/admin/admin_dashboard.scss */
.ideas-funnel-view-page .top-bar-adjusted .main-search .remove-search-ico {
  position: absolute;
  right: 0;
  top: 6px;
}

/* line 19090, app/assets/stylesheets/admin/admin_dashboard.scss */
.ideas-funnel-view-page .drop-downs-block .idea-views-list {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 20px;
  border-top: 1px solid #e1e4ea;
  border-bottom: 1px solid #e1e4ea;
  margin-bottom: 8px;
}

/* line 19099, app/assets/stylesheets/admin/admin_dashboard.scss */
.ideas-funnel-view-page .drop-downs-block .idea-views-list .view-li {
  width: auto;
  padding-right: 12px;
  display: flex;
  align-items: center;
}

/* line 19105, app/assets/stylesheets/admin/admin_dashboard.scss */
.ideas-funnel-view-page .drop-downs-block .idea-views-list .view-li .view {
  display: flex;
  align-items: center;
  width: auto;
  padding: 6px 12px 6px 12px;
  color: #5d6679;
  transition: all 0.3s;
  gap: 5px;
}

/* line 19115, app/assets/stylesheets/admin/admin_dashboard.scss */
.ideas-funnel-view-page .drop-downs-block .idea-views-list .view-li .view:hover {
  color: black;
  background-color: #eceff3;
}

/* line 19120, app/assets/stylesheets/admin/admin_dashboard.scss */
.ideas-funnel-view-page .drop-downs-block .idea-views-list .view-li .view .btn-icon {
  margin-right: 8px;
}

/* line 19122, app/assets/stylesheets/admin/admin_dashboard.scss */
[dir=rtl] .ideas-funnel-view-page .drop-downs-block .idea-views-list .view-li .view .btn-icon {
  margin-left: 8px;
  transform: scaleX(-1);
}

/* line 19127, app/assets/stylesheets/admin/admin_dashboard.scss */
.ideas-funnel-view-page .drop-downs-block .idea-views-list .view-li .view .select-grid-view {
  color: #344054;
  display: flex;
  align-items: center;
  position: relative;
}

/* line 19132, app/assets/stylesheets/admin/admin_dashboard.scss */
.ideas-funnel-view-page .drop-downs-block .idea-views-list .view-li .view .select-grid-view::after {
  content: "";
  position: absolute;
  height: 2px;
  width: 100%;
  bottom: -12px;
}

/* line 19143, app/assets/stylesheets/admin/admin_dashboard.scss */
.ideas-funnel-view-page .drop-downs-block .idea-views-list .view-li .graph-setting-btn i {
  font-size: 16px;
  margin-right: 6px;
}

/* line 19150, app/assets/stylesheets/admin/admin_dashboard.scss */
.ideas-funnel-view-page .drop-downs-block .new-drop-flex {
  width: 100%;
  display: flex;
  padding: 0px 20px;
  border-bottom: 1px solid #e1e4ea;
  margin-bottom: 5px;
}

/* line 19156, app/assets/stylesheets/admin/admin_dashboard.scss */
.ideas-funnel-view-page .drop-downs-block .new-drop-flex .heading-fill {
  letter-spacing: 0.2px;
  margin: -8px 8px 0px 0px;
  font-size: 14px;
  color: #101828;
}

/* line 19163, app/assets/stylesheets/admin/admin_dashboard.scss */
.ideas-funnel-view-page .drop-downs-block .new-search-dropss {
  width: 90%;
}

/* line 19166, app/assets/stylesheets/admin/admin_dashboard.scss */
.ideas-funnel-view-page .drop-downs-block .right-clearfilter-form {
  justify-content: space-between;
  width: 30%;
}

/* line 19170, app/assets/stylesheets/admin/admin_dashboard.scss */
.ideas-funnel-view-page .drop-downs-block .ideas-funnel-search-form {
  display: flex;
  align-items: center;
}

/* line 19174, app/assets/stylesheets/admin/admin_dashboard.scss */
.ideas-funnel-view-page .drop-downs-block .ideas-funnel-search-form .clear-filter {
  white-space: nowrap;
  position: relative;
  background-color: white;
  padding: 5px 10px;
}

/* line 19179, app/assets/stylesheets/admin/admin_dashboard.scss */
.ideas-funnel-view-page .drop-downs-block .ideas-funnel-search-form .clear-filter .filter-clear {
  letter-spacing: 0.5px;
}

/* line 19183, app/assets/stylesheets/admin/admin_dashboard.scss */
.ideas-funnel-view-page .drop-downs-block .ideas-funnel-search-form .admin-ideation-select-wrapper {
  width: 100%;
  padding: 0px 6px;
  margin-bottom: 8px;
  transition: all 0.3s;
}

/* line 19190, app/assets/stylesheets/admin/admin_dashboard.scss */
.ideas-funnel-view-page .drop-downs-block .ideas-funnel-search-form .admin-ideation-select-wrapper .select-wrapper {
  background-color: #f6f7f9;
  transition: all 0.3s;
}

/* line 19194, app/assets/stylesheets/admin/admin_dashboard.scss */
.ideas-funnel-view-page .drop-downs-block .ideas-funnel-search-form .admin-ideation-select-wrapper .select-wrapper:hover {
  background-color: #eceff3;
  color: black;
}

/* line 19200, app/assets/stylesheets/admin/admin_dashboard.scss */
.ideas-funnel-view-page .drop-downs-block .ideas-funnel-search-form .admin-ideation-select-wrapper .dropdown-content {
  max-height: 320px !important;
}

/* line 19202, app/assets/stylesheets/admin/admin_dashboard.scss */
.ideas-funnel-view-page .drop-downs-block .ideas-funnel-search-form .admin-ideation-select-wrapper .dropdown-content li {
  min-height: auto;
  line-height: initial;
  width: 100%;
}

/* line 19206, app/assets/stylesheets/admin/admin_dashboard.scss */
.ideas-funnel-view-page .drop-downs-block .ideas-funnel-search-form .admin-ideation-select-wrapper .dropdown-content li:hover {
  background-color: #f6f7f9;
}

/* line 19209, app/assets/stylesheets/admin/admin_dashboard.scss */
.ideas-funnel-view-page .drop-downs-block .ideas-funnel-search-form .admin-ideation-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 19222, app/assets/stylesheets/admin/admin_dashboard.scss */
.ideas-funnel-view-page .drop-downs-block .ideas-funnel-search-form .admin-ideation-select-wrapper input {
  border: none;
  padding: 0 15px 0 12px;
  box-sizing: inherit;
  font-size: 15px;
  color: #344054;
  text-transform: capitalize;
  z-index: 2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 0;
}

/* line 19235, app/assets/stylesheets/admin/admin_dashboard.scss */
.ideas-funnel-view-page .drop-downs-block .ideas-funnel-search-form .admin-ideation-select-wrapper input[type="value"] {
  font-size: 25px;
}

/* line 19239, app/assets/stylesheets/admin/admin_dashboard.scss */
.ideas-funnel-view-page .drop-downs-block .ideas-funnel-search-form .more-filter {
  margin-top: -8px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 6px 12px 6px 12px;
  width: auto;
  height: 35px;
  font-size: 15px;
  cursor: pointer;
  color: #475467;
  margin-left: 7px;
  transition: all 0.3s;
}

/* line 19253, app/assets/stylesheets/admin/admin_dashboard.scss */
.ideas-funnel-view-page .drop-downs-block .ideas-funnel-search-form .more-filter .btn-icon {
  margin-right: 5px;
}

/* line 19255, app/assets/stylesheets/admin/admin_dashboard.scss */
[dir=rtl] .ideas-funnel-view-page .drop-downs-block .ideas-funnel-search-form .more-filter .btn-icon {
  margin-left: 5px;
  transform: scaleX(-1);
}

/* line 19260, app/assets/stylesheets/admin/admin_dashboard.scss */
.ideas-funnel-view-page .drop-downs-block .ideas-funnel-search-form .more-filter span {
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.5px;
  padding-top: 1px;
}

/* line 19267, app/assets/stylesheets/admin/admin_dashboard.scss */
.ideas-funnel-view-page .drop-downs-block .ideas-funnel-search-form .more-filter:hover {
  background-color: #eceff3;
  color: black;
}

/* line 19272, app/assets/stylesheets/admin/admin_dashboard.scss */
.ideas-funnel-view-page .drop-downs-block .ideas-funnel-search-form .view-more-filters-block {
  display: none;
  position: absolute;
  z-index: 120;
  background-color: white;
  top: 212px;
  width: 74% !important;
  right: 0 !important;
  height: auto;
  max-height: -moz-max-content;
  max-height: max-content;
  overflow-y: visible;
  padding: 18px 18px 18px 18px !important;
  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;
}

/* line 19288, app/assets/stylesheets/admin/admin_dashboard.scss */
.ideas-funnel-view-page .drop-downs-block .ideas-funnel-search-form .view-more-filters-block .bottom-content {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 1em;
  display: flex;
  flex-wrap: wrap;
}

/* line 19294, app/assets/stylesheets/admin/admin_dashboard.scss */
.ideas-funnel-view-page .drop-downs-block .ideas-funnel-search-form .view-more-filters-block .bottom-content .heading-b {
  width: 100%;
}

/* line 19296, app/assets/stylesheets/admin/admin_dashboard.scss */
.ideas-funnel-view-page .drop-downs-block .ideas-funnel-search-form .view-more-filters-block .bottom-content .heading-b h5 {
  margin: 0px 0px 12px 0px;
  font-size: 18px;
  padding: 0px 6px;
  font-weight: 400;
  color: #182230;
  letter-spacing: 0.5px;
}

/* line 19305, app/assets/stylesheets/admin/admin_dashboard.scss */
.ideas-funnel-view-page .drop-downs-block .ideas-funnel-search-form .view-more-filters-block .bottom-content .field-custom {
  width: 25%;
  margin-bottom: 10px;
  padding: 0px 6px;
}

/* line 19310, app/assets/stylesheets/admin/admin_dashboard.scss */
.ideas-funnel-view-page .drop-downs-block .ideas-funnel-search-form .view-more-filters-block .bottom-content .custom-field-btn {
  width: 100%;
  margin-top: 12px;
}

/* line 19314, app/assets/stylesheets/admin/admin_dashboard.scss */
.ideas-funnel-view-page .drop-downs-block .ideas-funnel-search-form .view-more-filters-block .bottom-content .custom-fields-block {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 12px;
}

/* line 19320, app/assets/stylesheets/admin/admin_dashboard.scss */
.ideas-funnel-view-page .drop-downs-block .ideas-funnel-search-form .view-more-filters-block .bottom-content .admin-ideation-select-wrapper {
  width: 25%;
}

/* line 19322, app/assets/stylesheets/admin/admin_dashboard.scss */
.ideas-funnel-view-page .drop-downs-block .ideas-funnel-search-form .view-more-filters-block .bottom-content .admin-ideation-select-wrapper label {
  font-weight: 400;
  font-size: 14px;
  line-height: 15px;
  letter-spacing: 0.02em;
  color: #344054;
  margin-bottom: 5px;
}

/* line 19330, app/assets/stylesheets/admin/admin_dashboard.scss */
.ideas-funnel-view-page .drop-downs-block .ideas-funnel-search-form .view-more-filters-block .bottom-content .admin-ideation-select-wrapper .select-wrapper {
  background-color: transparent;
}

/* line 19332, app/assets/stylesheets/admin/admin_dashboard.scss */
.ideas-funnel-view-page .drop-downs-block .ideas-funnel-search-form .view-more-filters-block .bottom-content .admin-ideation-select-wrapper .select-wrapper input {
  border: 1px solid #c4cad4;
  border-radius: 6px;
  margin: 6px 0px 6px 0px;
}

/* line 19338, app/assets/stylesheets/admin/admin_dashboard.scss */
.ideas-funnel-view-page .drop-downs-block .ideas-funnel-search-form .view-more-filters-block .bottom-content .admin-ideation-select-wrapper:hover {
  background-color: transparent;
}

/* line 19344, app/assets/stylesheets/admin/admin_dashboard.scss */
.ideas-funnel-view-page .drop-downs-block .ideas-funnel-search-form .viewmorefiltersblockenable {
  display: block !important;
}

/* line 19347, app/assets/stylesheets/admin/admin_dashboard.scss */
.ideas-funnel-view-page .drop-downs-block .ideas-funnel-search-form .removemorefilterclass {
  display: block;
  position: absolute;
  right: 15px;
  top: 10px;
  z-index: 1;
  cursor: pointer;
}

/* line 19357, app/assets/stylesheets/admin/admin_dashboard.scss */
.ideas-funnel-view-page .right-filter-open {
  display: none;
}

/* line 19360, app/assets/stylesheets/admin/admin_dashboard.scss */
.ideas-funnel-view-page .removedropclass {
  display: none;
}

/* line 19363, app/assets/stylesheets/admin/admin_dashboard.scss */
.ideas-funnel-view-page .fix-funnel-height {
  height: calc(100vh - 228px);
  margin-left: 0px !important;
  display: block;
  opacity: 1;
  margin-right: 0;
}

/* line 19371, app/assets/stylesheets/admin/admin_dashboard.scss */
.ideas-funnel-view-page .funnel-cards {
  width: 100%;
  padding: 0px 20px;
}

/* line 19375, app/assets/stylesheets/admin/admin_dashboard.scss */
.ideas-funnel-view-page .funnel-cards .funnel-live-idea-card .loader-circle {
  margin-bottom: 15px;
}

/* line 19382, app/assets/stylesheets/admin/admin_dashboard.scss */
.ideas-funnel-view-page .funnel-header-row .select-wrapper .dropdown-content {
  max-height: 300px !important;
  top: 30px !important;
  width: 100% !important;
  border: 1px solid #cecece;
  border-radius: 6px;
}

/* line 19389, app/assets/stylesheets/admin/admin_dashboard.scss */
.ideas-funnel-view-page .funnel-header-row .select-wrapper .dropdown-content li.optgroup span {
  color: black;
  font-weight: 500;
}

/* line 19394, app/assets/stylesheets/admin/admin_dashboard.scss */
.ideas-funnel-view-page .funnel-header-row .select-wrapper .dropdown-content li {
  min-height: auto;
  line-height: initial;
}

/* line 19397, app/assets/stylesheets/admin/admin_dashboard.scss */
.ideas-funnel-view-page .funnel-header-row .select-wrapper .dropdown-content li span {
  line-height: 15px;
  padding: 8px 12px;
  font-weight: 300;
  color: #101828;
}

/* line 19403, app/assets/stylesheets/admin/admin_dashboard.scss */
.ideas-funnel-view-page .funnel-header-row .select-wrapper .dropdown-content li:hover {
  background-color: #f6f7f9;
}

/* line 19407, app/assets/stylesheets/admin/admin_dashboard.scss */
.ideas-funnel-view-page .funnel-header-row .select-wrapper .dropdown-content .creatnew_funnel {
  width: 100%;
  padding: 10px 12px;
}

/* line 19410, app/assets/stylesheets/admin/admin_dashboard.scss */
.ideas-funnel-view-page .funnel-header-row .select-wrapper .dropdown-content .creatnew_funnel a {
  text-decoration: underline;
  color: #33334f;
}

/* line 19422, app/assets/stylesheets/admin/admin_dashboard.scss */
.ideas-funnel-view-page .ideas-column .idea-column-body li .card:hover {
  box-shadow: none;
}

/* line 19431, app/assets/stylesheets/admin/admin_dashboard.scss */
.list-card-tile {
  position: relative;
  overflow: visible;
}

/* line 19434, app/assets/stylesheets/admin/admin_dashboard.scss */
.list-card-tile .card-hover-popup {
  position: absolute;
  background-color: white;
  padding: 6px 6px;
  border-radius: 5px;
  border: 1px solid #e1e4ea;
  z-index: 2;
  white-space: normal;
  top: 42px;
  left: 0;
  width: 550px;
  opacity: 0;
  visibility: hidden;
}

/* line 19447, app/assets/stylesheets/admin/admin_dashboard.scss */
.list-card-tile .card-hover-popup a {
  color: #232323 !important;
}

/* line 19450, app/assets/stylesheets/admin/admin_dashboard.scss */
.list-card-tile .card-hover-popup .title-card {
  font-weight: 600;
  margin-bottom: 2px;
}

/* line 19454, app/assets/stylesheets/admin/admin_dashboard.scss */
.list-card-tile .card-hover-popup .des {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 10;
  -webkit-box-orient: vertical;
  word-break: break-word;
  white-space: normal;
}

/* line 19466, app/assets/stylesheets/admin/admin_dashboard.scss */
.list-card-tile:hover .card-hover-popup {
  opacity: 1;
  visibility: visible;
}

/* line 19471, app/assets/stylesheets/admin/admin_dashboard.scss */
.ideas-funnel-view-page.page-padding.page-active {
  padding-left: 50px !important;
}

/* line 19476, app/assets/stylesheets/admin/admin_dashboard.scss */
.ideas-funnel-list-view-page .list-table-view {
  padding: 0px 20px;
  width: 100%;
}

/* line 19479, app/assets/stylesheets/admin/admin_dashboard.scss */
.ideas-funnel-list-view-page .list-table-view .table-view {
  position: relative;
}

/* line 19482, app/assets/stylesheets/admin/admin_dashboard.scss */
.ideas-funnel-list-view-page .list-table-view .table-view-in {
  width: 100%;
  overflow-x: auto;
  max-height: calc(100vh - 290px);
  position: absolute;
  top: 5px;
}

/* line 19492, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-box-page {
  width: 100%;
  height: 100%;
  position: relative;
}

/* line 19497, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-box-page .top-bar-adjusted {
  justify-content: space-between;
  align-items: center;
  padding: 0px 20px;
}

/* line 19502, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-box-page .top-bar-adjusted .left-heading {
  display: flex;
  align-items: center;
  width: 650px;
}

/* line 19506, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-box-page .top-bar-adjusted .left-heading .heading-inner {
  width: 60%;
  align-items: center;
  border-right: 1px solid #e1e4ea;
  padding-right: 15px;
}

/* line 19512, app/assets/stylesheets/admin/admin_dashboard.scss */
[dir=rtl] .admin-idea-box-page .top-bar-adjusted .left-heading .heading-inner {
  border-left: 1px solid #e1e4ea;
  padding-left: 15px;
  padding-right: 0;
  border-right: none;
  gap: 12px;
}

/* line 19520, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-box-page .top-bar-adjusted .left-heading .main-search {
  justify-content: flex-start;
  width: 40%;
  padding: 0px 12px;
  margin-left: 0px;
}

/* line 19525, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-box-page .top-bar-adjusted .left-heading .main-search input {
  width: 100% !important;
  box-sizing: inherit;
  text-align: left;
  height: 35px !important;
  border-color: transparent;
  margin: 0px 0px 0px 5px !important;
  border-radius: 0 !important;
  border: 1px solid transparent !important;
}

/* line 19534, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-box-page .top-bar-adjusted .left-heading .main-search input::-moz-placeholder {
  color: #101828;
}
.admin-idea-box-page .top-bar-adjusted .left-heading .main-search input::placeholder {
  color: #101828;
}

/* line 19539, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-box-page .top-bar-adjusted .left-heading .admin-main-title {
  white-space: nowrap;
  color: #101828;
  font-size: 15px;
  margin: 0;
  font-weight: 300;
}

/* line 19548, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-box-page .idea-box-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column;
}

/* line 19553, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-box-page .idea-box-head .right-view {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 20px;
  border-top: 1px solid #e1e4ea;
  border-bottom: 1px solid #e1e4ea;
  margin-bottom: 8px;
}

/* line 19562, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-box-page .idea-box-head .right-view .view-li {
  width: auto;
  padding-right: 12px;
  display: flex;
  align-items: center;
}

/* line 19567, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-box-page .idea-box-head .right-view .view-li .view {
  display: flex;
  align-items: center;
  width: auto;
  padding: 6px 12px 6px 12px;
  color: #5d6679;
  transition: all 0.3s;
  gap: 5px;
}

/* line 19577, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-box-page .idea-box-head .right-view .view-li .view i {
  color: #344054;
  display: flex;
  align-items: center;
  position: relative;
  right: inherit;
  font-size: inherit !important;
  top: inherit;
  font-style: normal;
}

/* line 19587, app/assets/stylesheets/admin/admin_dashboard.scss */
[dir=rtl] .admin-idea-box-page .idea-box-head .right-view .view-li .view i .btn-icon {
  transform: scaleX(-1);
}

/* line 19591, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-box-page .idea-box-head .right-view .view-li .view i::after {
  content: "";
  position: absolute;
  height: 2px;
  width: 100%;
  bottom: -16px;
}

/* line 19599, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-box-page .idea-box-head .right-view .view-li .view:hover {
  color: black;
  background-color: #eceff3;
}

/* line 19607, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-box-page .idea-box-head .right-view .right-action .admin-ideation-select-wrapper .admin-ideation-select {
  top: inherit;
}

/* line 19609, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-box-page .idea-box-head .right-view .right-action .admin-ideation-select-wrapper .admin-ideation-select input {
  border: none;
  padding: 0 15px 0 12px;
  box-sizing: inherit;
  font-size: 15px;
  color: #344054;
  text-transform: capitalize;
  z-index: 2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 0;
}

/* line 19621, app/assets/stylesheets/admin/admin_dashboard.scss */
[dir=rtl] .admin-idea-box-page .idea-box-head .right-view .right-action .admin-ideation-select-wrapper .admin-ideation-select input {
  padding: 0 12px 0 15px;
}

/* line 19627, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-box-page .idea-box-head .right-view .right-action .admin-ideation-select-wrapper .select-wrapper .dropdown-content {
  margin-bottom: 0;
  width: -moz-max-content !important;
  width: max-content !important;
  min-width: 112px;
  top: 32px !important;
  border: 1px solid #cecece;
  border-radius: 6px;
  max-height: 320px !important;
}

/* line 19636, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-box-page .idea-box-head .right-view .right-action .admin-ideation-select-wrapper .select-wrapper .dropdown-content li {
  min-height: auto;
  line-height: initial;
  width: 100%;
}

/* line 19640, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-box-page .idea-box-head .right-view .right-action .admin-ideation-select-wrapper .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 19657, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-box-page .idea-box-head .left-drop {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
  padding: 0px 20px;
  border-bottom: 1px solid #e1e4ea;
  margin-bottom: 5px;
  padding-bottom: 8px;
}

/* line 19666, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-box-page .idea-box-head .left-drop .heading-fill {
  letter-spacing: 0.2px;
  margin: 0px 8px 0px 0px;
  font-size: 14px;
  color: #101828;
}

/* line 19672, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-box-page .idea-box-head .left-drop .drops-mission {
  display: flex;
  align-items: center;
}

/* line 19675, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-box-page .idea-box-head .left-drop .drops-mission .right-drops {
  display: flex;
  align-items: center;
}

/* line 19680, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-box-page .idea-box-head .left-drop .admin-ideation-select-wrapper {
  padding: 0px 10px;
}

/* line 19682, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-box-page .idea-box-head .left-drop .admin-ideation-select-wrapper .admin-ideation-select {
  top: inherit;
}

/* line 19685, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-box-page .idea-box-head .left-drop .admin-ideation-select-wrapper input {
  border: none;
  padding: 0 15px 0 12px;
  box-sizing: inherit;
  font-size: 15px;
  color: #344054;
  text-transform: capitalize;
  z-index: 2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 0;
}

/* line 19697, app/assets/stylesheets/admin/admin_dashboard.scss */
[dir=rtl] .admin-idea-box-page .idea-box-head .left-drop .admin-ideation-select-wrapper input {
  padding: 0 12px 0 15px;
}

/* line 19703, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-box-page .idea-box-head .select-wrapper {
  background-color: #f6f7f9;
  transition: all 0.3s;
}

/* line 19708, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-box-page .idea-box-head .select-wrapper .dropdown-content {
  margin-bottom: 0;
  width: -moz-max-content !important;
  width: max-content !important;
  min-width: 112px;
  top: 32px !important;
  border: 1px solid #cecece;
  border-radius: 6px;
  max-height: 320px !important;
}

/* line 19717, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-box-page .idea-box-head .select-wrapper .dropdown-content li {
  min-height: auto;
  line-height: initial;
  width: 100%;
}

/* line 19721, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-box-page .idea-box-head .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 19734, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-box-page .idea-box-head .select-wrapper:hover {
  background-color: #eceff3;
  color: black;
}

/* line 19740, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-box-page .idea-box-head .right-view i {
  color: #838383;
}

/* line 19742, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-box-page .idea-box-head .right-view i:hover {
  color: black;
}

/* line 19746, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-box-page .idea-box-head .right-view .select-grid-view {
  color: black;
}

/* line 19752, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-box-page .inbox-card-manager .idea-box-block {
  width: 25%;
  padding: 0px 6px;
}

/* line 19755, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-box-page .inbox-card-manager .idea-box-block .mission-idea-card {
  margin-bottom: 10px;
  box-shadow: none;
  border: 1px solid #e1e4ea;
  border-radius: 12px;
}

/* line 19760, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-box-page .inbox-card-manager .idea-box-block .mission-idea-card .card-description {
  padding: 5px 10px;
  height: 95px;
}

/* line 19763, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-box-page .inbox-card-manager .idea-box-block .mission-idea-card .card-description .title-card {
  position: relative;
  word-break: break-word;
  white-space: normal;
  font-size: 14px;
  color: #182230;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 3px;
}

/* line 19776, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-box-page .inbox-card-manager .idea-box-block .mission-idea-card .card-description .inner-data {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 15px;
  position: absolute;
  bottom: 12px;
  width: 94%;
}

/* line 19784, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-box-page .inbox-card-manager .idea-box-block .mission-idea-card .card-description .inner-data .inner-id {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

/* line 19790, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-box-page .inbox-card-manager .idea-box-block .mission-idea-card .card-description .inner-data .owner {
  display: flex;
  align-items: center;
}

/* line 19793, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-box-page .inbox-card-manager .idea-box-block .mission-idea-card .card-description .inner-data .owner .name {
  color: #182230;
}

/* line 19796, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-box-page .inbox-card-manager .idea-box-block .mission-idea-card .card-description .inner-data .owner img {
  width: 20px;
  height: 20px;
  max-width: 20px;
  border-radius: 100%;
  margin-right: 6px;
}

/* line 19804, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-box-page .inbox-card-manager .idea-box-block .mission-idea-card .card-description .inner-data .total-ideas {
  display: flex;
  align-items: center;
}

/* line 19807, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-box-page .inbox-card-manager .idea-box-block .mission-idea-card .card-description .inner-data .total-ideas .value {
  margin-left: 6px;
  color: #182230;
}

/* line 19817, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-box-page .missions-card-admin-side {
  width: 100%;
  padding: 10px 0px 10px 0px;
}

/* line 19821, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-box-page .idea-box-table {
  width: 100%;
}

/* line 19823, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-box-page .idea-box-table .admin-sort-table-design {
  width: 100%;
  overflow: auto;
  display: block;
  max-height: 55em;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

/* line 19832, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-box-page .mission-cards {
  width: 100%;
  padding: 0px 20px;
}

/* line 19838, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-box-page.page-active {
  padding-left: 55px !important;
}

/* line 19842, app/assets/stylesheets/admin/admin_dashboard.scss */
.manage-boards-page {
  width: 100%;
  height: 100%;
  position: relative;
}

/* line 19846, app/assets/stylesheets/admin/admin_dashboard.scss */
.manage-boards-page .top-bar-adjusted {
  position: relative;
  top: 5px;
  align-items: center;
  display: flex;
}

/* line 19852, app/assets/stylesheets/admin/admin_dashboard.scss */
.manage-boards-page .board-head {
  display: flex;
  align-items: center;
}

/* line 19855, app/assets/stylesheets/admin/admin_dashboard.scss */
.manage-boards-page .board-head .drop {
  padding: 0;
  margin-right: 10px;
}

/* line 19858, app/assets/stylesheets/admin/admin_dashboard.scss */
[dir=rtl] .manage-boards-page .board-head .drop {
  margin-right: 0;
  margin-left: 10px;
}

/* line 19864, app/assets/stylesheets/admin/admin_dashboard.scss */
.manage-boards-page .boards-table {
  width: 100%;
}

/* line 19866, app/assets/stylesheets/admin/admin_dashboard.scss */
.manage-boards-page .boards-table .admin-sort-table-design {
  width: 100%;
  overflow: auto;
  display: block;
  max-height: 55em;
  padding-bottom: 120px;
  margin-bottom: 120px;
}

/* line 19877, app/assets/stylesheets/admin/admin_dashboard.scss */
.manage-selection-page {
  width: 100%;
  height: 100%;
  position: relative;
}

/* line 19881, app/assets/stylesheets/admin/admin_dashboard.scss */
.manage-selection-page .selection-table {
  width: 100%;
  overflow: auto;
  display: block;
  max-height: 55em;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

/* line 19889, app/assets/stylesheets/admin/admin_dashboard.scss */
.manage-selection-page .selection-missions-header {
  display: flex;
  align-items: center;
  margin-bottom: 1.5em;
}

/* line 19893, app/assets/stylesheets/admin/admin_dashboard.scss */
.manage-selection-page .selection-missions-header .search-field {
  margin: 0;
}

/* line 19900, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-sort-table-design .tablesorter-header {
  padding-left: 12px;
  padding-right: 22px;
  background-color: #f6f6f6;
  border-right: 1px solid #e0e0e0 !important;
  white-space: nowrap;
  position: relative;
}

/* line 19907, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-sort-table-design .tablesorter-header:hover {
  background-color: #f6f6f6;
}

/* line 19913, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-sort-table-design tbody tr td {
  border-right: 1px solid #e0e0e0 !important;
  padding-left: 12px !important;
  padding-right: 22px !important;
  letter-spacing: 0.3px;
  white-space: nowrap;
}

/* line 19920, app/assets/stylesheets/admin/admin_dashboard.scss */
[dir=rtl] .admin-sort-table-design tbody tr td {
  padding-left: 22px !important;
  padding-right: 12px !important;
}

/* line 19931, app/assets/stylesheets/admin/admin_dashboard.scss */
.user-table tbody tr {
  border-bottom: 1px solid #e0e0e0 !important;
}

/* line 19937, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-sort-table-design
.filled-in[type="checkbox"]:not(:checked)
+ label:after {
  border: 2px solid #bbbbbb;
}

/* line 19943, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-sort-table-design::-webkit-scrollbar {
  background-color: white;
  width: 6px;
  height: 6px;
}

/* line 19949, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-sort-table-design::-webkit-scrollbar-thumb {
  background-color: #9f9f9f;
  border-radius: 4px;
}

/* line 19954, app/assets/stylesheets/admin/admin_dashboard.scss */
.table-responsive {
  width: 100%;
  overflow: auto;
}

/* line 19959, app/assets/stylesheets/admin/admin_dashboard.scss */
.edit-funnel-page {
  width: 100%;
  height: 100%;
  position: relative;
}

/* line 19964, app/assets/stylesheets/admin/admin_dashboard.scss */
.edit-funnel-page .page-content {
  width: 100%;
}

/* line 19966, app/assets/stylesheets/admin/admin_dashboard.scss */
.edit-funnel-page .page-content .page-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* line 19970, app/assets/stylesheets/admin/admin_dashboard.scss */
.edit-funnel-page .page-content .page-heading h5 {
  font-size: 22px;
}

/* line 19972, app/assets/stylesheets/admin/admin_dashboard.scss */
.edit-funnel-page .page-content .page-heading h5 span {
  font-size: 15px;
  color: #7d7d7d;
  font-weight: 400;
}

/* line 19978, app/assets/stylesheets/admin/admin_dashboard.scss */
.edit-funnel-page .page-content .page-heading .right-btns {
  padding-left: 28px;
  display: flex;
  align-items: center;
}

/* line 19983, app/assets/stylesheets/admin/admin_dashboard.scss */
.edit-funnel-page .page-content .page-heading .head-display {
  display: flex;
  align-items: center;
}

/* line 19987, app/assets/stylesheets/admin/admin_dashboard.scss */
.edit-funnel-page .page-content .page-heading .switch-tabs {
  width: auto;
  margin-left: 0px;
}

/* line 19990, app/assets/stylesheets/admin/admin_dashboard.scss */
.edit-funnel-page .page-content .page-heading .switch-tabs .tabs {
  height: 46px;
  border: 1px solid #757575;
  padding: 0px 3px;
  overflow-x: hidden;
  border-radius: 50px;
}

/* line 19996, app/assets/stylesheets/admin/admin_dashboard.scss */
.edit-funnel-page .page-content .page-heading .switch-tabs .tabs .tab {
  line-height: initial;
  height: auto;
  padding: 5px 2px;
}

/* line 20001, app/assets/stylesheets/admin/admin_dashboard.scss */
.edit-funnel-page .page-content .page-heading .switch-tabs .tabs .tab a {
  cursor: pointer;
  color: #404040;
  padding: 8px 12px;
  border-radius: 0px;
  transition: 0.2s ease-out;
  border-radius: 50px;
}

/* line 20011, app/assets/stylesheets/admin/admin_dashboard.scss */
.edit-funnel-page .page-content .page-heading .switch-tabs .tabs .tab .active {
  background-color: #404040;
  color: white;
}

/* line 20019, app/assets/stylesheets/admin/admin_dashboard.scss */
.edit-funnel-page .page-content .page-filters {
  width: 100%;
  display: flex;
  align-items: center;
  margin: 8px 0px 10px 0px;
}

/* line 20024, app/assets/stylesheets/admin/admin_dashboard.scss */
.edit-funnel-page .page-content .page-filters .right-btns {
  display: flex;
  align-items: center;
}

/* line 20027, app/assets/stylesheets/admin/admin_dashboard.scss */
.edit-funnel-page .page-content .page-filters .right-btns .add-btn {
  min-width: 195px;
  padding: 0px 6px;
  background-color: transparent;
  color: #33334f;
  border: 1px solid #33334f;
  position: relative;
  margin-left: 10px;
  height: 32px;
  line-height: 32px;
}

/* line 20039, app/assets/stylesheets/admin/admin_dashboard.scss */
.edit-funnel-page .page-content .page-filters .right-btns .add-project:hover {
  background-color: #33334f;
  color: white;
}

/* line 20044, app/assets/stylesheets/admin/admin_dashboard.scss */
.edit-funnel-page .page-content .page-filters .right-btns .add-funnel {
  min-width: 160px;
}

/* line 20048, app/assets/stylesheets/admin/admin_dashboard.scss */
.edit-funnel-page .page-content .page-filters .filter {
  width: auto;
  margin-right: 20px;
  display: flex;
  align-items: center;
  border-radius: 6px;
  background-color: #fff;
}

/* line 20055, app/assets/stylesheets/admin/admin_dashboard.scss */
.edit-funnel-page .page-content .page-filters .filter .field {
  width: 100%;
}

/* line 20058, app/assets/stylesheets/admin/admin_dashboard.scss */
.edit-funnel-page .page-content .page-filters .filter .field .select-wrapper input {
  border: 1px solid #9e9e9e;
  padding: 0px 0px 0px 5px;
  box-sizing: inherit;
  font-size: 13px;
  margin: 0;
  height: 32px;
  display: none;
}

/* line 20071, app/assets/stylesheets/admin/admin_dashboard.scss */
.edit-funnel-page .page-content .page-filters .filters {
  width: 100%;
  display: flex;
  align-items: center;
}

/* line 20077, app/assets/stylesheets/admin/admin_dashboard.scss */
.edit-funnel-page .page-content .table-block {
  width: 100%;
}

/* line 20081, app/assets/stylesheets/admin/admin_dashboard.scss */
.edit-funnel-page .page-content .table-block table tbody h5 {
  margin: 0;
  font-size: 14px;
}

/* line 20085, app/assets/stylesheets/admin/admin_dashboard.scss */
.edit-funnel-page .page-content .table-block table tbody .flex-owner {
  display: flex;
  align-items: center;
  gap: 10px;
}

/* line 20089, app/assets/stylesheets/admin/admin_dashboard.scss */
.edit-funnel-page .page-content .table-block table tbody .flex-owner img {
  width: 30px;
  border-radius: 100%;
}

/* line 20094, app/assets/stylesheets/admin/admin_dashboard.scss */
.edit-funnel-page .page-content .table-block table tbody .action-report {
  background-color: #039ce530;
  border: 1px solid #e2e2e2;
  color: black;
  padding: 2px 6px;
}

/* line 20106, app/assets/stylesheets/admin/admin_dashboard.scss */
.funnel-tabs {
  justify-content: flex-start;
  border-bottom: 1px solid lightgrey;
  background-color: #fff;
  display: flex;
}

/* line 20111, app/assets/stylesheets/admin/admin_dashboard.scss */
.funnel-tabs .tab {
  border-bottom: 0px;
  border-radius: 0;
}

/* line 20114, app/assets/stylesheets/admin/admin_dashboard.scss */
.funnel-tabs .tab .active {
  background-color: #7d7d7d;
  color: white;
}

/* line 20118, app/assets/stylesheets/admin/admin_dashboard.scss */
.funnel-tabs .tab .active a:hover {
  background-color: #7d7d7d;
  color: white;
}

/* line 20124, app/assets/stylesheets/admin/admin_dashboard.scss */
.funnel-tabs .tab a {
  color: #000000;
  font-size: 16px;
  text-transform: capitalize;
  letter-spacing: 0.5px;
  border-bottom: 2px solid;
  padding: 0 14px;
  background-color: #f3f3f3;
}

/* line 20132, app/assets/stylesheets/admin/admin_dashboard.scss */
.funnel-tabs .tab a:hover {
  background: #e3e3e3;
  color: #5e5e5e;
}

/* line 20139, app/assets/stylesheets/admin/admin_dashboard.scss */
.funnel-tabs .tab.disabled a {
  color: #5e5e5e;
}

/* line 20145, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-edit-funnel-page {
  width: 100%;
  padding: 85px 25px 12px 245px;
  height: 100%;
  position: relative;
}

/* line 20151, app/assets/stylesheets/admin/admin_dashboard.scss */
[dir=rtl] .admin-edit-funnel-page {
  padding: 85px 245px 12px 25px;
}

/* line 20154, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-edit-funnel-page .page-content {
  width: 100%;
}

/* line 20156, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-edit-funnel-page .page-content .head-btns {
  display: flex;
  justify-content: flex-end;
  margin-top: -35px;
  margin-bottom: 18px;
}

/* line 20161, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-edit-funnel-page .page-content .head-btns .right-btns {
  display: flex;
  justify-content: flex-end;
}

/* line 20164, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-edit-funnel-page .page-content .head-btns .right-btns .btn, .admin-edit-funnel-page .page-content .head-btns .right-btns .btn-large {
  min-width: auto;
  padding: 0px 12px;
  background-color: transparent;
  color: #33334f;
  border: 1px solid #33334f;
  position: relative;
  margin-left: 10px;
  height: 35px;
  display: flex;
  align-items: center;
  line-height: normal;
}

/* line 20176, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-edit-funnel-page .page-content .head-btns .right-btns .btn:hover, .admin-edit-funnel-page .page-content .head-btns .right-btns .btn-large:hover {
  background-color: #33334f;
  color: white;
}

/* line 20181, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-edit-funnel-page .page-content .head-btns .right-btns .edit-funnel-details {
  color: white;
  border-color: transparent;
}

/* line 20184, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-edit-funnel-page .page-content .head-btns .right-btns .edit-funnel-details:hover {
  color: white;
}

/* line 20189, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-edit-funnel-page .page-content .head-btns .right-btns .actions .import-actions-buttons {
  display: flex;
}

/* line 20192, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-edit-funnel-page .page-content .head-btns .right-btns .actions .dropdown-content {
  margin-top: 36px;
  margin-left: 10px;
}

/* line 20199, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-edit-funnel-page .page-content .funnel-tabs {
  justify-content: flex-start;
  border-bottom: 1px solid lightgrey;
  border-top: 1px solid lightgrey;
  background-color: #fff;
  display: flex;
  height: 50px;
}

/* line 20206, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-edit-funnel-page .page-content .funnel-tabs .tab {
  border-bottom: 0px;
  border-radius: 0;
  padding-top: 1px;
}

/* line 20210, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-edit-funnel-page .page-content .funnel-tabs .tab .active {
  background-color: #fff;
  border-bottom: 2px solid;
}

/* line 20214, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-edit-funnel-page .page-content .funnel-tabs .tab .active a:hover {
  background-color: #fff;
  border-bottom: 2px solid;
}

/* line 20220, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-edit-funnel-page .page-content .funnel-tabs .tab a {
  color: #000000;
  font-size: 16px;
  text-transform: capitalize;
  letter-spacing: 0.5px;
  border-bottom: 2px solid transparent;
  padding: 0 14px;
  background-color: #fff;
}

/* line 20228, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-edit-funnel-page .page-content .funnel-tabs .tab a:hover {
  background: #fff;
  border-bottom: 2px solid;
}

/* line 20235, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-edit-funnel-page .page-content .funnel-tabs .tab.disabled a {
  color: #5e5e5e;
}

/* line 20240, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-edit-funnel-page .page-content .top-fields {
  width: 50%;
  margin-top: 20px;
  margin-bottom: 20px;
}

/* line 20244, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-edit-funnel-page .page-content .top-fields .field {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 15px;
}

/* line 20250, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-edit-funnel-page .page-content .top-fields .field label {
  font-weight: 400;
  font-size: 15px;
  line-height: 15px;
  letter-spacing: 0.02em;
  color: #688faf;
  margin-bottom: 5px;
  display: block;
}

/* line 20259, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-edit-funnel-page .page-content .top-fields .field .funnel-dropdown {
  height: auto;
  width: 100%;
}

/* line 20263, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-edit-funnel-page .page-content .top-fields .field input {
  width: 100%;
  border: 1px solid #cccccc !important;
  padding: 5px 5px 5px 5px !important;
  box-sizing: inherit !important;
  height: 40px !important;
  margin-bottom: 0;
}

/* line 20271, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-edit-funnel-page .page-content .top-fields .field .funnel_filter {
  width: 100%;
}

/* line 20274, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-edit-funnel-page .page-content .top-fields .field .display-tool-label {
  display: flex;
  align-items: center;
}

/* line 20286, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-edit-funnel-page #score-management .table-height .tableFixHead table tr td {
  padding: 5px 16px;
  border-right: 1px solid #e0e0e0 !important;
  letter-spacing: 0.3px;
  white-space: nowrap;
}

/* line 20294, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-edit-funnel-page #score-management .table-height .tableFixHead table .display-toggle-block .setting-drop {
  margin-left: 0px;
}

/* line 20304, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-edit-funnel-page #score-graph .display-graph-btns {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}

/* line 20310, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-edit-funnel-page #score-graph .display-graph-btns .col {
  width: 100%;
}

/* line 20312, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-edit-funnel-page #score-graph .display-graph-btns .col label {
  font-weight: 400;
  font-size: 13px;
  line-height: 15px;
  letter-spacing: 0.02em;
  color: #688faf;
  margin-bottom: 5px;
  display: block;
}

/* line 20322, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-edit-funnel-page #score-graph .display-graph-btns .col .select-wrapper input {
  border: 1px solid #9e9e9e;
  box-sizing: inherit;
  font-size: 13px;
  margin: 0;
  width: 100% !important;
  padding: 2px 8px;
}

/* line 20330, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-edit-funnel-page #score-graph .display-graph-btns .col .select-wrapper .dropdown-content {
  margin-top: 29px;
  max-height: 288px;
}

/* line 20333, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-edit-funnel-page #score-graph .display-graph-btns .col .select-wrapper .dropdown-content li {
  min-height: auto;
  line-height: initial;
}

/* line 20336, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-edit-funnel-page #score-graph .display-graph-btns .col .select-wrapper .dropdown-content li span {
  line-height: inherit;
  padding: 6px 12px;
}

/* line 20344, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-edit-funnel-page #score-graph .display-graph-btns .btn-save {
  display: flex;
  justify-content: flex-end;
}

/* line 20347, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-edit-funnel-page #score-graph .display-graph-btns .btn-save .btn, .admin-edit-funnel-page #score-graph .display-graph-btns .btn-save .btn-large {
  background-color: #33334f;
  color: white;
  border: 1px solid #33334f;
  position: relative;
  margin-left: 10px;
  height: 32px;
  line-height: 2;
  margin-top: 18px;
}

/* line 20360, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-edit-funnel-page .funnel-stage-section {
  width: 100%;
  margin-top: 20px;
}

/* line 20363, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-edit-funnel-page .funnel-stage-section .top-btns {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

/* line 20369, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-edit-funnel-page .funnel-stage-section .top-btns .left-drop {
  padding-right: 12px;
  width: auto;
}

/* line 20373, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-edit-funnel-page .funnel-stage-section .top-btns .left-drop .select-wrapper input {
  border: 1px solid #9e9e9e;
  box-sizing: inherit;
  font-size: 13px;
  margin: 0;
  width: 100% !important;
  padding: 2px 8px;
}

/* line 20381, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-edit-funnel-page .funnel-stage-section .top-btns .left-drop .select-wrapper .dropdown-content {
  margin-top: 28px;
}

/* line 20385, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-edit-funnel-page .funnel-stage-section .top-btns .left-drop label {
  font-weight: 400;
  font-size: 15px;
  line-height: 15px;
  letter-spacing: 0.02em;
  color: #688faf;
  margin-bottom: 5px;
  display: block;
}

/* line 20396, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-edit-funnel-page .funnel-stage-section .top-btns .right-btns .add-save-btn {
  background-color: #33334f;
  color: white;
}

/* line 20400, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-edit-funnel-page .funnel-stage-section .top-btns .right-btns .btn, .admin-edit-funnel-page .funnel-stage-section .top-btns .right-btns .btn-large {
  margin-left: 12px;
}

/* line 20408, app/assets/stylesheets/admin/admin_dashboard.scss */
.manage-plan-page {
  width: 100%;
  position: relative;
  height: 100%;
}

/* line 20414, app/assets/stylesheets/admin/admin_dashboard.scss */
.manage-plan-page .page-heading p {
  margin-top: 8px;
  color: #6a6a6a;
  width: 100%;
  max-width: 600px;
}

/* line 20420, app/assets/stylesheets/admin/admin_dashboard.scss */
.manage-plan-page .page-heading .contact-btn {
  background-color: transparent;
  color: #33334f;
  border: 1px solid #33334f;
  margin-top: 8px;
  padding: 10px 15px;
  line-height: 1;
}

/* line 20429, app/assets/stylesheets/admin/admin_dashboard.scss */
.manage-plan-page .page-content {
  width: 100%;
  margin: 20px 0px 150px 0px;
  max-width: 750px;
  margin-right: auto;
  float: left;
}

/* line 20435, app/assets/stylesheets/admin/admin_dashboard.scss */
.manage-plan-page .page-content .company-name {
  width: 100%;
  margin-bottom: 12px;
}

/* line 20438, app/assets/stylesheets/admin/admin_dashboard.scss */
.manage-plan-page .page-content .company-name .flex {
  align-items: center;
}

/* line 20441, app/assets/stylesheets/admin/admin_dashboard.scss */
.manage-plan-page .page-content .company-name .img {
  height: 40px;
  width: 40px;
  margin-right: 12px;
  background-color: #ddf5f8;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  color: #565656;
  font-weight: 500;
}

/* line 20454, app/assets/stylesheets/admin/admin_dashboard.scss */
.manage-plan-page .page-content .company-name h5 {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
}

/* line 20460, app/assets/stylesheets/admin/admin_dashboard.scss */
.manage-plan-page .page-content .payment-method-url {
  width: 100%;
}

/* line 20462, app/assets/stylesheets/admin/admin_dashboard.scss */
.manage-plan-page .page-content .payment-method-url .flex {
  justify-content: flex-end;
}

/* line 20465, app/assets/stylesheets/admin/admin_dashboard.scss */
.manage-plan-page .page-content .payment-method-url a {
  display: flex;
  align-items: center;
}

/* line 20468, app/assets/stylesheets/admin/admin_dashboard.scss */
.manage-plan-page .page-content .payment-method-url a span {
  margin-right: 5px;
}

/* line 20471, app/assets/stylesheets/admin/admin_dashboard.scss */
.manage-plan-page .page-content .payment-method-url a i {
  rotate: 320deg;
}

/* line 20478, app/assets/stylesheets/admin/admin_dashboard.scss */
.manage-plan-page .page-content .top-tabs .tab a {
  color: black;
  text-transform: capitalize;
  letter-spacing: 0.2px;
  font-weight: 600;
  font-size: 16px;
  padding: 8px 15px;
  line-height: normal;
  display: flex;
  align-items: center;
}

/* line 20490, app/assets/stylesheets/admin/admin_dashboard.scss */
.manage-plan-page .page-content .top-tabs .indicator {
  background-color: #2f6dff;
}

/* line 20494, app/assets/stylesheets/admin/admin_dashboard.scss */
.manage-plan-page .page-content .manage-btns {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 15px;
}

/* line 20499, app/assets/stylesheets/admin/admin_dashboard.scss */
.manage-plan-page .page-content .manage-btns .btn-second {
  background-color: transparent;
  color: #33334f;
  border: 1px solid #33334f;
  margin-right: 12px;
  padding: 12px 15px;
  line-height: 1;
}

/* line 20508, app/assets/stylesheets/admin/admin_dashboard.scss */
.manage-plan-page .page-content .card {
  box-shadow: none;
  border-radius: 8px;
}

/* line 20511, app/assets/stylesheets/admin/admin_dashboard.scss */
.manage-plan-page .page-content .card .card-content {
  display: flex;
  align-items: start;
  flex-direction: column;
  padding: 12px 0px;
  min-height: 9em;
  border: 1px solid #c5c5c5;
  border-radius: 12px;
  margin-top: 12px;
}

/* line 20521, app/assets/stylesheets/admin/admin_dashboard.scss */
.manage-plan-page .page-content .card .card-content .table-block {
  width: 100%;
}

/* line 20525, app/assets/stylesheets/admin/admin_dashboard.scss */
.manage-plan-page .page-content .card .card-content .table-block table tr td {
  border: none !important;
}

/* line 20527, app/assets/stylesheets/admin/admin_dashboard.scss */
.manage-plan-page .page-content .card .card-content .table-block table tr td .head {
  font-weight: 600;
}

/* line 20535, app/assets/stylesheets/admin/admin_dashboard.scss */
.manage-plan-page .page-content .card .card-content .fields {
  width: 100%;
}

/* line 20537, app/assets/stylesheets/admin/admin_dashboard.scss */
.manage-plan-page .page-content .card .card-content .fields .field-img {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 12px;
}

/* line 20542, app/assets/stylesheets/admin/admin_dashboard.scss */
.manage-plan-page .page-content .card .card-content .fields .field-img img {
  width: 85px;
}

/* line 20546, app/assets/stylesheets/admin/admin_dashboard.scss */
.manage-plan-page .page-content .card .card-content .fields .field {
  width: 100%;
}

/* line 20548, app/assets/stylesheets/admin/admin_dashboard.scss */
.manage-plan-page .page-content .card .card-content .fields .field label {
  font-weight: 400;
  font-size: 15px;
  line-height: 15px;
  letter-spacing: 0.02em;
  color: #688faf;
  margin-bottom: 5px;
}

/* line 20556, app/assets/stylesheets/admin/admin_dashboard.scss */
.manage-plan-page .page-content .card .card-content .fields .field input {
  border: 1px solid #cccccc !important;
  padding: 5px 5px 5px 5px !important;
  box-sizing: inherit !important;
  height: 40px;
  z-index: 2;
}

/* line 20564, app/assets/stylesheets/admin/admin_dashboard.scss */
.manage-plan-page .page-content .card .card-content .fields .field .select-wrapper .dropdown-content {
  top: 35px !important;
  width: -moz-max-content !important;
  width: max-content !important;
  min-width: 100%;
}

/* line 20568, app/assets/stylesheets/admin/admin_dashboard.scss */
.manage-plan-page .page-content .card .card-content .fields .field .select-wrapper .dropdown-content li {
  min-height: auto;
  line-height: initial;
  width: 100%;
}

/* line 20572, app/assets/stylesheets/admin/admin_dashboard.scss */
.manage-plan-page .page-content .card .card-content .fields .field .select-wrapper .dropdown-content li span {
  line-height: 25px;
  padding: 5px 15px;
  width: 100%;
}

/* line 20582, app/assets/stylesheets/admin/admin_dashboard.scss */
.manage-plan-page .page-content .card .card-content .contact {
  width: auto;
  margin: 8px 0px 0px 0px;
  background-color: #33334f;
  float: right;
}

/* line 20587, app/assets/stylesheets/admin/admin_dashboard.scss */
.manage-plan-page .page-content .card .card-content .contact:hover {
  background-color: #33334f;
}

/* line 20591, app/assets/stylesheets/admin/admin_dashboard.scss */
.manage-plan-page .page-content .card .card-content .heading {
  width: 100%;
}

/* line 20593, app/assets/stylesheets/admin/admin_dashboard.scss */
.manage-plan-page .page-content .card .card-content .heading h5 {
  margin: 6px 0px 12px 0px;
  font-size: 22px;
  font-weight: 500;
}

/* line 20598, app/assets/stylesheets/admin/admin_dashboard.scss */
.manage-plan-page .page-content .card .card-content .heading p {
  color: black;
  margin-bottom: 12px;
}

/* line 20603, app/assets/stylesheets/admin/admin_dashboard.scss */
.manage-plan-page .page-content .card .card-content .sub-heading {
  width: 100%;
  margin: 12px 0px 12px 0px;
}

/* line 20606, app/assets/stylesheets/admin/admin_dashboard.scss */
.manage-plan-page .page-content .card .card-content .sub-heading h6 {
  font-weight: 500;
  font-size: 16px;
}

/* line 20610, app/assets/stylesheets/admin/admin_dashboard.scss */
.manage-plan-page .page-content .card .card-content .sub-heading p {
  color: #b0b0b0;
}

/* line 20615, app/assets/stylesheets/admin/admin_dashboard.scss */
.manage-plan-page .page-content .card .b-ad-content {
  padding: 12px 16px;
}

/* line 20622, app/assets/stylesheets/admin/admin_dashboard.scss */
.next-pre-ideas-btns {
  width: auto;
  margin-right: 2px;
}

/* line 20625, app/assets/stylesheets/admin/admin_dashboard.scss */
.next-pre-ideas-btns .flex-b {
  display: flex;
  align-items: center;
}

/* line 20629, app/assets/stylesheets/admin/admin_dashboard.scss */
.next-pre-ideas-btns a {
  position: relative;
}

/* line 20631, app/assets/stylesheets/admin/admin_dashboard.scss */
.next-pre-ideas-btns a i {
  font-size: 30px;
  border: 1px solid #485567;
  border-radius: 5px;
  margin: 0px 5px 0px 5px;
  height: 30px;
  display: flex;
  align-items: center;
  width: 30px;
  justify-content: center;
}

/* line 20641, app/assets/stylesheets/admin/admin_dashboard.scss */
.next-pre-ideas-btns a i:hover {
  background-color: #33334f;
  color: white;
}

/* line 20645, app/assets/stylesheets/admin/admin_dashboard.scss */
.next-pre-ideas-btns a i img {
  width: 12px;
}

/* line 20648, app/assets/stylesheets/admin/admin_dashboard.scss */
.next-pre-ideas-btns a i .white-arrow {
  display: none;
}

/* line 20652, app/assets/stylesheets/admin/admin_dashboard.scss */
.next-pre-ideas-btns a .hover-text {
  position: absolute;
  width: 200px;
  z-index: 1;
  background-color: white;
  border-radius: 5px;
  padding: 12px 12px;
  display: none;
}

/* line 20660, app/assets/stylesheets/admin/admin_dashboard.scss */
.next-pre-ideas-btns a .hover-text p {
  color: #1d1d1d;
  font-size: 13px;
}

/* line 20669, app/assets/stylesheets/admin/admin_dashboard.scss */
#mail-description p {
  margin: unset;
  padding: unset;
  text-align: unset !important;
}

/* line 20677, app/assets/stylesheets/admin/admin_dashboard.scss */
#access-list td .multiselect-dropdown {
  display: block !important;
}

/* line 20684, app/assets/stylesheets/admin/admin_dashboard.scss */
.div-with-hover a {
  position: relative;
}

/* line 20686, app/assets/stylesheets/admin/admin_dashboard.scss */
.div-with-hover a i {
  font-size: 30px;
  border: 1px solid #485567;
  border-radius: 5px;
  margin: 0px 5px 0px 5px;
  height: 30px;
  display: flex;
  align-items: center;
  width: 30px;
  justify-content: center;
}

/* line 20696, app/assets/stylesheets/admin/admin_dashboard.scss */
.div-with-hover a i:hover {
  background-color: #33334f;
  color: white;
}

/* line 20700, app/assets/stylesheets/admin/admin_dashboard.scss */
.div-with-hover a i img {
  width: 12px;
}

/* line 20703, app/assets/stylesheets/admin/admin_dashboard.scss */
.div-with-hover a i .white-arrow {
  display: none;
}

/* line 20707, app/assets/stylesheets/admin/admin_dashboard.scss */
.div-with-hover a .hover-text {
  position: absolute;
  width: auto;
  margin-top: 10px;
  border: 1px solid #b8b8b8;
  z-index: 1;
  background-color: #f3f3f3;
  border-radius: 5px;
  padding: 12px 12px;
  display: none;
}

/* line 20717, app/assets/stylesheets/admin/admin_dashboard.scss */
.div-with-hover a .hover-text p {
  color: #1d1d1d;
  font-size: 13px;
}

/* line 20724, app/assets/stylesheets/admin/admin_dashboard.scss */
.div-with-hover:hover .hover-text {
  display: block;
}

/* line 20728, app/assets/stylesheets/admin/admin_dashboard.scss */
.next-pre-ideas-btns a:hover .hover-text {
  display: block;
}

/* line 20732, app/assets/stylesheets/admin/admin_dashboard.scss */
.next-pre-ideas-btns a i:hover .black-arrow {
  display: none;
}

/* line 20736, app/assets/stylesheets/admin/admin_dashboard.scss */
.next-pre-ideas-btns a i:hover .white-arrow {
  display: block;
}

/* line 20740, app/assets/stylesheets/admin/admin_dashboard.scss */
.attached-file-table-list-view {
  width: 100%;
}

/* line 20743, app/assets/stylesheets/admin/admin_dashboard.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 20753, app/assets/stylesheets/admin/admin_dashboard.scss */
.attached-file-table-list-view .file-content:hover {
  background-color: #f2f8fc;
}

/* line 20756, app/assets/stylesheets/admin/admin_dashboard.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 20763, app/assets/stylesheets/admin/admin_dashboard.scss */
.attached-file-table-list-view .file-content .date {
  color: #6f6f6f;
  font-size: 13px;
  margin: 2px 0px 0px 3px;
}

/* line 20770, app/assets/stylesheets/admin/admin_dashboard.scss */
.attached-file-table-list-view .file-name {
  display: flex;
  align-items: center;
}

/* line 20774, app/assets/stylesheets/admin/admin_dashboard.scss */
.attached-file-table-list-view .file-name .file-flex {
  display: flex;
  align-items: center;
}

/* line 20777, app/assets/stylesheets/admin/admin_dashboard.scss */
.attached-file-table-list-view .file-name .file-flex a {
  color: #5e6779;
  margin-left: 2px;
  font-size: 16px;
  font-weight: 500;
}

/* line 20783, app/assets/stylesheets/admin/admin_dashboard.scss */
.attached-file-table-list-view .file-name .file-flex i {
  font-size: 45px;
  opacity: 1 !important;
  margin-right: 2px;
}

/* line 20790, app/assets/stylesheets/admin/admin_dashboard.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 20798, app/assets/stylesheets/admin/admin_dashboard.scss */
.attached-file-table-list-view .file-name .col-remove a {
  display: flex;
  align-items: center;
}

/* line 20804, app/assets/stylesheets/admin/admin_dashboard.scss */
.attached-file-table-list-view .creator {
  display: flex;
  align-items: center;
}

/* line 20807, app/assets/stylesheets/admin/admin_dashboard.scss */
.attached-file-table-list-view .creator img {
  margin-right: 10px;
}

/* line 20811, app/assets/stylesheets/admin/admin_dashboard.scss */
.attached-file-table-list-view .file-attach-link {
  position: relative;
  width: 100%;
  float: left;
}

/* line 20815, app/assets/stylesheets/admin/admin_dashboard.scss */
.attached-file-table-list-view .file-attach-link .col-remove {
  display: flex;
  align-items: center;
  position: absolute;
  right: 10px;
  top: 5px;
  opacity: 0;
  pointer-events: none;
}

/* line 20827, app/assets/stylesheets/admin/admin_dashboard.scss */
.attached-file-table-list-view .file-content:hover .col-remove {
  opacity: 1;
  pointer-events: inherit;
}

/* line 20832, app/assets/stylesheets/admin/admin_dashboard.scss */
.attached-file-table-list-view .file-attach-link:hover .col-remove {
  opacity: 1;
  pointer-events: inherit;
}

/* line 20837, app/assets/stylesheets/admin/admin_dashboard.scss */
.labs-chat-page {
  height: 100%;
}

/* line 20840, app/assets/stylesheets/admin/admin_dashboard.scss */
.labs-chat-page .chat-page {
  max-width: 1500px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  height: 100%;
}

@media screen and (min-width: 700px) {
  /* line 20848, app/assets/stylesheets/admin/admin_dashboard.scss */
  .labs-chat-page .chat-page .left-fix-page {
    height: 100%;
    width: 65%;
    padding-right: 12px;
  }
}

/* line 20854, app/assets/stylesheets/admin/admin_dashboard.scss */
.labs-chat-page .chat-page .right-collaps {
  margin-top: 30px;
  max-width: 720px;
}

@media screen and (min-width: 700px) {
  /* line 20854, app/assets/stylesheets/admin/admin_dashboard.scss */
  .labs-chat-page .chat-page .right-collaps {
    width: 35%;
    padding-left: 12px;
    margin-top: 0;
  }
}

/* line 20865, app/assets/stylesheets/admin/admin_dashboard.scss */
.labs-chat-page .chat-page .right-collaps .colap {
  width: 100%;
  margin-bottom: 2.5em;
}

/* line 20868, app/assets/stylesheets/admin/admin_dashboard.scss */
.labs-chat-page .chat-page .right-collaps .colap .head {
  width: 100%;
}

/* line 20870, app/assets/stylesheets/admin/admin_dashboard.scss */
.labs-chat-page .chat-page .right-collaps .colap .head .title {
  line-height: initial;
  border: 1px solid #dbdcde;
  padding: 6px 12px;
  background-color: #f3f3f3;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  font-size: 16px;
  font-weight: 500;
}

/* line 20884, app/assets/stylesheets/admin/admin_dashboard.scss */
.labs-chat-page .chat-page .right-collaps .colap .body {
  width: 100%;
  border: 1px solid #c0c0c0;
  border-radius: 12px;
  padding: 15px;
  border-top: transparent;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

/* line 20892, app/assets/stylesheets/admin/admin_dashboard.scss */
.labs-chat-page .chat-page .right-collaps .colap .body p {
  letter-spacing: 0.2px;
  font-size: 14px;
}

/* line 20896, app/assets/stylesheets/admin/admin_dashboard.scss */
.labs-chat-page .chat-page .right-collaps .colap .body ul {
  list-style: disc;
  padding-left: 15px;
  margin-top: 0px;
}

/* line 20900, app/assets/stylesheets/admin/admin_dashboard.scss */
.labs-chat-page .chat-page .right-collaps .colap .body ul li {
  list-style: disc;
  margin-bottom: 5px;
  font-size: 14px;
}

/* line 20909, app/assets/stylesheets/admin/admin_dashboard.scss */
.labs-chat-page .chat-page .page-fix {
  max-width: 720px;
  padding-bottom: 100px;
  height: 88vh;
  display: flex;
  flex-direction: column;
  position: relative;
}

/* line 20917, app/assets/stylesheets/admin/admin_dashboard.scss */
.labs-chat-page .chat-page .page-fix .chat-inner-fix {
  overflow-y: auto;
}

/* line 20919, app/assets/stylesheets/admin/admin_dashboard.scss */
.labs-chat-page .chat-page .page-fix .chat-inner-fix .chat-field {
  overflow-y: auto;
}

/* line 20921, app/assets/stylesheets/admin/admin_dashboard.scss */
.labs-chat-page .chat-page .page-fix .chat-inner-fix .chat-field .user-chat {
  margin-bottom: 10px;
}

/* line 20924, app/assets/stylesheets/admin/admin_dashboard.scss */
.labs-chat-page .chat-page .page-fix .chat-inner-fix .chat-field .ai-chat {
  margin-bottom: 10px;
}

/* line 20929, app/assets/stylesheets/admin/admin_dashboard.scss */
.labs-chat-page .chat-page .page-fix .chat-fix-input {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 12px;
}

/* line 20935, app/assets/stylesheets/admin/admin_dashboard.scss */
.labs-chat-page .chat-page .page-fix .chat-fix-input .fix {
  border: 1px solid silver;
  border-radius: 12px;
  padding: 15px;
  display: flex;
  align-items: start;
  background-color: white;
}

/* line 20942, app/assets/stylesheets/admin/admin_dashboard.scss */
.labs-chat-page .chat-page .page-fix .chat-fix-input .fix textarea {
  margin: 0 !important;
  margin-right: 10px !important;
  border-color: transparent !important;
  resize: none;
  padding-right: 12px;
  max-height: 6em;
}

/* line 20949, app/assets/stylesheets/admin/admin_dashboard.scss */
.labs-chat-page .chat-page .page-fix .chat-fix-input .fix textarea::-moz-placeholder {
  color: black;
  opacity: 1;
  /* Firefox */
}
.labs-chat-page .chat-page .page-fix .chat-fix-input .fix textarea::placeholder {
  color: black;
  opacity: 1;
  /* Firefox */
}

/* line 20954, app/assets/stylesheets/admin/admin_dashboard.scss */
.labs-chat-page .chat-page .page-fix .chat-fix-input .fix .submit-btn {
  border: 1px solid #33334f !important;
  background: #fff;
  color: #33334f;
  border-radius: 8px !important;
}

/* line 20959, app/assets/stylesheets/admin/admin_dashboard.scss */
.labs-chat-page .chat-page .page-fix .chat-fix-input .fix .submit-btn:hover {
  background: #33334f;
  color: white;
}

/* line 20964, app/assets/stylesheets/admin/admin_dashboard.scss */
.labs-chat-page .chat-page .page-fix .chat-fix-input .fix:hover {
  border: 1px solid #33334f;
}

/* line 20969, app/assets/stylesheets/admin/admin_dashboard.scss */
.labs-chat-page .chat-page .page-fix .heading {
  margin: 0;
  margin-bottom: 15px;
  font-weight: 500;
  font-size: 18px;
}

/* line 20975, app/assets/stylesheets/admin/admin_dashboard.scss */
.labs-chat-page .chat-page .page-fix .user-name {
  margin: 0;
  margin-bottom: 5px;
  font-weight: 600;
  font-size: 16px;
}

/* line 20985, app/assets/stylesheets/admin/admin_dashboard.scss */
.manage-boards-tab-container {
  margin-top: -52px;
}

/* line 20989, app/assets/stylesheets/admin/admin_dashboard.scss */
.am-new-modal {
  width: 100%;
  border-radius: 12px;
  background-color: white;
  max-width: 992px;
}

/* line 20997, app/assets/stylesheets/admin/admin_dashboard.scss */
.white-text {
  color: white;
}

/* line 21000, app/assets/stylesheets/admin/admin_dashboard.scss */
.innovation-portal-settings {
  width: 100%;
  position: relative;
}

/* line 21004, app/assets/stylesheets/admin/admin_dashboard.scss */
.innovation-portal-settings .row-block {
  width: 100%;
  max-width: 768px;
  margin-right: auto;
}

/* line 21009, app/assets/stylesheets/admin/admin_dashboard.scss */
.innovation-portal-settings .whitebg {
  width: 100%;
  background-color: white;
  padding: 18px 10px;
  margin-bottom: 2em;
}

/* line 21015, app/assets/stylesheets/admin/admin_dashboard.scss */
.innovation-portal-settings .fields {
  width: 100%;
  margin: 0px;
}

/* line 21018, app/assets/stylesheets/admin/admin_dashboard.scss */
.innovation-portal-settings .fields .col {
  margin-bottom: 15px;
}

/* line 21020, app/assets/stylesheets/admin/admin_dashboard.scss */
.innovation-portal-settings .fields .col .f-label {
  font-weight: 400;
  font-size: 15px;
  line-height: 15px;
  letter-spacing: 0.02em;
  color: #688faf;
  margin-bottom: 5px;
  display: block;
}

/* line 21029, app/assets/stylesheets/admin/admin_dashboard.scss */
.innovation-portal-settings .fields .col .in-field {
  border: 1px solid #cccccc !important;
  padding: 5px 5px 5px 5px !important;
  box-sizing: inherit !important;
  height: 40px !important;
  margin-bottom: 0;
}

/* line 21036, app/assets/stylesheets/admin/admin_dashboard.scss */
.innovation-portal-settings .fields .col .onoff-flex {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* line 21041, app/assets/stylesheets/admin/admin_dashboard.scss */
.innovation-portal-settings .fields .col .onoff-flex .l-field {
  width: 80%;
  padding-right: 15px;
}

/* line 21045, app/assets/stylesheets/admin/admin_dashboard.scss */
.innovation-portal-settings .fields .col .onoff-flex .r-btns {
  width: 20%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 22px;
}

/* line 21051, app/assets/stylesheets/admin/admin_dashboard.scss */
.innovation-portal-settings .fields .col .onoff-flex .r-btns h5 {
  line-height: 0;
  margin: 0px 8px 0px 8px;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.3px;
  color: #698faf;
}

/* line 21061, app/assets/stylesheets/admin/admin_dashboard.scss */
.innovation-portal-settings .fields .col .onoff-flex .buttons-color .flex-b {
  display: flex;
  align-items: center;
}

/* line 21064, app/assets/stylesheets/admin/admin_dashboard.scss */
.innovation-portal-settings .fields .col .onoff-flex .buttons-color .flex-b input {
  margin: 0 5px 0px 0px;
  padding: 2px 4px 2px 4px;
}

/* line 21068, app/assets/stylesheets/admin/admin_dashboard.scss */
.innovation-portal-settings .fields .col .onoff-flex .buttons-color .flex-b .number-w {
  width: 50px !important;
}

/* line 21076, app/assets/stylesheets/admin/admin_dashboard.scss */
.innovation-portal-settings .fields .color-fields .field {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 5px;
}

/* line 21081, app/assets/stylesheets/admin/admin_dashboard.scss */
.innovation-portal-settings .fields .color-fields .field .color-fill {
  display: flex;
  align-items: center;
}

/* line 21084, app/assets/stylesheets/admin/admin_dashboard.scss */
.innovation-portal-settings .fields .color-fields .field .color-fill .inner-field-color {
  width: 50%;
}

/* line 21091, app/assets/stylesheets/admin/admin_dashboard.scss */
.innovation-portal-settings .fields .img-fields .field {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 5px;
}

/* line 21100, app/assets/stylesheets/admin/admin_dashboard.scss */
.innovation-portal-settings .fields .select-wrapper input {
  z-index: 2;
}

/* line 21103, app/assets/stylesheets/admin/admin_dashboard.scss */
.innovation-portal-settings .fields .select-wrapper .dropdown-content {
  margin-top: 30px;
  margin-bottom: 0;
  top: 0px !important;
  border: 1px solid #cecece;
  border-radius: 0px;
  width: -moz-max-content !important;
  width: max-content !important;
  min-width: 100%;
}

/* line 21111, app/assets/stylesheets/admin/admin_dashboard.scss */
.innovation-portal-settings .fields .select-wrapper .dropdown-content li {
  min-height: auto;
  line-height: initial;
  width: 100%;
}

/* line 21115, app/assets/stylesheets/admin/admin_dashboard.scss */
.innovation-portal-settings .fields .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 21129, app/assets/stylesheets/admin/admin_dashboard.scss */
.innovation-portal-settings .fields .top-btns {
  width: 100%;
  margin-bottom: 5px;
  padding: 0 0.75rem;
  display: flex;
  justify-content: flex-end;
}

/* line 21135, app/assets/stylesheets/admin/admin_dashboard.scss */
.innovation-portal-settings .fields .top-btns a {
  margin-right: 12px;
}

/* line 21140, app/assets/stylesheets/admin/admin_dashboard.scss */
.innovation-portal-settings .tab-drag-drop-b {
  width: 100%;
  padding: 0px 12px;
  display: flex;
  flex-direction: column;
}

/* line 21145, app/assets/stylesheets/admin/admin_dashboard.scss */
.innovation-portal-settings .tab-drag-drop-b h5 {
  margin-bottom: 20px;
}

/* line 21148, app/assets/stylesheets/admin/admin_dashboard.scss */
.innovation-portal-settings .tab-drag-drop-b .tabs-b {
  width: 100%;
}

/* line 21150, app/assets/stylesheets/admin/admin_dashboard.scss */
.innovation-portal-settings .tab-drag-drop-b .tabs-b .tab {
  width: 100%;
  margin-bottom: 12px;
}

/* line 21153, app/assets/stylesheets/admin/admin_dashboard.scss */
.innovation-portal-settings .tab-drag-drop-b .tabs-b .tab .tab-content {
  width: 100%;
  border: 1px solid #9e9e9e;
  padding: 12px 12px;
  border-radius: 12px;
}

/* line 21158, app/assets/stylesheets/admin/admin_dashboard.scss */
.innovation-portal-settings .tab-drag-drop-b .tabs-b .tab .tab-content .head-widgets {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* line 21164, app/assets/stylesheets/admin/admin_dashboard.scss */
.innovation-portal-settings .tab-drag-drop-b .tabs-b .tab .tab-content .left-arrow {
  width: auto;
  display: flex;
  align-items: center;
  padding-right: 12px;
}

/* line 21169, app/assets/stylesheets/admin/admin_dashboard.scss */
.innovation-portal-settings .tab-drag-drop-b .tabs-b .tab .tab-content .left-arrow i {
  margin-right: 12px;
  cursor: pointer;
}

/* line 21174, app/assets/stylesheets/admin/admin_dashboard.scss */
.innovation-portal-settings .tab-drag-drop-b .tabs-b .tab .tab-content .show-more {
  width: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* line 21179, app/assets/stylesheets/admin/admin_dashboard.scss */
.innovation-portal-settings .tab-drag-drop-b .tabs-b .tab .tab-content .show-more i {
  margin-top: 7px;
  rotate: 90deg;
  line-height: 0;
}

/* line 21184, app/assets/stylesheets/admin/admin_dashboard.scss */
.innovation-portal-settings .tab-drag-drop-b .tabs-b .tab .tab-content .show-more h5 {
  margin: 0 !important;
  font-size: 15px;
}

/* line 21189, app/assets/stylesheets/admin/admin_dashboard.scss */
.innovation-portal-settings .tab-drag-drop-b .tabs-b .tab .tab-content .right-on-off {
  width: auto;
  padding-left: 12px;
}

/* line 21192, app/assets/stylesheets/admin/admin_dashboard.scss */
.innovation-portal-settings .tab-drag-drop-b .tabs-b .tab .tab-content .right-on-off .r-btns {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

/* line 21196, app/assets/stylesheets/admin/admin_dashboard.scss */
.innovation-portal-settings .tab-drag-drop-b .tabs-b .tab .tab-content .right-on-off .r-btns h5 {
  line-height: 0;
  margin: 0px 8px 0px 8px;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.3px;
  color: #698faf;
}

/* line 21206, app/assets/stylesheets/admin/admin_dashboard.scss */
.innovation-portal-settings .tab-drag-drop-b .tabs-b .tab .tab-content .more-fields {
  width: auto;
  display: flex;
  align-items: center;
}

/* line 21210, app/assets/stylesheets/admin/admin_dashboard.scss */
.innovation-portal-settings .tab-drag-drop-b .tabs-b .tab .tab-content .more-fields .in-field {
  margin: 0px 12px 0px 12px;
}

/* line 21213, app/assets/stylesheets/admin/admin_dashboard.scss */
.innovation-portal-settings .tab-drag-drop-b .tabs-b .tab .tab-content .more-fields .select-b {
  margin: 0px 12px 0px 12px;
}

/* line 21216, app/assets/stylesheets/admin/admin_dashboard.scss */
.innovation-portal-settings .tab-drag-drop-b .tabs-b .tab .tab-content .more-fields .select-b .select-wrapper input {
  margin-bottom: 0px;
}

/* line 21223, app/assets/stylesheets/admin/admin_dashboard.scss */
.innovation-portal-settings .tab-drag-drop-b .tabs-b .tab .in-field {
  margin: 0px;
  color: black;
}

/* line 21229, app/assets/stylesheets/admin/admin_dashboard.scss */
.innovation-portal-settings .tab-drag-drop-b .drag-table-block {
  width: 100%;
}

/* line 21231, app/assets/stylesheets/admin/admin_dashboard.scss */
.innovation-portal-settings .tab-drag-drop-b .drag-table-block .in-field {
  margin: 0;
  color: black;
}

/* line 21236, app/assets/stylesheets/admin/admin_dashboard.scss */
.innovation-portal-settings .tab-drag-drop-b .drag-table-block .select-wrapper input {
  margin: 0;
}

/* line 21240, app/assets/stylesheets/admin/admin_dashboard.scss */
.innovation-portal-settings .tab-drag-drop-b .drag-table-block .draggable_row {
  background-color: white !important;
}

/* line 21243, app/assets/stylesheets/admin/admin_dashboard.scss */
.innovation-portal-settings .tab-drag-drop-b .drag-table-block td {
  padding: 12px 12px;
}

/* line 21246, app/assets/stylesheets/admin/admin_dashboard.scss */
.innovation-portal-settings .tab-drag-drop-b .drag-table-block .drag-icon {
  display: flex;
  align-items: center;
}

/* line 21250, app/assets/stylesheets/admin/admin_dashboard.scss */
.innovation-portal-settings .tab-drag-drop-b .drag-table-block .r-btns {
  padding-top: 5px;
}

@media only screen and (min-width: 1800px) and (max-width: 1955px) {
  /* line 21261, app/assets/stylesheets/admin/admin_dashboard.scss */
  .admin-project-details-page .top-bar-adjusted {
    width: 85.5%;
  }
  /* line 21265, app/assets/stylesheets/admin/admin_dashboard.scss */
  .admin-project-details-page .tasks-tab-block .fix-head {
    width: 84.6%;
  }
  /* line 21270, app/assets/stylesheets/admin/admin_dashboard.scss */
  .admin-project-details-page.page-active .tasks-tab-block .fix-head {
    left: 81px;
    width: 90.6%;
  }
}

@media only screen and (min-width: 1516px) and (max-width: 1799px) {
  /* line 21278, app/assets/stylesheets/admin/admin_dashboard.scss */
  .admin-project-details-page .top-bar-adjusted {
    width: 84%;
  }
  /* line 21282, app/assets/stylesheets/admin/admin_dashboard.scss */
  .admin-project-details-page .tasks-tab-block .fix-head {
    width: 82.6%;
  }
}

@media only screen and (min-width: 993px) and (max-width: 1300px) {
  /* line 21291, app/assets/stylesheets/admin/admin_dashboard.scss */
  .admin-idea-box-settings-page .top-buttons-adjusted {
    align-items: start;
    flex-direction: column;
  }
  /* line 21294, app/assets/stylesheets/admin/admin_dashboard.scss */
  .admin-idea-box-settings-page .top-buttons-adjusted .heading {
    margin-bottom: 15px;
  }
  /* line 21301, app/assets/stylesheets/admin/admin_dashboard.scss */
  .admin-selection-box-setting-page .top-buttons-adjusted {
    align-items: start;
    flex-direction: column;
  }
  /* line 21304, app/assets/stylesheets/admin/admin_dashboard.scss */
  .admin-selection-box-setting-page .top-buttons-adjusted .heading {
    margin-bottom: 15px;
  }
  /* line 21313, app/assets/stylesheets/admin/admin_dashboard.scss */
  .admin-selection-box-setting-page .general-tabs-collaps .settings-pages .right-collaps-block {
    margin-top: 0em;
  }
  /* line 21321, app/assets/stylesheets/admin/admin_dashboard.scss */
  .ideas-funnel-view-page .top-bar-adjusted {
    flex-direction: column;
  }
  /* line 21323, app/assets/stylesheets/admin/admin_dashboard.scss */
  .ideas-funnel-view-page .top-bar-adjusted .left-heading {
    width: 100%;
  }
  /* line 21326, app/assets/stylesheets/admin/admin_dashboard.scss */
  .ideas-funnel-view-page .top-bar-adjusted .main-search {
    width: 100%;
    padding: 0px 12px;
    margin: 0;
  }
  /* line 21330, app/assets/stylesheets/admin/admin_dashboard.scss */
  .ideas-funnel-view-page .top-bar-adjusted .main-search .search-bar-magnify {
    left: 5px;
  }
  /* line 21334, app/assets/stylesheets/admin/admin_dashboard.scss */
  .ideas-funnel-view-page .top-bar-adjusted .right-btns {
    margin-bottom: 5px;
    width: 100%;
    margin-top: 15px;
  }
  /* line 21340, app/assets/stylesheets/admin/admin_dashboard.scss */
  .ideas-funnel-view-page .drop-downs-block {
    flex-direction: column;
    display: none;
  }
  /* line 21343, app/assets/stylesheets/admin/admin_dashboard.scss */
  .ideas-funnel-view-page .drop-downs-block .ideas-funnel-search-form {
    padding: 0px 0px;
    display: flex;
    flex-wrap: wrap;
  }
  /* line 21347, app/assets/stylesheets/admin/admin_dashboard.scss */
  .ideas-funnel-view-page .drop-downs-block .ideas-funnel-search-form .view-more-filters-block {
    width: 100% !important;
    top: 0;
    max-height: 25em;
    overflow-y: auto;
  }
  /* line 21355, app/assets/stylesheets/admin/admin_dashboard.scss */
  .ideas-funnel-view-page .right-filter-open {
    margin-right: 12px;
    border: 1px solid #858585;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px 5px;
    cursor: pointer;
    border-radius: 6px;
  }
  /* line 21364, app/assets/stylesheets/admin/admin_dashboard.scss */
  .ideas-funnel-view-page .right-filter-open span {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  /* line 21370, app/assets/stylesheets/admin/admin_dashboard.scss */
  .ideas-funnel-view-page .removedropclass {
    display: block;
    position: absolute;
    right: 10px;
    top: 8px;
    z-index: 1;
    cursor: pointer;
  }
  /* line 21379, app/assets/stylesheets/admin/admin_dashboard.scss */
  .ideas-funnel-view-page .dropdownsblockenable {
    display: flex !important;
    position: absolute;
    z-index: 100;
    background-color: white;
    top: 175px;
    width: 70% !important;
    right: 20px !important;
    height: 300px;
    padding: 18px 18px 18px 18px !important;
    box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
    border-radius: 6px;
  }
  /* line 21391, app/assets/stylesheets/admin/admin_dashboard.scss */
  .ideas-funnel-view-page .dropdownsblockenable #report_form {
    margin-top: 25px;
  }
  /* line 21393, app/assets/stylesheets/admin/admin_dashboard.scss */
  .ideas-funnel-view-page .dropdownsblockenable #report_form .funnel-action-btn {
    margin: 0;
  }
  /* line 21398, app/assets/stylesheets/admin/admin_dashboard.scss */
  .ideas-funnel-view-page .dropdownsblockenable .idea-views-list {
    border-top: 1px solid transparent;
    padding: 5px 0px;
    margin-bottom: 20px;
  }
  /* line 21403, app/assets/stylesheets/admin/admin_dashboard.scss */
  .ideas-funnel-view-page .dropdownsblockenable .new-drop-flex {
    padding: 0px 0px;
    flex-direction: column;
    align-items: flex-start;
  }
  /* line 21407, app/assets/stylesheets/admin/admin_dashboard.scss */
  .ideas-funnel-view-page .dropdownsblockenable .new-drop-flex .heading-fill {
    margin: -5px 8px 8px 8px;
    font-size: 14px;
    width: 100%;
  }
  /* line 21413, app/assets/stylesheets/admin/admin_dashboard.scss */
  .ideas-funnel-view-page .dropdownsblockenable .new-drop-flex .ideas-funnel-search-form .admin-ideation-select-wrapper {
    width: 50%;
  }
  /* line 21416, app/assets/stylesheets/admin/admin_dashboard.scss */
  .ideas-funnel-view-page .dropdownsblockenable .new-drop-flex .ideas-funnel-search-form .more-filter {
    margin-top: 5px;
  }
  /* line 21422, app/assets/stylesheets/admin/admin_dashboard.scss */
  .ideas-funnel-view-page .fix-funnel-height {
    height: calc(100vh - 180px);
  }
  /* line 21425, app/assets/stylesheets/admin/admin_dashboard.scss */
  .ideas-funnel-view-page .more-filter {
    margin-top: 0px;
    margin-left: 4px;
    width: 98%;
  }
  /* line 21435, app/assets/stylesheets/admin/admin_dashboard.scss */
  .all-settings-page .settings-page-main .row-flex .card-field {
    width: 33.33333333%;
  }
  /* line 21439, app/assets/stylesheets/admin/admin_dashboard.scss */
  .all-settings-page .settings-page-main .row-flex .card-field .card .card-content .title-card {
    font-size: 14px;
  }
  /* line 21451, app/assets/stylesheets/admin/admin_dashboard.scss */
  .admin-studio-page .page-content .card-block {
    width: 33.33333333%;
  }
  /* line 21458, app/assets/stylesheets/admin/admin_dashboard.scss */
  .admin-idea-detail-page .top-bar-adjusted {
    flex-direction: column;
    align-items: flex-start;
  }
  /* line 21461, app/assets/stylesheets/admin/admin_dashboard.scss */
  .admin-idea-detail-page .top-bar-adjusted .top-details {
    margin-bottom: 12px;
  }
  /* line 21469, app/assets/stylesheets/admin/admin_dashboard.scss */
  .admin-idea-box-page .inbox-card-manager .idea-box-block {
    width: 33.333333%;
  }
  /* line 21474, app/assets/stylesheets/admin/admin_dashboard.scss */
  .admin-idea-box-page .top-bar-adjusted .left-heading {
    width: 50%;
  }
}

/* line 21481, app/assets/stylesheets/admin/admin_dashboard.scss */
.mobile-page-title {
  display: none;
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  /* line 21488, app/assets/stylesheets/admin/admin_dashboard.scss */
  .admin-header .nav-wrapper .row-flex {
    justify-content: space-between;
  }
  /* line 21490, app/assets/stylesheets/admin/admin_dashboard.scss */
  .admin-header .nav-wrapper .row-flex .logo {
    display: flex;
    align-items: center;
  }
  /* line 21494, app/assets/stylesheets/admin/admin_dashboard.scss */
  .admin-header .nav-wrapper .row-flex .logo .sidenav-trigger {
    padding-right: 12px;
    padding-left: 0;
  }
  /* line 21498, app/assets/stylesheets/admin/admin_dashboard.scss */
  .admin-header .nav-wrapper .row-flex .logo img {
    width: 90px;
    margin-top: 0;
    height: auto;
  }
  /* line 21506, app/assets/stylesheets/admin/admin_dashboard.scss */
  .admin-header .mid-page-title-action-drops {
    margin-left: 0px;
  }
  /* line 21509, app/assets/stylesheets/admin/admin_dashboard.scss */
  .admin-header .mobile-page-title {
    display: flex;
    align-items: center;
    margin-left: 15px;
  }
  /* line 21513, app/assets/stylesheets/admin/admin_dashboard.scss */
  .admin-header .mobile-page-title h5 {
    margin: 0;
    color: #5d6679;
    font-weight: 500;
    font-size: 18px;
  }
  /* line 21519, app/assets/stylesheets/admin/admin_dashboard.scss */
  .admin-header .mobile-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: 5px;
    font-size: 12px;
  }
  /* line 21533, app/assets/stylesheets/admin/admin_dashboard.scss */
  .admin-header .desktop-page-title {
    display: none;
  }
  /* line 21538, app/assets/stylesheets/admin/admin_dashboard.scss */
  .mobilesidebaropen {
    width: 160px;
  }
  /* line 21543, app/assets/stylesheets/admin/admin_dashboard.scss */
  .company-dashboard-page .page-container {
    padding: 82px 22px 12px 22px;
  }
  /* line 21548, app/assets/stylesheets/admin/admin_dashboard.scss */
  .admin-idea-detail-page {
    padding: 60px 25px 12px 25px;
  }
  /* line 21550, app/assets/stylesheets/admin/admin_dashboard.scss */
  .admin-idea-detail-page .top-bar-adjusted {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    z-index: 10;
  }
  /* line 21555, app/assets/stylesheets/admin/admin_dashboard.scss */
  .admin-idea-detail-page .top-bar-adjusted .main-title {
    margin-bottom: 12px;
    width: 100%;
  }
  /* line 21559, app/assets/stylesheets/admin/admin_dashboard.scss */
  .admin-idea-detail-page .top-bar-adjusted .board-title-input {
    width: 100%;
    margin-bottom: 12px;
  }
  /* line 21563, app/assets/stylesheets/admin/admin_dashboard.scss */
  .admin-idea-detail-page .top-bar-adjusted .idea-info-buttons {
    flex-wrap: wrap;
  }
  /* line 21565, app/assets/stylesheets/admin/admin_dashboard.scss */
  .admin-idea-detail-page .top-bar-adjusted .idea-info-buttons .btn, .admin-idea-detail-page .top-bar-adjusted .idea-info-buttons .btn-large {
    margin-bottom: 10px;
  }
  /* line 21570, app/assets/stylesheets/admin/admin_dashboard.scss */
  .admin-idea-detail-page .top-details {
    width: 100% !important;
    margin-bottom: 15px;
  }
  /* line 21574, app/assets/stylesheets/admin/admin_dashboard.scss */
  .admin-idea-detail-page .top-details .pro-flex .left-details {
    width: 100%;
    margin-bottom: 2em;
  }
  /* line 21578, app/assets/stylesheets/admin/admin_dashboard.scss */
  .admin-idea-detail-page .top-details .pro-flex .right-tabs-b {
    width: 100%;
  }
  /* line 21583, app/assets/stylesheets/admin/admin_dashboard.scss */
  .admin-idea-detail-page .right-tabs-block {
    width: 100% !important;
  }
  /* line 21585, app/assets/stylesheets/admin/admin_dashboard.scss */
  .admin-idea-detail-page .right-tabs-block .bottom-tabs-block {
    padding-left: 0;
  }
  /* line 21590, app/assets/stylesheets/admin/admin_dashboard.scss */
  .admin-idea-detail-page .user-fields {
    width: 100%;
  }
  /* line 21593, app/assets/stylesheets/admin/admin_dashboard.scss */
  .admin-idea-detail-page .comments-block {
    width: 100%;
  }
  /* line 21600, app/assets/stylesheets/admin/admin_dashboard.scss */
  .admin-edit-profile-page-block .row-profile .row-content {
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 21603, app/assets/stylesheets/admin/admin_dashboard.scss */
  .admin-edit-profile-page-block .row-profile .row-content .card-block {
    margin-left: auto;
    margin-right: auto;
  }
  /* line 21610, app/assets/stylesheets/admin/admin_dashboard.scss */
  .user-manage-page {
    padding: 102px 22px 12px 22px;
  }
  /* line 21612, app/assets/stylesheets/admin/admin_dashboard.scss */
  .user-manage-page .top-bar-adjusted {
    flex-direction: column;
    align-items: flex-start !important;
  }
  /* line 21615, app/assets/stylesheets/admin/admin_dashboard.scss */
  .user-manage-page .top-bar-adjusted .admin-main-title {
    margin-bottom: 15px;
  }
  /* line 21618, app/assets/stylesheets/admin/admin_dashboard.scss */
  .user-manage-page .top-bar-adjusted .field {
    padding-left: 0 !important;
    margin-top: 14px;
    margin-bottom: 8px;
  }
  /* line 21626, app/assets/stylesheets/admin/admin_dashboard.scss */
  .admin-idea-box-settings-page {
    padding: 12px 18px 12px 18px;
  }
  /* line 21628, app/assets/stylesheets/admin/admin_dashboard.scss */
  .admin-idea-box-settings-page .top-buttons-adjusted {
    align-items: start;
    flex-direction: column;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 1;
  }
  /* line 21635, app/assets/stylesheets/admin/admin_dashboard.scss */
  .admin-idea-box-settings-page .top-buttons-adjusted .heading {
    margin-bottom: 15px;
  }
  /* line 21638, app/assets/stylesheets/admin/admin_dashboard.scss */
  .admin-idea-box-settings-page .top-buttons-adjusted .setting-header-buttons {
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
  }
  /* line 21642, app/assets/stylesheets/admin/admin_dashboard.scss */
  .admin-idea-box-settings-page .top-buttons-adjusted .setting-header-buttons .btn, .admin-idea-box-settings-page .top-buttons-adjusted .setting-header-buttons .btn-large {
    width: auto;
    margin: 0px 5px 10px 5px !important;
  }
  /* line 21646, app/assets/stylesheets/admin/admin_dashboard.scss */
  .admin-idea-box-settings-page .top-buttons-adjusted .setting-header-buttons .admin-global-learn-btn-block {
    width: auto;
    padding-right: 12px;
  }
  /* line 21650, app/assets/stylesheets/admin/admin_dashboard.scss */
  .admin-idea-box-settings-page .top-buttons-adjusted .setting-header-buttons form {
    width: 100%;
    padding-right: 12px;
  }
  /* line 21656, app/assets/stylesheets/admin/admin_dashboard.scss */
  .admin-idea-box-settings-page .page-tabs {
    width: 100%;
    padding: 0px 12px;
    position: relative;
  }
  /* line 21661, app/assets/stylesheets/admin/admin_dashboard.scss */
  .admin-idea-box-settings-page .top-tabs {
    margin-left: 0;
    width: 100%;
  }
  /* line 21665, app/assets/stylesheets/admin/admin_dashboard.scss */
  .admin-idea-box-settings-page .settings-pages {
    padding: 2px 4px;
  }
  /* line 21667, app/assets/stylesheets/admin/admin_dashboard.scss */
  .admin-idea-box-settings-page .settings-pages .settings {
    max-width: 100%;
    width: 100%;
    margin: 0;
  }
  /* line 21673, app/assets/stylesheets/admin/admin_dashboard.scss */
  .admin-idea-box-settings-page .tab-cont {
    padding-top: 0em;
  }
  /* line 21678, app/assets/stylesheets/admin/admin_dashboard.scss */
  .admin-selection-box-setting-page {
    padding: 0px 18px 12px 18px;
  }
  /* line 21680, app/assets/stylesheets/admin/admin_dashboard.scss */
  .admin-selection-box-setting-page .top-buttons-adjusted {
    align-items: start;
    flex-direction: column;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 1;
  }
  /* line 21687, app/assets/stylesheets/admin/admin_dashboard.scss */
  .admin-selection-box-setting-page .top-buttons-adjusted .heading {
    margin-bottom: 15px;
  }
  /* line 21690, app/assets/stylesheets/admin/admin_dashboard.scss */
  .admin-selection-box-setting-page .top-buttons-adjusted .setting-header-buttons {
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
  }
  /* line 21694, app/assets/stylesheets/admin/admin_dashboard.scss */
  .admin-selection-box-setting-page .top-buttons-adjusted .setting-header-buttons .btn, .admin-selection-box-setting-page .top-buttons-adjusted .setting-header-buttons .btn-large {
    width: auto;
    margin: 5px 8px 5px 0px !important;
    min-width: auto;
  }
  /* line 21699, app/assets/stylesheets/admin/admin_dashboard.scss */
  .admin-selection-box-setting-page .top-buttons-adjusted .setting-header-buttons .learn-btn-block {
    width: auto;
  }
  /* line 21702, app/assets/stylesheets/admin/admin_dashboard.scss */
  .admin-selection-box-setting-page .top-buttons-adjusted .setting-header-buttons form {
    width: 100%;
  }
  /* line 21707, app/assets/stylesheets/admin/admin_dashboard.scss */
  .admin-selection-box-setting-page .page-tabs {
    width: 100%;
    padding: 0px 12px;
  }
  /* line 21711, app/assets/stylesheets/admin/admin_dashboard.scss */
  .admin-selection-box-setting-page .top-tabs {
    margin-left: 0;
    width: 100%;
  }
  /* line 21715, app/assets/stylesheets/admin/admin_dashboard.scss */
  .admin-selection-box-setting-page .settings-pages {
    padding: 2px 4px;
  }
  /* line 21717, app/assets/stylesheets/admin/admin_dashboard.scss */
  .admin-selection-box-setting-page .settings-pages .settings {
    max-width: 100%;
    width: 100%;
    margin: 0;
  }
  /* line 21725, app/assets/stylesheets/admin/admin_dashboard.scss */
  .admin-selection-box-setting-page .general-tabs-collaps .settings-pages {
    flex-direction: column;
  }
  /* line 21727, app/assets/stylesheets/admin/admin_dashboard.scss */
  .admin-selection-box-setting-page .general-tabs-collaps .settings-pages .right-collaps-block {
    width: 100%;
    padding: 0px 10px;
    margin: 0;
  }
  /* line 21737, app/assets/stylesheets/admin/admin_dashboard.scss */
  .edit-user-manage-page .row-profile {
    padding-top: 6em;
  }
  /* line 21739, app/assets/stylesheets/admin/admin_dashboard.scss */
  .edit-user-manage-page .row-profile .row-content {
    padding-left: 18px;
    padding-right: 18px;
    margin-top: 12px;
    flex-direction: column;
  }
  /* line 21744, app/assets/stylesheets/admin/admin_dashboard.scss */
  .edit-user-manage-page .row-profile .row-content .card-block {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    margin-bottom: 20px;
  }
  /* line 21750, app/assets/stylesheets/admin/admin_dashboard.scss */
  .edit-user-manage-page .row-profile .row-content .right-collaps-block {
    width: 100%;
    padding-left: 0;
  }
  /* line 21758, app/assets/stylesheets/admin/admin_dashboard.scss */
  .admin-project-details-page {
    padding: 135px 12px 12px 18px;
  }
  /* line 21760, app/assets/stylesheets/admin/admin_dashboard.scss */
  .admin-project-details-page .top-bar-adjusted {
    width: 100%;
    top: 62px;
  }
  /* line 21766, app/assets/stylesheets/admin/admin_dashboard.scss */
  .admin-project-details-page .page-content .row .top-details {
    width: 100%;
  }
  /* line 21769, app/assets/stylesheets/admin/admin_dashboard.scss */
  .admin-project-details-page .page-content .row .right-tabs-block {
    width: 100%;
  }
  /* line 21776, app/assets/stylesheets/admin/admin_dashboard.scss */
  .admin-general-settings-page {
    padding: 95px 20px 12px 20px;
  }
  /* line 21780, app/assets/stylesheets/admin/admin_dashboard.scss */
  .branding-settings-page {
    padding: 95px 20px 12px 20px;
  }
  /* line 21784, app/assets/stylesheets/admin/admin_dashboard.scss */
  .settings-custom-side-bar {
    display: none;
  }
  /* line 21787, app/assets/stylesheets/admin/admin_dashboard.scss */
  .settings-side-bar-enable {
    display: block;
    top: 86px;
  }
  /* line 21791, app/assets/stylesheets/admin/admin_dashboard.scss */
  .side-bar-enable-btn {
    position: absolute;
    top: 62px;
    z-index: 1;
    background-color: black;
    color: white;
    width: 32px;
    text-align: center;
    height: 24px;
    display: block;
  }
  /* line 21803, app/assets/stylesheets/admin/admin_dashboard.scss */
  .approved-domain-page {
    padding: 102px 25px 12px 25px;
  }
  /* line 21807, app/assets/stylesheets/admin/admin_dashboard.scss */
  .custom-fields-page {
    padding: 102px 25px 12px 25px;
  }
  /* line 21811, app/assets/stylesheets/admin/admin_dashboard.scss */
  .settings-page {
    padding: 102px 25px 12px 25px;
  }
  /* line 21815, app/assets/stylesheets/admin/admin_dashboard.scss */
  .all-settings-page {
    padding: 95px 25px 12px 25px;
  }
  /* line 21819, app/assets/stylesheets/admin/admin_dashboard.scss */
  .selection-report-page {
    padding: 82px 22px 12px 22px;
  }
  /* line 21824, app/assets/stylesheets/admin/admin_dashboard.scss */
  .ideas-funnel-view-page .top-bar-adjusted {
    flex-direction: column;
  }
  /* line 21826, app/assets/stylesheets/admin/admin_dashboard.scss */
  .ideas-funnel-view-page .top-bar-adjusted .left-heading {
    width: 100%;
  }
  /* line 21829, app/assets/stylesheets/admin/admin_dashboard.scss */
  .ideas-funnel-view-page .top-bar-adjusted .main-search {
    width: 100%;
    padding: 0px 12px;
    margin: 0;
  }
  /* line 21833, app/assets/stylesheets/admin/admin_dashboard.scss */
  .ideas-funnel-view-page .top-bar-adjusted .main-search .search-bar-magnify {
    left: 5px;
  }
  /* line 21837, app/assets/stylesheets/admin/admin_dashboard.scss */
  .ideas-funnel-view-page .top-bar-adjusted .right-btns {
    margin-bottom: 5px;
    width: 100%;
    margin-top: 15px;
  }
  /* line 21843, app/assets/stylesheets/admin/admin_dashboard.scss */
  .ideas-funnel-view-page .drop-downs-block {
    flex-direction: column;
    display: none;
  }
  /* line 21846, app/assets/stylesheets/admin/admin_dashboard.scss */
  .ideas-funnel-view-page .drop-downs-block .ideas-funnel-search-form {
    padding: 0px 0px;
    display: flex;
    flex-wrap: wrap;
  }
  /* line 21850, app/assets/stylesheets/admin/admin_dashboard.scss */
  .ideas-funnel-view-page .drop-downs-block .ideas-funnel-search-form .view-more-filters-block {
    width: 100% !important;
    top: 0;
    max-height: 25em;
    overflow-y: auto;
  }
  /* line 21858, app/assets/stylesheets/admin/admin_dashboard.scss */
  .ideas-funnel-view-page .right-filter-open {
    margin-right: 12px;
    border: 1px solid #858585;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px 5px;
    cursor: pointer;
    border-radius: 6px;
  }
  /* line 21867, app/assets/stylesheets/admin/admin_dashboard.scss */
  .ideas-funnel-view-page .right-filter-open span {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  /* line 21873, app/assets/stylesheets/admin/admin_dashboard.scss */
  .ideas-funnel-view-page .removedropclass {
    display: block;
    position: absolute;
    right: 10px;
    top: 8px;
    z-index: 1;
    cursor: pointer;
  }
  /* line 21882, app/assets/stylesheets/admin/admin_dashboard.scss */
  .ideas-funnel-view-page .dropdownsblockenable {
    display: flex !important;
    position: absolute;
    z-index: 100;
    background-color: white;
    top: 175px;
    width: 70% !important;
    right: 20px !important;
    height: 300px;
    padding: 18px 18px 18px 18px !important;
    box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
    border-radius: 6px;
  }
  /* line 21894, app/assets/stylesheets/admin/admin_dashboard.scss */
  .ideas-funnel-view-page .dropdownsblockenable #report_form {
    margin-top: 25px;
  }
  /* line 21896, app/assets/stylesheets/admin/admin_dashboard.scss */
  .ideas-funnel-view-page .dropdownsblockenable #report_form .funnel-action-btn {
    margin: 0;
  }
  /* line 21901, app/assets/stylesheets/admin/admin_dashboard.scss */
  .ideas-funnel-view-page .dropdownsblockenable .idea-views-list {
    border-top: 1px solid transparent;
    padding: 5px 0px;
    margin-bottom: 20px;
  }
  /* line 21906, app/assets/stylesheets/admin/admin_dashboard.scss */
  .ideas-funnel-view-page .dropdownsblockenable .new-drop-flex {
    padding: 0px 0px;
    flex-direction: column;
    align-items: flex-start;
  }
  /* line 21910, app/assets/stylesheets/admin/admin_dashboard.scss */
  .ideas-funnel-view-page .dropdownsblockenable .new-drop-flex .heading-fill {
    margin: -5px 8px 8px 8px;
    font-size: 14px;
    width: 100%;
  }
  /* line 21916, app/assets/stylesheets/admin/admin_dashboard.scss */
  .ideas-funnel-view-page .dropdownsblockenable .new-drop-flex .ideas-funnel-search-form .admin-ideation-select-wrapper {
    width: 50%;
  }
  /* line 21919, app/assets/stylesheets/admin/admin_dashboard.scss */
  .ideas-funnel-view-page .dropdownsblockenable .new-drop-flex .ideas-funnel-search-form .more-filter {
    margin-top: 5px;
  }
  /* line 21925, app/assets/stylesheets/admin/admin_dashboard.scss */
  .ideas-funnel-view-page .fix-funnel-height {
    height: calc(100vh - 200px);
  }
  /* line 21928, app/assets/stylesheets/admin/admin_dashboard.scss */
  .ideas-funnel-view-page .more-filter {
    margin-top: 0px;
    margin-left: 4px;
    width: 98%;
  }
  /* line 21935, app/assets/stylesheets/admin/admin_dashboard.scss */
  .main-page-div {
    padding: 85px 25px 12px 25px !important;
  }
  /* line 21940, app/assets/stylesheets/admin/admin_dashboard.scss */
  .leo .table-height {
    max-width: calc(100% - 50px) !important;
    width: calc(100% - 12px) !important;
  }
  /* line 21946, app/assets/stylesheets/admin/admin_dashboard.scss */
  .manage-selection-page {
    padding: 95px 25px 12px 25px;
  }
  /* line 21949, app/assets/stylesheets/admin/admin_dashboard.scss */
  .manage-selection-page .selection-missions-header .save-btn {
    font-size: 13px;
    padding: 0px 10px;
  }
  /* line 21956, app/assets/stylesheets/admin/admin_dashboard.scss */
  .admin-idea-box-page {
    padding: 65px 25px 12px 25px;
  }
  /* line 21959, app/assets/stylesheets/admin/admin_dashboard.scss */
  .admin-idea-box-page .inbox-card-manager .idea-box-block {
    width: 33.333333%;
  }
  /* line 21964, app/assets/stylesheets/admin/admin_dashboard.scss */
  .admin-idea-box-page .top-bar-adjusted .left-heading {
    width: 50%;
  }
  /* line 21970, app/assets/stylesheets/admin/admin_dashboard.scss */
  .manage-boards-page {
    padding: 95px 25px 12px 25px;
  }
  /* line 21974, app/assets/stylesheets/admin/admin_dashboard.scss */
  .edit-company-tags-page {
    padding: 95px 25px 12px 25px;
  }
  /* line 21977, app/assets/stylesheets/admin/admin_dashboard.scss */
  .main-tag-manage-page {
    padding: 110px 20px 12px 20px;
  }
  /* line 21981, app/assets/stylesheets/admin/admin_dashboard.scss */
  .admin-edit-funnel-page {
    padding: 100px 25px 12px 25px;
  }
  /* line 21985, app/assets/stylesheets/admin/admin_dashboard.scss */
  .admin-studio-page {
    padding: 80px 25px 12px 25px;
  }
  /* line 21988, app/assets/stylesheets/admin/admin_dashboard.scss */
  .admin-studio-page .page-heading p {
    max-width: 100%;
  }
  /* line 21994, app/assets/stylesheets/admin/admin_dashboard.scss */
  .admin-studio-page .page-content .row-flex .col.l3 {
    margin-left: auto;
  }
  /* line 22001, app/assets/stylesheets/admin/admin_dashboard.scss */
  .manage-plan-page {
    padding: 100px 25px 12px 25px;
  }
}

@media only screen and (min-width: 580px) and (max-width: 767px) {
  /* line 22009, app/assets/stylesheets/admin/admin_dashboard.scss */
  .admin-header .nav-wrapper .row-flex {
    justify-content: space-between;
  }
  /* line 22011, app/assets/stylesheets/admin/admin_dashboard.scss */
  .admin-header .nav-wrapper .row-flex .logo {
    display: flex;
    align-items: center;
  }
  /* line 22015, app/assets/stylesheets/admin/admin_dashboard.scss */
  .admin-header .nav-wrapper .row-flex .logo .sidenav-trigger {
    padding-right: 12px;
    padding-left: 0;
  }
  /* line 22019, app/assets/stylesheets/admin/admin_dashboard.scss */
  .admin-header .nav-wrapper .row-flex .logo img {
    width: 90px;
    margin-top: 0;
    height: auto;
  }
  /* line 22027, app/assets/stylesheets/admin/admin_dashboard.scss */
  .admin-header .mid-page-title-action-drops {
    margin-left: 0px;
  }
  /* line 22030, app/assets/stylesheets/admin/admin_dashboard.scss */
  .admin-header .mobile-page-title {
    display: flex;
    align-items: center;
    margin-left: 15px;
  }
  /* line 22034, app/assets/stylesheets/admin/admin_dashboard.scss */
  .admin-header .mobile-page-title h5 {
    margin: 0;
    color: #5d6679;
    font-weight: 500;
    font-size: 18px;
  }
  /* line 22040, app/assets/stylesheets/admin/admin_dashboard.scss */
  .admin-header .mobile-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: 5px;
    font-size: 12px;
  }
  /* line 22054, app/assets/stylesheets/admin/admin_dashboard.scss */
  .admin-header .desktop-page-title {
    display: none;
  }
  /* line 22059, app/assets/stylesheets/admin/admin_dashboard.scss */
  .mobilesidebaropen {
    width: 160px;
  }
  /* line 22064, app/assets/stylesheets/admin/admin_dashboard.scss */
  .company-dashboard-page .page-container {
    padding: 82px 22px 12px 22px;
  }
  /* line 22066, app/assets/stylesheets/admin/admin_dashboard.scss */
  .company-dashboard-page .page-container .page-heading {
    flex-direction: column;
  }
  /* line 22068, app/assets/stylesheets/admin/admin_dashboard.scss */
  .company-dashboard-page .page-container .page-heading .admin-main-title {
    white-space: inherit;
  }
  /* line 22071, app/assets/stylesheets/admin/admin_dashboard.scss */
  .company-dashboard-page .page-container .page-heading .left-heading {
    width: 100%;
  }
  /* line 22074, app/assets/stylesheets/admin/admin_dashboard.scss */
  .company-dashboard-page .page-container .page-heading .rightbtns {
    width: 100%;
    margin-top: 15px;
  }
  /* line 22078, app/assets/stylesheets/admin/admin_dashboard.scss */
  .company-dashboard-page .page-container .page-heading .department-search-drop {
    min-width: 75%;
    padding: 0px 0px 0px 12px;
  }
  /* line 22086, app/assets/stylesheets/admin/admin_dashboard.scss */
  .admin-idea-detail-page {
    padding: 60px 25px 12px 25px;
  }
  /* line 22088, app/assets/stylesheets/admin/admin_dashboard.scss */
  .admin-idea-detail-page .top-bar-adjusted {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    z-index: 10;
  }
  /* line 22093, app/assets/stylesheets/admin/admin_dashboard.scss */
  .admin-idea-detail-page .top-bar-adjusted .main-title {
    margin-bottom: 12px;
    width: 100%;
  }
  /* line 22097, app/assets/stylesheets/admin/admin_dashboard.scss */
  .admin-idea-detail-page .top-bar-adjusted .board-title-input {
    width: 100%;
    margin-bottom: 12px;
  }
  /* line 22101, app/assets/stylesheets/admin/admin_dashboard.scss */
  .admin-idea-detail-page .top-bar-adjusted .idea-info-buttons {
    flex-wrap: wrap;
  }
  /* line 22103, app/assets/stylesheets/admin/admin_dashboard.scss */
  .admin-idea-detail-page .top-bar-adjusted .idea-info-buttons .btn, .admin-idea-detail-page .top-bar-adjusted .idea-info-buttons .btn-large {
    margin-bottom: 10px;
  }
  /* line 22108, app/assets/stylesheets/admin/admin_dashboard.scss */
  .admin-idea-detail-page .top-details {
    width: 100% !important;
    margin-bottom: 15px;
  }
  /* line 22112, app/assets/stylesheets/admin/admin_dashboard.scss */
  .admin-idea-detail-page .top-details .pro-flex .left-details {
    width: 100%;
    margin-bottom: 2em;
  }
  /* line 22116, app/assets/stylesheets/admin/admin_dashboard.scss */
  .admin-idea-detail-page .top-details .pro-flex .right-tabs-b {
    width: 100%;
  }
  /* line 22121, app/assets/stylesheets/admin/admin_dashboard.scss */
  .admin-idea-detail-page .right-tabs-block {
    width: 100% !important;
  }
  /* line 22123, app/assets/stylesheets/admin/admin_dashboard.scss */
  .admin-idea-detail-page .right-tabs-block .bottom-tabs-block {
    padding-left: 0;
  }
  /* line 22128, app/assets/stylesheets/admin/admin_dashboard.scss */
  .admin-idea-detail-page .user-fields {
    width: 100%;
  }
  /* line 22131, app/assets/stylesheets/admin/admin_dashboard.scss */
  .admin-idea-detail-page .comments-block {
    width: 100%;
  }
  /* line 22138, app/assets/stylesheets/admin/admin_dashboard.scss */
  .admin-edit-profile-page-block .row-profile .row-content {
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 22141, app/assets/stylesheets/admin/admin_dashboard.scss */
  .admin-edit-profile-page-block .row-profile .row-content .card-block {
    margin-left: auto;
    margin-right: auto;
  }
  /* line 22148, app/assets/stylesheets/admin/admin_dashboard.scss */
  .user-manage-page {
    padding: 102px 22px 12px 22px;
  }
  /* line 22150, app/assets/stylesheets/admin/admin_dashboard.scss */
  .user-manage-page .top-bar-adjusted {
    flex-direction: column;
    align-items: flex-start !important;
  }
  /* line 22153, app/assets/stylesheets/admin/admin_dashboard.scss */
  .user-manage-page .top-bar-adjusted .admin-main-title {
    margin-bottom: 15px;
  }
  /* line 22156, app/assets/stylesheets/admin/admin_dashboard.scss */
  .user-manage-page .top-bar-adjusted .field {
    align-items: start !important;
    flex-direction: column;
    width: 100%;
    padding-left: 0 !important;
    margin: 12px 0px 6px 0px;
  }
  /* line 22162, app/assets/stylesheets/admin/admin_dashboard.scss */
  .user-manage-page .top-bar-adjusted .field .relative-searchbar {
    width: 100%;
    margin-bottom: 15px;
  }
  /* line 22165, app/assets/stylesheets/admin/admin_dashboard.scss */
  .user-manage-page .top-bar-adjusted .field .relative-searchbar .search-field {
    box-sizing: inherit;
  }
  /* line 22169, app/assets/stylesheets/admin/admin_dashboard.scss */
  .user-manage-page .top-bar-adjusted .field .user-management-buttons {
    display: flex;
    align-items: center;
    margin-left: 0;
    width: 100%;
    justify-content: flex-end;
  }
  /* line 22180, app/assets/stylesheets/admin/admin_dashboard.scss */
  .admin-idea-box-settings-page {
    padding: 12px 18px 12px 18px;
  }
  /* line 22182, app/assets/stylesheets/admin/admin_dashboard.scss */
  .admin-idea-box-settings-page .top-buttons-adjusted {
    align-items: start;
    flex-direction: column;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 1;
  }
  /* line 22189, app/assets/stylesheets/admin/admin_dashboard.scss */
  .admin-idea-box-settings-page .top-buttons-adjusted .heading {
    margin-bottom: 15px;
  }
  /* line 22192, app/assets/stylesheets/admin/admin_dashboard.scss */
  .admin-idea-box-settings-page .top-buttons-adjusted .setting-header-buttons {
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
  }
  /* line 22196, app/assets/stylesheets/admin/admin_dashboard.scss */
  .admin-idea-box-settings-page .top-buttons-adjusted .setting-header-buttons .btn, .admin-idea-box-settings-page .top-buttons-adjusted .setting-header-buttons .btn-large {
    width: auto;
    margin: 0px 5px 10px 5px !important;
  }
  /* line 22200, app/assets/stylesheets/admin/admin_dashboard.scss */
  .admin-idea-box-settings-page .top-buttons-adjusted .setting-header-buttons .admin-global-learn-btn-block {
    width: auto;
    padding-right: 12px;
  }
  /* line 22204, app/assets/stylesheets/admin/admin_dashboard.scss */
  .admin-idea-box-settings-page .top-buttons-adjusted .setting-header-buttons form {
    width: 100%;
    padding-right: 12px;
  }
  /* line 22210, app/assets/stylesheets/admin/admin_dashboard.scss */
  .admin-idea-box-settings-page .page-tabs {
    width: 100%;
    padding: 0px 12px;
    position: relative;
  }
  /* line 22215, app/assets/stylesheets/admin/admin_dashboard.scss */
  .admin-idea-box-settings-page .top-tabs {
    margin-left: 0;
    width: 100%;
  }
  /* line 22219, app/assets/stylesheets/admin/admin_dashboard.scss */
  .admin-idea-box-settings-page .settings-pages {
    padding: 2px 4px;
  }
  /* line 22221, app/assets/stylesheets/admin/admin_dashboard.scss */
  .admin-idea-box-settings-page .settings-pages .settings {
    max-width: 100%;
    width: 100%;
    margin: 0;
  }
  /* line 22226, app/assets/stylesheets/admin/admin_dashboard.scss */
  .admin-idea-box-settings-page .settings-pages .user-table-block {
    padding: 0px 12px;
  }
  /* line 22233, app/assets/stylesheets/admin/admin_dashboard.scss */
  .admin-idea-box-settings-page .integration-box .row .col {
    width: 100%;
  }
  /* line 22238, app/assets/stylesheets/admin/admin_dashboard.scss */
  .admin-idea-box-settings-page .tab-cont {
    padding-top: 0em;
  }
  /* line 22243, app/assets/stylesheets/admin/admin_dashboard.scss */
  .admin-selection-box-setting-page {
    padding: 0px 18px 12px 18px;
  }
  /* line 22245, app/assets/stylesheets/admin/admin_dashboard.scss */
  .admin-selection-box-setting-page .top-buttons-adjusted {
    align-items: start;
    flex-direction: column;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 1;
  }
  /* line 22252, app/assets/stylesheets/admin/admin_dashboard.scss */
  .admin-selection-box-setting-page .top-buttons-adjusted .heading {
    margin-bottom: 15px;
  }
  /* line 22255, app/assets/stylesheets/admin/admin_dashboard.scss */
  .admin-selection-box-setting-page .top-buttons-adjusted .setting-header-buttons {
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
  }
  /* line 22259, app/assets/stylesheets/admin/admin_dashboard.scss */
  .admin-selection-box-setting-page .top-buttons-adjusted .setting-header-buttons .btn, .admin-selection-box-setting-page .top-buttons-adjusted .setting-header-buttons .btn-large {
    width: auto;
    margin: 5px 8px 5px 0px !important;
    min-width: auto;
  }
  /* line 22264, app/assets/stylesheets/admin/admin_dashboard.scss */
  .admin-selection-box-setting-page .top-buttons-adjusted .setting-header-buttons .learn-btn-block {
    width: auto;
  }
  /* line 22267, app/assets/stylesheets/admin/admin_dashboard.scss */
  .admin-selection-box-setting-page .top-buttons-adjusted .setting-header-buttons form {
    width: 100%;
  }
  /* line 22272, app/assets/stylesheets/admin/admin_dashboard.scss */
  .admin-selection-box-setting-page .page-tabs {
    width: 100%;
    padding: 0px 12px;
  }
  /* line 22276, app/assets/stylesheets/admin/admin_dashboard.scss */
  .admin-selection-box-setting-page .top-tabs {
    margin-left: 0;
    width: 100%;
  }
  /* line 22280, app/assets/stylesheets/admin/admin_dashboard.scss */
  .admin-selection-box-setting-page .settings-pages {
    padding: 2px 4px;
  }
  /* line 22282, app/assets/stylesheets/admin/admin_dashboard.scss */
  .admin-selection-box-setting-page .settings-pages .settings {
    max-width: 100%;
    width: 100%;
    margin: 0;
  }
  /* line 22290, app/assets/stylesheets/admin/admin_dashboard.scss */
  .admin-selection-box-setting-page .selection-criteria-card .criteria-content .row-header {
    display: flex;
    align-items: baseline;
    margin-bottom: 10px;
    justify-content: space-between;
    flex-direction: column;
  }
  /* line 22296, app/assets/stylesheets/admin/admin_dashboard.scss */
  .admin-selection-box-setting-page .selection-criteria-card .criteria-content .row-header .total-criteria {
    width: 100%;
    display: flex;
    align-items: baseline;
    flex-direction: column;
    margin-bottom: 12px;
  }
  /* line 22308, app/assets/stylesheets/admin/admin_dashboard.scss */
  .admin-selection-box-setting-page .selection-user-card .card-content .top-display-flex {
    flex-direction: column;
  }
  /* line 22310, app/assets/stylesheets/admin/admin_dashboard.scss */
  .admin-selection-box-setting-page .selection-user-card .card-content .top-display-flex .left-select {
    width: 100%;
    margin-bottom: 12px;
  }
  /* line 22314, app/assets/stylesheets/admin/admin_dashboard.scss */
  .admin-selection-box-setting-page .selection-user-card .card-content .top-display-flex .right-btns {
    flex-direction: column;
    width: 100%;
  }
  /* line 22317, app/assets/stylesheets/admin/admin_dashboard.scss */
  .admin-selection-box-setting-page .selection-user-card .card-content .top-display-flex .right-btns .btn, .admin-selection-box-setting-page .selection-user-card .card-content .top-display-flex .right-btns .btn-large {
    width: 100%;
  }
  /* line 22325, app/assets/stylesheets/admin/admin_dashboard.scss */
  .admin-selection-box-setting-page .general-tabs-collaps .settings-pages {
    flex-direction: column;
  }
  /* line 22327, app/assets/stylesheets/admin/admin_dashboard.scss */
  .admin-selection-box-setting-page .general-tabs-collaps .settings-pages .right-collaps-block {
    width: 100%;
    padding: 0px 10px;
  }
  /* line 22336, app/assets/stylesheets/admin/admin_dashboard.scss */
  .edit-user-manage-page .row-profile {
    padding-top: 6em;
  }
  /* line 22338, app/assets/stylesheets/admin/admin_dashboard.scss */
  .edit-user-manage-page .row-profile .row-content {
    padding-left: 18px;
    padding-right: 18px;
    margin-top: 12px;
    flex-direction: column;
  }
  /* line 22343, app/assets/stylesheets/admin/admin_dashboard.scss */
  .edit-user-manage-page .row-profile .row-content .card-block {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    margin-bottom: 20px;
  }
  /* line 22349, app/assets/stylesheets/admin/admin_dashboard.scss */
  .edit-user-manage-page .row-profile .row-content .right-collaps-block {
    width: 100%;
    padding-left: 0;
  }
  /* line 22357, app/assets/stylesheets/admin/admin_dashboard.scss */
  .admin-project-details-page {
    padding: 135px 12px 12px 18px;
  }
  /* line 22359, app/assets/stylesheets/admin/admin_dashboard.scss */
  .admin-project-details-page .top-bar-adjusted {
    width: 100%;
    top: 62px;
    flex-direction: column;
    align-items: flex-start;
  }
  /* line 22364, app/assets/stylesheets/admin/admin_dashboard.scss */
  .admin-project-details-page .top-bar-adjusted .left-heading {
    margin-bottom: 10px;
  }
  /* line 22370, app/assets/stylesheets/admin/admin_dashboard.scss */
  .admin-project-details-page .page-content .row .top-details {
    width: 100%;
  }
  /* line 22373, app/assets/stylesheets/admin/admin_dashboard.scss */
  .admin-project-details-page .page-content .row .right-tabs-block {
    width: 100%;
  }
  /* line 22379, app/assets/stylesheets/admin/admin_dashboard.scss */
  .admin-general-settings-page {
    padding: 95px 20px 12px 20px;
  }
  /* line 22382, app/assets/stylesheets/admin/admin_dashboard.scss */
  .branding-settings-page {
    padding: 95px 20px 12px 20px;
  }
  /* line 22386, app/assets/stylesheets/admin/admin_dashboard.scss */
  .settings-custom-side-bar {
    display: none;
  }
  /* line 22389, app/assets/stylesheets/admin/admin_dashboard.scss */
  .settings-side-bar-enable {
    display: block;
    top: 86px;
  }
  /* line 22393, app/assets/stylesheets/admin/admin_dashboard.scss */
  .side-bar-enable-btn {
    position: absolute;
    top: 62px;
    z-index: 1;
    background-color: black;
    color: white;
    width: 32px;
    text-align: center;
    height: 24px;
    display: block;
  }
  /* line 22405, app/assets/stylesheets/admin/admin_dashboard.scss */
  .approved-domain-page {
    padding: 102px 25px 12px 25px;
  }
  /* line 22409, app/assets/stylesheets/admin/admin_dashboard.scss */
  .custom-fields-page {
    padding: 102px 25px 12px 25px;
  }
  /* line 22413, app/assets/stylesheets/admin/admin_dashboard.scss */
  .all-settings-page {
    padding: 95px 25px 12px 25px;
  }
  /* line 22417, app/assets/stylesheets/admin/admin_dashboard.scss */
  .selection-report-page {
    padding: 82px 22px 12px 22px;
  }
  /* line 22422, app/assets/stylesheets/admin/admin_dashboard.scss */
  .ideas-funnel-view-page .top-bar-adjusted {
    flex-direction: column;
    padding: 0px 0px;
  }
  /* line 22425, app/assets/stylesheets/admin/admin_dashboard.scss */
  .ideas-funnel-view-page .top-bar-adjusted .left-heading {
    width: 100%;
  }
  /* line 22428, app/assets/stylesheets/admin/admin_dashboard.scss */
  .ideas-funnel-view-page .top-bar-adjusted .main-search {
    width: 100%;
    padding: 0px 12px;
    margin: 0;
  }
  /* line 22432, app/assets/stylesheets/admin/admin_dashboard.scss */
  .ideas-funnel-view-page .top-bar-adjusted .main-search .search-bar-magnify {
    left: 5px;
  }
  /* line 22436, app/assets/stylesheets/admin/admin_dashboard.scss */
  .ideas-funnel-view-page .top-bar-adjusted .right-btns {
    margin-bottom: 5px;
    width: 100%;
    margin-top: 15px;
  }
  /* line 22442, app/assets/stylesheets/admin/admin_dashboard.scss */
  .ideas-funnel-view-page .drop-downs-block {
    flex-direction: column;
    display: none;
  }
  /* line 22445, app/assets/stylesheets/admin/admin_dashboard.scss */
  .ideas-funnel-view-page .drop-downs-block .ideas-funnel-search-form {
    padding: 0px 0px;
    display: flex;
    flex-wrap: wrap;
  }
  /* line 22449, app/assets/stylesheets/admin/admin_dashboard.scss */
  .ideas-funnel-view-page .drop-downs-block .ideas-funnel-search-form .view-more-filters-block {
    width: 100% !important;
    top: 0;
    max-height: 25em;
    overflow-y: auto;
  }
  /* line 22457, app/assets/stylesheets/admin/admin_dashboard.scss */
  .ideas-funnel-view-page .right-filter-open {
    margin-right: 12px;
    border: 1px solid #858585;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px 5px;
    cursor: pointer;
    border-radius: 6px;
  }
  /* line 22466, app/assets/stylesheets/admin/admin_dashboard.scss */
  .ideas-funnel-view-page .right-filter-open span {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  /* line 22472, app/assets/stylesheets/admin/admin_dashboard.scss */
  .ideas-funnel-view-page .removedropclass {
    display: block;
    position: absolute;
    right: 10px;
    top: 8px;
    z-index: 1;
    cursor: pointer;
  }
  /* line 22481, app/assets/stylesheets/admin/admin_dashboard.scss */
  .ideas-funnel-view-page .dropdownsblockenable {
    display: flex !important;
    position: absolute;
    z-index: 100;
    background-color: white;
    top: 182px;
    width: 90% !important;
    right: 20px !important;
    height: 300px;
    padding: 18px 18px 18px 18px !important;
    box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
    border-radius: 6px;
  }
  /* line 22493, app/assets/stylesheets/admin/admin_dashboard.scss */
  .ideas-funnel-view-page .dropdownsblockenable #report_form {
    margin-top: 25px;
  }
  /* line 22495, app/assets/stylesheets/admin/admin_dashboard.scss */
  .ideas-funnel-view-page .dropdownsblockenable #report_form .funnel-action-btn {
    margin: 0;
  }
  /* line 22500, app/assets/stylesheets/admin/admin_dashboard.scss */
  .ideas-funnel-view-page .dropdownsblockenable .idea-views-list {
    border-top: 1px solid transparent;
    padding: 5px 0px;
    margin-bottom: 20px;
  }
  /* line 22505, app/assets/stylesheets/admin/admin_dashboard.scss */
  .ideas-funnel-view-page .dropdownsblockenable .new-drop-flex {
    padding: 0px 0px;
    flex-direction: column;
    align-items: flex-start;
  }
  /* line 22509, app/assets/stylesheets/admin/admin_dashboard.scss */
  .ideas-funnel-view-page .dropdownsblockenable .new-drop-flex .heading-fill {
    margin: -5px 8px 8px 8px;
    font-size: 14px;
    width: 100%;
  }
  /* line 22515, app/assets/stylesheets/admin/admin_dashboard.scss */
  .ideas-funnel-view-page .dropdownsblockenable .new-drop-flex .ideas-funnel-search-form .admin-ideation-select-wrapper {
    width: 50%;
  }
  /* line 22518, app/assets/stylesheets/admin/admin_dashboard.scss */
  .ideas-funnel-view-page .dropdownsblockenable .new-drop-flex .ideas-funnel-search-form .more-filter {
    margin-top: 5px;
  }
  /* line 22524, app/assets/stylesheets/admin/admin_dashboard.scss */
  .ideas-funnel-view-page .fix-funnel-height {
    height: calc(100vh - 200px);
  }
  /* line 22527, app/assets/stylesheets/admin/admin_dashboard.scss */
  .ideas-funnel-view-page .more-filter {
    margin-top: 0px;
    margin-left: 4px;
    width: 98%;
  }
  /* line 22532, app/assets/stylesheets/admin/admin_dashboard.scss */
  .ideas-funnel-view-page .funnel-cards {
    padding: 0px 0px;
  }
  /* line 22536, app/assets/stylesheets/admin/admin_dashboard.scss */
  .main-page-div {
    padding: 85px 25px 12px 25px !important;
  }
  /* line 22541, app/assets/stylesheets/admin/admin_dashboard.scss */
  .leo .table-height {
    max-width: calc(100% - 50px) !important;
    width: calc(100% - 12px) !important;
  }
  /* line 22547, app/assets/stylesheets/admin/admin_dashboard.scss */
  .manage-selection-page {
    padding: 95px 25px 12px 25px;
  }
  /* line 22549, app/assets/stylesheets/admin/admin_dashboard.scss */
  .manage-selection-page .selection-missions-header {
    display: flex;
    flex-direction: column;
  }
  /* line 22552, app/assets/stylesheets/admin/admin_dashboard.scss */
  .manage-selection-page .selection-missions-header .save-btn {
    font-size: 13px;
    padding: 0px 10px;
  }
  /* line 22556, app/assets/stylesheets/admin/admin_dashboard.scss */
  .manage-selection-page .selection-missions-header .col {
    width: 100%;
  }
  /* line 22558, app/assets/stylesheets/admin/admin_dashboard.scss */
  .manage-selection-page .selection-missions-header .col input {
    margin: 2px 0px 12px 0px;
    box-sizing: inherit;
  }
  /* line 22562, app/assets/stylesheets/admin/admin_dashboard.scss */
  .manage-selection-page .selection-missions-header .col i {
    margin-right: 12px !important;
  }
  /* line 22566, app/assets/stylesheets/admin/admin_dashboard.scss */
  .manage-selection-page .selection-missions-header .right-btns {
    margin-bottom: 12px;
  }
  /* line 22572, app/assets/stylesheets/admin/admin_dashboard.scss */
  .admin-idea-box-page {
    padding: 65px 25px 12px 25px;
  }
  /* line 22575, app/assets/stylesheets/admin/admin_dashboard.scss */
  .admin-idea-box-page .inbox-card-manager .idea-box-block {
    width: 50%;
  }
  /* line 22580, app/assets/stylesheets/admin/admin_dashboard.scss */
  .admin-idea-box-page .top-bar-adjusted .left-heading {
    width: 50%;
  }
  /* line 22583, app/assets/stylesheets/admin/admin_dashboard.scss */
  .admin-idea-box-page .top-bar-adjusted .right-btns {
    width: 50%;
  }
  /* line 22589, app/assets/stylesheets/admin/admin_dashboard.scss */
  .manage-boards-page {
    padding: 95px 25px 12px 25px;
  }
  /* line 22593, app/assets/stylesheets/admin/admin_dashboard.scss */
  .edit-company-tags-page {
    padding: 95px 25px 12px 25px;
  }
  /* line 22597, app/assets/stylesheets/admin/admin_dashboard.scss */
  .main-tag-manage-page {
    padding: 110px 20px 12px 20px;
  }
  /* line 22601, app/assets/stylesheets/admin/admin_dashboard.scss */
  .admin-edit-funnel-page {
    padding: 100px 25px 12px 25px;
  }
  /* line 22604, app/assets/stylesheets/admin/admin_dashboard.scss */
  .admin-edit-funnel-page .page-content .head-btns {
    margin-top: 0px;
    width: 100%;
  }
  /* line 22607, app/assets/stylesheets/admin/admin_dashboard.scss */
  .admin-edit-funnel-page .page-content .head-btns .right-btns {
    flex-direction: column;
    margin: 8px 0px 2px 0px;
    width: 100%;
  }
  /* line 22611, app/assets/stylesheets/admin/admin_dashboard.scss */
  .admin-edit-funnel-page .page-content .head-btns .right-btns .btn, .admin-edit-funnel-page .page-content .head-btns .right-btns .btn-large {
    margin: 6px 0px 6px 0px;
    justify-content: center;
  }
  /* line 22620, app/assets/stylesheets/admin/admin_dashboard.scss */
  .admin-edit-funnel-page #new-idea-funnel-stage-table .list-div .table-height {
    max-width: calc(100% - 10px) !important;
    width: calc(100% - 10px) !important;
  }
  /* line 22627, app/assets/stylesheets/admin/admin_dashboard.scss */
  .admin-edit-funnel-page #score-graph .display-graph-btns {
    flex-direction: column;
  }
  /* line 22629, app/assets/stylesheets/admin/admin_dashboard.scss */
  .admin-edit-funnel-page #score-graph .display-graph-btns .col {
    margin: 5px 0px 5px 0px;
  }
  /* line 22635, app/assets/stylesheets/admin/admin_dashboard.scss */
  .admin-edit-funnel-page .funnel-stage-section .top-btns {
    flex-direction: column;
  }
  /* line 22637, app/assets/stylesheets/admin/admin_dashboard.scss */
  .admin-edit-funnel-page .funnel-stage-section .top-btns .left-drop {
    padding-right: 0;
    margin-bottom: 18px;
  }
  /* line 22642, app/assets/stylesheets/admin/admin_dashboard.scss */
  .admin-edit-funnel-page .funnel-stage-section .top-btns .right-btns .btn, .admin-edit-funnel-page .funnel-stage-section .top-btns .right-btns .btn-large {
    margin: 5px 5px 5px 5px;
    width: 100%;
  }
  /* line 22651, app/assets/stylesheets/admin/admin_dashboard.scss */
  .admin-studio-page {
    padding: 80px 25px 12px 25px;
  }
  /* line 22654, app/assets/stylesheets/admin/admin_dashboard.scss */
  .admin-studio-page .page-heading p {
    max-width: 100%;
  }
  /* line 22660, app/assets/stylesheets/admin/admin_dashboard.scss */
  .admin-studio-page .page-content .row-flex .col.l3 {
    margin-left: auto;
  }
  /* line 22666, app/assets/stylesheets/admin/admin_dashboard.scss */
  .manage-plan-page {
    padding: 100px 25px 12px 25px;
  }
}

@media only screen and (min-width: 300px) and (max-width: 579px) {
  /* line 22674, app/assets/stylesheets/admin/admin_dashboard.scss */
  .admin-header .nav-wrapper .row-flex {
    justify-content: space-between;
  }
  /* line 22676, app/assets/stylesheets/admin/admin_dashboard.scss */
  .admin-header .nav-wrapper .row-flex .logo {
    display: flex;
    align-items: center;
  }
  /* line 22680, app/assets/stylesheets/admin/admin_dashboard.scss */
  .admin-header .nav-wrapper .row-flex .logo .sidenav-trigger {
    padding-right: 12px;
    padding-left: 0;
  }
  /* line 22684, app/assets/stylesheets/admin/admin_dashboard.scss */
  .admin-header .nav-wrapper .row-flex .logo img {
    width: 80px;
    margin-top: 0;
    height: auto;
  }
  /* line 22692, app/assets/stylesheets/admin/admin_dashboard.scss */
  .admin-header .mid-page-title-action-drops {
    margin-left: 0px;
  }
  /* line 22695, app/assets/stylesheets/admin/admin_dashboard.scss */
  .admin-header .mobile-page-title {
    display: flex;
    align-items: center;
    margin-left: 5px;
  }
  /* line 22699, app/assets/stylesheets/admin/admin_dashboard.scss */
  .admin-header .mobile-page-title h5 {
    margin: 0;
    color: #5d6679;
    font-weight: 500;
    font-size: 14px;
  }
  /* line 22705, app/assets/stylesheets/admin/admin_dashboard.scss */
  .admin-header .mobile-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: 5px;
    font-size: 12px;
  }
  /* line 22719, app/assets/stylesheets/admin/admin_dashboard.scss */
  .admin-header .desktop-page-title {
    display: none;
  }
  /* line 22723, app/assets/stylesheets/admin/admin_dashboard.scss */
  .admin-header .head-right-actions .page-xp-no {
    display: none;
  }
  /* line 22728, app/assets/stylesheets/admin/admin_dashboard.scss */
  .admin-header #nav-mobile .user-drop {
    padding: 0px 25px 0px 0px;
    margin: 0 !important;
  }
  /* line 22735, app/assets/stylesheets/admin/admin_dashboard.scss */
  .mobilesidebaropen {
    width: 160px;
  }
  /* line 22740, app/assets/stylesheets/admin/admin_dashboard.scss */
  .company-dashboard-page .page-container {
    padding: 82px 22px 12px 22px;
  }
  /* line 22742, app/assets/stylesheets/admin/admin_dashboard.scss */
  .company-dashboard-page .page-container .page-heading {
    flex-direction: column;
  }
  /* line 22744, app/assets/stylesheets/admin/admin_dashboard.scss */
  .company-dashboard-page .page-container .page-heading .admin-main-title {
    white-space: inherit;
  }
  /* line 22747, app/assets/stylesheets/admin/admin_dashboard.scss */
  .company-dashboard-page .page-container .page-heading .left-heading {
    width: 100%;
  }
  /* line 22750, app/assets/stylesheets/admin/admin_dashboard.scss */
  .company-dashboard-page .page-container .page-heading .rightbtns {
    width: 100%;
    margin-top: 15px;
  }
  /* line 22754, app/assets/stylesheets/admin/admin_dashboard.scss */
  .company-dashboard-page .page-container .page-heading .department-search-drop {
    min-width: 75%;
    padding: 0px 0px 0px 12px;
  }
  /* line 22763, app/assets/stylesheets/admin/admin_dashboard.scss */
  .nav-wrapper .mid-text {
    display: flex;
    justify-content: center;
  }
  /* line 22766, app/assets/stylesheets/admin/admin_dashboard.scss */
  .nav-wrapper .mid-text .company-name-header {
    display: none;
  }
  /* line 22769, app/assets/stylesheets/admin/admin_dashboard.scss */
  .nav-wrapper .mid-text .abc {
    display: none;
  }
  /* line 22774, app/assets/stylesheets/admin/admin_dashboard.scss */
  .nav-wrapper .right-content .notification {
    display: none;
  }
  /* line 22777, app/assets/stylesheets/admin/admin_dashboard.scss */
  .nav-wrapper .right-content .settings {
    display: none;
  }
  /* line 22781, app/assets/stylesheets/admin/admin_dashboard.scss */
  .nav-wrapper .right-content .user-drop .user-avatar {
    padding: 5px 15px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding-left: 10px;
    position: relative;
  }
  /* line 22788, app/assets/stylesheets/admin/admin_dashboard.scss */
  .nav-wrapper .right-content .user-drop .user-avatar i {
    height: auto;
    line-height: initial;
  }
  /* line 22792, app/assets/stylesheets/admin/admin_dashboard.scss */
  .nav-wrapper .right-content .user-drop .user-avatar span {
    font-size: 12px;
    white-space: nowrap;
  }
  /* line 22801, app/assets/stylesheets/admin/admin_dashboard.scss */
  .admin-idea-detail-page {
    padding: 60px 25px 12px 25px;
  }
  /* line 22803, app/assets/stylesheets/admin/admin_dashboard.scss */
  .admin-idea-detail-page .top-bar-adjusted {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    z-index: 10;
  }
  /* line 22808, app/assets/stylesheets/admin/admin_dashboard.scss */
  .admin-idea-detail-page .top-bar-adjusted .main-title {
    margin-bottom: 12px;
    width: 100%;
  }
  /* line 22812, app/assets/stylesheets/admin/admin_dashboard.scss */
  .admin-idea-detail-page .top-bar-adjusted .board-title-input {
    width: 100%;
    margin-bottom: 12px;
  }
  /* line 22816, app/assets/stylesheets/admin/admin_dashboard.scss */
  .admin-idea-detail-page .top-bar-adjusted .idea-info-buttons {
    flex-wrap: wrap;
  }
  /* line 22818, app/assets/stylesheets/admin/admin_dashboard.scss */
  .admin-idea-detail-page .top-bar-adjusted .idea-info-buttons .btn, .admin-idea-detail-page .top-bar-adjusted .idea-info-buttons .btn-large {
    margin-bottom: 10px !important;
  }
  /* line 22823, app/assets/stylesheets/admin/admin_dashboard.scss */
  .admin-idea-detail-page .top-details {
    width: 100% !important;
    margin-bottom: 15px;
  }
  /* line 22827, app/assets/stylesheets/admin/admin_dashboard.scss */
  .admin-idea-detail-page .top-details .pro-flex .left-details {
    width: 100%;
    margin-bottom: 2em;
  }
  /* line 22831, app/assets/stylesheets/admin/admin_dashboard.scss */
  .admin-idea-detail-page .top-details .pro-flex .right-tabs-b {
    width: 100%;
  }
  /* line 22837, app/assets/stylesheets/admin/admin_dashboard.scss */
  .admin-idea-detail-page .top-details .top-tabs .tab a {
    font-size: 13px;
  }
  /* line 22843, app/assets/stylesheets/admin/admin_dashboard.scss */
  .admin-idea-detail-page .right-tabs-block {
    width: 100% !important;
  }
  /* line 22845, app/assets/stylesheets/admin/admin_dashboard.scss */
  .admin-idea-detail-page .right-tabs-block .bottom-tabs-block {
    padding-left: 0;
  }
  /* line 22850, app/assets/stylesheets/admin/admin_dashboard.scss */
  .admin-idea-detail-page .user-fields {
    width: 100%;
  }
  /* line 22853, app/assets/stylesheets/admin/admin_dashboard.scss */
  .admin-idea-detail-page .comments-block {
    width: 100%;
  }
  /* line 22857, app/assets/stylesheets/admin/admin_dashboard.scss */
  .admin-idea-detail-page .canvas-block-details .header-b {
    flex-direction: column;
    align-items: flex-start;
  }
  /* line 22860, app/assets/stylesheets/admin/admin_dashboard.scss */
  .admin-idea-detail-page .canvas-block-details .header-b .flex-t {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
  }
  /* line 22865, app/assets/stylesheets/admin/admin_dashboard.scss */
  .admin-idea-detail-page .canvas-block-details .header-b .company-logo {
    width: 100%;
  }
  /* line 22868, app/assets/stylesheets/admin/admin_dashboard.scss */
  .admin-idea-detail-page .canvas-block-details .header-b .can-title {
    margin: 0px 5px 8px 0px;
    width: 100% !important;
  }
  /* line 22878, app/assets/stylesheets/admin/admin_dashboard.scss */
  .admin-edit-profile-page-block .row-profile .row-content {
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 22881, app/assets/stylesheets/admin/admin_dashboard.scss */
  .admin-edit-profile-page-block .row-profile .row-content .card-block {
    margin-left: auto;
    margin-right: auto;
  }
  /* line 22888, app/assets/stylesheets/admin/admin_dashboard.scss */
  .user-manage-page {
    padding: 102px 22px 12px 22px;
  }
  /* line 22890, app/assets/stylesheets/admin/admin_dashboard.scss */
  .user-manage-page .top-bar-adjusted {
    flex-direction: column;
    align-items: flex-start !important;
  }
  /* line 22893, app/assets/stylesheets/admin/admin_dashboard.scss */
  .user-manage-page .top-bar-adjusted .admin-main-title {
    margin-bottom: 15px;
  }
  /* line 22896, app/assets/stylesheets/admin/admin_dashboard.scss */
  .user-manage-page .top-bar-adjusted .field {
    align-items: start !important;
    flex-direction: column;
    width: 100%;
    padding-left: 0 !important;
    margin: 12px 0px 6px 0px;
  }
  /* line 22902, app/assets/stylesheets/admin/admin_dashboard.scss */
  .user-manage-page .top-bar-adjusted .field .relative-searchbar {
    width: 100%;
    margin-bottom: 15px;
  }
  /* line 22905, app/assets/stylesheets/admin/admin_dashboard.scss */
  .user-manage-page .top-bar-adjusted .field .relative-searchbar .search-field {
    box-sizing: inherit;
  }
  /* line 22909, app/assets/stylesheets/admin/admin_dashboard.scss */
  .user-manage-page .top-bar-adjusted .field .user-management-buttons {
    display: flex;
    align-items: center;
    margin-left: 0 !important;
    width: 100%;
    justify-content: flex-end;
    flex-direction: column;
  }
  /* line 22916, app/assets/stylesheets/admin/admin_dashboard.scss */
  .user-manage-page .top-bar-adjusted .field .user-management-buttons .btn, .user-manage-page .top-bar-adjusted .field .user-management-buttons .btn-large {
    align-items: center;
    margin-left: 0;
    width: 100%;
    margin-bottom: 8px;
    justify-content: center;
  }
  /* line 22928, app/assets/stylesheets/admin/admin_dashboard.scss */
  .user-manage-page .user-management-table .filters-block {
    flex-direction: column;
  }
  /* line 22930, app/assets/stylesheets/admin/admin_dashboard.scss */
  .user-manage-page .user-management-table .filters-block .action-btn {
    width: 100%;
    margin-bottom: 12px;
  }
  /* line 22933, app/assets/stylesheets/admin/admin_dashboard.scss */
  .user-manage-page .user-management-table .filters-block .action-btn .actions {
    width: 100%;
  }
  /* line 22937, app/assets/stylesheets/admin/admin_dashboard.scss */
  .user-manage-page .user-management-table .filters-block .left-filter {
    width: 100%;
  }
  /* line 22944, app/assets/stylesheets/admin/admin_dashboard.scss */
  .admin-idea-box-settings-page {
    padding: 12px 18px 12px 18px;
  }
  /* line 22946, app/assets/stylesheets/admin/admin_dashboard.scss */
  .admin-idea-box-settings-page .top-buttons-adjusted {
    align-items: start;
    flex-direction: column;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 1;
  }
  /* line 22953, app/assets/stylesheets/admin/admin_dashboard.scss */
  .admin-idea-box-settings-page .top-buttons-adjusted .heading {
    margin-bottom: 15px;
  }
  /* line 22956, app/assets/stylesheets/admin/admin_dashboard.scss */
  .admin-idea-box-settings-page .top-buttons-adjusted .setting-header-buttons {
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
  }
  /* line 22960, app/assets/stylesheets/admin/admin_dashboard.scss */
  .admin-idea-box-settings-page .top-buttons-adjusted .setting-header-buttons .btn, .admin-idea-box-settings-page .top-buttons-adjusted .setting-header-buttons .btn-large {
    width: auto;
    margin: 0px 5px 10px 5px !important;
  }
  /* line 22964, app/assets/stylesheets/admin/admin_dashboard.scss */
  .admin-idea-box-settings-page .top-buttons-adjusted .setting-header-buttons .admin-global-learn-btn-block {
    width: auto;
    padding-right: 12px;
  }
  /* line 22968, app/assets/stylesheets/admin/admin_dashboard.scss */
  .admin-idea-box-settings-page .top-buttons-adjusted .setting-header-buttons form {
    width: 100%;
    padding-right: 12px;
  }
  /* line 22974, app/assets/stylesheets/admin/admin_dashboard.scss */
  .admin-idea-box-settings-page .page-tabs {
    width: 100%;
    padding: 0px 12px;
    position: relative;
  }
  /* line 22979, app/assets/stylesheets/admin/admin_dashboard.scss */
  .admin-idea-box-settings-page .top-tabs {
    margin-left: 0;
    width: 100%;
  }
  /* line 22983, app/assets/stylesheets/admin/admin_dashboard.scss */
  .admin-idea-box-settings-page .settings-pages {
    padding: 2px 4px;
  }
  /* line 22985, app/assets/stylesheets/admin/admin_dashboard.scss */
  .admin-idea-box-settings-page .settings-pages .settings {
    max-width: 100%;
    width: 100%;
    margin: 0;
  }
  /* line 22990, app/assets/stylesheets/admin/admin_dashboard.scss */
  .admin-idea-box-settings-page .settings-pages .user-table-block {
    padding: 0px 12px;
  }
  /* line 22994, app/assets/stylesheets/admin/admin_dashboard.scss */
  .admin-idea-box-settings-page .settings-pages .user-table-block .participant-table .participants .top-display-flex {
    flex-direction: column;
  }
  /* line 22996, app/assets/stylesheets/admin/admin_dashboard.scss */
  .admin-idea-box-settings-page .settings-pages .user-table-block .participant-table .participants .top-display-flex .left-select {
    width: 100%;
    margin-bottom: 15px;
  }
  /* line 23000, app/assets/stylesheets/admin/admin_dashboard.scss */
  .admin-idea-box-settings-page .settings-pages .user-table-block .participant-table .participants .top-display-flex .right-btns {
    width: 100%;
    flex-wrap: wrap;
  }
  /* line 23003, app/assets/stylesheets/admin/admin_dashboard.scss */
  .admin-idea-box-settings-page .settings-pages .user-table-block .participant-table .participants .top-display-flex .right-btns .btn, .admin-idea-box-settings-page .settings-pages .user-table-block .participant-table .participants .top-display-flex .right-btns .btn-large {
    width: 100%;
    margin: 5px 0px;
  }
  /* line 23012, app/assets/stylesheets/admin/admin_dashboard.scss */
  .admin-idea-box-settings-page .settings-pages .invite-user-block {
    padding: 0px 12px;
  }
  /* line 23019, app/assets/stylesheets/admin/admin_dashboard.scss */
  .admin-idea-box-settings-page .integration-box .row .col {
    width: 100%;
  }
  /* line 23024, app/assets/stylesheets/admin/admin_dashboard.scss */
  .admin-idea-box-settings-page .tab-cont {
    padding-top: 0em;
  }
  /* line 23029, app/assets/stylesheets/admin/admin_dashboard.scss */
  .admin-selection-box-setting-page {
    padding: 12px 18px 12px 18px;
  }
  /* line 23031, app/assets/stylesheets/admin/admin_dashboard.scss */
  .admin-selection-box-setting-page .top-buttons-adjusted {
    align-items: start;
    flex-direction: column;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 1;
  }
  /* line 23038, app/assets/stylesheets/admin/admin_dashboard.scss */
  .admin-selection-box-setting-page .top-buttons-adjusted .heading {
    margin-bottom: 15px;
  }
  /* line 23041, app/assets/stylesheets/admin/admin_dashboard.scss */
  .admin-selection-box-setting-page .top-buttons-adjusted .setting-header-buttons {
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
  }
  /* line 23045, app/assets/stylesheets/admin/admin_dashboard.scss */
  .admin-selection-box-setting-page .top-buttons-adjusted .setting-header-buttons .btn, .admin-selection-box-setting-page .top-buttons-adjusted .setting-header-buttons .btn-large {
    width: auto;
    margin: 5px 8px 5px 0px !important;
    min-width: auto;
  }
  /* line 23050, app/assets/stylesheets/admin/admin_dashboard.scss */
  .admin-selection-box-setting-page .top-buttons-adjusted .setting-header-buttons .learn-btn-block {
    width: auto;
  }
  /* line 23053, app/assets/stylesheets/admin/admin_dashboard.scss */
  .admin-selection-box-setting-page .top-buttons-adjusted .setting-header-buttons form {
    width: 100%;
  }
  /* line 23058, app/assets/stylesheets/admin/admin_dashboard.scss */
  .admin-selection-box-setting-page .page-tabs {
    width: 100%;
    padding: 0px 12px;
  }
  /* line 23062, app/assets/stylesheets/admin/admin_dashboard.scss */
  .admin-selection-box-setting-page .top-tabs {
    margin-left: 0;
    width: 100%;
  }
  /* line 23066, app/assets/stylesheets/admin/admin_dashboard.scss */
  .admin-selection-box-setting-page .settings-pages {
    padding: 2px 4px;
  }
  /* line 23068, app/assets/stylesheets/admin/admin_dashboard.scss */
  .admin-selection-box-setting-page .settings-pages .settings {
    max-width: 100%;
    width: 100%;
    margin: 0;
  }
  /* line 23076, app/assets/stylesheets/admin/admin_dashboard.scss */
  .admin-selection-box-setting-page .selection-criteria-card .criteria-content .row-header {
    display: flex;
    align-items: baseline;
    margin-bottom: 10px;
    justify-content: space-between;
    flex-direction: column;
  }
  /* line 23082, app/assets/stylesheets/admin/admin_dashboard.scss */
  .admin-selection-box-setting-page .selection-criteria-card .criteria-content .row-header .total-criteria {
    width: 100%;
    display: flex;
    align-items: baseline;
    flex-direction: column;
    margin-bottom: 12px;
  }
  /* line 23094, app/assets/stylesheets/admin/admin_dashboard.scss */
  .admin-selection-box-setting-page .selection-user-card .card-content .top-display-flex {
    flex-direction: column;
  }
  /* line 23096, app/assets/stylesheets/admin/admin_dashboard.scss */
  .admin-selection-box-setting-page .selection-user-card .card-content .top-display-flex .left-select {
    width: 100%;
    margin-bottom: 12px;
  }
  /* line 23100, app/assets/stylesheets/admin/admin_dashboard.scss */
  .admin-selection-box-setting-page .selection-user-card .card-content .top-display-flex .right-btns {
    flex-direction: column;
    width: 100%;
  }
  /* line 23103, app/assets/stylesheets/admin/admin_dashboard.scss */
  .admin-selection-box-setting-page .selection-user-card .card-content .top-display-flex .right-btns .btn, .admin-selection-box-setting-page .selection-user-card .card-content .top-display-flex .right-btns .btn-large {
    width: 100%;
  }
  /* line 23110, app/assets/stylesheets/admin/admin_dashboard.scss */
  .admin-selection-box-setting-page .selection-assign-ideas {
    width: 96%;
  }
  /* line 23114, app/assets/stylesheets/admin/admin_dashboard.scss */
  .admin-selection-box-setting-page .general-tabs-collaps .settings-pages {
    flex-direction: column;
  }
  /* line 23116, app/assets/stylesheets/admin/admin_dashboard.scss */
  .admin-selection-box-setting-page .general-tabs-collaps .settings-pages .right-collaps-block {
    width: 100%;
    padding: 0px 10px;
  }
  /* line 23125, app/assets/stylesheets/admin/admin_dashboard.scss */
  .edit-user-manage-page .row-profile {
    padding-top: 6em;
  }
  /* line 23127, app/assets/stylesheets/admin/admin_dashboard.scss */
  .edit-user-manage-page .row-profile .row-content {
    padding-left: 18px;
    padding-right: 18px;
    margin-top: 12px;
    flex-direction: column;
  }
  /* line 23132, app/assets/stylesheets/admin/admin_dashboard.scss */
  .edit-user-manage-page .row-profile .row-content .card-block {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    margin-bottom: 20px;
  }
  /* line 23138, app/assets/stylesheets/admin/admin_dashboard.scss */
  .edit-user-manage-page .row-profile .row-content .right-collaps-block {
    width: 100%;
    padding-left: 0;
  }
  /* line 23146, app/assets/stylesheets/admin/admin_dashboard.scss */
  .admin-project-details-page {
    padding: 12px 12px 12px 18px;
  }
  /* line 23148, app/assets/stylesheets/admin/admin_dashboard.scss */
  .admin-project-details-page .top-bar-adjusted {
    width: 100%;
    top: 62px;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
  }
  /* line 23154, app/assets/stylesheets/admin/admin_dashboard.scss */
  .admin-project-details-page .top-bar-adjusted .left-heading {
    margin-bottom: 10px;
  }
  /* line 23157, app/assets/stylesheets/admin/admin_dashboard.scss */
  .admin-project-details-page .top-bar-adjusted .project-info-buttons {
    flex-direction: column;
    width: 100%;
  }
  /* line 23160, app/assets/stylesheets/admin/admin_dashboard.scss */
  .admin-project-details-page .top-bar-adjusted .project-info-buttons .btn, .admin-project-details-page .top-bar-adjusted .project-info-buttons .btn-large {
    width: 100% !important;
    margin-bottom: 12px !important;
  }
  /* line 23166, app/assets/stylesheets/admin/admin_dashboard.scss */
  .admin-project-details-page .page-content {
    margin-top: 62px;
  }
  /* line 23169, app/assets/stylesheets/admin/admin_dashboard.scss */
  .admin-project-details-page .page-content .row .top-details {
    width: 100%;
  }
  /* line 23172, app/assets/stylesheets/admin/admin_dashboard.scss */
  .admin-project-details-page .page-content .row .right-tabs-block {
    width: 100%;
  }
  /* line 23178, app/assets/stylesheets/admin/admin_dashboard.scss */
  .admin-project-details-page .page-content .bottom-tabs-block .idea-scores-values .graph-card {
    overflow-y: auto;
  }
  /* line 23183, app/assets/stylesheets/admin/admin_dashboard.scss */
  .admin-project-details-page .page-content .bottom-tabs-block #attachment-list .list-div {
    overflow-y: auto;
  }
  /* line 23188, app/assets/stylesheets/admin/admin_dashboard.scss */
  .admin-project-details-page .page-content .bottom-tabs-block .ideas-block #project-ideas-list {
    overflow-y: auto;
  }
  /* line 23195, app/assets/stylesheets/admin/admin_dashboard.scss */
  .admin-project-details-page .page-content .custom-fields-block .project-scores-values .col {
    width: 100%;
  }
  /* line 23203, app/assets/stylesheets/admin/admin_dashboard.scss */
  .admin-general-settings-page {
    padding: 95px 20px 12px 20px;
  }
  /* line 23209, app/assets/stylesheets/admin/admin_dashboard.scss */
  .admin-general-settings-page .collaps-blocks-content .collaps-block .collapsible .collapsible-body .countries-block {
    flex-direction: column;
  }
  /* line 23218, app/assets/stylesheets/admin/admin_dashboard.scss */
  .branding-settings-page {
    padding: 95px 20px 12px 20px;
  }
  /* line 23222, app/assets/stylesheets/admin/admin_dashboard.scss */
  .settings-custom-side-bar {
    display: none;
  }
  /* line 23225, app/assets/stylesheets/admin/admin_dashboard.scss */
  .settings-side-bar-enable {
    display: block;
    top: 86px;
  }
  /* line 23229, app/assets/stylesheets/admin/admin_dashboard.scss */
  .side-bar-enable-btn {
    position: absolute;
    top: 62px;
    z-index: 1;
    background-color: black;
    color: white;
    width: 32px;
    text-align: center;
    height: 24px;
    display: block;
  }
  /* line 23241, app/assets/stylesheets/admin/admin_dashboard.scss */
  .approved-domain-page {
    padding: 102px 25px 12px 25px;
  }
  /* line 23245, app/assets/stylesheets/admin/admin_dashboard.scss */
  .custom-fields-page {
    padding: 102px 25px 12px 25px;
  }
  /* line 23249, app/assets/stylesheets/admin/admin_dashboard.scss */
  .all-settings-page {
    padding: 95px 25px 12px 25px;
  }
  /* line 23253, app/assets/stylesheets/admin/admin_dashboard.scss */
  .selection-report-page {
    padding: 82px 22px 12px 22px;
  }
  /* line 23256, app/assets/stylesheets/admin/admin_dashboard.scss */
  .selection-report-page .top-filters .display-row {
    flex-direction: column;
  }
  /* line 23258, app/assets/stylesheets/admin/admin_dashboard.scss */
  .selection-report-page .top-filters .display-row .field-drop {
    width: 100%;
    margin-bottom: 0;
  }
  /* line 23264, app/assets/stylesheets/admin/admin_dashboard.scss */
  .selection-report-page .dashboard-header {
    align-items: self-start;
    flex-direction: column;
  }
  /* line 23267, app/assets/stylesheets/admin/admin_dashboard.scss */
  .selection-report-page .dashboard-header .admin-main-title {
    margin-bottom: 15px;
    font-size: 18px;
  }
  /* line 23271, app/assets/stylesheets/admin/admin_dashboard.scss */
  .selection-report-page .dashboard-header .download-results-settings {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  /* line 23282, app/assets/stylesheets/admin/admin_dashboard.scss */
  .selection-report-page .ideas-tab .card .card-content .card-table table th {
    white-space: nowrap;
  }
  /* line 23285, app/assets/stylesheets/admin/admin_dashboard.scss */
  .selection-report-page .ideas-tab .card .card-content .card-table table td {
    white-space: nowrap;
  }
  /* line 23296, app/assets/stylesheets/admin/admin_dashboard.scss */
  .error-page-design .page-container .field-btns {
    flex-direction: column;
  }
  /* line 23298, app/assets/stylesheets/admin/admin_dashboard.scss */
  .error-page-design .page-container .field-btns .back-btn {
    margin-bottom: 15px;
  }
  /* line 23310, app/assets/stylesheets/admin/admin_dashboard.scss */
  .all-settings-page .home-settings .fields .color-fields .field p {
    width: 100px;
  }
  /* line 23320, app/assets/stylesheets/admin/admin_dashboard.scss */
  .ideas-funnel-view-page .top-bar-adjusted {
    flex-direction: column;
    padding: 0px 0px;
  }
  /* line 23323, app/assets/stylesheets/admin/admin_dashboard.scss */
  .ideas-funnel-view-page .top-bar-adjusted .left-heading {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
  }
  /* line 23327, app/assets/stylesheets/admin/admin_dashboard.scss */
  .ideas-funnel-view-page .top-bar-adjusted .left-heading .heading-inner {
    border-right: none;
    padding-right: 0px;
    margin-bottom: 5px;
  }
  /* line 23331, app/assets/stylesheets/admin/admin_dashboard.scss */
  [dir=rtl] .ideas-funnel-view-page .top-bar-adjusted .left-heading .heading-inner {
    border-left: 1px solid #e1e4ea;
    padding-left: 15px;
    padding-right: 0;
    border-right: none;
    gap: 12px;
  }
  /* line 23339, app/assets/stylesheets/admin/admin_dashboard.scss */
  .ideas-funnel-view-page .top-bar-adjusted .left-heading .idea-funnel-action-drop {
    margin-left: 5px;
    border-left: 1px solid #e1e4ea;
    padding-left: 5px;
  }
  /* line 23343, app/assets/stylesheets/admin/admin_dashboard.scss */
  [dir=rtl] .ideas-funnel-view-page .top-bar-adjusted .left-heading .idea-funnel-action-drop {
    border-left: none;
    border-right: 1px solid #e1e4ea;
    padding-right: 5px;
  }
  /* line 23350, app/assets/stylesheets/admin/admin_dashboard.scss */
  .ideas-funnel-view-page .top-bar-adjusted .main-search {
    width: 100%;
    padding: 0 12px;
    margin: 0;
  }
  /* line 23354, app/assets/stylesheets/admin/admin_dashboard.scss */
  .ideas-funnel-view-page .top-bar-adjusted .main-search .search-bar-magnify {
    left: 5px;
  }
  /* line 23358, app/assets/stylesheets/admin/admin_dashboard.scss */
  .ideas-funnel-view-page .top-bar-adjusted .right-btns {
    margin-bottom: 5px;
    width: 100%;
    margin-top: 5px;
    flex-wrap: wrap;
  }
  /* line 23365, app/assets/stylesheets/admin/admin_dashboard.scss */
  .ideas-funnel-view-page .drop-downs-block {
    flex-direction: column;
    display: none;
  }
  /* line 23368, app/assets/stylesheets/admin/admin_dashboard.scss */
  .ideas-funnel-view-page .drop-downs-block .ideas-funnel-search-form {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  /* line 23373, app/assets/stylesheets/admin/admin_dashboard.scss */
  .ideas-funnel-view-page .drop-downs-block .ideas-funnel-search-form .view-more-filters-block {
    width: 100% !important;
    top: 0;
    max-height: 25em;
    overflow-y: auto;
  }
  /* line 23381, app/assets/stylesheets/admin/admin_dashboard.scss */
  .ideas-funnel-view-page .drop-downs-block .ideas-funnel-search-form .view-more-filters-block .bottom-content .admin-ideation-select-wrapper {
    width: 50%;
  }
  /* line 23384, app/assets/stylesheets/admin/admin_dashboard.scss */
  .ideas-funnel-view-page .drop-downs-block .ideas-funnel-search-form .view-more-filters-block .bottom-content .field-custom {
    width: 50%;
    margin-bottom: 10px;
    padding: 0px 6px;
  }
  /* line 23393, app/assets/stylesheets/admin/admin_dashboard.scss */
  .ideas-funnel-view-page .right-filter-open {
    margin-right: 12px;
    border: 1px solid #858585;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px 5px;
    cursor: pointer;
    border-radius: 6px;
  }
  /* line 23402, app/assets/stylesheets/admin/admin_dashboard.scss */
  .ideas-funnel-view-page .right-filter-open span {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  /* line 23408, app/assets/stylesheets/admin/admin_dashboard.scss */
  .ideas-funnel-view-page .removedropclass {
    display: block;
    position: absolute;
    right: 10px;
    top: 8px;
    z-index: 1;
    cursor: pointer;
  }
  /* line 23417, app/assets/stylesheets/admin/admin_dashboard.scss */
  .ideas-funnel-view-page .dropdownsblockenable {
    display: flex !important;
    position: absolute;
    z-index: 100;
    background-color: white;
    top: 188px;
    width: 90% !important;
    right: 20px !important;
    height: 305px;
    padding: 30px 5px 22px 5px !important;
    box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
    border-radius: 6px;
  }
  /* line 23429, app/assets/stylesheets/admin/admin_dashboard.scss */
  .ideas-funnel-view-page .dropdownsblockenable #report_form {
    margin-top: 25px;
  }
  /* line 23431, app/assets/stylesheets/admin/admin_dashboard.scss */
  .ideas-funnel-view-page .dropdownsblockenable #report_form .funnel-action-btn {
    margin: 0;
  }
  /* line 23436, app/assets/stylesheets/admin/admin_dashboard.scss */
  .ideas-funnel-view-page .dropdownsblockenable .idea-views-list {
    border-top: 1px solid transparent;
    padding: 5px 0px;
    margin-bottom: 20px;
  }
  /* line 23441, app/assets/stylesheets/admin/admin_dashboard.scss */
  .ideas-funnel-view-page .dropdownsblockenable .new-drop-flex {
    padding: 0px 0px;
    flex-direction: column;
    align-items: flex-start;
  }
  /* line 23445, app/assets/stylesheets/admin/admin_dashboard.scss */
  .ideas-funnel-view-page .dropdownsblockenable .new-drop-flex .heading-fill {
    margin: -5px 8px 8px 8px;
    font-size: 14px;
    width: 100%;
  }
  /* line 23451, app/assets/stylesheets/admin/admin_dashboard.scss */
  .ideas-funnel-view-page .dropdownsblockenable .new-drop-flex .ideas-funnel-search-form .admin-ideation-select-wrapper {
    width: 50%;
  }
  /* line 23454, app/assets/stylesheets/admin/admin_dashboard.scss */
  .ideas-funnel-view-page .dropdownsblockenable .new-drop-flex .ideas-funnel-search-form .more-filter {
    margin-top: 5px;
  }
  /* line 23460, app/assets/stylesheets/admin/admin_dashboard.scss */
  .ideas-funnel-view-page .fix-funnel-height {
    height: calc(100vh - 240px);
  }
  /* line 23463, app/assets/stylesheets/admin/admin_dashboard.scss */
  .ideas-funnel-view-page .more-filter {
    margin-top: 0px;
    margin-left: 4px;
    width: 98%;
  }
  /* line 23468, app/assets/stylesheets/admin/admin_dashboard.scss */
  .ideas-funnel-view-page .funnel-cards {
    padding: 0px 0px;
  }
  /* line 23473, app/assets/stylesheets/admin/admin_dashboard.scss */
  .main-page-div {
    padding: 65px 25px 12px 25px !important;
  }
  /* line 23478, app/assets/stylesheets/admin/admin_dashboard.scss */
  .leo .table-height {
    max-width: calc(100% - 50px) !important;
    width: calc(100% - 12px) !important;
  }
  /* line 23484, app/assets/stylesheets/admin/admin_dashboard.scss */
  .manage-selection-page {
    padding: 70px 25px 12px 25px;
  }
  /* line 23486, app/assets/stylesheets/admin/admin_dashboard.scss */
  .manage-selection-page .selection-missions-header {
    display: flex;
    flex-direction: column;
  }
  /* line 23489, app/assets/stylesheets/admin/admin_dashboard.scss */
  .manage-selection-page .selection-missions-header .save-btn {
    font-size: 13px;
    padding: 0px 10px;
  }
  /* line 23493, app/assets/stylesheets/admin/admin_dashboard.scss */
  .manage-selection-page .selection-missions-header .col {
    width: 100%;
  }
  /* line 23495, app/assets/stylesheets/admin/admin_dashboard.scss */
  .manage-selection-page .selection-missions-header .col input {
    margin: 2px 0px 12px 0px;
    box-sizing: inherit;
  }
  /* line 23499, app/assets/stylesheets/admin/admin_dashboard.scss */
  .manage-selection-page .selection-missions-header .col i {
    margin-right: 12px !important;
  }
  /* line 23503, app/assets/stylesheets/admin/admin_dashboard.scss */
  .manage-selection-page .selection-missions-header .right-btns {
    margin-bottom: 12px;
  }
  /* line 23509, app/assets/stylesheets/admin/admin_dashboard.scss */
  .admin-idea-box-page {
    padding: 65px 25px 12px 25px;
  }
  /* line 23512, app/assets/stylesheets/admin/admin_dashboard.scss */
  .admin-idea-box-page .inbox-card-manager .idea-box-block {
    width: 100%;
  }
  /* line 23516, app/assets/stylesheets/admin/admin_dashboard.scss */
  .admin-idea-box-page .top-bar-adjusted {
    padding: 0px 0px;
  }
  /* line 23518, app/assets/stylesheets/admin/admin_dashboard.scss */
  .admin-idea-box-page .top-bar-adjusted .left-heading {
    width: 100%;
  }
  /* line 23520, app/assets/stylesheets/admin/admin_dashboard.scss */
  .admin-idea-box-page .top-bar-adjusted .left-heading .main-search {
    width: 100%;
  }
  /* line 23524, app/assets/stylesheets/admin/admin_dashboard.scss */
  .admin-idea-box-page .top-bar-adjusted .right-btns {
    width: 100%;
    justify-content: space-between;
  }
  /* line 23530, app/assets/stylesheets/admin/admin_dashboard.scss */
  .admin-idea-box-page .idea-box-head .right-view {
    padding: 8px 0px;
  }
  /* line 23533, app/assets/stylesheets/admin/admin_dashboard.scss */
  .admin-idea-box-page .idea-box-head .left-drop {
    padding: 0px 0px;
  }
  /* line 23537, app/assets/stylesheets/admin/admin_dashboard.scss */
  .admin-idea-box-page .mission-cards {
    padding: 0px 0px;
  }
  /* line 23542, app/assets/stylesheets/admin/admin_dashboard.scss */
  .manage-boards-page {
    padding: 72px 25px 12px 25px;
  }
  /* line 23544, app/assets/stylesheets/admin/admin_dashboard.scss */
  .manage-boards-page .top-bar-adjusted {
    position: relative;
    top: 5px;
    display: flex;
    flex-direction: column;
  }
  /* line 23549, app/assets/stylesheets/admin/admin_dashboard.scss */
  .manage-boards-page .top-bar-adjusted .admin-main-title {
    margin-bottom: 10px;
  }
  /* line 23552, app/assets/stylesheets/admin/admin_dashboard.scss */
  .manage-boards-page .top-bar-adjusted .right-btns {
    justify-content: flex-end !important;
    padding: 0px 5px;
  }
  /* line 23557, app/assets/stylesheets/admin/admin_dashboard.scss */
  .manage-boards-page .board-head {
    padding: 0px 6px !important;
  }
  /* line 23562, app/assets/stylesheets/admin/admin_dashboard.scss */
  .edit-company-tags-page {
    padding: 95px 12px 12px 8px;
  }
  /* line 23565, app/assets/stylesheets/admin/admin_dashboard.scss */
  .edit-company-tags-page .max-content .page-content {
    padding: 6px 8px;
  }
  /* line 23571, app/assets/stylesheets/admin/admin_dashboard.scss */
  .main-tag-manage-page {
    padding: 110px 20px 12px 20px;
  }
  /* line 23574, app/assets/stylesheets/admin/admin_dashboard.scss */
  .main-tag-manage-page .manage-tag-header .display-head {
    align-items: flex-start;
    flex-direction: column;
  }
  /* line 23577, app/assets/stylesheets/admin/admin_dashboard.scss */
  .main-tag-manage-page .manage-tag-header .display-head .right-btns {
    margin-top: 20px;
    width: 100%;
    justify-content: flex-end;
  }
  /* line 23585, app/assets/stylesheets/admin/admin_dashboard.scss */
  .main-tag-manage-page #tag-management-section .filters-block {
    margin-top: 0px;
  }
  /* line 23591, app/assets/stylesheets/admin/admin_dashboard.scss */
  .admin-edit-funnel-page {
    padding: 100px 25px 12px 25px;
  }
  /* line 23594, app/assets/stylesheets/admin/admin_dashboard.scss */
  .admin-edit-funnel-page .page-content .head-btns {
    margin-top: 0px;
    width: 100%;
  }
  /* line 23597, app/assets/stylesheets/admin/admin_dashboard.scss */
  .admin-edit-funnel-page .page-content .head-btns .right-btns {
    flex-direction: column;
    margin: 8px 0px 2px 0px;
    width: 100%;
  }
  /* line 23601, app/assets/stylesheets/admin/admin_dashboard.scss */
  .admin-edit-funnel-page .page-content .head-btns .right-btns .btn, .admin-edit-funnel-page .page-content .head-btns .right-btns .btn-large {
    margin: 6px 0px 6px 0px;
    justify-content: center;
  }
  /* line 23607, app/assets/stylesheets/admin/admin_dashboard.scss */
  .admin-edit-funnel-page .page-content .top-fields {
    width: 100%;
  }
  /* line 23613, app/assets/stylesheets/admin/admin_dashboard.scss */
  .admin-edit-funnel-page #new-idea-funnel-stage-table .list-div .table-height {
    max-width: calc(100% - 10px) !important;
    width: calc(100% - 10px) !important;
  }
  /* line 23620, app/assets/stylesheets/admin/admin_dashboard.scss */
  .admin-edit-funnel-page #score-graph .display-graph-btns {
    flex-direction: column;
  }
  /* line 23622, app/assets/stylesheets/admin/admin_dashboard.scss */
  .admin-edit-funnel-page #score-graph .display-graph-btns .col {
    margin: 5px 0px 5px 0px;
  }
  /* line 23628, app/assets/stylesheets/admin/admin_dashboard.scss */
  .admin-edit-funnel-page .funnel-stage-section .top-btns {
    flex-direction: column;
  }
  /* line 23630, app/assets/stylesheets/admin/admin_dashboard.scss */
  .admin-edit-funnel-page .funnel-stage-section .top-btns .left-drop {
    padding-right: 0;
    margin-bottom: 18px;
  }
  /* line 23635, app/assets/stylesheets/admin/admin_dashboard.scss */
  .admin-edit-funnel-page .funnel-stage-section .top-btns .right-btns .btn, .admin-edit-funnel-page .funnel-stage-section .top-btns .right-btns .btn-large {
    margin: 5px 5px 5px 5px;
    width: 100%;
  }
  /* line 23642, app/assets/stylesheets/admin/admin_dashboard.scss */
  .admin-edit-funnel-page .funnel-stage-section .participant-table .admin-sort-table-design {
    overflow: auto;
  }
  /* line 23649, app/assets/stylesheets/admin/admin_dashboard.scss */
  .admin-studio-page {
    padding: 80px 25px 12px 25px;
  }
  /* line 23652, app/assets/stylesheets/admin/admin_dashboard.scss */
  .admin-studio-page .page-heading p {
    max-width: 100%;
  }
  /* line 23658, app/assets/stylesheets/admin/admin_dashboard.scss */
  .admin-studio-page .page-content .row-flex .col.l3 {
    margin-left: auto;
  }
  /* line 23665, app/assets/stylesheets/admin/admin_dashboard.scss */
  .manage-plan-page {
    padding: 100px 25px 12px 25px;
  }
}

/* line 23671, app/assets/stylesheets/admin/admin_dashboard.scss */
.tox-editor-container .tox-menubar {
  display: none;
}

/* line 23675, app/assets/stylesheets/admin/admin_dashboard.scss */
.error-message {
  color: red;
}

/* line 23679, app/assets/stylesheets/admin/admin_dashboard.scss */
.processing-spinner {
  margin-left: 10px;
  font-style: italic;
  color: #999;
}

/* line 23686, app/assets/stylesheets/admin/admin_dashboard.scss */
.field-select label {
  position: relative;
}

/* line 23691, app/assets/stylesheets/admin/admin_dashboard.scss */
.user-tool-inner > div {
  display: flex;
}

/* line 23694, app/assets/stylesheets/admin/admin_dashboard.scss */
.like-button p span {
  margin-left: 5px;
}

/* line 23698, app/assets/stylesheets/admin/admin_dashboard.scss */
.dropdown-content li > a,
.dropdown-content li > span {
  font-size: 14px;
  color: #2f2f2f;
  display: block;
  line-height: 15px;
  padding: 10px 15px;
}

/* line 23706, app/assets/stylesheets/admin/admin_dashboard.scss */
.dropdown-content li > a:hover {
  background: #555;
  color: #fff;
}

/* line 23711, app/assets/stylesheets/admin/admin_dashboard.scss */
.profile-detail-block .card-name {
  font-size: 16px;
}

/* line 23714, app/assets/stylesheets/admin/admin_dashboard.scss */
.add-idea-page .like-share-block .field {
  min-width: -moz-fit-content;
  min-width: fit-content;
}

/* line 23717, app/assets/stylesheets/admin/admin_dashboard.scss */
.add-idea-page .like-share-block .field {
  padding: 5px 16px 5px 16px;
}

/* line 23720, app/assets/stylesheets/admin/admin_dashboard.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 23736, app/assets/stylesheets/admin/admin_dashboard.scss */
.field {
  position: relative;
}

/* line 23739, app/assets/stylesheets/admin/admin_dashboard.scss */
.field:hover .ppovr {
  display: block;
}

/* line 23742, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-detail-page
.like-comments-section
.user-like-block
.share-btn
.material-icons {
  transform: rotate(-25deg);
  position: relative;
  top: -3px;
}

/* line 23751, app/assets/stylesheets/admin/admin_dashboard.scss */
#idea_liked_24206 .material-icons {
  font-size: 23px;
  position: relative;
  top: 1px;
}

/* line 23756, app/assets/stylesheets/admin/admin_dashboard.scss */
span#span_24666 {
  margin-left: 5px;
}

/* line 23760, app/assets/stylesheets/admin/admin_dashboard.scss */
.user-like-block .field {
  cursor: pointer;
}

/* line 23763, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-box-settings-page .top-tabs .tab a {
  border-bottom: 0px;
}

/* line 23766, app/assets/stylesheets/admin/admin_dashboard.scss */
.select-wrapper .multiselect-dropdown {
  padding: 5px 0.35em;
}

/* line 23769, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-general-settings-page .select-wrapper .dropdown-content {
  margin-top: 36px;
}

/* line 23772, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-general-settings-page .company-info .content-white .fields .field input {
  padding: 5px 5px 5px 10px !important;
}

/* line 23775, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-detail-page .user-fields .input-field input {
  padding: 5px 5px 5px 10px !important;
}

/* line 23778, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-detail-page .user-fields .input-field input {
  padding: 5px 10px 5px 10px !important;
  font-family: "Montserrat", sans-serif !important;
}

/* line 23782, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-detail-page
.user-fields
.input-field
.select-wrapper
.dropdown-content {
  width: -moz-fit-content !important;
  width: fit-content !important;
  max-width: initial !important;
  min-width: 100%;
}

/* line 23791, app/assets/stylesheets/admin/admin_dashboard.scss */
a.dropdown-trigger.notification-icon {
  display: none !important;
}

/* line 23794, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-detail-page .top-bar-adjusted {
  border-top: 1px solid lightgray;
  border-bottom: 1px solid lightgray;
  padding: 0px;
  margin-top: 6px;
}

/* line 23800, app/assets/stylesheets/admin/admin_dashboard.scss */
.idea-info-buttons {
  padding: 10px 0;
}

/* line 23803, app/assets/stylesheets/admin/admin_dashboard.scss */
.tab-canvas a,
.tab a {
  color: #000 !important;
  padding: 6px 12px;
  position: relative;
}

/* line 23809, app/assets/stylesheets/admin/admin_dashboard.scss */
.tab-canvas a:hover,
.tab a:hover {
  color: #000;
  border-bottom: 2px solid;
}

/* line 23814, app/assets/stylesheets/admin/admin_dashboard.scss */
.tab-canvas a:hover {
  background-color: #fff !important;
}

/* line 23817, app/assets/stylesheets/admin/admin_dashboard.scss */
.tab-canvas a:active,
.tab a:active {
  border-bottom: 2px solid;
}

/* line 23821, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-detail-page .top-details .top-tabs .tab .active {
  background-color: #ffffff;
  border-bottom: 2px solid;
}

/* line 23825, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-detail-page .top-details .top-tabs .tab .active:hover {
  background-color: #fff;
  border-bottom: 2px solid;
}

/* line 23829, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-idea-detail-page .top-details .top-tabs .tab a:hover {
  background-color: #fff;
}

/* line 23832, app/assets/stylesheets/admin/admin_dashboard.scss */
.tab-canvas.xtr {
  margin-top: 0px;
}

/* line 23835, app/assets/stylesheets/admin/admin_dashboard.scss */
.tab-canvas a,
.tab a {
  font-size: 16px;
  display: inline-block;
}

/* line 23841, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-project-details-page .page-content .top-tabs .tab a {
  border: 0px;
}

/* line 23844, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-project-details-page .page-content .top-tabs .tab .active:hover {
  background-color: transparent;
  border: none;
}

/* line 23848, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-project-details-page .page-content .top-tabs .tab a:hover {
  border: 0px;
}

/* line 23851, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-project-details-page .page-content .top-tabs .tab a:hover {
  background-color: #ffffff;
}

/* line 23855, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-project-details-page .top-bar-adjusted {
  border-top: 1px solid lightgray;
  border-bottom: 1px solid lightgrey;
  align-items: center;
}

/* line 23861, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-selection-box-setting-page .top-tabs {
  background-color: #fff;
}

/* line 23864, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-selection-box-setting-page .top-tabs .tab a {
  background-color: #fff;
}

/* line 23867, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-selection-box-setting-page .top-tabs .tab .active {
  background-color: #ffffff;
}

/* line 23870, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-selection-box-setting-page .top-tabs .tab .active:hover {
  background-color: #ffffff;
}

/* line 23873, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-selection-box-setting-page .top-tabs .tab a:hover {
  background-color: #fff;
}

/* line 23876, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-selection-box-setting-page .page-tabs {
  border-top: 1px solid lightgray;
  border-bottom: 1px solid lightgray;
}

/* line 23880, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-selection-box-setting-page .top-tabs {
  margin-bottom: 0;
}

/* line 23883, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-selection-box-setting-page
.general-tabs-collaps
.settings-pages
.right-collaps-block {
  margin-top: -4.7em;
}

/* line 23890, app/assets/stylesheets/admin/admin_dashboard.scss */
.settings-pages {
  margin-top: 20px;
}

/* line 23893, app/assets/stylesheets/admin/admin_dashboard.scss */
.save-btn span {
  color: #fff;
}

/* line 23896, app/assets/stylesheets/admin/admin_dashboard.scss */
.action-drop-down a:hover span {
  color: #fff;
}

/* line 23899, app/assets/stylesheets/admin/admin_dashboard.scss */
#preview-confetti-button:hover {
  color: #fff;
}

/* line 23902, app/assets/stylesheets/admin/admin_dashboard.scss */
.save_and_stay .main-button-text {
  color: #fff;
}

/* line 23905, app/assets/stylesheets/admin/admin_dashboard.scss */
.all_ideas_button:hover span {
  color: #fff;
}

/* line 23908, app/assets/stylesheets/admin/admin_dashboard.scss */
.funnel-tabs {
  height: 49px;
}

/* line 23912, app/assets/stylesheets/admin/admin_dashboard.scss */
.idea-funnel-stage-modal .modal-body .tabs {
  height: 49px;
  background: #fff;
}

/* line 23916, app/assets/stylesheets/admin/admin_dashboard.scss */
.switch-tabs .tabs a.active {
  color: #fff !important;
}

/* line 23919, app/assets/stylesheets/admin/admin_dashboard.scss */
.edit-funnel-page .multiselect-dropdown-list-wrapper {
  width: 200px;
}

/* line 23922, app/assets/stylesheets/admin/admin_dashboard.scss */
.switch-tabs .tab a:hover {
  border-bottom: 0px;
}

/* line 23925, app/assets/stylesheets/admin/admin_dashboard.scss */
a:hover div {
  color: #fff, important;
}

/* line 23928, app/assets/stylesheets/admin/admin_dashboard.scss */
.search-bar-magnify {
  position: absolute;
  right: 6px;
  top: 7px;
  cursor: pointer;
}

/* line 23933, app/assets/stylesheets/admin/admin_dashboard.scss */
[dir=rtl] .search-bar-magnify {
  right: 0;
  left: 6px;
}

/* line 23938, app/assets/stylesheets/admin/admin_dashboard.scss */
.user-manage-page
.user-management-table
.filters-block
.left-filter
.select-wrapper
input {
  border-radius: 6px;
}

/* line 23947, app/assets/stylesheets/admin/admin_dashboard.scss */
.user-manage-page
.user-management-table
.filters-block
.left-filter
.select-wrapper
input {
  border-radius: 6px;
}

/* line 23955, app/assets/stylesheets/admin/admin_dashboard.scss */
.user-manage-page
.group-manage-content
.filters-block
.left-btns
.action-btn
.select-wrapper
input {
  border-radius: 6px !important;
}

/* line 23964, app/assets/stylesheets/admin/admin_dashboard.scss */
.user-manage-page
.group-manage-content
.filters-block
.left-btns
.action-btn
.select-wrapper
.caret {
  top: 3px !important;
}

/* line 23973, app/assets/stylesheets/admin/admin_dashboard.scss */
.user-manage-page
.group-manage-content
.filters-block
.left-btns
.left-filter
.select-wrapper
.caret {
  top: 3px !important;
  z-index: -1;
}

/* line 23983, app/assets/stylesheets/admin/admin_dashboard.scss */
.action-btn .dropdown-content {
  top: 31px !important;
}

/* line 23986, app/assets/stylesheets/admin/admin_dashboard.scss */
.user-manage-page
.group-manage-content
.filters-block
.left-btns
.left-filter
.select-wrapper
.dropdown-content {
  top: 32px !important;
}

/* line 23995, app/assets/stylesheets/admin/admin_dashboard.scss */
.user-manage-page .user-management-table .filters-block .action-btn {
  margin-right: 9px;
}

/* line 23998, app/assets/stylesheets/admin/admin_dashboard.scss */
.user-manage-page .user-management-table .filters-block .action-btn .actions {
  height: 31px;
}

/* line 24001, app/assets/stylesheets/admin/admin_dashboard.scss */
.action-drop-content {
  left: 0px !important;
}

/* line 24004, app/assets/stylesheets/admin/admin_dashboard.scss */
.mngicn {
  font-size: 20px !important;
  margin-top: -2px;
  margin-right: 5px;
}

/* line 24008, app/assets/stylesheets/admin/admin_dashboard.scss */
[dir=rtl] .mngicn {
  margin-left: 5px;
  margin-right: 0;
}

/* line 24013, app/assets/stylesheets/admin/admin_dashboard.scss */
.negative-button {
  background-color: red !important;
  text-transform: initial;
}

/* line 24017, app/assets/stylesheets/admin/admin_dashboard.scss */
.mail-template-form-container {
  padding: 0px 20px;
}

/* line 24021, app/assets/stylesheets/admin/admin_dashboard.scss */
.platform-list-select .multiselect-dropdown {
  display: none;
}

/* line 24026, app/assets/stylesheets/admin/admin_dashboard.scss */
.select-wrapper .initialized {
  display: none;
}

/* line 24030, app/assets/stylesheets/admin/admin_dashboard.scss */
.select-wrapper .input {
  padding-right: 24px;
}

/* line 24032, app/assets/stylesheets/admin/admin_dashboard.scss */
[dir=rtl] .select-wrapper .input {
  padding-right: 8px;
  padding-left: 24px;
}

/* line 24038, app/assets/stylesheets/admin/admin_dashboard.scss */
.scores-modal {
  max-height: 50vh;
  overflow-y: auto;
}

/* line 24042, app/assets/stylesheets/admin/admin_dashboard.scss */
.display-tags {
  display: flex;
  align-items: start;
}

/* line 24045, app/assets/stylesheets/admin/admin_dashboard.scss */
.display-tags .view-tags {
  border: 1px solid #cccccc;
  width: 100%;
  background-color: white;
  padding: 0px 0px 0px 5px;
  min-height: 40px;
  border-radius: 24px;
}

/* line 24052, app/assets/stylesheets/admin/admin_dashboard.scss */
.display-tags .view-tags .easy-autocomplete {
  width: 100% !important;
}

/* line 24054, app/assets/stylesheets/admin/admin_dashboard.scss */
.display-tags .view-tags .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: 44px !important;
  min-height: 40px;
}

/* line 24067, app/assets/stylesheets/admin/admin_dashboard.scss */
.display-tags .view-tags .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: 44px !important;
  min-height: 40px;
}

/* line 24082, app/assets/stylesheets/admin/admin_dashboard.scss */
.z-1100 {
  z-index: 1100;
}

/* line 24087, app/assets/stylesheets/admin/admin_dashboard.scss */
.select-wrapper {
  border-bottom: none;
  text-overflow: ellipsis;
  color: #33334f;
}

/* line 24092, app/assets/stylesheets/admin/admin_dashboard.scss */
.select-wrapper .dropdown-content li {
  min-height: 0;
}

/* line 24097, app/assets/stylesheets/admin/admin_dashboard.scss */
a.disabled {
  pointer-events: none;
  cursor: default;
  opacity: 50%;
}

/* line 24103, app/assets/stylesheets/admin/admin_dashboard.scss */
.tabs .tab a:focus, .tabs .tab a.active:focus {
  background-color: transparent;
}

/* line 24107, app/assets/stylesheets/admin/admin_dashboard.scss */
.attachment-file {
  width: 100%;
  border-radius: .75rem;
  margin-bottom: 1.5rem;
  position: relative;
  border-color: #c4cad4;
  border-width: 1px;
  padding-right: 2rem;
  padding-left: .75rem;
  padding-top: .75rem;
  padding-bottom: .75rem;
  color: #475467;
}

/* line 24119, app/assets/stylesheets/admin/admin_dashboard.scss */
.attachment-file:hover .delete {
  opacity: 1;
}

/* line 24125, app/assets/stylesheets/admin/admin_dashboard.scss */
.no-border {
  border: none !important;
}

/* line 24129, app/assets/stylesheets/admin/admin_dashboard.scss */
.multiple-select-dropdown > li {
  position: relative;
  padding: 10px 15px 10px 35px !important;
}

/* line 24135, app/assets/stylesheets/admin/admin_dashboard.scss */
.multiple-select-dropdown > li > span {
  line-height: 18px !important;
  padding: 0 !important;
}

/* line 24140, app/assets/stylesheets/admin/admin_dashboard.scss */
.multiple-select-dropdown > li label {
  position: absolute;
  left: 8px !important;
  top: 8px !important;
  line-height: 18px !important;
  transform: translateY(0) !important;
}

/* line 24147, app/assets/stylesheets/admin/admin_dashboard.scss */
.dashboard_category_filter, .dashboard_department_filter {
  margin-bottom: 24px;
  max-height: 400px;
  overflow: auto;
}

/* line 24153, app/assets/stylesheets/admin/admin_dashboard.scss */
.dashboard-filter {
  background: #fff;
  padding: 16px;
  border-radius: 8px;
  min-width: 280px;
}

/* line 24160, app/assets/stylesheets/admin/admin_dashboard.scss */
.dashboard-filter .mb-6 {
  margin-bottom: 24px;
}

/* line 24164, app/assets/stylesheets/admin/admin_dashboard.scss */
.dashboard-filter .input_label {
  font-weight: 600;
  color: #101828;
  font-size: 14px;
}

/* line 24170, app/assets/stylesheets/admin/admin_dashboard.scss */
.dashboard-filter .title {
  height: auto !important;
}

/* line 24174, app/assets/stylesheets/admin/admin_dashboard.scss */
.dashboard-filter .field {
  padding: 8px 0;
}

/* line 24178, app/assets/stylesheets/admin/admin_dashboard.scss */
.dashboard-filter label {
  position: relative;
  display: flex;
  gap: 8px;
  font-size: 14px;
  color: #5D6679;
}

/* line 24186, app/assets/stylesheets/admin/admin_dashboard.scss */
.dashboard-filter [type="checkbox"] + span:not(.lever) {
  height: auto;
  padding-left: 20px;
}

/* line 24189, app/assets/stylesheets/admin/admin_dashboard.scss */
.dashboard-filter [type="checkbox"] + span:not(.lever):before {
  top: -3px;
}

/* line 24194, app/assets/stylesheets/admin/admin_dashboard.scss */
.dashboard-filter [type="checkbox"]:checked + span:not(.lever) {
  left: 0px;
  width: 10px;
  height: 18px;
}

/* line 24199, app/assets/stylesheets/admin/admin_dashboard.scss */
.dashboard-filter [type="checkbox"]:checked + span:not(.lever):before {
  top: -4px;
}

/* line 24204, app/assets/stylesheets/admin/admin_dashboard.scss */
.dashboard-filter .filter-close-btn {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 1;
  background: none;
  border: none;
}

/* line 24214, app/assets/stylesheets/admin/admin_dashboard.scss */
.dashboard-filter-btn {
  display: flex;
  gap: 8px;
  padding: 4px 8px;
  align-items: center;
  border-radius: 6px;
  outline: none;
  border: 1px solid #101828;
}

/* line 24223, app/assets/stylesheets/admin/admin_dashboard.scss */
.dashboard-filter-btn .icon {
  line-height: 1;
  display: flex;
}

/* line 24228, app/assets/stylesheets/admin/admin_dashboard.scss */
.dashboard-filter-btn:focus {
  background: transparent;
}

/* line 24232, app/assets/stylesheets/admin/admin_dashboard.scss */
.dashboard-filter-btn.active {
  background-color: #101828;
  color: #fff;
}

/* line 24238, app/assets/stylesheets/admin/admin_dashboard.scss */
.text-\[32px\] {
  font-size: 32px;
}

/* line 24241, app/assets/stylesheets/admin/admin_dashboard.scss */
.text-\[24px\] {
  font-size: 24px;
}

/* line 24244, app/assets/stylesheets/admin/admin_dashboard.scss */
#email-modal {
  max-height: 800px;
  height: 80%;
}

/* line 24248, app/assets/stylesheets/admin/admin_dashboard.scss */
[type="radio"]:checked + span:after, .with-gap[type="radio"]:checked + span:after {
  background-color: #2196F3 !important;
}

/* line 24251, app/assets/stylesheets/admin/admin_dashboard.scss */
[type="radio"]:checked + span:after, .with-gap[type="radio"]:checked + span:before, .with-gap[type="radio"]:checked + span:after {
  border: 2px solid #2196F3 !important;
}

/* line 24254, app/assets/stylesheets/admin/admin_dashboard.scss */
.mail-template-icon {
  font-size: x-large;
}

/* line 24258, app/assets/stylesheets/admin/admin_dashboard.scss */
.f-inner-block .multiselect-dropdown {
  display: block !important;
}

/* line 24264, app/assets/stylesheets/admin/admin_dashboard.scss */
.top-filters > li:first-child {
  display: none;
}

/* line 24270, app/assets/stylesheets/admin/admin_dashboard.scss */
.mail-template-form-container .field li:first-child {
  display: none;
}

/* line 24273, app/assets/stylesheets/admin/admin_dashboard.scss */
.mail-template-form-container .field ul {
  top: 35px !important;
}

/* line 24280, app/assets/stylesheets/admin/admin_dashboard.scss */
.mail-templates-dropdown-filter li:first-child {
  display: none;
}

/* line 24283, app/assets/stylesheets/admin/admin_dashboard.scss */
.mail-templates-dropdown-filter ul {
  top: 35px !important;
}

/* line 24288, app/assets/stylesheets/admin/admin_dashboard.scss */
.dropdown-custom {
  position: relative;
}

/* line 24290, app/assets/stylesheets/admin/admin_dashboard.scss */
.dropdown-custom ._btn.trigger-btn {
  text-align: left;
  border: 1px solid #9e9e9e;
  line-height: 20px;
  font-size: 14px;
}

/* line 24296, app/assets/stylesheets/admin/admin_dashboard.scss */
.dropdown-custom ._btn {
  border: none;
  background: transparent;
  padding: 7px 10px;
  width: 100%;
}

/* line 24303, app/assets/stylesheets/admin/admin_dashboard.scss */
.dropdown-custom .dropdown-content {
  top: 100%;
  border-radius: 6px;
  width: 100%;
}

/* line 24309, app/assets/stylesheets/admin/admin_dashboard.scss */
.dropdown-custom li {
  min-height: 0;
}

/* line 24314, app/assets/stylesheets/admin/admin_dashboard.scss */
.select-wrapper input.select-dropdown {
  margin-bottom: 0;
  border: 1px solid #9e9e9e;
  border-radius: 6px;
}

/* line 24321, app/assets/stylesheets/admin/admin_dashboard.scss */
.task-table th, .task-table td {
  vertical-align: top;
}

/* line 24324, app/assets/stylesheets/admin/admin_dashboard.scss */
.task-table th {
  font-size: 14px;
}

/* line 24327, app/assets/stylesheets/admin/admin_dashboard.scss */
.task-table td {
  padding: 6px;
}

/* line 24330, app/assets/stylesheets/admin/admin_dashboard.scss */
.task-table th {
  padding: 6px;
  text-align: left;
  font-weight: 500;
}

/* line 24338, app/assets/stylesheets/admin/admin_dashboard.scss */
.input_field.task-title {
  max-width: 300px;
  margin-bottom: 0 !important;
}

/* line 24343, app/assets/stylesheets/admin/admin_dashboard.scss */
.select-wrapper span.caret {
  display: none;
}

/* line 24349, app/assets/stylesheets/admin/admin_dashboard.scss */
#tasks-tab .select-wrapper input {
  width: 100% !important;
  padding: 0px 10px;
}

/* line 24356, app/assets/stylesheets/admin/admin_dashboard.scss */
.label_field {
  --spacing: 4px;
  margin-bottom: calc(var(--spacing) * 1.5);
  display: block;
  font-size: 0.875rem;
  font-weight: 600;
  color: #344054;
}

/* line 24365, app/assets/stylesheets/admin/admin_dashboard.scss */
.notification-funnel-lane .select-dropdown {
  max-height: 250px !important;
  overflow-x: hidden;
}

/* line 24370, app/assets/stylesheets/admin/admin_dashboard.scss */
#funnel_settings_general .tooltiptext {
  white-space: normal;
  text-align: left;
}

/* line 24375, app/assets/stylesheets/admin/admin_dashboard.scss */
.z-1200 {
  z-index: 1200;
}

/* line 24379, app/assets/stylesheets/admin/admin_dashboard.scss */
.collapsible-header .arrow-icon {
  transition: all 0.3s;
  transform: rotate(-90deg);
}

/* line 24384, app/assets/stylesheets/admin/admin_dashboard.scss */
.collapsible-header.active .arrow-icon {
  transform: rotate(0deg);
}

/* line 24388, app/assets/stylesheets/admin/admin_dashboard.scss */
.bg-white {
  background: #fff !important;
}

/* line 24392, app/assets/stylesheets/admin/admin_dashboard.scss */
.funnel-mail-template-select li:first-child {
  display: none;
}

/* line 24397, app/assets/stylesheets/admin/admin_dashboard.scss */
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;
  text-overflow: ellipsis;
  background-repeat: no-repeat;
  background-position: center right 6px;
}

/* line 24404, app/assets/stylesheets/admin/admin_dashboard.scss */
[dir=rtl] input.select-dropdown {
  background-position: center left 6px;
}

/* line 24409, app/assets/stylesheets/admin/admin_dashboard.scss */
.modal-body .dropdown-content {
  max-height: 260px;
}

/* line 24413, app/assets/stylesheets/admin/admin_dashboard.scss */
[dir=rtl] .material-icons {
  direction: rtl;
  line-height: 1;
}

/* line 24419, app/assets/stylesheets/admin/admin_dashboard.scss */
[dir=rtl] td, [dir=rtl] th {
  text-align: right;
}

/* line 24424, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-sort-table-design {
  overflow: auto;
}

/* line 24428, app/assets/stylesheets/admin/admin_dashboard.scss */
.admin-edit-profile-page-block .row-profile .row-content .card-block .card-content .profile-bg .field .select-wrapper.z-11 {
  z-index: 11;
}

/* line 24432, app/assets/stylesheets/admin/admin_dashboard.scss */
.input_field {
  border-radius: var(--radius);
  border-style: var(--tw-border-style);
  --tw-border-style: solid;
  --tw-font-weight: 300;
  color: #5d6679;
  width: 100%;
  height: auto;
  padding-inline: calc(var(--spacing) * 3);
  padding-block: calc(var(--spacing) * 2);
  --tw-leading: calc(var(--spacing) * 5);
  font-size: .875rem;
  font-weight: 300;
  line-height: calc(var(--spacing) * 5);
  background-color: #f6f7f9;
  border: 1px solid #e1e4ea;
}

/* line 24449, app/assets/stylesheets/admin/admin_dashboard.scss */
:root {
  --tw-border-style: solid;
  --spacing: 4px;
  --radius: 8px;
}

/* line 24456, app/assets/stylesheets/admin/admin_dashboard.scss */
.pdf-options {
  display: flex;
  flex-direction: column;
  gap: 12px;
  /* space between buttons */
  margin-top: 16px;
}

/* line 24462, app/assets/stylesheets/admin/admin_dashboard.scss */
.pdf-options .btn i, .pdf-options .btn-large i {
  font-size: 18px;
  margin-right: 6px;
}

/* line 24468, app/assets/stylesheets/admin/admin_dashboard.scss */
.primary-select.select-wrapper input.select-dropdown {
  border-color: var(--color-primary);
  color: var(--color-primary);
  font-weight: 600;
}

/* line 24475, app/assets/stylesheets/admin/admin_dashboard.scss */
nav {
  background: none;
  box-shadow: none;
}

/* line 24478, app/assets/stylesheets/admin/admin_dashboard.scss */
nav ul li {
  float: none;
}
