/* fallback */

@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/materialicons/v47/flUhRq6tzZclQEJ-Vdg-IuiaDsNcIhQ8tQ.woff2) format('woff2');
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}
/**
 * selectize.css (v0.12.4)
 * Copyright (c) 2013–2015 Brian Reavis & contributors
 *
 * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
 * file except in compliance with the License. You may obtain a copy of the License at:
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under
 * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
 * ANY KIND, either express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 *
 * @author Brian Reavis <brian@thirdroute.com>
 */


.selectize-control.plugin-drag_drop.multi > .selectize-input > div.ui-sortable-placeholder {
  visibility: visible !important;
  background: #f2f2f2 !important;
  background: rgba(0, 0, 0, 0.06) !important;
  border: 0 none !important;
  -webkit-box-shadow: inset 0 0 12px 4px #ffffff;
  box-shadow: inset 0 0 12px 4px #ffffff;
}
.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
  content: '!';
  visibility: hidden;
}
.selectize-control.plugin-drag_drop .ui-sortable-helper {
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.selectize-dropdown-header {
  position: relative;
  padding: 5px 8px;
  border-bottom: 1px solid #d0d0d0;
  background: #f8f8f8;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
.selectize-dropdown-header-close {
  position: absolute;
  right: 8px;
  top: 50%;
  color: #303030;
  opacity: 0.4;
  margin-top: -12px;
  line-height: 20px;
  font-size: 20px !important;
}
.selectize-dropdown-header-close:hover {
  color: #000000;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup {
  border-right: 1px solid #f2f2f2;
  border-top: 0 none;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
  border-right: 0 none;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup:before {
  display: none;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup-header {
  border-top: 0 none;
}
.selectize-control.plugin-remove_button [data-value] {
  position: relative;
  padding-right: 24px !important;
}
.selectize-control.plugin-remove_button [data-value] .remove {
  z-index: 1;
  /* fixes ie bug (see #392) */
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 17px;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  color: inherit;
  text-decoration: none;
  vertical-align: middle;
  display: inline-block;
  padding: 2px 0 0 0;
  border-left: 1px solid #d0d0d0;
  -webkit-border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  border-radius: 0 2px 2px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.selectize-control.plugin-remove_button [data-value] .remove:hover {
  background: rgba(0, 0, 0, 0.05);
}
.selectize-control.plugin-remove_button [data-value].active .remove {
  border-left-color: #cacaca;
}
.selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
  background: none;
}
.selectize-control.plugin-remove_button .disabled [data-value] .remove {
  border-left-color: #ffffff;
}
.selectize-control.plugin-remove_button .remove-single {
  position: absolute;
  right: 28px;
  top: 6px;
  font-size: 23px;
}
.selectize-control {
  position: relative;
}
.selectize-dropdown,
.selectize-input,
.selectize-input input {
  color: #303030;
  font-family: inherit;
  font-size: 13px;
  line-height: 18px;
  -webkit-font-smoothing: inherit;
}
.selectize-input,
.selectize-control.single .selectize-input.input-active {
  background: #ffffff;
  cursor: text;
  display: inline-block;
}
.selectize-input {
  border: 1px solid #d0d0d0;
  padding: 8px 8px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.selectize-control.multi .selectize-input.has-items {
  padding: 6px 8px 3px;
}
.selectize-input.full {
  background-color: #ffffff;
}
.selectize-input.disabled,
.selectize-input.disabled * {
  cursor: default !important;
}
.selectize-input.focus {
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
}
.selectize-input.dropdown-active {
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
.selectize-input > * {
  vertical-align: baseline;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.selectize-control.multi .selectize-input > div {
  cursor: pointer;
  margin: 0 3px 3px 0;
  padding: 2px 6px;
  background: #f2f2f2;
  color: #303030;
  border: 0 solid #d0d0d0;
}
.selectize-control.multi .selectize-input > div.active {
  background: #e8e8e8;
  color: #303030;
  border: 0 solid #cacaca;
}
.selectize-control.multi .selectize-input.disabled > div,
.selectize-control.multi .selectize-input.disabled > div.active {
  color: #7d7d7d;
  background: #ffffff;
  border: 0 solid #ffffff;
}
.selectize-input > input {
  display: inline-block !important;
  padding: 0 !important;
  min-height: 0 !important;
  max-height: none !important;
  max-width: 100% !important;
  margin: 0 2px 0 0 !important;
  text-indent: 0 !important;
  border: 0 none !important;
  background: none !important;
  line-height: inherit !important;
  -webkit-user-select: auto !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.selectize-input > input::-ms-clear {
  display: none;
}
.selectize-input > input:focus {
  outline: none !important;
}
.selectize-input::after {
  content: ' ';
  display: block;
  clear: left;
}
.selectize-input.dropdown-active::before {
  content: ' ';
  display: block;
  position: absolute;
  background: #f0f0f0;
  height: 1px;
  bottom: 0;
  left: 0;
  right: 0;
}
.selectize-dropdown {
  position: absolute;
  z-index: 10;
  border: 1px solid #d0d0d0;
  background: #ffffff;
  margin: -1px 0 0 0;
  border-top: 0 none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
}
.selectize-dropdown [data-selectable] {
  cursor: pointer;
  overflow: hidden;
}
.selectize-dropdown [data-selectable] .highlight {
  background: rgba(125, 168, 208, 0.2);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}
.selectize-dropdown [data-selectable],
.selectize-dropdown .optgroup-header {
  padding: 5px 8px;
}
.selectize-dropdown .optgroup:first-child .optgroup-header {
  border-top: 0 none;
}
.selectize-dropdown .optgroup-header {
  color: #303030;
  background: #ffffff;
  cursor: default;
}
.selectize-dropdown .active {
  background-color: #f5fafd;
  color: #495c68;
}
.selectize-dropdown .active.create {
  color: #495c68;
}
.selectize-dropdown .create {
  color: rgba(48, 48, 48, 0.5);
}
.selectize-dropdown-content {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 200px;
  -webkit-overflow-scrolling: touch;
}
.selectize-control.single .selectize-input,
.selectize-control.single .selectize-input input {
  cursor: pointer;
}
.selectize-control.single .selectize-input.input-active,
.selectize-control.single .selectize-input.input-active input {
  cursor: text;
}
.selectize-control.single .selectize-input:after {
  content: ' ';
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #808080 transparent transparent transparent;
}
.selectize-control.single .selectize-input.dropdown-active:after {
  margin-top: -4px;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #808080 transparent;
}
.selectize-control.rtl.single .selectize-input:after {
  left: 15px;
  right: auto;
}
.selectize-control.rtl .selectize-input > input {
  margin: 0 4px 0 -2px !important;
}
.selectize-control .selectize-input.disabled {
  opacity: 0.5;
  background-color: #fafafa;
}
/*! Hint.css - v2.5.1 - 2018-11-17
* http://kushagragour.in/lab/hint/
* Copyright (c) 2018 Kushagra Gour */

/*-------------------------------------*\
	HINT.css - A CSS tooltip library
\*-------------------------------------*/
/**
 * HINT.css is a tooltip library made in pure CSS.
 *
 * Source: https://github.com/chinchang/hint.css
 * Demo: http://kushagragour.in/lab/hint/
 *
 */
/**
 * source: hint-core.scss
 *
 * Defines the basic styling for the tooltip.
 * Each tooltip is made of 2 parts:
 * 	1) body (:after)
 * 	2) arrow (:before)
 *
 * Classes added:
 * 	1) hint
 */

[class*="hint--"] {
  position: relative;
  display: inline-block;
  /**
	 * tooltip arrow
	 */
  /**
	 * tooltip body
	 */ }
  [class*="hint--"]:before, [class*="hint--"]:after {
    position: absolute;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: hidden;
    opacity: 0;
    z-index: 1000000;
    pointer-events: none;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    transition: 0.3s ease;
    -webkit-transition-delay: 0ms;
    -moz-transition-delay: 0ms;
    transition-delay: 0ms; }
  [class*="hint--"]:hover:before, [class*="hint--"]:hover:after {
    visibility: visible;
    opacity: 1; }
  [class*="hint--"]:hover:before, [class*="hint--"]:hover:after {
    -webkit-transition-delay: 100ms;
    -moz-transition-delay: 100ms;
    transition-delay: 100ms; }
  [class*="hint--"]:before {
    content: '';
    position: absolute;
    background: transparent;
    border: 6px solid transparent;
    z-index: 1000001; }
  [class*="hint--"]:after {
    background: #383838;
    color: white;
    padding: 8px 10px;
    font-size: 12px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 12px;
    white-space: nowrap; }
  [class*="hint--"][aria-label]:after {
    content: attr(aria-label); }
  [class*="hint--"][data-hint]:after {
    content: attr(data-hint); }

[aria-label='']:before, [aria-label='']:after,
[data-hint='']:before,
[data-hint='']:after {
  display: none !important; }

/**
 * source: hint-position.scss
 *
 * Defines the positoning logic for the tooltips.
 *
 * Classes added:
 * 	1) hint--top
 * 	2) hint--bottom
 * 	3) hint--left
 * 	4) hint--right
 */
/**
 * set default color for tooltip arrows
 */
.hint--top-left:before {
  border-top-color: #383838; }

.hint--top-right:before {
  border-top-color: #383838; }

.hint--top:before {
  border-top-color: #383838; }

.hint--bottom-left:before {
  border-bottom-color: #383838; }

.hint--bottom-right:before {
  border-bottom-color: #383838; }

.hint--bottom:before {
  border-bottom-color: #383838; }

.hint--left:before {
  border-left-color: #383838; }

.hint--right:before {
  border-right-color: #383838; }

/**
 * top tooltip
 */
.hint--top:before {
  margin-bottom: -11px; }

.hint--top:before, .hint--top:after {
  bottom: 100%;
  left: 50%; }

.hint--top:before {
  left: calc(50% - 6px); }

.hint--top:after {
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%); }

.hint--top:hover:before {
  -webkit-transform: translateY(-8px);
  -moz-transform: translateY(-8px);
  transform: translateY(-8px); }

.hint--top:hover:after {
  -webkit-transform: translateX(-50%) translateY(-8px);
  -moz-transform: translateX(-50%) translateY(-8px);
  transform: translateX(-50%) translateY(-8px); }

/**
 * bottom tooltip
 */
.hint--bottom:before {
  margin-top: -11px; }

.hint--bottom:before, .hint--bottom:after {
  top: 100%;
  left: 50%; }

.hint--bottom:before {
  left: calc(50% - 6px); }

.hint--bottom:after {
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%); }

.hint--bottom:hover:before {
  -webkit-transform: translateY(8px);
  -moz-transform: translateY(8px);
  transform: translateY(8px); }

.hint--bottom:hover:after {
  -webkit-transform: translateX(-50%) translateY(8px);
  -moz-transform: translateX(-50%) translateY(8px);
  transform: translateX(-50%) translateY(8px); }

/**
 * right tooltip
 */
.hint--right:before {
  margin-left: -11px;
  margin-bottom: -6px; }

.hint--right:after {
  margin-bottom: -14px; }

.hint--right:before, .hint--right:after {
  left: 100%;
  bottom: 50%; }

.hint--right:hover:before {
  -webkit-transform: translateX(8px);
  -moz-transform: translateX(8px);
  transform: translateX(8px); }

.hint--right:hover:after {
  -webkit-transform: translateX(8px);
  -moz-transform: translateX(8px);
  transform: translateX(8px); }

/**
 * left tooltip
 */
.hint--left:before {
  margin-right: -11px;
  margin-bottom: -6px; }

.hint--left:after {
  margin-bottom: -14px; }

.hint--left:before, .hint--left:after {
  right: 100%;
  bottom: 50%; }

.hint--left:hover:before {
  -webkit-transform: translateX(-8px);
  -moz-transform: translateX(-8px);
  transform: translateX(-8px); }

.hint--left:hover:after {
  -webkit-transform: translateX(-8px);
  -moz-transform: translateX(-8px);
  transform: translateX(-8px); }

/**
 * top-left tooltip
 */
.hint--top-left:before {
  margin-bottom: -11px; }

.hint--top-left:before, .hint--top-left:after {
  bottom: 100%;
  left: 50%; }

.hint--top-left:before {
  left: calc(50% - 6px); }

.hint--top-left:after {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  transform: translateX(-100%); }

.hint--top-left:after {
  margin-left: 12px; }

.hint--top-left:hover:before {
  -webkit-transform: translateY(-8px);
  -moz-transform: translateY(-8px);
  transform: translateY(-8px); }

.hint--top-left:hover:after {
  -webkit-transform: translateX(-100%) translateY(-8px);
  -moz-transform: translateX(-100%) translateY(-8px);
  transform: translateX(-100%) translateY(-8px); }

/**
 * top-right tooltip
 */
.hint--top-right:before {
  margin-bottom: -11px; }

.hint--top-right:before, .hint--top-right:after {
  bottom: 100%;
  left: 50%; }

.hint--top-right:before {
  left: calc(50% - 6px); }

.hint--top-right:after {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  transform: translateX(0); }

.hint--top-right:after {
  margin-left: -12px; }

.hint--top-right:hover:before {
  -webkit-transform: translateY(-8px);
  -moz-transform: translateY(-8px);
  transform: translateY(-8px); }

.hint--top-right:hover:after {
  -webkit-transform: translateY(-8px);
  -moz-transform: translateY(-8px);
  transform: translateY(-8px); }

/**
 * bottom-left tooltip
 */
.hint--bottom-left:before {
  margin-top: -11px; }

.hint--bottom-left:before, .hint--bottom-left:after {
  top: 100%;
  left: 50%; }

.hint--bottom-left:before {
  left: calc(50% - 6px); }

.hint--bottom-left:after {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  transform: translateX(-100%); }

.hint--bottom-left:after {
  margin-left: 12px; }

.hint--bottom-left:hover:before {
  -webkit-transform: translateY(8px);
  -moz-transform: translateY(8px);
  transform: translateY(8px); }

.hint--bottom-left:hover:after {
  -webkit-transform: translateX(-100%) translateY(8px);
  -moz-transform: translateX(-100%) translateY(8px);
  transform: translateX(-100%) translateY(8px); }

/**
 * bottom-right tooltip
 */
.hint--bottom-right:before {
  margin-top: -11px; }

.hint--bottom-right:before, .hint--bottom-right:after {
  top: 100%;
  left: 50%; }

.hint--bottom-right:before {
  left: calc(50% - 6px); }

.hint--bottom-right:after {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  transform: translateX(0); }

.hint--bottom-right:after {
  margin-left: -12px; }

.hint--bottom-right:hover:before {
  -webkit-transform: translateY(8px);
  -moz-transform: translateY(8px);
  transform: translateY(8px); }

.hint--bottom-right:hover:after {
  -webkit-transform: translateY(8px);
  -moz-transform: translateY(8px);
  transform: translateY(8px); }

/**
 * source: hint-sizes.scss
 *
 * Defines width restricted tooltips that can span
 * across multiple lines.
 *
 * Classes added:
 * 	1) hint--small
 * 	2) hint--medium
 * 	3) hint--large
 *
 */
.hint--small:after,
.hint--medium:after,
.hint--large:after {
  white-space: normal;
  line-height: 1.4em;
  word-wrap: break-word; }

.hint--small:after {
  width: 80px; }

.hint--medium:after {
  width: 150px; }

.hint--large:after {
  width: 300px; }

/**
 * source: hint-theme.scss
 *
 * Defines basic theme for tooltips.
 *
 */
[class*="hint--"] {
  /**
	 * tooltip body
	 */ }
  [class*="hint--"]:after {
    text-shadow: 0 -1px 0px black;
    box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3); }

/**
 * source: hint-color-types.scss
 *
 * Contains tooltips of various types based on color differences.
 *
 * Classes added:
 * 	1) hint--error
 * 	2) hint--warning
 * 	3) hint--info
 * 	4) hint--success
 *
 */
/**
 * Error
 */
.hint--error:after {
  background-color: #b34e4d;
  text-shadow: 0 -1px 0px #592726; }

.hint--error.hint--top-left:before {
  border-top-color: #b34e4d; }

.hint--error.hint--top-right:before {
  border-top-color: #b34e4d; }

.hint--error.hint--top:before {
  border-top-color: #b34e4d; }

.hint--error.hint--bottom-left:before {
  border-bottom-color: #b34e4d; }

.hint--error.hint--bottom-right:before {
  border-bottom-color: #b34e4d; }

.hint--error.hint--bottom:before {
  border-bottom-color: #b34e4d; }

.hint--error.hint--left:before {
  border-left-color: #b34e4d; }

.hint--error.hint--right:before {
  border-right-color: #b34e4d; }

/**
 * Warning
 */
.hint--warning:after {
  background-color: #c09854;
  text-shadow: 0 -1px 0px #6c5328; }

.hint--warning.hint--top-left:before {
  border-top-color: #c09854; }

.hint--warning.hint--top-right:before {
  border-top-color: #c09854; }

.hint--warning.hint--top:before {
  border-top-color: #c09854; }

.hint--warning.hint--bottom-left:before {
  border-bottom-color: #c09854; }

.hint--warning.hint--bottom-right:before {
  border-bottom-color: #c09854; }

.hint--warning.hint--bottom:before {
  border-bottom-color: #c09854; }

.hint--warning.hint--left:before {
  border-left-color: #c09854; }

.hint--warning.hint--right:before {
  border-right-color: #c09854; }

/**
 * Info
 */
.hint--info:after {
  background-color: #3986ac;
  text-shadow: 0 -1px 0px #1a3c4d; }

.hint--info.hint--top-left:before {
  border-top-color: #3986ac; }

.hint--info.hint--top-right:before {
  border-top-color: #3986ac; }

.hint--info.hint--top:before {
  border-top-color: #3986ac; }

.hint--info.hint--bottom-left:before {
  border-bottom-color: #3986ac; }

.hint--info.hint--bottom-right:before {
  border-bottom-color: #3986ac; }

.hint--info.hint--bottom:before {
  border-bottom-color: #3986ac; }

.hint--info.hint--left:before {
  border-left-color: #3986ac; }

.hint--info.hint--right:before {
  border-right-color: #3986ac; }

/**
 * Success
 */
.hint--success:after {
  background-color: #458746;
  text-shadow: 0 -1px 0px #1a321a; }

.hint--success.hint--top-left:before {
  border-top-color: #458746; }

.hint--success.hint--top-right:before {
  border-top-color: #458746; }

.hint--success.hint--top:before {
  border-top-color: #458746; }

.hint--success.hint--bottom-left:before {
  border-bottom-color: #458746; }

.hint--success.hint--bottom-right:before {
  border-bottom-color: #458746; }

.hint--success.hint--bottom:before {
  border-bottom-color: #458746; }

.hint--success.hint--left:before {
  border-left-color: #458746; }

.hint--success.hint--right:before {
  border-right-color: #458746; }

/**
 * source: hint-always.scss
 *
 * Defines a persisted tooltip which shows always.
 *
 * Classes added:
 * 	1) hint--always
 *
 */
.hint--always:after, .hint--always:before {
  opacity: 1;
  visibility: visible; }

.hint--always.hint--top:before {
  -webkit-transform: translateY(-8px);
  -moz-transform: translateY(-8px);
  transform: translateY(-8px); }

.hint--always.hint--top:after {
  -webkit-transform: translateX(-50%) translateY(-8px);
  -moz-transform: translateX(-50%) translateY(-8px);
  transform: translateX(-50%) translateY(-8px); }

.hint--always.hint--top-left:before {
  -webkit-transform: translateY(-8px);
  -moz-transform: translateY(-8px);
  transform: translateY(-8px); }

.hint--always.hint--top-left:after {
  -webkit-transform: translateX(-100%) translateY(-8px);
  -moz-transform: translateX(-100%) translateY(-8px);
  transform: translateX(-100%) translateY(-8px); }

.hint--always.hint--top-right:before {
  -webkit-transform: translateY(-8px);
  -moz-transform: translateY(-8px);
  transform: translateY(-8px); }

.hint--always.hint--top-right:after {
  -webkit-transform: translateY(-8px);
  -moz-transform: translateY(-8px);
  transform: translateY(-8px); }

.hint--always.hint--bottom:before {
  -webkit-transform: translateY(8px);
  -moz-transform: translateY(8px);
  transform: translateY(8px); }

.hint--always.hint--bottom:after {
  -webkit-transform: translateX(-50%) translateY(8px);
  -moz-transform: translateX(-50%) translateY(8px);
  transform: translateX(-50%) translateY(8px); }

.hint--always.hint--bottom-left:before {
  -webkit-transform: translateY(8px);
  -moz-transform: translateY(8px);
  transform: translateY(8px); }

.hint--always.hint--bottom-left:after {
  -webkit-transform: translateX(-100%) translateY(8px);
  -moz-transform: translateX(-100%) translateY(8px);
  transform: translateX(-100%) translateY(8px); }

.hint--always.hint--bottom-right:before {
  -webkit-transform: translateY(8px);
  -moz-transform: translateY(8px);
  transform: translateY(8px); }

.hint--always.hint--bottom-right:after {
  -webkit-transform: translateY(8px);
  -moz-transform: translateY(8px);
  transform: translateY(8px); }

.hint--always.hint--left:before {
  -webkit-transform: translateX(-8px);
  -moz-transform: translateX(-8px);
  transform: translateX(-8px); }

.hint--always.hint--left:after {
  -webkit-transform: translateX(-8px);
  -moz-transform: translateX(-8px);
  transform: translateX(-8px); }

.hint--always.hint--right:before {
  -webkit-transform: translateX(8px);
  -moz-transform: translateX(8px);
  transform: translateX(8px); }

.hint--always.hint--right:after {
  -webkit-transform: translateX(8px);
  -moz-transform: translateX(8px);
  transform: translateX(8px); }

/**
 * source: hint-rounded.scss
 *
 * Defines rounded corner tooltips.
 *
 * Classes added:
 * 	1) hint--rounded
 *
 */
.hint--rounded:after {
  border-radius: 4px; }

/**
 * source: hint-effects.scss
 *
 * Defines various transition effects for the tooltips.
 *
 * Classes added:
 * 	1) hint--no-animate
 * 	2) hint--bounce
 *
 */
.hint--no-animate:before, .hint--no-animate:after {
  -webkit-transition-duration: 0ms;
  -moz-transition-duration: 0ms;
  transition-duration: 0ms; }

.hint--bounce:before, .hint--bounce:after {
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  -moz-transition: opacity 0.3s ease, visibility 0.3s ease, -moz-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24); }
/*!
 * Generated with CSS Flag Sprite generator (https://www.flag-sprites.com/)
 */
/* line 6, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/vendor/assets/flags/flags.scss */
.flag {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(/assets/flags-c04754c4bbeaa8cdb7c2d0aa7160bc1792a1650c2f25ac93dcb9a52bdc47416b.png) no-repeat;
}

/* line 14, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/vendor/assets/flags/flags.scss */
.flag.flag-ad {
  background-position: -24px 0;
}

/* line 18, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/vendor/assets/flags/flags.scss */
.flag.flag-ae {
  background-position: -48px 0;
}

/* line 22, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/vendor/assets/flags/flags.scss */
.flag.flag-af {
  background-position: -72px 0;
}

/* line 26, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/vendor/assets/flags/flags.scss */
.flag.flag-ag {
  background-position: -96px 0;
}

/* line 30, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/vendor/assets/flags/flags.scss */
.flag.flag-ai {
  background-position: -120px 0;
}

/* line 34, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/vendor/assets/flags/flags.scss */
.flag.flag-al {
  background-position: -144px 0;
}

/* line 38, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/vendor/assets/flags/flags.scss */
.flag.flag-am {
  background-position: -168px 0;
}

/* line 42, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/vendor/assets/flags/flags.scss */
.flag.flag-an {
  background-position: -192px 0;
}

/* line 46, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/vendor/assets/flags/flags.scss */
.flag.flag-ao {
  background-position: -216px 0;
}

/* line 50, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/vendor/assets/flags/flags.scss */
.flag.flag-ar {
  background-position: -240px 0;
}

/* line 54, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/vendor/assets/flags/flags.scss */
.flag.flag-as {
  background-position: -264px 0;
}

/* line 58, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/vendor/assets/flags/flags.scss */
.flag.flag-at {
  background-position: -288px 0;
}

/* line 62, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/vendor/assets/flags/flags.scss */
.flag.flag-au {
  background-position: -312px 0;
}

/* line 66, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/vendor/assets/flags/flags.scss */
.flag.flag-aw {
  background-position: -336px 0;
}

/* line 70, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/vendor/assets/flags/flags.scss */
.flag.flag-ax {
  background-position: -360px 0;
}

/* line 74, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/vendor/assets/flags/flags.scss */
.flag.flag-az {
  background-position: 0 -24px;
}

/* line 78, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/vendor/assets/flags/flags.scss */
.flag.flag-ba {
  background-position: -24px -24px;
}

/* line 82, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/vendor/assets/flags/flags.scss */
.flag.flag-bb {
  background-position: -48px -24px;
}

/* line 86, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/vendor/assets/flags/flags.scss */
.flag.flag-bd {
  background-position: -72px -24px;
}

/* line 90, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/vendor/assets/flags/flags.scss */
.flag.flag-be {
  background-position: -96px -24px;
}

/* line 94, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/vendor/assets/flags/flags.scss */
.flag.flag-bf {
  background-position: -120px -24px;
}

/* line 98, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/vendor/assets/flags/flags.scss */
.flag.flag-bg {
  background-position: -144px -24px;
}

/* line 102, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/vendor/assets/flags/flags.scss */
.flag.flag-bh {
  background-position: -168px -24px;
}

/* line 106, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/vendor/assets/flags/flags.scss */
.flag.flag-bi {
  background-position: -192px -24px;
}

/* line 110, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/vendor/assets/flags/flags.scss */
.flag.flag-bj {
  background-position: -216px -24px;
}

/* line 114, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/vendor/assets/flags/flags.scss */
.flag.flag-bl {
  background-position: -240px -24px;
}

/* line 118, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/vendor/assets/flags/flags.scss */
.flag.flag-bm {
  background-position: -264px -24px;
}

/* line 122, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/vendor/assets/flags/flags.scss */
.flag.flag-bn {
  background-position: -288px -24px;
}

/* line 126, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/vendor/assets/flags/flags.scss */
.flag.flag-bo {
  background-position: -312px -24px;
}

/* line 130, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/vendor/assets/flags/flags.scss */
.flag.flag-br {
  background-position: -336px -24px;
}

/* line 134, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/vendor/assets/flags/flags.scss */
.flag.flag-bs {
  background-position: -360px -24px;
}

/* line 138, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/vendor/assets/flags/flags.scss */
.flag.flag-bt {
  background-position: 0 -48px;
}

/* line 142, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/vendor/assets/flags/flags.scss */
.flag.flag-bw {
  background-position: -24px -48px;
}

/* line 146, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/vendor/assets/flags/flags.scss */
.flag.flag-by {
  background-position: -48px -48px;
}

/* line 150, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/vendor/assets/flags/flags.scss */
.flag.flag-bz {
  background-position: -72px -48px;
}

/* line 154, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/vendor/assets/flags/flags.scss */
.flag.flag-ca {
  background-position: -96px -48px;
}

/* line 158, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/vendor/assets/flags/flags.scss */
.flag.flag-cd {
  background-position: -120px -48px;
}

/* line 162, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/vendor/assets/flags/flags.scss */
.flag.flag-cf {
  background-position: -144px -48px;
}

/* line 166, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/vendor/assets/flags/flags.scss */
.flag.flag-cg {
  background-position: -168px -48px;
}

/* line 170, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/vendor/assets/flags/flags.scss */
.flag.flag-ch {
  background-position: -192px -48px;
}

/* line 174, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/vendor/assets/flags/flags.scss */
.flag.flag-ci {
  background-position: -216px -48px;
}

/* line 178, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/vendor/assets/flags/flags.scss */
.flag.flag-ck {
  background-position: -240px -48px;
}

/* line 182, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/vendor/assets/flags/flags.scss */
.flag.flag-cl {
  background-position: -264px -48px;
}

/* line 186, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/vendor/assets/flags/flags.scss */
.flag.flag-cm {
  background-position: -288px -48px;
}

/* line 190, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/vendor/assets/flags/flags.scss */
.flag.flag-cn {
  background-position: -312px -48px;
}

/* line 194, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/vendor/assets/flags/flags.scss */
.flag.flag-co {
  background-position: -336px -48px;
}

/* line 198, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/vendor/assets/flags/flags.scss */
.flag.flag-cr {
  background-position: -360px -48px;
}

/* line 202, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/vendor/assets/flags/flags.scss */
.flag.flag-cu {
  background-position: 0 -72px;
}

/* line 206, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/vendor/assets/flags/flags.scss */
.flag.flag-cv {
  background-position: -24px -72px;
}

/* line 210, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/vendor/assets/flags/flags.scss */
.flag.flag-cw {
  background-position: -48px -72px;
}

/* line 214, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/vendor/assets/flags/flags.scss */
.flag.flag-cy {
  background-position: -72px -72px;
}

/* line 218, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/vendor/assets/flags/flags.scss */
.flag.flag-cz {
  background-position: -96px -72px;
}

/* line 222, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/vendor/assets/flags/flags.scss */
.flag.flag-de {
  background-position: -120px -72px;
}

/* line 226, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/vendor/assets/flags/flags.scss */
.flag.flag-dj {
  background-position: -144px -72px;
}

/* line 230, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/vendor/assets/flags/flags.scss */
.flag.flag-dk {
  background-position: -168px -72px;
}

/* line 234, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/vendor/assets/flags/flags.scss */
.flag.flag-dm {
  background-position: -192px -72px;
}

/* line 238, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/vendor/assets/flags/flags.scss */
.flag.flag-do {
  background-position: -216px -72px;
}

/* line 242, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/vendor/assets/flags/flags.scss */
.flag.flag-dz {
  background-position: -240px -72px;
}

/* line 246, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/vendor/assets/flags/flags.scss */
.flag.flag-ec {
  background-position: -264px -72px;
}

/* line 250, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/vendor/assets/flags/flags.scss */
.flag.flag-ee {
  background-position: -288px -72px;
}

/* line 254, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/vendor/assets/flags/flags.scss */
.flag.flag-eg {
  background-position: -312px -72px;
}

/* line 258, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/vendor/assets/flags/flags.scss */
.flag.flag-eh {
  background-position: -336px -72px;
}

/* line 262, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/vendor/assets/flags/flags.scss */
.flag.flag-er {
  background-position: -360px -72px;
}

/* line 266, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/vendor/assets/flags/flags.scss */
.flag.flag-es {
  background-position: 0 -96px;
}

/* line 270, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/vendor/assets/flags/flags.scss */
.flag.flag-et {
  background-position: -24px -96px;
}

/* line 274, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/vendor/assets/flags/flags.scss */
.flag.flag-eu {
  background-position: -48px -96px;
}

/* line 278, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/vendor/assets/flags/flags.scss */
.flag.flag-fi {
  background-position: -72px -96px;
}

/* line 282, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/vendor/assets/flags/flags.scss */
.flag.flag-fj {
  background-position: -96px -96px;
}

/* line 286, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/vendor/assets/flags/flags.scss */
.flag.flag-fk {
  background-position: -120px -96px;
}

/* line 290, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/vendor/assets/flags/flags.scss */
.flag.flag-fm {
  background-position: -144px -96px;
}

/* line 294, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/vendor/assets/flags/flags.scss */
.flag.flag-fo {
  background-position: -168px -96px;
}

/* line 298, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/vendor/assets/flags/flags.scss */
.flag.flag-fr {
  background-position: -192px -96px;
}

/* line 302, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/vendor/assets/flags/flags.scss */
.flag.flag-ga {
  background-position: -216px -96px;
}

/* line 306, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/vendor/assets/flags/flags.scss */
.flag.flag-gb {
  background-position: -240px -96px;
}

/* line 310, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/vendor/assets/flags/flags.scss */
.flag.flag-gd {
  background-position: -264px -96px;
}

/* line 314, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/vendor/assets/flags/flags.scss */
.flag.flag-ge {
  background-position: -288px -96px;
}

/* line 318, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/vendor/assets/flags/flags.scss */
.flag.flag-gg {
  background-position: -312px -96px;
}

/* line 322, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/vendor/assets/flags/flags.scss */
.flag.flag-gh {
  background-position: -336px -96px;
}

/* line 326, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/vendor/assets/flags/flags.scss */
.flag.flag-gi {
  background-position: -360px -96px;
}

/* line 330, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/vendor/assets/flags/flags.scss */
.flag.flag-gl {
  background-position: 0 -120px;
}

/* line 334, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/vendor/assets/flags/flags.scss */
.flag.flag-gm {
  background-position: -24px -120px;
}

/* line 338, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/vendor/assets/flags/flags.scss */
.flag.flag-gn {
  background-position: -48px -120px;
}

/* line 342, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/vendor/assets/flags/flags.scss */
.flag.flag-gq {
  background-position: -72px -120px;
}

/* line 346, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/vendor/assets/flags/flags.scss */
.flag.flag-gr {
  background-position: -96px -120px;
}

/* line 350, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/vendor/assets/flags/flags.scss */
.flag.flag-gs {
  background-position: -120px -120px;
}

/* line 354, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/vendor/assets/flags/flags.scss */
.flag.flag-gt {
  background-position: -144px -120px;
}

/* line 358, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/vendor/assets/flags/flags.scss */
.flag.flag-gu {
  background-position: -168px -120px;
}

/* line 362, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/vendor/assets/flags/flags.scss */
.flag.flag-gw {
  background-position: -192px -120px;
}

/* line 366, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/vendor/assets/flags/flags.scss */
.flag.flag-gy {
  background-position: -216px -120px;
}

/* line 370, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/vendor/assets/flags/flags.scss */
.flag.flag-hk {
  background-position: -240px -120px;
}

/* line 374, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/vendor/assets/flags/flags.scss */
.flag.flag-hn {
  background-position: -264px -120px;
}

/* line 378, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/vendor/assets/flags/flags.scss */
.flag.flag-hr {
  background-position: -288px -120px;
}

/* line 382, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/vendor/assets/flags/flags.scss */
.flag.flag-ht {
  background-position: -312px -120px;
}

/* line 386, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/vendor/assets/flags/flags.scss */
.flag.flag-hu {
  background-position: -336px -120px;
}

/* line 390, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/vendor/assets/flags/flags.scss */
.flag.flag-ic {
  background-position: -360px -120px;
}

/* line 394, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/vendor/assets/flags/flags.scss */
.flag.flag-id {
  background-position: 0 -144px;
}

/* line 398, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/vendor/assets/flags/flags.scss */
.flag.flag-ie {
  background-position: -24px -144px;
}

/* line 402, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/vendor/assets/flags/flags.scss */
.flag.flag-il {
  background-position: -48px -144px;
}

/* line 406, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/vendor/assets/flags/flags.scss */
.flag.flag-im {
  background-position: -72px -144px;
}

/* line 410, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/vendor/assets/flags/flags.scss */
.flag.flag-in {
  background-position: -96px -144px;
}

/* line 414, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/vendor/assets/flags/flags.scss */
.flag.flag-iq {
  background-position: -120px -144px;
}

/* line 418, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/vendor/assets/flags/flags.scss */
.flag.flag-ir {
  background-position: -144px -144px;
}

/* line 422, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/vendor/assets/flags/flags.scss */
.flag.flag-is {
  background-position: -168px -144px;
}

/* line 426, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/vendor/assets/flags/flags.scss */
.flag.flag-it {
  background-position: -192px -144px;
}

/* line 430, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/vendor/assets/flags/flags.scss */
.flag.flag-je {
  background-position: -216px -144px;
}

/* line 434, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/vendor/assets/flags/flags.scss */
.flag.flag-jm {
  background-position: -240px -144px;
}

/* line 438, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/vendor/assets/flags/flags.scss */
.flag.flag-jo {
  background-position: -264px -144px;
}

/* line 442, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/vendor/assets/flags/flags.scss */
.flag.flag-jp {
  background-position: -288px -144px;
}

/* line 446, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/vendor/assets/flags/flags.scss */
.flag.flag-ke {
  background-position: -312px -144px;
}

/* line 450, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/vendor/assets/flags/flags.scss */
.flag.flag-kg {
  background-position: -336px -144px;
}

/* line 454, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/vendor/assets/flags/flags.scss */
.flag.flag-kh {
  background-position: -360px -144px;
}

/* line 458, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/vendor/assets/flags/flags.scss */
.flag.flag-ki {
  background-position: 0 -168px;
}

/* line 462, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/vendor/assets/flags/flags.scss */
.flag.flag-km {
  background-position: -24px -168px;
}

/* line 466, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/vendor/assets/flags/flags.scss */
.flag.flag-kn {
  background-position: -48px -168px;
}

/* line 470, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/vendor/assets/flags/flags.scss */
.flag.flag-kp {
  background-position: -72px -168px;
}

/* line 474, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/vendor/assets/flags/flags.scss */
.flag.flag-kr {
  background-position: -96px -168px;
}

/* line 478, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/vendor/assets/flags/flags.scss */
.flag.flag-kw {
  background-position: -120px -168px;
}

/* line 482, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/vendor/assets/flags/flags.scss */
.flag.flag-ky {
  background-position: -144px -168px;
}

/* line 486, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/vendor/assets/flags/flags.scss */
.flag.flag-kz {
  background-position: -168px -168px;
}

/* line 490, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/vendor/assets/flags/flags.scss */
.flag.flag-la {
  background-position: -192px -168px;
}

/* line 494, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/vendor/assets/flags/flags.scss */
.flag.flag-lb {
  background-position: -216px -168px;
}

/* line 498, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/vendor/assets/flags/flags.scss */
.flag.flag-lc {
  background-position: -240px -168px;
}

/* line 502, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/vendor/assets/flags/flags.scss */
.flag.flag-li {
  background-position: -264px -168px;
}

/* line 506, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/vendor/assets/flags/flags.scss */
.flag.flag-lk {
  background-position: -288px -168px;
}

/* line 510, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/vendor/assets/flags/flags.scss */
.flag.flag-lr {
  background-position: -312px -168px;
}

/* line 514, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/vendor/assets/flags/flags.scss */
.flag.flag-ls {
  background-position: -336px -168px;
}

/* line 518, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/vendor/assets/flags/flags.scss */
.flag.flag-lt {
  background-position: -360px -168px;
}

/* line 522, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/vendor/assets/flags/flags.scss */
.flag.flag-lu {
  background-position: 0 -192px;
}

/* line 526, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/vendor/assets/flags/flags.scss */
.flag.flag-lv {
  background-position: -24px -192px;
}

/* line 530, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/vendor/assets/flags/flags.scss */
.flag.flag-ly {
  background-position: -48px -192px;
}

/* line 534, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/vendor/assets/flags/flags.scss */
.flag.flag-ma {
  background-position: -72px -192px;
}

/* line 538, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/vendor/assets/flags/flags.scss */
.flag.flag-mc {
  background-position: -96px -192px;
}

/* line 542, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/vendor/assets/flags/flags.scss */
.flag.flag-md {
  background-position: -120px -192px;
}

/* line 546, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/vendor/assets/flags/flags.scss */
.flag.flag-me {
  background-position: -144px -192px;
}

/* line 550, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/vendor/assets/flags/flags.scss */
.flag.flag-mf {
  background-position: -168px -192px;
}

/* line 554, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/vendor/assets/flags/flags.scss */
.flag.flag-mg {
  background-position: -192px -192px;
}

/* line 558, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/vendor/assets/flags/flags.scss */
.flag.flag-mh {
  background-position: -216px -192px;
}

/* line 562, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/vendor/assets/flags/flags.scss */
.flag.flag-mk {
  background-position: -240px -192px;
}

/* line 566, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/vendor/assets/flags/flags.scss */
.flag.flag-ml {
  background-position: -264px -192px;
}

/* line 570, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/vendor/assets/flags/flags.scss */
.flag.flag-mm {
  background-position: -288px -192px;
}

/* line 574, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/vendor/assets/flags/flags.scss */
.flag.flag-mn {
  background-position: -312px -192px;
}

/* line 578, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/vendor/assets/flags/flags.scss */
.flag.flag-mo {
  background-position: -336px -192px;
}

/* line 582, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/vendor/assets/flags/flags.scss */
.flag.flag-mp {
  background-position: -360px -192px;
}

/* line 586, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/vendor/assets/flags/flags.scss */
.flag.flag-mq {
  background-position: 0 -216px;
}

/* line 590, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/vendor/assets/flags/flags.scss */
.flag.flag-mr {
  background-position: -24px -216px;
}

/* line 594, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/vendor/assets/flags/flags.scss */
.flag.flag-ms {
  background-position: -48px -216px;
}

/* line 598, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/vendor/assets/flags/flags.scss */
.flag.flag-mt {
  background-position: -72px -216px;
}

/* line 602, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/vendor/assets/flags/flags.scss */
.flag.flag-mu {
  background-position: -96px -216px;
}

/* line 606, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/vendor/assets/flags/flags.scss */
.flag.flag-mv {
  background-position: -120px -216px;
}

/* line 610, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/vendor/assets/flags/flags.scss */
.flag.flag-mw {
  background-position: -144px -216px;
}

/* line 614, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/vendor/assets/flags/flags.scss */
.flag.flag-mx {
  background-position: -168px -216px;
}

/* line 618, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/vendor/assets/flags/flags.scss */
.flag.flag-my {
  background-position: -192px -216px;
}

/* line 622, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/vendor/assets/flags/flags.scss */
.flag.flag-mz {
  background-position: -216px -216px;
}

/* line 626, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/vendor/assets/flags/flags.scss */
.flag.flag-na {
  background-position: -240px -216px;
}

/* line 630, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/vendor/assets/flags/flags.scss */
.flag.flag-nc {
  background-position: -264px -216px;
}

/* line 634, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/vendor/assets/flags/flags.scss */
.flag.flag-ne {
  background-position: -288px -216px;
}

/* line 638, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/vendor/assets/flags/flags.scss */
.flag.flag-nf {
  background-position: -312px -216px;
}

/* line 642, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/vendor/assets/flags/flags.scss */
.flag.flag-ng {
  background-position: -336px -216px;
}

/* line 646, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/vendor/assets/flags/flags.scss */
.flag.flag-ni {
  background-position: -360px -216px;
}

/* line 650, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/vendor/assets/flags/flags.scss */
.flag.flag-nl {
  background-position: 0 -240px;
}

/* line 654, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/vendor/assets/flags/flags.scss */
.flag.flag-no {
  background-position: -24px -240px;
}

/* line 658, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/vendor/assets/flags/flags.scss */
.flag.flag-np {
  background-position: -48px -240px;
}

/* line 662, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/vendor/assets/flags/flags.scss */
.flag.flag-nr {
  background-position: -72px -240px;
}

/* line 666, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/vendor/assets/flags/flags.scss */
.flag.flag-nu {
  background-position: -96px -240px;
}

/* line 670, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/vendor/assets/flags/flags.scss */
.flag.flag-nz {
  background-position: -120px -240px;
}

/* line 674, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/vendor/assets/flags/flags.scss */
.flag.flag-om {
  background-position: -144px -240px;
}

/* line 678, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/vendor/assets/flags/flags.scss */
.flag.flag-pa {
  background-position: -168px -240px;
}

/* line 682, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/vendor/assets/flags/flags.scss */
.flag.flag-pe {
  background-position: -192px -240px;
}

/* line 686, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/vendor/assets/flags/flags.scss */
.flag.flag-pf {
  background-position: -216px -240px;
}

/* line 690, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/vendor/assets/flags/flags.scss */
.flag.flag-pg {
  background-position: -240px -240px;
}

/* line 694, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/vendor/assets/flags/flags.scss */
.flag.flag-ph {
  background-position: -264px -240px;
}

/* line 698, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/vendor/assets/flags/flags.scss */
.flag.flag-pk {
  background-position: -288px -240px;
}

/* line 702, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/vendor/assets/flags/flags.scss */
.flag.flag-pl {
  background-position: -312px -240px;
}

/* line 706, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/vendor/assets/flags/flags.scss */
.flag.flag-pn {
  background-position: -336px -240px;
}

/* line 710, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/vendor/assets/flags/flags.scss */
.flag.flag-pr {
  background-position: -360px -240px;
}

/* line 714, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/vendor/assets/flags/flags.scss */
.flag.flag-ps {
  background-position: 0 -264px;
}

/* line 718, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/vendor/assets/flags/flags.scss */
.flag.flag-pt {
  background-position: -24px -264px;
}

/* line 722, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/vendor/assets/flags/flags.scss */
.flag.flag-pw {
  background-position: -48px -264px;
}

/* line 726, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/vendor/assets/flags/flags.scss */
.flag.flag-py {
  background-position: -72px -264px;
}

/* line 730, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/vendor/assets/flags/flags.scss */
.flag.flag-qa {
  background-position: -96px -264px;
}

/* line 734, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/vendor/assets/flags/flags.scss */
.flag.flag-ro {
  background-position: -120px -264px;
}

/* line 738, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/vendor/assets/flags/flags.scss */
.flag.flag-rs {
  background-position: -144px -264px;
}

/* line 742, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/vendor/assets/flags/flags.scss */
.flag.flag-ru {
  background-position: -168px -264px;
}

/* line 746, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/vendor/assets/flags/flags.scss */
.flag.flag-rw {
  background-position: -192px -264px;
}

/* line 750, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/vendor/assets/flags/flags.scss */
.flag.flag-sa {
  background-position: -216px -264px;
}

/* line 754, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/vendor/assets/flags/flags.scss */
.flag.flag-sb {
  background-position: -240px -264px;
}

/* line 758, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/vendor/assets/flags/flags.scss */
.flag.flag-sc {
  background-position: -264px -264px;
}

/* line 762, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/vendor/assets/flags/flags.scss */
.flag.flag-sd {
  background-position: -288px -264px;
}

/* line 766, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/vendor/assets/flags/flags.scss */
.flag.flag-se {
  background-position: -312px -264px;
}

/* line 770, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/vendor/assets/flags/flags.scss */
.flag.flag-sg {
  background-position: -336px -264px;
}

/* line 774, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/vendor/assets/flags/flags.scss */
.flag.flag-sh {
  background-position: -360px -264px;
}

/* line 778, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/vendor/assets/flags/flags.scss */
.flag.flag-si {
  background-position: 0 -288px;
}

/* line 782, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/vendor/assets/flags/flags.scss */
.flag.flag-sk {
  background-position: -24px -288px;
}

/* line 786, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/vendor/assets/flags/flags.scss */
.flag.flag-sl {
  background-position: -48px -288px;
}

/* line 790, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/vendor/assets/flags/flags.scss */
.flag.flag-sm {
  background-position: -72px -288px;
}

/* line 794, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/vendor/assets/flags/flags.scss */
.flag.flag-sn {
  background-position: -96px -288px;
}

/* line 798, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/vendor/assets/flags/flags.scss */
.flag.flag-so {
  background-position: -120px -288px;
}

/* line 802, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/vendor/assets/flags/flags.scss */
.flag.flag-sr {
  background-position: -144px -288px;
}

/* line 806, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/vendor/assets/flags/flags.scss */
.flag.flag-ss {
  background-position: -168px -288px;
}

/* line 810, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/vendor/assets/flags/flags.scss */
.flag.flag-st {
  background-position: -192px -288px;
}

/* line 814, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/vendor/assets/flags/flags.scss */
.flag.flag-sv {
  background-position: -216px -288px;
}

/* line 818, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/vendor/assets/flags/flags.scss */
.flag.flag-sy {
  background-position: -240px -288px;
}

/* line 822, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/vendor/assets/flags/flags.scss */
.flag.flag-sz {
  background-position: -264px -288px;
}

/* line 826, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/vendor/assets/flags/flags.scss */
.flag.flag-tc {
  background-position: -288px -288px;
}

/* line 830, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/vendor/assets/flags/flags.scss */
.flag.flag-td {
  background-position: -312px -288px;
}

/* line 834, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/vendor/assets/flags/flags.scss */
.flag.flag-tf {
  background-position: -336px -288px;
}

/* line 838, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/vendor/assets/flags/flags.scss */
.flag.flag-tg {
  background-position: -360px -288px;
}

/* line 842, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/vendor/assets/flags/flags.scss */
.flag.flag-th {
  background-position: 0 -312px;
}

/* line 846, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/vendor/assets/flags/flags.scss */
.flag.flag-tj {
  background-position: -24px -312px;
}

/* line 850, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/vendor/assets/flags/flags.scss */
.flag.flag-tk {
  background-position: -48px -312px;
}

/* line 854, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/vendor/assets/flags/flags.scss */
.flag.flag-tl {
  background-position: -72px -312px;
}

/* line 858, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/vendor/assets/flags/flags.scss */
.flag.flag-tm {
  background-position: -96px -312px;
}

/* line 862, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/vendor/assets/flags/flags.scss */
.flag.flag-tn {
  background-position: -120px -312px;
}

/* line 866, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/vendor/assets/flags/flags.scss */
.flag.flag-to {
  background-position: -144px -312px;
}

/* line 870, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/vendor/assets/flags/flags.scss */
.flag.flag-tr {
  background-position: -168px -312px;
}

/* line 874, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/vendor/assets/flags/flags.scss */
.flag.flag-tt {
  background-position: -192px -312px;
}

/* line 878, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/vendor/assets/flags/flags.scss */
.flag.flag-tv {
  background-position: -216px -312px;
}

/* line 882, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/vendor/assets/flags/flags.scss */
.flag.flag-tw {
  background-position: -240px -312px;
}

/* line 886, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/vendor/assets/flags/flags.scss */
.flag.flag-tz {
  background-position: -264px -312px;
}

/* line 890, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/vendor/assets/flags/flags.scss */
.flag.flag-ua {
  background-position: -288px -312px;
}

/* line 894, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/vendor/assets/flags/flags.scss */
.flag.flag-ug {
  background-position: -312px -312px;
}

/* line 898, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/vendor/assets/flags/flags.scss */
.flag.flag-us {
  background-position: -336px -312px;
}

/* line 902, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/vendor/assets/flags/flags.scss */
.flag.flag-uy {
  background-position: -360px -312px;
}

/* line 906, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/vendor/assets/flags/flags.scss */
.flag.flag-uz {
  background-position: 0 -336px;
}

/* line 910, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/vendor/assets/flags/flags.scss */
.flag.flag-va {
  background-position: -24px -336px;
}

/* line 914, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/vendor/assets/flags/flags.scss */
.flag.flag-vc {
  background-position: -48px -336px;
}

/* line 918, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/vendor/assets/flags/flags.scss */
.flag.flag-ve {
  background-position: -72px -336px;
}

/* line 922, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/vendor/assets/flags/flags.scss */
.flag.flag-vg {
  background-position: -96px -336px;
}

/* line 926, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/vendor/assets/flags/flags.scss */
.flag.flag-vi {
  background-position: -120px -336px;
}

/* line 930, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/vendor/assets/flags/flags.scss */
.flag.flag-vn {
  background-position: -144px -336px;
}

/* line 934, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/vendor/assets/flags/flags.scss */
.flag.flag-vu {
  background-position: -168px -336px;
}

/* line 938, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/vendor/assets/flags/flags.scss */
.flag.flag-wf {
  background-position: -192px -336px;
}

/* line 942, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/vendor/assets/flags/flags.scss */
.flag.flag-ws {
  background-position: -216px -336px;
}

/* line 946, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/vendor/assets/flags/flags.scss */
.flag.flag-ye {
  background-position: -240px -336px;
}

/* line 950, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/vendor/assets/flags/flags.scss */
.flag.flag-yt {
  background-position: -264px -336px;
}

/* line 954, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/vendor/assets/flags/flags.scss */
.flag.flag-za {
  background-position: -288px -336px;
}

/* line 958, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/vendor/assets/flags/flags.scss */
.flag.flag-zm {
  background-position: -312px -336px;
}

/* line 962, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/vendor/assets/flags/flags.scss */
.flag.flag-zw {
  background-position: -336px -336px;
}
.flatpickr-calendar{background:transparent;opacity:0;display:none;text-align:center;visibility:hidden;padding:0;-webkit-animation:none;animation:none;direction:ltr;border:0;font-size:14px;line-height:24px;border-radius:5px;position:absolute;width:307.875px;-webkit-box-sizing:border-box;box-sizing:border-box;-ms-touch-action:manipulation;touch-action:manipulation;background:#fff;-webkit-box-shadow:1px 0 0 #e6e6e6,-1px 0 0 #e6e6e6,0 1px 0 #e6e6e6,0 -1px 0 #e6e6e6,0 3px 13px rgba(0,0,0,0.08);box-shadow:1px 0 0 #e6e6e6,-1px 0 0 #e6e6e6,0 1px 0 #e6e6e6,0 -1px 0 #e6e6e6,0 3px 13px rgba(0,0,0,0.08);}.flatpickr-calendar.open,.flatpickr-calendar.inline{opacity:1;max-height:640px;visibility:visible}.flatpickr-calendar.open{display:inline-block;z-index:99999}.flatpickr-calendar.animate.open{-webkit-animation:fpFadeInDown 300ms cubic-bezier(.23,1,.32,1);animation:fpFadeInDown 300ms cubic-bezier(.23,1,.32,1)}.flatpickr-calendar.inline{display:block;position:relative;top:2px}.flatpickr-calendar.static{position:absolute;top:calc(100% + 2px);}.flatpickr-calendar.static.open{z-index:999;display:block}.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7){-webkit-box-shadow:none !important;box-shadow:none !important}.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1){-webkit-box-shadow:-2px 0 0 #e6e6e6,5px 0 0 #e6e6e6;box-shadow:-2px 0 0 #e6e6e6,5px 0 0 #e6e6e6}.flatpickr-calendar .hasWeeks .dayContainer,.flatpickr-calendar .hasTime .dayContainer{border-bottom:0;border-bottom-right-radius:0;border-bottom-left-radius:0}.flatpickr-calendar .hasWeeks .dayContainer{border-left:0}.flatpickr-calendar.showTimeInput.hasTime .flatpickr-time{height:40px;border-top:1px solid #e6e6e6}.flatpickr-calendar.noCalendar.hasTime .flatpickr-time{height:auto}.flatpickr-calendar:before,.flatpickr-calendar:after{position:absolute;display:block;pointer-events:none;border:solid transparent;content:'';height:0;width:0;left:22px}.flatpickr-calendar.rightMost:before,.flatpickr-calendar.rightMost:after{left:auto;right:22px}.flatpickr-calendar:before{border-width:5px;margin:0 -5px}.flatpickr-calendar:after{border-width:4px;margin:0 -4px}.flatpickr-calendar.arrowTop:before,.flatpickr-calendar.arrowTop:after{bottom:100%}.flatpickr-calendar.arrowTop:before{border-bottom-color:#e6e6e6}.flatpickr-calendar.arrowTop:after{border-bottom-color:#fff}.flatpickr-calendar.arrowBottom:before,.flatpickr-calendar.arrowBottom:after{top:100%}.flatpickr-calendar.arrowBottom:before{border-top-color:#e6e6e6}.flatpickr-calendar.arrowBottom:after{border-top-color:#fff}.flatpickr-calendar:focus{outline:0}.flatpickr-wrapper{position:relative;display:inline-block}.flatpickr-months{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;}.flatpickr-months .flatpickr-month{background:transparent;color:rgba(0,0,0,0.9);fill:rgba(0,0,0,0.9);height:28px;line-height:1;text-align:center;position:relative;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;overflow:hidden;-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}.flatpickr-months .flatpickr-prev-month,.flatpickr-months .flatpickr-next-month{text-decoration:none;cursor:pointer;position:absolute;top:0;line-height:16px;height:28px;padding:10px;z-index:3;color:rgba(0,0,0,0.9);fill:rgba(0,0,0,0.9);}.flatpickr-months .flatpickr-prev-month.disabled,.flatpickr-months .flatpickr-next-month.disabled{display:none}.flatpickr-months .flatpickr-prev-month i,.flatpickr-months .flatpickr-next-month i{position:relative}.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month,.flatpickr-months .flatpickr-next-month.flatpickr-prev-month{/*
      /*rtl:begin:ignore*/left:0;/*
      /*rtl:end:ignore*/}/*
      /*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month.flatpickr-next-month,.flatpickr-months .flatpickr-next-month.flatpickr-next-month{/*
      /*rtl:begin:ignore*/right:0;/*
      /*rtl:end:ignore*/}/*
      /*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month:hover,.flatpickr-months .flatpickr-next-month:hover{color:#959ea9;}.flatpickr-months .flatpickr-prev-month:hover svg,.flatpickr-months .flatpickr-next-month:hover svg{fill:#f64747}.flatpickr-months .flatpickr-prev-month svg,.flatpickr-months .flatpickr-next-month svg{width:14px;height:14px;}.flatpickr-months .flatpickr-prev-month svg path,.flatpickr-months .flatpickr-next-month svg path{-webkit-transition:fill .1s;transition:fill .1s;fill:inherit}.numInputWrapper{position:relative;height:auto;}.numInputWrapper input,.numInputWrapper span{display:inline-block}.numInputWrapper input{width:100%;}.numInputWrapper input::-ms-clear{display:none}.numInputWrapper input::-webkit-outer-spin-button,.numInputWrapper input::-webkit-inner-spin-button{margin:0;-webkit-appearance:none}.numInputWrapper span{position:absolute;right:0;width:14px;padding:0 4px 0 2px;height:50%;line-height:50%;opacity:0;cursor:pointer;border:1px solid rgba(57,57,57,0.15);-webkit-box-sizing:border-box;box-sizing:border-box;}.numInputWrapper span:hover{background:rgba(0,0,0,0.1)}.numInputWrapper span:active{background:rgba(0,0,0,0.2)}.numInputWrapper span:after{display:block;content:"";position:absolute}.numInputWrapper span.arrowUp{top:0;border-bottom:0;}.numInputWrapper span.arrowUp:after{border-left:4px solid transparent;border-right:4px solid transparent;border-bottom:4px solid rgba(57,57,57,0.6);top:26%}.numInputWrapper span.arrowDown{top:50%;}.numInputWrapper span.arrowDown:after{border-left:4px solid transparent;border-right:4px solid transparent;border-top:4px solid rgba(57,57,57,0.6);top:40%}.numInputWrapper span svg{width:inherit;height:auto;}.numInputWrapper span svg path{fill:rgba(0,0,0,0.5)}.numInputWrapper:hover{background:rgba(0,0,0,0.05);}.numInputWrapper:hover span{opacity:1}.flatpickr-current-month{font-size:135%;line-height:inherit;font-weight:300;color:inherit;position:absolute;width:75%;left:12.5%;padding:6.16px 0 0 0;line-height:1;height:28px;display:inline-block;text-align:center;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);}.flatpickr-current-month span.cur-month{font-family:inherit;font-weight:700;color:inherit;display:inline-block;margin-left:.5ch;padding:0;}.flatpickr-current-month span.cur-month:hover{background:rgba(0,0,0,0.05)}.flatpickr-current-month .numInputWrapper{width:6ch;width:7ch\0;display:inline-block;}.flatpickr-current-month .numInputWrapper span.arrowUp:after{border-bottom-color:rgba(0,0,0,0.9)}.flatpickr-current-month .numInputWrapper span.arrowDown:after{border-top-color:rgba(0,0,0,0.9)}.flatpickr-current-month input.cur-year{background:transparent;-webkit-box-sizing:border-box;box-sizing:border-box;color:inherit;cursor:text;padding:0 0 0 .5ch;margin:0;display:inline-block;font-size:inherit;font-family:inherit;font-weight:300;line-height:inherit;height:auto;border:0;border-radius:0;vertical-align:initial;-webkit-appearance:textfield;-moz-appearance:textfield;appearance:textfield;}.flatpickr-current-month input.cur-year:focus{outline:0}.flatpickr-current-month input.cur-year[disabled],.flatpickr-current-month input.cur-year[disabled]:hover{font-size:100%;color:rgba(0,0,0,0.5);background:transparent;pointer-events:none}.flatpickr-weekdays{background:transparent;text-align:center;overflow:hidden;width:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;height:28px;}.flatpickr-weekdays .flatpickr-weekdaycontainer{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}span.flatpickr-weekday{cursor:default;font-size:90%;background:transparent;color:rgba(0,0,0,0.54);line-height:1;margin:0;text-align:center;display:block;-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;font-weight:bolder}.dayContainer,.flatpickr-weeks{padding:1px 0 0 0}.flatpickr-days{position:relative;overflow:hidden;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;width:307.875px;}.flatpickr-days:focus{outline:0}.dayContainer{padding:0;outline:0;text-align:left;width:307.875px;min-width:307.875px;max-width:307.875px;-webkit-box-sizing:border-box;box-sizing:border-box;display:inline-block;display:-ms-flexbox;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-wrap:wrap;-ms-flex-pack:justify;-webkit-justify-content:space-around;justify-content:space-around;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1;}.dayContainer + .dayContainer{-webkit-box-shadow:-1px 0 0 #e6e6e6;box-shadow:-1px 0 0 #e6e6e6}.flatpickr-day{background:none;border:1px solid transparent;border-radius:150px;-webkit-box-sizing:border-box;box-sizing:border-box;color:#393939;cursor:pointer;font-weight:400;width:14.2857143%;-webkit-flex-basis:14.2857143%;-ms-flex-preferred-size:14.2857143%;flex-basis:14.2857143%;max-width:39px;height:39px;line-height:39px;margin:0;display:inline-block;position:relative;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;text-align:center;}.flatpickr-day.inRange,.flatpickr-day.prevMonthDay.inRange,.flatpickr-day.nextMonthDay.inRange,.flatpickr-day.today.inRange,.flatpickr-day.prevMonthDay.today.inRange,.flatpickr-day.nextMonthDay.today.inRange,.flatpickr-day:hover,.flatpickr-day.prevMonthDay:hover,.flatpickr-day.nextMonthDay:hover,.flatpickr-day:focus,.flatpickr-day.prevMonthDay:focus,.flatpickr-day.nextMonthDay:focus{cursor:pointer;outline:0;background:#e6e6e6;border-color:#e6e6e6}.flatpickr-day.today{border-color:#959ea9;}.flatpickr-day.today:hover,.flatpickr-day.today:focus{border-color:#959ea9;background:#959ea9;color:#fff}.flatpickr-day.selected,.flatpickr-day.startRange,.flatpickr-day.endRange,.flatpickr-day.selected.inRange,.flatpickr-day.startRange.inRange,.flatpickr-day.endRange.inRange,.flatpickr-day.selected:focus,.flatpickr-day.startRange:focus,.flatpickr-day.endRange:focus,.flatpickr-day.selected:hover,.flatpickr-day.startRange:hover,.flatpickr-day.endRange:hover,.flatpickr-day.selected.prevMonthDay,.flatpickr-day.startRange.prevMonthDay,.flatpickr-day.endRange.prevMonthDay,.flatpickr-day.selected.nextMonthDay,.flatpickr-day.startRange.nextMonthDay,.flatpickr-day.endRange.nextMonthDay{background:#569ff7;-webkit-box-shadow:none;box-shadow:none;color:#fff;border-color:#569ff7}.flatpickr-day.selected.startRange,.flatpickr-day.startRange.startRange,.flatpickr-day.endRange.startRange{border-radius:50px 0 0 50px}.flatpickr-day.selected.endRange,.flatpickr-day.startRange.endRange,.flatpickr-day.endRange.endRange{border-radius:0 50px 50px 0}.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)),.flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)),.flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)){-webkit-box-shadow:-10px 0 0 #569ff7;box-shadow:-10px 0 0 #569ff7}.flatpickr-day.selected.startRange.endRange,.flatpickr-day.startRange.startRange.endRange,.flatpickr-day.endRange.startRange.endRange{border-radius:50px}.flatpickr-day.inRange{border-radius:0;-webkit-box-shadow:-5px 0 0 #e6e6e6,5px 0 0 #e6e6e6;box-shadow:-5px 0 0 #e6e6e6,5px 0 0 #e6e6e6}.flatpickr-day.disabled,.flatpickr-day.disabled:hover,.flatpickr-day.prevMonthDay,.flatpickr-day.nextMonthDay,.flatpickr-day.notAllowed,.flatpickr-day.notAllowed.prevMonthDay,.flatpickr-day.notAllowed.nextMonthDay{color:rgba(57,57,57,0.3);background:transparent;border-color:transparent;cursor:default}.flatpickr-day.disabled,.flatpickr-day.disabled:hover{cursor:not-allowed;color:rgba(57,57,57,0.1)}.flatpickr-day.week.selected{border-radius:0;-webkit-box-shadow:-5px 0 0 #569ff7,5px 0 0 #569ff7;box-shadow:-5px 0 0 #569ff7,5px 0 0 #569ff7}.flatpickr-day.hidden{visibility:hidden}.rangeMode .flatpickr-day{margin-top:1px}.flatpickr-weekwrapper{display:inline-block;float:left;}.flatpickr-weekwrapper .flatpickr-weeks{padding:0 12px;-webkit-box-shadow:1px 0 0 #e6e6e6;box-shadow:1px 0 0 #e6e6e6}.flatpickr-weekwrapper .flatpickr-weekday{float:none;width:100%;line-height:28px}.flatpickr-weekwrapper span.flatpickr-day,.flatpickr-weekwrapper span.flatpickr-day:hover{display:block;width:100%;max-width:none;color:rgba(57,57,57,0.3);background:transparent;cursor:default;border:none}.flatpickr-innerContainer{display:block;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-sizing:border-box;box-sizing:border-box;overflow:hidden;}.flatpickr-rContainer{display:inline-block;padding:0;-webkit-box-sizing:border-box;box-sizing:border-box}.flatpickr-time{text-align:center;outline:0;display:block;height:0;line-height:40px;max-height:40px;-webkit-box-sizing:border-box;box-sizing:border-box;overflow:hidden;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;}.flatpickr-time:after{content:"";display:table;clear:both}.flatpickr-time .numInputWrapper{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;width:40%;height:40px;float:left;}.flatpickr-time .numInputWrapper span.arrowUp:after{border-bottom-color:#393939}.flatpickr-time .numInputWrapper span.arrowDown:after{border-top-color:#393939}.flatpickr-time.hasSeconds .numInputWrapper{width:26%}.flatpickr-time.time24hr .numInputWrapper{width:49%}.flatpickr-time input{background:transparent;-webkit-box-shadow:none;box-shadow:none;border:0;border-radius:0;text-align:center;margin:0;padding:0;height:inherit;line-height:inherit;color:#393939;font-size:14px;position:relative;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-appearance:textfield;-moz-appearance:textfield;appearance:textfield;}.flatpickr-time input.flatpickr-hour{font-weight:bold}.flatpickr-time input.flatpickr-minute,.flatpickr-time input.flatpickr-second{font-weight:400}.flatpickr-time input:focus{outline:0;border:0}.flatpickr-time .flatpickr-time-separator,.flatpickr-time .flatpickr-am-pm{height:inherit;display:inline-block;float:left;line-height:inherit;color:#393939;font-weight:bold;width:2%;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-align-self:center;-ms-flex-item-align:center;align-self:center}.flatpickr-time .flatpickr-am-pm{outline:0;width:18%;cursor:pointer;text-align:center;font-weight:400}.flatpickr-time input:hover,.flatpickr-time .flatpickr-am-pm:hover,.flatpickr-time input:focus,.flatpickr-time .flatpickr-am-pm:focus{background:#eee}.flatpickr-input[readonly]{cursor:pointer}@-webkit-keyframes fpFadeInDown{from{opacity:0;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes fpFadeInDown{from{opacity:0;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
progress,sub,sup{vertical-align:baseline}button,hr,input{overflow:visible}[type=checkbox],[type=radio],legend{padding:0;box-sizing:border-box}.btn,label{text-transform:uppercase}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent;-webkit-text-decoration-skip:objects}a:active,a:hover{outline-width:0}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}svg:not(:root){overflow:hidden}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}figure{margin:1em 40px}hr{box-sizing:content-box;height:0}button,input,select,textarea{font:inherit;margin:0}optgroup{font-weight:700}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:ButtonText dotted 1px}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{color:inherit;display:table;max-width:100%;white-space:normal}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-input-placeholder{color:inherit;opacity:.54}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}body,h1,h2,h3,h4,h5,h6{-webkit-font-smoothing:antialiased}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Fira Sans","Droid Sans","Helvetica Neue",sans-serif}.btn{padding:12px 18px;background:#333;border:0;color:#fff;font-size:13px;border-radius:0;cursor:pointer;text-decoration:none;box-sizing:border-box;height:44px;display:inline-block}.btn:hover{background:#000}.btn--block{display:block;width:100%;text-align:center}.btn--large{height:auto;font-size:15px;padding:15px 20px}.btn--small{font-size:13px;padding:10px 15px;height:auto}.btn--success{background:#3cb371;color:#fff}.btn.btn--success:hover{background:#2f8d59}.btn--danger{background:#f08080;color:#fff}.btn--danger:hover{background:#eb5252}.container{margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px}.container:after,.container:before{content:" ";display:table}.container:after{clear:both}@media (min-width:992px){.container{width:970px}}@media (min-width:1200px){.container{width:1170px}}label{display:inline-block;font-size:12px;color:#666;margin-bottom:5px}input[type=date],input[type=datetime-local],input[type=email],input[type=number],input[type=password],input[type=tel],input[type=text]{-webkit-appearance:none;-moz-appearance:none;appearance:none}input[type=date],input[type=datetime-local],input[type=email],input[type=number],input[type=password],input[type=tel],input[type=text],select,textarea{height:44px;border:1px solid #EEE;line-height:44px;width:100%;box-sizing:border-box;border-radius:0;background:#fff;padding:0 13px}input[type=date]:focus,input[type=email]:focus,input[type=number]:focus,input[type=password]:focus,input[type=tel]:focus,input[type=text]:focus,select:focus,textarea:focus{border-color:#AAA;outline:0}textarea{overflow:auto;height:auto;line-height:1.6;padding-top:9px;padding-bottom:9px}.form__column,.form__row{margin-bottom:15px}.form__actions{margin-top:20px}input[readonly],select[readonly]{background:#f5f5f5;color:#666}input[readonly]:focus,select[readonly]:focus{border-color:#EEE}@media (min-width:992px){.form__column{margin-bottom:0}.grid{display:flex;flex-wrap:wrap}.grid__column{box-sizing:border-box}.grid__column--leftpad{padding-left:20px}.grid__column--rightpad{padding-right:20px}.grid__column--1{width:8.33%}.grid__column--2{width:16.66%}.grid__column--3{width:25%}.grid__column--4{width:33.33%}.grid__column--5{width:41.66%}.grid__column--6{width:50%}.grid__column--7{width:58.33%}.grid__column--8{width:66.66%}.grid__column--9{width:75%}.grid__column--10{width:83.33%}.grid__column--11{width:91.66%}.grid__column--12{width:100%}}
/* line 3, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/app/assets/freya/stylesheets/alert.scss */
.alert {
  padding: 12px 14px;
}
/* line 6, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/app/assets/freya/stylesheets/alert.scss */
.alert.alert--app.alert--success, .alert.alert--app.alert--notice {
  position: fixed;
  top: 50px;
  left: 50%;
  z-index: 10;
  text-align: center;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  margin: 0;
  padding: 7px 12px 9px;
  font-size: 14px;
  width: 360px;
  margin-left: -200px;
  border-radius: 0 0 4px 4px;
}
/* line 20, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/app/assets/freya/stylesheets/alert.scss */
.alert.alert--app {
  margin: -20px -20px 20px -20px;
}

/* line 25, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/app/assets/freya/stylesheets/alert.scss */
.alert.alert--error {
  color: white;
  background: lightcoral;
}

/* line 29, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/app/assets/freya/stylesheets/alert.scss */
.alert.alert--success, .alert.alert--notice {
  background: mediumaquamarine;
  color: white;
}
/* line 1, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/app/assets/freya/stylesheets/avatar.scss */
.avatar {
  border-radius: 50%;
  overflow: hidden;
  background: #BBB;
  text-indent: -9999px;
  width: 24px;
  height: 24px;
  display: inline-block;
}

/* line 11, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/app/assets/freya/stylesheets/avatar.scss */
.avatar--letter {
  text-decoration: none;
  display: inline-block;
  text-indent: 0;
  text-align: center;
  color: white;
  font-weight: normal;
  background: darksalmon;
  line-height: 24px;
  font-size: 12px;
}
/* line 22, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/app/assets/freya/stylesheets/avatar.scss */
.avatar--letter.avatar--letter--brown {
  background: brown;
}
/* line 26, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/app/assets/freya/stylesheets/avatar.scss */
.avatar--letter.avatar--letter--green {
  background: darkseagreen;
}
/* line 30, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/app/assets/freya/stylesheets/avatar.scss */
.avatar--letter.avatar--letter--blue {
  background: skyblue;
}
/* line 34, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/app/assets/freya/stylesheets/avatar.scss */
.avatar--letter.avatar--letter--grey {
  background: slategray;
}

/* line 39, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/app/assets/freya/stylesheets/avatar.scss */
.avatar--labeled {
  white-space: nowrap;
  text-decoration: none;
}
/* line 43, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/app/assets/freya/stylesheets/avatar.scss */
.avatar--labeled img, .avatar--labeled .avatar--letter {
  vertical-align: top;
  margin-right: 5px;
}
/* line 48, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/app/assets/freya/stylesheets/avatar.scss */
.avatar--labeled:hover .avatar__username {
  text-decoration: none;
}

/* line 53, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/app/assets/freya/stylesheets/avatar.scss */
a .avatar__username {
  text-decoration: underline;
}

/* line 57, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/app/assets/freya/stylesheets/avatar.scss */
.avatar__username {
  height: 20px;
  margin-top: 3px;
  display: inline-block;
  vertical-align: bottom;
  color: #333;
  font-weight: bold;
}
/* line 65, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/app/assets/freya/stylesheets/avatar.scss */
.avatar__username.avatar__username--clean {
  font-weight: normal;
  text-decoration: none;
  height: auto;
  margin-top: 0;
  display: block;
  color: inherit;
}
/* line 3, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/app/assets/freya/stylesheets/base.scss */
body {
  background-color: #f4f6f8;
}
/* line 5, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/app/assets/freya/stylesheets/base.scss */
body.overflow-hidden {
  overflow: hidden;
}

/* line 10, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/app/assets/freya/stylesheets/base.scss */
a {
  color: #79589f;
  text-decoration: none;
}

/* line 15, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/app/assets/freya/stylesheets/base.scss */
img {
  margin: 0 auto;
  max-width: 100%;
}

/* line 20, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/app/assets/freya/stylesheets/base.scss */
.hidden {
  display: none;
}
/* line 3, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/app/assets/freya/stylesheets/block.scss */
.block {
  background-color: white;
  margin: 0 -15px;
}
/* line 7, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/app/assets/freya/stylesheets/block.scss */
.block .block__body {
  padding: 15px;
}

@media (min-width: 768px) {
  /* line 13, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/app/assets/freya/stylesheets/block.scss */
  .block {
    margin: 0;
  }
}
/* line 4, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/app/assets/freya/stylesheets/breadcrumbs.scss */
.breadcrumbs, .breadcrumbs a {
  color: #919eaa;
  font-size: 13px;
}
/* line 8, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/app/assets/freya/stylesheets/breadcrumbs.scss */
.breadcrumbs:hover, .breadcrumbs a:hover {
  color: #687887;
}
/* line 4, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/app/assets/freya/stylesheets/btn.scss */
html .btn {
  background-color: #79589f;
  font-size: 15px;
  text-transform: none;
  box-shadow: inset 0 -3px rgba(0, 0, 0, 0.3);
  padding: 10px 18px 14px;
  border-radius: 3px;
  font-weight: bold;
  white-space: nowrap;
  transition: all ease-in-out 200ms;
}
/* line 15, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/app/assets/freya/stylesheets/btn.scss */
html .btn.btn--iconable {
  padding-top: 9px;
  white-space: nowrap;
}
/* line 20, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/app/assets/freya/stylesheets/btn.scss */
html .btn:hover {
  background-color: #6d4f8f;
}
/* line 24, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/app/assets/freya/stylesheets/btn.scss */
html .btn.btn--danger {
  background-color: #e6391a;
}
/* line 27, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/app/assets/freya/stylesheets/btn.scss */
html .btn.btn--danger:hover {
  background-color: #d03317;
}
/* line 32, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/app/assets/freya/stylesheets/btn.scss */
html .btn.btn--green {
  background-color: mediumaquamarine;
}
/* line 35, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/app/assets/freya/stylesheets/btn.scss */
html .btn.btn--green:hover {
  background-color: #53c79f;
}
/* line 40, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/app/assets/freya/stylesheets/btn.scss */
html .btn.btn--discrete {
  background-color: #e8e8ee;
  box-shadow: inset 0 -3px rgba(0, 0, 0, 0.1);
  color: #333;
}
/* line 45, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/app/assets/freya/stylesheets/btn.scss */
html .btn.btn--discrete:hover {
  background-color: #dadae3;
}
/* line 50, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/app/assets/freya/stylesheets/btn.scss */
html .btn.btn--transparent {
  background-color: transparent;
  padding: 0;
  color: #79589f;
  height: auto;
  box-shadow: none;
  font-weight: normal;
}
/* line 58, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/app/assets/freya/stylesheets/btn.scss */
html .btn.btn--transparent:hover {
  color: #9377b3;
}
/* line 63, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/app/assets/freya/stylesheets/btn.scss */
html .btn.btn--block {
  display: block;
}
/* line 67, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/app/assets/freya/stylesheets/btn.scss */
html .btn.btn--nano {
  text-transform: uppercase;
  font-size: 13px;
  padding: 8px 12px 10px;
  height: auto;
}
/* line 73, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/app/assets/freya/stylesheets/btn.scss */
html .btn.btn--nano .icon {
  font-size: 16px;
}
/* line 78, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/app/assets/freya/stylesheets/btn.scss */
html .btn.btn--destroy {
  background-color: #e8e8ee;
  color: #666;
}
/* line 82, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/app/assets/freya/stylesheets/btn.scss */
html .btn.btn--destroy:hover {
  background-color: #e6391a;
  color: white;
}
/* line 3, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/app/assets/freya/stylesheets/changelog.scss */
.changelog {
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-size: 12px;
}
/* line 9, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/app/assets/freya/stylesheets/changelog.scss */
.changelog .changelog__hide {
  display: none;
}
/* line 12, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/app/assets/freya/stylesheets/changelog.scss */
.changelog .changelog__open, .changelog .changelog__hide {
  font-size: 15px;
  vertical-align: sub;
  margin-right: 5px;
}
/* line 18, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/app/assets/freya/stylesheets/changelog.scss */
.changelog .changelog__item {
  display: block;
  padding: 8px;
  border-bottom: 1px dotted #e8e8ee;
  color: #919eaa;
}
/* line 24, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/app/assets/freya/stylesheets/changelog.scss */
.changelog .changelog__item:hover {
  color: #333;
  background-color: #fafbfc;
}
/* line 29, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/app/assets/freya/stylesheets/changelog.scss */
.changelog .changelog__item.changelog__item--active .changelog__open {
  display: none;
}
/* line 32, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/app/assets/freya/stylesheets/changelog.scss */
.changelog .changelog__item.changelog__item--active .changelog__hide {
  display: inline-block;
}
/* line 35, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/app/assets/freya/stylesheets/changelog.scss */
.changelog .changelog__item.changelog__item--active .material-icons {
  content: 'zoom_out';
}
/* line 38, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/app/assets/freya/stylesheets/changelog.scss */
.changelog .changelog__item.changelog__item--active .changelog__details {
  display: block;
}
/* line 44, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/app/assets/freya/stylesheets/changelog.scss */
.changelog .changelog__details {
  background-color: #e8e8ee;
  margin-top: 5px;
  display: none;
  padding: 10px 12px;
}
/* line 3, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/app/assets/freya/stylesheets/destroy-block.scss */
.destroy-block {
  margin-top: 30px;
  border-top: 1px solid #e8e8ee;
  padding-top: 15px;
}
/* line 8, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/app/assets/freya/stylesheets/destroy-block.scss */
.destroy-block p {
  margin: 0 0 10px;
  font-size: 13px;
  color: #919eaa;
}
/* line 3, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/app/assets/freya/stylesheets/dropdown.scss */
.dropdown {
  position: relative;
}
/* line 6, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/app/assets/freya/stylesheets/dropdown.scss */
.dropdown.dropdown--unrelative {
  position: static;
}
/* line 12, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/app/assets/freya/stylesheets/dropdown.scss */
.dropdown.dropdown--hover:hover .dropdown__menu, .dropdown.open .dropdown__menu {
  display: block;
}
/* line 15, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/app/assets/freya/stylesheets/dropdown.scss */
.dropdown.dropdown--hover:hover .dropdown__toggle.btn, .dropdown.open .dropdown__toggle.btn {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
/* line 20, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/app/assets/freya/stylesheets/dropdown.scss */
.dropdown.dropdown--hover:hover .dropdown__select, .dropdown.open .dropdown__select {
  border-top: 1px solid #DDD;
}
/* line 26, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/app/assets/freya/stylesheets/dropdown.scss */
.dropdown.dropdown--animated .dropdown__menu {
  display: block;
  max-height: 0;
  opacity: 0.5;
  overflow: hidden;
  -moz-transition: 0.25s;
  -ms-transition: 0.25s;
  -o-transition: 0.25s;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
/* line 37, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/app/assets/freya/stylesheets/dropdown.scss */
.dropdown.dropdown--animated.open .dropdown__menu, .dropdown.dropdown--animated.dropdown--hover:hover .dropdown__menu {
  max-height: 500px;
  opacity: 1;
}

/* line 45, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/app/assets/freya/stylesheets/dropdown.scss */
.dropdown.dropdown--right .dropdown__menu {
  right: 0;
}

/* line 49, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/app/assets/freya/stylesheets/dropdown.scss */
.dropdown__menu {
  position: absolute;
  top: 100%;
  display: none;
  min-width: 240px;
  z-index: 100;
}
/* line 56, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/app/assets/freya/stylesheets/dropdown.scss */
.dropdown__menu.dropdown__menu--thin {
  min-width: 128px;
}
/* line 60, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/app/assets/freya/stylesheets/dropdown.scss */
.dropdown__menu a, .dropdown__menu li {
  display: block;
}
/* line 4, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/app/assets/freya/stylesheets/filter.scss */
.filter.filter--inline {
  display: flex;
  align-items: bottom;
}
/* line 8, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/app/assets/freya/stylesheets/filter.scss */
.filter.filter--inline > * {
  margin-right: 15px;
}
/* line 11, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/app/assets/freya/stylesheets/filter.scss */
.filter.filter--inline > *:last-child {
  margin-right: 0;
}
/* line 2, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/app/assets/freya/stylesheets/flatpickr-freya.scss */
html .flatpickr-input[readonly] {
  background-color: white;
}
/* line 5, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/app/assets/freya/stylesheets/flatpickr-freya.scss */
html .flatpickr-time .numInput {
  border: 0;
}
/* line 8, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/app/assets/freya/stylesheets/flatpickr-freya.scss */
html .flatpickr-time .numInput, html .flatpickr-time .numInput:focus {
  box-shadow: none;
}
/* line 1, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/app/assets/freya/stylesheets/flexbox.scss */
.flexbox {
  display: flex;
}
/* line 4, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/app/assets/freya/stylesheets/flexbox.scss */
.flexbox.flexbox--vcentered {
  align-items: center;
}
/* line 3, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/app/assets/freya/stylesheets/footer.scss */
.footer {
  font-size: 12px;
  color: #DDD;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
}
/* line 8, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/app/assets/freya/stylesheets/footer.scss */
.footer.footer--nav {
  padding: 0 15px;
  color: #e8e8ee;
  text-shadow: none;
  color: #9fabb5;
}

/* line 15, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/app/assets/freya/stylesheets/footer.scss */
.footer__heart {
  color: lightcoral;
}
/* line 3, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/app/assets/freya/stylesheets/form.scss */
input[type=text],
input[type=email],
input[type=password],
input[type=date],
input[type=number],
input[type=tel],
input[type=datetime-local],
select,
textarea {
  border-color: #e8e8ee;
  font-size: 14px;
  transition: all 0.2s ease-in-out 0s;
  border-radius: 2px;
}
/* line 17, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/app/assets/freya/stylesheets/form.scss */
input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=date]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=datetime-local]:focus,
select:focus,
textarea:focus {
  border-color: #79589f;
  box-shadow: inset 0 0 0 1px #79589f;
}

/* line 23, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/app/assets/freya/stylesheets/form.scss */
input[readonly] {
  background-color: #f4f6f8;
}

/* line 26, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/app/assets/freya/stylesheets/form.scss */
input[type=file] {
  border: 1px solid #e8e8ee;
  display: block;
  padding: 10px;
  box-sizing: border-box;
  height: 44px;
  width: 100%;
  background: white;
  font-size: 14px;
}

/* line 37, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/app/assets/freya/stylesheets/form.scss */
fieldset {
  margin: 30px 0 15px;
  padding: 15px 0 0 30px;
  border-width: 1px 0 0 0;
  border-style: solid;
  border-color: #e8e8ee;
}

/* line 45, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/app/assets/freya/stylesheets/form.scss */
legend {
  background-color: #f4f6f8;
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: -10px;
  font-weight: 500;
  color: #919eaa;
}
/* line 54, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/app/assets/freya/stylesheets/form.scss */
legend small {
  display: none;
}

@media screen and (min-width: 992px) {
  /* line 60, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/app/assets/freya/stylesheets/form.scss */
  html fieldset {
    position: relative;
    padding-left: 320px;
  }
  /* line 64, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/app/assets/freya/stylesheets/form.scss */
  html fieldset legend {
    position: absolute;
    left: 0;
    max-width: 300px;
  }
  /* line 69, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/app/assets/freya/stylesheets/form.scss */
  html fieldset legend small {
    display: block;
    font-weight: normal;
    margin-top: 5px;
  }
}
@media (min-width: 768px) {
  /* line 4, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/app/assets/freya/stylesheets/grid.scss */
  .grid {
    zoom: 1;
    overflow: hidden;
  }

  /* line 9, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/app/assets/freya/stylesheets/grid.scss */
  .grid.grid--padded {
    margin-left: -10px;
    margin-right: -10px;
  }
  /* line 13, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/app/assets/freya/stylesheets/grid.scss */
  .grid.grid--padded .grid__column {
    padding-left: 10px;
    padding-right: 10px;
  }

  /* line 19, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/app/assets/freya/stylesheets/grid.scss */
  .grid__column {
    float: left;
    box-sizing: border-box;
  }
  /* line 23, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/app/assets/freya/stylesheets/grid.scss */
  .grid__column.grid__column--right {
    float: right;
  }

  /* line 27, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/app/assets/freya/stylesheets/grid.scss */
  .grid__column--leftpad {
    padding-left: 15px;
  }

  /* line 30, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/app/assets/freya/stylesheets/grid.scss */
  .grid__column--rightpad {
    padding-right: 15px;
  }

  /* line 33, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/app/assets/freya/stylesheets/grid.scss */
  .grid__column--small-leftpad {
    padding-left: 10px;
  }

  /* line 36, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/app/assets/freya/stylesheets/grid.scss */
  .grid__column--small-rightpad {
    padding-right: 10px;
  }

  /* line 39, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/app/assets/freya/stylesheets/grid.scss */
  .grid__column--rightpad-regular {
    padding-right: 15px;
  }

  /* line 42, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/app/assets/freya/stylesheets/grid.scss */
  .grid__column--leftpad-regular {
    padding-left: 15px;
  }

  /* line 47, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/app/assets/freya/stylesheets/grid.scss */
  body .grid__column--1 {
    width: 8.33%;
  }
  /* line 50, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/app/assets/freya/stylesheets/grid.scss */
  body .grid__column--2 {
    width: 16.66%;
  }
  /* line 53, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/app/assets/freya/stylesheets/grid.scss */
  body .grid__column--3 {
    width: 25%;
  }
  /* line 56, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/app/assets/freya/stylesheets/grid.scss */
  body .grid__column--4 {
    width: 33.33%;
  }
  /* line 59, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/app/assets/freya/stylesheets/grid.scss */
  body .grid__column--5 {
    width: 41.66%;
  }
  /* line 62, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/app/assets/freya/stylesheets/grid.scss */
  body .grid__column--6 {
    width: 50%;
  }
  /* line 65, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/app/assets/freya/stylesheets/grid.scss */
  body .grid__column--7 {
    width: 58.33%;
  }
  /* line 68, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/app/assets/freya/stylesheets/grid.scss */
  body .grid__column--8 {
    width: 66.66%;
  }
  /* line 71, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/app/assets/freya/stylesheets/grid.scss */
  body .grid__column--9 {
    width: 75%;
  }
  /* line 74, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/app/assets/freya/stylesheets/grid.scss */
  body .grid__column--10 {
    width: 83.33%;
  }
  /* line 77, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/app/assets/freya/stylesheets/grid.scss */
  body .grid__column--11 {
    width: 91.66%;
  }
}
@media (min-width: 992px) {
  /* line 84, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/app/assets/freya/stylesheets/grid.scss */
  .grid.grid--padded {
    margin-left: -15px;
    margin-right: -15px;
  }
  /* line 88, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/app/assets/freya/stylesheets/grid.scss */
  .grid.grid--padded .grid__column {
    padding-left: 15px;
    padding-right: 15px;
  }
}
/* line 3, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/app/assets/freya/stylesheets/header.scss */
.header {
  background-color: #79589f;
  background-image: linear-gradient(135deg, rgba(0, 161, 224, 0.3), transparent);
  height: auto;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 3;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
/* line 14, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/app/assets/freya/stylesheets/header.scss */
.header, .header a {
  color: white;
  text-decoration: none;
}
/* line 19, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/app/assets/freya/stylesheets/header.scss */
.header > * {
  flex-grow: 0;
}
/* line 23, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/app/assets/freya/stylesheets/header.scss */
.header .header__search {
  width: 100%;
  box-sizing: border-box;
  padding: 7px 15px;
  display: none;
  flex-grow: 1;
  order: 2;
}

/* line 34, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/app/assets/freya/stylesheets/header.scss */
.header__menu {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}
/* line 41, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/app/assets/freya/stylesheets/header.scss */
.header__menu .header__menu-item {
  padding: 10px 15px;
}

/* line 46, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/app/assets/freya/stylesheets/header.scss */
.header__menu-toggle {
  display: block;
  box-sizing: content-box;
  width: 22px;
  padding: 15px 15px 24px;
}
/* line 52, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/app/assets/freya/stylesheets/header.scss */
.header__menu-toggle .icon-hamburger__lines {
  position: relative;
  display: block;
  margin-top: 10px;
}
/* line 57, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/app/assets/freya/stylesheets/header.scss */
.header__menu-toggle .icon-hamburger__lines:before, .header__menu-toggle .icon-hamburger__lines::after {
  content: '';
  position: absolute;
  left: 0;
}
/* line 63, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/app/assets/freya/stylesheets/header.scss */
.header__menu-toggle .icon-hamburger__lines::before {
  top: -6px;
}
/* line 66, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/app/assets/freya/stylesheets/header.scss */
.header__menu-toggle .icon-hamburger__lines::after {
  top: 6px;
}
/* line 70, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/app/assets/freya/stylesheets/header.scss */
.header__menu-toggle .icon-hamburger__lines,
.header__menu-toggle .icon-hamburger__lines::before,
.header__menu-toggle .icon-hamburger__lines::after {
  width: 100%;
  height: 1px;
  -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  background-color: white;
}

/* line 81, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/app/assets/freya/stylesheets/header.scss */
.header__item {
  height: 50px;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
  line-height: 50px;
  font-size: 16px;
  text-align: center;
  display: block;
}
/* line 91, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/app/assets/freya/stylesheets/header.scss */
.header__item:hover, .header__item:focus {
  background: #6d4f8f;
  box-shadow: none;
}
/* line 97, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/app/assets/freya/stylesheets/header.scss */
.header__item.header__item--logo {
  margin-left: 0;
  padding-left: 0;
  width: auto;
  text-align: left;
  display: flex;
  align-items: center;
}
/* line 105, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/app/assets/freya/stylesheets/header.scss */
.header__item.header__item--logo:hover {
  background-color: transparent;
}
/* line 109, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/app/assets/freya/stylesheets/header.scss */
.header__item.header__item--logo a {
  display: flex;
}
/* line 113, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/app/assets/freya/stylesheets/header.scss */
.header__item.header__item--logo img {
  height: 27px;
}
/* line 119, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/app/assets/freya/stylesheets/header.scss */
.header__item.header__item--icon .icon {
  font-size: 18px;
  float: left;
  margin-top: 15px;
}

/* line 127, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/app/assets/freya/stylesheets/header.scss */
.header__toggle {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  border: 0;
  background: transparent;
}
/* line 135, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/app/assets/freya/stylesheets/header.scss */
.header__toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
  background: #FFF;
}
/* line 142, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/app/assets/freya/stylesheets/header.scss */
.header__toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}

/* line 148, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/app/assets/freya/stylesheets/header.scss */
.header__user--store {
  margin-left: auto;
}

/* line 153, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/app/assets/freya/stylesheets/header.scss */
.header__user .header__item {
  padding-top: 9px;
  padding-bottom: 8px;
}
/* line 157, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/app/assets/freya/stylesheets/header.scss */
.header__user .header__item .avatar {
  width: 32px;
  height: 32px;
  display: inline-block;
}
/* line 162, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/app/assets/freya/stylesheets/header.scss */
.header__user .header__item .avatar.avatar--letter {
  color: white;
  line-height: 32px;
  font-size: 15px;
}
/* line 170, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/app/assets/freya/stylesheets/header.scss */
.header__user .header__user-carrot {
  float: right;
  margin-left: 5px;
  margin-top: 8px;
  display: none;
  font-weight: bold;
}
/* line 178, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/app/assets/freya/stylesheets/header.scss */
.header__user .dropdown__menu {
  background: #6d4f8f;
  right: 0;
  z-index: 2;
  width: 240px;
  min-width: 240px;
}
/* line 185, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/app/assets/freya/stylesheets/header.scss */
.header__user .dropdown__menu a {
  padding: 10px 15px;
  border-top: 1px solid #60467e;
}
/* line 189, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/app/assets/freya/stylesheets/header.scss */
.header__user .dropdown__menu a:hover {
  background-color: #60467e;
}
/* line 193, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/app/assets/freya/stylesheets/header.scss */
.header__user .dropdown__menu a .icon {
  margin-right: 5px;
  font-size: 14px;
}

@media (min-width: 768px) {
  /* line 203, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/app/assets/freya/stylesheets/header.scss */
  .header .header__search {
    display: flex;
    order: 0;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-right: 15px;
    width: 400px;
  }
  /* line 212, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/app/assets/freya/stylesheets/header.scss */
  .header .header__menu-toggle {
    display: none;
  }
  /* line 217, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/app/assets/freya/stylesheets/header.scss */
  .header .header__item.header__item--logo {
    margin-left: inherit;
    padding-left: 15px;
  }
}
@media (min-width: 992px) {
  /* line 226, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/app/assets/freya/stylesheets/header.scss */
  .header {
    height: 50px;
  }

  /* line 230, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/app/assets/freya/stylesheets/header.scss */
  .header__item {
    padding-left: 20px;
    padding-right: 20px;
  }
  /* line 235, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/app/assets/freya/stylesheets/header.scss */
  .header__item.header__item--logo img {
    height: 35px;
  }

  /* line 242, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/app/assets/freya/stylesheets/header.scss */
  .header__user .dropdown__menu a {
    padding: 15px 20px;
  }
  /* line 245, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/app/assets/freya/stylesheets/header.scss */
  .header__user .header__user__name {
    padding: 10px 15px;
  }
  /* line 248, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/app/assets/freya/stylesheets/header.scss */
  .header__user .icon {
    display: inline-block;
  }
}
/* line 1, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/app/assets/freya/stylesheets/icon.scss */
.icon.icon--left {
  margin-right: 5px;
}

/* line 4, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/app/assets/freya/stylesheets/icon.scss */
.icon.icon--small {
  font-size: 16px;
}

/* line 8, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/app/assets/freya/stylesheets/icon.scss */
.icon--check {
  width: 22px;
}

/* line 11, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/app/assets/freya/stylesheets/icon.scss */
.icon--block-centered {
  display: block;
  margin: 0 auto;
}
/* line 3, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/app/assets/freya/stylesheets/list.scss */
.list {
  background: white;
}
/* line 5, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/app/assets/freya/stylesheets/list.scss */
.list li:first-child {
  border-top: 1px solid #ebeef0;
}
/* line 9, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/app/assets/freya/stylesheets/list.scss */
.list .list__item {
  display: flex;
  align-items: center;
  padding: 15px 20px;
  border-bottom: 1px solid #ebeef0;
  border-top: none;
}
/* line 16, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/app/assets/freya/stylesheets/list.scss */
.list .list__item i {
  color: #919eaa;
}
/* line 2, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/app/assets/freya/stylesheets/mobility.scss */
.mobility .mobility__locale {
  display: flex;
  margin-bottom: 0;
  border-bottom: 1px solid #ebeef0;
}
/* line 7, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/app/assets/freya/stylesheets/mobility.scss */
.mobility .mobility__locale:first-of-type {
  border-top: 1px solid #ebeef0;
}
/* line 11, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/app/assets/freya/stylesheets/mobility.scss */
.mobility .mobility__flag {
  flex-grow: 0;
  padding: 9px 10px 6px;
}
/* line 15, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/app/assets/freya/stylesheets/mobility.scss */
.mobility input, .mobility textarea {
  border-width: 0 1px 0;
  margin-bottom: 0;
  flex-grow: 1;
}
/* line 22, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/app/assets/freya/stylesheets/mobility.scss */
.mobility .mobility__expanded .mobility__expand {
  display: block;
  padding: 5px 0;
  font-size: 13px;
}
/* line 27, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/app/assets/freya/stylesheets/mobility.scss */
.mobility .mobility__expanded .mobility__expand.mobility__expand--hide {
  display: none;
}
/* line 31, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/app/assets/freya/stylesheets/mobility.scss */
.mobility .mobility__expanded .mobility__expand:hover {
  color: #333;
}
/* line 37, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/app/assets/freya/stylesheets/mobility.scss */
.mobility .mobility__expanded.open .mobility__expand--open {
  display: none;
}
/* line 40, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/app/assets/freya/stylesheets/mobility.scss */
.mobility .mobility__expanded.open .mobility__expand--hide {
  display: block;
}
/* line 43, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/app/assets/freya/stylesheets/mobility.scss */
.mobility .mobility__expanded.open .mobility__locale {
  display: flex;
}
/* line 48, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/app/assets/freya/stylesheets/mobility.scss */
.mobility .mobility__expanded .mobility__locale {
  display: none;
}
/* line 4, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/app/assets/freya/stylesheets/modal.scss */
.modal {
  width: 260px;
  z-index: 4;
  overflow-y: auto;
  height: 100%;
  position: fixed;
  top: 0;
}
/* line 12, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/app/assets/freya/stylesheets/modal.scss */
.modal.modal--right {
  background-color: #fff;
  right: -260px;
  transition: right 150ms cubic-bezier(0.19, 1, 0.22, 1);
  box-shadow: -5px 0 5px rgba(0, 0, 0, 0.1);
}

/* line 21, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/app/assets/freya/stylesheets/modal.scss */
.modal--open.modal--right {
  right: 0;
}

/* line 26, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/app/assets/freya/stylesheets/modal.scss */
.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  transition: opacity 0.3s ease-out;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.3);
  display: none;
  -webkit-tap-highlight-color: transparent;
}
/* line 39, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/app/assets/freya/stylesheets/modal.scss */
.modal-overlay.modal-overlay--visible {
  display: block;
  opacity: 1;
}

/* line 45, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/app/assets/freya/stylesheets/modal.scss */
.modal-nav {
  height: 100%;
}
/* line 48, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/app/assets/freya/stylesheets/modal.scss */
.modal-nav.modal-nav--right {
  background-color: #fff;
}

/* line 53, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/app/assets/freya/stylesheets/modal.scss */
.modal__body {
  padding: 30px;
}

@media (min-width: 769px) {
  /* line 58, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/app/assets/freya/stylesheets/modal.scss */
  .modal.modal--right {
    width: 640px;
    right: -640px;
  }

  /* line 62, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/app/assets/freya/stylesheets/modal.scss */
  .modal.modal--open.modal--right {
    right: 0;
  }
}
@charset "UTF-8";
/* line 3, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/app/assets/freya/stylesheets/nav.scss */
.nav {
  padding-top: 10px;
  padding-bottom: 15px;
  background-color: #f4f6f8;
  position: fixed;
  left: -100%;
  top: 50px;
  z-index: 2;
  width: 100%;
  height: calc(100% - 51px);
  transition: all ease-in-out 0.3s;
}
/* line 15, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/app/assets/freya/stylesheets/nav.scss */
.nav.nav--open {
  left: 0;
  overflow-y: auto;
}
/* line 19, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/app/assets/freya/stylesheets/nav.scss */
.nav.nav--open a:hover,
.nav.nav--open a.active {
  border-radius: 0;
}
/* line 25, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/app/assets/freya/stylesheets/nav.scss */
.nav, .nav .nav__menu a {
  color: #27303a;
}
/* line 29, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/app/assets/freya/stylesheets/nav.scss */
.nav .nav__menu a {
  border-top-right-radius: 22px;
  border-bottom-right-radius: 22px;
}
/* line 34, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/app/assets/freya/stylesheets/nav.scss */
.nav .nav__menu a.active, .nav .nav__menu a.active:hover {
  background-color: #e0e0e7;
  font-weight: 600;
}
/* line 39, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/app/assets/freya/stylesheets/nav.scss */
.nav .nav__menu a:hover, .nav .dropdown:hover .dropdown__toggle {
  background: #e8e8ee;
}
/* line 43, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/app/assets/freya/stylesheets/nav.scss */
.nav .icon {
  margin-right: 5px;
  width: 24px;
  display: inline-block;
  text-align: center;
}
/* line 50, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/app/assets/freya/stylesheets/nav.scss */
.nav .nav__menu a {
  display: block;
  padding: 10px 15px;
  text-decoration: none;
  font-size: 15px;
  line-height: 24px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: flex;
  align-items: center;
}
/* line 62, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/app/assets/freya/stylesheets/nav.scss */
.nav .nav__menu a .icon {
  text-align: left;
  flex-grow: 0;
  width: 30px;
  color: #919eaa;
}
/* line 70, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/app/assets/freya/stylesheets/nav.scss */
.nav .nav__menu {
  margin-bottom: 15px;
}
/* line 73, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/app/assets/freya/stylesheets/nav.scss */
.nav .nav__menu li {
  display: block;
}
/* line 78, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/app/assets/freya/stylesheets/nav.scss */
.nav .nav__subtitle {
  margin: 0;
  padding: 5px 15px;
  text-transform: uppercase;
  color: #919eaa;
  font-size: 12px;
}
/* line 86, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/app/assets/freya/stylesheets/nav.scss */
.nav .nav__submenu {
  margin: 0;
  padding: 0;
  list-style-type: none;
  max-height: 0;
  transition: max-height 300ms;
  overflow: hidden;
}
/* line 94, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/app/assets/freya/stylesheets/nav.scss */
.nav .nav__submenu a {
  padding: 5px 15px 5px 26px;
  font-size: 13px;
  line-height: 20px;
}
/* line 99, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/app/assets/freya/stylesheets/nav.scss */
.nav .nav__submenu a:before {
  margin-right: 10px;
  content: '↳';
  color: #919eaa;
}
/* line 108, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/app/assets/freya/stylesheets/nav.scss */
.nav .nav__item.nav__item--submenu {
  position: relative;
}
/* line 112, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/app/assets/freya/stylesheets/nav.scss */
.nav .nav__item.nav__item--submenu.open > a:after {
  content: "-";
}
/* line 116, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/app/assets/freya/stylesheets/nav.scss */
.nav .nav__item.nav__item--submenu.open .nav__submenu {
  max-height: 500px;
}
/* line 121, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/app/assets/freya/stylesheets/nav.scss */
.nav .nav__item.nav__item--submenu > a:after {
  content: '+';
  position: absolute;
  top: 8px;
  right: 15px;
  color: #919eaa;
  font-size: 25px;
  font-weight: normal;
}

/* line 134, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/app/assets/freya/stylesheets/nav.scss */
.nav__content {
  transition: margin-left ease-in-out 0.1s;
  margin-top: 50px;
  padding: 15px;
}

@media (min-width: 768px) {
  /* line 141, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/app/assets/freya/stylesheets/nav.scss */
  html, body {
    height: 100%;
  }

  /* line 145, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/app/assets/freya/stylesheets/nav.scss */
  .nav {
    box-sizing: border-box;
    float: left;
    height: 100%;
    width: 210px;
    display: block;
    overflow-y: auto;
    position: fixed;
    top: 50px;
    left: 0;
  }

  /* line 156, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/app/assets/freya/stylesheets/nav.scss */
  .nav__content {
    margin-left: 210px;
    padding: 20px;
  }
}
/* line 4, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/app/assets/freya/stylesheets/omnisearch.scss */
.omnisearch .omnisearch__form {
  display: flex;
  position: relative;
  width: 100%;
}
/* line 9, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/app/assets/freya/stylesheets/omnisearch.scss */
.omnisearch input.omnisearch__input {
  border-radius: 18px;
  padding-left: 15px;
  background-color: rgba(255, 255, 255, 0.2);
  border: 0;
  color: white;
  height: 36px;
  transition: background-color 0.3s ease-in-out;
  text-indent: 25px;
}
/* line 19, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/app/assets/freya/stylesheets/omnisearch.scss */
.omnisearch input.omnisearch__input:hover {
  background-color: rgba(255, 255, 255, 0.4);
}
/* line 23, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/app/assets/freya/stylesheets/omnisearch.scss */
.omnisearch input.omnisearch__input:focus {
  background-color: white;
  color: #333;
}
/* line 27, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/app/assets/freya/stylesheets/omnisearch.scss */
.omnisearch input.omnisearch__input:focus + .omnisearch__icon {
  color: #999;
}
/* line 31, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/app/assets/freya/stylesheets/omnisearch.scss */
.omnisearch .omnisearch__icon {
  position: absolute;
  left: 10px;
  top: 6px;
  font-size: 24px;
  color: #dcd2e6;
}
/* line 3, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/app/assets/freya/stylesheets/page-header.scss */
.page-header {
  margin: 0 0 20px;
  position: relative;
  font-size: 32px;
  font-weight: normal;
}
/* Compatible with Pagy */
/* line 5, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/app/assets/freya/stylesheets/pagination.scss */
.pagination {
  margin-top: 15px;
}
/* line 8, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/app/assets/freya/stylesheets/pagination.scss */
.pagination .page {
  display: inline-block;
}
/* line 11, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/app/assets/freya/stylesheets/pagination.scss */
.pagination .page a, .pagination .page.active, .pagination .page.disabled {
  display: inline-block;
  padding: 10px 20px;
  border-radius: 3px;
  border: 1px solid #ebeef0;
  color: #333;
}
/* line 19, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/app/assets/freya/stylesheets/pagination.scss */
.pagination .page.disabled {
  opacity: 0.5;
  display: none;
}
/* line 23, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/app/assets/freya/stylesheets/pagination.scss */
.pagination .page.active {
  font-weight: 600;
  color: white;
}
/* line 27, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/app/assets/freya/stylesheets/pagination.scss */
.pagination .page.active, .pagination .page.active:hover {
  background-color: #79589f;
}
/* line 31, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/app/assets/freya/stylesheets/pagination.scss */
.pagination .page:hover {
  background-color: #ebeef0;
}
/* line 3, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/app/assets/freya/stylesheets/pretty-checkbox.scss */
.pretty-checkbox {
  display: flex;
}
/* line 6, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/app/assets/freya/stylesheets/pretty-checkbox.scss */
.pretty-checkbox .pretty-checkbox__icon {
  flex-grow: 0;
  width: 24px;
  margin-right: 5px;
  color: #999;
  transition: all 0.5s;
}
/* line 13, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/app/assets/freya/stylesheets/pretty-checkbox.scss */
.pretty-checkbox .pretty-checkbox__icon:after {
  content: 'check_box_outline_blank';
}
/* line 18, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/app/assets/freya/stylesheets/pretty-checkbox.scss */
.pretty-checkbox input {
  display: none;
}
/* line 22, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/app/assets/freya/stylesheets/pretty-checkbox.scss */
.pretty-checkbox input:checked + .pretty-checkbox__icon:after {
  content: 'check_box_outline';
  color: #79589f;
}
/* line 27, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/app/assets/freya/stylesheets/pretty-checkbox.scss */
.pretty-checkbox .pretty-checkbox__text {
  font-size: 15px;
  text-transform: none;
  color: #333;
  margin-top: 2px;
}
/* line 34, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/app/assets/freya/stylesheets/pretty-checkbox.scss */
.pretty-checkbox + .help-block {
  display: block;
  margin-top: -2px;
}
/* line 3, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/app/assets/freya/stylesheets/section.scss */
.section {
  margin-bottom: 15px;
}
/* line 6, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/app/assets/freya/stylesheets/section.scss */
.section.section--small {
  margin-bottom: 5px;
}
/* line 9, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/app/assets/freya/stylesheets/section.scss */
.section.section--full-width {
  margin-left: -20px;
  margin-right: -20px;
}
/* line 13, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/app/assets/freya/stylesheets/section.scss */
.section.section--top-margin {
  margin-bottom: 0;
  margin-top: 15px;
}
/* line 17, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/app/assets/freya/stylesheets/section.scss */
.section.section--top-margin-big {
  margin-bottom: 0;
  margin-top: 30px;
}
/* line 1, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/app/assets/freya/stylesheets/select-add.scss */
.select-add__toggle {
  font-size: 13px;
  margin-top: 5px;
}
/* line 5, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/app/assets/freya/stylesheets/select-add.scss */
.select-add__toggle:hover {
  text-decoration: underline;
}
/* line 4, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/app/assets/freya/stylesheets/selectize-freya.scss */
html .selectize-dropdown, html .selectize-input, html .selectize-input > input {
  font-size: 14px;
  border-color: #e8e8ee;
}
/* line 9, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/app/assets/freya/stylesheets/selectize-freya.scss */
html .selectize-control.plugin-remove_button [data-value] .remove {
  border-color: #60467e;
}
/* line 13, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/app/assets/freya/stylesheets/selectize-freya.scss */
html .selectize-dropdown .active {
  background-color: #eee9f3;
  color: #333;
}
/* line 19, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/app/assets/freya/stylesheets/selectize-freya.scss */
html .selectize-control.multi .selectize-input.has-items {
  padding: 9px 12px 6px;
}
/* line 23, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/app/assets/freya/stylesheets/selectize-freya.scss */
html .selectize-control.multi .selectize-input [data-value] {
  background-image: linear-gradient(to bottom, #79589f, #6d4f8f);
  color: white;
  border-radius: 3px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), inset 0 1px rgba(255, 255, 255, 0.03);
  text-shadow: 0 1px 0 rgba(0, 51, 83, 0.3);
  border: 1px solid #60467e;
  font-size: 13px;
}
/* line 34, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/app/assets/freya/stylesheets/selectize-freya.scss */
html .selectize-input {
  padding: 12px;
}
/* line 37, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/app/assets/freya/stylesheets/selectize-freya.scss */
html .selectize-input, html .selectize-input.dropdown-active {
  box-shadow: none;
  border-radius: 2px;
}
/* line 42, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/app/assets/freya/stylesheets/selectize-freya.scss */
html .selectize-input > input {
  height: auto;
  padding: 0;
}
/* line 48, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/app/assets/freya/stylesheets/selectize-freya.scss */
html .selectize-control {
  position: static;
}
/* line 3, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/app/assets/freya/stylesheets/simple-form.scss */
.input, .boolean {
  margin-bottom: 15px;
}

/* line 8, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/app/assets/freya/stylesheets/simple-form.scss */
.input.field_with_errors label {
  color: lightcoral;
}
/* line 11, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/app/assets/freya/stylesheets/simple-form.scss */
.input.field_with_errors input, .input.field_with_errors select {
  border-color: lightcoral;
}
/* line 14, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/app/assets/freya/stylesheets/simple-form.scss */
.input.field_with_errors .select2-selection {
  border-color: lightcoral;
}
/* line 18, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/app/assets/freya/stylesheets/simple-form.scss */
.input span.error {
  color: lightcoral;
  display: block;
  margin-top: 5px;
  font-size: 13px;
}

/* line 25, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/app/assets/freya/stylesheets/simple-form.scss */
.help-block, .hint {
  font-size: 13px;
  color: #919eaa;
}
/* line 3, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/app/assets/freya/stylesheets/single-image-upload.scss */
div.single-image-upload {
  position: relative;
  min-height: 100px;
  padding-left: 115px;
}
/* line 8, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/app/assets/freya/stylesheets/single-image-upload.scss */
div.single-image-upload img, div.single-image-upload .single-image-upload__noimg {
  position: absolute;
  top: 0;
  left: 0;
}
/* line 14, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/app/assets/freya/stylesheets/single-image-upload.scss */
div.single-image-upload .single-image-upload__noimg {
  width: 100px;
  height: 100px;
  background-color: #e8e8ee;
}
/* line 3, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/app/assets/freya/stylesheets/subtitle.scss */
.subtitle {
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
  color: #333;
  padding-bottom: 10px;
  margin-top: 0;
  border-bottom: 1px solid #e8e8ee;
}
/* line 12, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/app/assets/freya/stylesheets/subtitle.scss */
.subtitle.subtitle--small {
  font-size: 13px;
  padding-bottom: 5px;
}
/* line 3, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/app/assets/freya/stylesheets/table.scss */
.table {
  width: 100%;
  border-spacing: 0;
}
/* line 7, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/app/assets/freya/stylesheets/table.scss */
.table.table--singleaction tr:hover td {
  background-color: #f4f6f8;
  cursor: pointer;
}
/* line 12, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/app/assets/freya/stylesheets/table.scss */
.table td, .table th {
  text-align: left;
}
/* line 16, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/app/assets/freya/stylesheets/table.scss */
.table th {
  font-size: 11px;
  text-transform: uppercase;
  color: #919eaa;
  border-bottom: 1px solid #ebeef0;
  padding: 5px 10px;
}
/* line 23, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/app/assets/freya/stylesheets/table.scss */
.table td {
  padding: 8px 10px;
  border-bottom: 1px solid #ebeef0;
}
/* line 28, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/app/assets/freya/stylesheets/table.scss */
.table .table__column--small {
  width: 10px;
}
/* line 31, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/app/assets/freya/stylesheets/table.scss */
.table .table__column--centered {
  text-align: center;
}
/* line 34, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/app/assets/freya/stylesheets/table.scss */
.table .table__column--right {
  text-align: right;
}
/* line 37, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/app/assets/freya/stylesheets/table.scss */
.table .table__column--icon {
  padding-top: 0;
  padding-bottom: 0;
  vertical-align: middle;
  text-align: center;
}
/* line 45, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/app/assets/freya/stylesheets/table.scss */
.table .table__row.table__row--inactive td {
  position: relative;
}
/* line 48, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/app/assets/freya/stylesheets/table.scss */
.table .table__row.table__row--inactive td:after {
  content: '';
  background-color: white;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.7;
}
/* line 62, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/app/assets/freya/stylesheets/table.scss */
.table.table--thinrows td {
  padding-top: 0;
  padding-bottom: 0;
}
/* line 3, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/app/assets/freya/stylesheets/tag.scss */
.tag {
  display: inline-block;
  padding: 2px 4px;
  background-color: #79589f;
  color: white;
  text-transform: uppercase;
  -webkit-font-smoothing: subpixel-antialiased;
  white-space: nowrap;
  text-align: center;
  max-width: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: text-bottom;
}
/* line 17, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/app/assets/freya/stylesheets/tag.scss */
.tag.tag--discrete {
  background-color: #cbcbd7;
}
/* line 20, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/app/assets/freya/stylesheets/tag.scss */
.tag.tag--green {
  background-color: mediumaquamarine;
}
/* line 23, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/app/assets/freya/stylesheets/tag.scss */
.tag.tag--purple {
  background-color: purple;
}
/* line 26, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/app/assets/freya/stylesheets/tag.scss */
.tag.tag--red {
  background-color: #e6391a;
}
/* line 30, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/app/assets/freya/stylesheets/tag.scss */
.tag.tag--mini {
  font-size: 11px;
}
/* line 33, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/app/assets/freya/stylesheets/tag.scss */
.tag.tag--block {
  display: block;
}
/* line 3, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/app/assets/freya/stylesheets/text.scss */
.text-title {
  font-weight: 300;
  margin-top: 0;
  margin-bottom: 20px;
  color: #27303a;
}
/* line 10, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/app/assets/freya/stylesheets/text.scss */
.text-title.text-title--separator::after {
  content: '';
  display: block;
  width: 100%;
  margin-top: 10px;
  height: 1px;
  background: #ebeef0;
}
/* line 20, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/app/assets/freya/stylesheets/text.scss */
.text-title.text-title__subtitle {
  margin-bottom: 10px;
}
/* line 22, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/app/assets/freya/stylesheets/text.scss */
.text-title.text-title__subtitle small {
  margin-top: 5px;
  display: block;
  color: #919eaa;
  font-size: 15px;
  margin-bottom: 20px;
}
/* line 3, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/app/assets/freya/stylesheets/toolbar.scss */
.toolbar {
  margin-top: 7px;
  display: flex;
  align-items: flex-end;
  font-size: 15px;
  background-color: #ebeef0;
  padding: 5px;
}
/* line 11, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/app/assets/freya/stylesheets/toolbar.scss */
.toolbar > a {
  margin-right: 10px;
}
/* line 15, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/app/assets/freya/stylesheets/toolbar.scss */
.toolbar .toolbar__right {
  text-align: right;
}
/* line 19, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/app/assets/freya/stylesheets/toolbar.scss */
.toolbar .toolbar__tabs {
  display: flex;
  margin-bottom: -5px;
}
/* line 23, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/app/assets/freya/stylesheets/toolbar.scss */
.toolbar .toolbar__tabs a {
  font-size: 14px;
  padding: 16px 20px;
  color: #333;
  display: block;
}
/* line 29, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/app/assets/freya/stylesheets/toolbar.scss */
.toolbar .toolbar__tabs a.active {
  font-weight: 600;
}
/* line 32, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/app/assets/freya/stylesheets/toolbar.scss */
.toolbar .toolbar__tabs a.active, .toolbar .toolbar__tabs a.active:hover {
  background-color: #f4f6f8;
}
/* line 37, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/app/assets/freya/stylesheets/toolbar.scss */
.toolbar .toolbar__tabs a:hover {
  background-color: #f1f3f6;
}
/* line 43, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/app/assets/freya/stylesheets/toolbar.scss */
.toolbar .toolbar__right {
  text-align: right;
  flex-grow: 1;
}
/* line 3, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/app/assets/freya/stylesheets/utils.scss */
.hide {
  display: none !important;
}

/* line 7, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/app/assets/freya/stylesheets/utils.scss */
.ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/* line 13, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/app/assets/freya/stylesheets/utils.scss */
.list-unstyled {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

/* line 19, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/app/assets/freya/stylesheets/utils.scss */
.right {
  float: right;
}

/* line 22, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/app/assets/freya/stylesheets/utils.scss */
.left {
  float: left;
}

/* line 26, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/app/assets/freya/stylesheets/utils.scss */
.right-margin {
  margin-right: 15px;
}

/* line 29, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/app/assets/freya/stylesheets/utils.scss */
.right-margin--small {
  margin-right: 10px;
}

/* line 33, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/app/assets/freya/stylesheets/utils.scss */
.no-bottom-margin {
  margin-bottom: 0;
}

/* line 36, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/app/assets/freya/stylesheets/utils.scss */
.no-top-margin {
  margin-top: 0;
}

/* line 40, /usr/local/bundle/bundler/gems/freya-0e7eddb0334e/app/assets/freya/stylesheets/utils.scss */
.paragraph--small {
  margin: 5px 0;
}
/*







 */
/* line 29, /shazan/app/assets/stylesheets/variables.scss */
:root {
  --bg-primary: #FFFFFF;
  --bg-secondary: #f8fafc;
  --bg-card: #FFFFFF;
  --text-primary: #1e293b;
  --text-secondary: #64748b;
  --text-tertiary: #94a3b8;
  --brand-primary: #015cad;
  --brand-hover: #014a8a;
  --accent: #fd7152;
  --accent-hover: #fa5d3a;
  --success: #10B981;
  --error: #EF4444;
  --security-bg: rgba(253, 113, 82, 0.1);
  --security-text: #fd7152;
  --security-border: rgba(253, 113, 82, 0.1);
  --security-description: #334155;
  --shadow-card: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  --border-card: #e2e8f0;
  --border-subtle: #e2e8f0;
  --border-header: #e2e8f0;
  --toggle-hover-bg: rgba(0, 0, 0, 0.05);
  --badge-bg: #FFFFFF;
  --badge-border: #cbd5e1;
  --timeline-line: #e2e8f0;
  --timeline-icon-bg: #f1f5f9;
  --brand-icon-bg: #eff6ff;
  --event-card-bg: rgba(1, 92, 173, 0.04);
  --event-card-border: rgba(1, 92, 173, 0.12);
  --pulse-color: rgba(1, 92, 173, 0.4);
  --icon-ring: #EFF6FF;
  --radius-sm: 8px;
  --radius-md: 12px;
  --radius-lg: 16px;
  --radius-pill: 24px;
  --transition-theme: 0.25s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 69, /shazan/app/assets/stylesheets/variables.scss */
  :root {
    --transition-theme: 0s;
  }
}
/* line 75, /shazan/app/assets/stylesheets/variables.scss */
[data-theme='dark'] {
  --bg-primary: #0f172a;
  --bg-secondary: #0f172a;
  --bg-card: #0f172a;
  --text-primary: #e2e8f0;
  --text-secondary: #94a3b8;
  --text-tertiary: #64748b;
  --brand-primary: #015cad;
  --brand-hover: #3B82F6;
  --accent: #fd7152;
  --accent-hover: #fa5d3a;
  --success: #34D399;
  --error: #F87171;
  --security-bg: rgba(253, 113, 82, 0.15);
  --security-text: #fd7152;
  --security-border: rgba(253, 113, 82, 0.1);
  --security-description: #cbd5e1;
  --shadow-card: 0 1px 3px rgba(0, 0, 0, 0.3);
  --border-card: #1e293b;
  --border-subtle: #1e293b;
  --border-header: #1e293b;
  --toggle-hover-bg: rgba(255, 255, 255, 0.05);
  --badge-bg: #1e293b;
  --badge-border: #334155;
  --timeline-line: #334155;
  --timeline-icon-bg: #1e293b;
  --brand-icon-bg: rgba(30, 58, 138, 0.3);
  --event-card-bg: rgba(59, 130, 246, 0.08);
  --event-card-border: rgba(59, 130, 246, 0.2);
  --pulse-color: rgba(59, 130, 246, 0.4);
  --icon-ring: rgba(1, 92, 173, 0.2);
}

/* line 3, /shazan/app/assets/stylesheets/auth.scss */
.auth {
  background-image: url(/assets/splash/mundi-dd5571b6142923399ee9eb92c94d2861cb13b2abe15396d2659e9a205c993bee.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  z-index: 1;
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}

/* line 15, /shazan/app/assets/stylesheets/auth.scss */
.auth:before {
  content: '';
  background-color: rgba(0, 0, 0, 0.4);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.6;
  filter: blur(100px);
}

/* line 26, /shazan/app/assets/stylesheets/auth.scss */
.auth__box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 360px;
  z-index: 2;
  text-align: center;
  max-height: 95vh;
  overflow-y: auto;
}

/* line 37, /shazan/app/assets/stylesheets/auth.scss */
.auth__logo {
  width: 310px;
  height: 95px;
  margin-bottom: 15px;
}

/* line 42, /shazan/app/assets/stylesheets/auth.scss */
.auth input[type=email], .auth input[type=password] {
  border: 0;
  line-height: 48px;
  height: 48px;
  padding: 0 15px;
}

/* line 48, /shazan/app/assets/stylesheets/auth.scss */
.auth input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 30px white inset;
}

/* line 51, /shazan/app/assets/stylesheets/auth.scss */
.auth__links {
  text-align: right;
  font-size: 13px;
  margin-top: 5px;
}
/* line 56, /shazan/app/assets/stylesheets/auth.scss */
.auth__links a {
  text-shadow: 1px 1px #666;
  color: white;
}
/* line 60, /shazan/app/assets/stylesheets/auth.scss */
.auth__links a:hover {
  color: aquamarine;
  text-decoration: none;
}

@media (min-width: 960px) {
  /* line 68, /shazan/app/assets/stylesheets/auth.scss */
  .auth-body {
    overflow: hidden;
  }
}
/* line 73, /shazan/app/assets/stylesheets/auth.scss */
.auth__logo {
  margin-bottom: 30px !important;
}

/* line 77, /shazan/app/assets/stylesheets/auth.scss */
.sso-login {
  text-align: center;
  margin-bottom: 30px;
}

/* line 82, /shazan/app/assets/stylesheets/auth.scss */
.btn--google-sso {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background-color: #333;
  border: none;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  padding: 14px 28px;
  border-radius: 4px;
  cursor: pointer;
  transition: opacity 0.2s;
  width: 100%;
  line-height: 1;
}
/* line 99, /shazan/app/assets/stylesheets/auth.scss */
.btn--google-sso:hover {
  opacity: 0.9;
  background-color: #333;
  color: #fff;
}
/* line 105, /shazan/app/assets/stylesheets/auth.scss */
.btn--google-sso svg {
  position: absolute;
  left: 16px;
  display: block;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}

/* line 115, /shazan/app/assets/stylesheets/auth.scss */
.sso-login__error {
  background-color: #f8d7da;
  color: #721c24;
  border: 1px solid #f5c6cb;
  border-radius: 4px;
  padding: 12px 16px;
  margin-bottom: 20px;
  font-size: 14px;
}

/* line 126, /shazan/app/assets/stylesheets/auth.scss */
.mfa-setup,
.mfa-verify {
  text-align: center;
  color: #fff;
}

/* line 132, /shazan/app/assets/stylesheets/auth.scss */
.mfa-setup__title,
.mfa-verify__title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 8px;
}

/* line 139, /shazan/app/assets/stylesheets/auth.scss */
.mfa-setup__description,
.mfa-verify__description {
  font-size: 13px;
  opacity: 0.85;
  margin-bottom: 20px;
  line-height: 1.5;
}

/* line 147, /shazan/app/assets/stylesheets/auth.scss */
.mfa-setup__qr {
  background: #fff;
  border-radius: 8px;
  padding: 16px;
  display: inline-block;
  margin-bottom: 16px;
}
/* line 154, /shazan/app/assets/stylesheets/auth.scss */
.mfa-setup__qr svg {
  display: block;
  width: 200px;
  height: auto;
}

/* line 161, /shazan/app/assets/stylesheets/auth.scss */
.mfa-setup__secret {
  margin-bottom: 20px;
}

/* line 165, /shazan/app/assets/stylesheets/auth.scss */
.mfa-setup__secret-label {
  font-size: 12px;
  opacity: 0.7;
  margin-bottom: 4px;
}

/* line 171, /shazan/app/assets/stylesheets/auth.scss */
.mfa-setup__secret-value {
  font-size: 13px;
  background: rgba(255, 255, 255, 0.15);
  padding: 6px 12px;
  border-radius: 4px;
  word-break: break-all;
  user-select: all;
}

/* line 180, /shazan/app/assets/stylesheets/auth.scss */
.mfa-setup__form,
.mfa-verify__form {
  margin-top: 16px;
}

/* line 185, /shazan/app/assets/stylesheets/auth.scss */
.mfa-setup__input-group,
.mfa-verify__input-group {
  margin-bottom: 16px;
}

/* line 190, /shazan/app/assets/stylesheets/auth.scss */
.mfa-setup__label,
.mfa-verify__label {
  display: block;
  font-size: 13px;
  margin-bottom: 8px;
  opacity: 0.85;
}

/* line 198, /shazan/app/assets/stylesheets/auth.scss */
.mfa-setup__input-wrapper,
.mfa-verify__input-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
}

/* line 206, /shazan/app/assets/stylesheets/auth.scss */
.mfa-setup__input,
.mfa-verify__input {
  border: 0;
  line-height: 56px;
  height: 56px;
  padding: 0 15px;
  font-size: 28px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 10px;
  width: 100%;
  border-radius: 4px;
  box-sizing: border-box;
  color: #333;
  background: #fff;
  flex: 1;
}
/* line 223, /shazan/app/assets/stylesheets/auth.scss */
.mfa-setup__input::placeholder,
.mfa-verify__input::placeholder {
  color: #ccc;
  font-weight: 400;
}

/* line 229, /shazan/app/assets/stylesheets/auth.scss */
.mfa-paste-btn {
  background: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #fff;
  border-radius: 4px;
  cursor: pointer;
  padding: 0;
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: background 0.2s;
}
/* line 244, /shazan/app/assets/stylesheets/auth.scss */
.mfa-paste-btn:hover {
  background: rgba(255, 255, 255, 0.25);
}
/* line 248, /shazan/app/assets/stylesheets/auth.scss */
.mfa-paste-btn .material-icons {
  font-size: 22px;
}

/* line 254, /shazan/app/assets/stylesheets/auth.scss */
.mfa-setup__backup-codes {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  padding: 16px;
  margin-bottom: 16px;
}

/* line 261, /shazan/app/assets/stylesheets/auth.scss */
.mfa-setup__backup-row {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-bottom: 8px;
}
/* line 267, /shazan/app/assets/stylesheets/auth.scss */
.mfa-setup__backup-row:last-child {
  margin-bottom: 0;
}

/* line 272, /shazan/app/assets/stylesheets/auth.scss */
.mfa-setup__backup-code {
  font-size: 14px;
  font-family: monospace;
  background: rgba(255, 255, 255, 0.15);
  padding: 4px 10px;
  border-radius: 3px;
  min-width: 80px;
}

/* line 281, /shazan/app/assets/stylesheets/auth.scss */
.mfa-setup__actions {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-bottom: 20px;
}

/* line 288, /shazan/app/assets/stylesheets/auth.scss */
.mfa-setup__action-btn {
  background: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #fff;
  font-size: 13px;
  padding: 8px 16px;
  border-radius: 4px;
  cursor: pointer;
  transition: background 0.2s;
}
/* line 298, /shazan/app/assets/stylesheets/auth.scss */
.mfa-setup__action-btn:hover {
  background: rgba(255, 255, 255, 0.25);
}

/* line 304, /shazan/app/assets/stylesheets/auth.scss */
.mfa-verify__backup-link {
  display: block;
  margin-top: 16px;
  font-size: 13px;
  opacity: 0.7;
}
/* line 310, /shazan/app/assets/stylesheets/auth.scss */
.mfa-verify__backup-link a {
  color: #fff;
}
/* line 313, /shazan/app/assets/stylesheets/auth.scss */
.mfa-verify__backup-link a:hover {
  opacity: 1;
  text-decoration: underline;
}
/* line 29, /shazan/app/assets/stylesheets/variables.scss */
:root {
  --bg-primary: #FFFFFF;
  --bg-secondary: #f8fafc;
  --bg-card: #FFFFFF;
  --text-primary: #1e293b;
  --text-secondary: #64748b;
  --text-tertiary: #94a3b8;
  --brand-primary: #015cad;
  --brand-hover: #014a8a;
  --accent: #fd7152;
  --accent-hover: #fa5d3a;
  --success: #10B981;
  --error: #EF4444;
  --security-bg: rgba(253, 113, 82, 0.1);
  --security-text: #fd7152;
  --security-border: rgba(253, 113, 82, 0.1);
  --security-description: #334155;
  --shadow-card: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  --border-card: #e2e8f0;
  --border-subtle: #e2e8f0;
  --border-header: #e2e8f0;
  --toggle-hover-bg: rgba(0, 0, 0, 0.05);
  --badge-bg: #FFFFFF;
  --badge-border: #cbd5e1;
  --timeline-line: #e2e8f0;
  --timeline-icon-bg: #f1f5f9;
  --brand-icon-bg: #eff6ff;
  --event-card-bg: rgba(1, 92, 173, 0.04);
  --event-card-border: rgba(1, 92, 173, 0.12);
  --pulse-color: rgba(1, 92, 173, 0.4);
  --icon-ring: #EFF6FF;
  --radius-sm: 8px;
  --radius-md: 12px;
  --radius-lg: 16px;
  --radius-pill: 24px;
  --transition-theme: 0.25s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 69, /shazan/app/assets/stylesheets/variables.scss */
  :root {
    --transition-theme: 0s;
  }
}
/* line 75, /shazan/app/assets/stylesheets/variables.scss */
[data-theme='dark'] {
  --bg-primary: #0f172a;
  --bg-secondary: #0f172a;
  --bg-card: #0f172a;
  --text-primary: #e2e8f0;
  --text-secondary: #94a3b8;
  --text-tertiary: #64748b;
  --brand-primary: #015cad;
  --brand-hover: #3B82F6;
  --accent: #fd7152;
  --accent-hover: #fa5d3a;
  --success: #34D399;
  --error: #F87171;
  --security-bg: rgba(253, 113, 82, 0.15);
  --security-text: #fd7152;
  --security-border: rgba(253, 113, 82, 0.1);
  --security-description: #cbd5e1;
  --shadow-card: 0 1px 3px rgba(0, 0, 0, 0.3);
  --border-card: #1e293b;
  --border-subtle: #1e293b;
  --border-header: #1e293b;
  --toggle-hover-bg: rgba(255, 255, 255, 0.05);
  --badge-bg: #1e293b;
  --badge-border: #334155;
  --timeline-line: #334155;
  --timeline-icon-bg: #1e293b;
  --brand-icon-bg: rgba(30, 58, 138, 0.3);
  --event-card-bg: rgba(59, 130, 246, 0.08);
  --event-card-border: rgba(59, 130, 246, 0.2);
  --pulse-color: rgba(59, 130, 246, 0.4);
  --icon-ring: rgba(1, 92, 173, 0.2);
}

/* line 4, /shazan/app/assets/stylesheets/cards.scss */
.info-cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  margin-bottom: 40px;
  margin-top: 8px;
}
/* line 12, /shazan/app/assets/stylesheets/cards.scss */
.info-cards > #shipping_address {
  display: flex;
  flex-direction: column;
}
/* line 16, /shazan/app/assets/stylesheets/cards.scss */
.info-cards > #shipping_address > .card {
  flex: 1;
}

@media (min-width: 768px) {
  /* line 23, /shazan/app/assets/stylesheets/cards.scss */
  .info-cards {
    grid-template-columns: 2fr 1fr;
  }
}
/* line 29, /shazan/app/assets/stylesheets/cards.scss */
.card {
  padding: 24px;
  border: 1px solid var(--border-card);
  border-radius: var(--radius-md);
  background-color: var(--bg-card);
  box-shadow: var(--shadow-card);
  transition: background-color var(--transition-theme), border-color var(--transition-theme), box-shadow var(--transition-theme);
}

/* line 41, /shazan/app/assets/stylesheets/cards.scss */
.card--address {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

/* line 47, /shazan/app/assets/stylesheets/cards.scss */
.card__body {
  flex: 1;
  min-width: 0;
}

/* line 52, /shazan/app/assets/stylesheets/cards.scss */
.card__icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

/* line 62, /shazan/app/assets/stylesheets/cards.scss */
.card__icon--address {
  background-color: var(--brand-icon-bg);
  color: var(--brand-primary);
  transition: background-color var(--transition-theme);
}

/* line 68, /shazan/app/assets/stylesheets/cards.scss */
.card__icon--security {
  font-size: 24px;
  color: var(--security-text);
  flex-shrink: 0;
  transition: color var(--transition-theme);
}

/* line 75, /shazan/app/assets/stylesheets/cards.scss */
.card__label {
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--text-secondary);
  margin-bottom: 8px;
}

/* line 84, /shazan/app/assets/stylesheets/cards.scss */
.card__title {
  font-size: 16px;
  font-weight: 600;
  color: var(--text-primary);
  margin-bottom: 4px;
  transition: color var(--transition-theme);
}

/* line 92, /shazan/app/assets/stylesheets/cards.scss */
.card__description {
  font-size: 14px;
  line-height: 1.5;
  color: var(--text-secondary);
  transition: color var(--transition-theme);
}

/* line 99, /shazan/app/assets/stylesheets/cards.scss */
.card__address-main {
  display: block;
  font-size: 16px;
  font-weight: 600;
  color: var(--text-primary);
  transition: color var(--transition-theme);
}

/* line 107, /shazan/app/assets/stylesheets/cards.scss */
.card__address-secondary {
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: var(--text-secondary);
  transition: color var(--transition-theme);
}

/* line 115, /shazan/app/assets/stylesheets/cards.scss */
.card__link {
  display: inline-block;
  margin-top: 12px;
  font-size: 14px;
  font-weight: 600;
  color: var(--brand-primary);
  text-decoration: none;
}
/* line 123, /shazan/app/assets/stylesheets/cards.scss */
.card__link:hover {
  text-decoration: underline;
}

/* line 129, /shazan/app/assets/stylesheets/cards.scss */
.card--security {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  background-color: var(--security-bg);
  border: 1px solid var(--security-border);
  box-shadow: none;
  transition: background-color var(--transition-theme), border-color var(--transition-theme);
}
/* line 139, /shazan/app/assets/stylesheets/cards.scss */
.card--security .card__title {
  color: var(--security-text);
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 4px;
}
/* line 146, /shazan/app/assets/stylesheets/cards.scss */
.card--security .card__description {
  color: var(--security-description);
  font-size: 12px;
  line-height: 1.625;
  font-weight: 400;
}
/* line 6, /shazan/app/assets/stylesheets/filter_rules.scss */
.dragula-handler {
  cursor: pointer;
  float: right;
}
/* line 29, /shazan/app/assets/stylesheets/variables.scss */
:root {
  --bg-primary: #FFFFFF;
  --bg-secondary: #f8fafc;
  --bg-card: #FFFFFF;
  --text-primary: #1e293b;
  --text-secondary: #64748b;
  --text-tertiary: #94a3b8;
  --brand-primary: #015cad;
  --brand-hover: #014a8a;
  --accent: #fd7152;
  --accent-hover: #fa5d3a;
  --success: #10B981;
  --error: #EF4444;
  --security-bg: rgba(253, 113, 82, 0.1);
  --security-text: #fd7152;
  --security-border: rgba(253, 113, 82, 0.1);
  --security-description: #334155;
  --shadow-card: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  --border-card: #e2e8f0;
  --border-subtle: #e2e8f0;
  --border-header: #e2e8f0;
  --toggle-hover-bg: rgba(0, 0, 0, 0.05);
  --badge-bg: #FFFFFF;
  --badge-border: #cbd5e1;
  --timeline-line: #e2e8f0;
  --timeline-icon-bg: #f1f5f9;
  --brand-icon-bg: #eff6ff;
  --event-card-bg: rgba(1, 92, 173, 0.04);
  --event-card-border: rgba(1, 92, 173, 0.12);
  --pulse-color: rgba(1, 92, 173, 0.4);
  --icon-ring: #EFF6FF;
  --radius-sm: 8px;
  --radius-md: 12px;
  --radius-lg: 16px;
  --radius-pill: 24px;
  --transition-theme: 0.25s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 69, /shazan/app/assets/stylesheets/variables.scss */
  :root {
    --transition-theme: 0s;
  }
}
/* line 75, /shazan/app/assets/stylesheets/variables.scss */
[data-theme='dark'] {
  --bg-primary: #0f172a;
  --bg-secondary: #0f172a;
  --bg-card: #0f172a;
  --text-primary: #e2e8f0;
  --text-secondary: #94a3b8;
  --text-tertiary: #64748b;
  --brand-primary: #015cad;
  --brand-hover: #3B82F6;
  --accent: #fd7152;
  --accent-hover: #fa5d3a;
  --success: #34D399;
  --error: #F87171;
  --security-bg: rgba(253, 113, 82, 0.15);
  --security-text: #fd7152;
  --security-border: rgba(253, 113, 82, 0.1);
  --security-description: #cbd5e1;
  --shadow-card: 0 1px 3px rgba(0, 0, 0, 0.3);
  --border-card: #1e293b;
  --border-subtle: #1e293b;
  --border-header: #1e293b;
  --toggle-hover-bg: rgba(255, 255, 255, 0.05);
  --badge-bg: #1e293b;
  --badge-border: #334155;
  --timeline-line: #334155;
  --timeline-icon-bg: #1e293b;
  --brand-icon-bg: rgba(30, 58, 138, 0.3);
  --event-card-bg: rgba(59, 130, 246, 0.08);
  --event-card-border: rgba(59, 130, 246, 0.2);
  --pulse-color: rgba(59, 130, 246, 0.4);
  --icon-ring: rgba(1, 92, 173, 0.2);
}

/* line 3, /shazan/app/assets/stylesheets/footer.scss */
.footer {
  padding: 40px 0;
  text-align: center;
}

/* line 8, /shazan/app/assets/stylesheets/footer.scss */
.footer__copyright {
  font-size: 10px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--text-tertiary);
  transition: color var(--transition-theme);
}
/* line 29, /shazan/app/assets/stylesheets/variables.scss */
:root {
  --bg-primary: #FFFFFF;
  --bg-secondary: #f8fafc;
  --bg-card: #FFFFFF;
  --text-primary: #1e293b;
  --text-secondary: #64748b;
  --text-tertiary: #94a3b8;
  --brand-primary: #015cad;
  --brand-hover: #014a8a;
  --accent: #fd7152;
  --accent-hover: #fa5d3a;
  --success: #10B981;
  --error: #EF4444;
  --security-bg: rgba(253, 113, 82, 0.1);
  --security-text: #fd7152;
  --security-border: rgba(253, 113, 82, 0.1);
  --security-description: #334155;
  --shadow-card: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  --border-card: #e2e8f0;
  --border-subtle: #e2e8f0;
  --border-header: #e2e8f0;
  --toggle-hover-bg: rgba(0, 0, 0, 0.05);
  --badge-bg: #FFFFFF;
  --badge-border: #cbd5e1;
  --timeline-line: #e2e8f0;
  --timeline-icon-bg: #f1f5f9;
  --brand-icon-bg: #eff6ff;
  --event-card-bg: rgba(1, 92, 173, 0.04);
  --event-card-border: rgba(1, 92, 173, 0.12);
  --pulse-color: rgba(1, 92, 173, 0.4);
  --icon-ring: #EFF6FF;
  --radius-sm: 8px;
  --radius-md: 12px;
  --radius-lg: 16px;
  --radius-pill: 24px;
  --transition-theme: 0.25s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 69, /shazan/app/assets/stylesheets/variables.scss */
  :root {
    --transition-theme: 0s;
  }
}
/* line 75, /shazan/app/assets/stylesheets/variables.scss */
[data-theme='dark'] {
  --bg-primary: #0f172a;
  --bg-secondary: #0f172a;
  --bg-card: #0f172a;
  --text-primary: #e2e8f0;
  --text-secondary: #94a3b8;
  --text-tertiary: #64748b;
  --brand-primary: #015cad;
  --brand-hover: #3B82F6;
  --accent: #fd7152;
  --accent-hover: #fa5d3a;
  --success: #34D399;
  --error: #F87171;
  --security-bg: rgba(253, 113, 82, 0.15);
  --security-text: #fd7152;
  --security-border: rgba(253, 113, 82, 0.1);
  --security-description: #cbd5e1;
  --shadow-card: 0 1px 3px rgba(0, 0, 0, 0.3);
  --border-card: #1e293b;
  --border-subtle: #1e293b;
  --border-header: #1e293b;
  --toggle-hover-bg: rgba(255, 255, 255, 0.05);
  --badge-bg: #1e293b;
  --badge-border: #334155;
  --timeline-line: #334155;
  --timeline-icon-bg: #1e293b;
  --brand-icon-bg: rgba(30, 58, 138, 0.3);
  --event-card-bg: rgba(59, 130, 246, 0.08);
  --event-card-border: rgba(59, 130, 246, 0.2);
  --pulse-color: rgba(59, 130, 246, 0.4);
  --icon-ring: rgba(1, 92, 173, 0.2);
}

/* line 3, /shazan/app/assets/stylesheets/grid.scss */
.container {
  width: 100%;
  max-width: 56rem;
  margin: 0 auto;
  padding: 0 16px;
}

/* line 11, /shazan/app/assets/stylesheets/grid.scss */
.grid:before,
.grid:after {
  content: " ";
  display: table;
}

/* line 16, /shazan/app/assets/stylesheets/grid.scss */
.grid:after {
  clear: both;
}

/* line 20, /shazan/app/assets/stylesheets/grid.scss */
.grid__column {
  float: left;
  box-sizing: border-box;
}

/* line 25, /shazan/app/assets/stylesheets/grid.scss */
.grid__column--1 {
  width: 8.33%;
}

/* line 28, /shazan/app/assets/stylesheets/grid.scss */
.grid__column--2 {
  width: 16.66%;
}

/* line 31, /shazan/app/assets/stylesheets/grid.scss */
.grid__column--3 {
  width: 25%;
}

/* line 34, /shazan/app/assets/stylesheets/grid.scss */
.grid__column--4 {
  width: 33.33%;
}

/* line 37, /shazan/app/assets/stylesheets/grid.scss */
.grid__column--5 {
  width: 41.66%;
}

/* line 40, /shazan/app/assets/stylesheets/grid.scss */
.grid__column--6 {
  width: 50%;
}

/* line 43, /shazan/app/assets/stylesheets/grid.scss */
.grid__column--8 {
  width: 66.66%;
}

/* line 46, /shazan/app/assets/stylesheets/grid.scss */
.grid__column--9 {
  width: 75%;
}

/* line 49, /shazan/app/assets/stylesheets/grid.scss */
.grid__column--10 {
  width: 83.33%;
}

/* line 52, /shazan/app/assets/stylesheets/grid.scss */
.grid__column--11 {
  width: 91.66%;
}

/* line 55, /shazan/app/assets/stylesheets/grid.scss */
.grid__column--12 {
  width: 100%;
}

/* line 59, /shazan/app/assets/stylesheets/grid.scss */
.grid__column--right {
  float: right;
}

/* line 63, /shazan/app/assets/stylesheets/grid.scss */
.grid__column--leftpad {
  padding-left: 15px;
}

/* line 66, /shazan/app/assets/stylesheets/grid.scss */
.grid__column--rightpad {
  padding-right: 15px;
}

/* line 70, /shazan/app/assets/stylesheets/grid.scss */
.grid__column--leftpad-small {
  padding-left: 10px;
}

/* line 73, /shazan/app/assets/stylesheets/grid.scss */
.grid__column--rightpad-small {
  padding-right: 10px;
}

/* line 77, /shazan/app/assets/stylesheets/grid.scss */
.grid__column--leftpad-big {
  padding-left: 30px;
}

/* line 80, /shazan/app/assets/stylesheets/grid.scss */
.grid__column--rightpad-big {
  padding-right: 30px;
}

/* line 84, /shazan/app/assets/stylesheets/grid.scss */
.flex-right {
  margin-left: auto;
}

@media (min-width: 768px) {
  /* line 89, /shazan/app/assets/stylesheets/grid.scss */
  .container {
    padding: 0 24px;
  }
}
/* line 29, /shazan/app/assets/stylesheets/variables.scss */
:root {
  --bg-primary: #FFFFFF;
  --bg-secondary: #f8fafc;
  --bg-card: #FFFFFF;
  --text-primary: #1e293b;
  --text-secondary: #64748b;
  --text-tertiary: #94a3b8;
  --brand-primary: #015cad;
  --brand-hover: #014a8a;
  --accent: #fd7152;
  --accent-hover: #fa5d3a;
  --success: #10B981;
  --error: #EF4444;
  --security-bg: rgba(253, 113, 82, 0.1);
  --security-text: #fd7152;
  --security-border: rgba(253, 113, 82, 0.1);
  --security-description: #334155;
  --shadow-card: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  --border-card: #e2e8f0;
  --border-subtle: #e2e8f0;
  --border-header: #e2e8f0;
  --toggle-hover-bg: rgba(0, 0, 0, 0.05);
  --badge-bg: #FFFFFF;
  --badge-border: #cbd5e1;
  --timeline-line: #e2e8f0;
  --timeline-icon-bg: #f1f5f9;
  --brand-icon-bg: #eff6ff;
  --event-card-bg: rgba(1, 92, 173, 0.04);
  --event-card-border: rgba(1, 92, 173, 0.12);
  --pulse-color: rgba(1, 92, 173, 0.4);
  --icon-ring: #EFF6FF;
  --radius-sm: 8px;
  --radius-md: 12px;
  --radius-lg: 16px;
  --radius-pill: 24px;
  --transition-theme: 0.25s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 69, /shazan/app/assets/stylesheets/variables.scss */
  :root {
    --transition-theme: 0s;
  }
}
/* line 75, /shazan/app/assets/stylesheets/variables.scss */
[data-theme='dark'] {
  --bg-primary: #0f172a;
  --bg-secondary: #0f172a;
  --bg-card: #0f172a;
  --text-primary: #e2e8f0;
  --text-secondary: #94a3b8;
  --text-tertiary: #64748b;
  --brand-primary: #015cad;
  --brand-hover: #3B82F6;
  --accent: #fd7152;
  --accent-hover: #fa5d3a;
  --success: #34D399;
  --error: #F87171;
  --security-bg: rgba(253, 113, 82, 0.15);
  --security-text: #fd7152;
  --security-border: rgba(253, 113, 82, 0.1);
  --security-description: #cbd5e1;
  --shadow-card: 0 1px 3px rgba(0, 0, 0, 0.3);
  --border-card: #1e293b;
  --border-subtle: #1e293b;
  --border-header: #1e293b;
  --toggle-hover-bg: rgba(255, 255, 255, 0.05);
  --badge-bg: #1e293b;
  --badge-border: #334155;
  --timeline-line: #334155;
  --timeline-icon-bg: #1e293b;
  --brand-icon-bg: rgba(30, 58, 138, 0.3);
  --event-card-bg: rgba(59, 130, 246, 0.08);
  --event-card-border: rgba(59, 130, 246, 0.2);
  --pulse-color: rgba(59, 130, 246, 0.4);
  --icon-ring: rgba(1, 92, 173, 0.2);
}

/* line 3, /shazan/app/assets/stylesheets/mfa_settings.scss */
.mfa-settings {
  padding: 20px;
}

/* line 7, /shazan/app/assets/stylesheets/mfa_settings.scss */
.mfa-settings__status {
  margin-bottom: 24px;
  padding: 16px;
  background: #f8f9fa;
  border-radius: 4px;
}

/* line 14, /shazan/app/assets/stylesheets/mfa_settings.scss */
.mfa-settings__status-row {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
}
/* line 20, /shazan/app/assets/stylesheets/mfa_settings.scss */
.mfa-settings__status-row:last-child {
  margin-bottom: 0;
}

/* line 25, /shazan/app/assets/stylesheets/mfa_settings.scss */
.mfa-settings__label {
  font-weight: 600;
  min-width: 200px;
}

/* line 30, /shazan/app/assets/stylesheets/mfa_settings.scss */
.mfa-settings__value {
  color: #495057;
}

/* line 34, /shazan/app/assets/stylesheets/mfa_settings.scss */
.mfa-settings__badge {
  display: inline-block;
  padding: 2px 10px;
  border-radius: 12px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}

/* line 43, /shazan/app/assets/stylesheets/mfa_settings.scss */
.mfa-settings__badge--active {
  background: #d4edda;
  color: #155724;
}

/* line 48, /shazan/app/assets/stylesheets/mfa_settings.scss */
.mfa-settings__badge--inactive {
  background: #f8d7da;
  color: #721c24;
}

/* line 53, /shazan/app/assets/stylesheets/mfa_settings.scss */
.mfa-settings__warning {
  font-size: 12px;
  color: #856404;
  font-weight: 500;
}

/* line 59, /shazan/app/assets/stylesheets/mfa_settings.scss */
.mfa-settings__warning--critical {
  color: #721c24;
  font-weight: 700;
}

/* line 64, /shazan/app/assets/stylesheets/mfa_settings.scss */
.mfa-settings__new-codes {
  margin-bottom: 24px;
  padding: 16px;
  background: #fff3cd;
  border: 1px solid #ffc107;
  border-radius: 4px;
}
/* line 71, /shazan/app/assets/stylesheets/mfa_settings.scss */
.mfa-settings__new-codes h3 {
  margin: 0 0 8px;
  font-size: 16px;
}

/* line 77, /shazan/app/assets/stylesheets/mfa_settings.scss */
.mfa-settings__new-codes-note {
  font-size: 13px;
  margin-bottom: 12px;
  color: #856404;
}

/* line 83, /shazan/app/assets/stylesheets/mfa_settings.scss */
.mfa-settings__codes-grid {
  margin-bottom: 12px;
}

/* line 87, /shazan/app/assets/stylesheets/mfa_settings.scss */
.mfa-settings__codes-row {
  display: flex;
  gap: 12px;
  margin-bottom: 6px;
  justify-content: center;
}

/* line 94, /shazan/app/assets/stylesheets/mfa_settings.scss */
.mfa-settings__code {
  font-size: 14px;
  font-family: monospace;
  background: rgba(0, 0, 0, 0.08);
  padding: 4px 10px;
  border-radius: 3px;
  min-width: 80px;
  text-align: center;
}

/* line 104, /shazan/app/assets/stylesheets/mfa_settings.scss */
.mfa-settings__codes-actions {
  display: flex;
  gap: 8px;
  justify-content: center;
}

/* line 111, /shazan/app/assets/stylesheets/mfa_settings.scss */
.mfa-settings__actions h3 {
  margin: 0 0 16px;
  font-size: 16px;
}

/* line 117, /shazan/app/assets/stylesheets/mfa_settings.scss */
.mfa-settings__action-group {
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #eee;
}
/* line 122, /shazan/app/assets/stylesheets/mfa_settings.scss */
.mfa-settings__action-group:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

/* line 128, /shazan/app/assets/stylesheets/mfa_settings.scss */
.mfa-settings__action-desc {
  font-size: 13px;
  color: #6c757d;
  margin: 4px 0 0;
}

/* line 134, /shazan/app/assets/stylesheets/mfa_settings.scss */
.btn--danger {
  background-color: #dc3545;
  border-color: #dc3545;
  color: #fff;
}
/* line 139, /shazan/app/assets/stylesheets/mfa_settings.scss */
.btn--danger:hover {
  background-color: #c82333;
  border-color: #bd2130;
}

/* line 145, /shazan/app/assets/stylesheets/mfa_settings.scss */
.btn--sm {
  padding: 4px 12px;
  font-size: 13px;
}
/* line 29, /shazan/app/assets/stylesheets/variables.scss */
:root {
  --bg-primary: #FFFFFF;
  --bg-secondary: #f8fafc;
  --bg-card: #FFFFFF;
  --text-primary: #1e293b;
  --text-secondary: #64748b;
  --text-tertiary: #94a3b8;
  --brand-primary: #015cad;
  --brand-hover: #014a8a;
  --accent: #fd7152;
  --accent-hover: #fa5d3a;
  --success: #10B981;
  --error: #EF4444;
  --security-bg: rgba(253, 113, 82, 0.1);
  --security-text: #fd7152;
  --security-border: rgba(253, 113, 82, 0.1);
  --security-description: #334155;
  --shadow-card: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  --border-card: #e2e8f0;
  --border-subtle: #e2e8f0;
  --border-header: #e2e8f0;
  --toggle-hover-bg: rgba(0, 0, 0, 0.05);
  --badge-bg: #FFFFFF;
  --badge-border: #cbd5e1;
  --timeline-line: #e2e8f0;
  --timeline-icon-bg: #f1f5f9;
  --brand-icon-bg: #eff6ff;
  --event-card-bg: rgba(1, 92, 173, 0.04);
  --event-card-border: rgba(1, 92, 173, 0.12);
  --pulse-color: rgba(1, 92, 173, 0.4);
  --icon-ring: #EFF6FF;
  --radius-sm: 8px;
  --radius-md: 12px;
  --radius-lg: 16px;
  --radius-pill: 24px;
  --transition-theme: 0.25s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 69, /shazan/app/assets/stylesheets/variables.scss */
  :root {
    --transition-theme: 0s;
  }
}
/* line 75, /shazan/app/assets/stylesheets/variables.scss */
[data-theme='dark'] {
  --bg-primary: #0f172a;
  --bg-secondary: #0f172a;
  --bg-card: #0f172a;
  --text-primary: #e2e8f0;
  --text-secondary: #94a3b8;
  --text-tertiary: #64748b;
  --brand-primary: #015cad;
  --brand-hover: #3B82F6;
  --accent: #fd7152;
  --accent-hover: #fa5d3a;
  --success: #34D399;
  --error: #F87171;
  --security-bg: rgba(253, 113, 82, 0.15);
  --security-text: #fd7152;
  --security-border: rgba(253, 113, 82, 0.1);
  --security-description: #cbd5e1;
  --shadow-card: 0 1px 3px rgba(0, 0, 0, 0.3);
  --border-card: #1e293b;
  --border-subtle: #1e293b;
  --border-header: #1e293b;
  --toggle-hover-bg: rgba(255, 255, 255, 0.05);
  --badge-bg: #1e293b;
  --badge-border: #334155;
  --timeline-line: #334155;
  --timeline-icon-bg: #1e293b;
  --brand-icon-bg: rgba(30, 58, 138, 0.3);
  --event-card-bg: rgba(59, 130, 246, 0.08);
  --event-card-border: rgba(59, 130, 246, 0.2);
  --pulse-color: rgba(59, 130, 246, 0.4);
  --icon-ring: rgba(1, 92, 173, 0.2);
}

/* line 3, /shazan/app/assets/stylesheets/order.scss */
.order-info {
  margin-bottom: 32px;
}

/* line 7, /shazan/app/assets/stylesheets/order.scss */
.order-info__carrier {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: -0.025em;
  color: var(--text-primary);
  margin-bottom: 8px;
  transition: color var(--transition-theme);
}

/* line 16, /shazan/app/assets/stylesheets/order.scss */
.order-info__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 24px;
  font-size: 14px;
  color: var(--text-secondary);
  transition: color var(--transition-theme);
}

/* line 26, /shazan/app/assets/stylesheets/order.scss */
.order-info__pedido {
  color: var(--text-secondary);
}

/* line 30, /shazan/app/assets/stylesheets/order.scss */
.order-info__reference {
  color: var(--brand-primary);
  font-weight: 700;
  cursor: pointer;
  position: relative;
}
/* line 36, /shazan/app/assets/stylesheets/order.scss */
.order-info__reference:hover {
  color: var(--brand-hover);
}

/* line 41, /shazan/app/assets/stylesheets/order.scss */
.order-info__delivery {
  color: var(--text-secondary);
}
/* line 44, /shazan/app/assets/stylesheets/order.scss */
.order-info__delivery strong {
  font-weight: 600;
  color: var(--text-primary);
}

/* line 50, /shazan/app/assets/stylesheets/order.scss */
.order-info__transporter {
  font-size: 14px;
  color: var(--text-secondary);
  margin-top: 8px;
}
/* line 55, /shazan/app/assets/stylesheets/order.scss */
.order-info__transporter a {
  color: var(--brand-primary);
  font-weight: 600;
}
/* line 59, /shazan/app/assets/stylesheets/order.scss */
.order-info__transporter a:hover {
  text-decoration: underline;
}

/* line 66, /shazan/app/assets/stylesheets/order.scss */
.clipboard-tooltip {
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  background-color: var(--text-primary);
  color: var(--bg-primary);
  font-size: 12px;
  font-weight: 500;
  padding: 4px 10px;
  border-radius: var(--radius-sm);
  white-space: nowrap;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.2s ease;
}
/* line 82, /shazan/app/assets/stylesheets/order.scss */
.clipboard-tooltip.is-visible {
  opacity: 1;
}
.splide__container{box-sizing:border-box;position:relative}.splide__list{backface-visibility:hidden;display:-ms-flexbox;display:flex;height:100%;margin:0!important;padding:0!important}.splide.is-initialized:not(.is-active) .splide__list{display:block}.splide__pagination{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:center;justify-content:center;margin:0;pointer-events:none}.splide__pagination li{display:inline-block;line-height:1;list-style-type:none;margin:0;pointer-events:auto}.splide:not(.is-overflow) .splide__pagination{display:none}.splide__progress__bar{width:0}.splide{position:relative;visibility:hidden}.splide.is-initialized,.splide.is-rendered{visibility:visible}.splide__slide{backface-visibility:hidden;box-sizing:border-box;-ms-flex-negative:0;flex-shrink:0;list-style-type:none!important;margin:0;position:relative}.splide__slide img{vertical-align:bottom}.splide__spinner{animation:splide-loading 1s linear infinite;border:2px solid #999;border-left-color:transparent;border-radius:50%;bottom:0;contain:strict;display:inline-block;height:20px;left:0;margin:auto;position:absolute;right:0;top:0;width:20px}.splide__sr{clip:rect(0 0 0 0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.splide__toggle.is-active .splide__toggle__play,.splide__toggle__pause{display:none}.splide__toggle.is-active .splide__toggle__pause{display:inline}.splide__track{overflow:hidden;position:relative;z-index:0}@keyframes splide-loading{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.splide__track--draggable{-webkit-touch-callout:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}.splide__track--fade>.splide__list>.splide__slide{margin:0!important;opacity:0;z-index:0}.splide__track--fade>.splide__list>.splide__slide.is-active{opacity:1;z-index:1}.splide--rtl{direction:rtl}.splide__track--ttb>.splide__list{display:block}.splide__arrow{-ms-flex-align:center;align-items:center;background:#ccc;border:0;border-radius:50%;cursor:pointer;display:-ms-flexbox;display:flex;height:2em;-ms-flex-pack:center;justify-content:center;opacity:.7;padding:0;position:absolute;top:50%;transform:translateY(-50%);width:2em;z-index:1}.splide__arrow svg{fill:#000;height:1.2em;width:1.2em}.splide__arrow:hover:not(:disabled){opacity:.9}.splide__arrow:disabled{opacity:.3}.splide__arrow:focus-visible{outline:3px solid #0bf;outline-offset:3px}.splide__arrow--prev{left:1em}.splide__arrow--prev svg{transform:scaleX(-1)}.splide__arrow--next{right:1em}.splide.is-focus-in .splide__arrow:focus{outline:3px solid #0bf;outline-offset:3px}.splide__pagination{bottom:.5em;left:0;padding:0 1em;position:absolute;right:0;z-index:1}.splide__pagination__page{background:#ccc;border:0;border-radius:50%;display:inline-block;height:8px;margin:3px;opacity:.7;padding:0;position:relative;transition:transform .2s linear;width:8px}.splide__pagination__page.is-active{background:#fff;transform:scale(1.4);z-index:1}.splide__pagination__page:hover{cursor:pointer;opacity:.9}.splide__pagination__page:focus-visible{outline:3px solid #0bf;outline-offset:3px}.splide.is-focus-in .splide__pagination__page:focus{outline:3px solid #0bf;outline-offset:3px}.splide__progress__bar{background:#ccc;height:3px}.splide__slide{-webkit-tap-highlight-color:rgba(0,0,0,0)}.splide__slide:focus{outline:0}@supports(outline-offset:-3px){.splide__slide:focus-visible{outline:3px solid #0bf;outline-offset:-3px}}@media screen and (-ms-high-contrast:none){.splide__slide:focus-visible{border:3px solid #0bf}}@supports(outline-offset:-3px){.splide.is-focus-in .splide__slide:focus{outline:3px solid #0bf;outline-offset:-3px}}@media screen and (-ms-high-contrast:none){.splide.is-focus-in .splide__slide:focus{border:3px solid #0bf}.splide.is-focus-in .splide__track>.splide__list>.splide__slide:focus{border-color:#0bf}}.splide__toggle{cursor:pointer}.splide__toggle:focus-visible{outline:3px solid #0bf;outline-offset:3px}.splide.is-focus-in .splide__toggle:focus{outline:3px solid #0bf;outline-offset:3px}.splide__track--nav>.splide__list>.splide__slide{border:3px solid transparent;cursor:pointer}.splide__track--nav>.splide__list>.splide__slide.is-active{border:3px solid #000}.splide__arrows--rtl .splide__arrow--prev{left:auto;right:1em}.splide__arrows--rtl .splide__arrow--prev svg{transform:scaleX(1)}.splide__arrows--rtl .splide__arrow--next{left:1em;right:auto}.splide__arrows--rtl .splide__arrow--next svg{transform:scaleX(-1)}.splide__arrows--ttb .splide__arrow{left:50%;transform:translate(-50%)}.splide__arrows--ttb .splide__arrow--prev{top:1em}.splide__arrows--ttb .splide__arrow--prev svg{transform:rotate(-90deg)}.splide__arrows--ttb .splide__arrow--next{bottom:1em;top:auto}.splide__arrows--ttb .splide__arrow--next svg{transform:rotate(90deg)}.splide__pagination--ttb{bottom:0;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;left:auto;padding:1em 0;right:.5em;top:0}
/* line 29, /shazan/app/assets/stylesheets/variables.scss */
:root {
  --bg-primary: #FFFFFF;
  --bg-secondary: #f8fafc;
  --bg-card: #FFFFFF;
  --text-primary: #1e293b;
  --text-secondary: #64748b;
  --text-tertiary: #94a3b8;
  --brand-primary: #015cad;
  --brand-hover: #014a8a;
  --accent: #fd7152;
  --accent-hover: #fa5d3a;
  --success: #10B981;
  --error: #EF4444;
  --security-bg: rgba(253, 113, 82, 0.1);
  --security-text: #fd7152;
  --security-border: rgba(253, 113, 82, 0.1);
  --security-description: #334155;
  --shadow-card: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  --border-card: #e2e8f0;
  --border-subtle: #e2e8f0;
  --border-header: #e2e8f0;
  --toggle-hover-bg: rgba(0, 0, 0, 0.05);
  --badge-bg: #FFFFFF;
  --badge-border: #cbd5e1;
  --timeline-line: #e2e8f0;
  --timeline-icon-bg: #f1f5f9;
  --brand-icon-bg: #eff6ff;
  --event-card-bg: rgba(1, 92, 173, 0.04);
  --event-card-border: rgba(1, 92, 173, 0.12);
  --pulse-color: rgba(1, 92, 173, 0.4);
  --icon-ring: #EFF6FF;
  --radius-sm: 8px;
  --radius-md: 12px;
  --radius-lg: 16px;
  --radius-pill: 24px;
  --transition-theme: 0.25s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 69, /shazan/app/assets/stylesheets/variables.scss */
  :root {
    --transition-theme: 0s;
  }
}
/* line 75, /shazan/app/assets/stylesheets/variables.scss */
[data-theme='dark'] {
  --bg-primary: #0f172a;
  --bg-secondary: #0f172a;
  --bg-card: #0f172a;
  --text-primary: #e2e8f0;
  --text-secondary: #94a3b8;
  --text-tertiary: #64748b;
  --brand-primary: #015cad;
  --brand-hover: #3B82F6;
  --accent: #fd7152;
  --accent-hover: #fa5d3a;
  --success: #34D399;
  --error: #F87171;
  --security-bg: rgba(253, 113, 82, 0.15);
  --security-text: #fd7152;
  --security-border: rgba(253, 113, 82, 0.1);
  --security-description: #cbd5e1;
  --shadow-card: 0 1px 3px rgba(0, 0, 0, 0.3);
  --border-card: #1e293b;
  --border-subtle: #1e293b;
  --border-header: #1e293b;
  --toggle-hover-bg: rgba(255, 255, 255, 0.05);
  --badge-bg: #1e293b;
  --badge-border: #334155;
  --timeline-line: #334155;
  --timeline-icon-bg: #1e293b;
  --brand-icon-bg: rgba(30, 58, 138, 0.3);
  --event-card-bg: rgba(59, 130, 246, 0.08);
  --event-card-border: rgba(59, 130, 246, 0.2);
  --pulse-color: rgba(59, 130, 246, 0.4);
  --icon-ring: rgba(1, 92, 173, 0.2);
}

/* line 29, /shazan/app/assets/stylesheets/variables.scss */
:root {
  --bg-primary: #FFFFFF;
  --bg-secondary: #f8fafc;
  --bg-card: #FFFFFF;
  --text-primary: #1e293b;
  --text-secondary: #64748b;
  --text-tertiary: #94a3b8;
  --brand-primary: #015cad;
  --brand-hover: #014a8a;
  --accent: #fd7152;
  --accent-hover: #fa5d3a;
  --success: #10B981;
  --error: #EF4444;
  --security-bg: rgba(253, 113, 82, 0.1);
  --security-text: #fd7152;
  --security-border: rgba(253, 113, 82, 0.1);
  --security-description: #334155;
  --shadow-card: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  --border-card: #e2e8f0;
  --border-subtle: #e2e8f0;
  --border-header: #e2e8f0;
  --toggle-hover-bg: rgba(0, 0, 0, 0.05);
  --badge-bg: #FFFFFF;
  --badge-border: #cbd5e1;
  --timeline-line: #e2e8f0;
  --timeline-icon-bg: #f1f5f9;
  --brand-icon-bg: #eff6ff;
  --event-card-bg: rgba(1, 92, 173, 0.04);
  --event-card-border: rgba(1, 92, 173, 0.12);
  --pulse-color: rgba(1, 92, 173, 0.4);
  --icon-ring: #EFF6FF;
  --radius-sm: 8px;
  --radius-md: 12px;
  --radius-lg: 16px;
  --radius-pill: 24px;
  --transition-theme: 0.25s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 69, /shazan/app/assets/stylesheets/variables.scss */
  :root {
    --transition-theme: 0s;
  }
}
/* line 75, /shazan/app/assets/stylesheets/variables.scss */
[data-theme='dark'] {
  --bg-primary: #0f172a;
  --bg-secondary: #0f172a;
  --bg-card: #0f172a;
  --text-primary: #e2e8f0;
  --text-secondary: #94a3b8;
  --text-tertiary: #64748b;
  --brand-primary: #015cad;
  --brand-hover: #3B82F6;
  --accent: #fd7152;
  --accent-hover: #fa5d3a;
  --success: #34D399;
  --error: #F87171;
  --security-bg: rgba(253, 113, 82, 0.15);
  --security-text: #fd7152;
  --security-border: rgba(253, 113, 82, 0.1);
  --security-description: #cbd5e1;
  --shadow-card: 0 1px 3px rgba(0, 0, 0, 0.3);
  --border-card: #1e293b;
  --border-subtle: #1e293b;
  --border-header: #1e293b;
  --toggle-hover-bg: rgba(255, 255, 255, 0.05);
  --badge-bg: #1e293b;
  --badge-border: #334155;
  --timeline-line: #334155;
  --timeline-icon-bg: #1e293b;
  --brand-icon-bg: rgba(30, 58, 138, 0.3);
  --event-card-bg: rgba(59, 130, 246, 0.08);
  --event-card-border: rgba(59, 130, 246, 0.2);
  --pulse-color: rgba(59, 130, 246, 0.4);
  --icon-ring: rgba(1, 92, 173, 0.2);
}

/* line 4, /shazan/app/assets/stylesheets/cards.scss */
.info-cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  margin-bottom: 40px;
  margin-top: 8px;
}
/* line 12, /shazan/app/assets/stylesheets/cards.scss */
.info-cards > #shipping_address {
  display: flex;
  flex-direction: column;
}
/* line 16, /shazan/app/assets/stylesheets/cards.scss */
.info-cards > #shipping_address > .card {
  flex: 1;
}

@media (min-width: 768px) {
  /* line 23, /shazan/app/assets/stylesheets/cards.scss */
  .info-cards {
    grid-template-columns: 2fr 1fr;
  }
}
/* line 29, /shazan/app/assets/stylesheets/cards.scss */
.card {
  padding: 24px;
  border: 1px solid var(--border-card);
  border-radius: var(--radius-md);
  background-color: var(--bg-card);
  box-shadow: var(--shadow-card);
  transition: background-color var(--transition-theme), border-color var(--transition-theme), box-shadow var(--transition-theme);
}

/* line 41, /shazan/app/assets/stylesheets/cards.scss */
.card--address {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

/* line 47, /shazan/app/assets/stylesheets/cards.scss */
.card__body {
  flex: 1;
  min-width: 0;
}

/* line 52, /shazan/app/assets/stylesheets/cards.scss */
.card__icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

/* line 62, /shazan/app/assets/stylesheets/cards.scss */
.card__icon--address {
  background-color: var(--brand-icon-bg);
  color: var(--brand-primary);
  transition: background-color var(--transition-theme);
}

/* line 68, /shazan/app/assets/stylesheets/cards.scss */
.card__icon--security {
  font-size: 24px;
  color: var(--security-text);
  flex-shrink: 0;
  transition: color var(--transition-theme);
}

/* line 75, /shazan/app/assets/stylesheets/cards.scss */
.card__label {
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--text-secondary);
  margin-bottom: 8px;
}

/* line 84, /shazan/app/assets/stylesheets/cards.scss */
.card__title {
  font-size: 16px;
  font-weight: 600;
  color: var(--text-primary);
  margin-bottom: 4px;
  transition: color var(--transition-theme);
}

/* line 92, /shazan/app/assets/stylesheets/cards.scss */
.card__description {
  font-size: 14px;
  line-height: 1.5;
  color: var(--text-secondary);
  transition: color var(--transition-theme);
}

/* line 99, /shazan/app/assets/stylesheets/cards.scss */
.card__address-main {
  display: block;
  font-size: 16px;
  font-weight: 600;
  color: var(--text-primary);
  transition: color var(--transition-theme);
}

/* line 107, /shazan/app/assets/stylesheets/cards.scss */
.card__address-secondary {
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: var(--text-secondary);
  transition: color var(--transition-theme);
}

/* line 115, /shazan/app/assets/stylesheets/cards.scss */
.card__link {
  display: inline-block;
  margin-top: 12px;
  font-size: 14px;
  font-weight: 600;
  color: var(--brand-primary);
  text-decoration: none;
}
/* line 123, /shazan/app/assets/stylesheets/cards.scss */
.card__link:hover {
  text-decoration: underline;
}

/* line 129, /shazan/app/assets/stylesheets/cards.scss */
.card--security {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  background-color: var(--security-bg);
  border: 1px solid var(--security-border);
  box-shadow: none;
  transition: background-color var(--transition-theme), border-color var(--transition-theme);
}
/* line 139, /shazan/app/assets/stylesheets/cards.scss */
.card--security .card__title {
  color: var(--security-text);
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 4px;
}
/* line 146, /shazan/app/assets/stylesheets/cards.scss */
.card--security .card__description {
  color: var(--security-description);
  font-size: 12px;
  line-height: 1.625;
  font-weight: 400;
}

/* line 29, /shazan/app/assets/stylesheets/variables.scss */
:root {
  --bg-primary: #FFFFFF;
  --bg-secondary: #f8fafc;
  --bg-card: #FFFFFF;
  --text-primary: #1e293b;
  --text-secondary: #64748b;
  --text-tertiary: #94a3b8;
  --brand-primary: #015cad;
  --brand-hover: #014a8a;
  --accent: #fd7152;
  --accent-hover: #fa5d3a;
  --success: #10B981;
  --error: #EF4444;
  --security-bg: rgba(253, 113, 82, 0.1);
  --security-text: #fd7152;
  --security-border: rgba(253, 113, 82, 0.1);
  --security-description: #334155;
  --shadow-card: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  --border-card: #e2e8f0;
  --border-subtle: #e2e8f0;
  --border-header: #e2e8f0;
  --toggle-hover-bg: rgba(0, 0, 0, 0.05);
  --badge-bg: #FFFFFF;
  --badge-border: #cbd5e1;
  --timeline-line: #e2e8f0;
  --timeline-icon-bg: #f1f5f9;
  --brand-icon-bg: #eff6ff;
  --event-card-bg: rgba(1, 92, 173, 0.04);
  --event-card-border: rgba(1, 92, 173, 0.12);
  --pulse-color: rgba(1, 92, 173, 0.4);
  --icon-ring: #EFF6FF;
  --radius-sm: 8px;
  --radius-md: 12px;
  --radius-lg: 16px;
  --radius-pill: 24px;
  --transition-theme: 0.25s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 69, /shazan/app/assets/stylesheets/variables.scss */
  :root {
    --transition-theme: 0s;
  }
}
/* line 75, /shazan/app/assets/stylesheets/variables.scss */
[data-theme='dark'] {
  --bg-primary: #0f172a;
  --bg-secondary: #0f172a;
  --bg-card: #0f172a;
  --text-primary: #e2e8f0;
  --text-secondary: #94a3b8;
  --text-tertiary: #64748b;
  --brand-primary: #015cad;
  --brand-hover: #3B82F6;
  --accent: #fd7152;
  --accent-hover: #fa5d3a;
  --success: #34D399;
  --error: #F87171;
  --security-bg: rgba(253, 113, 82, 0.15);
  --security-text: #fd7152;
  --security-border: rgba(253, 113, 82, 0.1);
  --security-description: #cbd5e1;
  --shadow-card: 0 1px 3px rgba(0, 0, 0, 0.3);
  --border-card: #1e293b;
  --border-subtle: #1e293b;
  --border-header: #1e293b;
  --toggle-hover-bg: rgba(255, 255, 255, 0.05);
  --badge-bg: #1e293b;
  --badge-border: #334155;
  --timeline-line: #334155;
  --timeline-icon-bg: #1e293b;
  --brand-icon-bg: rgba(30, 58, 138, 0.3);
  --event-card-bg: rgba(59, 130, 246, 0.08);
  --event-card-border: rgba(59, 130, 246, 0.2);
  --pulse-color: rgba(59, 130, 246, 0.4);
  --icon-ring: rgba(1, 92, 173, 0.2);
}

/* line 3, /shazan/app/assets/stylesheets/footer.scss */
.footer {
  padding: 40px 0;
  text-align: center;
}

/* line 8, /shazan/app/assets/stylesheets/footer.scss */
.footer__copyright {
  font-size: 10px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--text-tertiary);
  transition: color var(--transition-theme);
}

/* line 29, /shazan/app/assets/stylesheets/variables.scss */
:root {
  --bg-primary: #FFFFFF;
  --bg-secondary: #f8fafc;
  --bg-card: #FFFFFF;
  --text-primary: #1e293b;
  --text-secondary: #64748b;
  --text-tertiary: #94a3b8;
  --brand-primary: #015cad;
  --brand-hover: #014a8a;
  --accent: #fd7152;
  --accent-hover: #fa5d3a;
  --success: #10B981;
  --error: #EF4444;
  --security-bg: rgba(253, 113, 82, 0.1);
  --security-text: #fd7152;
  --security-border: rgba(253, 113, 82, 0.1);
  --security-description: #334155;
  --shadow-card: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  --border-card: #e2e8f0;
  --border-subtle: #e2e8f0;
  --border-header: #e2e8f0;
  --toggle-hover-bg: rgba(0, 0, 0, 0.05);
  --badge-bg: #FFFFFF;
  --badge-border: #cbd5e1;
  --timeline-line: #e2e8f0;
  --timeline-icon-bg: #f1f5f9;
  --brand-icon-bg: #eff6ff;
  --event-card-bg: rgba(1, 92, 173, 0.04);
  --event-card-border: rgba(1, 92, 173, 0.12);
  --pulse-color: rgba(1, 92, 173, 0.4);
  --icon-ring: #EFF6FF;
  --radius-sm: 8px;
  --radius-md: 12px;
  --radius-lg: 16px;
  --radius-pill: 24px;
  --transition-theme: 0.25s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 69, /shazan/app/assets/stylesheets/variables.scss */
  :root {
    --transition-theme: 0s;
  }
}
/* line 75, /shazan/app/assets/stylesheets/variables.scss */
[data-theme='dark'] {
  --bg-primary: #0f172a;
  --bg-secondary: #0f172a;
  --bg-card: #0f172a;
  --text-primary: #e2e8f0;
  --text-secondary: #94a3b8;
  --text-tertiary: #64748b;
  --brand-primary: #015cad;
  --brand-hover: #3B82F6;
  --accent: #fd7152;
  --accent-hover: #fa5d3a;
  --success: #34D399;
  --error: #F87171;
  --security-bg: rgba(253, 113, 82, 0.15);
  --security-text: #fd7152;
  --security-border: rgba(253, 113, 82, 0.1);
  --security-description: #cbd5e1;
  --shadow-card: 0 1px 3px rgba(0, 0, 0, 0.3);
  --border-card: #1e293b;
  --border-subtle: #1e293b;
  --border-header: #1e293b;
  --toggle-hover-bg: rgba(255, 255, 255, 0.05);
  --badge-bg: #1e293b;
  --badge-border: #334155;
  --timeline-line: #334155;
  --timeline-icon-bg: #1e293b;
  --brand-icon-bg: rgba(30, 58, 138, 0.3);
  --event-card-bg: rgba(59, 130, 246, 0.08);
  --event-card-border: rgba(59, 130, 246, 0.2);
  --pulse-color: rgba(59, 130, 246, 0.4);
  --icon-ring: rgba(1, 92, 173, 0.2);
}

/* line 3, /shazan/app/assets/stylesheets/grid.scss */
.container {
  width: 100%;
  max-width: 56rem;
  margin: 0 auto;
  padding: 0 16px;
}

/* line 11, /shazan/app/assets/stylesheets/grid.scss */
.grid:before,
.grid:after {
  content: " ";
  display: table;
}

/* line 16, /shazan/app/assets/stylesheets/grid.scss */
.grid:after {
  clear: both;
}

/* line 20, /shazan/app/assets/stylesheets/grid.scss */
.grid__column {
  float: left;
  box-sizing: border-box;
}

/* line 25, /shazan/app/assets/stylesheets/grid.scss */
.grid__column--1 {
  width: 8.33%;
}

/* line 28, /shazan/app/assets/stylesheets/grid.scss */
.grid__column--2 {
  width: 16.66%;
}

/* line 31, /shazan/app/assets/stylesheets/grid.scss */
.grid__column--3 {
  width: 25%;
}

/* line 34, /shazan/app/assets/stylesheets/grid.scss */
.grid__column--4 {
  width: 33.33%;
}

/* line 37, /shazan/app/assets/stylesheets/grid.scss */
.grid__column--5 {
  width: 41.66%;
}

/* line 40, /shazan/app/assets/stylesheets/grid.scss */
.grid__column--6 {
  width: 50%;
}

/* line 43, /shazan/app/assets/stylesheets/grid.scss */
.grid__column--8 {
  width: 66.66%;
}

/* line 46, /shazan/app/assets/stylesheets/grid.scss */
.grid__column--9 {
  width: 75%;
}

/* line 49, /shazan/app/assets/stylesheets/grid.scss */
.grid__column--10 {
  width: 83.33%;
}

/* line 52, /shazan/app/assets/stylesheets/grid.scss */
.grid__column--11 {
  width: 91.66%;
}

/* line 55, /shazan/app/assets/stylesheets/grid.scss */
.grid__column--12 {
  width: 100%;
}

/* line 59, /shazan/app/assets/stylesheets/grid.scss */
.grid__column--right {
  float: right;
}

/* line 63, /shazan/app/assets/stylesheets/grid.scss */
.grid__column--leftpad {
  padding-left: 15px;
}

/* line 66, /shazan/app/assets/stylesheets/grid.scss */
.grid__column--rightpad {
  padding-right: 15px;
}

/* line 70, /shazan/app/assets/stylesheets/grid.scss */
.grid__column--leftpad-small {
  padding-left: 10px;
}

/* line 73, /shazan/app/assets/stylesheets/grid.scss */
.grid__column--rightpad-small {
  padding-right: 10px;
}

/* line 77, /shazan/app/assets/stylesheets/grid.scss */
.grid__column--leftpad-big {
  padding-left: 30px;
}

/* line 80, /shazan/app/assets/stylesheets/grid.scss */
.grid__column--rightpad-big {
  padding-right: 30px;
}

/* line 84, /shazan/app/assets/stylesheets/grid.scss */
.flex-right {
  margin-left: auto;
}

@media (min-width: 768px) {
  /* line 89, /shazan/app/assets/stylesheets/grid.scss */
  .container {
    padding: 0 24px;
  }
}
/* line 29, /shazan/app/assets/stylesheets/variables.scss */
:root {
  --bg-primary: #FFFFFF;
  --bg-secondary: #f8fafc;
  --bg-card: #FFFFFF;
  --text-primary: #1e293b;
  --text-secondary: #64748b;
  --text-tertiary: #94a3b8;
  --brand-primary: #015cad;
  --brand-hover: #014a8a;
  --accent: #fd7152;
  --accent-hover: #fa5d3a;
  --success: #10B981;
  --error: #EF4444;
  --security-bg: rgba(253, 113, 82, 0.1);
  --security-text: #fd7152;
  --security-border: rgba(253, 113, 82, 0.1);
  --security-description: #334155;
  --shadow-card: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  --border-card: #e2e8f0;
  --border-subtle: #e2e8f0;
  --border-header: #e2e8f0;
  --toggle-hover-bg: rgba(0, 0, 0, 0.05);
  --badge-bg: #FFFFFF;
  --badge-border: #cbd5e1;
  --timeline-line: #e2e8f0;
  --timeline-icon-bg: #f1f5f9;
  --brand-icon-bg: #eff6ff;
  --event-card-bg: rgba(1, 92, 173, 0.04);
  --event-card-border: rgba(1, 92, 173, 0.12);
  --pulse-color: rgba(1, 92, 173, 0.4);
  --icon-ring: #EFF6FF;
  --radius-sm: 8px;
  --radius-md: 12px;
  --radius-lg: 16px;
  --radius-pill: 24px;
  --transition-theme: 0.25s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 69, /shazan/app/assets/stylesheets/variables.scss */
  :root {
    --transition-theme: 0s;
  }
}
/* line 75, /shazan/app/assets/stylesheets/variables.scss */
[data-theme='dark'] {
  --bg-primary: #0f172a;
  --bg-secondary: #0f172a;
  --bg-card: #0f172a;
  --text-primary: #e2e8f0;
  --text-secondary: #94a3b8;
  --text-tertiary: #64748b;
  --brand-primary: #015cad;
  --brand-hover: #3B82F6;
  --accent: #fd7152;
  --accent-hover: #fa5d3a;
  --success: #34D399;
  --error: #F87171;
  --security-bg: rgba(253, 113, 82, 0.15);
  --security-text: #fd7152;
  --security-border: rgba(253, 113, 82, 0.1);
  --security-description: #cbd5e1;
  --shadow-card: 0 1px 3px rgba(0, 0, 0, 0.3);
  --border-card: #1e293b;
  --border-subtle: #1e293b;
  --border-header: #1e293b;
  --toggle-hover-bg: rgba(255, 255, 255, 0.05);
  --badge-bg: #1e293b;
  --badge-border: #334155;
  --timeline-line: #334155;
  --timeline-icon-bg: #1e293b;
  --brand-icon-bg: rgba(30, 58, 138, 0.3);
  --event-card-bg: rgba(59, 130, 246, 0.08);
  --event-card-border: rgba(59, 130, 246, 0.2);
  --pulse-color: rgba(59, 130, 246, 0.4);
  --icon-ring: rgba(1, 92, 173, 0.2);
}

/* line 3, /shazan/app/assets/stylesheets/order.scss */
.order-info {
  margin-bottom: 32px;
}

/* line 7, /shazan/app/assets/stylesheets/order.scss */
.order-info__carrier {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: -0.025em;
  color: var(--text-primary);
  margin-bottom: 8px;
  transition: color var(--transition-theme);
}

/* line 16, /shazan/app/assets/stylesheets/order.scss */
.order-info__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 24px;
  font-size: 14px;
  color: var(--text-secondary);
  transition: color var(--transition-theme);
}

/* line 26, /shazan/app/assets/stylesheets/order.scss */
.order-info__pedido {
  color: var(--text-secondary);
}

/* line 30, /shazan/app/assets/stylesheets/order.scss */
.order-info__reference {
  color: var(--brand-primary);
  font-weight: 700;
  cursor: pointer;
  position: relative;
}
/* line 36, /shazan/app/assets/stylesheets/order.scss */
.order-info__reference:hover {
  color: var(--brand-hover);
}

/* line 41, /shazan/app/assets/stylesheets/order.scss */
.order-info__delivery {
  color: var(--text-secondary);
}
/* line 44, /shazan/app/assets/stylesheets/order.scss */
.order-info__delivery strong {
  font-weight: 600;
  color: var(--text-primary);
}

/* line 50, /shazan/app/assets/stylesheets/order.scss */
.order-info__transporter {
  font-size: 14px;
  color: var(--text-secondary);
  margin-top: 8px;
}
/* line 55, /shazan/app/assets/stylesheets/order.scss */
.order-info__transporter a {
  color: var(--brand-primary);
  font-weight: 600;
}
/* line 59, /shazan/app/assets/stylesheets/order.scss */
.order-info__transporter a:hover {
  text-decoration: underline;
}

/* line 66, /shazan/app/assets/stylesheets/order.scss */
.clipboard-tooltip {
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  background-color: var(--text-primary);
  color: var(--bg-primary);
  font-size: 12px;
  font-weight: 500;
  padding: 4px 10px;
  border-radius: var(--radius-sm);
  white-space: nowrap;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.2s ease;
}
/* line 82, /shazan/app/assets/stylesheets/order.scss */
.clipboard-tooltip.is-visible {
  opacity: 1;
}

/* line 29, /shazan/app/assets/stylesheets/variables.scss */
:root {
  --bg-primary: #FFFFFF;
  --bg-secondary: #f8fafc;
  --bg-card: #FFFFFF;
  --text-primary: #1e293b;
  --text-secondary: #64748b;
  --text-tertiary: #94a3b8;
  --brand-primary: #015cad;
  --brand-hover: #014a8a;
  --accent: #fd7152;
  --accent-hover: #fa5d3a;
  --success: #10B981;
  --error: #EF4444;
  --security-bg: rgba(253, 113, 82, 0.1);
  --security-text: #fd7152;
  --security-border: rgba(253, 113, 82, 0.1);
  --security-description: #334155;
  --shadow-card: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  --border-card: #e2e8f0;
  --border-subtle: #e2e8f0;
  --border-header: #e2e8f0;
  --toggle-hover-bg: rgba(0, 0, 0, 0.05);
  --badge-bg: #FFFFFF;
  --badge-border: #cbd5e1;
  --timeline-line: #e2e8f0;
  --timeline-icon-bg: #f1f5f9;
  --brand-icon-bg: #eff6ff;
  --event-card-bg: rgba(1, 92, 173, 0.04);
  --event-card-border: rgba(1, 92, 173, 0.12);
  --pulse-color: rgba(1, 92, 173, 0.4);
  --icon-ring: #EFF6FF;
  --radius-sm: 8px;
  --radius-md: 12px;
  --radius-lg: 16px;
  --radius-pill: 24px;
  --transition-theme: 0.25s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 69, /shazan/app/assets/stylesheets/variables.scss */
  :root {
    --transition-theme: 0s;
  }
}
/* line 75, /shazan/app/assets/stylesheets/variables.scss */
[data-theme='dark'] {
  --bg-primary: #0f172a;
  --bg-secondary: #0f172a;
  --bg-card: #0f172a;
  --text-primary: #e2e8f0;
  --text-secondary: #94a3b8;
  --text-tertiary: #64748b;
  --brand-primary: #015cad;
  --brand-hover: #3B82F6;
  --accent: #fd7152;
  --accent-hover: #fa5d3a;
  --success: #34D399;
  --error: #F87171;
  --security-bg: rgba(253, 113, 82, 0.15);
  --security-text: #fd7152;
  --security-border: rgba(253, 113, 82, 0.1);
  --security-description: #cbd5e1;
  --shadow-card: 0 1px 3px rgba(0, 0, 0, 0.3);
  --border-card: #1e293b;
  --border-subtle: #1e293b;
  --border-header: #1e293b;
  --toggle-hover-bg: rgba(255, 255, 255, 0.05);
  --badge-bg: #1e293b;
  --badge-border: #334155;
  --timeline-line: #334155;
  --timeline-icon-bg: #1e293b;
  --brand-icon-bg: rgba(30, 58, 138, 0.3);
  --event-card-bg: rgba(59, 130, 246, 0.08);
  --event-card-border: rgba(59, 130, 246, 0.2);
  --pulse-color: rgba(59, 130, 246, 0.4);
  --icon-ring: rgba(1, 92, 173, 0.2);
}

/* line 4, /shazan/app/assets/stylesheets/tracking.scss */
.tracking-card {
  background-color: var(--bg-card);
  border: 1px solid var(--border-card);
  border-radius: var(--radius-lg);
  padding: 32px;
  margin-bottom: 24px;
  box-shadow: var(--shadow-card);
  transition: background-color var(--transition-theme), border-color var(--transition-theme), box-shadow var(--transition-theme);
}
@media (max-width: 600px) {
  /* line 4, /shazan/app/assets/stylesheets/tracking.scss */
  .tracking-card {
    padding: 20px 16px;
  }
}

/* line 21, /shazan/app/assets/stylesheets/tracking.scss */
.tracking-header-wrapper {
  position: sticky;
  top: 0;
  z-index: 100;
  background-color: var(--bg-primary);
  border-bottom: 1px solid var(--border-header);
  transition: background-color var(--transition-theme), border-color var(--transition-theme);
}

/* line 31, /shazan/app/assets/stylesheets/tracking.scss */
.tracking-header {
  max-width: 56rem;
  margin: 0 auto;
  padding: 24px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 768px) {
  /* line 31, /shazan/app/assets/stylesheets/tracking.scss */
  .tracking-header {
    padding: 24px;
  }
}

/* line 44, /shazan/app/assets/stylesheets/tracking.scss */
.tracking-header__logo {
  font-size: 24px;
  font-weight: 700;
  color: var(--brand-primary);
  text-decoration: none;
  letter-spacing: -0.025em;
}
/* line 51, /shazan/app/assets/stylesheets/tracking.scss */
.tracking-header__logo:hover {
  color: var(--brand-hover);
}

/* line 56, /shazan/app/assets/stylesheets/tracking.scss */
.tracking-header__toggle {
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
  color: var(--text-secondary);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: color var(--transition-theme), background-color 0.2s ease;
}
/* line 69, /shazan/app/assets/stylesheets/tracking.scss */
.tracking-header__toggle:hover {
  background-color: var(--toggle-hover-bg);
}
/* line 73, /shazan/app/assets/stylesheets/tracking.scss */
.tracking-header__toggle:focus-visible {
  outline: 2px solid var(--brand-primary);
  outline-offset: 2px;
}
/* line 78, /shazan/app/assets/stylesheets/tracking.scss */
.tracking-header__toggle svg {
  width: 24px;
  height: 24px;
}
/* line 83, /shazan/app/assets/stylesheets/tracking.scss */
.tracking-header__toggle .material-symbols-outlined {
  font-size: 24px;
}

/* line 89, /shazan/app/assets/stylesheets/tracking.scss */
.breadcrumb {
  font-size: 14px;
  color: var(--text-secondary);
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 40px;
  margin-bottom: 16px;
  transition: color var(--transition-theme);
}

/* line 100, /shazan/app/assets/stylesheets/tracking.scss */
.breadcrumb__link {
  color: var(--text-secondary);
  text-decoration: none;
}
/* line 104, /shazan/app/assets/stylesheets/tracking.scss */
.breadcrumb__link:hover {
  color: var(--brand-primary);
}

/* line 109, /shazan/app/assets/stylesheets/tracking.scss */
.breadcrumb__separator {
  margin: 0;
}

/* line 113, /shazan/app/assets/stylesheets/tracking.scss */
.breadcrumb__current {
  font-weight: 500;
  color: var(--text-primary);
  transition: color var(--transition-theme);
}

/* line 120, /shazan/app/assets/stylesheets/tracking.scss */
.warning-banner {
  background-color: var(--error);
  color: #FFFFFF;
  padding: 12px 16px;
  text-align: center;
  border-radius: var(--radius-sm);
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 16px;
}

/* line 132, /shazan/app/assets/stylesheets/tracking.scss */
.timeline {
  padding-top: 8px;
}
/* line 136, /shazan/app/assets/stylesheets/tracking.scss */
.timeline .tracking__icon {
  display: none;
}

/* line 141, /shazan/app/assets/stylesheets/tracking.scss */
.timeline__header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 32px;
}
/* line 147, /shazan/app/assets/stylesheets/tracking.scss */
.timeline__header svg {
  width: 24px;
  height: 24px;
  color: var(--text-primary);
  transition: color var(--transition-theme);
}
/* line 154, /shazan/app/assets/stylesheets/tracking.scss */
.timeline__header .material-symbols-outlined {
  font-size: 24px;
  color: var(--text-primary);
  transition: color var(--transition-theme);
}

/* line 161, /shazan/app/assets/stylesheets/tracking.scss */
.timeline__title {
  font-size: 20px;
  font-weight: 700;
  color: var(--text-primary);
  transition: color var(--transition-theme);
}

/* line 169, /shazan/app/assets/stylesheets/tracking.scss */
.timeline__events {
  position: relative;
  padding-left: 16px;
}

/* line 175, /shazan/app/assets/stylesheets/tracking.scss */
.timeline__event {
  position: relative;
  padding-left: 48px;
  padding-bottom: 48px;
}
/* line 180, /shazan/app/assets/stylesheets/tracking.scss */
.timeline__event:last-child {
  padding-bottom: 0;
}
/* line 185, /shazan/app/assets/stylesheets/tracking.scss */
.timeline__event::before {
  content: '';
  position: absolute;
  left: 0;
  top: 32px;
  bottom: 0;
  width: 2px;
  transform: translateX(-50%);
  background-color: var(--timeline-line);
  transition: background-color var(--transition-theme);
}
/* line 197, /shazan/app/assets/stylesheets/tracking.scss */
.timeline__event:last-child::before {
  display: none;
}
/* line 202, /shazan/app/assets/stylesheets/tracking.scss */
.timeline__event.timeline__event--active::before {
  background-color: var(--brand-primary);
}
/* line 207, /shazan/app/assets/stylesheets/tracking.scss */
.timeline__event.timeline__event--past::before {
  background-color: var(--timeline-line);
}

/* line 213, /shazan/app/assets/stylesheets/tracking.scss */
.timeline__icon {
  position: absolute;
  left: -16px;
  top: 0;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  z-index: 1;
  transition: background-color var(--transition-theme), border-color var(--transition-theme);
}
/* line 228, /shazan/app/assets/stylesheets/tracking.scss */
.timeline__icon svg {
  width: 16px;
  height: 16px;
}
/* line 233, /shazan/app/assets/stylesheets/tracking.scss */
.timeline__icon .material-symbols-outlined {
  font-size: 16px;
}

/* line 238, /shazan/app/assets/stylesheets/tracking.scss */
.timeline__icon--active {
  background-color: var(--brand-primary);
  border: none;
  box-shadow: 0 0 0 4px var(--icon-ring);
}
/* line 243, /shazan/app/assets/stylesheets/tracking.scss */
.timeline__icon--active svg {
  color: #FFFFFF;
}
/* line 247, /shazan/app/assets/stylesheets/tracking.scss */
.timeline__icon--active .material-symbols-outlined {
  color: #FFFFFF;
}

/* line 252, /shazan/app/assets/stylesheets/tracking.scss */
.timeline__icon--secondary {
  background-color: var(--bg-card);
  border: 2px solid var(--brand-primary);
}
/* line 256, /shazan/app/assets/stylesheets/tracking.scss */
.timeline__icon--secondary svg {
  color: var(--text-tertiary);
}
/* line 260, /shazan/app/assets/stylesheets/tracking.scss */
.timeline__icon--secondary .material-symbols-outlined {
  color: var(--text-tertiary);
}

/* line 265, /shazan/app/assets/stylesheets/tracking.scss */
.timeline__icon--past {
  background-color: var(--timeline-icon-bg);
  border: 2px solid var(--badge-border);
}
/* line 269, /shazan/app/assets/stylesheets/tracking.scss */
.timeline__icon--past svg {
  color: var(--text-tertiary);
}
/* line 273, /shazan/app/assets/stylesheets/tracking.scss */
.timeline__icon--past .material-symbols-outlined {
  color: var(--text-tertiary);
}

/* line 279, /shazan/app/assets/stylesheets/tracking.scss */
.timeline__event-card {
  background-color: var(--event-card-bg);
  border: 1px solid var(--event-card-border);
  border-radius: var(--radius-lg);
  padding: 20px;
  transition: background-color var(--transition-theme), border-color var(--transition-theme);
}

/* line 288, /shazan/app/assets/stylesheets/tracking.scss */
.timeline__event-card-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}

/* line 296, /shazan/app/assets/stylesheets/tracking.scss */
.timeline__event-card-content {
  flex: 1 0 60%;
}

/* line 300, /shazan/app/assets/stylesheets/tracking.scss */
.timeline__event-header {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 8px;
}

/* line 308, /shazan/app/assets/stylesheets/tracking.scss */
.timeline__event-title {
  font-size: 18px;
  font-weight: 500;
  color: var(--brand-primary);
  transition: color var(--transition-theme);
}

/* line 315, /shazan/app/assets/stylesheets/tracking.scss */
.timeline__event-title--past {
  font-size: 16px;
  font-weight: 600;
  color: var(--text-primary);
  margin-bottom: 4px;
  transition: color var(--transition-theme);
}

/* line 323, /shazan/app/assets/stylesheets/tracking.scss */
.timeline__badge {
  display: inline-block;
  padding: 2px 10px;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  background-color: var(--badge-bg);
  border: 1px solid var(--badge-border);
  border-radius: 4px;
  color: var(--text-secondary);
  transition: border-color var(--transition-theme), color var(--transition-theme);
}

/* line 338, /shazan/app/assets/stylesheets/tracking.scss */
.timeline__event-description {
  font-size: 14px;
  color: var(--text-secondary);
  line-height: 1.5;
  transition: color var(--transition-theme);
}

/* line 345, /shazan/app/assets/stylesheets/tracking.scss */
.timeline__event-timestamp {
  font-size: 10px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  color: var(--text-tertiary);
  margin-top: 8px;
  transition: color var(--transition-theme);
}

/* line 357, /shazan/app/assets/stylesheets/tracking.scss */
.timeline__event--past .timeline__event-inline {
  opacity: 0.7;
}

/* line 363, /shazan/app/assets/stylesheets/tracking.scss */
.timeline__event-inline {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
}

/* line 370, /shazan/app/assets/stylesheets/tracking.scss */
.timeline__event-content {
  flex: 1;
  min-width: 0;
}

/* line 375, /shazan/app/assets/stylesheets/tracking.scss */
.timeline__event-date {
  text-align: right;
  flex-shrink: 0;
}

/* line 380, /shazan/app/assets/stylesheets/tracking.scss */
.timeline__event-date-day {
  font-size: 14px;
  font-weight: 600;
  color: var(--text-primary);
  transition: color var(--transition-theme);
}

/* line 387, /shazan/app/assets/stylesheets/tracking.scss */
.timeline__event-date-time {
  font-size: 12px;
  font-weight: 500;
  color: var(--text-tertiary);
  transition: color var(--transition-theme);
}

/* line 395, /shazan/app/assets/stylesheets/tracking.scss */
.button-non-receipt {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 600;
  color: #FFFFFF;
  background-color: var(--accent);
  border: none;
  border-radius: 8px;
  text-decoration: none;
  cursor: pointer;
  flex-shrink: 0;
  align-self: center;
  white-space: nowrap;
  transition: background-color 0.2s ease;
}
/* line 413, /shazan/app/assets/stylesheets/tracking.scss */
.button-non-receipt:hover {
  background-color: var(--accent-hover);
  color: #FFFFFF;
}
/* line 418, /shazan/app/assets/stylesheets/tracking.scss */
.button-non-receipt svg {
  width: 18px;
  height: 18px;
}
/* line 423, /shazan/app/assets/stylesheets/tracking.scss */
.button-non-receipt .material-symbols-outlined {
  font-size: 18px;
}

/* line 434, /shazan/app/assets/stylesheets/tracking.scss */
.ctas {
  text-align: center;
  margin-top: 48px;
  padding: 0 0 32px;
}

/* line 440, /shazan/app/assets/stylesheets/tracking.scss */
.ctas__text {
  font-size: 14px;
  font-weight: 400;
  color: var(--text-secondary);
  margin-bottom: 24px;
  transition: color var(--transition-theme);
}

/* line 448, /shazan/app/assets/stylesheets/tracking.scss */
.ctas__buttons {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}

/* line 455, /shazan/app/assets/stylesheets/tracking.scss */
.ctas__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 32px;
  font-size: 14px;
  font-weight: 600;
  color: var(--text-primary);
  background-color: var(--bg-primary);
  border: 1px solid var(--border-card);
  border-radius: var(--radius-pill);
  text-decoration: none;
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
/* line 472, /shazan/app/assets/stylesheets/tracking.scss */
.ctas__button:hover {
  border-color: var(--brand-primary);
  color: var(--brand-primary);
}

/* line 479, /shazan/app/assets/stylesheets/tracking.scss */
.carousel-section {
  margin: 0 0 24px;
}

/* line 483, /shazan/app/assets/stylesheets/tracking.scss */
.carousel__title {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  color: var(--text-primary);
  margin-bottom: 20px;
  transition: color var(--transition-theme);
}
@media (max-width: 600px) {
  /* line 483, /shazan/app/assets/stylesheets/tracking.scss */
  .carousel__title {
    font-size: 18px;
  }
}

/* line 496, /shazan/app/assets/stylesheets/tracking.scss */
.splide {
  position: relative;
}

/* line 501, /shazan/app/assets/stylesheets/tracking.scss */
.splide__arrow {
  background-color: var(--bg-card) !important;
  border: 1px solid var(--border-card) !important;
  box-shadow: var(--shadow-card);
  opacity: 1 !important;
  width: 32px !important;
  height: 32px !important;
  top: calc(50% - 25px) !important;
}
/* line 511, /shazan/app/assets/stylesheets/tracking.scss */
.splide__arrow svg {
  fill: var(--text-secondary) !important;
  width: 14px !important;
  height: 14px !important;
}

/* line 518, /shazan/app/assets/stylesheets/tracking.scss */
.splide__arrow--prev {
  left: 4px !important;
}

/* line 522, /shazan/app/assets/stylesheets/tracking.scss */
.splide__arrow--next {
  right: 4px !important;
}

/* line 526, /shazan/app/assets/stylesheets/tracking.scss */
.splide__slide {
  cursor: pointer;
}

/* line 530, /shazan/app/assets/stylesheets/tracking.scss */
.splide__slide img {
  border-radius: var(--radius-sm);
}

/* line 534, /shazan/app/assets/stylesheets/tracking.scss */
.product__name {
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 14px;
  color: var(--text-primary);
  margin-top: 8px;
  transition: color var(--transition-theme);
}

/* line 545, /shazan/app/assets/stylesheets/tracking.scss */
.product__price {
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  color: var(--text-secondary);
  transition: color var(--transition-theme);
}

/* line 553, /shazan/app/assets/stylesheets/tracking.scss */
.after-sales-banner {
  margin-top: 20px;
  text-align: center;
}
/* line 557, /shazan/app/assets/stylesheets/tracking.scss */
.after-sales-banner__link--mobile {
  display: none;
}
/* line 561, /shazan/app/assets/stylesheets/tracking.scss */
.after-sales-banner__image {
  width: 100%;
  height: auto;
  border-radius: 4px;
}

@media (max-width: 600px) {
  /* line 570, /shazan/app/assets/stylesheets/tracking.scss */
  .timeline__event {
    padding-bottom: 24px;
  }

  /* line 574, /shazan/app/assets/stylesheets/tracking.scss */
  .timeline__event-date {
    text-align: right;
  }

  /* line 578, /shazan/app/assets/stylesheets/tracking.scss */
  .ctas__buttons {
    flex-direction: column;
    align-items: center;
  }

  /* line 583, /shazan/app/assets/stylesheets/tracking.scss */
  .ctas__button {
    width: 100%;
    max-width: 280px;
  }

  /* line 589, /shazan/app/assets/stylesheets/tracking.scss */
  .after-sales-banner__link--desktop {
    display: none;
  }
  /* line 593, /shazan/app/assets/stylesheets/tracking.scss */
  .after-sales-banner__link--mobile {
    display: block;
  }
}
/* line 2, /shazan/app/assets/stylesheets/transitions.scss */
body,
.tracking-header,
.tracking-card,
.card,
.card--security,
.timeline__event-card {
  transition: background-color var(--transition-theme), color var(--transition-theme), border-color var(--transition-theme);
}

/* line 29, /shazan/app/assets/stylesheets/variables.scss */
:root {
  --bg-primary: #FFFFFF;
  --bg-secondary: #f8fafc;
  --bg-card: #FFFFFF;
  --text-primary: #1e293b;
  --text-secondary: #64748b;
  --text-tertiary: #94a3b8;
  --brand-primary: #015cad;
  --brand-hover: #014a8a;
  --accent: #fd7152;
  --accent-hover: #fa5d3a;
  --success: #10B981;
  --error: #EF4444;
  --security-bg: rgba(253, 113, 82, 0.1);
  --security-text: #fd7152;
  --security-border: rgba(253, 113, 82, 0.1);
  --security-description: #334155;
  --shadow-card: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  --border-card: #e2e8f0;
  --border-subtle: #e2e8f0;
  --border-header: #e2e8f0;
  --toggle-hover-bg: rgba(0, 0, 0, 0.05);
  --badge-bg: #FFFFFF;
  --badge-border: #cbd5e1;
  --timeline-line: #e2e8f0;
  --timeline-icon-bg: #f1f5f9;
  --brand-icon-bg: #eff6ff;
  --event-card-bg: rgba(1, 92, 173, 0.04);
  --event-card-border: rgba(1, 92, 173, 0.12);
  --pulse-color: rgba(1, 92, 173, 0.4);
  --icon-ring: #EFF6FF;
  --radius-sm: 8px;
  --radius-md: 12px;
  --radius-lg: 16px;
  --radius-pill: 24px;
  --transition-theme: 0.25s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 69, /shazan/app/assets/stylesheets/variables.scss */
  :root {
    --transition-theme: 0s;
  }
}
/* line 75, /shazan/app/assets/stylesheets/variables.scss */
[data-theme='dark'] {
  --bg-primary: #0f172a;
  --bg-secondary: #0f172a;
  --bg-card: #0f172a;
  --text-primary: #e2e8f0;
  --text-secondary: #94a3b8;
  --text-tertiary: #64748b;
  --brand-primary: #015cad;
  --brand-hover: #3B82F6;
  --accent: #fd7152;
  --accent-hover: #fa5d3a;
  --success: #34D399;
  --error: #F87171;
  --security-bg: rgba(253, 113, 82, 0.15);
  --security-text: #fd7152;
  --security-border: rgba(253, 113, 82, 0.1);
  --security-description: #cbd5e1;
  --shadow-card: 0 1px 3px rgba(0, 0, 0, 0.3);
  --border-card: #1e293b;
  --border-subtle: #1e293b;
  --border-header: #1e293b;
  --toggle-hover-bg: rgba(255, 255, 255, 0.05);
  --badge-bg: #1e293b;
  --badge-border: #334155;
  --timeline-line: #334155;
  --timeline-icon-bg: #1e293b;
  --brand-icon-bg: rgba(30, 58, 138, 0.3);
  --event-card-bg: rgba(59, 130, 246, 0.08);
  --event-card-border: rgba(59, 130, 246, 0.2);
  --pulse-color: rgba(59, 130, 246, 0.4);
  --icon-ring: rgba(1, 92, 173, 0.2);
}

/* line 3, /shazan/app/assets/stylesheets/update-tracking.scss */
.update-tracking {
  margin: 32px 0;
  text-align: center;
}
/* line 7, /shazan/app/assets/stylesheets/update-tracking.scss */
.update-tracking img {
  display: block;
  max-width: 280px;
  margin: 0 auto;
}

/* line 14, /shazan/app/assets/stylesheets/update-tracking.scss */
.update-tracking__title {
  margin-top: 16px;
  font-size: 16px;
  font-weight: 500;
  color: var(--text-secondary);
  line-height: 1.5;
  transition: color var(--transition-theme);
}

/* line 11, /shazan/app/assets/stylesheets/style.scss */
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

/* line 21, /shazan/app/assets/stylesheets/style.scss */
html {
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 27, /shazan/app/assets/stylesheets/style.scss */
body {
  font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: var(--text-primary);
  background-color: var(--bg-secondary);
  transition: background-color var(--transition-theme), color var(--transition-theme);
}

/* line 39, /shazan/app/assets/stylesheets/style.scss */
li {
  list-style: none;
}

/* line 43, /shazan/app/assets/stylesheets/style.scss */
a {
  text-decoration: none;
  color: var(--brand-primary);
  transition: color var(--transition-theme);
}
/* line 48, /shazan/app/assets/stylesheets/style.scss */
a:hover {
  color: var(--brand-hover);
}

/* line 53, /shazan/app/assets/stylesheets/style.scss */
img {
  max-width: 100%;
  display: block;
}

/* line 58, /shazan/app/assets/stylesheets/style.scss */
small {
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

/* line 66, /shazan/app/assets/stylesheets/style.scss */
h1 {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
}

/* line 72, /shazan/app/assets/stylesheets/style.scss */
h2 {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3;
}

/* line 79, /shazan/app/assets/stylesheets/style.scss */
.hide, .hidden {
  display: none;
}

/* line 83, /shazan/app/assets/stylesheets/style.scss */
.relative {
  position: relative;
}

/* line 87, /shazan/app/assets/stylesheets/style.scss */
.right {
  float: right;
}

/* line 91, /shazan/app/assets/stylesheets/style.scss */
.center {
  text-align: center;
}

/* line 95, /shazan/app/assets/stylesheets/style.scss */
.img-responsive {
  max-width: 100%;
  display: block;
}

@media (max-width: 768px) {
  /* line 100, /shazan/app/assets/stylesheets/style.scss */
  .hide-mobile {
    display: none;
  }
}

/* line 107, /shazan/app/assets/stylesheets/style.scss */
.material-symbols-outlined {
  font-variation-settings: 'FILL' 1, 'wght' 400, 'GRAD' 0, 'opsz' 24;
}

/* line 112, /shazan/app/assets/stylesheets/style.scss */
#main {
  animation: slideIn 0.5s ease-in-out;
}

@keyframes slideIn {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (min-width: 768px) {
  /* line 129, /shazan/app/assets/stylesheets/style.scss */
  .nav {
    height: calc(100% - 50px);
  }
}
@media (max-width: 768px) {
  /* line 135, /shazan/app/assets/stylesheets/style.scss */
  body, html {
    overflow-x: clip;
  }
}
/* line 29, /shazan/app/assets/stylesheets/variables.scss */
:root {
  --bg-primary: #FFFFFF;
  --bg-secondary: #f8fafc;
  --bg-card: #FFFFFF;
  --text-primary: #1e293b;
  --text-secondary: #64748b;
  --text-tertiary: #94a3b8;
  --brand-primary: #015cad;
  --brand-hover: #014a8a;
  --accent: #fd7152;
  --accent-hover: #fa5d3a;
  --success: #10B981;
  --error: #EF4444;
  --security-bg: rgba(253, 113, 82, 0.1);
  --security-text: #fd7152;
  --security-border: rgba(253, 113, 82, 0.1);
  --security-description: #334155;
  --shadow-card: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  --border-card: #e2e8f0;
  --border-subtle: #e2e8f0;
  --border-header: #e2e8f0;
  --toggle-hover-bg: rgba(0, 0, 0, 0.05);
  --badge-bg: #FFFFFF;
  --badge-border: #cbd5e1;
  --timeline-line: #e2e8f0;
  --timeline-icon-bg: #f1f5f9;
  --brand-icon-bg: #eff6ff;
  --event-card-bg: rgba(1, 92, 173, 0.04);
  --event-card-border: rgba(1, 92, 173, 0.12);
  --pulse-color: rgba(1, 92, 173, 0.4);
  --icon-ring: #EFF6FF;
  --radius-sm: 8px;
  --radius-md: 12px;
  --radius-lg: 16px;
  --radius-pill: 24px;
  --transition-theme: 0.25s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 69, /shazan/app/assets/stylesheets/variables.scss */
  :root {
    --transition-theme: 0s;
  }
}
/* line 75, /shazan/app/assets/stylesheets/variables.scss */
[data-theme='dark'] {
  --bg-primary: #0f172a;
  --bg-secondary: #0f172a;
  --bg-card: #0f172a;
  --text-primary: #e2e8f0;
  --text-secondary: #94a3b8;
  --text-tertiary: #64748b;
  --brand-primary: #015cad;
  --brand-hover: #3B82F6;
  --accent: #fd7152;
  --accent-hover: #fa5d3a;
  --success: #34D399;
  --error: #F87171;
  --security-bg: rgba(253, 113, 82, 0.15);
  --security-text: #fd7152;
  --security-border: rgba(253, 113, 82, 0.1);
  --security-description: #cbd5e1;
  --shadow-card: 0 1px 3px rgba(0, 0, 0, 0.3);
  --border-card: #1e293b;
  --border-subtle: #1e293b;
  --border-header: #1e293b;
  --toggle-hover-bg: rgba(255, 255, 255, 0.05);
  --badge-bg: #1e293b;
  --badge-border: #334155;
  --timeline-line: #334155;
  --timeline-icon-bg: #1e293b;
  --brand-icon-bg: rgba(30, 58, 138, 0.3);
  --event-card-bg: rgba(59, 130, 246, 0.08);
  --event-card-border: rgba(59, 130, 246, 0.2);
  --pulse-color: rgba(59, 130, 246, 0.4);
  --icon-ring: rgba(1, 92, 173, 0.2);
}

/* line 4, /shazan/app/assets/stylesheets/tracking.scss */
.tracking-card {
  background-color: var(--bg-card);
  border: 1px solid var(--border-card);
  border-radius: var(--radius-lg);
  padding: 32px;
  margin-bottom: 24px;
  box-shadow: var(--shadow-card);
  transition: background-color var(--transition-theme), border-color var(--transition-theme), box-shadow var(--transition-theme);
}
@media (max-width: 600px) {
  /* line 4, /shazan/app/assets/stylesheets/tracking.scss */
  .tracking-card {
    padding: 20px 16px;
  }
}

/* line 21, /shazan/app/assets/stylesheets/tracking.scss */
.tracking-header-wrapper {
  position: sticky;
  top: 0;
  z-index: 100;
  background-color: var(--bg-primary);
  border-bottom: 1px solid var(--border-header);
  transition: background-color var(--transition-theme), border-color var(--transition-theme);
}

/* line 31, /shazan/app/assets/stylesheets/tracking.scss */
.tracking-header {
  max-width: 56rem;
  margin: 0 auto;
  padding: 24px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 768px) {
  /* line 31, /shazan/app/assets/stylesheets/tracking.scss */
  .tracking-header {
    padding: 24px;
  }
}

/* line 44, /shazan/app/assets/stylesheets/tracking.scss */
.tracking-header__logo {
  font-size: 24px;
  font-weight: 700;
  color: var(--brand-primary);
  text-decoration: none;
  letter-spacing: -0.025em;
}
/* line 51, /shazan/app/assets/stylesheets/tracking.scss */
.tracking-header__logo:hover {
  color: var(--brand-hover);
}

/* line 56, /shazan/app/assets/stylesheets/tracking.scss */
.tracking-header__toggle {
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
  color: var(--text-secondary);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: color var(--transition-theme), background-color 0.2s ease;
}
/* line 69, /shazan/app/assets/stylesheets/tracking.scss */
.tracking-header__toggle:hover {
  background-color: var(--toggle-hover-bg);
}
/* line 73, /shazan/app/assets/stylesheets/tracking.scss */
.tracking-header__toggle:focus-visible {
  outline: 2px solid var(--brand-primary);
  outline-offset: 2px;
}
/* line 78, /shazan/app/assets/stylesheets/tracking.scss */
.tracking-header__toggle svg {
  width: 24px;
  height: 24px;
}
/* line 83, /shazan/app/assets/stylesheets/tracking.scss */
.tracking-header__toggle .material-symbols-outlined {
  font-size: 24px;
}

/* line 89, /shazan/app/assets/stylesheets/tracking.scss */
.breadcrumb {
  font-size: 14px;
  color: var(--text-secondary);
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 40px;
  margin-bottom: 16px;
  transition: color var(--transition-theme);
}

/* line 100, /shazan/app/assets/stylesheets/tracking.scss */
.breadcrumb__link {
  color: var(--text-secondary);
  text-decoration: none;
}
/* line 104, /shazan/app/assets/stylesheets/tracking.scss */
.breadcrumb__link:hover {
  color: var(--brand-primary);
}

/* line 109, /shazan/app/assets/stylesheets/tracking.scss */
.breadcrumb__separator {
  margin: 0;
}

/* line 113, /shazan/app/assets/stylesheets/tracking.scss */
.breadcrumb__current {
  font-weight: 500;
  color: var(--text-primary);
  transition: color var(--transition-theme);
}

/* line 120, /shazan/app/assets/stylesheets/tracking.scss */
.warning-banner {
  background-color: var(--error);
  color: #FFFFFF;
  padding: 12px 16px;
  text-align: center;
  border-radius: var(--radius-sm);
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 16px;
}

/* line 132, /shazan/app/assets/stylesheets/tracking.scss */
.timeline {
  padding-top: 8px;
}
/* line 136, /shazan/app/assets/stylesheets/tracking.scss */
.timeline .tracking__icon {
  display: none;
}

/* line 141, /shazan/app/assets/stylesheets/tracking.scss */
.timeline__header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 32px;
}
/* line 147, /shazan/app/assets/stylesheets/tracking.scss */
.timeline__header svg {
  width: 24px;
  height: 24px;
  color: var(--text-primary);
  transition: color var(--transition-theme);
}
/* line 154, /shazan/app/assets/stylesheets/tracking.scss */
.timeline__header .material-symbols-outlined {
  font-size: 24px;
  color: var(--text-primary);
  transition: color var(--transition-theme);
}

/* line 161, /shazan/app/assets/stylesheets/tracking.scss */
.timeline__title {
  font-size: 20px;
  font-weight: 700;
  color: var(--text-primary);
  transition: color var(--transition-theme);
}

/* line 169, /shazan/app/assets/stylesheets/tracking.scss */
.timeline__events {
  position: relative;
  padding-left: 16px;
}

/* line 175, /shazan/app/assets/stylesheets/tracking.scss */
.timeline__event {
  position: relative;
  padding-left: 48px;
  padding-bottom: 48px;
}
/* line 180, /shazan/app/assets/stylesheets/tracking.scss */
.timeline__event:last-child {
  padding-bottom: 0;
}
/* line 185, /shazan/app/assets/stylesheets/tracking.scss */
.timeline__event::before {
  content: '';
  position: absolute;
  left: 0;
  top: 32px;
  bottom: 0;
  width: 2px;
  transform: translateX(-50%);
  background-color: var(--timeline-line);
  transition: background-color var(--transition-theme);
}
/* line 197, /shazan/app/assets/stylesheets/tracking.scss */
.timeline__event:last-child::before {
  display: none;
}
/* line 202, /shazan/app/assets/stylesheets/tracking.scss */
.timeline__event.timeline__event--active::before {
  background-color: var(--brand-primary);
}
/* line 207, /shazan/app/assets/stylesheets/tracking.scss */
.timeline__event.timeline__event--past::before {
  background-color: var(--timeline-line);
}

/* line 213, /shazan/app/assets/stylesheets/tracking.scss */
.timeline__icon {
  position: absolute;
  left: -16px;
  top: 0;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  z-index: 1;
  transition: background-color var(--transition-theme), border-color var(--transition-theme);
}
/* line 228, /shazan/app/assets/stylesheets/tracking.scss */
.timeline__icon svg {
  width: 16px;
  height: 16px;
}
/* line 233, /shazan/app/assets/stylesheets/tracking.scss */
.timeline__icon .material-symbols-outlined {
  font-size: 16px;
}

/* line 238, /shazan/app/assets/stylesheets/tracking.scss */
.timeline__icon--active {
  background-color: var(--brand-primary);
  border: none;
  box-shadow: 0 0 0 4px var(--icon-ring);
}
/* line 243, /shazan/app/assets/stylesheets/tracking.scss */
.timeline__icon--active svg {
  color: #FFFFFF;
}
/* line 247, /shazan/app/assets/stylesheets/tracking.scss */
.timeline__icon--active .material-symbols-outlined {
  color: #FFFFFF;
}

/* line 252, /shazan/app/assets/stylesheets/tracking.scss */
.timeline__icon--secondary {
  background-color: var(--bg-card);
  border: 2px solid var(--brand-primary);
}
/* line 256, /shazan/app/assets/stylesheets/tracking.scss */
.timeline__icon--secondary svg {
  color: var(--text-tertiary);
}
/* line 260, /shazan/app/assets/stylesheets/tracking.scss */
.timeline__icon--secondary .material-symbols-outlined {
  color: var(--text-tertiary);
}

/* line 265, /shazan/app/assets/stylesheets/tracking.scss */
.timeline__icon--past {
  background-color: var(--timeline-icon-bg);
  border: 2px solid var(--badge-border);
}
/* line 269, /shazan/app/assets/stylesheets/tracking.scss */
.timeline__icon--past svg {
  color: var(--text-tertiary);
}
/* line 273, /shazan/app/assets/stylesheets/tracking.scss */
.timeline__icon--past .material-symbols-outlined {
  color: var(--text-tertiary);
}

/* line 279, /shazan/app/assets/stylesheets/tracking.scss */
.timeline__event-card {
  background-color: var(--event-card-bg);
  border: 1px solid var(--event-card-border);
  border-radius: var(--radius-lg);
  padding: 20px;
  transition: background-color var(--transition-theme), border-color var(--transition-theme);
}

/* line 288, /shazan/app/assets/stylesheets/tracking.scss */
.timeline__event-card-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}

/* line 296, /shazan/app/assets/stylesheets/tracking.scss */
.timeline__event-card-content {
  flex: 1 0 60%;
}

/* line 300, /shazan/app/assets/stylesheets/tracking.scss */
.timeline__event-header {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 8px;
}

/* line 308, /shazan/app/assets/stylesheets/tracking.scss */
.timeline__event-title {
  font-size: 18px;
  font-weight: 500;
  color: var(--brand-primary);
  transition: color var(--transition-theme);
}

/* line 315, /shazan/app/assets/stylesheets/tracking.scss */
.timeline__event-title--past {
  font-size: 16px;
  font-weight: 600;
  color: var(--text-primary);
  margin-bottom: 4px;
  transition: color var(--transition-theme);
}

/* line 323, /shazan/app/assets/stylesheets/tracking.scss */
.timeline__badge {
  display: inline-block;
  padding: 2px 10px;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  background-color: var(--badge-bg);
  border: 1px solid var(--badge-border);
  border-radius: 4px;
  color: var(--text-secondary);
  transition: border-color var(--transition-theme), color var(--transition-theme);
}

/* line 338, /shazan/app/assets/stylesheets/tracking.scss */
.timeline__event-description {
  font-size: 14px;
  color: var(--text-secondary);
  line-height: 1.5;
  transition: color var(--transition-theme);
}

/* line 345, /shazan/app/assets/stylesheets/tracking.scss */
.timeline__event-timestamp {
  font-size: 10px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  color: var(--text-tertiary);
  margin-top: 8px;
  transition: color var(--transition-theme);
}

/* line 357, /shazan/app/assets/stylesheets/tracking.scss */
.timeline__event--past .timeline__event-inline {
  opacity: 0.7;
}

/* line 363, /shazan/app/assets/stylesheets/tracking.scss */
.timeline__event-inline {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
}

/* line 370, /shazan/app/assets/stylesheets/tracking.scss */
.timeline__event-content {
  flex: 1;
  min-width: 0;
}

/* line 375, /shazan/app/assets/stylesheets/tracking.scss */
.timeline__event-date {
  text-align: right;
  flex-shrink: 0;
}

/* line 380, /shazan/app/assets/stylesheets/tracking.scss */
.timeline__event-date-day {
  font-size: 14px;
  font-weight: 600;
  color: var(--text-primary);
  transition: color var(--transition-theme);
}

/* line 387, /shazan/app/assets/stylesheets/tracking.scss */
.timeline__event-date-time {
  font-size: 12px;
  font-weight: 500;
  color: var(--text-tertiary);
  transition: color var(--transition-theme);
}

/* line 395, /shazan/app/assets/stylesheets/tracking.scss */
.button-non-receipt {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 600;
  color: #FFFFFF;
  background-color: var(--accent);
  border: none;
  border-radius: 8px;
  text-decoration: none;
  cursor: pointer;
  flex-shrink: 0;
  align-self: center;
  white-space: nowrap;
  transition: background-color 0.2s ease;
}
/* line 413, /shazan/app/assets/stylesheets/tracking.scss */
.button-non-receipt:hover {
  background-color: var(--accent-hover);
  color: #FFFFFF;
}
/* line 418, /shazan/app/assets/stylesheets/tracking.scss */
.button-non-receipt svg {
  width: 18px;
  height: 18px;
}
/* line 423, /shazan/app/assets/stylesheets/tracking.scss */
.button-non-receipt .material-symbols-outlined {
  font-size: 18px;
}

/* line 434, /shazan/app/assets/stylesheets/tracking.scss */
.ctas {
  text-align: center;
  margin-top: 48px;
  padding: 0 0 32px;
}

/* line 440, /shazan/app/assets/stylesheets/tracking.scss */
.ctas__text {
  font-size: 14px;
  font-weight: 400;
  color: var(--text-secondary);
  margin-bottom: 24px;
  transition: color var(--transition-theme);
}

/* line 448, /shazan/app/assets/stylesheets/tracking.scss */
.ctas__buttons {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}

/* line 455, /shazan/app/assets/stylesheets/tracking.scss */
.ctas__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 32px;
  font-size: 14px;
  font-weight: 600;
  color: var(--text-primary);
  background-color: var(--bg-primary);
  border: 1px solid var(--border-card);
  border-radius: var(--radius-pill);
  text-decoration: none;
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
/* line 472, /shazan/app/assets/stylesheets/tracking.scss */
.ctas__button:hover {
  border-color: var(--brand-primary);
  color: var(--brand-primary);
}

/* line 479, /shazan/app/assets/stylesheets/tracking.scss */
.carousel-section {
  margin: 0 0 24px;
}

/* line 483, /shazan/app/assets/stylesheets/tracking.scss */
.carousel__title {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  color: var(--text-primary);
  margin-bottom: 20px;
  transition: color var(--transition-theme);
}
@media (max-width: 600px) {
  /* line 483, /shazan/app/assets/stylesheets/tracking.scss */
  .carousel__title {
    font-size: 18px;
  }
}

/* line 496, /shazan/app/assets/stylesheets/tracking.scss */
.splide {
  position: relative;
}

/* line 501, /shazan/app/assets/stylesheets/tracking.scss */
.splide__arrow {
  background-color: var(--bg-card) !important;
  border: 1px solid var(--border-card) !important;
  box-shadow: var(--shadow-card);
  opacity: 1 !important;
  width: 32px !important;
  height: 32px !important;
  top: calc(50% - 25px) !important;
}
/* line 511, /shazan/app/assets/stylesheets/tracking.scss */
.splide__arrow svg {
  fill: var(--text-secondary) !important;
  width: 14px !important;
  height: 14px !important;
}

/* line 518, /shazan/app/assets/stylesheets/tracking.scss */
.splide__arrow--prev {
  left: 4px !important;
}

/* line 522, /shazan/app/assets/stylesheets/tracking.scss */
.splide__arrow--next {
  right: 4px !important;
}

/* line 526, /shazan/app/assets/stylesheets/tracking.scss */
.splide__slide {
  cursor: pointer;
}

/* line 530, /shazan/app/assets/stylesheets/tracking.scss */
.splide__slide img {
  border-radius: var(--radius-sm);
}

/* line 534, /shazan/app/assets/stylesheets/tracking.scss */
.product__name {
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 14px;
  color: var(--text-primary);
  margin-top: 8px;
  transition: color var(--transition-theme);
}

/* line 545, /shazan/app/assets/stylesheets/tracking.scss */
.product__price {
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  color: var(--text-secondary);
  transition: color var(--transition-theme);
}

/* line 553, /shazan/app/assets/stylesheets/tracking.scss */
.after-sales-banner {
  margin-top: 20px;
  text-align: center;
}
/* line 557, /shazan/app/assets/stylesheets/tracking.scss */
.after-sales-banner__link--mobile {
  display: none;
}
/* line 561, /shazan/app/assets/stylesheets/tracking.scss */
.after-sales-banner__image {
  width: 100%;
  height: auto;
  border-radius: 4px;
}

@media (max-width: 600px) {
  /* line 570, /shazan/app/assets/stylesheets/tracking.scss */
  .timeline__event {
    padding-bottom: 24px;
  }

  /* line 574, /shazan/app/assets/stylesheets/tracking.scss */
  .timeline__event-date {
    text-align: right;
  }

  /* line 578, /shazan/app/assets/stylesheets/tracking.scss */
  .ctas__buttons {
    flex-direction: column;
    align-items: center;
  }

  /* line 583, /shazan/app/assets/stylesheets/tracking.scss */
  .ctas__button {
    width: 100%;
    max-width: 280px;
  }

  /* line 589, /shazan/app/assets/stylesheets/tracking.scss */
  .after-sales-banner__link--desktop {
    display: none;
  }
  /* line 593, /shazan/app/assets/stylesheets/tracking.scss */
  .after-sales-banner__link--mobile {
    display: block;
  }
}
/* line 2, /shazan/app/assets/stylesheets/transitions.scss */
body,
.tracking-header,
.tracking-card,
.card,
.card--security,
.timeline__event-card {
  transition: background-color var(--transition-theme), color var(--transition-theme), border-color var(--transition-theme);
}
/* line 29, /shazan/app/assets/stylesheets/variables.scss */
:root {
  --bg-primary: #FFFFFF;
  --bg-secondary: #f8fafc;
  --bg-card: #FFFFFF;
  --text-primary: #1e293b;
  --text-secondary: #64748b;
  --text-tertiary: #94a3b8;
  --brand-primary: #015cad;
  --brand-hover: #014a8a;
  --accent: #fd7152;
  --accent-hover: #fa5d3a;
  --success: #10B981;
  --error: #EF4444;
  --security-bg: rgba(253, 113, 82, 0.1);
  --security-text: #fd7152;
  --security-border: rgba(253, 113, 82, 0.1);
  --security-description: #334155;
  --shadow-card: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  --border-card: #e2e8f0;
  --border-subtle: #e2e8f0;
  --border-header: #e2e8f0;
  --toggle-hover-bg: rgba(0, 0, 0, 0.05);
  --badge-bg: #FFFFFF;
  --badge-border: #cbd5e1;
  --timeline-line: #e2e8f0;
  --timeline-icon-bg: #f1f5f9;
  --brand-icon-bg: #eff6ff;
  --event-card-bg: rgba(1, 92, 173, 0.04);
  --event-card-border: rgba(1, 92, 173, 0.12);
  --pulse-color: rgba(1, 92, 173, 0.4);
  --icon-ring: #EFF6FF;
  --radius-sm: 8px;
  --radius-md: 12px;
  --radius-lg: 16px;
  --radius-pill: 24px;
  --transition-theme: 0.25s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 69, /shazan/app/assets/stylesheets/variables.scss */
  :root {
    --transition-theme: 0s;
  }
}
/* line 75, /shazan/app/assets/stylesheets/variables.scss */
[data-theme='dark'] {
  --bg-primary: #0f172a;
  --bg-secondary: #0f172a;
  --bg-card: #0f172a;
  --text-primary: #e2e8f0;
  --text-secondary: #94a3b8;
  --text-tertiary: #64748b;
  --brand-primary: #015cad;
  --brand-hover: #3B82F6;
  --accent: #fd7152;
  --accent-hover: #fa5d3a;
  --success: #34D399;
  --error: #F87171;
  --security-bg: rgba(253, 113, 82, 0.15);
  --security-text: #fd7152;
  --security-border: rgba(253, 113, 82, 0.1);
  --security-description: #cbd5e1;
  --shadow-card: 0 1px 3px rgba(0, 0, 0, 0.3);
  --border-card: #1e293b;
  --border-subtle: #1e293b;
  --border-header: #1e293b;
  --toggle-hover-bg: rgba(255, 255, 255, 0.05);
  --badge-bg: #1e293b;
  --badge-border: #334155;
  --timeline-line: #334155;
  --timeline-icon-bg: #1e293b;
  --brand-icon-bg: rgba(30, 58, 138, 0.3);
  --event-card-bg: rgba(59, 130, 246, 0.08);
  --event-card-border: rgba(59, 130, 246, 0.2);
  --pulse-color: rgba(59, 130, 246, 0.4);
  --icon-ring: rgba(1, 92, 173, 0.2);
}

/* line 3, /shazan/app/assets/stylesheets/update-tracking.scss */
.update-tracking {
  margin: 32px 0;
  text-align: center;
}
/* line 7, /shazan/app/assets/stylesheets/update-tracking.scss */
.update-tracking img {
  display: block;
  max-width: 280px;
  margin: 0 auto;
}

/* line 14, /shazan/app/assets/stylesheets/update-tracking.scss */
.update-tracking__title {
  margin-top: 16px;
  font-size: 16px;
  font-weight: 500;
  color: var(--text-secondary);
  line-height: 1.5;
  transition: color var(--transition-theme);
}
/* line 29, /shazan/app/assets/stylesheets/variables.scss */
:root {
  --bg-primary: #FFFFFF;
  --bg-secondary: #f8fafc;
  --bg-card: #FFFFFF;
  --text-primary: #1e293b;
  --text-secondary: #64748b;
  --text-tertiary: #94a3b8;
  --brand-primary: #015cad;
  --brand-hover: #014a8a;
  --accent: #fd7152;
  --accent-hover: #fa5d3a;
  --success: #10B981;
  --error: #EF4444;
  --security-bg: rgba(253, 113, 82, 0.1);
  --security-text: #fd7152;
  --security-border: rgba(253, 113, 82, 0.1);
  --security-description: #334155;
  --shadow-card: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  --border-card: #e2e8f0;
  --border-subtle: #e2e8f0;
  --border-header: #e2e8f0;
  --toggle-hover-bg: rgba(0, 0, 0, 0.05);
  --badge-bg: #FFFFFF;
  --badge-border: #cbd5e1;
  --timeline-line: #e2e8f0;
  --timeline-icon-bg: #f1f5f9;
  --brand-icon-bg: #eff6ff;
  --event-card-bg: rgba(1, 92, 173, 0.04);
  --event-card-border: rgba(1, 92, 173, 0.12);
  --pulse-color: rgba(1, 92, 173, 0.4);
  --icon-ring: #EFF6FF;
  --radius-sm: 8px;
  --radius-md: 12px;
  --radius-lg: 16px;
  --radius-pill: 24px;
  --transition-theme: 0.25s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 69, /shazan/app/assets/stylesheets/variables.scss */
  :root {
    --transition-theme: 0s;
  }
}
/* line 75, /shazan/app/assets/stylesheets/variables.scss */
[data-theme='dark'] {
  --bg-primary: #0f172a;
  --bg-secondary: #0f172a;
  --bg-card: #0f172a;
  --text-primary: #e2e8f0;
  --text-secondary: #94a3b8;
  --text-tertiary: #64748b;
  --brand-primary: #015cad;
  --brand-hover: #3B82F6;
  --accent: #fd7152;
  --accent-hover: #fa5d3a;
  --success: #34D399;
  --error: #F87171;
  --security-bg: rgba(253, 113, 82, 0.15);
  --security-text: #fd7152;
  --security-border: rgba(253, 113, 82, 0.1);
  --security-description: #cbd5e1;
  --shadow-card: 0 1px 3px rgba(0, 0, 0, 0.3);
  --border-card: #1e293b;
  --border-subtle: #1e293b;
  --border-header: #1e293b;
  --toggle-hover-bg: rgba(255, 255, 255, 0.05);
  --badge-bg: #1e293b;
  --badge-border: #334155;
  --timeline-line: #334155;
  --timeline-icon-bg: #1e293b;
  --brand-icon-bg: rgba(30, 58, 138, 0.3);
  --event-card-bg: rgba(59, 130, 246, 0.08);
  --event-card-border: rgba(59, 130, 246, 0.2);
  --pulse-color: rgba(59, 130, 246, 0.4);
  --icon-ring: rgba(1, 92, 173, 0.2);
}
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS/SCSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *




 */
/* line 20, /shazan/app/assets/stylesheets/application.scss */
input[type="color"] {
  border: none;
  background-color: transparent;
  padding: 4px;
  height: 19px;
}

/* line 27, /shazan/app/assets/stylesheets/application.scss */
.add_fields, .remove_fields {
  display: inline-block;
  padding: 8px 0px;
}

/* line 32, /shazan/app/assets/stylesheets/application.scss */
.tag--yellow {
  background: #c7c42c;
}

/* line 36, /shazan/app/assets/stylesheets/application.scss */
.tag--blue {
  background: #1f99d6;
}

/* line 40, /shazan/app/assets/stylesheets/application.scss */
.tag--orange {
  background: #da771c;
}
.gu-mirror {
  position: fixed !important;
  margin: 0 !important;
  z-index: 9999 !important;
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
}
.gu-hide {
  display: none !important;
}
.gu-unselectable {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
}
.gu-transit {
  opacity: 0.2;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  filter: alpha(opacity=20);
}
