/*!
 * Quill Editor v1.3.6
 * https://quilljs.com/
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */
.ql-container {
  box-sizing: border-box;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
  height: 100%;
  margin: 0px;
  position: relative;
}
.ql-container.ql-disabled .ql-tooltip {
  visibility: hidden;
}
.ql-container.ql-disabled .ql-editor ul[data-checked] > li::before {
  pointer-events: none;
}
.ql-clipboard {
  left: -100000px;
  height: 1px;
  overflow-y: hidden;
  position: absolute;
  top: 50%;
}
.ql-clipboard p {
  margin: 0;
  padding: 0;
}
.ql-editor {
  box-sizing: border-box;
  line-height: 1.42;
  height: 100%;
  outline: none;
  overflow-y: auto;
  padding: 12px 15px;
  -o-tab-size: 4;
     tab-size: 4;
  -moz-tab-size: 4;
  text-align: left;
  white-space: pre-wrap;
  word-wrap: break-word;
}
.ql-editor > * {
  cursor: text;
}
.ql-editor p,
.ql-editor ol,
.ql-editor ul,
.ql-editor pre,
.ql-editor blockquote,
.ql-editor h1,
.ql-editor h2,
.ql-editor h3,
.ql-editor h4,
.ql-editor h5,
.ql-editor h6 {
  margin: 0;
  padding: 0;
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol,
.ql-editor ul {
  padding-left: 1.5em;
}
.ql-editor ol > li,
.ql-editor ul > li {
  list-style-type: none;
}
.ql-editor ul > li::before {
  content: '\2022';
}
.ql-editor ul[data-checked=true],
.ql-editor ul[data-checked=false] {
  pointer-events: none;
}
.ql-editor ul[data-checked=true] > li *,
.ql-editor ul[data-checked=false] > li * {
  pointer-events: all;
}
.ql-editor ul[data-checked=true] > li::before,
.ql-editor ul[data-checked=false] > li::before {
  color: #777;
  cursor: pointer;
  pointer-events: all;
}
.ql-editor ul[data-checked=true] > li::before {
  content: '\2611';
}
.ql-editor ul[data-checked=false] > li::before {
  content: '\2610';
}
.ql-editor li::before {
  display: inline-block;
  white-space: nowrap;
  width: 1.2em;
}
.ql-editor li:not(.ql-direction-rtl)::before {
  margin-left: -1.5em;
  margin-right: 0.3em;
  text-align: right;
}
.ql-editor li.ql-direction-rtl::before {
  margin-left: 0.3em;
  margin-right: -1.5em;
}
.ql-editor ol li:not(.ql-direction-rtl),
.ql-editor ul li:not(.ql-direction-rtl) {
  padding-left: 1.5em;
}
.ql-editor ol li.ql-direction-rtl,
.ql-editor ul li.ql-direction-rtl {
  padding-right: 1.5em;
}
.ql-editor ol li {
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  counter-increment: list-0;
}
.ql-editor ol li:before {
  content: counter(list-0, decimal) '. ';
}
.ql-editor ol li.ql-indent-1 {
  counter-increment: list-1;
}
.ql-editor ol li.ql-indent-1:before {
  content: counter(list-1, lower-alpha) '. ';
}
.ql-editor ol li.ql-indent-1 {
  counter-reset: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-2 {
  counter-increment: list-2;
}
.ql-editor ol li.ql-indent-2:before {
  content: counter(list-2, lower-roman) '. ';
}
.ql-editor ol li.ql-indent-2 {
  counter-reset: list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-3 {
  counter-increment: list-3;
}
.ql-editor ol li.ql-indent-3:before {
  content: counter(list-3, decimal) '. ';
}
.ql-editor ol li.ql-indent-3 {
  counter-reset: list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-4 {
  counter-increment: list-4;
}
.ql-editor ol li.ql-indent-4:before {
  content: counter(list-4, lower-alpha) '. ';
}
.ql-editor ol li.ql-indent-4 {
  counter-reset: list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-5 {
  counter-increment: list-5;
}
.ql-editor ol li.ql-indent-5:before {
  content: counter(list-5, lower-roman) '. ';
}
.ql-editor ol li.ql-indent-5 {
  counter-reset: list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-6 {
  counter-increment: list-6;
}
.ql-editor ol li.ql-indent-6:before {
  content: counter(list-6, decimal) '. ';
}
.ql-editor ol li.ql-indent-6 {
  counter-reset: list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-7 {
  counter-increment: list-7;
}
.ql-editor ol li.ql-indent-7:before {
  content: counter(list-7, lower-alpha) '. ';
}
.ql-editor ol li.ql-indent-7 {
  counter-reset: list-8 list-9;
}
.ql-editor ol li.ql-indent-8 {
  counter-increment: list-8;
}
.ql-editor ol li.ql-indent-8:before {
  content: counter(list-8, lower-roman) '. ';
}
.ql-editor ol li.ql-indent-8 {
  counter-reset: list-9;
}
.ql-editor ol li.ql-indent-9 {
  counter-increment: list-9;
}
.ql-editor ol li.ql-indent-9:before {
  content: counter(list-9, decimal) '. ';
}
.ql-editor .ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 3em;
}
.ql-editor li.ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 4.5em;
}
.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 3em;
}
.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 4.5em;
}
.ql-editor .ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 6em;
}
.ql-editor li.ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 7.5em;
}
.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 6em;
}
.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 7.5em;
}
.ql-editor .ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 9em;
}
.ql-editor li.ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 10.5em;
}
.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 9em;
}
.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 10.5em;
}
.ql-editor .ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 12em;
}
.ql-editor li.ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 13.5em;
}
.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 12em;
}
.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 13.5em;
}
.ql-editor .ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 15em;
}
.ql-editor li.ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 16.5em;
}
.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 15em;
}
.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 16.5em;
}
.ql-editor .ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 18em;
}
.ql-editor li.ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 19.5em;
}
.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 18em;
}
.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 19.5em;
}
.ql-editor .ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 21em;
}
.ql-editor li.ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 22.5em;
}
.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 21em;
}
.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 22.5em;
}
.ql-editor .ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 24em;
}
.ql-editor li.ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 25.5em;
}
.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 24em;
}
.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 25.5em;
}
.ql-editor .ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 27em;
}
.ql-editor li.ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 28.5em;
}
.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 27em;
}
.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 28.5em;
}
.ql-editor .ql-video {
  display: block;
  max-width: 100%;
}
.ql-editor .ql-video.ql-align-center {
  margin: 0 auto;
}
.ql-editor .ql-video.ql-align-right {
  margin: 0 0 0 auto;
}
.ql-editor .ql-bg-black {
  background-color: #000;
}
.ql-editor .ql-bg-red {
  background-color: #e60000;
}
.ql-editor .ql-bg-orange {
  background-color: #f90;
}
.ql-editor .ql-bg-yellow {
  background-color: #ff0;
}
.ql-editor .ql-bg-green {
  background-color: #008a00;
}
.ql-editor .ql-bg-blue {
  background-color: #06c;
}
.ql-editor .ql-bg-purple {
  background-color: #93f;
}
.ql-editor .ql-color-white {
  color: #fff;
}
.ql-editor .ql-color-red {
  color: #e60000;
}
.ql-editor .ql-color-orange {
  color: #f90;
}
.ql-editor .ql-color-yellow {
  color: #ff0;
}
.ql-editor .ql-color-green {
  color: #008a00;
}
.ql-editor .ql-color-blue {
  color: #06c;
}
.ql-editor .ql-color-purple {
  color: #93f;
}
.ql-editor .ql-font-serif {
  font-family: Georgia, Times New Roman, serif;
}
.ql-editor .ql-font-monospace {
  font-family: Monaco, Courier New, monospace;
}
.ql-editor .ql-size-small {
  font-size: 0.75em;
}
.ql-editor .ql-size-large {
  font-size: 1.5em;
}
.ql-editor .ql-size-huge {
  font-size: 2.5em;
}
.ql-editor .ql-direction-rtl {
  direction: rtl;
  text-align: inherit;
}
.ql-editor .ql-align-center {
  text-align: center;
}
.ql-editor .ql-align-justify {
  text-align: justify;
}
.ql-editor .ql-align-right {
  text-align: right;
}
.ql-editor.ql-blank::before {
  color: rgba(0,0,0,0.6);
  content: attr(data-placeholder);
  font-style: italic;
  left: 15px;
  pointer-events: none;
  position: absolute;
  right: 15px;
}
.ql-snow.ql-toolbar:after,
.ql-snow .ql-toolbar:after {
  clear: both;
  content: '';
  display: table;
}
.ql-snow.ql-toolbar button,
.ql-snow .ql-toolbar button {
  background: none;
  border: none;
  cursor: pointer;
  display: inline-block;
  float: left;
  height: 24px;
  padding: 3px 5px;
  width: 28px;
}
.ql-snow.ql-toolbar button svg,
.ql-snow .ql-toolbar button svg {
  float: left;
  height: 100%;
}
.ql-snow.ql-toolbar button:active:hover,
.ql-snow .ql-toolbar button:active:hover {
  outline: none;
}
.ql-snow.ql-toolbar input.ql-image[type=file],
.ql-snow .ql-toolbar input.ql-image[type=file] {
  display: none;
}
.ql-snow.ql-toolbar button:hover,
.ql-snow .ql-toolbar button:hover,
.ql-snow.ql-toolbar button:focus,
.ql-snow .ql-toolbar button:focus,
.ql-snow.ql-toolbar button.ql-active,
.ql-snow .ql-toolbar button.ql-active,
.ql-snow.ql-toolbar .ql-picker-label:hover,
.ql-snow .ql-toolbar .ql-picker-label:hover,
.ql-snow.ql-toolbar .ql-picker-label.ql-active,
.ql-snow .ql-toolbar .ql-picker-label.ql-active,
.ql-snow.ql-toolbar .ql-picker-item:hover,
.ql-snow .ql-toolbar .ql-picker-item:hover,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected {
  color: #06c;
}
.ql-snow.ql-toolbar button:hover .ql-fill,
.ql-snow .ql-toolbar button:hover .ql-fill,
.ql-snow.ql-toolbar button:focus .ql-fill,
.ql-snow .ql-toolbar button:focus .ql-fill,
.ql-snow.ql-toolbar button.ql-active .ql-fill,
.ql-snow .ql-toolbar button.ql-active .ql-fill,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill {
  fill: #06c;
}
.ql-snow.ql-toolbar button:hover .ql-stroke,
.ql-snow .ql-toolbar button:hover .ql-stroke,
.ql-snow.ql-toolbar button:focus .ql-stroke,
.ql-snow .ql-toolbar button:focus .ql-stroke,
.ql-snow.ql-toolbar button.ql-active .ql-stroke,
.ql-snow .ql-toolbar button.ql-active .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-snow.ql-toolbar button:hover .ql-stroke-miter,
.ql-snow .ql-toolbar button:hover .ql-stroke-miter,
.ql-snow.ql-toolbar button:focus .ql-stroke-miter,
.ql-snow .ql-toolbar button:focus .ql-stroke-miter,
.ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,
.ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter {
  stroke: #06c;
}
@media (pointer: coarse) {
  .ql-snow.ql-toolbar button:hover:not(.ql-active),
  .ql-snow .ql-toolbar button:hover:not(.ql-active) {
    color: #444;
  }
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-fill,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-fill,
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill {
    fill: #444;
  }
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke,
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter {
    stroke: #444;
  }
}
.ql-snow {
  box-sizing: border-box;
}
.ql-snow * {
  box-sizing: border-box;
}
.ql-snow .ql-hidden {
  display: none;
}
.ql-snow .ql-out-bottom,
.ql-snow .ql-out-top {
  visibility: hidden;
}
.ql-snow .ql-tooltip {
  position: absolute;
  transform: translateY(10px);
}
.ql-snow .ql-tooltip a {
  cursor: pointer;
  text-decoration: none;
}
.ql-snow .ql-tooltip.ql-flip {
  transform: translateY(-10px);
}
.ql-snow .ql-formats {
  display: inline-block;
  vertical-align: middle;
}
.ql-snow .ql-formats:after {
  clear: both;
  content: '';
  display: table;
}
.ql-snow .ql-stroke {
  fill: none;
  stroke: #444;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}
.ql-snow .ql-stroke-miter {
  fill: none;
  stroke: #444;
  stroke-miterlimit: 10;
  stroke-width: 2;
}
.ql-snow .ql-fill,
.ql-snow .ql-stroke.ql-fill {
  fill: #444;
}
.ql-snow .ql-empty {
  fill: none;
}
.ql-snow .ql-even {
  fill-rule: evenodd;
}
.ql-snow .ql-thin,
.ql-snow .ql-stroke.ql-thin {
  stroke-width: 1;
}
.ql-snow .ql-transparent {
  opacity: 0.4;
}
.ql-snow .ql-direction svg:last-child {
  display: none;
}
.ql-snow .ql-direction.ql-active svg:last-child {
  display: inline;
}
.ql-snow .ql-direction.ql-active svg:first-child {
  display: none;
}
.ql-snow .ql-editor h1 {
  font-size: 2em;
}
.ql-snow .ql-editor h2 {
  font-size: 1.5em;
}
.ql-snow .ql-editor h3 {
  font-size: 1.17em;
}
.ql-snow .ql-editor h4 {
  font-size: 1em;
}
.ql-snow .ql-editor h5 {
  font-size: 0.83em;
}
.ql-snow .ql-editor h6 {
  font-size: 0.67em;
}
.ql-snow .ql-editor a {
  text-decoration: underline;
}
.ql-snow .ql-editor blockquote {
  border-left: 4px solid #ccc;
  margin-bottom: 5px;
  margin-top: 5px;
  padding-left: 16px;
}
.ql-snow .ql-editor code,
.ql-snow .ql-editor pre {
  background-color: #f0f0f0;
  border-radius: 3px;
}
.ql-snow .ql-editor pre {
  white-space: pre-wrap;
  margin-bottom: 5px;
  margin-top: 5px;
  padding: 5px 10px;
}
.ql-snow .ql-editor code {
  font-size: 85%;
  padding: 2px 4px;
}
.ql-snow .ql-editor pre.ql-syntax {
  background-color: #23241f;
  color: #f8f8f2;
  overflow: visible;
}
.ql-snow .ql-editor img {
  max-width: 100%;
}
.ql-snow .ql-picker {
  color: #444;
  display: inline-block;
  float: left;
  font-size: 14px;
  font-weight: 500;
  height: 24px;
  position: relative;
  vertical-align: middle;
}
.ql-snow .ql-picker-label {
  cursor: pointer;
  display: inline-block;
  height: 100%;
  padding-left: 8px;
  padding-right: 2px;
  position: relative;
  width: 100%;
}
.ql-snow .ql-picker-label::before {
  display: inline-block;
  line-height: 22px;
}
.ql-snow .ql-picker-options {
  background-color: #fff;
  display: none;
  min-width: 100%;
  padding: 4px 8px;
  position: absolute;
  white-space: nowrap;
}
.ql-snow .ql-picker-options .ql-picker-item {
  cursor: pointer;
  display: block;
  padding-bottom: 5px;
  padding-top: 5px;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  color: #ccc;
  z-index: 2;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill {
  fill: #ccc;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke {
  stroke: #ccc;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  display: block;
  margin-top: -1px;
  top: 100%;
  z-index: 1;
}
.ql-snow .ql-color-picker,
.ql-snow .ql-icon-picker {
  width: 28px;
}
.ql-snow .ql-color-picker .ql-picker-label,
.ql-snow .ql-icon-picker .ql-picker-label {
  padding: 2px 4px;
}
.ql-snow .ql-color-picker .ql-picker-label svg,
.ql-snow .ql-icon-picker .ql-picker-label svg {
  right: 4px;
}
.ql-snow .ql-icon-picker .ql-picker-options {
  padding: 4px 0px;
}
.ql-snow .ql-icon-picker .ql-picker-item {
  height: 24px;
  width: 24px;
  padding: 2px 4px;
}
.ql-snow .ql-color-picker .ql-picker-options {
  padding: 3px 5px;
  width: 152px;
}
.ql-snow .ql-color-picker .ql-picker-item {
  border: 1px solid transparent;
  float: left;
  height: 16px;
  margin: 2px;
  padding: 0px;
  width: 16px;
}
.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg {
  position: absolute;
  margin-top: -9px;
  right: 0;
  top: 50%;
  width: 18px;
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=''])::before {
  content: attr(data-label);
}
.ql-snow .ql-picker.ql-header {
  width: 98px;
}
.ql-snow .ql-picker.ql-header .ql-picker-label::before,
.ql-snow .ql-picker.ql-header .ql-picker-item::before {
  content: 'Normal';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  content: 'Heading 1';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  content: 'Heading 2';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  content: 'Heading 3';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  content: 'Heading 4';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  content: 'Heading 5';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  content: 'Heading 6';
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  font-size: 2em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  font-size: 1.5em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  font-size: 1.17em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  font-size: 1em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  font-size: 0.83em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  font-size: 0.67em;
}
.ql-snow .ql-picker.ql-font {
  width: 108px;
}
.ql-snow .ql-picker.ql-font .ql-picker-label::before,
.ql-snow .ql-picker.ql-font .ql-picker-item::before {
  content: 'Sans Serif';
}
.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=serif]::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
  content: 'Serif';
}
.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=monospace]::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
  content: 'Monospace';
}
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
  font-family: Georgia, Times New Roman, serif;
}
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
  font-family: Monaco, Courier New, monospace;
}
.ql-snow .ql-picker.ql-size {
  width: 98px;
}
.ql-snow .ql-picker.ql-size .ql-picker-label::before,
.ql-snow .ql-picker.ql-size .ql-picker-item::before {
  content: 'Normal';
}
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=small]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
  content: 'Small';
}
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=large]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
  content: 'Large';
}
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=huge]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
  content: 'Huge';
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
  font-size: 10px;
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
  font-size: 18px;
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
  font-size: 32px;
}
.ql-snow .ql-color-picker.ql-background .ql-picker-item {
  background-color: #fff;
}
.ql-snow .ql-color-picker.ql-color .ql-picker-item {
  background-color: #000;
}
.ql-toolbar.ql-snow {
  border: 1px solid #ccc;
  box-sizing: border-box;
  font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  padding: 8px;
}
.ql-toolbar.ql-snow .ql-formats {
  margin-right: 15px;
}
.ql-toolbar.ql-snow .ql-picker-label {
  border: 1px solid transparent;
}
.ql-toolbar.ql-snow .ql-picker-options {
  border: 1px solid transparent;
  box-shadow: rgba(0,0,0,0.2) 0 2px 8px;
}
.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  border-color: #ccc;
}
.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  border-color: #ccc;
}
.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected,
.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover {
  border-color: #000;
}
.ql-toolbar.ql-snow + .ql-container.ql-snow {
  border-top: 0px;
}
.ql-snow .ql-tooltip {
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: 0px 0px 5px #ddd;
  color: #444;
  padding: 5px 12px;
  white-space: nowrap;
}
.ql-snow .ql-tooltip::before {
  content: "Visit URL:";
  line-height: 26px;
  margin-right: 8px;
}
.ql-snow .ql-tooltip input[type=text] {
  display: none;
  border: 1px solid #ccc;
  font-size: 13px;
  height: 26px;
  margin: 0px;
  padding: 3px 5px;
  width: 170px;
}
.ql-snow .ql-tooltip a.ql-preview {
  display: inline-block;
  max-width: 200px;
  overflow-x: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
}
.ql-snow .ql-tooltip a.ql-action::after {
  border-right: 1px solid #ccc;
  content: 'Edit';
  margin-left: 16px;
  padding-right: 8px;
}
.ql-snow .ql-tooltip a.ql-remove::before {
  content: 'Remove';
  margin-left: 8px;
}
.ql-snow .ql-tooltip a {
  line-height: 26px;
}
.ql-snow .ql-tooltip.ql-editing a.ql-preview,
.ql-snow .ql-tooltip.ql-editing a.ql-remove {
  display: none;
}
.ql-snow .ql-tooltip.ql-editing input[type=text] {
  display: inline-block;
}
.ql-snow .ql-tooltip.ql-editing a.ql-action::after {
  border-right: 0px;
  content: 'Save';
  padding-right: 0px;
}
.ql-snow .ql-tooltip[data-mode=link]::before {
  content: "Enter link:";
}
.ql-snow .ql-tooltip[data-mode=formula]::before {
  content: "Enter formula:";
}
.ql-snow .ql-tooltip[data-mode=video]::before {
  content: "Enter video:";
}
.ql-snow a {
  color: #06c;
}
.ql-container.ql-snow {
  border: 1px solid #ccc;
}
@charset "UTF-8";
/*! Made by Burg, Burg. */
/*********************
* ABSTRACT
*********************/
/*********************
*
* VARIABLES
*
*********************/
/*********************
* COLORS
*********************/
/*********************
* HEADER HEIGHT
*********************/
/*********************
* GRID
*********************/
/*********************
* OTHER
*********************/
/******************************************************************
Stylesheet: Sass Functions

For more info on functions, go here:
http://sass-lang.com/documentation/Sass/Script/Functions.html

******************************************************************/
/*********************
RESPONSIVE HELPER FUNCTION
If you're creating a responsive site, then
you've probably already read
Responsive Web Design: http://www.abookapart.com/products/responsive-web-design

Here's a nice little helper function for calculating
target / context
as mentioned in that book.

Example:
width: cp(650px, 1000px);
or
width: calc-percent(650px, 1000px);
both compile to:
width: 65%;
*********************/
/******************************************************************
Helpful:
http://thesassway.com/intermediate/leveraging-sass-mixins-for-cleaner-code
http://web-design-weekly.com/blog/2013/05/12/handy-sass-mixins/
http://engageinteractive.co.uk/blog/top-10-scss-mixins
******************************************************************/
/*********************
CSS TRIANGLES
*********************/
/*********************
PSEUDO, BEFORE, AFTER
*********************/
/*********************
FLUID TYPE
*********************/
/*********************
ANGLED EDGES
*********************/
/*********************
* CORE
*********************/
/*********************
*
* TYPOGRAPHY
*
*********************/
@font-face {
  font-family: "Paysage";
  src: url("/fonts/paysage-regular.eot");
  src: url("/fonts/paysage-regular.eot?#iefix") format("embedded-opentype"), url("/fonts/paysage-regular.woff") format("woff"), url("/fonts/paysage-regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Paysage";
  src: url("/fonts/paysage-medium.eot");
  src: url("/fonts/paysage-medium.eot?#iefix") format("embedded-opentype"), url("/fonts/paysage-medium.woff") format("woff"), url("/fonts/paysage-medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Paysage";
  src: url("/fonts/paysage-bold.eot");
  src: url("/fonts/paysage-bold.eot?#iefix") format("embedded-opentype"), url("/fonts/paysage-bold.woff") format("woff"), url("/fonts/paysage-bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
p {
  -webkit-font-feature-settings: "liga", "dlig";
  -moz-font-feature-settings: "liga=1, dlig=1";
  -o-font-feature-settings: "liga", "dlig";
  -ms-word-break: keep-all;
  word-break: keep-all;
  /*
  -moz-hyphens: none;
  -ms-hyphens: none;
  -webkit-hyphens: none;
  hyphens: none;
  */
}

/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default margin */
h1,
h2,
h3,
h4,
h5 {
  margin: 0 0 0.5em;
}

ul,
ol,
p,
blockquote {
  margin: 0 0 1em;
}

dl,
dd {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  background: none;
  border: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/* Remove list styles on ul, ol elements */
ul,
ol {
  list-style: none;
  padding: 0;
}

blockquote {
  padding: 0;
  border: none;
}

/* Set core body defaults */
body {
  margin: 0;
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.5;
}

a,
button {
  color: inherit;
  cursor: pointer;
}

button {
  border: none;
  margin: 0;
  padding: 0;
  width: auto;
  overflow: visible;
  background: transparent;
  border-radius: 0;
  -webkit-appearance: none;
  outline: none;
}

/* Make images easier to work with */
figure,
img,
picture {
  margin: 0;
  width: 100%;
  height: auto;
  max-width: 100%;
  display: block;
}

/* Removes spacing between cells in tables */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

th {
  font-weight: inherit;
}

td,
th {
  padding: 0;
  border: 0;
}

tr {
  border: 0;
}

/* Revert the 'white-space' property for textarea elements on Safari */
textarea {
  white-space: revert;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Add the correct font weight in Chrome, Edge, and Safari */
b,
strong {
  font-weight: bolder;
}

/* Correct the inheritance and scaling of font size in all browsers */
code,
kbd,
samp,
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Add the correct font size in all browsers */
small {
  font-size: 80%;
}

/* Prevent `sub` and `sup` elements from affecting the line height in all browsers */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
/*********************
*
* GENERAL
*
*********************/
:root {
  font-size: 1rem;
}

body {
  font-family: "Paysage", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
  color: #000;
  background-color: #F1F8F2;
}
body.menu-active, body.popup-active {
  position: fixed;
  overflow: hidden;
  left: 0;
  width: 100vw;
}

p {
  margin-bottom: 1.2em;
}
p:last-of-type {
  margin-bottom: 0;
}

.clearfix,
.cf {
  zoom: 1;
}
.clearfix:before, .clearfix:after,
.cf:before,
.cf:after {
  content: "";
  display: table;
}
.clearfix:after,
.cf:after {
  clear: both;
}

.simple h1.h2 {
  font-size: 1.75rem;
}
.simple .main {
  align-content: center;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(-45deg, rgb(255, 255, 255) 0%, rgb(244, 252, 246) 50%);
  overflow: hidden;
}
.simple .main > * {
  position: relative;
  z-index: 10;
}
.simple .main:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url("../images/background_fruits.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.simple .main:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 100px 469px;
  border-color: transparent transparent #F46437 transparent;
}
.simple #logo {
  position: absolute;
  width: 100px;
  top: 1.2rem;
  left: 1.2rem;
}

/*********************
* LAYOUT
*********************/
.full {
  position: relative;
}
.full.admin-perspective .main {
  padding-top: calc(6.375rem + 3.875rem + 2.4em);
}
.full .main {
  padding-top: calc(6.375rem);
  min-height: 100vh;
}

/*********************
* LINKS
*********************/
a {
  text-underline-position: under;
}
a:hover, a:focus {
  color: #1a1a1a;
}

/*********************
* SELECTION
*********************/
::-moz-selection {
  background: #F46437;
}

::selection {
  background: #F46437;
}

/*********************
* HEADINGS
*********************/
h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5 {
  text-rendering: optimizelegibility;
  line-height: 1.2;
  margin-bottom: 1.2em;
}
h1 a, .h1 a,
h2 a, .h2 a,
h3 a, .h3 a,
h4 a, .h4 a,
h5 a, .h5 a {
  text-decoration: none;
}

h1, .h1 {
  font-size: 1.875rem;
  font-weight: 700;
}

h2, .h2 {
  font-size: 0.9375rem;
  font-weight: 500;
  text-transform: uppercase;
  color: #F46437;
}

h3, .h3 {
  font-size: 0.9375rem;
  font-weight: 500;
  text-transform: uppercase;
}

h4, .h4 {
  font-size: 1rem;
  font-weight: 400;
  text-transform: none;
}

h5, .h5 {
  font-size: 0.875rem;
  letter-spacing: 2px;
  color: #F46437;
}

.warning {
  color: #F46437;
}

/*********************
* IMAGE CONTAINERS
*********************/
.img-container {
  position: relative;
  overflow: hidden;
  display: block;
}
.img-container::before {
  content: "";
  position: relative;
  display: block;
  padding-bottom: 56.25%;
}
.img-container img, .img-container video, .img-container svg {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}

.compat-object-fit {
  background-size: cover;
  background-position: center center;
}
.compat-object-fit img {
  opacity: 0;
}

.primary-onboarding-illustration::before {
  padding-bottom: 50%;
}

.animation-container.fullscreen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.animation {
  pointer-events: none;
}

.notification-container {
  position: fixed;
  bottom: 3rem;
  left: 1rem;
  background-color: #FFF;
  color: #000;
  z-index: 500;
  width: calc(100% - 2rem);
  text-align: center;
  /* border: 1px solid orange; */
  padding: 1rem;
  border-radius: 0.5rem;
  box-shadow: 0.4375rem 0.4375rem 0.4375rem rgba(49, 111, 95, 0.08);
  pointer-events: none;
}

.forecast-parameters .difference {
  color: #F46437;
}

/*********************
BREAKPOINTS
*********************/
.leaflet-pane {
  z-index: auto !important;
}

.leaflet-control-container * {
  z-index: auto !important;
}

@media screen and (min-width: 768px) {
  :root {
    font-size: 1rem;
  }
  body.menu-active {
    overflow: unset;
    position: relative;
  }
  .full.admin-perspective .main {
    padding-top: calc(6.375rem + 1.25rem + 2.4em);
  }
  .full.coop-environment .dashboard-weather {
    grid-row: 2/span 3;
  }
  .full .main {
    padding-top: calc(6.375rem);
  }
  .full .main.dashboard {
    align-content: stretch;
  }
}
@media screen and (min-width: 1024px) {
  :root {
    font-size: 0.8rem;
    font-size: min(max(calc(0rem + 1.25vw), 0.8rem), 1.5rem);
  }
  .simple #logo {
    width: 8.125rem;
    left: 3rem;
    top: 3rem;
  }
  .full.admin-perspective .main {
    padding-top: calc(7.25rem);
  }
  .full .main {
    width: calc((100% - 5rem - 18.75rem) / 16 * 12 + 13.75rem + 2.5rem);
    margin-left: calc((100% - 5rem - 18.75rem) / 16 * 4 + 5rem + 2.5rem);
    padding-top: 3.625rem;
  }
  h1, .h1 {
    font-size: 2.5rem;
  }
}
/*********************
*
* GRID
*
*********************/
.wrap,
.grid {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.875rem;
  padding-right: 1.875rem;
}

.grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
  row-gap: 1.25rem;
  padding-bottom: 1.25rem;
  grid-template-rows: min-content;
  align-content: start;
}

.sub-grid {
  display: grid;
  -moz-column-gap: 0.625rem;
       column-gap: 0.625rem;
  grid-template-rows: min-content;
  align-items: start;
}

/*********************
* GRID POSITIONS
*********************/
@media screen and (max-width: 767px) {
  .grid,
  .sub-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .sub-grid > *,
  .grid > * {
    grid-column-end: span 4;
    grid-column-start: 1;
  }
  .sub-grid > *.sub-grid,
  .grid > *.sub-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .page-additional-information {
    grid-column-end: span 4;
    grid-column-start: 1;
  }
  .page-additional-information.sub-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
/*********************
* GRID POSITIONS (768)
*********************/
@media screen and (min-width: 768px) {
  .grid,
  .sub-grid {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
  .dashboard-yield-last-week {
    grid-column-end: span 3;
    grid-column-start: 5;
  }
  .dashboard-yield-last-week.sub-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .dashboard-notifications,
  .dashboard-weather {
    grid-column-end: span 3;
    grid-column-start: 8;
  }
  .dashboard-notifications.sub-grid,
  .dashboard-weather.sub-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .dashboard-yield-this-week {
    grid-column-end: span 4;
    grid-column-start: 1;
  }
  .dashboard-yield-this-week.sub-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .admin-page-tile,
  .grower-fields,
  .grower-info,
  .grower-users {
    grid-column-end: span 5;
  }
  .admin-page-tile.sub-grid,
  .grower-fields.sub-grid,
  .grower-info.sub-grid,
  .grower-users.sub-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .dashboard-forecast-graph {
    grid-column-end: span 7;
    grid-column-start: 1;
  }
  .dashboard-forecast-graph.sub-grid {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
  .alerts,
  .crop-pagination,
  .messages,
  .page-additional-information,
  .page-header,
  .page-module {
    grid-column-end: span 10;
  }
  .alerts.sub-grid,
  .crop-pagination.sub-grid,
  .messages.sub-grid,
  .page-additional-information.sub-grid,
  .page-header.sub-grid,
  .page-module.sub-grid {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
  .auth-module {
    grid-column-end: span 6;
    grid-column-start: 3;
  }
  .auth-module.sub-grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}
/*********************
* GRID POSITIONS (1024)
*********************/
@media screen and (min-width: 1024px) {
  .wrap,
  .grid {
    padding-left: 0;
    padding-right: 2.5rem;
  }
  .grid,
  .sub-grid {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .admin-page-tile {
    grid-column-end: span 3;
  }
  .admin-page-tile.sub-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .dashboard-yield-last-week {
    grid-column-end: span 3;
    grid-column-start: 6;
  }
  .dashboard-yield-last-week.sub-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .grower-fields,
  .grower-info,
  .grower-users {
    grid-column-end: span 4;
  }
  .grower-fields.sub-grid,
  .grower-info.sub-grid,
  .grower-users.sub-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .dashboard-notifications,
  .dashboard-weather {
    grid-column-end: span 4;
    grid-column-start: 9;
  }
  .dashboard-notifications.sub-grid,
  .dashboard-weather.sub-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .dashboard-yield-this-week {
    grid-column-end: span 5;
    grid-column-start: 1;
  }
  .dashboard-yield-this-week.sub-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .dashboard-forecast-graph {
    grid-column-end: span 8;
    grid-column-start: 1;
  }
  .dashboard-forecast-graph.sub-grid {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
  .alerts,
  .crop-pagination,
  .messages,
  .page-additional-information,
  .page-header,
  .page-module {
    grid-column-end: span 12;
  }
  .alerts.sub-grid,
  .crop-pagination.sub-grid,
  .messages.sub-grid,
  .page-additional-information.sub-grid,
  .page-header.sub-grid,
  .page-module.sub-grid {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .grid.onboarding {
    align-content: center;
  }
  .auth-module {
    grid-column-end: span 6;
    grid-column-start: 4;
  }
  .auth-module.sub-grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}
@media print {
  /******************************************************************
  Stylesheet: Print Stylesheet

  This is the print stylesheet. There's probably not a lot
  of reasons to edit this stylesheet. If you want to
  though, go for it.
  ******************************************************************/
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }
  a, a:visited {
    color: #444 !important;
    text-decoration: underline;
  }
  a:after, a:visited:after {
    content: " (" attr(href) ")";
  }
  a abbr[title]:after, a:visited abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr, img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .sidebar,
  .page-navigation,
  .wp-prev-next,
  .respond-form,
  nav {
    display: none;
  }
}
/*********************
* LIBRARIES
*********************/
/*********************
SWIPER
*********************/
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #316F5F;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: visible;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  width: 100%;
  height: 300px;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  touch-action: pan-y;
}
.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  background-color: #F5F5F5;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-lock {
  display: none;
}

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-vertical > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

/* 
// 3D Effects 
.swiper-3d {
  &,
  &.swiper-css-mode .swiper-wrapper {
    perspective: 1200px;
  }
  .swiper-wrapper,
  .swiper-slide,
  .swiper-slide-shadow,
  .swiper-slide-shadow-left,
  .swiper-slide-shadow-right,
  .swiper-slide-shadow-top,
  .swiper-slide-shadow-bottom,
  .swiper-cube-shadow {
    transform-style: preserve-3d;
  }
  .swiper-slide-shadow,
  .swiper-slide-shadow-left,
  .swiper-slide-shadow-right,
  .swiper-slide-shadow-top,
  .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
  }
  .swiper-slide-shadow {
    background: rgba(0, 0, 0, 0.15);
  }
  .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
  .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
  .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
  .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
}

!* CSS Mode *!
.swiper-css-mode {
  > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none; !* For Firefox *!
    -ms-overflow-style: none; !* For Internet Explorer and Edge *!
    &::-webkit-scrollbar {
      display: none;
    }
  }
  > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: start start;
  }
}
.swiper-horizontal.swiper-css-mode {
  > .swiper-wrapper {
    scroll-snap-type: x mandatory;
  }
}
.swiper-vertical.swiper-css-mode {
  > .swiper-wrapper {
    scroll-snap-type: y mandatory;
  }
}
.swiper-centered {
  > .swiper-wrapper::before {
    content: '';
    flex-shrink: 0;
    order: 9999;
  }
  &.swiper-horizontal {
    > .swiper-wrapper > .swiper-slide:first-child {
      margin-inline-start: var(--swiper-centered-offset-before);
    }
    > .swiper-wrapper::before {
      height: 100%;
      width: var(--swiper-centered-offset-after);
    }
  }
  &.swiper-vertical {
    > .swiper-wrapper > .swiper-slide:first-child {
      margin-block-start: var(--swiper-centered-offset-before);
    }
    > .swiper-wrapper::before {
      width: 100%;
      height: var(--swiper-centered-offset-after);
    }
  }

  > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: center center;
  }
}

*/
/*********************
*
* ANIMATION
*
*********************/
.ani-fade-up {
  opacity: 0;
  transform: translateY(100px);
}
.ani-fade-right {
  opacity: 0;
  transform: translateX(-100px);
}
.ani-fade-down {
  opacity: 0;
  transform: translateY(-100px);
}
.ani-fade-left {
  opacity: 0;
  transform: translateX(100px);
}
.ani-fade {
  opacity: 0;
}

#animation-ramifications svg {
  display: block;
}

/* global styling */
.leaflet-control-geosearch *,
.leaflet-control-geosearch *:before,
.leaflet-control-geosearch *:after {
  box-sizing: border-box;
}

/* leaflet button styling */
.leaflet-control-geosearch .leaflet-bar-part {
  border-radius: 4px;
  border-bottom: none;
}

.leaflet-control-geosearch a.leaflet-bar-part:before,
.leaflet-control-geosearch a.leaflet-bar-part:after {
  position: absolute;
  display: block;
  content: "";
}

/* resets for pending and error icons */
.leaflet-control-geosearch.error a.leaflet-bar-part:before,
.leaflet-control-geosearch.pending a.leaflet-bar-part:before {
  display: none;
}

.leaflet-control-geosearch.pending a.leaflet-bar-part:after,
.leaflet-control-geosearch.error a.leaflet-bar-part:after {
  left: 50%;
  top: 50%;
  width: 18px;
  height: 18px;
  margin: -9px 0 0 -9px;
  border-radius: 50%;
}

/* pending icon */
.leaflet-control-geosearch.pending a.leaflet-bar-part:after {
  content: "";
  border: 2px solid #555;
  border-top: 2px solid #f3f3f3;
  animation: spin 1s linear infinite;
}

/* error icon */
.leaflet-control-geosearch.error a.leaflet-bar-part:after {
  content: "!";
  line-height: initial;
  font-weight: 600;
  font-size: 18px;
  border: none;
}

/* search form styling */
.leaflet-control-geosearch form {
  display: none;
  position: absolute;
  bottom: 100%;
  left: 36px;
}

.leaflet-control-geosearch.active form {
  display: block;
}

.leaflet-geosearch-button.active .leaflet-bar-part {
  border-radius: 4px 0 0 4px;
  width: 36px;
}

.leaflet-geosearch-button form {
  max-width: 350px;
}

.leaflet-control-geosearch form input {
  min-width: 200px;
  width: 100%;
  outline: none;
  margin: 0;
  padding: 0;
  border: none;
  text-indent: 0.75rem;
}

.leaflet-touch .leaflet-geosearch-bar form {
  border: 1px solid #F46437;
  border-radius: 0.5rem;
  box-shadow: none;
  background-color: #fef6f3;
}

.leaflet-touch .leaflet-geosearch-bar .open button.reset {
  border-radius: 0 0.5rem 0 0;
}

.leaflet-control-geosearch .results {
  background: #fff;
}

.leaflet-control-geosearch .results > * {
  line-height: 24px;
  padding: 0 8px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.leaflet-control-geosearch .results.active {
  padding: 8px 0;
  border-top: 1px solid #F46437;
  border-radius: 0 0 0.5rem 0.5rem;
}

.leaflet-control-geosearch .results > .active,
.leaflet-control-geosearch .results > :hover {
  background-color: #fef6f3;
  border: none;
  cursor: pointer;
}

/* add missing border to form */
.leaflet-control-geosearch .results.active:after {
  content: "";
  display: block;
  width: 0;
  position: absolute;
  left: -2px;
  bottom: -2px;
  top: 30px;
}

.leaflet-touch .leaflet-control-geosearch .results.active:after {
  border-left: 2px solid rgba(0, 0, 0, 0.2);
}

/* animations */
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.leaflet-top .leaflet-geosearch-bar,
.leaflet-bottom .leaflet-geosearch-bar {
  display: none;
}

.leaflet-geosearch-bar {
  position: absolute;
  display: block;
  left: 56px;
  height: auto;
  width: calc(100% - 70px);
  margin: 10px auto 0;
  cursor: auto;
  z-index: 1000;
}

.leaflet-geosearch-bar form {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  border-radius: 4px;
}

.leaflet-geosearch-bar form input {
  min-width: 100%;
  width: 100%;
  color: #F46437;
  transition: background-color 0.24s ease-in-out;
}

.leaflet-geosearch-bar form input:focus,
.leaflet-geosearch-bar form input:active {
  background-color: #ffe6dd;
  border-color: #DC3E26;
  color: #000;
}

.leaflet-geosearch-bar .results.active:after {
  opacity: 0.2;
}

.leaflet-right .leaflet-control-geosearch form {
  right: 28px;
  left: initial;
  border-left: inherit;
  border-right: none;
  background-color: #fef6f3;
}

.leaflet-bar-notfound {
  font-style: italic;
}

.leaflet-control-geosearch button.reset {
  color: #F46437;
  font-weight: bold;
  font-size: 1.2rem;
  position: absolute;
  height: 2.4rem;
  line-height: 2.4rem;
  padding: 0 0.75rem;
  right: 0;
  top: 0;
  cursor: pointer;
  border: none;
  border-left: #F46437 1px solid;
  text-decoration: none;
  background-color: #fff;
  border-radius: 0 0.5rem 0.5rem 0;
  transition: background-color 0.24s ease-in-out;
}

.leaflet-touch .leaflet-control-geosearch button.reset {
  line-height: 30px;
}

.leaflet-control-geosearch button.reset:hover {
  background: #ffe6dd;
}

/*********************
* COMPONENTS
*********************/
/*********************
*
* ALERTS
*
*********************/
/*********************
*
* BUTTONS
*
*********************/
.quick-edit-btn, .add-btn,
.edit-btn,
.view-btn,
.delete-btn, .transparent-btn, .blue-btn, .orange-outline-btn, .orange-btn, .white-outline-btn, .green-outline-btn,
.action-btn,
.toggle-table-chart, .green-btn,
.button {
  position: relative;
  display: inline-block;
  font-family: "Paysage", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  margin: 0;
  padding: 1.0625rem 2.125rem;
  border: 0;
  border-radius: 1.5625rem;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  outline: none;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  transition: 0.3s ease-in-out;
}

/*********************
* GREEN
*********************/
.green-btn,
.button {
  color: #FFF;
  background-color: #316F5F;
}
.green-btn.small-btn,
.button.small-btn {
  font-size: 0.8125rem;
  text-transform: uppercase;
  padding: calc(0.4375rem + 1px) calc(0.9375rem + 1px) calc(0.375rem + 1px);
  border-radius: 0.875rem;
}
.green-btn:hover, .green-btn:focus,
.button:hover,
.button:focus {
  color: #FFF;
  background-color: #214c41;
}

/*********************
* GREEN OUTLINE
*********************/
.green-outline-btn,
.action-btn,
.toggle-table-chart {
  color: #316F5F;
  border: 1px solid #316F5F;
  padding: 1rem 2.0625rem;
}
.green-outline-btn.small-btn,
.action-btn.small-btn,
.toggle-table-chart.small-btn {
  font-size: 0.8125rem;
  text-transform: uppercase;
  padding: 0.4375rem 0.9375rem 0.375rem;
  border-radius: 0.875rem;
}
.green-outline-btn:hover, .green-outline-btn:focus,
.action-btn:hover,
.action-btn:focus,
.toggle-table-chart:hover,
.toggle-table-chart:focus {
  color: #FFF;
  background-color: #316F5F;
}

/*********************
* WHITE OUTLINE
*********************/
.white-outline-btn {
  color: #FFF;
  border: 1px solid #FFF;
  padding: 0.4375rem 1.0625rem;
  border-radius: 1rem;
}
.white-outline-btn:hover, .white-outline-btn:focus {
  color: #000;
  background-color: #FFF;
}

/*********************
* ORANGE
*********************/
.orange-btn {
  color: #FFF;
  background-color: #F46437;
}
.orange-btn.small-btn {
  font-size: 0.8125rem;
  text-transform: uppercase;
  padding: 0.5rem 1rem 0.4375rem;
  border-radius: 0.875rem;
}
.orange-btn:disabled {
  color: #000;
  background-color: #999999;
  cursor: not-allowed;
}
.orange-btn:not(:disabled):hover, .orange-btn:not(:disabled):focus {
  color: #FFF;
  background-color: #eb420d;
}

/*********************
* ORANGE OUTLINE
*********************/
.orange-outline-btn {
  color: #F46437;
  border: 1px solid #F46437;
  padding: 1rem 2.0625rem;
}
.orange-outline-btn.small-btn {
  font-size: 0.8125rem;
  text-transform: uppercase;
  padding: 0.4375rem 0.9375rem 0.375rem;
  border-radius: 0.875rem;
}
.orange-outline-btn:hover, .orange-outline-btn:focus {
  color: #FFF;
  background-color: #F46437;
}

/*********************
* BLUE
*********************/
.blue-btn {
  color: #FFF;
  background-color: #3074E2;
  padding: 0.75rem 1.5rem;
}
.blue-btn:hover, .blue-btn:focus {
  color: #FFF;
  background-color: #1b5cc4;
}

/*********************
* TRANSPARENT
*********************/
.transparent-btn {
  color: #000;
  padding: 0.75rem 1.5rem;
}
.transparent-btn:hover, .transparent-btn:focus {
  color: #000;
  background-color: rgba(0, 0, 0, 0.1);
}

/*********************
* ADD LINK
*********************/
.add-link {
  display: inline-flex;
  align-items: baseline;
  color: #000;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.1875;
}
.add-link::before {
  content: "";
  position: relative;
  display: block;
  width: 0.6875rem;
  height: 0.6875rem;
  line-height: 0;
  background-color: #000;
  margin-right: 1rem;
  -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 11 11"><path d="M11,6h-5v5h-1v-5H0v-1h5V0h1v5h5v1Z"/></svg>') no-repeat;
          mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 11 11"><path d="M11,6h-5v5h-1v-5H0v-1h5V0h1v5h5v1Z"/></svg>') no-repeat;
}

.add-btn,
.edit-btn,
.view-btn,
.delete-btn {
  color: #316F5F;
  background: none;
  border: 1px solid #316F5F;
  font-size: 0.6875rem;
  font-weight: 400;
  padding: 0.1875rem 1rem 0.25rem 0.75rem;
  border-radius: 0.625rem;
}
.add-btn svg,
.edit-btn svg,
.view-btn svg,
.delete-btn svg {
  width: auto;
  height: 0.5rem;
  margin-right: 0.1rem;
}
.add-btn path,
.edit-btn path,
.view-btn path,
.delete-btn path {
  stroke: #316F5F;
  transition: all 0.15s ease-in-out;
}
.add-btn:hover, .add-btn:focus,
.edit-btn:hover,
.edit-btn:focus,
.view-btn:hover,
.view-btn:focus,
.delete-btn:hover,
.delete-btn:focus {
  color: #FFF;
  background-color: #316F5F;
}
.add-btn:hover path, .add-btn:focus path,
.edit-btn:hover path,
.edit-btn:focus path,
.view-btn:hover path,
.view-btn:focus path,
.delete-btn:hover path,
.delete-btn:focus path {
  stroke: #FFF;
}
.add-btn:active,
.edit-btn:active,
.view-btn:active,
.delete-btn:active {
  color: #FFF;
  background-color: #2f6b5c;
}

/*********************
* QUICK EDIT
*********************/
.quick-edit-btn {
  background-color: #F1F8F2;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 0.75rem;
  position: relative;
  border: 1px solid #316F5F;
  padding: 0;
}
.quick-edit-btn img {
  position: absolute;
  width: 0.75rem;
  height: 0.75rem;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

/*********************
* EDIT COUNT
*********************/
.edit-count-btn {
  position: absolute;
  top: calc(50% - 0.75rem);
  left: calc(50% + 2rem);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  border: 1px solid #316F5F;
  background-color: #F1F8F2;
  outline: none;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  transition: 0.3s ease-in-out;
}
.edit-count-btn::after {
  content: "";
  display: block;
  position: relative;
  width: 0.75rem;
  height: 0.75rem;
  line-height: 0;
  background-color: #316F5F;
  -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14 14"><path d="M10.97603,12.9343h-5.98604l.49519-.28307c.08117-.04684.14883-.11344.19617-.19462L11.34548,2.72949c.23-.45895.26747-1.00482.10303-1.49864-.15298-.45844-.46312-.82373-.8742-1.02875-.42774-.21283-.94081-.26018-1.40706-.12957-.49538.13841-.88982.45323-1.11149.88617L2.52066,10.6447c-.04632.08014-.07025.17172-.07025.26435v2.5581c0,.08813.02654.16769.06433.24086.01073.021.02485.03753.03838.05692.0361.05197.0791.09523.131.13145.01255.00885.01828.024.03167.03181.00794.00461.01763.00273.02576.00689.07344.03812.15318.06491.24171.06491h7.99276c.29453,0,.53285-.23832.53285-.53285s-.23832-.53285-.53285-.53285h.00002ZM3.51612,11.05059L8.98824,1.47594c.00417-.00832.00937-.01717.01353-.02601.11344-.22688.33199-.31742.45271-.35124.21647-.06036.45168-.0385.64317.05672.1561.07805.27684.22428.33928.41213.07493.22428.05828.47978-.02914.65514l-5.57516,9.57414-1.31651.7514v-1.49762Z"/></svg>') no-repeat;
          mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14 14"><path d="M10.97603,12.9343h-5.98604l.49519-.28307c.08117-.04684.14883-.11344.19617-.19462L11.34548,2.72949c.23-.45895.26747-1.00482.10303-1.49864-.15298-.45844-.46312-.82373-.8742-1.02875-.42774-.21283-.94081-.26018-1.40706-.12957-.49538.13841-.88982.45323-1.11149.88617L2.52066,10.6447c-.04632.08014-.07025.17172-.07025.26435v2.5581c0,.08813.02654.16769.06433.24086.01073.021.02485.03753.03838.05692.0361.05197.0791.09523.131.13145.01255.00885.01828.024.03167.03181.00794.00461.01763.00273.02576.00689.07344.03812.15318.06491.24171.06491h7.99276c.29453,0,.53285-.23832.53285-.53285s-.23832-.53285-.53285-.53285h.00002ZM3.51612,11.05059L8.98824,1.47594c.00417-.00832.00937-.01717.01353-.02601.11344-.22688.33199-.31742.45271-.35124.21647-.06036.45168-.0385.64317.05672.1561.07805.27684.22428.33928.41213.07493.22428.05828.47978-.02914.65514l-5.57516,9.57414-1.31651.7514v-1.49762Z"/></svg>') no-repeat;
}

/*********************
* ARROW BEFORE
*********************/
.arrow-before-btn {
  display: inline-flex;
  align-items: baseline;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
  text-decoration: none;
  color: #000;
  padding-bottom: 0.125rem;
  border-bottom: 1px solid #000;
}
.arrow-before-btn::before {
  content: "";
  display: block;
  position: relative;
  width: 0.9375rem;
  height: 0.6875rem;
  line-height: 0;
  margin-right: 0.5rem;
  background-color: #000;
  -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 15 11"><path d="M15,4.99775H1.72764L5.26559.66226l-.778-.66226L0,5.5l4.48759,5.5.778-.66226L1.75149,6.03153h13.24851v-1.03378Z"/></svg>') no-repeat;
          mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 15 11"><path d="M15,4.99775H1.72764L5.26559.66226l-.778-.66226L0,5.5l4.48759,5.5.778-.66226L1.75149,6.03153h13.24851v-1.03378Z"/></svg>') no-repeat;
}

/*********************
* VIEW TOGGLE
*********************/
.view-toggle,
.weather-slider-navigation {
  display: flex;
  flex-direction: row;
  flex-shrink: 0;
}
.view-toggle button,
.weather-slider-navigation button {
  position: relative;
  font-weight: 500;
  line-height: 1;
  border: 1px solid rgba(153, 153, 153, 0.5);
  color: #999999;
  padding: 0.3125rem 0.9375rem;
  flex-shrink: 0;
  outline: none;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  transition: 0.3s ease-in-out;
}
.view-toggle button:first-of-type,
.weather-slider-navigation button:first-of-type {
  border-top-left-radius: 0.875rem;
  border-bottom-left-radius: 0.875rem;
}
.view-toggle button:last-of-type,
.weather-slider-navigation button:last-of-type {
  border-top-right-radius: 0.875rem;
  border-bottom-right-radius: 0.875rem;
}
.view-toggle button:not(:first-of-type),
.weather-slider-navigation button:not(:first-of-type) {
  margin-left: -1px;
}
.view-toggle button.active,
.weather-slider-navigation button.active {
  border-color: #316F5F;
  color: #316F5F;
  background-color: #CAF2CE;
  z-index: 1;
}

.weather-slider-navigation {
  justify-content: end;
  margin-top: 1.25rem;
}
.weather-slider-navigation button {
  border-color: #316F5F;
  color: #316F5F;
  background-color: #CAF2CE;
}
.weather-slider-navigation button:hover {
  background-color: #316F5F;
  color: #FFF;
}

/*********************
BREAKPOINTS
*********************/
.calendar-container.active .show-calendar-btn {
  display: none;
}
.calendar-container.active .calendar {
  display: block;
}

.calendar {
  display: none;
  padding: 0.625rem;
  border: 1px solid #999999;
  border-radius: 0.5rem;
  background-color: #FFF;
}

.calendar-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.625rem;
}
.calendar-header > * {
  padding: 0.3125rem;
}

.calendar-days {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 0.3125rem;
  text-align: center;
}
.calendar-days .day {
  padding: 0.3125rem;
  border-radius: 0.25rem;
  cursor: pointer;
}
.calendar-days .day.today {
  background-color: #F5F5F5;
}
.calendar-days .day:hover {
  background-color: #CAF2CE;
}
.calendar-days .day.selected {
  background-color: #ffe6dd;
}
.calendar-days .day-name {
  font-weight: bold;
  color: #999999;
}

.calendar-recurrence {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.625rem;
  margin-top: 0.625rem;
}
.calendar-recurrence[data-type-active][data-type-active=fixed_days] .calendar-recurrence-rule[data-type=fixed_days] {
  display: grid;
}
.calendar-recurrence[data-type-active][data-type-active=interval_days] .calendar-recurrence-rule[data-type=interval_days] {
  display: grid;
}
.calendar-recurrence[data-type-active] .calendar-recurrence-toggle {
  background-color: #F46437;
}
.calendar-recurrence[data-type-active] .calendar-recurrence-toggle::before {
  background-color: #FFF;
}
.calendar-recurrence[data-type-active] .calendar-recurrence-toggle span {
  display: none;
}
.calendar-recurrence[data-type-active] .calendar-recurrence-type {
  display: block;
}

.calendar-recurrence-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: calc(0.4375rem + 1px);
       column-gap: calc(0.4375rem + 1px);
  height: 1.75rem;
  padding: 0 calc(0.4375rem + 1px);
  border-radius: 0.875rem;
  grid-column: 1;
  grid-row: 1;
  color: #F46437;
  transition: 0.3s ease-in-out;
}
.calendar-recurrence-toggle::before {
  content: "";
  display: block;
  width: 0.8125rem;
  height: 0.8125rem;
  -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2 12c0 .999.381 1.902.989 2.604l-1.098.732-.587.392c-.814-1.025-1.304-2.318-1.304-3.728 0-3.313 2.687-6 6-6h9v-3l6 4-6 4v-3h-9c-2.206 0-4 1.794-4 4zm20.696-3.728l-.587.392-1.098.732c.608.702.989 1.605.989 2.604 0 2.206-1.795 4-4 4h-9v-3l-6 4 6 4v-3h9c3.313 0 6-2.687 6-6 0-1.41-.489-2.703-1.304-3.728z"/></svg>') no-repeat;
          mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2 12c0 .999.381 1.902.989 2.604l-1.098.732-.587.392c-.814-1.025-1.304-2.318-1.304-3.728 0-3.313 2.687-6 6-6h9v-3l6 4-6 4v-3h-9c-2.206 0-4 1.794-4 4zm20.696-3.728l-.587.392-1.098.732c.608.702.989 1.605.989 2.604 0 2.206-1.795 4-4 4h-9v-3l-6 4 6 4v-3h9c3.313 0 6-2.687 6-6 0-1.41-.489-2.703-1.304-3.728z"/></svg>') no-repeat;
  background-color: #F46437;
  flex-shrink: 0;
}
.calendar-recurrence-toggle:hover {
  background-color: #fef6f3;
}
.calendar-recurrence-toggle span {
  font-size: 0.8125rem;
  font-weight: 500;
  text-transform: uppercase;
}

.calendar-recurrence-type,
.calendar-recurrence-rule[data-type=interval_days] select {
  width: -moz-fit-content;
  width: fit-content;
  height: 1.75rem;
  font-size: 0.8125rem;
  text-align: right;
  padding: 0 calc(1.6875rem + 1px) 0 calc(0.4375rem + 1px);
  border-radius: 0.875rem;
  border: 0;
  color: #F46437;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14 8"><path fill="rgb(244, 100, 55)" d="M7,8L0,.70172l.67304-.70172,6.32696,6.59656L13.32696,0l.67304.70172-7,7.29828Z"/></svg>');
  background-repeat: no-repeat;
  background-position: right 0.4375rem center;
  background-size: 0.8125rem;
  cursor: pointer;
  outline: none;
}
.calendar-recurrence-type:hover,
.calendar-recurrence-rule[data-type=interval_days] select:hover {
  background-color: #fef6f3;
}

.calendar-recurrence-type {
  display: none;
  justify-self: end;
  grid-column: 2;
  grid-row: 1;
}

.calendar-recurrence-rule {
  display: none;
  grid-column: 1/span 2;
  grid-row: 2;
  justify-self: end;
}
.calendar-recurrence-rule[data-type=fixed_days] {
  grid-template-columns: repeat(7, 1fr);
  -moz-column-gap: 0.3125rem;
       column-gap: 0.3125rem;
  width: 100%;
}
.calendar-recurrence-rule[data-type=interval_days] {
  width: 100%;
  grid-template-columns: 1fr auto;
  justify-items: end;
  align-items: baseline;
  -moz-column-gap: 0.3125rem;
       column-gap: 0.3125rem;
}
.calendar-recurrence-rule[data-type=interval_days] > label {
  grid-column: 1;
}
.calendar-recurrence-rule[data-type=interval_days] > select {
  grid-column: 2;
}

.calendar-recurrence-rule-select-box-label {
  font-size: 0.8125rem;
  font-weight: 500;
  color: #F46437;
}

.calendar-recurrence-rule-option-input:checked + label {
  background-color: #F46437;
  color: #FFF;
}

.calendar-recurrence-rule-option-label {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.3125rem;
  border-radius: 50%;
  background-color: #fef6f3;
  color: #F46437;
  aspect-ratio: 1/1;
  font-size: 0.8125rem;
  cursor: pointer;
}
.calendar-recurrence-rule-option-label:hover {
  background-color: #ffe6dd;
}

.calendar-actions {
  margin-top: 0.625rem;
  text-align: right;
}

/*********************
*
* CALL TO ACTION
*
*********************/
.call-to-action {
  border-left: 0.125rem solid #316F5F;
  padding-left: 1.25rem;
}
.call-to-action h2 {
  font-size: 1.875rem;
  font-weight: 700;
  text-transform: unset;
  color: #000;
}

/*********************
BREAKPOINTS
*********************/
@media screen and (min-width: 768px) {
  .call-to-action {
    width: 60%;
  }
}
/*********************
*
* FORMS
*
*********************/
input[type=datetime],
input[type=datetime-local],
input[type=email],
input[type=month],
input[type=number]:not(.count-input):not(.grid-table-number-input),
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
input[type=week],
select,
textarea {
  display: block;
  font-family: "Paysage", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.1875;
  padding: 0 1.125rem;
  width: 100%;
  height: 3.125rem;
  color: #000;
  background: none;
  border: 1px solid #000;
  border-radius: 0.5rem;
  box-shadow: none;
  outline: 2px solid transparent;
  outline-offset: -2px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  transition: outline-color 0.3s ease-in-out;
}
input[type=datetime]::-moz-placeholder, input[type=datetime-local]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=month]::-moz-placeholder, input[type=number]:not(.count-input):not(.grid-table-number-input)::-moz-placeholder, input[type=password]::-moz-placeholder, input[type=search]::-moz-placeholder, input[type=tel]::-moz-placeholder, input[type=text]::-moz-placeholder, input[type=time]::-moz-placeholder, input[type=url]::-moz-placeholder, input[type=week]::-moz-placeholder, select::-moz-placeholder, textarea::-moz-placeholder {
  color: #999999;
}
input[type=datetime]::placeholder,
input[type=datetime-local]::placeholder,
input[type=email]::placeholder,
input[type=month]::placeholder,
input[type=number]:not(.count-input):not(.grid-table-number-input)::placeholder,
input[type=password]::placeholder,
input[type=search]::placeholder,
input[type=tel]::placeholder,
input[type=text]::placeholder,
input[type=time]::placeholder,
input[type=url]::placeholder,
input[type=week]::placeholder,
select::placeholder,
textarea::placeholder {
  color: #999999;
}
input[type=datetime]:-moz-placeholder-shown, input[type=datetime-local]:-moz-placeholder-shown, input[type=email]:-moz-placeholder-shown, input[type=month]:-moz-placeholder-shown, input[type=number]:not(.count-input):not(.grid-table-number-input):-moz-placeholder-shown, input[type=password]:-moz-placeholder-shown, input[type=search]:-moz-placeholder-shown, input[type=tel]:-moz-placeholder-shown, input[type=text]:-moz-placeholder-shown, input[type=time]:-moz-placeholder-shown, input[type=url]:-moz-placeholder-shown, input[type=week]:-moz-placeholder-shown, select:-moz-placeholder-shown, textarea:-moz-placeholder-shown {
  border-color: #999999;
}
input[type=datetime]:placeholder-shown,
input[type=datetime-local]:placeholder-shown,
input[type=email]:placeholder-shown,
input[type=month]:placeholder-shown,
input[type=number]:not(.count-input):not(.grid-table-number-input):placeholder-shown,
input[type=password]:placeholder-shown,
input[type=search]:placeholder-shown,
input[type=tel]:placeholder-shown,
input[type=text]:placeholder-shown,
input[type=time]:placeholder-shown,
input[type=url]:placeholder-shown,
input[type=week]:placeholder-shown,
select:placeholder-shown,
textarea:placeholder-shown {
  border-color: #999999;
}
input[type=datetime].invalid,
input[type=datetime-local].invalid,
input[type=email].invalid,
input[type=month].invalid,
input[type=number]:not(.count-input):not(.grid-table-number-input).invalid,
input[type=password].invalid,
input[type=search].invalid,
input[type=tel].invalid,
input[type=text].invalid,
input[type=time].invalid,
input[type=url].invalid,
input[type=week].invalid,
select.invalid,
textarea.invalid {
  outline-color: #F46437;
}
input[type=datetime]:disabled,
input[type=datetime-local]:disabled,
input[type=email]:disabled,
input[type=month]:disabled,
input[type=number]:not(.count-input):not(.grid-table-number-input):disabled,
input[type=password]:disabled,
input[type=search]:disabled,
input[type=tel]:disabled,
input[type=text]:disabled,
input[type=time]:disabled,
input[type=url]:disabled,
input[type=week]:disabled,
select:disabled,
textarea:disabled {
  color: #999999;
  border-color: #999999;
  cursor: not-allowed;
}
input[type=datetime]:focus, input[type=datetime]:active,
input[type=datetime-local]:focus,
input[type=datetime-local]:active,
input[type=email]:focus,
input[type=email]:active,
input[type=month]:focus,
input[type=month]:active,
input[type=number]:not(.count-input):not(.grid-table-number-input):focus,
input[type=number]:not(.count-input):not(.grid-table-number-input):active,
input[type=password]:focus,
input[type=password]:active,
input[type=search]:focus,
input[type=search]:active,
input[type=tel]:focus,
input[type=tel]:active,
input[type=text]:focus,
input[type=text]:active,
input[type=time]:focus,
input[type=time]:active,
input[type=url]:focus,
input[type=url]:active,
input[type=week]:focus,
input[type=week]:active,
select:focus,
select:active,
textarea:focus,
textarea:active {
  outline-color: #316F5F;
}

input[type=password] {
  letter-spacing: 0.25rem;
}
input[type=password]::-moz-placeholder {
  letter-spacing: 0;
}
input[type=password]::placeholder {
  letter-spacing: 0;
}

.password-field.active label,
.password-field.active input {
  display: block !important;
}
.password-field label,
.password-field input {
  display: none !important;
}

.password-confirmation-field {
  display: none;
}
.password-confirmation-field.active {
  display: list-item;
}

select:not(.calendar-recurrence-type):not(.calendar-recurrence-rule[data-type=interval_days] select) {
  padding-right: 3.1875rem;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14 8"><path fill="rgb(0, 0, 0)" d="M7,8L0,.70172l.67304-.70172,6.32696,6.59656L13.32696,0l.67304.70172-7,7.29828Z"/></svg>');
  background-repeat: no-repeat;
  background-position: right 1.125rem center;
  background-size: 0.9375rem;
  cursor: pointer;
}

.grid-table-number-input {
  display: block;
  font-family: "Paysage", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  text-align: center;
  padding: 0;
  width: 100%;
  height: 100%;
  color: #000;
  background: none;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  outline: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  transition: 0.3s ease-in-out;
}
.grid-table-number-input::-moz-placeholder {
  color: #999999;
}
.grid-table-number-input::placeholder {
  color: #999999;
}
.grid-table-number-input:-moz-placeholder-shown {
  border-color: #999999;
}
.grid-table-number-input:placeholder-shown {
  border-color: #999999;
}
.grid-table-number-input:focus {
  color: #316F5F;
  background-color: #F1F8F2;
}
.grid-table-number-input::-webkit-outer-spin-button, .grid-table-number-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.grid-table-number-input[type=number] {
  -moz-appearance: textfield;
}

.combined-input-select-field {
  display: flex;
  flex-direction: row;
  align-items: center;
  border-radius: 0.5rem;
  outline: 2px solid transparent;
  outline-offset: -2px;
  transition: outline-color 0.3s ease-in-out;
}
.combined-input-select-field.invalid {
  outline-color: #F46437;
}
.combined-input-select-field.invalid input[type=text],
.combined-input-select-field.invalid input[type=email] {
  border-right-color: #F46437;
}
.combined-input-select-field.invalid input[type=text]:-moz-placeholder-shown ~ select, .combined-input-select-field.invalid input[type=email]:-moz-placeholder-shown ~ select {
  color: #000;
  border-left-color: #F46437;
}
.combined-input-select-field.invalid input[type=text]:placeholder-shown ~ select,
.combined-input-select-field.invalid input[type=email]:placeholder-shown ~ select {
  color: #000;
  border-left-color: #F46437;
}
.combined-input-select-field.invalid select {
  color: #000;
  border-left-color: #F46437;
}
.combined-input-select-field:focus-within {
  outline-color: #316F5F;
}
.combined-input-select-field:focus-within input[type=text],
.combined-input-select-field:focus-within input[type=email] {
  border-right-color: #316F5F;
}
.combined-input-select-field:focus-within input[type=text]:-moz-placeholder-shown ~ select, .combined-input-select-field:focus-within input[type=email]:-moz-placeholder-shown ~ select {
  color: #000;
  border-left-color: #316F5F;
}
.combined-input-select-field:focus-within input[type=text]:placeholder-shown ~ select,
.combined-input-select-field:focus-within input[type=email]:placeholder-shown ~ select {
  color: #000;
  border-left-color: #316F5F;
}
.combined-input-select-field:focus-within select {
  color: #000;
  border-left-color: #316F5F;
}
.combined-input-select-field input[type=text]:focus, .combined-input-select-field input[type=text]:active,
.combined-input-select-field input[type=email]:focus,
.combined-input-select-field input[type=email]:active,
.combined-input-select-field select:focus,
.combined-input-select-field select:active {
  outline-color: transparent;
}
.combined-input-select-field input[type=text],
.combined-input-select-field input[type=email] {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  transition: border-right-color 0.3s ease-in-out;
}
.combined-input-select-field input[type=text]:-moz-placeholder-shown ~ select, .combined-input-select-field input[type=email]:-moz-placeholder-shown ~ select {
  color: #999999;
  border-color: #999999;
  border-left-color: transparent;
}
.combined-input-select-field input[type=text]:placeholder-shown ~ select,
.combined-input-select-field input[type=email]:placeholder-shown ~ select {
  color: #999999;
  border-color: #999999;
  border-left-color: transparent;
}
.combined-input-select-field select {
  width: 40%;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left-color: transparent;
  flex-shrink: 0;
  transition: border-left-color 0.3s ease-in-out;
}

.location-field {
  position: relative;
}
.location-field.active input {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.location-field.active .location-results {
  display: flex;
}
.location-field .location-results {
  display: none;
  flex-direction: column;
  margin: -1px 0 0 0;
  border: 1px solid #000;
  border-bottom-left-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
  max-height: 12.5rem;
  background-color: #FFF;
  overflow: auto;
}
.location-field .location-results li {
  padding: 0.5625rem 1.125rem;
  font-size: 0.8125rem;
  cursor: pointer;
  transition: 0.3s ease-in-out;
}
.location-field .location-results li:hover {
  background-color: #F5F5F5;
}

.file-field-label {
  position: relative;
  display: block;
  font-family: "Paysage", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 3.125rem;
  text-transform: none;
  text-overflow: ellipsis;
  padding: 0 1.125rem 0 2.5625rem;
  margin: 0;
  width: 100%;
  height: 3.125rem;
  color: #999999;
  background: none;
  border: 1px solid #999999;
  border-radius: 0.5rem;
  box-shadow: none;
  cursor: pointer;
  overflow: hidden;
  white-space: nowrap;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  transition: outline-color 0.3s ease-in-out;
}
.file-field-label + input {
  display: none;
}
.file-field-label::before {
  content: "";
  display: block;
  position: absolute;
  top: 1.125rem;
  left: 1.125rem;
  width: 0.9375rem;
  height: 0.875rem;
  line-height: 0;
  flex-shrink: 0;
  background-color: #999999;
  -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 280"><path d="M266.06427,0H33.93574C15.26104,0,0,15.09461,0,33.78793v212.42413c0,18.59335,15.26104,33.78794,33.93574,33.78794h232.12852c18.67471,0,33.93573-15.09462,33.93573-33.78794V33.78793c-.10038-18.69332-15.26103-33.78793-33.93573-33.78793ZM193.97591,50.18208c18.07229,0,32.73092,14.59479,32.73092,32.58836s-14.65864,32.58836-32.73093,32.58836-32.73093-14.59479-32.73093-32.58836,14.55826-32.58836,32.73095-32.58836h0ZM255.42169,248.61122H49.19679c-9.03614,0-13.05221-6.49768-9.03614-14.59479l56.2249-110.8604c4.11646-7.99714,11.84739-8.79686,17.36948-1.59943l56.52611,73.57373c5.52209,7.19743,15.16065,7.79722,21.48594,1.39949l13.85543-13.995c6.3253-6.39771,15.76305-5.59801,20.88354,1.79936l35.84339,50.98179c5.22087,7.39735,2.10841,13.29525-6.92774,13.29525h0Z"/></svg>') no-repeat;
          mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 280"><path d="M266.06427,0H33.93574C15.26104,0,0,15.09461,0,33.78793v212.42413c0,18.59335,15.26104,33.78794,33.93574,33.78794h232.12852c18.67471,0,33.93573-15.09462,33.93573-33.78794V33.78793c-.10038-18.69332-15.26103-33.78793-33.93573-33.78793ZM193.97591,50.18208c18.07229,0,32.73092,14.59479,32.73092,32.58836s-14.65864,32.58836-32.73093,32.58836-32.73093-14.59479-32.73093-32.58836,14.55826-32.58836,32.73095-32.58836h0ZM255.42169,248.61122H49.19679c-9.03614,0-13.05221-6.49768-9.03614-14.59479l56.2249-110.8604c4.11646-7.99714,11.84739-8.79686,17.36948-1.59943l56.52611,73.57373c5.52209,7.19743,15.16065,7.79722,21.48594,1.39949l13.85543-13.995c6.3253-6.39771,15.76305-5.59801,20.88354,1.79936l35.84339,50.98179c5.22087,7.39735,2.10841,13.29525-6.92774,13.29525h0Z"/></svg>') no-repeat;
}
.file-field-label.active {
  color: #000;
  border-color: #000;
}
.file-field-label.active::before {
  background-color: #000;
}
.file-field-label.invalid {
  outline: 2px solid #F46437;
  outline-offset: -2px;
}

.advanced-file-field-label {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: start;
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
  row-gap: 1.25rem;
  text-transform: none;
  padding: 2.3125rem;
  margin: 0;
  width: 100%;
  height: auto;
  color: #000;
  background: none;
  border: 1px dashed #000;
  border-radius: 0.5rem;
  box-shadow: none;
  cursor: pointer;
  overflow: hidden;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  transition: outline-color 0.3s ease-in-out;
}
.advanced-file-field-label + input {
  display: none;
}
.advanced-file-field-label:hover .affl-action {
  background-color: #eb420d;
}
.advanced-file-field-label.invalid {
  border-color: #F46437;
}
.advanced-file-field-label .affl-call {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1;
}
.advanced-file-field-label .affl-action {
  display: block;
  font-size: 0.8125rem;
  line-height: 1;
  color: #FFF;
  background-color: #F46437;
  text-transform: uppercase;
  padding: 0.5rem 1rem 0.4375rem;
  border-radius: 0.875rem;
  flex-shrink: 0;
  transition: 0.3s ease-in-out;
}

label:not(.dropdown-select-label):not(.multi-input-label):not(.file-field-label):not(.advanced-file-field-label):not(.tcf-box-label):not(.calendar-recurrence-rule-option-label):not(.calendar-recurrence-rule-select-box-label):not(.deactivated-field-label),
.label {
  display: block;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.2;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 0.5rem;
}
label:not(.dropdown-select-label):not(.multi-input-label):not(.file-field-label):not(.advanced-file-field-label):not(.tcf-box-label):not(.calendar-recurrence-rule-option-label):not(.calendar-recurrence-rule-select-box-label):not(.deactivated-field-label) .tooltip,
.label .tooltip {
  vertical-align: text-bottom;
}

.tiny-input-box {
  display: flex;
  align-items: center;
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
}
.tiny-input-box > div {
  flex: 1;
  width: 5.3125rem;
}
.tiny-input-box label {
  position: relative;
  font-size: 0.625rem;
  font-weight: 400;
  text-transform: uppercase;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 0.3125rem;
  margin: 0 auto -1.2em;
  background-color: #FFF;
  z-index: 1;
  transform: translateY(-0.125rem);
}
.tiny-input-box input {
  text-align: center;
}
.tiny-input-box input::-webkit-outer-spin-button, .tiny-input-box input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.model-form > ul,
.popup-form > ul {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
  row-gap: 1.25rem;
  margin: 0;
}
.model-form > ul > li,
.popup-form > ul > li {
  width: 100%;
}
.model-form > ul > li[data-dependent-child],
.popup-form > ul > li[data-dependent-child] {
  display: none;
}
.model-form > ul > li[data-dependent-child].active,
.popup-form > ul > li[data-dependent-child].active {
  display: list-item;
}
.model-form button[type=submit],
.popup-form button[type=submit] {
  display: block;
  margin: 1.25rem 0 0 auto;
}

#change-grower-form {
  margin-top: 1.2em;
}

.popup-form .label {
  font-weight: 700;
}

.popup-form-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  row-gap: 1.25rem;
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
  margin-top: 1.25rem;
}
.popup-form-footer a {
  font-weight: 500;
}
.popup-form-footer button[type=submit] {
  margin: 0 0 0 auto;
}

.input-map {
  position: relative;
  margin-top: 1.25rem;
}
.input-map::before {
  content: "";
  position: relative;
  display: block;
  padding-bottom: 100%;
}

input[type=color] {
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 3px;
}

.hidden_label > label {
  display: none;
}

textarea {
  max-width: 100%;
  min-height: 120px;
  line-height: 1.5em;
  padding: 6px 12px;
}

.invalid-feedback,
.validation-error {
  display: block;
  font-size: 0.9375rem;
  line-height: 1.2;
  margin-top: 0.25rem;
  color: #F46437;
}

.validation-message {
  color: #F46437;
  margin-bottom: 1.2em;
}

.auth-module label {
  color: #F46437;
}

input[type=checkbox] {
  display: none;
}
input[type=checkbox]:not(.dropdown-select-input):not(.calendar-recurrence-rule-option-input):checked + label:before {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="rgb(255, 255, 255)"><path d="M20.285 2l-11.285 11.567-5.286-5.011-3.714 3.716 9 8.728 15-15.285z"/></svg>');
  background-size: 1rem;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #F46437;
  border-color: #F46437;
}
input[type=checkbox]:not(.dropdown-select-input):not(.calendar-recurrence-rule-option-input) + label {
  display: flex;
  align-items: start;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
  padding-top: 0.125rem;
}
input[type=checkbox]:not(.dropdown-select-input):not(.calendar-recurrence-rule-option-input) + label::before {
  content: "";
  position: relative;
  display: block;
  flex-shrink: 0;
  width: 1.5625rem;
  height: 1.5625rem;
  background-color: #FFF;
  border: 1px solid #999999;
  border-radius: 0.5rem;
  cursor: pointer;
  margin-top: -0.125rem;
  margin-right: 0.625rem;
}

.multi-input-list {
  margin: 0;
}
.multi-input-list li:not(:last-child) {
  margin-bottom: 0.25rem;
}

.count-field {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.count-field.active .edit-count-btn {
  opacity: 1;
  pointer-events: auto;
}
.count-field .count-click-catcher-box {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
.count-field .count-click-catcher-box:hover .count-input, .count-field .count-click-catcher-box:focus .count-input {
  border-color: #316F5F;
  color: #316F5F;
  background-color: #F1F8F2;
}
.count-field .count-click-catcher {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  cursor: pointer;
  z-index: 1;
}
.count-field .count-input {
  position: relative;
  display: block;
  width: 2.5rem;
  height: 2.5rem;
  border: 1px solid #000;
  border-radius: 50%;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.2em;
  text-align: center;
  outline: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  transition: 0.3s ease-in-out;
}
.count-field .count-input::-webkit-outer-spin-button, .count-field .count-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.count-field .count-input[type=number] {
  -moz-appearance: textfield;
}
.count-field .count-input:focus {
  border-color: #316F5F;
  color: #316F5F;
  background-color: #F1F8F2;
}
.count-field .edit-count-btn {
  opacity: 0;
  pointer-events: none;
}

.counting-field {
  font-weight: 700;
  position: relative;
}
.counting-field input {
  display: inline-block;
  width: 3rem;
  height: 3rem;
  border-radius: 1.5rem;
  color: #F46437;
  text-align: center;
  padding: 0;
  font-size: 1.25rem;
  cursor: pointer;
  /* Chrome, Safari, Edge, Opera */
  /* Firefox */
}
.counting-field input::-webkit-outer-spin-button, .counting-field input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.counting-field input[type=number] {
  -moz-appearance: textfield;
}
.counting-field .click-catcher-container {
  position: relative;
  display: inline-block;
}
.counting-field .click-catcher-container.bounce-once input {
  animation-name: bounce-once;
  animation-duration: 0.8s;
  animation-delay: 0.5s;
  animation-iteration-count: 2;
}
.counting-field .click-catcher-container.bounce-once:before {
  opacity: 0;
  color: #FFF;
  content: "1";
  font-size: 1.5rem;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.25rem;
  height: 1.25rem;
  text-align: center;
  background-color: red;
  transform: translate(-50%, -50%);
  z-index: 3;
  overflow: hidden;
  line-height: 5;
  animation-name: slide-up;
  animation-duration: 0.8s;
  animation-delay: 0.5s;
  animation-iteration-count: 1;
  pointer-events: none;
}
.counting-field .click-catcher-container.bounce-once:after {
  opacity: 0;
  color: #FFF;
  content: "2";
  font-size: 1.5rem;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.25rem;
  height: 1.25rem;
  text-align: center;
  background-color: #fef6f3;
  transform: translate(-50%, -50%);
  z-index: 3;
  overflow: hidden;
  line-height: 5;
  animation-name: slide-up;
  animation-duration: 0.8s;
  animation-delay: 1.3s;
  animation-iteration-count: 1;
  pointer-events: none;
}
.counting-field .click-catcher {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  cursor: pointer;
}
.counting-field.edit .click-catcher {
  display: none;
  pointer-events: none;
}
.counting-field .quick-edit-btn {
  opacity: 0;
  pointer-events: none;
  margin-left: 0.5rem;
}
.counting-field.active .quick-edit-btn {
  pointer-events: auto;
  opacity: 1;
}

@keyframes bounce-once {
  0% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    background-color: #fef6f3;
  }
  20% {
    transform: scale(1.2);
    box-shadow: 7px 7px 7px rgba(49, 111, 95, 0.08);
    background-color: #F46437;
  }
  100% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    background-color: #fef6f3;
  }
}
@keyframes slide-up {
  0% {
    line-height: 3;
    opacity: 0;
    background-color: #fef6f3;
  }
  15% {
    opacity: 1;
  }
  20% {
    line-height: 0.8;
    background-color: #F46437;
  }
  /*75% {
      line-height: 0.8;
  }*/
  90% {
    opacity: 1;
  }
  100% {
    background-color: #fef6f3;
    line-height: 0.8;
    opacity: 0;
  }
}
.inline-editable input[type=number] {
  padding: 0 0.25rem 0 0.5rem;
  text-align: center;
  width: 3.5rem;
}

/*
.ui-datepicker {
  background-color: $white;
  padding: 0.5em 1em;
  border-radius: 4px;
  box-shadow: none;
  border: 1px solid $text-color;
  font-size: 0.875em;
}

.ui-datepicker-title {
  margin-bottom: 0.5rem;

  select {
    width: calc(50% - 0.25em);
    float: left;
    padding: 0 12px;
    height: 32px;
    line-height: 32px;
    background-size: 16px 8px;

    &:first-of-type {
      margin-right: 0.5em;
    }
  }
}

.ui-datepicker-prev,
.ui-datepicker-next {
  display: none;
}

.ui-datepicker-calendar {
  th {
    font-weight: 400;
    color: $gray-dark;
  }

  th,
  tr {
    width: 32px;
    height: 20px;
    text-align: center;
  }
}
*/
.onboarding-temp-inputs {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin-top: 0;
}
.onboarding-temp-inputs li {
  display: block;
  width: calc(33.33% - 0.6667rem);
}
.onboarding-temp-inputs li label {
  margin-top: 0;
  font-weight: 400;
}

.password-hidden label,
.password-hidden input,
.passwordconfirm-hidden label,
.passwordconfirm-hidden input {
  display: none;
}
.password-hidden.active label,
.password-hidden.active input,
.passwordconfirm-hidden.active label,
.passwordconfirm-hidden.active input {
  display: block;
}

.show-password {
  margin-top: 1rem;
}
.show-password.hidden {
  display: none;
}

.leaflet-container {
  border-radius: 0.5rem;
}

.form-fields.two-column .form-field:nth-last-child(2) {
  margin-bottom: 0;
}

.form-field:not(:last-of-type) {
  margin-bottom: 1rem;
}
.form-field label, .form-field .label {
  margin-top: 0;
}

@media screen and (min-width: 768px) {
  .combined-input-select-field select {
    width: calc((100% - 7.5rem) / 7 * 3 + 2.5rem);
  }
  .model-form > ul.form-double-column > li,
  .popup-form > ul.form-double-column > li {
    width: calc(50% - 0.625rem);
  }
  .model-form > ul.form-double-column > li.full-width,
  .popup-form > ul.form-double-column > li.full-width {
    width: 100%;
  }
  .model-form > ul.form-single-row,
  .popup-form > ul.form-single-row {
    flex-wrap: nowrap;
  }
  .model-form > ul.form-single-row > li,
  .popup-form > ul.form-single-row > li {
    flex: 1;
  }
  .advanced-file-field-label {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}
@media screen and (min-width: 1024px) {
  .count-field:hover .edit-count-btn {
    opacity: 1;
    pointer-events: auto;
  }
  .location-field .location-results {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: 2;
  }
  .combined-input-select-field select {
    width: calc((100% - 7.5rem) / 7 * 2 + 2.5rem);
  }
  .field-form {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }
  .field-form .form-double-column {
    width: calc((100% + 2.5rem - 13.75rem) / 12 * 7 + 7.5rem - 1.25rem);
  }
  .input-map {
    width: calc((100% + 2.5rem - 13.75rem) / 12 * 5 + 5rem - 1.25rem);
    margin-top: 0;
  }
}
/*********************
*
* TABLES
*
*********************/
.table-cell-subtitle {
  display: block;
  font-size: 0.8125rem;
  color: #999999;
}

/*********************
* LIST
*********************/
.list-table {
  position: relative;
  overflow: auto;
  width: calc(100% + 2.5rem);
  margin-left: -1.25rem;
  padding: 0 1.25rem;
}
.list-table table {
  min-width: 100%;
  table-layout: fixed;
}
.list-table tr {
  display: grid;
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
}
.list-table th, .list-table td {
  display: block;
  flex-shrink: 0;
}
.list-table thead {
  border-bottom: 1px solid #000;
}
.list-table thead th {
  font-size: 0.9375rem;
  font-weight: 500;
  text-align: left;
  text-transform: uppercase;
  color: #F46437;
  padding-bottom: 0.75rem;
}
.list-table tbody tr {
  border-bottom: 1px solid rgba(153, 153, 153, 0.5);
}
.list-table tbody td {
  padding: 1.0625rem 0;
  -webkit-hyphens: auto;
          hyphens: auto;
}
.list-table tbody td.list-table-actions {
  display: flex;
  align-items: flex-start;
  -moz-column-gap: calc(1.25rem / 2);
       column-gap: calc(1.25rem / 2);
  width: auto;
  padding-top: 0;
}
.list-table tbody td ul {
  margin: 0;
}

/*********************
* GRID
*********************/
.grid-table {
  position: relative;
  overflow: auto;
  border: 1px solid #000;
  max-height: 30.375rem;
}
.grid-table table {
  min-width: 100%;
  table-layout: fixed;
}
.grid-table tr {
  display: flex;
  flex-wrap: nowrap;
}
.grid-table thead {
  position: sticky;
  top: 0;
  background-color: #FFF;
  z-index: 2;
}
.grid-table thead tr {
  border-bottom: 1px solid #000;
}
.grid-table thead th {
  font-size: 0.9375rem;
  font-weight: 500;
  text-transform: uppercase;
  padding: 1rem 1.5rem;
}
.grid-table thead th:first-of-type {
  text-align: left;
  border-right: 1px solid #000;
  width: calc((100vw - 3.75rem - 3.75rem) / 4 * 2 + 1.25rem);
}
.grid-table thead th:not(:first-of-type) {
  color: #F46437;
  min-width: calc((100vw - 3.75rem - 3.75rem) / 4 * 2 + 1.25rem);
  flex: 1;
}
.grid-table thead th:not(:first-of-type):not(:last-of-type) {
  border-right: 1px solid #D9D9D9;
}
.grid-table tbody th,
.grid-table tfoot th {
  font-size: 0.9375rem;
  font-weight: 500;
  border-right: 1px solid #000;
  width: calc((100vw - 3.75rem - 3.75rem) / 4 * 2 + 1.25rem);
  text-align: left;
}
.grid-table tbody th:not(.grid-table-cell-dropdown),
.grid-table tfoot th:not(.grid-table-cell-dropdown) {
  padding: 1rem 1.5rem;
}
.grid-table tbody td,
.grid-table tfoot td {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9375rem;
  font-weight: 500;
  min-width: calc((100vw - 3.75rem - 3.75rem) / 4 + 2.5rem);
  flex: 1;
}
.grid-table tbody td:not(:last-of-type),
.grid-table tfoot td:not(:last-of-type) {
  border-right: 1px solid #D9D9D9;
}
.grid-table tbody tr:not(:first-of-type) {
  border-top: 1px solid #D9D9D9;
}
.grid-table tbody td.count-field {
  padding: 0 1.5rem;
}
.grid-table tbody td.no-picking-day {
  font-size: 0.6875rem;
  text-align: center;
  color: #F46437;
  background: repeating-linear-gradient(45deg, #ffe6dd, #ffe6dd 0.3125rem, #FFF 0.3125rem, #FFF 0.625rem);
  overflow: hidden;
}
.grid-table tbody td.unfilled-picking-day {
  color: #999999;
}
.grid-table tfoot {
  border-top: 1px solid #000;
}

.crop-stage-name {
  display: flex;
  align-items: center;
  font-weight: 500;
}
.crop-stage-name span {
  display: block;
  width: 0.9375rem;
  height: 0.9375rem;
  border-radius: 50%;
  margin-right: 1.125rem;
  flex-shrink: 0;
}

.grid-table-cell-dropdown.open .grid-table-cell-dropdown-heading::after {
  transform: scaleY(-1);
}
.grid-table-cell-dropdown.open .grid-table-cell-dropdown-content {
  display: block;
}

.grid-table-cell-dropdown-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  padding: 1rem 1.5rem;
}
.grid-table-cell-dropdown-heading::after {
  content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14 8"><path fill="rgb(0, 0, 0)" d="M7,8L0,.70172l.67304-.70172,6.32696,6.59656L13.32696,0l.67304.70172-7,7.29828Z"/></svg>');
  display: block;
  width: 0.875rem;
  height: 0.5rem;
  line-height: 0;
  flex-shrink: 0;
  margin-left: 0.75rem;
}

.grid-table-cell-dropdown-content {
  display: none;
  padding: 0 1.5rem 1rem;
  font-size: 0.8125rem;
  font-weight: 400;
}
.grid-table-cell-dropdown-content dl > div:not(:last-of-type) {
  margin-bottom: 0.5em;
}
.grid-table-cell-dropdown-content dt {
  color: #999999;
}
.grid-table-cell-dropdown-content dd ul {
  margin: 0;
}

.forecast-tweaks-grid-table tbody td {
  padding: 1rem 0;
  align-items: start;
}

/*********************
* FRUITS
*********************/
.fruits-table tr {
  grid-template-columns: repeat(2, 10rem);
}
.fruits-table td.list-table-actions {
  grid-column: 1/span 2;
}

/*********************
* PICKING CALENDAR
*********************/
.picking-calendar-table tr {
  grid-template-columns: repeat(2, 10rem);
}
.picking-calendar-table td.picking-calendar-table-preview-days {
  color: #F46437;
}
.picking-calendar-table td.picking-calendar-table-preview-days p {
  margin: 0;
}
.picking-calendar-table td.list-table-actions {
  grid-column: 1/span 2;
}

/*********************
* COUNTS
*********************/
.counts-table tr {
  grid-template-columns: repeat(4, 10rem);
}
.counts-table td.list-table-actions {
  grid-column: 1/span 4;
  display: flex;
  flex-wrap: wrap;
  gap: 0.625rem;
  justify-content: space-between;
}
.counts-table td.list-table-actions > * {
  flex: 1 1 auto;
  text-align: center;
}

/*********************
* VIDEO HISTORY
*********************/
.video-history-table tr {
  grid-template-columns: 1fr 12rem 18rem;
}
.video-history-table.has-field-column tr {
  grid-template-columns: 1fr 1fr 12rem 18rem;
}
@media screen and (min-width: 1024px) {
  .video-history-table tr {
    grid-template-columns: 1fr 15rem 22rem;
  }
  .video-history-table.has-field-column tr {
    grid-template-columns: 1fr 1fr 15rem 22rem;
  }
}

/*********************
* COUNTS CREATE
*********************/
.counts-create-table {
  width: calc(100% + 2.5rem - 0.5rem);
  margin-left: calc(-1rem);
}
.counts-create-table thead th {
  font-size: 0.625rem;
}
.counts-create-table thead th {
  padding: 1rem 0.25rem;
}
.counts-create-table thead th:first-of-type {
  text-align: center;
  width: calc((100vw - 3.75rem - 3.75rem) / 4);
}
.counts-create-table tbody th {
  padding: 1rem 0.25rem;
  text-align: center;
  width: calc((100vw - 3.75rem - 3.75rem) / 4);
}
.counts-create-table tbody td.count-field {
  padding: 0 0.25rem;
}
.counts-create-table thead th:not(:first-of-type),
.counts-create-table tbody td {
  min-width: calc((100vw - 3.75rem - 3.75rem) / 4);
}
.counts-create-table .crop-stage-name {
  font-size: 0;
}
.counts-create-table .crop-stage-name span {
  margin: 0 auto;
}
.counts-create-table .count-field .edit-count-btn {
  display: none;
}

/*********************
* FORECAST CREATE
*********************/
.forecast-create-table tr {
  grid-template-columns: repeat(3, 10rem) 1fr;
}

/*********************
* FORECAST TWEAK CREATE
*********************/
.forecast-tweak-create-table thead tr, .forecast-tweak-create-table tbody tr {
  grid-template-columns: 1fr repeat(2, 15rem);
}
.forecast-tweak-create-table tbody {
  display: block;
}
.forecast-tweak-create-table tbody:not(:first-of-type) {
  margin-top: 0.75rem;
}
.forecast-tweak-create-table tbody tr {
  border: 0;
}
.forecast-tweak-create-table tbody tr:first-child {
  display: block;
  font-weight: 700;
  text-transform: uppercase;
  background-color: #fef6f3;
}
.forecast-tweak-create-table tbody tr:not(:first-child) {
  margin-top: 0.75rem;
  align-items: center;
}
.forecast-tweak-create-table tbody th {
  text-align: left;
  padding: 0.75rem;
}
.forecast-tweak-create-table tbody td {
  padding: 0;
}
.forecast-tweak-create-table tbody td:first-child {
  padding-left: 0.75rem;
}
.forecast-tweak-create-table tbody td:nth-child(2) {
  display: flex;
  -moz-column-gap: 0.625rem;
       column-gap: 0.625rem;
}
.forecast-tweak-create-table tbody td:nth-child(2) > div {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #F5F5F5;
  border-radius: 0.5rem;
  height: 3.125rem;
  padding: 0 1.125rem;
  flex: 1;
}
.forecast-tweak-create-table tbody td:nth-child(3) {
  display: flex;
  -moz-column-gap: 0.625rem;
       column-gap: 0.625rem;
}
.forecast-tweak-create-table tbody td:nth-child(3) input {
  text-align: center;
}
.forecast-tweak-create-table tbody td:nth-child(3) input::-webkit-outer-spin-button, .forecast-tweak-create-table tbody td:nth-child(3) input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.forecast-tweak-create-table tbody td:nth-child(3) input[type=number] {
  -moz-appearance: textfield;
}
.forecast-tweak-create-table tfoot {
  display: flex;
  justify-content: end;
  margin-top: 1.25rem;
}

/*********************
* LIST - ADMIN
*********************/
.admin-coops-list-table td:first-of-type,
.admin-growers-list-table td:first-of-type,
.admin-users-list-table td:first-of-type {
  font-weight: 500;
}
.admin-coops-list-table td dl > div:not(:last-of-type),
.admin-growers-list-table td dl > div:not(:last-of-type),
.admin-users-list-table td dl > div:not(:last-of-type) {
  margin-bottom: 0.6em;
}
.admin-coops-list-table td dt,
.admin-growers-list-table td dt,
.admin-users-list-table td dt {
  font-size: 0.625rem;
  font-weight: 500;
  text-transform: uppercase;
  color: #999999;
}

.admin-coops-list-table tr,
.admin-growers-list-table tr,
.admin-forecast-tweaks-list-table tr {
  grid-template-columns: repeat(3, 10rem);
}
.admin-coops-list-table td.list-table-actions,
.admin-growers-list-table td.list-table-actions,
.admin-forecast-tweaks-list-table td.list-table-actions {
  grid-column: 1/span 3;
}

.admin-users-list-table tr {
  grid-template-columns: repeat(4, 10rem);
}
.admin-users-list-table td.list-table-actions {
  grid-column: 1/span 4;
}

/*********************
BREAKPOINTS
*********************/
@media screen and (min-width: 768px) {
  .grid-table thead th:first-of-type,
  .grid-table tbody th,
  .grid-table tfoot th {
    position: sticky;
    left: 0;
    width: calc((100vw - 3.75rem - 11.25rem) / 10 * 3 + 2.5rem);
    background-color: #FFF;
    z-index: 1;
  }
  .grid-table thead th:not(:first-of-type),
  .grid-table tbody td,
  .grid-table tfoot td {
    min-width: calc((100vw - 3.75rem - 11.25rem) / 10 + 2.5rem);
  }
  .picking-calendar-table tr {
    grid-template-columns: repeat(1, 10rem) 1fr;
  }
  .counts-create-table {
    width: 100%;
    margin-left: 0;
  }
  .counts-create-table thead th {
    font-size: 0.9375rem;
  }
  .counts-create-table thead th {
    padding: 1rem 1.5rem;
  }
  .counts-create-table thead th:first-of-type {
    text-align: left;
    width: calc((100vw - 3.75rem - 11.25rem) / 10 * 3 + 2.5rem);
  }
  .counts-create-table tbody th {
    padding: 1rem 1.5rem;
    text-align: left;
    width: calc((100vw - 3.75rem - 11.25rem) / 10 * 3 + 2.5rem);
  }
  .counts-create-table tbody td.count-field {
    padding: 0 1.5rem;
  }
  .counts-create-table thead th:not(:first-of-type),
  .counts-create-table tbody td {
    min-width: calc((100vw - 3.75rem - 11.25rem) / 10 * 2 + 2.5rem);
  }
  .counts-create-table .crop-stage-name {
    font-size: inherit;
  }
  .counts-create-table .crop-stage-name span {
    margin: 0 1.125rem 0 0;
  }
  .counts-create-table .count-field .edit-count-btn {
    display: inline-flex;
  }
}
@media screen and (min-width: 1024px) {
  .grid-table thead th:first-of-type,
  .grid-table tbody th,
  .grid-table tfoot th {
    width: calc((100vw - 5rem - 18.75rem) / 16 * 3 + 2.5rem);
  }
  .grid-table thead th:not(:first-of-type),
  .grid-table tbody td,
  .grid-table tfoot td {
    min-width: calc((100vw - 5rem - 18.75rem) / 16 + 2.5rem);
  }
  .counts-create-table thead th:not(:first-of-type),
  .counts-create-table tbody td {
    min-width: calc((100vw - 5rem - 18.75rem) / 16 * 2 + 2.5rem);
  }
  .list-table tbody td.list-table-actions {
    padding-top: 1.0625rem;
    grid-column: auto;
  }
  .admin-users-list-table tr {
    grid-template-columns: repeat(4, 10rem) 1fr;
  }
  .admin-coops-list-table tr,
  .admin-growers-list-table tr,
  .admin-forecast-tweaks-list-table tr {
    grid-template-columns: repeat(3, 10rem) 1fr;
  }
  .fruits-table tr {
    grid-template-columns: repeat(2, 10rem) 1fr;
  }
  .picking-calendar-table tr {
    grid-template-columns: repeat(1, 10rem) 1fr auto;
  }
  .counts-table tr {
    grid-template-columns: repeat(4, 7.0625rem) 1fr;
  }
}
/*********************
* OTHERS
*********************/
.table-edit-link {
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.table-edit-link::after {
  content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="rgb(244, 252, 246)" d="M23,12c0,6.07513-4.92487,11-11,11S1,18.07513,1,12,5.92487,1,12,1s11,4.92487,11,11Z"/><path fill="rgb(49, 111, 95)" d="M12,24C5.38298,24,0,18.61702,0,12S5.38298,0,12,0s12,5.38298,12,12-5.38298,12-12,12ZM12,1.04348C5.95873,1.04348,1.04348,5.95873,1.04348,12s4.91525,10.95652,10.95652,10.95652,10.95652-4.91525,10.95652-10.95652S18.04127,1.04348,12,1.04348Z"/><path fill="rgb(49, 111, 95)" d="M15.73111,17.5687h-5.61615l.46478-.26562c.07617-.04395.13965-.10645.18408-.18262l5.31494-9.12842c.2002-.40039.24414-.88184.12109-1.3208-.13086-.47021-.43164-.84326-.84473-1.0498-.39941-.20117-.88184-.24414-1.32129-.12207-.46484.13037-.83496.42578-1.04297.83203l-5.19336,9.08887c-.04346.0752-.06592.16113-.06592.24805v2.40039c0,.0827.0249.15735.06036.22601.01007.01971.02332.03522.03601.05341.03387.04877.07422.08936.12292.12335.01178.0083.01715.02252.02972.02985.00745.00433.01654.00256.02417.00647.06891.03577.14374.06091.22681.06091h7.49951c.27637,0,.5-.22363.5-.5s-.22363-.5-.5-.5ZM8.7316,15.80112l5.13428-8.98437c.00391-.00781.00879-.01611.0127-.02441.10645-.21338.3125-.29785.4248-.32959.20508-.05713.42285-.03809.60449.05322.21289.10645.29785.31201.3291.4248.05664.20312.03809.42285-.03809.57617l-5.23145,8.9834-1.23584.70703v-1.40625Z"/></svg>');
  position: absolute;
  top: 0;
  left: calc(100% + 0.5rem);
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  line-height: 0;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.15s ease-in-out;
}
.table-edit-link:hover {
  color: #000;
}
.table-edit-link:hover::after {
  opacity: 1;
}

/*********************
*
* GRAPHS
*
*********************/
.forecast-graph {
  width: 100%;
}
.forecast-graph svg {
  width: 100%;
  color: #999999;
}

.graph-container {
  position: relative;
  overflow: auto;
  padding-bottom: 1rem;
}
.graph-container > div {
  min-width: 100%;
  white-space: nowrap;
  margin: 0;
  position: relative;
}

.graph-box {
  position: relative;
  width: calc(100% + 2.5rem);
  min-width: 100%;
  white-space: nowrap;
  margin: 0 0 0 -1.25rem;
  padding: 0 1.25rem;
  overflow: auto;
}
.graph-box svg {
  color: #999999;
  height: 25rem;
  overflow: visible;
}

.chart-tooltip {
  position: fixed;
  font-size: 0.8125rem;
  line-height: 1;
  text-align: center;
  background-color: #D9D9D9;
  color: #000;
  padding: 0.25rem 0.5rem;
  border-radius: 0.25rem;
  transform: translateY(calc(-100% - 0.25rem));
  z-index: 1;
  opacity: 0;
  pointer-events: none;
}
.chart-tooltip::before {
  content: "";
  position: absolute;
  bottom: -0.25rem;
  left: calc(50% - 0.25rem);
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 0.125rem;
  background-color: #D9D9D9;
  transform: rotate(45deg);
  z-index: -1;
}
.chart-tooltip.visible {
  opacity: 1;
}
.chart-tooltip dl {
  text-align: left;
  margin-top: 0.25rem;
  padding-top: 0.25rem;
  border-top: 1px solid #FFF;
}
.chart-tooltip dl > div:not(:last-of-type) {
  margin-bottom: 0.5em;
}
.chart-tooltip dt {
  font-weight: 700;
}
.chart-tooltip dd ul {
  margin: 0;
}

/*********************
* PAGE NAVI STYLES
*********************/
/*********************
BREAKPOINTS
*********************/
/*********************
*
* ONBOARDING
*
*********************/
/*********************
* PRIMARY
*********************/
.primary-onboarding {
  position: fixed;
  right: calc(0.9375rem);
  bottom: 0;
  left: calc(0.9375rem);
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
  overflow: hidden;
  box-shadow: 0 0 0.5rem 0 rgba(0, 0, 0, 0.2);
  z-index: 95;
  transition: 0.5s ease-in-out;
}
.primary-onboarding.hidden {
  opacity: 0;
  pointer-events: none;
  transform: translateY(calc(2.5rem));
}

.primary-onboarding-illustration {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease-in-out;
}
.primary-onboarding-illustration.active {
  opacity: 1;
  pointer-events: auto;
}

.primary-onboarding-content-container {
  display: grid;
  background-color: #B6D2FF;
  padding: 1.5rem;
}

.primary-onboarding-content {
  grid-area: 1/1;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease-in-out;
}
.primary-onboarding-content.active {
  opacity: 1;
  pointer-events: auto;
}
.primary-onboarding-content h3 {
  font-size: 1.25rem;
  line-height: 1.2;
  font-weight: 700;
  text-transform: none;
  margin-bottom: 0.25em;
}

.primary-onboarding-navigation {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-end;
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
  grid-area: 2/1;
  margin: 1.25rem 0 0 0;
}

.primary-onboarding-progress {
  --progress: 0;
  position: relative;
  display: block;
  width: 100%;
  max-width: 10.9375rem;
  height: 0.375rem;
  border-radius: 0.1875rem;
  background-color: #FFF;
  margin: 0 auto 0 0;
  overflow: hidden;
}
.primary-onboarding-progress::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: var(--progress);
  background-color: #3074E2;
  border-radius: 0.1875rem;
  transition: width 0.3s ease-in-out;
}

.primary-onboarding-buttons {
  display: grid;
  justify-items: flex-end;
  flex-shrink: 0;
}

.primary-onboarding-proceed-btn {
  grid-area: 1/1;
  width: 100%;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease-in-out;
}
.primary-onboarding-proceed-btn.active {
  opacity: 1;
  pointer-events: auto;
}

/*********************
* SECONDARY
*********************/
.secondary-onboarding {
  position: fixed;
  right: calc(0.9375rem);
  bottom: calc(0.9375rem);
  left: calc(0.9375rem);
  box-shadow: 0 0 0.5rem 0 rgba(0, 0, 0, 0.2);
  border-radius: 0.5rem;
  z-index: 95;
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
}
.secondary-onboarding.has-illustration .secondary-onboarding-content {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.secondary-onboarding.hidden {
  opacity: 0;
  transform: translateY(1.25rem);
  pointer-events: none;
}

.secondary-onboarding-illustration {
  background-color: #FFF;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
  overflow: hidden;
}

.secondary-onboarding-content {
  background-color: #B6D2FF;
  padding: 1.25rem;
  border-radius: 0.5rem;
  overflow: hidden;
}
.secondary-onboarding-content h4 {
  font-weight: 700;
  margin-bottom: 0.25em;
}

.secondary-onboarding-navigation {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-end;
  -moz-column-gap: calc(1.25rem / 2);
       column-gap: calc(1.25rem / 2);
  margin-top: 1.2em;
}

/*********************
BREAKPOINTS
*********************/
@media screen and (min-width: 768px) {
  .primary-onboarding {
    left: auto;
    right: calc((100% - 3.75rem - 13.75rem) / 12 + 3.125rem);
    width: 22.5rem;
  }
  .secondary-onboarding {
    bottom: auto;
    left: auto;
    width: 15.9375rem;
  }
  .secondary-onboarding::after {
    content: "";
    display: block;
    position: absolute;
    top: -0.125rem;
    left: 50%;
    width: 1.25rem;
    height: 1.25rem;
    background-color: #B6D2FF;
    box-shadow: 0 0 0.5rem 0 rgba(0, 0, 0, 0.2);
    transform: rotate(45deg) translateX(-50%);
    z-index: -1;
  }
  .secondary-onboarding[data-alignment=left]::after {
    top: var(--indicator-top);
    left: -0.125rem;
  }
  .secondary-onboarding.has-illustration::after {
    background-color: #FFF;
  }
  .secondary-onboarding.invisible {
    opacity: 0;
    pointer-events: none;
  }
}
@media screen and (min-width: 1024px) {
  .primary-onboarding {
    right: calc((100% - 5rem - 18.75rem) / 16 + 1.25rem + 2.5rem);
  }
}
/*********************
*
* MODULE
*
*********************/
.module {
  background-color: #FFF;
  padding: 1.25rem;
  border-radius: 0.5rem;
  box-shadow: 0 0.25rem 0.625rem 0.3125rem rgba(145, 145, 145, 0.05);
  overflow: hidden;
}
.module.forecast-create-module, .module.yields-module {
  position: relative;
}
.module.count-create-module {
  width: calc(100% + 3.75rem);
  margin-left: -1.875rem;
}

.module-header {
  margin-bottom: 1.125rem;
}

.module-title-view-label {
  color: #999999;
}
.module-title-view-label span {
  display: none;
  color: #F46437;
}
.module-title-view-label span.active {
  display: inline;
}

.module-actions {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 0.8125rem;
       column-gap: 0.8125rem;
  row-gap: 0.8125rem;
}
.module-actions:not(.left) {
  justify-content: flex-end;
}

.module-footer {
  margin-top: 1.25rem;
}
.module-footer > *:not(:last-child) {
  margin-bottom: 1.25rem;
}
.module-footer p {
  color: #316F5F;
  font-weight: 500;
}
.module-footer p a {
  color: #316F5F;
}

.module.trans {
  background-color: rgba(255, 255, 255, 0.94);
}

.auth-module {
  position: relative;
}
.auth-module .h2 {
  margin-bottom: 0;
}
.auth-module .green-btn {
  margin-top: 1.8425rem;
  margin-bottom: 1.8425rem;
}
.auth-module ul {
  margin: 0;
}
.auth-module form {
  margin-top: 2.66rem;
}

.below-module {
  position: absolute;
  top: calc(100% + 1.75rem);
  width: 100%;
  left: 0;
  text-align: center;
}
.below-module a, .below-module a:visited,
.below-module button {
  color: #316F5F;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 500;
  font-size: 1.1rem;
}
.below-module a:hover, .below-module a:focus, .below-module a:active, .below-module a:visited:hover, .below-module a:visited:focus, .below-module a:visited:active,
.below-module button:hover,
.below-module button:focus,
.below-module button:active {
  text-decoration: underline;
}
.below-module button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background-color: transparent;
}

.split-column {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.split-column > :nth-child(1) {
  flex-shrink: 0;
  width: calc(66.67% - 0.833375rem);
}
.split-column > :nth-child(2) {
  flex-shrink: 0;
  width: calc(33.33% - 0.416625rem);
}

/*.module-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;

  .action-btn,
  .toggle-table-chart {
    margin-left: 0.25rem;
  }
}*/
/*********************
BREAKPOINTS
*********************/
@media screen and (min-width: 768px) {
  .module-header {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-end;
  }
  .module-header h2 {
    margin: 0 auto 0 0;
  }
  .two-column {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .two-column > * {
    flex-shrink: 0;
    width: calc(50% - 0.625rem);
  }
  .module.auth-module {
    padding: 2.5rem 3.75rem;
  }
}
@media screen and (min-width: 1024px) {
  .module-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .module-footer > *:not(:last-child) {
    margin-bottom: 0;
  }
  .module {
    /*&.dashboard-forecast-graph,
    &.dashboard-yield-this-week,
    &.page-module {
      width: calc(100% + 1.25rem);
      margin-left: -$grid-gap;
    }*/
  }
  .module.auth-module {
    padding: 2.5rem 6.25rem;
  }
}
/*********************
*
* POPUPS
*
*********************/
.popup {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: calc(2.5rem / 2);
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 100;
  overflow: auto;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s ease-in-out;
}
.popup.active {
  opacity: 1;
  pointer-events: auto;
}

.inner-popup {
  position: relative;
  width: 100%;
  max-height: none;
  border-radius: 0.5rem;
  overflow: hidden;
}

.popup-close-btn {
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.8125rem;
  height: 1.8125rem;
  border-radius: 50%;
  color: #000;
  background-color: #B6D2FF;
  font-size: 1rem;
  line-height: 0;
  z-index: 1;
  transition: 0.3s ease-in-out;
}
.popup-close-btn:hover, .popup-close-btn:focus {
  color: #000;
  background-color: #83b3ff;
}

/*********************
* UPLOAD COUNT VIDEO
*********************/
.upload-count-video-popup .inner-popup {
  display: grid;
  align-content: center;
  padding: 1.25rem;
  background-color: #B6D2FF;
  min-height: 4.3125rem;
}
.upload-count-video-popup .popup-close-btn {
  background-color: #83b3ff;
}

.upload-count-video-popup-processing {
  display: none;
  align-self: center;
  flex-direction: column;
  justify-self: center;
  grid-column: 1;
  grid-row: 1;
  gap: 2rem;
}
.upload-count-video-popup-processing.active {
  display: flex;
}

.upload-count-video-loader {
  display: block;
  align-self: center;
  justify-self: center;
  grid-column: 1;
  grid-row: 1;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  border-top: 0.1875rem solid #000;
  border-right: 0.1875rem solid transparent;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.upload-count-video-popup-content {
  grid-column: 1;
  grid-row: 1;
}
.upload-count-video-popup-content.hidden {
  opacity: 0;
  pointer-events: none;
}
.upload-count-video-popup-content h2 {
  font-size: 1.375rem;
  font-weight: 700;
  text-transform: none;
  color: #000;
  margin-bottom: 0.6em;
}
.upload-count-video-popup-content .popup-form {
  margin-top: 1.25rem;
}

/*********************
* INFORMATION
*********************/
.information-popup-media iframe {
  display: block;
  width: 100%;
  aspect-ratio: 16/9;
  pointer-events: none;
}

.information-popup-content {
  padding: 1.25rem;
  background-color: #B6D2FF;
}
.information-popup-content svg {
  color: #F46437;
}
.information-popup-content h2 {
  font-size: 1.375rem;
  font-weight: 700;
  text-transform: none;
  color: #000;
}

.information-popup-buttons {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  -moz-column-gap: calc(1.25rem / 2);
       column-gap: calc(1.25rem / 2);
  row-gap: calc(1.25rem / 2);
  margin-top: 1.25rem;
}

/*********************
* MODEL DELETE
*********************/
.model-delete-popup .popup-close-btn {
  background-color: #ffe6dd;
}
.model-delete-popup .popup-close-btn:hover, .model-delete-popup .popup-close-btn:focus {
  background-color: #ffc1aa;
}

.model-delete-popup-content, .model-reject-popup-content {
  padding: 1.25rem;
  background-color: #FFF;
}
.model-delete-popup-content h2, .model-reject-popup-content h2 {
  font-size: 1.375rem;
  font-weight: 700;
  text-transform: none;
  color: #000;
  padding-right: 1.8125rem;
}

.model-delete-form {
  margin-top: 1.2em;
}

/*********************
* VIDEO LIST & PLAYER
*********************/
.video-player-popup .inner-popup {
  padding: 1.25rem;
  background-color: #B6D2FF;
  min-height: 4.3125rem;
}
.video-player-popup .popup-close-btn {
  background-color: #83b3ff;
}
.video-player-popup h2 {
  font-size: 1.375rem;
  font-weight: 700;
  text-transform: none;
  color: #000;
  margin-bottom: 0.6em;
}

.video-player-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
  padding-right: 2.5rem;
}
.video-player-header h2 {
  margin-bottom: 0 !important;
}

.video-list-container {
  margin-top: 1.25rem;
}
.video-list-container .list-table {
  background-color: transparent;
  padding: 0;
}
.video-list-container .list-table table {
  background-color: #FFF;
  border-radius: 0.5rem;
}

/*********************
BREAKPOINTS
*********************/
@media screen and (min-width: 1024px) {
  .popup.wide-popup {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

@media screen and (min-width: 768px) {
  .popup {
    padding: 3.1875rem calc((100% - 3.75rem - 11.25rem) / 10 + 1.25rem + 1.875rem);
  }
}
@media screen and (min-width: 1024px) {
  .popup {
    padding-left: calc((100% - 5rem - 18.75rem) / 16 * 4 + 5rem + 2.5rem);
    padding-right: calc((100% - 5rem - 18.75rem) / 16 * 4 + 5rem + 2.5rem);
  }
}
/*********************
*
* SETUP
*
*********************/
.setup {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(-7deg, #caf2ce 50%, #f1f8f2 50%);
  z-index: 200;
  overflow: auto;
}
.setup.hidden {
  opacity: 0;
  pointer-events: none;
  transition: opacity 1s ease-in-out;
}

.setup-frame {
  position: relative;
  display: flex;
  flex-direction: column;
  width: calc(100% - 1.875rem);
  min-height: 100%;
  max-height: none;
  padding: 1.875rem;
  background-color: #FFF;
  z-index: 1;
}

.setup-additional-element {
  position: relative;
  display: block;
  width: calc(100% - 1.875rem);
}

.setup-illustration {
  display: none;
}

.setup-map {
  position: relative;
  width: 100%;
  height: 50vh;
  border-radius: 0;
}

.setup-logo {
  display: block;
  width: 8.3125rem;
  height: auto;
}
.setup-logo svg {
  display: block;
  width: 100%;
  height: auto;
}

.setup-section {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-top: 1.875rem;
  flex: 1;
}

.setup-navigation {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  row-gap: 1rem;
  margin-top: 1.875rem;
}

.setup-progress {
  --progress: 0;
  position: relative;
  display: block;
  width: 12.5rem;
  height: 0.375rem;
  border-radius: 0.1875rem;
  background-color: #F5F5F5;
  overflow: hidden;
}
.setup-progress::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: var(--progress);
  background-color: #316F5F;
  border-radius: 0.1875rem;
}

.setup-buttons {
  display: flex;
  flex-direction: row;
  align-items: center;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}

.skip-btn {
  font-weight: 500;
  color: #316F5F;
  text-decoration: underline;
  text-underline-position: under;
}

.setup-step-heading h2,
.setup-step-welcome h2 {
  font-size: 1.875rem;
  text-transform: unset;
  color: #000;
}
.setup-step-heading h2 .tooltip-anchor,
.setup-step-welcome h2 .tooltip-anchor {
  vertical-align: middle;
}

.setup-step-surtitle {
  display: block;
  margin-bottom: 0.75rem;
}

.setup-step-form > ul {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
  row-gap: 1.875rem;
  margin: 0;
}
.setup-step-form > ul > li {
  width: 100%;
}

.ss-fields-form-add-row-btn,
.ss-users-form-add-row-btn {
  margin-top: 1.1875rem;
  margin-left: 1.1875rem;
}

.temperature-correction-fields, .temperature-fields {
  display: none;
}
.temperature-correction-fields.active, .temperature-fields.active {
  display: block;
}
.temperature-correction-fields h3, .temperature-fields h3 {
  margin-bottom: 0.5rem;
}

.tcf-box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
  row-gap: 1.25rem;
}
.tcf-box > div {
  flex: 1 1 calc(33.3333333333% - 2.5rem / 3);
}
.tcf-box label {
  display: block;
  position: relative;
  font-size: 0.75rem;
  font-weight: 400;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 0.3125rem;
  margin: 0 auto -1.2em;
  background-color: #FFF;
  z-index: 1;
  transform: translateY(-0.25rem);
}
.tcf-box input {
  text-align: center;
}
.tcf-box input::-webkit-outer-spin-button, .tcf-box input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/*********************
* WELCOME
*********************/
.setup-step-welcome p {
  font-size: 1.25rem;
}

/*********************
* SUMMARY
*********************/
.summary-table {
  position: relative;
  overflow: auto;
}
.summary-table table {
  min-width: 100%;
  white-space: nowrap;
  margin: 0;
  border-spacing: 1.25rem 0;
  table-layout: fixed;
}
.summary-table th {
  font-size: 0.9375rem;
  font-weight: 500;
  text-transform: uppercase;
  text-align: left;
  padding-bottom: 0.6875rem;
}
.summary-table th:not(:last-of-type) {
  padding-right: 1.25rem;
  min-width: calc((100vw - 3.75rem - 3.75rem) / 4 * 2 + 2.5rem);
}
.summary-table th:last-of-type {
  min-width: calc((100vw - 3.75rem - 3.75rem) / 4 * 2 + 1.25rem);
}
.summary-table tbody tr {
  border-bottom: 1px solid #D9D9D9;
}
.summary-table tbody td {
  padding: 0.6875rem 0;
}
.summary-table tbody td:not(:last-of-type) {
  padding-right: 1.25rem;
  min-width: calc((100vw - 3.75rem - 3.75rem) / 4 * 2 + 2.5rem);
}
.summary-table tbody td:last-of-type {
  min-width: calc((100vw - 3.75rem - 3.75rem) / 4 * 2 + 1.25rem);
}

/*********************
BREAKPOINTS
*********************/
@media screen and (min-width: 768px) {
  .setup-frame {
    width: calc((100% - 3.75rem - 11.25rem) / 10 * 8 + 8.75rem + 1.875rem);
    padding-right: calc((100% - 3.75rem - 11.25rem) / 10 + 1.25rem);
  }
  .setup-additional-element {
    width: calc((100% - 3.75rem - 11.25rem) / 10 * 8 + 8.75rem + 1.875rem);
  }
  .setup-navigation {
    flex-direction: unset;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    row-gap: 0;
  }
  .setup-progress {
    margin: 0 auto 0 0;
  }
  .setup-skip {
    flex-basis: 100%;
  }
  .setup-step-form > ul.double-column > li {
    width: calc(50% - 0.625rem);
  }
  .setup-step-form > ul.double-column > li.full-width {
    width: 100%;
  }
  .tcf-box > div {
    flex: 1 1 calc(16.6666666667% - 6.25rem / 6);
  }
  .summary-table th:not(:last-of-type) {
    padding-right: 0;
    min-width: auto;
  }
  .summary-table th:last-of-type {
    min-width: auto;
  }
  .summary-table tbody td:not(:last-of-type) {
    padding-right: 0;
    min-width: auto;
  }
  .summary-table tbody td:last-of-type {
    min-width: auto;
  }
}
@media screen and (min-width: 1024px) {
  .setup-frame {
    width: 50%;
    padding: 2.5rem calc((100% - 5rem - 18.75rem) / 16 + 1.875rem) 2.5rem 2.5rem;
  }
  .setup-additional-element {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 50%;
    width: auto;
  }
  .setup-illustration {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
  }
  .setup-map {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .setup-section {
    margin-top: 2.5rem;
  }
  .setup-navigation {
    margin-top: 2.5rem;
  }
  .setup-step-welcome p {
    padding-right: calc((100% - 7.5rem) / 7 + 1.25rem);
  }
}
/*********************
*
* HEADER
*
*********************/
.sidebar {
  position: fixed;
  top: 3.1875rem;
  bottom: 0;
  left: -100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  background-color: #F1F8F2;
  padding: 3.1875rem 1.875rem;
  overflow: hidden;
  z-index: 98;
  transition: 0.3s ease-in-out;
}
.sidebar.active {
  left: 0;
}

.main-nav h3 {
  color: #F46437;
  text-transform: uppercase;
}

.main-menu {
  margin: 0;
}
.main-menu li {
  position: relative;
  font-size: 1.875rem;
  line-height: 1.5;
}
.main-menu li::before {
  content: "";
  display: block;
  position: absolute;
  top: 0.6875rem;
  left: -0.6875rem;
  width: 0.125rem;
  height: 1.4375rem;
  background-color: #F46437;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease-in-out;
}
.main-menu li:hover::before {
  opacity: 1;
}
.main-menu li.current {
  font-weight: 700;
}
.main-menu li.current::before {
  opacity: 1;
}
.main-menu li a {
  display: inline-block;
  text-decoration: none;
  white-space: nowrap;
}

.secondary-nav {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
}

.secondary-menu {
  margin: 0;
}
.secondary-menu li:not(:last-of-type) {
  margin-bottom: 1em;
}
.secondary-menu li a {
  display: inline-block;
}

.logo-container {
  position: relative;
  overflow: hidden;
  display: block;
  width: 100%;
  max-width: 13rem;
  margin: 0 auto;
}
.logo-container::before {
  content: "";
  position: relative;
  display: block;
  padding-bottom: 75%;
}
.logo-container img {
  position: absolute;
  -o-object-fit: contain;
     object-fit: contain;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}

.sidebar-logo {
  margin-top: 1rem;
}
.sidebar-logo img {
  -o-object-fit: contain;
     object-fit: contain;
}

/*********************
BREAKPOINTS
*********************/
@media screen and (min-width: 768px) {
  .sidebar {
    top: 3.1875rem;
    width: 50%;
  }
}
@media screen and (min-width: 1024px) {
  .admin-perspective .sidebar {
    top: 3.625rem;
  }
  .sidebar {
    top: 0;
    left: 0;
    justify-content: space-between;
    width: calc((100% - 5rem - 18.75rem) / 16 * 3 + 3.75rem + 2.5rem);
    transition: none;
    background-color: rgba(202, 242, 206, 0.5);
    padding: 0;
  }
  .main-nav {
    padding: 3.625rem 2.5rem 0;
  }
  .secondary-nav {
    padding: 3.625rem 2.5rem;
    background-color: #CAF2CE;
    max-height: calc(50vh - 3.625rem);
  }
  .secondary-nav::before {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    bottom: 100%;
    left: 0;
    height: 4.0625rem;
    clip-path: polygon(100% 0, 100% 100%, 0 100%);
    background-color: #CAF2CE;
    z-index: -1;
  }
}
/*********************
*
* HEADER
*
*********************/
.header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  padding: 1rem 0;
  background-color: #CAF2CE;
  z-index: 99;
}

#inner-header {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.menu-toggle {
  position: relative;
  display: block;
  width: 1.75rem;
  height: 1.1875rem;
  background: none;
  margin: 0;
  padding: 0;
  outline: none;
  border: 0;
  border-radius: 0;
  text-decoration: none;
  cursor: pointer;
}
.menu-toggle span {
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 0.1875rem;
  background-color: #000;
  transition: 0.3s ease-in-out;
}
.menu-toggle span:nth-child(1) {
  top: 0;
}
.menu-toggle span:nth-child(2), .menu-toggle span:nth-child(3) {
  top: 0.5rem;
}
.menu-toggle span:nth-child(4) {
  top: 1rem;
}

.menu-active .menu-toggle span:nth-child(1), .menu-active .menu-toggle span:nth-child(4) {
  top: 0.5rem;
  width: 0;
  left: 50%;
}
.menu-active .menu-toggle span:nth-child(2) {
  transform: rotate(45deg);
}
.menu-active .menu-toggle span:nth-child(3) {
  transform: rotate(-45deg);
}

/*********************
BREAKPOINTS
*********************/
@media screen and (min-width: 1024px) {
  .header {
    display: none;
  }
}
/*********************
*
* MESSAGES
*
*********************/
.messages {
  display: flex;
  flex-direction: column;
  row-gap: 1.25rem;
}

.message {
  background-color: #FFF;
  border: 1px solid #F46437;
  border-radius: 0.5rem;
  padding: 1.25rem;
  color: #F46437;
}
.message p {
  margin: 0;
}
.message a,
.message button {
  text-decoration: underline;
  text-underline-position: under;
  padding-right: 0.5rem;
}
.message a:hover,
.message button:hover {
  color: #1a1a1a;
}

/*********************
*
* FOOTER
*
*********************/
/*********************
BREAKPOINTS
*********************/
/*********************
*
* TOOLTIP
*
*********************/
.tooltip-anchor {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.125rem;
  height: 1.125rem;
  color: #000;
  background-color: #B6D2FF;
  border-radius: 50%;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1;
  text-transform: none;
  margin-left: 0.5rem;
  vertical-align: bottom;
  cursor: pointer;
  transition: background-color 0.3s ease-in-out;
}

.tooltip {
  --indicator-x: 0;
  display: block;
  position: absolute;
  left: 1.875rem;
  right: 1.875rem;
  transform: translateY(0.3125rem);
  font-size: 0.8125rem;
  font-weight: 400;
  text-align: left;
  text-transform: none;
  border-radius: 0.5rem;
  background-color: #B6D2FF;
  box-shadow: 0 0 0.5rem 0 rgba(0, 0, 0, 0.2);
  z-index: 94;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
}
.tooltip::after {
  content: "";
  display: block;
  position: absolute;
  top: -0.375rem;
  left: var(--indicator-x);
  width: 0.75rem;
  height: 0.375rem;
  background-color: #B6D2FF;
  transform: translateX(calc(-1.875rem - 0.375rem));
  -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 6"><path d="M0,6L6,0l6,6"/></svg>') no-repeat;
          mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 6"><path d="M0,6L6,0l6,6"/></svg>') no-repeat;
  box-shadow: 0 0 0.5rem 0 rgba(0, 0, 0, 0.2);
}
.tooltip.has-illustration::after {
  background-color: #FFF;
}
.tooltip.active {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.tooltip.tooltip--left {
  left: auto;
  right: 1.5rem;
  width: 15rem;
}

.tooltip-illustration {
  background-color: #FFF;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
  overflow: hidden;
}

.tooltip-text {
  padding: 0.5625rem 1.0625rem;
  white-space: pre-line;
}

/*********************
BREAKPOINTS
*********************/
@media screen and (min-width: 768px) {
  .tooltip {
    width: 15rem;
  }
  .tooltip::after {
    width: 0.375rem;
    height: 0.75rem;
    top: calc(50% - 0.375rem);
    left: -0.375rem;
    transform: none;
    -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 6 12"><path d="M6,12L0,6,6,0"/></svg>') no-repeat;
            mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 6 12"><path d="M6,12L0,6,6,0"/></svg>') no-repeat;
  }
  .tooltip.tooltip--left {
    width: 15rem;
  }
  .tooltip.tooltip--left::after {
    width: 0.375rem;
    height: 0.75rem;
    top: calc(50% - 0.375rem);
    left: auto;
    right: -0.375rem;
    -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 6 12"><path d="M0,12L6,6,0,0"/></svg>') no-repeat;
            mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 6 12"><path d="M0,12L6,6,0,0"/></svg>') no-repeat;
  }
}
@media screen and (min-width: 1024px) {
  .tooltip-anchor:hover {
    background-color: #83b3ff;
  }
}
/*********************
*
* TOP BAR
*
*********************/
.top-bar {
  position: fixed;
  top: 3.1875rem;
  right: 0;
  left: 0;
  padding: calc(0.625rem) 1.875rem;
  color: #FFF;
  background-color: #F46437;
  z-index: 96;
}

.top-bar-message {
  margin-bottom: calc(0.625rem);
}
.top-bar-message strong {
  display: block;
}

.top-bar-buttons {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: calc(0.625rem);
       column-gap: calc(0.625rem);
  row-gap: calc(0.625rem);
}

/*********************
BREAKPOINTS
*********************/
@media screen and (min-width: 768px) {
  .top-bar {
    top: 3.1875rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }
  .top-bar-message {
    margin-bottom: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
  .top-bar-buttons {
    flex-wrap: nowrap;
    flex-direction: row;
  }
}
@media screen and (min-width: 1024px) {
  .top-bar {
    top: 0;
    padding: 0.8125rem 2.5rem;
    z-index: 99;
  }
  .top-bar-message strong {
    display: inline;
  }
}
.approval-box {
  border: 2px solid #F46437;
  margin-bottom: 1.25rem;
}
.approval-box-heading {
  display: flex;
  align-items: baseline;
  gap: 1rem;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}
.approval-box-title {
  margin: 0;
}
.approval-box-meta {
  font-size: 0.875rem;
  color: #999999;
  margin: 0;
}
.approval-box-meta span {
  display: inline-block;
}
.approval-box-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
  align-items: flex-start;
}
.approval-box-actions form {
  margin: 0;
}
.approval-box-reject-form {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  flex-grow: 1;
  min-width: 280px;
}
.approval-box-reject-form textarea {
  width: 100%;
  border: 1px solid #D9D9D9;
  border-radius: 0.5rem;
  padding: 0.5rem;
  font-family: inherit;
  resize: vertical;
}
.approval-box-reject-form .orange-btn {
  align-self: flex-start;
}
.approval-box--approved {
  border-color: #316F5F;
  background-color: #F1F8F2;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1rem;
  color: #316F5F;
  font-weight: 600;
}
.approval-box--approved .approval-box-meta {
  margin: 0;
  color: #999999;
  font-weight: 400;
}
.approval-box--rejected {
  border-color: #DC3E26;
  background-color: #fef6f3;
  color: #DC3E26;
  font-weight: 600;
}
.approval-box--rejected .approval-box-meta {
  color: #999999;
  font-weight: 400;
  margin-top: 0.25rem;
}

@media screen and (min-width: 768px) {
  .approval-box {
    grid-column-end: span 10;
  }
  .approval-box.sub-grid {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
}
@media screen and (min-width: 1024px) {
  .approval-box {
    grid-column-end: span 12;
  }
  .approval-box.sub-grid {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
}
/*********************
*
* EDITOR
*
*********************/
.ql-toolbar .ql-iframe {
  position: relative;
  min-width: 40px;
  height: 24px;
}

.ql-toolbar .ql-iframe::before {
  content: "IFrame";
  font-size: 11px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
}

#editor {
  background: #FFF;
  border-bottom-left-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
  font-family: "Paysage", Helvetica, Arial, sans-serif;
  margin-bottom: 1rem;
}

.ql-toolbar.ql-snow {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
  background: #F5F5F5;
}

.ql-container.ql-snow {
  border-bottom-left-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
  min-height: 300px;
  display: flex;
  flex-direction: column;
}

.ql-editor {
  flex: 1;
  min-height: 300px;
  font-size: 1rem;
  line-height: 1.6;
  color: #000;
}
.ql-editor p {
  margin-bottom: 1em;
}
.ql-editor h1, .ql-editor h2, .ql-editor h3 {
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  font-weight: 700;
}
.ql-editor ul, .ql-editor ol {
  padding-left: 1.5em;
  margin-bottom: 1em;
}
.ql-editor iframe {
  max-width: 100%;
  margin: 1rem 0;
  border-radius: 0.5rem;
  box-shadow: 0.4375rem 0.4375rem 0.4375rem rgba(49, 111, 95, 0.08);
}

.ql-iframe-dialog {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 1.875rem;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1000;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.ql-iframe-dialog.active {
  display: flex;
  opacity: 1;
}
.ql-iframe-dialog .dialog-box {
  position: relative;
  width: 100%;
  max-width: 480px;
  background-color: #FFF;
  padding: 2.5rem;
  border-radius: 0.5rem;
  box-shadow: 0 0.25rem 0.625rem 0.3125rem rgba(145, 145, 145, 0.05);
}
.ql-iframe-dialog .dialog-box strong {
  display: block;
  font-size: 1.25rem;
  margin-bottom: 1.5rem;
  color: #316F5F;
}
.ql-iframe-dialog .dialog-row {
  display: flex;
  gap: 1.25rem;
  margin: 1.25rem 0;
}
.ql-iframe-dialog .dialog-row > div {
  flex: 1;
}
.ql-iframe-dialog .dialog-actions {
  display: flex;
  justify-content: space-between;
  gap: 1.25rem;
}

/*********************
BREAKPOINTS
*********************/
@media screen and (min-width: 768px) {
  .ql-iframe-dialog {
    padding: 2.5rem;
  }
}
/*********************
* TEMPLATES
*********************/
/*********************
*
* PAGES
*
*********************/
.page-header {
  display: flex;
  flex-direction: column;
}

.page-heading {
  position: relative;
  display: flex;
  flex-direction: column;
}
.page-heading span {
  margin-bottom: 0;
}
.page-heading h1 {
  margin-bottom: 0;
}
.page-heading h1 .tooltip-anchor {
  vertical-align: middle;
}

.page-subtitle,
.page-surtitle {
  display: block;
  color: #F46437;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.25rem;
  text-transform: uppercase;
}

.page-breadcrumb {
  display: flex;
  flex-direction: column;
  font-size: 1.875rem;
  font-weight: 700;
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
}
.page-breadcrumb > a {
  display: inline-block;
  text-decoration: none;
  color: #999999;
}
.page-breadcrumb > span {
  display: inline-block;
}
.page-breadcrumb > span:not(.dropdown-placeholder) {
  color: #999999;
}
.page-breadcrumb h1::before,
.page-breadcrumb .dropdown-placeholder::before {
  content: "/";
  display: inline-block;
  margin: 0 0.75rem 0 0;
  font-weight: 400;
}

.user-tile {
  align-self: flex-end;
  margin-bottom: 1rem;
}

.user-tile-names {
  display: none;
}

.dropdown-container {
  position: relative;
}
.dropdown-container.active .dropdown-trigger::after {
  transform: translateY(0.25rem) scaleY(-1);
}
.dropdown-container.active .dropdown-select {
  opacity: 1;
  pointer-events: auto;
}

.dropdown-trigger {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}
.dropdown-trigger::after {
  content: "";
  -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14 8"><path d="M7,8L0,.70172l.67304-.70172,6.32696,6.59656L13.32696,0l.67304.70172-7,7.29828Z"/></svg>') no-repeat;
          mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14 8"><path d="M7,8L0,.70172l.67304-.70172,6.32696,6.59656L13.32696,0l.67304.70172-7,7.29828Z"/></svg>') no-repeat;
  display: block;
  position: relative;
  width: 0.875rem;
  height: 0.5rem;
  line-height: 0;
  margin-left: 0.75rem;
  background-color: #000;
  transform: translateY(0.25rem);
  transition: 0.3s ease-in-out;
}
.dropdown-trigger span {
  display: flex;
  align-self: end;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background-color: #F46437;
  color: #FFF;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  margin-left: 0.75rem;
}

.dropdown-select {
  position: absolute;
  top: 100%;
  left: 0.6875rem;
  min-width: 12.5rem;
  margin: 0;
  padding: 0.875rem;
  background-color: #F6FFF7;
  border-radius: 0.5rem;
  box-shadow: 0.3125rem 0.3125rem 1.25rem 0.3125rem rgba(0, 0, 0, 0.08);
  z-index: 97;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease-in-out;
}
.dropdown-select ul {
  margin: 0;
}
.dropdown-select li {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
}
.dropdown-select li:first-of-type {
  font-weight: 700;
}
.dropdown-select li:last-of-type .dropdown-select-label {
  padding-bottom: 0;
}
.dropdown-select li:not(:last-of-type) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.dropdown-select .green-btn {
  margin-top: 0.875rem;
}

.dropdown-select-reset-btn {
  position: relative;
  display: block;
  text-decoration: none;
  padding: 0 0 0.625rem;
  color: #000;
}

.dropdown-select-input:checked + label::after {
  background-color: #000;
}
.dropdown-select-input + label {
  position: relative;
  display: flex;
  align-items: start;
  justify-content: space-between;
  padding: 0.625rem 0;
  color: #000;
  cursor: pointer;
}
.dropdown-select-input + label::after {
  content: "";
  position: relative;
  display: block;
  width: 1.2em;
  height: 1.2em;
  cursor: pointer;
  border: 1px solid #000;
  border-radius: 0.25rem;
  flex-shrink: 0;
  line-height: 0;
  margin-left: 0.625rem;
  transition: 0.3s ease-in-out;
}

.page-additional-information {
  display: flex;
  flex-direction: column;
  row-gap: 1.25rem;
  color: #316F5F;
}
.page-additional-information button {
  text-decoration: underline;
  text-underline-position: under;
}

/*********************
* DASHBOARD
*********************/
.dashboard-yield-this-week .dashboard-yield-data {
  display: flex;
  flex-direction: column;
}
.dashboard-yield-this-week .dashboard-yield-data > div:nth-child(2) {
  margin-top: 1.25rem;
  padding-top: 1.25rem;
  border-top: 1px solid rgba(153, 153, 153, 0.5);
}

.dashboard-yield-data h3 {
  margin-bottom: 0.6em;
}

.dydtw-forecast-value,
.dydtw-yield-value,
.dydlw-yield-value {
  display: block;
  font-size: 1.875rem;
  font-weight: 700;
}
.dydtw-forecast-value.inactive,
.dydtw-yield-value.inactive,
.dydlw-yield-value.inactive {
  color: rgba(0, 0, 0, 0.4);
  transition: color 0.5s ease-in-out;
}

.dydtw-forecast-value:not(.inactive) {
  color: #316F5F;
}

.dashboard-notifications ul {
  margin: 0;
}
.dashboard-notifications ul li:not(:last-of-type) {
  margin-bottom: 1.2em;
}
.dashboard-notifications ul li a {
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

.weather-slider {
  position: relative;
  display: flex;
  -moz-column-gap: calc(2.5rem);
       column-gap: calc(2.5rem);
  width: calc(100% + 2.5rem);
  margin-left: -1.25rem;
  padding: 0 1.25rem;
}

.weather-slide {
  width: 100%;
  flex-shrink: 0;
}

.current-weather h3 {
  display: inline-block;
  vertical-align: top;
}
.current-weather span {
  display: inline-block;
  margin-left: 2rem;
  font-size: 1.875rem;
  font-weight: 700;
}
.current-weather img {
  width: 5rem;
  display: inline-block;
  height: auto;
  vertical-align: middle;
}

.forecast-weather {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin-bottom: 0;
  margin-top: 0.25rem;
}
.forecast-weather img {
  display: block;
  width: 100%;
  height: auto;
}
.forecast-weather li {
  text-align: center;
  font-weight: 500;
}
.forecast-weather .fw-day {
  color: #D9D9D9;
  text-transform: uppercase;
  font-size: 0.875rem;
  font-weight: 500;
}
.forecast-weather .fw-temperature-min {
  color: #D9D9D9;
}

.dashboard-forecast-graph.dummy {
  display: grid;
  align-content: flex-start;
}
.dashboard-forecast-graph.dummy.dummy-active .dashboard-graph-legend,
.dashboard-forecast-graph.dummy.dummy-active .forecast-graph {
  opacity: 1;
  pointer-events: auto;
}
.dashboard-forecast-graph.dummy.dummy-active .call-to-action {
  opacity: 0;
  pointer-events: none;
}
.dashboard-forecast-graph.dummy .dashboard-graph-legend,
.dashboard-forecast-graph.dummy .forecast-graph {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s ease-in-out;
}
.dashboard-forecast-graph.dummy .dashboard-graph-legend {
  grid-row: 1;
  grid-column: 1;
}
.dashboard-forecast-graph.dummy .forecast-graph {
  grid-row: 2;
  grid-column: 1;
}
.dashboard-forecast-graph.dummy .call-to-action {
  grid-row: 2;
  grid-column: 1;
  height: -moz-fit-content;
  height: fit-content;
  transition: opacity 0.5s ease-in-out;
}

.dashboard-graph-heading {
  margin-bottom: 1.125rem;
}
.dashboard-graph-heading h2 {
  margin-bottom: 0;
}

.dashboard-graph-legend {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  row-gap: 0.25rem;
  margin-top: 1.125rem;
}

.dashboard-graph-legend-forecast,
.dashboard-graph-legend-yield {
  position: relative;
  display: inline-flex;
  align-items: center;
}
.dashboard-graph-legend-forecast::before,
.dashboard-graph-legend-yield::before {
  content: "";
  display: block;
  position: relative;
  width: 0.875rem;
  height: 0.875rem;
  border-radius: 50%;
  margin-right: 0.375rem;
  flex-shrink: 0;
}

.dashboard-graph-legend-forecast::before {
  background-color: #316F5F;
}

.dashboard-graph-legend-yield::before {
  background-color: #CAF2CE;
}

.dashboard-graph-legend-yearly-forecast {
  position: relative;
  display: inline-flex;
  align-items: center;
}
.dashboard-graph-legend-yearly-forecast::before {
  content: "";
  display: block;
  position: relative;
  width: 0.875rem;
  border-bottom: 0.125rem dotted #F46437;
  margin-right: 0.375rem;
  transform: translateY(0.125rem);
  flex-shrink: 0;
}

/*********************
* GROWER
*********************/
.grower-info ul {
  margin: 0;
}
.grower-info .orange-btn {
  margin-top: 1.25rem;
}

.grower-info-empty {
  position: relative;
  display: flex;
  align-items: flex-start;
  color: #999999;
}
.grower-info-empty::before {
  content: "";
  position: relative;
  display: block;
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 50%;
  background-color: #F46437;
  margin-top: 0.3125rem;
  margin-right: 0.4375rem;
}

.grower-fields ul,
.grower-users ul {
  margin: 0;
}
.grower-fields ul li,
.grower-users ul li {
  position: relative;
  border-bottom: 1px solid #999999;
}
.grower-fields ul li a,
.grower-users ul li a {
  display: block;
  line-height: 2;
  text-decoration: none;
}
.grower-fields .green-outline-btn,
.grower-users .green-outline-btn {
  margin-top: 1.25rem;
}

/*********************
* COUNTS
*********************/
.count-heading {
  display: flex;
  flex-direction: column;
  margin-bottom: 1.25rem;
}
.count-heading .arrow-before-btn {
  align-self: flex-end;
}

.count-info {
  font-weight: 500;
  color: #316F5F;
  margin-top: 1.25rem;
}

.count-navigation {
  margin-top: 2.25rem;
}

.count-progress {
  --progress: 0;
  width: 100%;
}

.count-progress-name {
  display: block;
  font-size: 0.8125rem;
  text-align: center;
  color: #316F5F;
  width: var(--progress);
  min-width: -moz-fit-content;
  min-width: fit-content;
  margin-bottom: 0.6875rem;
}

.count-progress-bar {
  position: relative;
  display: block;
  width: 100%;
  height: 0.375rem;
  border-radius: 0.1875rem;
  background-color: #F5F5F5;
  overflow: hidden;
}
.count-progress-bar::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: var(--progress);
  background-color: #316F5F;
  border-radius: 0.1875rem;
}

.count-navigation-buttons {
  display: flex;
  flex-direction: row;
  align-items: center;
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
  margin-top: 1.25rem;
}

.count-prev-plant-btn {
  display: inline-block;
  color: #316F5F;
  font-weight: 500;
  padding: 0 0.625rem;
}

/*********************
* COUNTS — video status
*********************/
.counting-status-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.25rem 0.625rem;
  border-radius: 1.25rem;
  font-size: 0.82rem;
  font-weight: 500;
  white-space: nowrap;
}

.counting-status-badge--pending {
  background-color: #fef6f3;
  border: 1px solid #ffe6dd;
  color: #F46437;
}

.counting-status-badge--error {
  background-color: #fef6f3;
  border: 1px solid rgba(220, 62, 38, 0.3);
  color: #DC3E26;
}

.counting-notice {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  padding: 0.75rem 1rem;
  border-radius: 0.5rem;
  font-size: 0.9rem;
  margin-bottom: 1.25rem;
}

.counting-notice--pending {
  background-color: #fef6f3;
  border: 1px solid #ffe6dd;
  color: #F46437;
}

.counting-notice--error {
  background-color: #fef6f3;
  border: 1px solid rgba(220, 62, 38, 0.3);
  color: #DC3E26;
}

.counting-spinner {
  display: inline-block;
  flex-shrink: 0;
  width: 0.8125rem;
  height: 0.8125rem;
  border: 2px solid #ffe6dd;
  border-top-color: #f9bf1f;
  border-radius: 50%;
  animation: counting-spin 0.8s linear infinite;
}

@keyframes counting-spin {
  to {
    transform: rotate(360deg);
  }
}
/*********************
* FORECAST
*********************/
.forecast-form-footer {
  margin-top: 1.25rem;
}
.forecast-form-footer p {
  color: #316F5F;
  font-weight: 500;
}
.forecast-form-footer p a {
  color: #316F5F;
}
.forecast-form-footer .forecast-create-btn {
  display: block;
  margin: 1.25rem 0 0 auto;
}

.annual-forecast-footer {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
  margin-top: 1.25rem;
}

.annual-forecast-year-switcher {
  width: -moz-fit-content;
  width: fit-content;
}

/*.counting-steps {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin: 0;

  li {
    width: 100%;
    margin: 0 3px;

    button {
      text-decoration: none;
      background-color: $orange-medium;
      height: 0.28rem;
      border-radius: 0.14rem;
      width: 100%;
      appearance: none;
      border: none;

      &:hover,
      &:focus {
        background-color: $yellow;
        text-decoration: none;
      }

      &.active {
        background-color: $orange;
      }
    }
  }
}*/
.sample-plant {
  position: relative;
  display: none;
}
.sample-plant.active {
  display: block;
}
.sample-plant .animation {
  position: absolute;
  width: 120%;
  height: 80%;
  left: 0;
  top: 20%;
  z-index: 50;
  transform: translateX(-10%);
}

#animation_03 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

#animation_04 {
  position: absolute;
  top: 3rem;
  left: 0;
  width: 100%;
  height: calc(100% - 6rem);
}

#animation_05 {
  width: 100px;
  height: 100px;
}

.stagecolor {
  display: inline-block;
  margin-right: 0.5rem;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 0.25rem;
}

/*********************
* ADMIN
*********************/
.admin-page-tile a {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  padding: 1.25rem;
}

.admin-page-tile-icon {
  margin: 0 1.25rem;
}
.admin-page-tile-icon:empty {
  background-color: #FFF;
  border-radius: 50%;
  width: calc(100% - 2.5rem);
  aspect-ratio: 1/1;
}

/*********************
* CROP
*********************/
.crop-pagination {
  display: flex;
  flex-direction: row;
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
  padding: 0 1.25rem;
}
.crop-pagination span {
  display: block;
  height: 0.375rem;
  border-radius: 0.1875rem;
  background-color: #ffe6dd;
  flex-grow: 1;
}
.crop-pagination span.active {
  background-color: #F46437;
}

.crop-form-base,
.crop-form-stage {
  display: none;
}
.crop-form-base.active,
.crop-form-stage.active {
  display: block;
}

.crop-form-buttons {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
  row-gap: 1.25rem;
}
.crop-form-buttons span,
.crop-form-buttons button {
  display: none;
}
.crop-form-buttons span.active,
.crop-form-buttons button.active {
  display: inline-block;
}
.crop-form-buttons button[type=submit] {
  margin-top: 0;
}

/*********************
BREAKPOINTS
*********************/
@media screen and (min-width: 768px) {
  .page-header {
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
  }
  .page-heading {
    order: 1;
  }
  .user-tile {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    order: 2;
    width: calc((100% - 11.25rem) / 10 * 4 + 3.75rem);
    margin-bottom: 0;
  }
  .user-tile-names {
    display: flex;
    flex-direction: column;
    margin: 0 auto 0 0;
  }
  .user-tile-names span:first-of-type {
    font-weight: 500;
  }
  .page-additional-information {
    flex-wrap: wrap;
    flex-direction: unset;
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }
  .dashboard-notifications {
    grid-row: 2/span 2;
  }
  .dashboard-forecast-graph {
    grid-row-end: span 2;
  }
  .dashboard-graph-heading {
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: space-between;
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }
  .dashboard-graph-legend {
    flex-wrap: wrap;
    flex-direction: unset;
    -moz-column-gap: 1rem;
         column-gap: 1rem;
    margin-top: 0;
  }
  .count-heading {
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
  }
  .count-heading .arrow-before-btn {
    order: 2;
  }
  .count-info {
    margin-top: 0;
    order: 1;
  }
  .count-navigation {
    display: flex;
    flex-direction: row;
    align-items: center;
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }
  .count-navigation-buttons {
    margin-top: 0;
  }
  .sample-plant .animation {
    height: 100%;
    width: 100%;
    top: 0;
    transform: translateX(0);
  }
  .forecast-form-footer {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }
  .forecast-form-footer .forecast-create-btn {
    margin-top: 0;
  }
  .crop-form-container {
    width: calc(50% - 0.625rem);
  }
}
@media screen and (min-width: 1024px) {
  .page-header {
    padding-right: 1.25rem;
  }
  .page-breadcrumb {
    flex-direction: unset;
    flex-wrap: wrap;
    font-size: 2.5rem;
  }
  .dropdown-select {
    left: 1.625rem;
  }
  .user-tile {
    width: calc((100% - 13.75rem) / 12 * 4 + 2.5rem);
  }
  .dropdown-trigger span {
    margin-bottom: 0.25rem;
  }
  .dashboard-yield-this-week .dashboard-yield-data {
    flex-direction: row;
    -moz-column-gap: calc(2.5rem);
         column-gap: calc(2.5rem);
  }
  .dashboard-yield-this-week .dashboard-yield-data > div {
    flex: 1;
  }
  .dashboard-yield-this-week .dashboard-yield-data > div:nth-child(2) {
    position: relative;
    margin-top: 0;
    padding-top: 0;
    border-top: 0;
  }
  .dashboard-yield-this-week .dashboard-yield-data > div:nth-child(2)::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -1.25rem;
    width: 1px;
    background-color: rgba(153, 153, 153, 0.5);
    pointer-events: none;
  }
}
/*********************
*
* SINGLES
*
*********************/
[data-view],
[data-diagram-scale] {
  display: none;
}
[data-view].active,
[data-diagram-scale].active {
  display: block;
}

.diagram-scale-toggle {
  display: flex;
  flex-direction: row;
  align-items: center;
  -moz-column-gap: 0.625rem;
       column-gap: 0.625rem;
}

/*********************
BREAKPOINTS
*********************/
@media screen and (min-width: 1024px) {
  .diagram-scale-toggle-container {
    margin: 0 0 0 auto;
  }
}
/*********************
*
* ARCHIVES
*
*********************/
.table-actions {
  display: flex;
  flex-direction: column;
  row-gap: 0.375rem;
}

/*********************
BREAKPOINTS
*********************/