@charset "UTF-8";
/*-----------------------------------------------------------------
===	File Information ==============================================
===	Software: CombiPlate AB - Landlord portal
=== File: screen.scss
===	Description: Please read the included readme.md before you
	start modifying/create files.
	This file contains our imports, make sure to import overrides
	and themes in the right order.
=== Version: 1.0
===	Author: Linus Carlström <linus@combiplate.com>
===	Author URI: http://combiplate.com
---------------------------------------------------------------- */
/*-----------------------------------------------------------------
===	Import ========================================================
 *	Our good ol' imports, please make sure u've read the readme.md
 	before u start editing the scss files.
 1	Framework related imports
 2	Our Sass helpers
 3	Normalize and Typography rules
 4	Third party vendor related imports
 5	Our Componens, often attributes like, <input> and <button>
 6	Our portal Sections, such as header and sidebar
 7	Our modules created for the portal
 8	Pages, specific stylesheets for our pages, such as Overview
 9	Shame on u for using this! (¬˛¬)
---------------------------------------------------------------- */
/*-----------------------------------------------------------------
===	File Information ==============================================
===	Software: CombiPlate AB - Landlord portal
===	File: helper/_variables.scss
===	Description: This file contains all the global variables
===	Version: 1.0
===	Author: Linus Carlström <linus@combiplate.com>
===	Author URI: http://combiplate.com
---------------------------------------------------------------- */
/*-----------------------------------------------------------------
===	Typography ====================================================
 *	Font, line-height, and color for body text, headings, etc...
---------------------------------------------------------------- */
/*-----------------------------------------------------------------
===	Color palette =================================================
 *	Please name the colors as user friendly as u can
---------------------------------------------------------------- */
/*-----------------------------------------------------------------
===	Site colors ===================================================
 *	Variabels for the site colors to ease overriding from theme
 *	Settings for some of the most global styles
---------------------------------------------------------------- */
/*-----------------------------------------------------------------
===	Sizes =========================================================
 *	Hopefully u wont be needing to change this
	But if u do, "h" stands for height and "w" stands for width.
---------------------------------------------------------------- */
/*-----------------------------------------------------------------
===	Margins and paddings ==========================================
 *	If you need to move several elements the same amount for one
	section, create a global variable here
---------------------------------------------------------------- */
/*-----------------------------------------------------------------
===	Breakpoints ===================================================
 *	Specifies our breakpoints
---------------------------------------------------------------- */
/*-----------------------------------------------------------------
===	Grids =========================================================
 *	Specifies our grid system
 *	Two last lines are used for debug
---------------------------------------------------------------- */
/*-----------------------------------------------------------------
===	Borders =======================================================
 1	Define our radius
---------------------------------------------------------------- */
/* 1 */
/*-----------------------------------------------------------------
===	Shadows =======================================================
 *	All ze shadows, used for input, buttons etc...
---------------------------------------------------------------- */
/*-----------------------------------------------------------------
===	Media =========================================================
 *	Media specific config
---------------------------------------------------------------- */
/*-----------------------------------------------------------------
===	File Information ==============================================
===	Software: CombiPlate AB - Landlord portal
=== File: helper/_mixins.scss
===	Description: This file contains custom mixins used in the 
	project
=== Version: 1.0 
===	Author: Linus Carlström <linus@combiplate.com>
===	Author URI: http://combiplate.com
---------------------------------------------------------------- */
/*-----------------------------------------------------------------
===	Font-size =====================================================
 *	Source: http://tinyurl.com/kyfzcka
---------------------------------------------------------------- */
/*-----------------------------------------------------------------
===	Calc size with rem ============================================
 *	
---------------------------------------------------------------- */
/*-----------------------------------------------------------------
===	Calc ==========================================================
 *	Source: http://tinyurl.com/l95vkpj
---------------------------------------------------------------- */
/*-----------------------------------------------------------------
===	Input placeholder="" ==========================================
 *	Set the placeholder for all ze browsers
---------------------------------------------------------------- */
/*-----------------------------------------------------------------
===	Filter ========================================================
 *	Set the filter property for all ze browsers
---------------------------------------------------------------- */
/*-----------------------------------------------------------------
===	User select ===================================================
 *	Set the user-select for all ze browsers
---------------------------------------------------------------- */
/*-----------------------------------------------------------------
===	Cursor mixins =================================================
 *	Source: https://gist.github.com/shiwano/3155735
---------------------------------------------------------------- */
/*-----------------------------------------------------------------
===	Filter blur ===================================================
 *	Source: https://gist.github.com/Ceane/8060746
---------------------------------------------------------------- */
/*-----------------------------------------------------------------
===	Button creation ===============================================
 *	Mass production for dem buttonZ!
---------------------------------------------------------------- */
/*-----------------------------------------------------------------
===	File Information ==============================================
===	Software: CombiPlate AB - Landlord portal
=== File: helper/_helper.scss
===	Description: This file contains helpers used in the portal.
	Helpers can be element adjustments or minor extendes.
=== Version: 1.0
===	Author: Linus Carlström <linus@combiplate.com>
===	Author URI: http://combiplate.com
---------------------------------------------------------------- */
/*-----------------------------------------------------------------
===	Clearfix ======================================================
 *	Extended from within the stylesheets
---------------------------------------------------------------- */
/* line 18, ../../sass/helpers/_helper.scss */
.input-wrapper.align-float .msg-area::after, .checkbox::after, .radio-segment-body::after, .pnl-body::after, .row::after, .databoxes-topbar::after, .databoxes .databox::after, .datalist .datalist-topbar::after, .datalist > ul > li::after, .modal-editing-container form .group-name::after, .datafield::after, .datafield-preview::after, .datafield-edit::after, .datafield-preview .datafield-label::after, .datafield-edit .datafield-label::after, .segmented-control::after, .access-component-topbar::after, .access-component-list li::after, .license-list .preview::after, .license-list .editing::after, .license-list .preview .label::after, .license-list .editing .label::after, .content-wrapper::after, .modulearea > div::after, .modulearea > div > div[class*="-body"]::after, .navbar ul::after, .user .user-dropdown li::after, .sidebar li::after, .pk-header-btn::after, .configuration .thirdpartyconfiguration form::after, .module.settings form::after {
  display: table;
  content: '';
  clear: both; }

/*-----------------------------------------------------------------
===	Hidden ========================================================
 *	Use this class when you want to hide an element.
---------------------------------------------------------------- */
/* line 30, ../../sass/helpers/_helper.scss */
.hidden {
  display: none !important; }

/*-----------------------------------------------------------------
===	Filter blur ===================================================
 *	Blur the element that uses this class
---------------------------------------------------------------- */
/* line 39, ../../sass/helpers/_helper.scss */
.blur {
  -webkit-filter: blur(2px);
  /* Chrome, Safari */
  -ms-filter: blur(2px);
  /* IE12? */
  filter: url('data:image/svg+xml;utf8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg"><filter id="blur"><feGaussianBlur stdDeviation="2" /></filter></svg>#blur');
  /* Firefox, Safari, Chrome*/
  filter: progid:DXImageTransform.Microsoft.Blur(Strength=$radius);
  /* IE9 */ }

/*-----------------------------------------------------------------
===	Font icon helpers =============================================
 *	Create some default size classes where we cant set it manually
 1	Font awesome sizes
---------------------------------------------------------------- */
/* line 49, ../../sass/helpers/_helper.scss */
.fa.mini {
  font-size: 10px;
  font-size: 1rem; }

/* 1 */
/* line 50, ../../sass/helpers/_helper.scss */
.fa.small {
  font-size: 14px;
  font-size: 1.4rem; }

/* line 51, ../../sass/helpers/_helper.scss */
.fa.medium {
  font-size: 21px;
  font-size: 2.1rem; }

/* line 52, ../../sass/helpers/_helper.scss */
.fa.large {
  font-size: 28px;
  font-size: 2.8rem; }

/* line 53, ../../sass/helpers/_helper.scss */
.fa.huge {
  font-size: 72px;
  font-size: 7.2rem; }

/* line 55, ../../sass/helpers/_helper.scss */
[class^="pe-7s-"].small {
  font-size: 16px;
  font-size: 1.6rem; }

/* line 56, ../../sass/helpers/_helper.scss */
[class^="pe-7s-"].medium {
  font-size: 25px;
  font-size: 2.5rem; }

/* line 57, ../../sass/helpers/_helper.scss */
[class^="pe-7s-"].large {
  font-size: 39px;
  font-size: 3.9rem; }

/*-----------------------------------------------------------------
===	Color helpers =================================================
 *	Create some default size classes where we cant set it manually
 1	Font awesome sizes
---------------------------------------------------------------- */
/* line 65, ../../sass/helpers/_helper.scss */
span.primary,
.fa.primary,
[class^="pe-7s-"].primary {
  color: #a91830; }

/* line 71, ../../sass/helpers/_helper.scss */
span.success,
.fa.success,
[class^="pe-7s-"].success {
  color: #9ec74b; }

/* line 77, ../../sass/helpers/_helper.scss */
span.info,
.fa.info,
[class^="pe-7s-"].info {
  color: #6b9ce1; }

/* line 83, ../../sass/helpers/_helper.scss */
span.warning,
.fa.warning,
[class^="pe-7s-"].warning {
  color: #f3ab52; }

/* line 89, ../../sass/helpers/_helper.scss */
span.danger,
.fa.danger,
[class^="pe-7s-"].danger {
  color: #db706c; }

/* line 95, ../../sass/helpers/_helper.scss */
span.broken,
.fa.broken,
[class^="pe-7s-"].broken {
  color: black; }

/*-----------------------------------------------------------------
===	Table helpers =================================================
 *	Emulate the table behaviour with divs
---------------------------------------------------------------- */
/* line 105, ../../sass/helpers/_helper.scss */
.table {
  display: table; }

/* line 106, ../../sass/helpers/_helper.scss */
.thead {
  display: table-header-group; }

/* line 107, ../../sass/helpers/_helper.scss */
.tbody {
  display: table-row-group; }

/* line 108, ../../sass/helpers/_helper.scss */
.td {
  display: table-cell;
  vertical-align: middle; }

/* line 109, ../../sass/helpers/_helper.scss */
.tr {
  display: table-row; }

/*-----------------------------------------------------------------
===	Typography helpers ============================================
---------------------------------------------------------------- */
/* line 114, ../../sass/helpers/_helper.scss */
span.bold {
  font-weight: 400; }

/*-----------------------------------------------------------------
===	File Information ==============================================
===	Software: CombiPlate AB - Landlord portal
=== File: base/_normalize.scss
===	Description: This file contains resets and the scss needed in
	order to normalize the software for your viewing pleasure
=== Version: 1.0
===	Author: Linus Carlström <linus@combiplate.com>
===	Author URI: http://combiplate.com
---------------------------------------------------------------- */
/*-----------------------------------------------------------------
===	Berzerk reset =================================================
 *	Now this shit's about to kick off, this sass looks wack
 	let's take it back to straight html and start it from scratch
---------------------------------------------------------------- */
/* line 18, ../../sass/base/_normalize.scss */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
button {
  margin: 0;
  padding: 0;
  font: inherit; }

/* line 105, ../../sass/base/_normalize.scss */
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/*-----------------------------------------------------------------
===	HTML normalization ============================================
 *	Preserve HTML font-size when iPhone orientation changes from
 	portrait to landscape
---------------------------------------------------------------- */
/* line 115, ../../sass/base/_normalize.scss */
html,
body {
  -webkit-text-size-adjust: 100%;
  height: 100%;
  background: #f1f4f5;
  overflow: hidden; }

/*-----------------------------------------------------------------
===	Internet Explorer :'( =========================================
 1	Corrects block display for HTML5 elements in IE6/7/8/9
 2	Remove the border when it's inside 'a' element
---------------------------------------------------------------- */
/* line 131, ../../sass/base/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
  /* 1 */ }

/* line 146, ../../sass/base/_normalize.scss */
img {
  border: 0;
  /* 2 */ }

/*-----------------------------------------------------------------
===	Tables ========================================================
 *	Removes the spacing between table cells.
---------------------------------------------------------------- */
/* line 155, ../../sass/base/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* line 160, ../../sass/base/_normalize.scss */
th,
td {
  padding: 0; }

/*-----------------------------------------------------------------
===	Lists =========================================================
 *	Adjust for menu usage
---------------------------------------------------------------- */
/* line 170, ../../sass/base/_normalize.scss */
ol,
ul {
  list-style: none; }

/*-----------------------------------------------------------------
===	File Information ==============================================
===	Software: CombiPlate AB - Landlord portal
=== File: base/_typography.scss
===	Description: This file contains the default typography rules
=== Version: 1.0
===	Author: Linus Carlström <linus@combiplate.com>
===	Author URI: http://combiplate.com
---------------------------------------------------------------- */
/*-----------------------------------------------------------------
===	HTML typography rules =========================================
 1	62.5% equals 10px, which will ease calculations (1.4em == 14px)
---------------------------------------------------------------- */
/* line 15, ../../sass/base/_typography.scss */
html {
  font-size: 62.5%;
  /* 1 */
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 300;
  color: #575757; }

/*-----------------------------------------------------------------
===	Body typography rules =========================================
 *	Move your body, every everybody. Move your body, come on now
 	everybody. - Eiffel 65
---------------------------------------------------------------- */
/* line 27, ../../sass/base/_typography.scss */
body {
  font-size: 18px;
  font-size: 1.8rem; }

/*-----------------------------------------------------------------
===	Headers =======================================================
---------------------------------------------------------------- */
/* line 34, ../../sass/base/_typography.scss */
h1,
h2,
h3,
h4 {
  font-weight: 400; }

/* line 41, ../../sass/base/_typography.scss */
h1 {
  font-size: 32px;
  font-size: 3.2rem;
  color: white; }

/* line 46, ../../sass/base/_typography.scss */
h2 {
  font-size: 23px;
  font-size: 2.3rem;
  color: white; }

/* line 51, ../../sass/base/_typography.scss */
h3 {
  font-size: 20px;
  font-size: 2rem; }

/* line 55, ../../sass/base/_typography.scss */
h4 {
  font-size: 18px;
  font-size: 1.8rem; }

/*-----------------------------------------------------------------
===	Link rules ====================================================
---------------------------------------------------------------- */
/* line 62, ../../sass/base/_typography.scss */
a {
  color: #f1f2f3;
  text-decoration: none; }
  /* line 66, ../../sass/base/_typography.scss */
  a:hover, a:focus {
    text-decoration: none; }

/*-----------------------------------------------------------------
===	Element rules =================================================
---------------------------------------------------------------- */
/* line 76, ../../sass/base/_typography.scss */
input,
button {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 300; }

/*!
 * Font Awesome Free 5.13.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
/* line 4, ../../sass/vendors/fontawesome/_core.scss */
.fa,
.fas,
.far,
.fal,
.fad,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1; }

/* line 5, ../../sass/vendors/fontawesome/_larger.scss */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -.0667em; }

/* line 11, ../../sass/vendors/fontawesome/_larger.scss */
.fa-xs {
  font-size: .75em; }

/* line 15, ../../sass/vendors/fontawesome/_larger.scss */
.fa-sm {
  font-size: .875em; }

/* line 20, ../../sass/vendors/fontawesome/_larger.scss */
.fa-1x {
  font-size: 1em; }

/* line 20, ../../sass/vendors/fontawesome/_larger.scss */
.fa-2x {
  font-size: 2em; }

/* line 20, ../../sass/vendors/fontawesome/_larger.scss */
.fa-3x {
  font-size: 3em; }

/* line 20, ../../sass/vendors/fontawesome/_larger.scss */
.fa-4x {
  font-size: 4em; }

/* line 20, ../../sass/vendors/fontawesome/_larger.scss */
.fa-5x {
  font-size: 5em; }

/* line 20, ../../sass/vendors/fontawesome/_larger.scss */
.fa-6x {
  font-size: 6em; }

/* line 20, ../../sass/vendors/fontawesome/_larger.scss */
.fa-7x {
  font-size: 7em; }

/* line 20, ../../sass/vendors/fontawesome/_larger.scss */
.fa-8x {
  font-size: 8em; }

/* line 20, ../../sass/vendors/fontawesome/_larger.scss */
.fa-9x {
  font-size: 9em; }

/* line 20, ../../sass/vendors/fontawesome/_larger.scss */
.fa-10x {
  font-size: 10em; }

/* line 3, ../../sass/vendors/fontawesome/_fixed-width.scss */
.fa-fw {
  text-align: center;
  width: 1.25em; }

/* line 4, ../../sass/vendors/fontawesome/_list.scss */
.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0; }
  /* line 9, ../../sass/vendors/fontawesome/_list.scss */
  .fa-ul > li {
    position: relative; }

/* line 12, ../../sass/vendors/fontawesome/_list.scss */
.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit; }

/* line 4, ../../sass/vendors/fontawesome/_bordered-pulled.scss */
.fa-border {
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
  padding: .2em .25em .15em; }

/* line 10, ../../sass/vendors/fontawesome/_bordered-pulled.scss */
.fa-pull-left {
  float: left; }

/* line 11, ../../sass/vendors/fontawesome/_bordered-pulled.scss */
.fa-pull-right {
  float: right; }

/* line 18, ../../sass/vendors/fontawesome/_bordered-pulled.scss */
.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: .3em; }
/* line 19, ../../sass/vendors/fontawesome/_bordered-pulled.scss */
.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: .3em; }

/* line 4, ../../sass/vendors/fontawesome/_animated.scss */
.fa-spin {
  animation: fa-spin 2s infinite linear; }

/* line 8, ../../sass/vendors/fontawesome/_animated.scss */
.fa-pulse {
  animation: fa-spin 1s infinite steps(8); }

@keyframes fa-spin {
  /* line 13, ../../sass/vendors/fontawesome/_animated.scss */
  0% {
    transform: rotate(0deg); }

  /* line 17, ../../sass/vendors/fontawesome/_animated.scss */
  100% {
    transform: rotate(360deg); } }
/* line 4, ../../sass/vendors/fontawesome/_rotated-flipped.scss */
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg); }

/* line 5, ../../sass/vendors/fontawesome/_rotated-flipped.scss */
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg); }

/* line 6, ../../sass/vendors/fontawesome/_rotated-flipped.scss */
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg); }

/* line 8, ../../sass/vendors/fontawesome/_rotated-flipped.scss */
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1); }

/* line 9, ../../sass/vendors/fontawesome/_rotated-flipped.scss */
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1); }

/* line 10, ../../sass/vendors/fontawesome/_rotated-flipped.scss */
.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(-1, -1); }

/* line 16, ../../sass/vendors/fontawesome/_rotated-flipped.scss */
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-flip-both {
  filter: none; }

/* line 4, ../../sass/vendors/fontawesome/_stacked.scss */
.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em; }

/* line 13, ../../sass/vendors/fontawesome/_stacked.scss */
.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%; }

/* line 21, ../../sass/vendors/fontawesome/_stacked.scss */
.fa-stack-1x {
  line-height: inherit; }

/* line 25, ../../sass/vendors/fontawesome/_stacked.scss */
.fa-stack-2x {
  font-size: 2em; }

/* line 29, ../../sass/vendors/fontawesome/_stacked.scss */
.fa-inverse {
  color: white; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
/* line 4, ../../sass/vendors/fontawesome/_icons.scss */
.fa-500px:before {
  content: "\f26e"; }

/* line 5, ../../sass/vendors/fontawesome/_icons.scss */
.fa-accessible-icon:before {
  content: "\f368"; }

/* line 6, ../../sass/vendors/fontawesome/_icons.scss */
.fa-accusoft:before {
  content: "\f369"; }

/* line 7, ../../sass/vendors/fontawesome/_icons.scss */
.fa-acquisitions-incorporated:before {
  content: "\f6af"; }

/* line 8, ../../sass/vendors/fontawesome/_icons.scss */
.fa-ad:before {
  content: "\f641"; }

/* line 9, ../../sass/vendors/fontawesome/_icons.scss */
.fa-address-book:before {
  content: "\f2b9"; }

/* line 10, ../../sass/vendors/fontawesome/_icons.scss */
.fa-address-card:before {
  content: "\f2bb"; }

/* line 11, ../../sass/vendors/fontawesome/_icons.scss */
.fa-adjust:before {
  content: "\f042"; }

/* line 12, ../../sass/vendors/fontawesome/_icons.scss */
.fa-adn:before {
  content: "\f170"; }

/* line 13, ../../sass/vendors/fontawesome/_icons.scss */
.fa-adobe:before {
  content: "\f778"; }

/* line 14, ../../sass/vendors/fontawesome/_icons.scss */
.fa-adversal:before {
  content: "\f36a"; }

/* line 15, ../../sass/vendors/fontawesome/_icons.scss */
.fa-affiliatetheme:before {
  content: "\f36b"; }

/* line 16, ../../sass/vendors/fontawesome/_icons.scss */
.fa-air-freshener:before {
  content: "\f5d0"; }

/* line 17, ../../sass/vendors/fontawesome/_icons.scss */
.fa-airbnb:before {
  content: "\f834"; }

/* line 18, ../../sass/vendors/fontawesome/_icons.scss */
.fa-algolia:before {
  content: "\f36c"; }

/* line 19, ../../sass/vendors/fontawesome/_icons.scss */
.fa-align-center:before {
  content: "\f037"; }

/* line 20, ../../sass/vendors/fontawesome/_icons.scss */
.fa-align-justify:before {
  content: "\f039"; }

/* line 21, ../../sass/vendors/fontawesome/_icons.scss */
.fa-align-left:before {
  content: "\f036"; }

/* line 22, ../../sass/vendors/fontawesome/_icons.scss */
.fa-align-right:before {
  content: "\f038"; }

/* line 23, ../../sass/vendors/fontawesome/_icons.scss */
.fa-alipay:before {
  content: "\f642"; }

/* line 24, ../../sass/vendors/fontawesome/_icons.scss */
.fa-allergies:before {
  content: "\f461"; }

/* line 25, ../../sass/vendors/fontawesome/_icons.scss */
.fa-amazon:before {
  content: "\f270"; }

/* line 26, ../../sass/vendors/fontawesome/_icons.scss */
.fa-amazon-pay:before {
  content: "\f42c"; }

/* line 27, ../../sass/vendors/fontawesome/_icons.scss */
.fa-ambulance:before {
  content: "\f0f9"; }

/* line 28, ../../sass/vendors/fontawesome/_icons.scss */
.fa-american-sign-language-interpreting:before {
  content: "\f2a3"; }

/* line 29, ../../sass/vendors/fontawesome/_icons.scss */
.fa-amilia:before {
  content: "\f36d"; }

/* line 30, ../../sass/vendors/fontawesome/_icons.scss */
.fa-anchor:before {
  content: "\f13d"; }

/* line 31, ../../sass/vendors/fontawesome/_icons.scss */
.fa-android:before {
  content: "\f17b"; }

/* line 32, ../../sass/vendors/fontawesome/_icons.scss */
.fa-angellist:before {
  content: "\f209"; }

/* line 33, ../../sass/vendors/fontawesome/_icons.scss */
.fa-angle-double-down:before {
  content: "\f103"; }

/* line 34, ../../sass/vendors/fontawesome/_icons.scss */
.fa-angle-double-left:before {
  content: "\f100"; }

/* line 35, ../../sass/vendors/fontawesome/_icons.scss */
.fa-angle-double-right:before {
  content: "\f101"; }

/* line 36, ../../sass/vendors/fontawesome/_icons.scss */
.fa-angle-double-up:before {
  content: "\f102"; }

/* line 37, ../../sass/vendors/fontawesome/_icons.scss */
.fa-angle-down:before {
  content: "\f107"; }

/* line 38, ../../sass/vendors/fontawesome/_icons.scss */
.fa-angle-left:before {
  content: "\f104"; }

/* line 39, ../../sass/vendors/fontawesome/_icons.scss */
.fa-angle-right:before {
  content: "\f105"; }

/* line 40, ../../sass/vendors/fontawesome/_icons.scss */
.fa-angle-up:before {
  content: "\f106"; }

/* line 41, ../../sass/vendors/fontawesome/_icons.scss */
.fa-angry:before {
  content: "\f556"; }

/* line 42, ../../sass/vendors/fontawesome/_icons.scss */
.fa-angrycreative:before {
  content: "\f36e"; }

/* line 43, ../../sass/vendors/fontawesome/_icons.scss */
.fa-angular:before {
  content: "\f420"; }

/* line 44, ../../sass/vendors/fontawesome/_icons.scss */
.fa-ankh:before {
  content: "\f644"; }

/* line 45, ../../sass/vendors/fontawesome/_icons.scss */
.fa-app-store:before {
  content: "\f36f"; }

/* line 46, ../../sass/vendors/fontawesome/_icons.scss */
.fa-app-store-ios:before {
  content: "\f370"; }

/* line 47, ../../sass/vendors/fontawesome/_icons.scss */
.fa-apper:before {
  content: "\f371"; }

/* line 48, ../../sass/vendors/fontawesome/_icons.scss */
.fa-apple:before {
  content: "\f179"; }

/* line 49, ../../sass/vendors/fontawesome/_icons.scss */
.fa-apple-alt:before {
  content: "\f5d1"; }

/* line 50, ../../sass/vendors/fontawesome/_icons.scss */
.fa-apple-pay:before {
  content: "\f415"; }

/* line 51, ../../sass/vendors/fontawesome/_icons.scss */
.fa-archive:before {
  content: "\f187"; }

/* line 52, ../../sass/vendors/fontawesome/_icons.scss */
.fa-archway:before {
  content: "\f557"; }

/* line 53, ../../sass/vendors/fontawesome/_icons.scss */
.fa-arrow-alt-circle-down:before {
  content: "\f358"; }

/* line 54, ../../sass/vendors/fontawesome/_icons.scss */
.fa-arrow-alt-circle-left:before {
  content: "\f359"; }

/* line 55, ../../sass/vendors/fontawesome/_icons.scss */
.fa-arrow-alt-circle-right:before {
  content: "\f35a"; }

/* line 56, ../../sass/vendors/fontawesome/_icons.scss */
.fa-arrow-alt-circle-up:before {
  content: "\f35b"; }

/* line 57, ../../sass/vendors/fontawesome/_icons.scss */
.fa-arrow-circle-down:before {
  content: "\f0ab"; }

/* line 58, ../../sass/vendors/fontawesome/_icons.scss */
.fa-arrow-circle-left:before {
  content: "\f0a8"; }

/* line 59, ../../sass/vendors/fontawesome/_icons.scss */
.fa-arrow-circle-right:before {
  content: "\f0a9"; }

/* line 60, ../../sass/vendors/fontawesome/_icons.scss */
.fa-arrow-circle-up:before {
  content: "\f0aa"; }

/* line 61, ../../sass/vendors/fontawesome/_icons.scss */
.fa-arrow-down:before {
  content: "\f063"; }

/* line 62, ../../sass/vendors/fontawesome/_icons.scss */
.fa-arrow-left:before {
  content: "\f060"; }

/* line 63, ../../sass/vendors/fontawesome/_icons.scss */
.fa-arrow-right:before {
  content: "\f061"; }

/* line 64, ../../sass/vendors/fontawesome/_icons.scss */
.fa-arrow-up:before {
  content: "\f062"; }

/* line 65, ../../sass/vendors/fontawesome/_icons.scss */
.fa-arrows-alt:before {
  content: "\f0b2"; }

/* line 66, ../../sass/vendors/fontawesome/_icons.scss */
.fa-arrows-alt-h:before {
  content: "\f337"; }

/* line 67, ../../sass/vendors/fontawesome/_icons.scss */
.fa-arrows-alt-v:before {
  content: "\f338"; }

/* line 68, ../../sass/vendors/fontawesome/_icons.scss */
.fa-artstation:before {
  content: "\f77a"; }

/* line 69, ../../sass/vendors/fontawesome/_icons.scss */
.fa-assistive-listening-systems:before {
  content: "\f2a2"; }

/* line 70, ../../sass/vendors/fontawesome/_icons.scss */
.fa-asterisk:before {
  content: "\f069"; }

/* line 71, ../../sass/vendors/fontawesome/_icons.scss */
.fa-asymmetrik:before {
  content: "\f372"; }

/* line 72, ../../sass/vendors/fontawesome/_icons.scss */
.fa-at:before {
  content: "\f1fa"; }

/* line 73, ../../sass/vendors/fontawesome/_icons.scss */
.fa-atlas:before {
  content: "\f558"; }

/* line 74, ../../sass/vendors/fontawesome/_icons.scss */
.fa-atlassian:before {
  content: "\f77b"; }

/* line 75, ../../sass/vendors/fontawesome/_icons.scss */
.fa-atom:before {
  content: "\f5d2"; }

/* line 76, ../../sass/vendors/fontawesome/_icons.scss */
.fa-audible:before {
  content: "\f373"; }

/* line 77, ../../sass/vendors/fontawesome/_icons.scss */
.fa-audio-description:before {
  content: "\f29e"; }

/* line 78, ../../sass/vendors/fontawesome/_icons.scss */
.fa-autoprefixer:before {
  content: "\f41c"; }

/* line 79, ../../sass/vendors/fontawesome/_icons.scss */
.fa-avianex:before {
  content: "\f374"; }

/* line 80, ../../sass/vendors/fontawesome/_icons.scss */
.fa-aviato:before {
  content: "\f421"; }

/* line 81, ../../sass/vendors/fontawesome/_icons.scss */
.fa-award:before {
  content: "\f559"; }

/* line 82, ../../sass/vendors/fontawesome/_icons.scss */
.fa-aws:before {
  content: "\f375"; }

/* line 83, ../../sass/vendors/fontawesome/_icons.scss */
.fa-baby:before {
  content: "\f77c"; }

/* line 84, ../../sass/vendors/fontawesome/_icons.scss */
.fa-baby-carriage:before {
  content: "\f77d"; }

/* line 85, ../../sass/vendors/fontawesome/_icons.scss */
.fa-backspace:before {
  content: "\f55a"; }

/* line 86, ../../sass/vendors/fontawesome/_icons.scss */
.fa-backward:before {
  content: "\f04a"; }

/* line 87, ../../sass/vendors/fontawesome/_icons.scss */
.fa-bacon:before {
  content: "\f7e5"; }

/* line 88, ../../sass/vendors/fontawesome/_icons.scss */
.fa-bahai:before {
  content: "\f666"; }

/* line 89, ../../sass/vendors/fontawesome/_icons.scss */
.fa-balance-scale:before {
  content: "\f24e"; }

/* line 90, ../../sass/vendors/fontawesome/_icons.scss */
.fa-balance-scale-left:before {
  content: "\f515"; }

/* line 91, ../../sass/vendors/fontawesome/_icons.scss */
.fa-balance-scale-right:before {
  content: "\f516"; }

/* line 92, ../../sass/vendors/fontawesome/_icons.scss */
.fa-ban:before {
  content: "\f05e"; }

/* line 93, ../../sass/vendors/fontawesome/_icons.scss */
.fa-band-aid:before {
  content: "\f462"; }

/* line 94, ../../sass/vendors/fontawesome/_icons.scss */
.fa-bandcamp:before {
  content: "\f2d5"; }

/* line 95, ../../sass/vendors/fontawesome/_icons.scss */
.fa-barcode:before {
  content: "\f02a"; }

/* line 96, ../../sass/vendors/fontawesome/_icons.scss */
.fa-bars:before {
  content: "\f0c9"; }

/* line 97, ../../sass/vendors/fontawesome/_icons.scss */
.fa-baseball-ball:before {
  content: "\f433"; }

/* line 98, ../../sass/vendors/fontawesome/_icons.scss */
.fa-basketball-ball:before {
  content: "\f434"; }

/* line 99, ../../sass/vendors/fontawesome/_icons.scss */
.fa-bath:before {
  content: "\f2cd"; }

/* line 100, ../../sass/vendors/fontawesome/_icons.scss */
.fa-battery-empty:before {
  content: "\f244"; }

/* line 101, ../../sass/vendors/fontawesome/_icons.scss */
.fa-battery-full:before {
  content: "\f240"; }

/* line 102, ../../sass/vendors/fontawesome/_icons.scss */
.fa-battery-half:before {
  content: "\f242"; }

/* line 103, ../../sass/vendors/fontawesome/_icons.scss */
.fa-battery-quarter:before {
  content: "\f243"; }

/* line 104, ../../sass/vendors/fontawesome/_icons.scss */
.fa-battery-three-quarters:before {
  content: "\f241"; }

/* line 105, ../../sass/vendors/fontawesome/_icons.scss */
.fa-battle-net:before {
  content: "\f835"; }

/* line 106, ../../sass/vendors/fontawesome/_icons.scss */
.fa-bed:before {
  content: "\f236"; }

/* line 107, ../../sass/vendors/fontawesome/_icons.scss */
.fa-beer:before {
  content: "\f0fc"; }

/* line 108, ../../sass/vendors/fontawesome/_icons.scss */
.fa-behance:before {
  content: "\f1b4"; }

/* line 109, ../../sass/vendors/fontawesome/_icons.scss */
.fa-behance-square:before {
  content: "\f1b5"; }

/* line 110, ../../sass/vendors/fontawesome/_icons.scss */
.fa-bell:before {
  content: "\f0f3"; }

/* line 111, ../../sass/vendors/fontawesome/_icons.scss */
.fa-bell-slash:before {
  content: "\f1f6"; }

/* line 112, ../../sass/vendors/fontawesome/_icons.scss */
.fa-bezier-curve:before {
  content: "\f55b"; }

/* line 113, ../../sass/vendors/fontawesome/_icons.scss */
.fa-bible:before {
  content: "\f647"; }

/* line 114, ../../sass/vendors/fontawesome/_icons.scss */
.fa-bicycle:before {
  content: "\f206"; }

/* line 115, ../../sass/vendors/fontawesome/_icons.scss */
.fa-biking:before {
  content: "\f84a"; }

/* line 116, ../../sass/vendors/fontawesome/_icons.scss */
.fa-bimobject:before {
  content: "\f378"; }

/* line 117, ../../sass/vendors/fontawesome/_icons.scss */
.fa-binoculars:before {
  content: "\f1e5"; }

/* line 118, ../../sass/vendors/fontawesome/_icons.scss */
.fa-biohazard:before {
  content: "\f780"; }

/* line 119, ../../sass/vendors/fontawesome/_icons.scss */
.fa-birthday-cake:before {
  content: "\f1fd"; }

/* line 120, ../../sass/vendors/fontawesome/_icons.scss */
.fa-bitbucket:before {
  content: "\f171"; }

/* line 121, ../../sass/vendors/fontawesome/_icons.scss */
.fa-bitcoin:before {
  content: "\f379"; }

/* line 122, ../../sass/vendors/fontawesome/_icons.scss */
.fa-bity:before {
  content: "\f37a"; }

/* line 123, ../../sass/vendors/fontawesome/_icons.scss */
.fa-black-tie:before {
  content: "\f27e"; }

/* line 124, ../../sass/vendors/fontawesome/_icons.scss */
.fa-blackberry:before {
  content: "\f37b"; }

/* line 125, ../../sass/vendors/fontawesome/_icons.scss */
.fa-blender:before {
  content: "\f517"; }

/* line 126, ../../sass/vendors/fontawesome/_icons.scss */
.fa-blender-phone:before {
  content: "\f6b6"; }

/* line 127, ../../sass/vendors/fontawesome/_icons.scss */
.fa-blind:before {
  content: "\f29d"; }

/* line 128, ../../sass/vendors/fontawesome/_icons.scss */
.fa-blog:before {
  content: "\f781"; }

/* line 129, ../../sass/vendors/fontawesome/_icons.scss */
.fa-blogger:before {
  content: "\f37c"; }

/* line 130, ../../sass/vendors/fontawesome/_icons.scss */
.fa-blogger-b:before {
  content: "\f37d"; }

/* line 131, ../../sass/vendors/fontawesome/_icons.scss */
.fa-bluetooth:before {
  content: "\f293"; }

/* line 132, ../../sass/vendors/fontawesome/_icons.scss */
.fa-bluetooth-b:before {
  content: "\f294"; }

/* line 133, ../../sass/vendors/fontawesome/_icons.scss */
.fa-bold:before {
  content: "\f032"; }

/* line 134, ../../sass/vendors/fontawesome/_icons.scss */
.fa-bolt:before {
  content: "\f0e7"; }

/* line 135, ../../sass/vendors/fontawesome/_icons.scss */
.fa-bomb:before {
  content: "\f1e2"; }

/* line 136, ../../sass/vendors/fontawesome/_icons.scss */
.fa-bone:before {
  content: "\f5d7"; }

/* line 137, ../../sass/vendors/fontawesome/_icons.scss */
.fa-bong:before {
  content: "\f55c"; }

/* line 138, ../../sass/vendors/fontawesome/_icons.scss */
.fa-book:before {
  content: "\f02d"; }

/* line 139, ../../sass/vendors/fontawesome/_icons.scss */
.fa-book-dead:before {
  content: "\f6b7"; }

/* line 140, ../../sass/vendors/fontawesome/_icons.scss */
.fa-book-medical:before {
  content: "\f7e6"; }

/* line 141, ../../sass/vendors/fontawesome/_icons.scss */
.fa-book-open:before {
  content: "\f518"; }

/* line 142, ../../sass/vendors/fontawesome/_icons.scss */
.fa-book-reader:before {
  content: "\f5da"; }

/* line 143, ../../sass/vendors/fontawesome/_icons.scss */
.fa-bookmark:before {
  content: "\f02e"; }

/* line 144, ../../sass/vendors/fontawesome/_icons.scss */
.fa-bootstrap:before {
  content: "\f836"; }

/* line 145, ../../sass/vendors/fontawesome/_icons.scss */
.fa-border-all:before {
  content: "\f84c"; }

/* line 146, ../../sass/vendors/fontawesome/_icons.scss */
.fa-border-none:before {
  content: "\f850"; }

/* line 147, ../../sass/vendors/fontawesome/_icons.scss */
.fa-border-style:before {
  content: "\f853"; }

/* line 148, ../../sass/vendors/fontawesome/_icons.scss */
.fa-bowling-ball:before {
  content: "\f436"; }

/* line 149, ../../sass/vendors/fontawesome/_icons.scss */
.fa-box:before {
  content: "\f466"; }

/* line 150, ../../sass/vendors/fontawesome/_icons.scss */
.fa-box-open:before {
  content: "\f49e"; }

/* line 151, ../../sass/vendors/fontawesome/_icons.scss */
.fa-box-tissue:before {
  content: "\f95b"; }

/* line 152, ../../sass/vendors/fontawesome/_icons.scss */
.fa-boxes:before {
  content: "\f468"; }

/* line 153, ../../sass/vendors/fontawesome/_icons.scss */
.fa-braille:before {
  content: "\f2a1"; }

/* line 154, ../../sass/vendors/fontawesome/_icons.scss */
.fa-brain:before {
  content: "\f5dc"; }

/* line 155, ../../sass/vendors/fontawesome/_icons.scss */
.fa-bread-slice:before {
  content: "\f7ec"; }

/* line 156, ../../sass/vendors/fontawesome/_icons.scss */
.fa-briefcase:before {
  content: "\f0b1"; }

/* line 157, ../../sass/vendors/fontawesome/_icons.scss */
.fa-briefcase-medical:before {
  content: "\f469"; }

/* line 158, ../../sass/vendors/fontawesome/_icons.scss */
.fa-broadcast-tower:before {
  content: "\f519"; }

/* line 159, ../../sass/vendors/fontawesome/_icons.scss */
.fa-broom:before {
  content: "\f51a"; }

/* line 160, ../../sass/vendors/fontawesome/_icons.scss */
.fa-brush:before {
  content: "\f55d"; }

/* line 161, ../../sass/vendors/fontawesome/_icons.scss */
.fa-btc:before {
  content: "\f15a"; }

/* line 162, ../../sass/vendors/fontawesome/_icons.scss */
.fa-buffer:before {
  content: "\f837"; }

/* line 163, ../../sass/vendors/fontawesome/_icons.scss */
.fa-bug:before {
  content: "\f188"; }

/* line 164, ../../sass/vendors/fontawesome/_icons.scss */
.fa-building:before {
  content: "\f1ad"; }

/* line 165, ../../sass/vendors/fontawesome/_icons.scss */
.fa-bullhorn:before {
  content: "\f0a1"; }

/* line 166, ../../sass/vendors/fontawesome/_icons.scss */
.fa-bullseye:before {
  content: "\f140"; }

/* line 167, ../../sass/vendors/fontawesome/_icons.scss */
.fa-burn:before {
  content: "\f46a"; }

/* line 168, ../../sass/vendors/fontawesome/_icons.scss */
.fa-buromobelexperte:before {
  content: "\f37f"; }

/* line 169, ../../sass/vendors/fontawesome/_icons.scss */
.fa-bus:before {
  content: "\f207"; }

/* line 170, ../../sass/vendors/fontawesome/_icons.scss */
.fa-bus-alt:before {
  content: "\f55e"; }

/* line 171, ../../sass/vendors/fontawesome/_icons.scss */
.fa-business-time:before {
  content: "\f64a"; }

/* line 172, ../../sass/vendors/fontawesome/_icons.scss */
.fa-buy-n-large:before {
  content: "\f8a6"; }

/* line 173, ../../sass/vendors/fontawesome/_icons.scss */
.fa-buysellads:before {
  content: "\f20d"; }

/* line 174, ../../sass/vendors/fontawesome/_icons.scss */
.fa-calculator:before {
  content: "\f1ec"; }

/* line 175, ../../sass/vendors/fontawesome/_icons.scss */
.fa-calendar:before {
  content: "\f133"; }

/* line 176, ../../sass/vendors/fontawesome/_icons.scss */
.fa-calendar-alt:before {
  content: "\f073"; }

/* line 177, ../../sass/vendors/fontawesome/_icons.scss */
.fa-calendar-check:before {
  content: "\f274"; }

/* line 178, ../../sass/vendors/fontawesome/_icons.scss */
.fa-calendar-day:before {
  content: "\f783"; }

/* line 179, ../../sass/vendors/fontawesome/_icons.scss */
.fa-calendar-minus:before {
  content: "\f272"; }

/* line 180, ../../sass/vendors/fontawesome/_icons.scss */
.fa-calendar-plus:before {
  content: "\f271"; }

/* line 181, ../../sass/vendors/fontawesome/_icons.scss */
.fa-calendar-times:before {
  content: "\f273"; }

/* line 182, ../../sass/vendors/fontawesome/_icons.scss */
.fa-calendar-week:before {
  content: "\f784"; }

/* line 183, ../../sass/vendors/fontawesome/_icons.scss */
.fa-camera:before {
  content: "\f030"; }

/* line 184, ../../sass/vendors/fontawesome/_icons.scss */
.fa-camera-retro:before {
  content: "\f083"; }

/* line 185, ../../sass/vendors/fontawesome/_icons.scss */
.fa-campground:before {
  content: "\f6bb"; }

/* line 186, ../../sass/vendors/fontawesome/_icons.scss */
.fa-canadian-maple-leaf:before {
  content: "\f785"; }

/* line 187, ../../sass/vendors/fontawesome/_icons.scss */
.fa-candy-cane:before {
  content: "\f786"; }

/* line 188, ../../sass/vendors/fontawesome/_icons.scss */
.fa-cannabis:before {
  content: "\f55f"; }

/* line 189, ../../sass/vendors/fontawesome/_icons.scss */
.fa-capsules:before {
  content: "\f46b"; }

/* line 190, ../../sass/vendors/fontawesome/_icons.scss */
.fa-car:before {
  content: "\f1b9"; }

/* line 191, ../../sass/vendors/fontawesome/_icons.scss */
.fa-car-alt:before {
  content: "\f5de"; }

/* line 192, ../../sass/vendors/fontawesome/_icons.scss */
.fa-car-battery:before {
  content: "\f5df"; }

/* line 193, ../../sass/vendors/fontawesome/_icons.scss */
.fa-car-crash:before {
  content: "\f5e1"; }

/* line 194, ../../sass/vendors/fontawesome/_icons.scss */
.fa-car-side:before {
  content: "\f5e4"; }

/* line 195, ../../sass/vendors/fontawesome/_icons.scss */
.fa-caravan:before {
  content: "\f8ff"; }

/* line 196, ../../sass/vendors/fontawesome/_icons.scss */
.fa-caret-down:before {
  content: "\f0d7"; }

/* line 197, ../../sass/vendors/fontawesome/_icons.scss */
.fa-caret-left:before {
  content: "\f0d9"; }

/* line 198, ../../sass/vendors/fontawesome/_icons.scss */
.fa-caret-right:before {
  content: "\f0da"; }

/* line 199, ../../sass/vendors/fontawesome/_icons.scss */
.fa-caret-square-down:before {
  content: "\f150"; }

/* line 200, ../../sass/vendors/fontawesome/_icons.scss */
.fa-caret-square-left:before {
  content: "\f191"; }

/* line 201, ../../sass/vendors/fontawesome/_icons.scss */
.fa-caret-square-right:before {
  content: "\f152"; }

/* line 202, ../../sass/vendors/fontawesome/_icons.scss */
.fa-caret-square-up:before {
  content: "\f151"; }

/* line 203, ../../sass/vendors/fontawesome/_icons.scss */
.fa-caret-up:before {
  content: "\f0d8"; }

/* line 204, ../../sass/vendors/fontawesome/_icons.scss */
.fa-carrot:before {
  content: "\f787"; }

/* line 205, ../../sass/vendors/fontawesome/_icons.scss */
.fa-cart-arrow-down:before {
  content: "\f218"; }

/* line 206, ../../sass/vendors/fontawesome/_icons.scss */
.fa-cart-plus:before {
  content: "\f217"; }

/* line 207, ../../sass/vendors/fontawesome/_icons.scss */
.fa-cash-register:before {
  content: "\f788"; }

/* line 208, ../../sass/vendors/fontawesome/_icons.scss */
.fa-cat:before {
  content: "\f6be"; }

/* line 209, ../../sass/vendors/fontawesome/_icons.scss */
.fa-cc-amazon-pay:before {
  content: "\f42d"; }

/* line 210, ../../sass/vendors/fontawesome/_icons.scss */
.fa-cc-amex:before {
  content: "\f1f3"; }

/* line 211, ../../sass/vendors/fontawesome/_icons.scss */
.fa-cc-apple-pay:before {
  content: "\f416"; }

/* line 212, ../../sass/vendors/fontawesome/_icons.scss */
.fa-cc-diners-club:before {
  content: "\f24c"; }

/* line 213, ../../sass/vendors/fontawesome/_icons.scss */
.fa-cc-discover:before {
  content: "\f1f2"; }

/* line 214, ../../sass/vendors/fontawesome/_icons.scss */
.fa-cc-jcb:before {
  content: "\f24b"; }

/* line 215, ../../sass/vendors/fontawesome/_icons.scss */
.fa-cc-mastercard:before {
  content: "\f1f1"; }

/* line 216, ../../sass/vendors/fontawesome/_icons.scss */
.fa-cc-paypal:before {
  content: "\f1f4"; }

/* line 217, ../../sass/vendors/fontawesome/_icons.scss */
.fa-cc-stripe:before {
  content: "\f1f5"; }

/* line 218, ../../sass/vendors/fontawesome/_icons.scss */
.fa-cc-visa:before {
  content: "\f1f0"; }

/* line 219, ../../sass/vendors/fontawesome/_icons.scss */
.fa-centercode:before {
  content: "\f380"; }

/* line 220, ../../sass/vendors/fontawesome/_icons.scss */
.fa-centos:before {
  content: "\f789"; }

/* line 221, ../../sass/vendors/fontawesome/_icons.scss */
.fa-certificate:before {
  content: "\f0a3"; }

/* line 222, ../../sass/vendors/fontawesome/_icons.scss */
.fa-chair:before {
  content: "\f6c0"; }

/* line 223, ../../sass/vendors/fontawesome/_icons.scss */
.fa-chalkboard:before {
  content: "\f51b"; }

/* line 224, ../../sass/vendors/fontawesome/_icons.scss */
.fa-chalkboard-teacher:before {
  content: "\f51c"; }

/* line 225, ../../sass/vendors/fontawesome/_icons.scss */
.fa-charging-station:before {
  content: "\f5e7"; }

/* line 226, ../../sass/vendors/fontawesome/_icons.scss */
.fa-chart-area:before {
  content: "\f1fe"; }

/* line 227, ../../sass/vendors/fontawesome/_icons.scss */
.fa-chart-bar:before {
  content: "\f080"; }

/* line 228, ../../sass/vendors/fontawesome/_icons.scss */
.fa-chart-line:before {
  content: "\f201"; }

/* line 229, ../../sass/vendors/fontawesome/_icons.scss */
.fa-chart-pie:before {
  content: "\f200"; }

/* line 230, ../../sass/vendors/fontawesome/_icons.scss */
.fa-check:before {
  content: "\f00c"; }

/* line 231, ../../sass/vendors/fontawesome/_icons.scss */
.fa-check-circle:before {
  content: "\f058"; }

/* line 232, ../../sass/vendors/fontawesome/_icons.scss */
.fa-check-double:before {
  content: "\f560"; }

/* line 233, ../../sass/vendors/fontawesome/_icons.scss */
.fa-check-square:before {
  content: "\f14a"; }

/* line 234, ../../sass/vendors/fontawesome/_icons.scss */
.fa-cheese:before {
  content: "\f7ef"; }

/* line 235, ../../sass/vendors/fontawesome/_icons.scss */
.fa-chess:before {
  content: "\f439"; }

/* line 236, ../../sass/vendors/fontawesome/_icons.scss */
.fa-chess-bishop:before {
  content: "\f43a"; }

/* line 237, ../../sass/vendors/fontawesome/_icons.scss */
.fa-chess-board:before {
  content: "\f43c"; }

/* line 238, ../../sass/vendors/fontawesome/_icons.scss */
.fa-chess-king:before {
  content: "\f43f"; }

/* line 239, ../../sass/vendors/fontawesome/_icons.scss */
.fa-chess-knight:before {
  content: "\f441"; }

/* line 240, ../../sass/vendors/fontawesome/_icons.scss */
.fa-chess-pawn:before {
  content: "\f443"; }

/* line 241, ../../sass/vendors/fontawesome/_icons.scss */
.fa-chess-queen:before {
  content: "\f445"; }

/* line 242, ../../sass/vendors/fontawesome/_icons.scss */
.fa-chess-rook:before {
  content: "\f447"; }

/* line 243, ../../sass/vendors/fontawesome/_icons.scss */
.fa-chevron-circle-down:before {
  content: "\f13a"; }

/* line 244, ../../sass/vendors/fontawesome/_icons.scss */
.fa-chevron-circle-left:before {
  content: "\f137"; }

/* line 245, ../../sass/vendors/fontawesome/_icons.scss */
.fa-chevron-circle-right:before {
  content: "\f138"; }

/* line 246, ../../sass/vendors/fontawesome/_icons.scss */
.fa-chevron-circle-up:before {
  content: "\f139"; }

/* line 247, ../../sass/vendors/fontawesome/_icons.scss */
.fa-chevron-down:before {
  content: "\f078"; }

/* line 248, ../../sass/vendors/fontawesome/_icons.scss */
.fa-chevron-left:before {
  content: "\f053"; }

/* line 249, ../../sass/vendors/fontawesome/_icons.scss */
.fa-chevron-right:before {
  content: "\f054"; }

/* line 250, ../../sass/vendors/fontawesome/_icons.scss */
.fa-chevron-up:before {
  content: "\f077"; }

/* line 251, ../../sass/vendors/fontawesome/_icons.scss */
.fa-child:before {
  content: "\f1ae"; }

/* line 252, ../../sass/vendors/fontawesome/_icons.scss */
.fa-chrome:before {
  content: "\f268"; }

/* line 253, ../../sass/vendors/fontawesome/_icons.scss */
.fa-chromecast:before {
  content: "\f838"; }

/* line 254, ../../sass/vendors/fontawesome/_icons.scss */
.fa-church:before {
  content: "\f51d"; }

/* line 255, ../../sass/vendors/fontawesome/_icons.scss */
.fa-circle:before {
  content: "\f111"; }

/* line 256, ../../sass/vendors/fontawesome/_icons.scss */
.fa-circle-notch:before {
  content: "\f1ce"; }

/* line 257, ../../sass/vendors/fontawesome/_icons.scss */
.fa-city:before {
  content: "\f64f"; }

/* line 258, ../../sass/vendors/fontawesome/_icons.scss */
.fa-clinic-medical:before {
  content: "\f7f2"; }

/* line 259, ../../sass/vendors/fontawesome/_icons.scss */
.fa-clipboard:before {
  content: "\f328"; }

/* line 260, ../../sass/vendors/fontawesome/_icons.scss */
.fa-clipboard-check:before {
  content: "\f46c"; }

/* line 261, ../../sass/vendors/fontawesome/_icons.scss */
.fa-clipboard-list:before {
  content: "\f46d"; }

/* line 262, ../../sass/vendors/fontawesome/_icons.scss */
.fa-clock:before {
  content: "\f017"; }

/* line 263, ../../sass/vendors/fontawesome/_icons.scss */
.fa-clone:before {
  content: "\f24d"; }

/* line 264, ../../sass/vendors/fontawesome/_icons.scss */
.fa-closed-captioning:before {
  content: "\f20a"; }

/* line 265, ../../sass/vendors/fontawesome/_icons.scss */
.fa-cloud:before {
  content: "\f0c2"; }

/* line 266, ../../sass/vendors/fontawesome/_icons.scss */
.fa-cloud-download-alt:before {
  content: "\f381"; }

/* line 267, ../../sass/vendors/fontawesome/_icons.scss */
.fa-cloud-meatball:before {
  content: "\f73b"; }

/* line 268, ../../sass/vendors/fontawesome/_icons.scss */
.fa-cloud-moon:before {
  content: "\f6c3"; }

/* line 269, ../../sass/vendors/fontawesome/_icons.scss */
.fa-cloud-moon-rain:before {
  content: "\f73c"; }

/* line 270, ../../sass/vendors/fontawesome/_icons.scss */
.fa-cloud-rain:before {
  content: "\f73d"; }

/* line 271, ../../sass/vendors/fontawesome/_icons.scss */
.fa-cloud-showers-heavy:before {
  content: "\f740"; }

/* line 272, ../../sass/vendors/fontawesome/_icons.scss */
.fa-cloud-sun:before {
  content: "\f6c4"; }

/* line 273, ../../sass/vendors/fontawesome/_icons.scss */
.fa-cloud-sun-rain:before {
  content: "\f743"; }

/* line 274, ../../sass/vendors/fontawesome/_icons.scss */
.fa-cloud-upload-alt:before {
  content: "\f382"; }

/* line 275, ../../sass/vendors/fontawesome/_icons.scss */
.fa-cloudscale:before {
  content: "\f383"; }

/* line 276, ../../sass/vendors/fontawesome/_icons.scss */
.fa-cloudsmith:before {
  content: "\f384"; }

/* line 277, ../../sass/vendors/fontawesome/_icons.scss */
.fa-cloudversify:before {
  content: "\f385"; }

/* line 278, ../../sass/vendors/fontawesome/_icons.scss */
.fa-cocktail:before {
  content: "\f561"; }

/* line 279, ../../sass/vendors/fontawesome/_icons.scss */
.fa-code:before {
  content: "\f121"; }

/* line 280, ../../sass/vendors/fontawesome/_icons.scss */
.fa-code-branch:before {
  content: "\f126"; }

/* line 281, ../../sass/vendors/fontawesome/_icons.scss */
.fa-codepen:before {
  content: "\f1cb"; }

/* line 282, ../../sass/vendors/fontawesome/_icons.scss */
.fa-codiepie:before {
  content: "\f284"; }

/* line 283, ../../sass/vendors/fontawesome/_icons.scss */
.fa-coffee:before {
  content: "\f0f4"; }

/* line 284, ../../sass/vendors/fontawesome/_icons.scss */
.fa-cog:before {
  content: "\f013"; }

/* line 285, ../../sass/vendors/fontawesome/_icons.scss */
.fa-cogs:before {
  content: "\f085"; }

/* line 286, ../../sass/vendors/fontawesome/_icons.scss */
.fa-coins:before {
  content: "\f51e"; }

/* line 287, ../../sass/vendors/fontawesome/_icons.scss */
.fa-columns:before {
  content: "\f0db"; }

/* line 288, ../../sass/vendors/fontawesome/_icons.scss */
.fa-comment:before {
  content: "\f075"; }

/* line 289, ../../sass/vendors/fontawesome/_icons.scss */
.fa-comment-alt:before {
  content: "\f27a"; }

/* line 290, ../../sass/vendors/fontawesome/_icons.scss */
.fa-comment-dollar:before {
  content: "\f651"; }

/* line 291, ../../sass/vendors/fontawesome/_icons.scss */
.fa-comment-dots:before {
  content: "\f4ad"; }

/* line 292, ../../sass/vendors/fontawesome/_icons.scss */
.fa-comment-medical:before {
  content: "\f7f5"; }

/* line 293, ../../sass/vendors/fontawesome/_icons.scss */
.fa-comment-slash:before {
  content: "\f4b3"; }

/* line 294, ../../sass/vendors/fontawesome/_icons.scss */
.fa-comments:before {
  content: "\f086"; }

/* line 295, ../../sass/vendors/fontawesome/_icons.scss */
.fa-comments-dollar:before {
  content: "\f653"; }

/* line 296, ../../sass/vendors/fontawesome/_icons.scss */
.fa-compact-disc:before {
  content: "\f51f"; }

/* line 297, ../../sass/vendors/fontawesome/_icons.scss */
.fa-compass:before {
  content: "\f14e"; }

/* line 298, ../../sass/vendors/fontawesome/_icons.scss */
.fa-compress:before {
  content: "\f066"; }

/* line 299, ../../sass/vendors/fontawesome/_icons.scss */
.fa-compress-alt:before {
  content: "\f422"; }

/* line 300, ../../sass/vendors/fontawesome/_icons.scss */
.fa-compress-arrows-alt:before {
  content: "\f78c"; }

/* line 301, ../../sass/vendors/fontawesome/_icons.scss */
.fa-concierge-bell:before {
  content: "\f562"; }

/* line 302, ../../sass/vendors/fontawesome/_icons.scss */
.fa-confluence:before {
  content: "\f78d"; }

/* line 303, ../../sass/vendors/fontawesome/_icons.scss */
.fa-connectdevelop:before {
  content: "\f20e"; }

/* line 304, ../../sass/vendors/fontawesome/_icons.scss */
.fa-contao:before {
  content: "\f26d"; }

/* line 305, ../../sass/vendors/fontawesome/_icons.scss */
.fa-cookie:before {
  content: "\f563"; }

/* line 306, ../../sass/vendors/fontawesome/_icons.scss */
.fa-cookie-bite:before {
  content: "\f564"; }

/* line 307, ../../sass/vendors/fontawesome/_icons.scss */
.fa-copy:before {
  content: "\f0c5"; }

/* line 308, ../../sass/vendors/fontawesome/_icons.scss */
.fa-copyright:before {
  content: "\f1f9"; }

/* line 309, ../../sass/vendors/fontawesome/_icons.scss */
.fa-cotton-bureau:before {
  content: "\f89e"; }

/* line 310, ../../sass/vendors/fontawesome/_icons.scss */
.fa-couch:before {
  content: "\f4b8"; }

/* line 311, ../../sass/vendors/fontawesome/_icons.scss */
.fa-cpanel:before {
  content: "\f388"; }

/* line 312, ../../sass/vendors/fontawesome/_icons.scss */
.fa-creative-commons:before {
  content: "\f25e"; }

/* line 313, ../../sass/vendors/fontawesome/_icons.scss */
.fa-creative-commons-by:before {
  content: "\f4e7"; }

/* line 314, ../../sass/vendors/fontawesome/_icons.scss */
.fa-creative-commons-nc:before {
  content: "\f4e8"; }

/* line 315, ../../sass/vendors/fontawesome/_icons.scss */
.fa-creative-commons-nc-eu:before {
  content: "\f4e9"; }

/* line 316, ../../sass/vendors/fontawesome/_icons.scss */
.fa-creative-commons-nc-jp:before {
  content: "\f4ea"; }

/* line 317, ../../sass/vendors/fontawesome/_icons.scss */
.fa-creative-commons-nd:before {
  content: "\f4eb"; }

/* line 318, ../../sass/vendors/fontawesome/_icons.scss */
.fa-creative-commons-pd:before {
  content: "\f4ec"; }

/* line 319, ../../sass/vendors/fontawesome/_icons.scss */
.fa-creative-commons-pd-alt:before {
  content: "\f4ed"; }

/* line 320, ../../sass/vendors/fontawesome/_icons.scss */
.fa-creative-commons-remix:before {
  content: "\f4ee"; }

/* line 321, ../../sass/vendors/fontawesome/_icons.scss */
.fa-creative-commons-sa:before {
  content: "\f4ef"; }

/* line 322, ../../sass/vendors/fontawesome/_icons.scss */
.fa-creative-commons-sampling:before {
  content: "\f4f0"; }

/* line 323, ../../sass/vendors/fontawesome/_icons.scss */
.fa-creative-commons-sampling-plus:before {
  content: "\f4f1"; }

/* line 324, ../../sass/vendors/fontawesome/_icons.scss */
.fa-creative-commons-share:before {
  content: "\f4f2"; }

/* line 325, ../../sass/vendors/fontawesome/_icons.scss */
.fa-creative-commons-zero:before {
  content: "\f4f3"; }

/* line 326, ../../sass/vendors/fontawesome/_icons.scss */
.fa-credit-card:before {
  content: "\f09d"; }

/* line 327, ../../sass/vendors/fontawesome/_icons.scss */
.fa-critical-role:before {
  content: "\f6c9"; }

/* line 328, ../../sass/vendors/fontawesome/_icons.scss */
.fa-crop:before {
  content: "\f125"; }

/* line 329, ../../sass/vendors/fontawesome/_icons.scss */
.fa-crop-alt:before {
  content: "\f565"; }

/* line 330, ../../sass/vendors/fontawesome/_icons.scss */
.fa-cross:before {
  content: "\f654"; }

/* line 331, ../../sass/vendors/fontawesome/_icons.scss */
.fa-crosshairs:before {
  content: "\f05b"; }

/* line 332, ../../sass/vendors/fontawesome/_icons.scss */
.fa-crow:before {
  content: "\f520"; }

/* line 333, ../../sass/vendors/fontawesome/_icons.scss */
.fa-crown:before {
  content: "\f521"; }

/* line 334, ../../sass/vendors/fontawesome/_icons.scss */
.fa-crutch:before {
  content: "\f7f7"; }

/* line 335, ../../sass/vendors/fontawesome/_icons.scss */
.fa-css3:before {
  content: "\f13c"; }

/* line 336, ../../sass/vendors/fontawesome/_icons.scss */
.fa-css3-alt:before {
  content: "\f38b"; }

/* line 337, ../../sass/vendors/fontawesome/_icons.scss */
.fa-cube:before {
  content: "\f1b2"; }

/* line 338, ../../sass/vendors/fontawesome/_icons.scss */
.fa-cubes:before {
  content: "\f1b3"; }

/* line 339, ../../sass/vendors/fontawesome/_icons.scss */
.fa-cut:before {
  content: "\f0c4"; }

/* line 340, ../../sass/vendors/fontawesome/_icons.scss */
.fa-cuttlefish:before {
  content: "\f38c"; }

/* line 341, ../../sass/vendors/fontawesome/_icons.scss */
.fa-d-and-d:before {
  content: "\f38d"; }

/* line 342, ../../sass/vendors/fontawesome/_icons.scss */
.fa-d-and-d-beyond:before {
  content: "\f6ca"; }

/* line 343, ../../sass/vendors/fontawesome/_icons.scss */
.fa-dailymotion:before {
  content: "\f952"; }

/* line 344, ../../sass/vendors/fontawesome/_icons.scss */
.fa-dashcube:before {
  content: "\f210"; }

/* line 345, ../../sass/vendors/fontawesome/_icons.scss */
.fa-database:before {
  content: "\f1c0"; }

/* line 346, ../../sass/vendors/fontawesome/_icons.scss */
.fa-deaf:before {
  content: "\f2a4"; }

/* line 347, ../../sass/vendors/fontawesome/_icons.scss */
.fa-delicious:before {
  content: "\f1a5"; }

/* line 348, ../../sass/vendors/fontawesome/_icons.scss */
.fa-democrat:before {
  content: "\f747"; }

/* line 349, ../../sass/vendors/fontawesome/_icons.scss */
.fa-deploydog:before {
  content: "\f38e"; }

/* line 350, ../../sass/vendors/fontawesome/_icons.scss */
.fa-deskpro:before {
  content: "\f38f"; }

/* line 351, ../../sass/vendors/fontawesome/_icons.scss */
.fa-desktop:before {
  content: "\f108"; }

/* line 352, ../../sass/vendors/fontawesome/_icons.scss */
.fa-dev:before {
  content: "\f6cc"; }

/* line 353, ../../sass/vendors/fontawesome/_icons.scss */
.fa-deviantart:before {
  content: "\f1bd"; }

/* line 354, ../../sass/vendors/fontawesome/_icons.scss */
.fa-dharmachakra:before {
  content: "\f655"; }

/* line 355, ../../sass/vendors/fontawesome/_icons.scss */
.fa-dhl:before {
  content: "\f790"; }

/* line 356, ../../sass/vendors/fontawesome/_icons.scss */
.fa-diagnoses:before {
  content: "\f470"; }

/* line 357, ../../sass/vendors/fontawesome/_icons.scss */
.fa-diaspora:before {
  content: "\f791"; }

/* line 358, ../../sass/vendors/fontawesome/_icons.scss */
.fa-dice:before {
  content: "\f522"; }

/* line 359, ../../sass/vendors/fontawesome/_icons.scss */
.fa-dice-d20:before {
  content: "\f6cf"; }

/* line 360, ../../sass/vendors/fontawesome/_icons.scss */
.fa-dice-d6:before {
  content: "\f6d1"; }

/* line 361, ../../sass/vendors/fontawesome/_icons.scss */
.fa-dice-five:before {
  content: "\f523"; }

/* line 362, ../../sass/vendors/fontawesome/_icons.scss */
.fa-dice-four:before {
  content: "\f524"; }

/* line 363, ../../sass/vendors/fontawesome/_icons.scss */
.fa-dice-one:before {
  content: "\f525"; }

/* line 364, ../../sass/vendors/fontawesome/_icons.scss */
.fa-dice-six:before {
  content: "\f526"; }

/* line 365, ../../sass/vendors/fontawesome/_icons.scss */
.fa-dice-three:before {
  content: "\f527"; }

/* line 366, ../../sass/vendors/fontawesome/_icons.scss */
.fa-dice-two:before {
  content: "\f528"; }

/* line 367, ../../sass/vendors/fontawesome/_icons.scss */
.fa-digg:before {
  content: "\f1a6"; }

/* line 368, ../../sass/vendors/fontawesome/_icons.scss */
.fa-digital-ocean:before {
  content: "\f391"; }

/* line 369, ../../sass/vendors/fontawesome/_icons.scss */
.fa-digital-tachograph:before {
  content: "\f566"; }

/* line 370, ../../sass/vendors/fontawesome/_icons.scss */
.fa-directions:before {
  content: "\f5eb"; }

/* line 371, ../../sass/vendors/fontawesome/_icons.scss */
.fa-discord:before {
  content: "\f392"; }

/* line 372, ../../sass/vendors/fontawesome/_icons.scss */
.fa-discourse:before {
  content: "\f393"; }

/* line 373, ../../sass/vendors/fontawesome/_icons.scss */
.fa-disease:before {
  content: "\f7fa"; }

/* line 374, ../../sass/vendors/fontawesome/_icons.scss */
.fa-divide:before {
  content: "\f529"; }

/* line 375, ../../sass/vendors/fontawesome/_icons.scss */
.fa-dizzy:before {
  content: "\f567"; }

/* line 376, ../../sass/vendors/fontawesome/_icons.scss */
.fa-dna:before {
  content: "\f471"; }

/* line 377, ../../sass/vendors/fontawesome/_icons.scss */
.fa-dochub:before {
  content: "\f394"; }

/* line 378, ../../sass/vendors/fontawesome/_icons.scss */
.fa-docker:before {
  content: "\f395"; }

/* line 379, ../../sass/vendors/fontawesome/_icons.scss */
.fa-dog:before {
  content: "\f6d3"; }

/* line 380, ../../sass/vendors/fontawesome/_icons.scss */
.fa-dollar-sign:before {
  content: "\f155"; }

/* line 381, ../../sass/vendors/fontawesome/_icons.scss */
.fa-dolly:before {
  content: "\f472"; }

/* line 382, ../../sass/vendors/fontawesome/_icons.scss */
.fa-dolly-flatbed:before {
  content: "\f474"; }

/* line 383, ../../sass/vendors/fontawesome/_icons.scss */
.fa-donate:before {
  content: "\f4b9"; }

/* line 384, ../../sass/vendors/fontawesome/_icons.scss */
.fa-door-closed:before {
  content: "\f52a"; }

/* line 385, ../../sass/vendors/fontawesome/_icons.scss */
.fa-door-open:before {
  content: "\f52b"; }

/* line 386, ../../sass/vendors/fontawesome/_icons.scss */
.fa-dot-circle:before {
  content: "\f192"; }

/* line 387, ../../sass/vendors/fontawesome/_icons.scss */
.fa-dove:before {
  content: "\f4ba"; }

/* line 388, ../../sass/vendors/fontawesome/_icons.scss */
.fa-download:before {
  content: "\f019"; }

/* line 389, ../../sass/vendors/fontawesome/_icons.scss */
.fa-draft2digital:before {
  content: "\f396"; }

/* line 390, ../../sass/vendors/fontawesome/_icons.scss */
.fa-drafting-compass:before {
  content: "\f568"; }

/* line 391, ../../sass/vendors/fontawesome/_icons.scss */
.fa-dragon:before {
  content: "\f6d5"; }

/* line 392, ../../sass/vendors/fontawesome/_icons.scss */
.fa-draw-polygon:before {
  content: "\f5ee"; }

/* line 393, ../../sass/vendors/fontawesome/_icons.scss */
.fa-dribbble:before {
  content: "\f17d"; }

/* line 394, ../../sass/vendors/fontawesome/_icons.scss */
.fa-dribbble-square:before {
  content: "\f397"; }

/* line 395, ../../sass/vendors/fontawesome/_icons.scss */
.fa-dropbox:before {
  content: "\f16b"; }

/* line 396, ../../sass/vendors/fontawesome/_icons.scss */
.fa-drum:before {
  content: "\f569"; }

/* line 397, ../../sass/vendors/fontawesome/_icons.scss */
.fa-drum-steelpan:before {
  content: "\f56a"; }

/* line 398, ../../sass/vendors/fontawesome/_icons.scss */
.fa-drumstick-bite:before {
  content: "\f6d7"; }

/* line 399, ../../sass/vendors/fontawesome/_icons.scss */
.fa-drupal:before {
  content: "\f1a9"; }

/* line 400, ../../sass/vendors/fontawesome/_icons.scss */
.fa-dumbbell:before {
  content: "\f44b"; }

/* line 401, ../../sass/vendors/fontawesome/_icons.scss */
.fa-dumpster:before {
  content: "\f793"; }

/* line 402, ../../sass/vendors/fontawesome/_icons.scss */
.fa-dumpster-fire:before {
  content: "\f794"; }

/* line 403, ../../sass/vendors/fontawesome/_icons.scss */
.fa-dungeon:before {
  content: "\f6d9"; }

/* line 404, ../../sass/vendors/fontawesome/_icons.scss */
.fa-dyalog:before {
  content: "\f399"; }

/* line 405, ../../sass/vendors/fontawesome/_icons.scss */
.fa-earlybirds:before {
  content: "\f39a"; }

/* line 406, ../../sass/vendors/fontawesome/_icons.scss */
.fa-ebay:before {
  content: "\f4f4"; }

/* line 407, ../../sass/vendors/fontawesome/_icons.scss */
.fa-edge:before {
  content: "\f282"; }

/* line 408, ../../sass/vendors/fontawesome/_icons.scss */
.fa-edit:before {
  content: "\f044"; }

/* line 409, ../../sass/vendors/fontawesome/_icons.scss */
.fa-egg:before {
  content: "\f7fb"; }

/* line 410, ../../sass/vendors/fontawesome/_icons.scss */
.fa-eject:before {
  content: "\f052"; }

/* line 411, ../../sass/vendors/fontawesome/_icons.scss */
.fa-elementor:before {
  content: "\f430"; }

/* line 412, ../../sass/vendors/fontawesome/_icons.scss */
.fa-ellipsis-h:before {
  content: "\f141"; }

/* line 413, ../../sass/vendors/fontawesome/_icons.scss */
.fa-ellipsis-v:before {
  content: "\f142"; }

/* line 414, ../../sass/vendors/fontawesome/_icons.scss */
.fa-ello:before {
  content: "\f5f1"; }

/* line 415, ../../sass/vendors/fontawesome/_icons.scss */
.fa-ember:before {
  content: "\f423"; }

/* line 416, ../../sass/vendors/fontawesome/_icons.scss */
.fa-empire:before {
  content: "\f1d1"; }

/* line 417, ../../sass/vendors/fontawesome/_icons.scss */
.fa-envelope:before {
  content: "\f0e0"; }

/* line 418, ../../sass/vendors/fontawesome/_icons.scss */
.fa-envelope-open:before {
  content: "\f2b6"; }

/* line 419, ../../sass/vendors/fontawesome/_icons.scss */
.fa-envelope-open-text:before {
  content: "\f658"; }

/* line 420, ../../sass/vendors/fontawesome/_icons.scss */
.fa-envelope-square:before {
  content: "\f199"; }

/* line 421, ../../sass/vendors/fontawesome/_icons.scss */
.fa-envira:before {
  content: "\f299"; }

/* line 422, ../../sass/vendors/fontawesome/_icons.scss */
.fa-equals:before {
  content: "\f52c"; }

/* line 423, ../../sass/vendors/fontawesome/_icons.scss */
.fa-eraser:before {
  content: "\f12d"; }

/* line 424, ../../sass/vendors/fontawesome/_icons.scss */
.fa-erlang:before {
  content: "\f39d"; }

/* line 425, ../../sass/vendors/fontawesome/_icons.scss */
.fa-ethereum:before {
  content: "\f42e"; }

/* line 426, ../../sass/vendors/fontawesome/_icons.scss */
.fa-ethernet:before {
  content: "\f796"; }

/* line 427, ../../sass/vendors/fontawesome/_icons.scss */
.fa-etsy:before {
  content: "\f2d7"; }

/* line 428, ../../sass/vendors/fontawesome/_icons.scss */
.fa-euro-sign:before {
  content: "\f153"; }

/* line 429, ../../sass/vendors/fontawesome/_icons.scss */
.fa-evernote:before {
  content: "\f839"; }

/* line 430, ../../sass/vendors/fontawesome/_icons.scss */
.fa-exchange-alt:before {
  content: "\f362"; }

/* line 431, ../../sass/vendors/fontawesome/_icons.scss */
.fa-exclamation:before {
  content: "\f12a"; }

/* line 432, ../../sass/vendors/fontawesome/_icons.scss */
.fa-exclamation-circle:before {
  content: "\f06a"; }

/* line 433, ../../sass/vendors/fontawesome/_icons.scss */
.fa-exclamation-triangle:before {
  content: "\f071"; }

/* line 434, ../../sass/vendors/fontawesome/_icons.scss */
.fa-expand:before {
  content: "\f065"; }

/* line 435, ../../sass/vendors/fontawesome/_icons.scss */
.fa-expand-alt:before {
  content: "\f424"; }

/* line 436, ../../sass/vendors/fontawesome/_icons.scss */
.fa-expand-arrows-alt:before {
  content: "\f31e"; }

/* line 437, ../../sass/vendors/fontawesome/_icons.scss */
.fa-expeditedssl:before {
  content: "\f23e"; }

/* line 438, ../../sass/vendors/fontawesome/_icons.scss */
.fa-external-link-alt:before {
  content: "\f35d"; }

/* line 439, ../../sass/vendors/fontawesome/_icons.scss */
.fa-external-link-square-alt:before {
  content: "\f360"; }

/* line 440, ../../sass/vendors/fontawesome/_icons.scss */
.fa-eye:before {
  content: "\f06e"; }

/* line 441, ../../sass/vendors/fontawesome/_icons.scss */
.fa-eye-dropper:before {
  content: "\f1fb"; }

/* line 442, ../../sass/vendors/fontawesome/_icons.scss */
.fa-eye-slash:before {
  content: "\f070"; }

/* line 443, ../../sass/vendors/fontawesome/_icons.scss */
.fa-facebook:before {
  content: "\f09a"; }

/* line 444, ../../sass/vendors/fontawesome/_icons.scss */
.fa-facebook-f:before {
  content: "\f39e"; }

/* line 445, ../../sass/vendors/fontawesome/_icons.scss */
.fa-facebook-messenger:before {
  content: "\f39f"; }

/* line 446, ../../sass/vendors/fontawesome/_icons.scss */
.fa-facebook-square:before {
  content: "\f082"; }

/* line 447, ../../sass/vendors/fontawesome/_icons.scss */
.fa-fan:before {
  content: "\f863"; }

/* line 448, ../../sass/vendors/fontawesome/_icons.scss */
.fa-fantasy-flight-games:before {
  content: "\f6dc"; }

/* line 449, ../../sass/vendors/fontawesome/_icons.scss */
.fa-fast-backward:before {
  content: "\f049"; }

/* line 450, ../../sass/vendors/fontawesome/_icons.scss */
.fa-fast-forward:before {
  content: "\f050"; }

/* line 451, ../../sass/vendors/fontawesome/_icons.scss */
.fa-faucet:before {
  content: "\f905"; }

/* line 452, ../../sass/vendors/fontawesome/_icons.scss */
.fa-fax:before {
  content: "\f1ac"; }

/* line 453, ../../sass/vendors/fontawesome/_icons.scss */
.fa-feather:before {
  content: "\f52d"; }

/* line 454, ../../sass/vendors/fontawesome/_icons.scss */
.fa-feather-alt:before {
  content: "\f56b"; }

/* line 455, ../../sass/vendors/fontawesome/_icons.scss */
.fa-fedex:before {
  content: "\f797"; }

/* line 456, ../../sass/vendors/fontawesome/_icons.scss */
.fa-fedora:before {
  content: "\f798"; }

/* line 457, ../../sass/vendors/fontawesome/_icons.scss */
.fa-female:before {
  content: "\f182"; }

/* line 458, ../../sass/vendors/fontawesome/_icons.scss */
.fa-fighter-jet:before {
  content: "\f0fb"; }

/* line 459, ../../sass/vendors/fontawesome/_icons.scss */
.fa-figma:before {
  content: "\f799"; }

/* line 460, ../../sass/vendors/fontawesome/_icons.scss */
.fa-file:before {
  content: "\f15b"; }

/* line 461, ../../sass/vendors/fontawesome/_icons.scss */
.fa-file-alt:before {
  content: "\f15c"; }

/* line 462, ../../sass/vendors/fontawesome/_icons.scss */
.fa-file-archive:before {
  content: "\f1c6"; }

/* line 463, ../../sass/vendors/fontawesome/_icons.scss */
.fa-file-audio:before {
  content: "\f1c7"; }

/* line 464, ../../sass/vendors/fontawesome/_icons.scss */
.fa-file-code:before {
  content: "\f1c9"; }

/* line 465, ../../sass/vendors/fontawesome/_icons.scss */
.fa-file-contract:before {
  content: "\f56c"; }

/* line 466, ../../sass/vendors/fontawesome/_icons.scss */
.fa-file-csv:before {
  content: "\f6dd"; }

/* line 467, ../../sass/vendors/fontawesome/_icons.scss */
.fa-file-download:before {
  content: "\f56d"; }

/* line 468, ../../sass/vendors/fontawesome/_icons.scss */
.fa-file-excel:before {
  content: "\f1c3"; }

/* line 469, ../../sass/vendors/fontawesome/_icons.scss */
.fa-file-export:before {
  content: "\f56e"; }

/* line 470, ../../sass/vendors/fontawesome/_icons.scss */
.fa-file-image:before {
  content: "\f1c5"; }

/* line 471, ../../sass/vendors/fontawesome/_icons.scss */
.fa-file-import:before {
  content: "\f56f"; }

/* line 472, ../../sass/vendors/fontawesome/_icons.scss */
.fa-file-invoice:before {
  content: "\f570"; }

/* line 473, ../../sass/vendors/fontawesome/_icons.scss */
.fa-file-invoice-dollar:before {
  content: "\f571"; }

/* line 474, ../../sass/vendors/fontawesome/_icons.scss */
.fa-file-medical:before {
  content: "\f477"; }

/* line 475, ../../sass/vendors/fontawesome/_icons.scss */
.fa-file-medical-alt:before {
  content: "\f478"; }

/* line 476, ../../sass/vendors/fontawesome/_icons.scss */
.fa-file-pdf:before {
  content: "\f1c1"; }

/* line 477, ../../sass/vendors/fontawesome/_icons.scss */
.fa-file-powerpoint:before {
  content: "\f1c4"; }

/* line 478, ../../sass/vendors/fontawesome/_icons.scss */
.fa-file-prescription:before {
  content: "\f572"; }

/* line 479, ../../sass/vendors/fontawesome/_icons.scss */
.fa-file-signature:before {
  content: "\f573"; }

/* line 480, ../../sass/vendors/fontawesome/_icons.scss */
.fa-file-upload:before {
  content: "\f574"; }

/* line 481, ../../sass/vendors/fontawesome/_icons.scss */
.fa-file-video:before {
  content: "\f1c8"; }

/* line 482, ../../sass/vendors/fontawesome/_icons.scss */
.fa-file-word:before {
  content: "\f1c2"; }

/* line 483, ../../sass/vendors/fontawesome/_icons.scss */
.fa-fill:before {
  content: "\f575"; }

/* line 484, ../../sass/vendors/fontawesome/_icons.scss */
.fa-fill-drip:before {
  content: "\f576"; }

/* line 485, ../../sass/vendors/fontawesome/_icons.scss */
.fa-film:before {
  content: "\f008"; }

/* line 486, ../../sass/vendors/fontawesome/_icons.scss */
.fa-filter:before {
  content: "\f0b0"; }

/* line 487, ../../sass/vendors/fontawesome/_icons.scss */
.fa-fingerprint:before {
  content: "\f577"; }

/* line 488, ../../sass/vendors/fontawesome/_icons.scss */
.fa-fire:before {
  content: "\f06d"; }

/* line 489, ../../sass/vendors/fontawesome/_icons.scss */
.fa-fire-alt:before {
  content: "\f7e4"; }

/* line 490, ../../sass/vendors/fontawesome/_icons.scss */
.fa-fire-extinguisher:before {
  content: "\f134"; }

/* line 491, ../../sass/vendors/fontawesome/_icons.scss */
.fa-firefox:before {
  content: "\f269"; }

/* line 492, ../../sass/vendors/fontawesome/_icons.scss */
.fa-firefox-browser:before {
  content: "\f907"; }

/* line 493, ../../sass/vendors/fontawesome/_icons.scss */
.fa-first-aid:before {
  content: "\f479"; }

/* line 494, ../../sass/vendors/fontawesome/_icons.scss */
.fa-first-order:before {
  content: "\f2b0"; }

/* line 495, ../../sass/vendors/fontawesome/_icons.scss */
.fa-first-order-alt:before {
  content: "\f50a"; }

/* line 496, ../../sass/vendors/fontawesome/_icons.scss */
.fa-firstdraft:before {
  content: "\f3a1"; }

/* line 497, ../../sass/vendors/fontawesome/_icons.scss */
.fa-fish:before {
  content: "\f578"; }

/* line 498, ../../sass/vendors/fontawesome/_icons.scss */
.fa-fist-raised:before {
  content: "\f6de"; }

/* line 499, ../../sass/vendors/fontawesome/_icons.scss */
.fa-flag:before {
  content: "\f024"; }

/* line 500, ../../sass/vendors/fontawesome/_icons.scss */
.fa-flag-checkered:before {
  content: "\f11e"; }

/* line 501, ../../sass/vendors/fontawesome/_icons.scss */
.fa-flag-usa:before {
  content: "\f74d"; }

/* line 502, ../../sass/vendors/fontawesome/_icons.scss */
.fa-flask:before {
  content: "\f0c3"; }

/* line 503, ../../sass/vendors/fontawesome/_icons.scss */
.fa-flickr:before {
  content: "\f16e"; }

/* line 504, ../../sass/vendors/fontawesome/_icons.scss */
.fa-flipboard:before {
  content: "\f44d"; }

/* line 505, ../../sass/vendors/fontawesome/_icons.scss */
.fa-flushed:before {
  content: "\f579"; }

/* line 506, ../../sass/vendors/fontawesome/_icons.scss */
.fa-fly:before {
  content: "\f417"; }

/* line 507, ../../sass/vendors/fontawesome/_icons.scss */
.fa-folder:before {
  content: "\f07b"; }

/* line 508, ../../sass/vendors/fontawesome/_icons.scss */
.fa-folder-minus:before {
  content: "\f65d"; }

/* line 509, ../../sass/vendors/fontawesome/_icons.scss */
.fa-folder-open:before {
  content: "\f07c"; }

/* line 510, ../../sass/vendors/fontawesome/_icons.scss */
.fa-folder-plus:before {
  content: "\f65e"; }

/* line 511, ../../sass/vendors/fontawesome/_icons.scss */
.fa-font:before {
  content: "\f031"; }

/* line 512, ../../sass/vendors/fontawesome/_icons.scss */
.fa-font-awesome:before {
  content: "\f2b4"; }

/* line 513, ../../sass/vendors/fontawesome/_icons.scss */
.fa-font-awesome-alt:before {
  content: "\f35c"; }

/* line 514, ../../sass/vendors/fontawesome/_icons.scss */
.fa-font-awesome-flag:before {
  content: "\f425"; }

/* line 515, ../../sass/vendors/fontawesome/_icons.scss */
.fa-font-awesome-logo-full:before {
  content: "\f4e6"; }

/* line 516, ../../sass/vendors/fontawesome/_icons.scss */
.fa-fonticons:before {
  content: "\f280"; }

/* line 517, ../../sass/vendors/fontawesome/_icons.scss */
.fa-fonticons-fi:before {
  content: "\f3a2"; }

/* line 518, ../../sass/vendors/fontawesome/_icons.scss */
.fa-football-ball:before {
  content: "\f44e"; }

/* line 519, ../../sass/vendors/fontawesome/_icons.scss */
.fa-fort-awesome:before {
  content: "\f286"; }

/* line 520, ../../sass/vendors/fontawesome/_icons.scss */
.fa-fort-awesome-alt:before {
  content: "\f3a3"; }

/* line 521, ../../sass/vendors/fontawesome/_icons.scss */
.fa-forumbee:before {
  content: "\f211"; }

/* line 522, ../../sass/vendors/fontawesome/_icons.scss */
.fa-forward:before {
  content: "\f04e"; }

/* line 523, ../../sass/vendors/fontawesome/_icons.scss */
.fa-foursquare:before {
  content: "\f180"; }

/* line 524, ../../sass/vendors/fontawesome/_icons.scss */
.fa-free-code-camp:before {
  content: "\f2c5"; }

/* line 525, ../../sass/vendors/fontawesome/_icons.scss */
.fa-freebsd:before {
  content: "\f3a4"; }

/* line 526, ../../sass/vendors/fontawesome/_icons.scss */
.fa-frog:before {
  content: "\f52e"; }

/* line 527, ../../sass/vendors/fontawesome/_icons.scss */
.fa-frown:before {
  content: "\f119"; }

/* line 528, ../../sass/vendors/fontawesome/_icons.scss */
.fa-frown-open:before {
  content: "\f57a"; }

/* line 529, ../../sass/vendors/fontawesome/_icons.scss */
.fa-fulcrum:before {
  content: "\f50b"; }

/* line 530, ../../sass/vendors/fontawesome/_icons.scss */
.fa-funnel-dollar:before {
  content: "\f662"; }

/* line 531, ../../sass/vendors/fontawesome/_icons.scss */
.fa-futbol:before {
  content: "\f1e3"; }

/* line 532, ../../sass/vendors/fontawesome/_icons.scss */
.fa-galactic-republic:before {
  content: "\f50c"; }

/* line 533, ../../sass/vendors/fontawesome/_icons.scss */
.fa-galactic-senate:before {
  content: "\f50d"; }

/* line 534, ../../sass/vendors/fontawesome/_icons.scss */
.fa-gamepad:before {
  content: "\f11b"; }

/* line 535, ../../sass/vendors/fontawesome/_icons.scss */
.fa-gas-pump:before {
  content: "\f52f"; }

/* line 536, ../../sass/vendors/fontawesome/_icons.scss */
.fa-gavel:before {
  content: "\f0e3"; }

/* line 537, ../../sass/vendors/fontawesome/_icons.scss */
.fa-gem:before {
  content: "\f3a5"; }

/* line 538, ../../sass/vendors/fontawesome/_icons.scss */
.fa-genderless:before {
  content: "\f22d"; }

/* line 539, ../../sass/vendors/fontawesome/_icons.scss */
.fa-get-pocket:before {
  content: "\f265"; }

/* line 540, ../../sass/vendors/fontawesome/_icons.scss */
.fa-gg:before {
  content: "\f260"; }

/* line 541, ../../sass/vendors/fontawesome/_icons.scss */
.fa-gg-circle:before {
  content: "\f261"; }

/* line 542, ../../sass/vendors/fontawesome/_icons.scss */
.fa-ghost:before {
  content: "\f6e2"; }

/* line 543, ../../sass/vendors/fontawesome/_icons.scss */
.fa-gift:before {
  content: "\f06b"; }

/* line 544, ../../sass/vendors/fontawesome/_icons.scss */
.fa-gifts:before {
  content: "\f79c"; }

/* line 545, ../../sass/vendors/fontawesome/_icons.scss */
.fa-git:before {
  content: "\f1d3"; }

/* line 546, ../../sass/vendors/fontawesome/_icons.scss */
.fa-git-alt:before {
  content: "\f841"; }

/* line 547, ../../sass/vendors/fontawesome/_icons.scss */
.fa-git-square:before {
  content: "\f1d2"; }

/* line 548, ../../sass/vendors/fontawesome/_icons.scss */
.fa-github:before {
  content: "\f09b"; }

/* line 549, ../../sass/vendors/fontawesome/_icons.scss */
.fa-github-alt:before {
  content: "\f113"; }

/* line 550, ../../sass/vendors/fontawesome/_icons.scss */
.fa-github-square:before {
  content: "\f092"; }

/* line 551, ../../sass/vendors/fontawesome/_icons.scss */
.fa-gitkraken:before {
  content: "\f3a6"; }

/* line 552, ../../sass/vendors/fontawesome/_icons.scss */
.fa-gitlab:before {
  content: "\f296"; }

/* line 553, ../../sass/vendors/fontawesome/_icons.scss */
.fa-gitter:before {
  content: "\f426"; }

/* line 554, ../../sass/vendors/fontawesome/_icons.scss */
.fa-glass-cheers:before {
  content: "\f79f"; }

/* line 555, ../../sass/vendors/fontawesome/_icons.scss */
.fa-glass-martini:before {
  content: "\f000"; }

/* line 556, ../../sass/vendors/fontawesome/_icons.scss */
.fa-glass-martini-alt:before {
  content: "\f57b"; }

/* line 557, ../../sass/vendors/fontawesome/_icons.scss */
.fa-glass-whiskey:before {
  content: "\f7a0"; }

/* line 558, ../../sass/vendors/fontawesome/_icons.scss */
.fa-glasses:before {
  content: "\f530"; }

/* line 559, ../../sass/vendors/fontawesome/_icons.scss */
.fa-glide:before {
  content: "\f2a5"; }

/* line 560, ../../sass/vendors/fontawesome/_icons.scss */
.fa-glide-g:before {
  content: "\f2a6"; }

/* line 561, ../../sass/vendors/fontawesome/_icons.scss */
.fa-globe:before {
  content: "\f0ac"; }

/* line 562, ../../sass/vendors/fontawesome/_icons.scss */
.fa-globe-africa:before {
  content: "\f57c"; }

/* line 563, ../../sass/vendors/fontawesome/_icons.scss */
.fa-globe-americas:before {
  content: "\f57d"; }

/* line 564, ../../sass/vendors/fontawesome/_icons.scss */
.fa-globe-asia:before {
  content: "\f57e"; }

/* line 565, ../../sass/vendors/fontawesome/_icons.scss */
.fa-globe-europe:before {
  content: "\f7a2"; }

/* line 566, ../../sass/vendors/fontawesome/_icons.scss */
.fa-gofore:before {
  content: "\f3a7"; }

/* line 567, ../../sass/vendors/fontawesome/_icons.scss */
.fa-golf-ball:before {
  content: "\f450"; }

/* line 568, ../../sass/vendors/fontawesome/_icons.scss */
.fa-goodreads:before {
  content: "\f3a8"; }

/* line 569, ../../sass/vendors/fontawesome/_icons.scss */
.fa-goodreads-g:before {
  content: "\f3a9"; }

/* line 570, ../../sass/vendors/fontawesome/_icons.scss */
.fa-google:before {
  content: "\f1a0"; }

/* line 571, ../../sass/vendors/fontawesome/_icons.scss */
.fa-google-drive:before {
  content: "\f3aa"; }

/* line 572, ../../sass/vendors/fontawesome/_icons.scss */
.fa-google-play:before {
  content: "\f3ab"; }

/* line 573, ../../sass/vendors/fontawesome/_icons.scss */
.fa-google-plus:before {
  content: "\f2b3"; }

/* line 574, ../../sass/vendors/fontawesome/_icons.scss */
.fa-google-plus-g:before {
  content: "\f0d5"; }

/* line 575, ../../sass/vendors/fontawesome/_icons.scss */
.fa-google-plus-square:before {
  content: "\f0d4"; }

/* line 576, ../../sass/vendors/fontawesome/_icons.scss */
.fa-google-wallet:before {
  content: "\f1ee"; }

/* line 577, ../../sass/vendors/fontawesome/_icons.scss */
.fa-gopuram:before {
  content: "\f664"; }

/* line 578, ../../sass/vendors/fontawesome/_icons.scss */
.fa-graduation-cap:before {
  content: "\f19d"; }

/* line 579, ../../sass/vendors/fontawesome/_icons.scss */
.fa-gratipay:before {
  content: "\f184"; }

/* line 580, ../../sass/vendors/fontawesome/_icons.scss */
.fa-grav:before {
  content: "\f2d6"; }

/* line 581, ../../sass/vendors/fontawesome/_icons.scss */
.fa-greater-than:before {
  content: "\f531"; }

/* line 582, ../../sass/vendors/fontawesome/_icons.scss */
.fa-greater-than-equal:before {
  content: "\f532"; }

/* line 583, ../../sass/vendors/fontawesome/_icons.scss */
.fa-grimace:before {
  content: "\f57f"; }

/* line 584, ../../sass/vendors/fontawesome/_icons.scss */
.fa-grin:before {
  content: "\f580"; }

/* line 585, ../../sass/vendors/fontawesome/_icons.scss */
.fa-grin-alt:before {
  content: "\f581"; }

/* line 586, ../../sass/vendors/fontawesome/_icons.scss */
.fa-grin-beam:before {
  content: "\f582"; }

/* line 587, ../../sass/vendors/fontawesome/_icons.scss */
.fa-grin-beam-sweat:before {
  content: "\f583"; }

/* line 588, ../../sass/vendors/fontawesome/_icons.scss */
.fa-grin-hearts:before {
  content: "\f584"; }

/* line 589, ../../sass/vendors/fontawesome/_icons.scss */
.fa-grin-squint:before {
  content: "\f585"; }

/* line 590, ../../sass/vendors/fontawesome/_icons.scss */
.fa-grin-squint-tears:before {
  content: "\f586"; }

/* line 591, ../../sass/vendors/fontawesome/_icons.scss */
.fa-grin-stars:before {
  content: "\f587"; }

/* line 592, ../../sass/vendors/fontawesome/_icons.scss */
.fa-grin-tears:before {
  content: "\f588"; }

/* line 593, ../../sass/vendors/fontawesome/_icons.scss */
.fa-grin-tongue:before {
  content: "\f589"; }

/* line 594, ../../sass/vendors/fontawesome/_icons.scss */
.fa-grin-tongue-squint:before {
  content: "\f58a"; }

/* line 595, ../../sass/vendors/fontawesome/_icons.scss */
.fa-grin-tongue-wink:before {
  content: "\f58b"; }

/* line 596, ../../sass/vendors/fontawesome/_icons.scss */
.fa-grin-wink:before {
  content: "\f58c"; }

/* line 597, ../../sass/vendors/fontawesome/_icons.scss */
.fa-grip-horizontal:before {
  content: "\f58d"; }

/* line 598, ../../sass/vendors/fontawesome/_icons.scss */
.fa-grip-lines:before {
  content: "\f7a4"; }

/* line 599, ../../sass/vendors/fontawesome/_icons.scss */
.fa-grip-lines-vertical:before {
  content: "\f7a5"; }

/* line 600, ../../sass/vendors/fontawesome/_icons.scss */
.fa-grip-vertical:before {
  content: "\f58e"; }

/* line 601, ../../sass/vendors/fontawesome/_icons.scss */
.fa-gripfire:before {
  content: "\f3ac"; }

/* line 602, ../../sass/vendors/fontawesome/_icons.scss */
.fa-grunt:before {
  content: "\f3ad"; }

/* line 603, ../../sass/vendors/fontawesome/_icons.scss */
.fa-guitar:before {
  content: "\f7a6"; }

/* line 604, ../../sass/vendors/fontawesome/_icons.scss */
.fa-gulp:before {
  content: "\f3ae"; }

/* line 605, ../../sass/vendors/fontawesome/_icons.scss */
.fa-h-square:before {
  content: "\f0fd"; }

/* line 606, ../../sass/vendors/fontawesome/_icons.scss */
.fa-hacker-news:before {
  content: "\f1d4"; }

/* line 607, ../../sass/vendors/fontawesome/_icons.scss */
.fa-hacker-news-square:before {
  content: "\f3af"; }

/* line 608, ../../sass/vendors/fontawesome/_icons.scss */
.fa-hackerrank:before {
  content: "\f5f7"; }

/* line 609, ../../sass/vendors/fontawesome/_icons.scss */
.fa-hamburger:before {
  content: "\f805"; }

/* line 610, ../../sass/vendors/fontawesome/_icons.scss */
.fa-hammer:before {
  content: "\f6e3"; }

/* line 611, ../../sass/vendors/fontawesome/_icons.scss */
.fa-hamsa:before {
  content: "\f665"; }

/* line 612, ../../sass/vendors/fontawesome/_icons.scss */
.fa-hand-holding:before {
  content: "\f4bd"; }

/* line 613, ../../sass/vendors/fontawesome/_icons.scss */
.fa-hand-holding-heart:before {
  content: "\f4be"; }

/* line 614, ../../sass/vendors/fontawesome/_icons.scss */
.fa-hand-holding-medical:before {
  content: "\f95c"; }

/* line 615, ../../sass/vendors/fontawesome/_icons.scss */
.fa-hand-holding-usd:before {
  content: "\f4c0"; }

/* line 616, ../../sass/vendors/fontawesome/_icons.scss */
.fa-hand-holding-water:before {
  content: "\f4c1"; }

/* line 617, ../../sass/vendors/fontawesome/_icons.scss */
.fa-hand-lizard:before {
  content: "\f258"; }

/* line 618, ../../sass/vendors/fontawesome/_icons.scss */
.fa-hand-middle-finger:before {
  content: "\f806"; }

/* line 619, ../../sass/vendors/fontawesome/_icons.scss */
.fa-hand-paper:before {
  content: "\f256"; }

/* line 620, ../../sass/vendors/fontawesome/_icons.scss */
.fa-hand-peace:before {
  content: "\f25b"; }

/* line 621, ../../sass/vendors/fontawesome/_icons.scss */
.fa-hand-point-down:before {
  content: "\f0a7"; }

/* line 622, ../../sass/vendors/fontawesome/_icons.scss */
.fa-hand-point-left:before {
  content: "\f0a5"; }

/* line 623, ../../sass/vendors/fontawesome/_icons.scss */
.fa-hand-point-right:before {
  content: "\f0a4"; }

/* line 624, ../../sass/vendors/fontawesome/_icons.scss */
.fa-hand-point-up:before {
  content: "\f0a6"; }

/* line 625, ../../sass/vendors/fontawesome/_icons.scss */
.fa-hand-pointer:before {
  content: "\f25a"; }

/* line 626, ../../sass/vendors/fontawesome/_icons.scss */
.fa-hand-rock:before {
  content: "\f255"; }

/* line 627, ../../sass/vendors/fontawesome/_icons.scss */
.fa-hand-scissors:before {
  content: "\f257"; }

/* line 628, ../../sass/vendors/fontawesome/_icons.scss */
.fa-hand-sparkles:before {
  content: "\f95d"; }

/* line 629, ../../sass/vendors/fontawesome/_icons.scss */
.fa-hand-spock:before {
  content: "\f259"; }

/* line 630, ../../sass/vendors/fontawesome/_icons.scss */
.fa-hands:before {
  content: "\f4c2"; }

/* line 631, ../../sass/vendors/fontawesome/_icons.scss */
.fa-hands-helping:before {
  content: "\f4c4"; }

/* line 632, ../../sass/vendors/fontawesome/_icons.scss */
.fa-hands-wash:before {
  content: "\f95e"; }

/* line 633, ../../sass/vendors/fontawesome/_icons.scss */
.fa-handshake:before {
  content: "\f2b5"; }

/* line 634, ../../sass/vendors/fontawesome/_icons.scss */
.fa-handshake-alt-slash:before {
  content: "\f95f"; }

/* line 635, ../../sass/vendors/fontawesome/_icons.scss */
.fa-handshake-slash:before {
  content: "\f960"; }

/* line 636, ../../sass/vendors/fontawesome/_icons.scss */
.fa-hanukiah:before {
  content: "\f6e6"; }

/* line 637, ../../sass/vendors/fontawesome/_icons.scss */
.fa-hard-hat:before {
  content: "\f807"; }

/* line 638, ../../sass/vendors/fontawesome/_icons.scss */
.fa-hashtag:before {
  content: "\f292"; }

/* line 639, ../../sass/vendors/fontawesome/_icons.scss */
.fa-hat-cowboy:before {
  content: "\f8c0"; }

/* line 640, ../../sass/vendors/fontawesome/_icons.scss */
.fa-hat-cowboy-side:before {
  content: "\f8c1"; }

/* line 641, ../../sass/vendors/fontawesome/_icons.scss */
.fa-hat-wizard:before {
  content: "\f6e8"; }

/* line 642, ../../sass/vendors/fontawesome/_icons.scss */
.fa-hdd:before {
  content: "\f0a0"; }

/* line 643, ../../sass/vendors/fontawesome/_icons.scss */
.fa-head-side-cough:before {
  content: "\f961"; }

/* line 644, ../../sass/vendors/fontawesome/_icons.scss */
.fa-head-side-cough-slash:before {
  content: "\f962"; }

/* line 645, ../../sass/vendors/fontawesome/_icons.scss */
.fa-head-side-mask:before {
  content: "\f963"; }

/* line 646, ../../sass/vendors/fontawesome/_icons.scss */
.fa-head-side-virus:before {
  content: "\f964"; }

/* line 647, ../../sass/vendors/fontawesome/_icons.scss */
.fa-heading:before {
  content: "\f1dc"; }

/* line 648, ../../sass/vendors/fontawesome/_icons.scss */
.fa-headphones:before {
  content: "\f025"; }

/* line 649, ../../sass/vendors/fontawesome/_icons.scss */
.fa-headphones-alt:before {
  content: "\f58f"; }

/* line 650, ../../sass/vendors/fontawesome/_icons.scss */
.fa-headset:before {
  content: "\f590"; }

/* line 651, ../../sass/vendors/fontawesome/_icons.scss */
.fa-heart:before {
  content: "\f004"; }

/* line 652, ../../sass/vendors/fontawesome/_icons.scss */
.fa-heart-broken:before {
  content: "\f7a9"; }

/* line 653, ../../sass/vendors/fontawesome/_icons.scss */
.fa-heartbeat:before {
  content: "\f21e"; }

/* line 654, ../../sass/vendors/fontawesome/_icons.scss */
.fa-helicopter:before {
  content: "\f533"; }

/* line 655, ../../sass/vendors/fontawesome/_icons.scss */
.fa-highlighter:before {
  content: "\f591"; }

/* line 656, ../../sass/vendors/fontawesome/_icons.scss */
.fa-hiking:before {
  content: "\f6ec"; }

/* line 657, ../../sass/vendors/fontawesome/_icons.scss */
.fa-hippo:before {
  content: "\f6ed"; }

/* line 658, ../../sass/vendors/fontawesome/_icons.scss */
.fa-hips:before {
  content: "\f452"; }

/* line 659, ../../sass/vendors/fontawesome/_icons.scss */
.fa-hire-a-helper:before {
  content: "\f3b0"; }

/* line 660, ../../sass/vendors/fontawesome/_icons.scss */
.fa-history:before {
  content: "\f1da"; }

/* line 661, ../../sass/vendors/fontawesome/_icons.scss */
.fa-hockey-puck:before {
  content: "\f453"; }

/* line 662, ../../sass/vendors/fontawesome/_icons.scss */
.fa-holly-berry:before {
  content: "\f7aa"; }

/* line 663, ../../sass/vendors/fontawesome/_icons.scss */
.fa-home:before {
  content: "\f015"; }

/* line 664, ../../sass/vendors/fontawesome/_icons.scss */
.fa-hooli:before {
  content: "\f427"; }

/* line 665, ../../sass/vendors/fontawesome/_icons.scss */
.fa-hornbill:before {
  content: "\f592"; }

/* line 666, ../../sass/vendors/fontawesome/_icons.scss */
.fa-horse:before {
  content: "\f6f0"; }

/* line 667, ../../sass/vendors/fontawesome/_icons.scss */
.fa-horse-head:before {
  content: "\f7ab"; }

/* line 668, ../../sass/vendors/fontawesome/_icons.scss */
.fa-hospital:before {
  content: "\f0f8"; }

/* line 669, ../../sass/vendors/fontawesome/_icons.scss */
.fa-hospital-alt:before {
  content: "\f47d"; }

/* line 670, ../../sass/vendors/fontawesome/_icons.scss */
.fa-hospital-symbol:before {
  content: "\f47e"; }

/* line 671, ../../sass/vendors/fontawesome/_icons.scss */
.fa-hospital-user:before {
  content: "\f80d"; }

/* line 672, ../../sass/vendors/fontawesome/_icons.scss */
.fa-hot-tub:before {
  content: "\f593"; }

/* line 673, ../../sass/vendors/fontawesome/_icons.scss */
.fa-hotdog:before {
  content: "\f80f"; }

/* line 674, ../../sass/vendors/fontawesome/_icons.scss */
.fa-hotel:before {
  content: "\f594"; }

/* line 675, ../../sass/vendors/fontawesome/_icons.scss */
.fa-hotjar:before {
  content: "\f3b1"; }

/* line 676, ../../sass/vendors/fontawesome/_icons.scss */
.fa-hourglass:before {
  content: "\f254"; }

/* line 677, ../../sass/vendors/fontawesome/_icons.scss */
.fa-hourglass-end:before {
  content: "\f253"; }

/* line 678, ../../sass/vendors/fontawesome/_icons.scss */
.fa-hourglass-half:before {
  content: "\f252"; }

/* line 679, ../../sass/vendors/fontawesome/_icons.scss */
.fa-hourglass-start:before {
  content: "\f251"; }

/* line 680, ../../sass/vendors/fontawesome/_icons.scss */
.fa-house-damage:before {
  content: "\f6f1"; }

/* line 681, ../../sass/vendors/fontawesome/_icons.scss */
.fa-house-user:before {
  content: "\f965"; }

/* line 682, ../../sass/vendors/fontawesome/_icons.scss */
.fa-houzz:before {
  content: "\f27c"; }

/* line 683, ../../sass/vendors/fontawesome/_icons.scss */
.fa-hryvnia:before {
  content: "\f6f2"; }

/* line 684, ../../sass/vendors/fontawesome/_icons.scss */
.fa-html5:before {
  content: "\f13b"; }

/* line 685, ../../sass/vendors/fontawesome/_icons.scss */
.fa-hubspot:before {
  content: "\f3b2"; }

/* line 686, ../../sass/vendors/fontawesome/_icons.scss */
.fa-i-cursor:before {
  content: "\f246"; }

/* line 687, ../../sass/vendors/fontawesome/_icons.scss */
.fa-ice-cream:before {
  content: "\f810"; }

/* line 688, ../../sass/vendors/fontawesome/_icons.scss */
.fa-icicles:before {
  content: "\f7ad"; }

/* line 689, ../../sass/vendors/fontawesome/_icons.scss */
.fa-icons:before {
  content: "\f86d"; }

/* line 690, ../../sass/vendors/fontawesome/_icons.scss */
.fa-id-badge:before {
  content: "\f2c1"; }

/* line 691, ../../sass/vendors/fontawesome/_icons.scss */
.fa-id-card:before {
  content: "\f2c2"; }

/* line 692, ../../sass/vendors/fontawesome/_icons.scss */
.fa-id-card-alt:before {
  content: "\f47f"; }

/* line 693, ../../sass/vendors/fontawesome/_icons.scss */
.fa-ideal:before {
  content: "\f913"; }

/* line 694, ../../sass/vendors/fontawesome/_icons.scss */
.fa-igloo:before {
  content: "\f7ae"; }

/* line 695, ../../sass/vendors/fontawesome/_icons.scss */
.fa-image:before {
  content: "\f03e"; }

/* line 696, ../../sass/vendors/fontawesome/_icons.scss */
.fa-images:before {
  content: "\f302"; }

/* line 697, ../../sass/vendors/fontawesome/_icons.scss */
.fa-imdb:before {
  content: "\f2d8"; }

/* line 698, ../../sass/vendors/fontawesome/_icons.scss */
.fa-inbox:before {
  content: "\f01c"; }

/* line 699, ../../sass/vendors/fontawesome/_icons.scss */
.fa-indent:before {
  content: "\f03c"; }

/* line 700, ../../sass/vendors/fontawesome/_icons.scss */
.fa-industry:before {
  content: "\f275"; }

/* line 701, ../../sass/vendors/fontawesome/_icons.scss */
.fa-infinity:before {
  content: "\f534"; }

/* line 702, ../../sass/vendors/fontawesome/_icons.scss */
.fa-info:before {
  content: "\f129"; }

/* line 703, ../../sass/vendors/fontawesome/_icons.scss */
.fa-info-circle:before {
  content: "\f05a"; }

/* line 704, ../../sass/vendors/fontawesome/_icons.scss */
.fa-instagram:before {
  content: "\f16d"; }

/* line 705, ../../sass/vendors/fontawesome/_icons.scss */
.fa-instagram-square:before {
  content: "\f955"; }

/* line 706, ../../sass/vendors/fontawesome/_icons.scss */
.fa-intercom:before {
  content: "\f7af"; }

/* line 707, ../../sass/vendors/fontawesome/_icons.scss */
.fa-internet-explorer:before {
  content: "\f26b"; }

/* line 708, ../../sass/vendors/fontawesome/_icons.scss */
.fa-invision:before {
  content: "\f7b0"; }

/* line 709, ../../sass/vendors/fontawesome/_icons.scss */
.fa-ioxhost:before {
  content: "\f208"; }

/* line 710, ../../sass/vendors/fontawesome/_icons.scss */
.fa-italic:before {
  content: "\f033"; }

/* line 711, ../../sass/vendors/fontawesome/_icons.scss */
.fa-itch-io:before {
  content: "\f83a"; }

/* line 712, ../../sass/vendors/fontawesome/_icons.scss */
.fa-itunes:before {
  content: "\f3b4"; }

/* line 713, ../../sass/vendors/fontawesome/_icons.scss */
.fa-itunes-note:before {
  content: "\f3b5"; }

/* line 714, ../../sass/vendors/fontawesome/_icons.scss */
.fa-java:before {
  content: "\f4e4"; }

/* line 715, ../../sass/vendors/fontawesome/_icons.scss */
.fa-jedi:before {
  content: "\f669"; }

/* line 716, ../../sass/vendors/fontawesome/_icons.scss */
.fa-jedi-order:before {
  content: "\f50e"; }

/* line 717, ../../sass/vendors/fontawesome/_icons.scss */
.fa-jenkins:before {
  content: "\f3b6"; }

/* line 718, ../../sass/vendors/fontawesome/_icons.scss */
.fa-jira:before {
  content: "\f7b1"; }

/* line 719, ../../sass/vendors/fontawesome/_icons.scss */
.fa-joget:before {
  content: "\f3b7"; }

/* line 720, ../../sass/vendors/fontawesome/_icons.scss */
.fa-joint:before {
  content: "\f595"; }

/* line 721, ../../sass/vendors/fontawesome/_icons.scss */
.fa-joomla:before {
  content: "\f1aa"; }

/* line 722, ../../sass/vendors/fontawesome/_icons.scss */
.fa-journal-whills:before {
  content: "\f66a"; }

/* line 723, ../../sass/vendors/fontawesome/_icons.scss */
.fa-js:before {
  content: "\f3b8"; }

/* line 724, ../../sass/vendors/fontawesome/_icons.scss */
.fa-js-square:before {
  content: "\f3b9"; }

/* line 725, ../../sass/vendors/fontawesome/_icons.scss */
.fa-jsfiddle:before {
  content: "\f1cc"; }

/* line 726, ../../sass/vendors/fontawesome/_icons.scss */
.fa-kaaba:before {
  content: "\f66b"; }

/* line 727, ../../sass/vendors/fontawesome/_icons.scss */
.fa-kaggle:before {
  content: "\f5fa"; }

/* line 728, ../../sass/vendors/fontawesome/_icons.scss */
.fa-key:before {
  content: "\f084"; }

/* line 729, ../../sass/vendors/fontawesome/_icons.scss */
.fa-keybase:before {
  content: "\f4f5"; }

/* line 730, ../../sass/vendors/fontawesome/_icons.scss */
.fa-keyboard:before {
  content: "\f11c"; }

/* line 731, ../../sass/vendors/fontawesome/_icons.scss */
.fa-keycdn:before {
  content: "\f3ba"; }

/* line 732, ../../sass/vendors/fontawesome/_icons.scss */
.fa-khanda:before {
  content: "\f66d"; }

/* line 733, ../../sass/vendors/fontawesome/_icons.scss */
.fa-kickstarter:before {
  content: "\f3bb"; }

/* line 734, ../../sass/vendors/fontawesome/_icons.scss */
.fa-kickstarter-k:before {
  content: "\f3bc"; }

/* line 735, ../../sass/vendors/fontawesome/_icons.scss */
.fa-kiss:before {
  content: "\f596"; }

/* line 736, ../../sass/vendors/fontawesome/_icons.scss */
.fa-kiss-beam:before {
  content: "\f597"; }

/* line 737, ../../sass/vendors/fontawesome/_icons.scss */
.fa-kiss-wink-heart:before {
  content: "\f598"; }

/* line 738, ../../sass/vendors/fontawesome/_icons.scss */
.fa-kiwi-bird:before {
  content: "\f535"; }

/* line 739, ../../sass/vendors/fontawesome/_icons.scss */
.fa-korvue:before {
  content: "\f42f"; }

/* line 740, ../../sass/vendors/fontawesome/_icons.scss */
.fa-landmark:before {
  content: "\f66f"; }

/* line 741, ../../sass/vendors/fontawesome/_icons.scss */
.fa-language:before {
  content: "\f1ab"; }

/* line 742, ../../sass/vendors/fontawesome/_icons.scss */
.fa-laptop:before {
  content: "\f109"; }

/* line 743, ../../sass/vendors/fontawesome/_icons.scss */
.fa-laptop-code:before {
  content: "\f5fc"; }

/* line 744, ../../sass/vendors/fontawesome/_icons.scss */
.fa-laptop-house:before {
  content: "\f966"; }

/* line 745, ../../sass/vendors/fontawesome/_icons.scss */
.fa-laptop-medical:before {
  content: "\f812"; }

/* line 746, ../../sass/vendors/fontawesome/_icons.scss */
.fa-laravel:before {
  content: "\f3bd"; }

/* line 747, ../../sass/vendors/fontawesome/_icons.scss */
.fa-lastfm:before {
  content: "\f202"; }

/* line 748, ../../sass/vendors/fontawesome/_icons.scss */
.fa-lastfm-square:before {
  content: "\f203"; }

/* line 749, ../../sass/vendors/fontawesome/_icons.scss */
.fa-laugh:before {
  content: "\f599"; }

/* line 750, ../../sass/vendors/fontawesome/_icons.scss */
.fa-laugh-beam:before {
  content: "\f59a"; }

/* line 751, ../../sass/vendors/fontawesome/_icons.scss */
.fa-laugh-squint:before {
  content: "\f59b"; }

/* line 752, ../../sass/vendors/fontawesome/_icons.scss */
.fa-laugh-wink:before {
  content: "\f59c"; }

/* line 753, ../../sass/vendors/fontawesome/_icons.scss */
.fa-layer-group:before {
  content: "\f5fd"; }

/* line 754, ../../sass/vendors/fontawesome/_icons.scss */
.fa-leaf:before {
  content: "\f06c"; }

/* line 755, ../../sass/vendors/fontawesome/_icons.scss */
.fa-leanpub:before {
  content: "\f212"; }

/* line 756, ../../sass/vendors/fontawesome/_icons.scss */
.fa-lemon:before {
  content: "\f094"; }

/* line 757, ../../sass/vendors/fontawesome/_icons.scss */
.fa-less:before {
  content: "\f41d"; }

/* line 758, ../../sass/vendors/fontawesome/_icons.scss */
.fa-less-than:before {
  content: "\f536"; }

/* line 759, ../../sass/vendors/fontawesome/_icons.scss */
.fa-less-than-equal:before {
  content: "\f537"; }

/* line 760, ../../sass/vendors/fontawesome/_icons.scss */
.fa-level-down-alt:before {
  content: "\f3be"; }

/* line 761, ../../sass/vendors/fontawesome/_icons.scss */
.fa-level-up-alt:before {
  content: "\f3bf"; }

/* line 762, ../../sass/vendors/fontawesome/_icons.scss */
.fa-life-ring:before {
  content: "\f1cd"; }

/* line 763, ../../sass/vendors/fontawesome/_icons.scss */
.fa-lightbulb:before {
  content: "\f0eb"; }

/* line 764, ../../sass/vendors/fontawesome/_icons.scss */
.fa-line:before {
  content: "\f3c0"; }

/* line 765, ../../sass/vendors/fontawesome/_icons.scss */
.fa-link:before {
  content: "\f0c1"; }

/* line 766, ../../sass/vendors/fontawesome/_icons.scss */
.fa-linkedin:before {
  content: "\f08c"; }

/* line 767, ../../sass/vendors/fontawesome/_icons.scss */
.fa-linkedin-in:before {
  content: "\f0e1"; }

/* line 768, ../../sass/vendors/fontawesome/_icons.scss */
.fa-linode:before {
  content: "\f2b8"; }

/* line 769, ../../sass/vendors/fontawesome/_icons.scss */
.fa-linux:before {
  content: "\f17c"; }

/* line 770, ../../sass/vendors/fontawesome/_icons.scss */
.fa-lira-sign:before {
  content: "\f195"; }

/* line 771, ../../sass/vendors/fontawesome/_icons.scss */
.fa-list:before {
  content: "\f03a"; }

/* line 772, ../../sass/vendors/fontawesome/_icons.scss */
.fa-list-alt:before {
  content: "\f022"; }

/* line 773, ../../sass/vendors/fontawesome/_icons.scss */
.fa-list-ol:before {
  content: "\f0cb"; }

/* line 774, ../../sass/vendors/fontawesome/_icons.scss */
.fa-list-ul:before {
  content: "\f0ca"; }

/* line 775, ../../sass/vendors/fontawesome/_icons.scss */
.fa-location-arrow:before {
  content: "\f124"; }

/* line 776, ../../sass/vendors/fontawesome/_icons.scss */
.fa-lock:before {
  content: "\f023"; }

/* line 777, ../../sass/vendors/fontawesome/_icons.scss */
.fa-lock-open:before {
  content: "\f3c1"; }

/* line 778, ../../sass/vendors/fontawesome/_icons.scss */
.fa-long-arrow-alt-down:before {
  content: "\f309"; }

/* line 779, ../../sass/vendors/fontawesome/_icons.scss */
.fa-long-arrow-alt-left:before {
  content: "\f30a"; }

/* line 780, ../../sass/vendors/fontawesome/_icons.scss */
.fa-long-arrow-alt-right:before {
  content: "\f30b"; }

/* line 781, ../../sass/vendors/fontawesome/_icons.scss */
.fa-long-arrow-alt-up:before {
  content: "\f30c"; }

/* line 782, ../../sass/vendors/fontawesome/_icons.scss */
.fa-low-vision:before {
  content: "\f2a8"; }

/* line 783, ../../sass/vendors/fontawesome/_icons.scss */
.fa-luggage-cart:before {
  content: "\f59d"; }

/* line 784, ../../sass/vendors/fontawesome/_icons.scss */
.fa-lungs:before {
  content: "\f604"; }

/* line 785, ../../sass/vendors/fontawesome/_icons.scss */
.fa-lungs-virus:before {
  content: "\f967"; }

/* line 786, ../../sass/vendors/fontawesome/_icons.scss */
.fa-lyft:before {
  content: "\f3c3"; }

/* line 787, ../../sass/vendors/fontawesome/_icons.scss */
.fa-magento:before {
  content: "\f3c4"; }

/* line 788, ../../sass/vendors/fontawesome/_icons.scss */
.fa-magic:before {
  content: "\f0d0"; }

/* line 789, ../../sass/vendors/fontawesome/_icons.scss */
.fa-magnet:before {
  content: "\f076"; }

/* line 790, ../../sass/vendors/fontawesome/_icons.scss */
.fa-mail-bulk:before {
  content: "\f674"; }

/* line 791, ../../sass/vendors/fontawesome/_icons.scss */
.fa-mailchimp:before {
  content: "\f59e"; }

/* line 792, ../../sass/vendors/fontawesome/_icons.scss */
.fa-male:before {
  content: "\f183"; }

/* line 793, ../../sass/vendors/fontawesome/_icons.scss */
.fa-mandalorian:before {
  content: "\f50f"; }

/* line 794, ../../sass/vendors/fontawesome/_icons.scss */
.fa-map:before {
  content: "\f279"; }

/* line 795, ../../sass/vendors/fontawesome/_icons.scss */
.fa-map-marked:before {
  content: "\f59f"; }

/* line 796, ../../sass/vendors/fontawesome/_icons.scss */
.fa-map-marked-alt:before {
  content: "\f5a0"; }

/* line 797, ../../sass/vendors/fontawesome/_icons.scss */
.fa-map-marker:before {
  content: "\f041"; }

/* line 798, ../../sass/vendors/fontawesome/_icons.scss */
.fa-map-marker-alt:before {
  content: "\f3c5"; }

/* line 799, ../../sass/vendors/fontawesome/_icons.scss */
.fa-map-pin:before {
  content: "\f276"; }

/* line 800, ../../sass/vendors/fontawesome/_icons.scss */
.fa-map-signs:before {
  content: "\f277"; }

/* line 801, ../../sass/vendors/fontawesome/_icons.scss */
.fa-markdown:before {
  content: "\f60f"; }

/* line 802, ../../sass/vendors/fontawesome/_icons.scss */
.fa-marker:before {
  content: "\f5a1"; }

/* line 803, ../../sass/vendors/fontawesome/_icons.scss */
.fa-mars:before {
  content: "\f222"; }

/* line 804, ../../sass/vendors/fontawesome/_icons.scss */
.fa-mars-double:before {
  content: "\f227"; }

/* line 805, ../../sass/vendors/fontawesome/_icons.scss */
.fa-mars-stroke:before {
  content: "\f229"; }

/* line 806, ../../sass/vendors/fontawesome/_icons.scss */
.fa-mars-stroke-h:before {
  content: "\f22b"; }

/* line 807, ../../sass/vendors/fontawesome/_icons.scss */
.fa-mars-stroke-v:before {
  content: "\f22a"; }

/* line 808, ../../sass/vendors/fontawesome/_icons.scss */
.fa-mask:before {
  content: "\f6fa"; }

/* line 809, ../../sass/vendors/fontawesome/_icons.scss */
.fa-mastodon:before {
  content: "\f4f6"; }

/* line 810, ../../sass/vendors/fontawesome/_icons.scss */
.fa-maxcdn:before {
  content: "\f136"; }

/* line 811, ../../sass/vendors/fontawesome/_icons.scss */
.fa-mdb:before {
  content: "\f8ca"; }

/* line 812, ../../sass/vendors/fontawesome/_icons.scss */
.fa-medal:before {
  content: "\f5a2"; }

/* line 813, ../../sass/vendors/fontawesome/_icons.scss */
.fa-medapps:before {
  content: "\f3c6"; }

/* line 814, ../../sass/vendors/fontawesome/_icons.scss */
.fa-medium:before {
  content: "\f23a"; }

/* line 815, ../../sass/vendors/fontawesome/_icons.scss */
.fa-medium-m:before {
  content: "\f3c7"; }

/* line 816, ../../sass/vendors/fontawesome/_icons.scss */
.fa-medkit:before {
  content: "\f0fa"; }

/* line 817, ../../sass/vendors/fontawesome/_icons.scss */
.fa-medrt:before {
  content: "\f3c8"; }

/* line 818, ../../sass/vendors/fontawesome/_icons.scss */
.fa-meetup:before {
  content: "\f2e0"; }

/* line 819, ../../sass/vendors/fontawesome/_icons.scss */
.fa-megaport:before {
  content: "\f5a3"; }

/* line 820, ../../sass/vendors/fontawesome/_icons.scss */
.fa-meh:before {
  content: "\f11a"; }

/* line 821, ../../sass/vendors/fontawesome/_icons.scss */
.fa-meh-blank:before {
  content: "\f5a4"; }

/* line 822, ../../sass/vendors/fontawesome/_icons.scss */
.fa-meh-rolling-eyes:before {
  content: "\f5a5"; }

/* line 823, ../../sass/vendors/fontawesome/_icons.scss */
.fa-memory:before {
  content: "\f538"; }

/* line 824, ../../sass/vendors/fontawesome/_icons.scss */
.fa-mendeley:before {
  content: "\f7b3"; }

/* line 825, ../../sass/vendors/fontawesome/_icons.scss */
.fa-menorah:before {
  content: "\f676"; }

/* line 826, ../../sass/vendors/fontawesome/_icons.scss */
.fa-mercury:before {
  content: "\f223"; }

/* line 827, ../../sass/vendors/fontawesome/_icons.scss */
.fa-meteor:before {
  content: "\f753"; }

/* line 828, ../../sass/vendors/fontawesome/_icons.scss */
.fa-microblog:before {
  content: "\f91a"; }

/* line 829, ../../sass/vendors/fontawesome/_icons.scss */
.fa-microchip:before {
  content: "\f2db"; }

/* line 830, ../../sass/vendors/fontawesome/_icons.scss */
.fa-microphone:before {
  content: "\f130"; }

/* line 831, ../../sass/vendors/fontawesome/_icons.scss */
.fa-microphone-alt:before {
  content: "\f3c9"; }

/* line 832, ../../sass/vendors/fontawesome/_icons.scss */
.fa-microphone-alt-slash:before {
  content: "\f539"; }

/* line 833, ../../sass/vendors/fontawesome/_icons.scss */
.fa-microphone-slash:before {
  content: "\f131"; }

/* line 834, ../../sass/vendors/fontawesome/_icons.scss */
.fa-microscope:before {
  content: "\f610"; }

/* line 835, ../../sass/vendors/fontawesome/_icons.scss */
.fa-microsoft:before {
  content: "\f3ca"; }

/* line 836, ../../sass/vendors/fontawesome/_icons.scss */
.fa-minus:before {
  content: "\f068"; }

/* line 837, ../../sass/vendors/fontawesome/_icons.scss */
.fa-minus-circle:before {
  content: "\f056"; }

/* line 838, ../../sass/vendors/fontawesome/_icons.scss */
.fa-minus-square:before {
  content: "\f146"; }

/* line 839, ../../sass/vendors/fontawesome/_icons.scss */
.fa-mitten:before {
  content: "\f7b5"; }

/* line 840, ../../sass/vendors/fontawesome/_icons.scss */
.fa-mix:before {
  content: "\f3cb"; }

/* line 841, ../../sass/vendors/fontawesome/_icons.scss */
.fa-mixcloud:before {
  content: "\f289"; }

/* line 842, ../../sass/vendors/fontawesome/_icons.scss */
.fa-mixer:before {
  content: "\f956"; }

/* line 843, ../../sass/vendors/fontawesome/_icons.scss */
.fa-mizuni:before {
  content: "\f3cc"; }

/* line 844, ../../sass/vendors/fontawesome/_icons.scss */
.fa-mobile:before {
  content: "\f10b"; }

/* line 845, ../../sass/vendors/fontawesome/_icons.scss */
.fa-mobile-alt:before {
  content: "\f3cd"; }

/* line 846, ../../sass/vendors/fontawesome/_icons.scss */
.fa-modx:before {
  content: "\f285"; }

/* line 847, ../../sass/vendors/fontawesome/_icons.scss */
.fa-monero:before {
  content: "\f3d0"; }

/* line 848, ../../sass/vendors/fontawesome/_icons.scss */
.fa-money-bill:before {
  content: "\f0d6"; }

/* line 849, ../../sass/vendors/fontawesome/_icons.scss */
.fa-money-bill-alt:before {
  content: "\f3d1"; }

/* line 850, ../../sass/vendors/fontawesome/_icons.scss */
.fa-money-bill-wave:before {
  content: "\f53a"; }

/* line 851, ../../sass/vendors/fontawesome/_icons.scss */
.fa-money-bill-wave-alt:before {
  content: "\f53b"; }

/* line 852, ../../sass/vendors/fontawesome/_icons.scss */
.fa-money-check:before {
  content: "\f53c"; }

/* line 853, ../../sass/vendors/fontawesome/_icons.scss */
.fa-money-check-alt:before {
  content: "\f53d"; }

/* line 854, ../../sass/vendors/fontawesome/_icons.scss */
.fa-monument:before {
  content: "\f5a6"; }

/* line 855, ../../sass/vendors/fontawesome/_icons.scss */
.fa-moon:before {
  content: "\f186"; }

/* line 856, ../../sass/vendors/fontawesome/_icons.scss */
.fa-mortar-pestle:before {
  content: "\f5a7"; }

/* line 857, ../../sass/vendors/fontawesome/_icons.scss */
.fa-mosque:before {
  content: "\f678"; }

/* line 858, ../../sass/vendors/fontawesome/_icons.scss */
.fa-motorcycle:before {
  content: "\f21c"; }

/* line 859, ../../sass/vendors/fontawesome/_icons.scss */
.fa-mountain:before {
  content: "\f6fc"; }

/* line 860, ../../sass/vendors/fontawesome/_icons.scss */
.fa-mouse:before {
  content: "\f8cc"; }

/* line 861, ../../sass/vendors/fontawesome/_icons.scss */
.fa-mouse-pointer:before {
  content: "\f245"; }

/* line 862, ../../sass/vendors/fontawesome/_icons.scss */
.fa-mug-hot:before {
  content: "\f7b6"; }

/* line 863, ../../sass/vendors/fontawesome/_icons.scss */
.fa-music:before {
  content: "\f001"; }

/* line 864, ../../sass/vendors/fontawesome/_icons.scss */
.fa-napster:before {
  content: "\f3d2"; }

/* line 865, ../../sass/vendors/fontawesome/_icons.scss */
.fa-neos:before {
  content: "\f612"; }

/* line 866, ../../sass/vendors/fontawesome/_icons.scss */
.fa-network-wired:before {
  content: "\f6ff"; }

/* line 867, ../../sass/vendors/fontawesome/_icons.scss */
.fa-neuter:before {
  content: "\f22c"; }

/* line 868, ../../sass/vendors/fontawesome/_icons.scss */
.fa-newspaper:before {
  content: "\f1ea"; }

/* line 869, ../../sass/vendors/fontawesome/_icons.scss */
.fa-nimblr:before {
  content: "\f5a8"; }

/* line 870, ../../sass/vendors/fontawesome/_icons.scss */
.fa-node:before {
  content: "\f419"; }

/* line 871, ../../sass/vendors/fontawesome/_icons.scss */
.fa-node-js:before {
  content: "\f3d3"; }

/* line 872, ../../sass/vendors/fontawesome/_icons.scss */
.fa-not-equal:before {
  content: "\f53e"; }

/* line 873, ../../sass/vendors/fontawesome/_icons.scss */
.fa-notes-medical:before {
  content: "\f481"; }

/* line 874, ../../sass/vendors/fontawesome/_icons.scss */
.fa-npm:before {
  content: "\f3d4"; }

/* line 875, ../../sass/vendors/fontawesome/_icons.scss */
.fa-ns8:before {
  content: "\f3d5"; }

/* line 876, ../../sass/vendors/fontawesome/_icons.scss */
.fa-nutritionix:before {
  content: "\f3d6"; }

/* line 877, ../../sass/vendors/fontawesome/_icons.scss */
.fa-object-group:before {
  content: "\f247"; }

/* line 878, ../../sass/vendors/fontawesome/_icons.scss */
.fa-object-ungroup:before {
  content: "\f248"; }

/* line 879, ../../sass/vendors/fontawesome/_icons.scss */
.fa-odnoklassniki:before {
  content: "\f263"; }

/* line 880, ../../sass/vendors/fontawesome/_icons.scss */
.fa-odnoklassniki-square:before {
  content: "\f264"; }

/* line 881, ../../sass/vendors/fontawesome/_icons.scss */
.fa-oil-can:before {
  content: "\f613"; }

/* line 882, ../../sass/vendors/fontawesome/_icons.scss */
.fa-old-republic:before {
  content: "\f510"; }

/* line 883, ../../sass/vendors/fontawesome/_icons.scss */
.fa-om:before {
  content: "\f679"; }

/* line 884, ../../sass/vendors/fontawesome/_icons.scss */
.fa-opencart:before {
  content: "\f23d"; }

/* line 885, ../../sass/vendors/fontawesome/_icons.scss */
.fa-openid:before {
  content: "\f19b"; }

/* line 886, ../../sass/vendors/fontawesome/_icons.scss */
.fa-opera:before {
  content: "\f26a"; }

/* line 887, ../../sass/vendors/fontawesome/_icons.scss */
.fa-optin-monster:before {
  content: "\f23c"; }

/* line 888, ../../sass/vendors/fontawesome/_icons.scss */
.fa-orcid:before {
  content: "\f8d2"; }

/* line 889, ../../sass/vendors/fontawesome/_icons.scss */
.fa-osi:before {
  content: "\f41a"; }

/* line 890, ../../sass/vendors/fontawesome/_icons.scss */
.fa-otter:before {
  content: "\f700"; }

/* line 891, ../../sass/vendors/fontawesome/_icons.scss */
.fa-outdent:before {
  content: "\f03b"; }

/* line 892, ../../sass/vendors/fontawesome/_icons.scss */
.fa-page4:before {
  content: "\f3d7"; }

/* line 893, ../../sass/vendors/fontawesome/_icons.scss */
.fa-pagelines:before {
  content: "\f18c"; }

/* line 894, ../../sass/vendors/fontawesome/_icons.scss */
.fa-pager:before {
  content: "\f815"; }

/* line 895, ../../sass/vendors/fontawesome/_icons.scss */
.fa-paint-brush:before {
  content: "\f1fc"; }

/* line 896, ../../sass/vendors/fontawesome/_icons.scss */
.fa-paint-roller:before {
  content: "\f5aa"; }

/* line 897, ../../sass/vendors/fontawesome/_icons.scss */
.fa-palette:before {
  content: "\f53f"; }

/* line 898, ../../sass/vendors/fontawesome/_icons.scss */
.fa-palfed:before {
  content: "\f3d8"; }

/* line 899, ../../sass/vendors/fontawesome/_icons.scss */
.fa-pallet:before {
  content: "\f482"; }

/* line 900, ../../sass/vendors/fontawesome/_icons.scss */
.fa-paper-plane:before {
  content: "\f1d8"; }

/* line 901, ../../sass/vendors/fontawesome/_icons.scss */
.fa-paperclip:before {
  content: "\f0c6"; }

/* line 902, ../../sass/vendors/fontawesome/_icons.scss */
.fa-parachute-box:before {
  content: "\f4cd"; }

/* line 903, ../../sass/vendors/fontawesome/_icons.scss */
.fa-paragraph:before {
  content: "\f1dd"; }

/* line 904, ../../sass/vendors/fontawesome/_icons.scss */
.fa-parking:before {
  content: "\f540"; }

/* line 905, ../../sass/vendors/fontawesome/_icons.scss */
.fa-passport:before {
  content: "\f5ab"; }

/* line 906, ../../sass/vendors/fontawesome/_icons.scss */
.fa-pastafarianism:before {
  content: "\f67b"; }

/* line 907, ../../sass/vendors/fontawesome/_icons.scss */
.fa-paste:before {
  content: "\f0ea"; }

/* line 908, ../../sass/vendors/fontawesome/_icons.scss */
.fa-patreon:before {
  content: "\f3d9"; }

/* line 909, ../../sass/vendors/fontawesome/_icons.scss */
.fa-pause:before {
  content: "\f04c"; }

/* line 910, ../../sass/vendors/fontawesome/_icons.scss */
.fa-pause-circle:before {
  content: "\f28b"; }

/* line 911, ../../sass/vendors/fontawesome/_icons.scss */
.fa-paw:before {
  content: "\f1b0"; }

/* line 912, ../../sass/vendors/fontawesome/_icons.scss */
.fa-paypal:before {
  content: "\f1ed"; }

/* line 913, ../../sass/vendors/fontawesome/_icons.scss */
.fa-peace:before {
  content: "\f67c"; }

/* line 914, ../../sass/vendors/fontawesome/_icons.scss */
.fa-pen:before {
  content: "\f304"; }

/* line 915, ../../sass/vendors/fontawesome/_icons.scss */
.fa-pen-alt:before {
  content: "\f305"; }

/* line 916, ../../sass/vendors/fontawesome/_icons.scss */
.fa-pen-fancy:before {
  content: "\f5ac"; }

/* line 917, ../../sass/vendors/fontawesome/_icons.scss */
.fa-pen-nib:before {
  content: "\f5ad"; }

/* line 918, ../../sass/vendors/fontawesome/_icons.scss */
.fa-pen-square:before {
  content: "\f14b"; }

/* line 919, ../../sass/vendors/fontawesome/_icons.scss */
.fa-pencil-alt:before {
  content: "\f303"; }

/* line 920, ../../sass/vendors/fontawesome/_icons.scss */
.fa-pencil-ruler:before {
  content: "\f5ae"; }

/* line 921, ../../sass/vendors/fontawesome/_icons.scss */
.fa-penny-arcade:before {
  content: "\f704"; }

/* line 922, ../../sass/vendors/fontawesome/_icons.scss */
.fa-people-arrows:before {
  content: "\f968"; }

/* line 923, ../../sass/vendors/fontawesome/_icons.scss */
.fa-people-carry:before {
  content: "\f4ce"; }

/* line 924, ../../sass/vendors/fontawesome/_icons.scss */
.fa-pepper-hot:before {
  content: "\f816"; }

/* line 925, ../../sass/vendors/fontawesome/_icons.scss */
.fa-percent:before {
  content: "\f295"; }

/* line 926, ../../sass/vendors/fontawesome/_icons.scss */
.fa-percentage:before {
  content: "\f541"; }

/* line 927, ../../sass/vendors/fontawesome/_icons.scss */
.fa-periscope:before {
  content: "\f3da"; }

/* line 928, ../../sass/vendors/fontawesome/_icons.scss */
.fa-person-booth:before {
  content: "\f756"; }

/* line 929, ../../sass/vendors/fontawesome/_icons.scss */
.fa-phabricator:before {
  content: "\f3db"; }

/* line 930, ../../sass/vendors/fontawesome/_icons.scss */
.fa-phoenix-framework:before {
  content: "\f3dc"; }

/* line 931, ../../sass/vendors/fontawesome/_icons.scss */
.fa-phoenix-squadron:before {
  content: "\f511"; }

/* line 932, ../../sass/vendors/fontawesome/_icons.scss */
.fa-phone:before {
  content: "\f095"; }

/* line 933, ../../sass/vendors/fontawesome/_icons.scss */
.fa-phone-alt:before {
  content: "\f879"; }

/* line 934, ../../sass/vendors/fontawesome/_icons.scss */
.fa-phone-slash:before {
  content: "\f3dd"; }

/* line 935, ../../sass/vendors/fontawesome/_icons.scss */
.fa-phone-square:before {
  content: "\f098"; }

/* line 936, ../../sass/vendors/fontawesome/_icons.scss */
.fa-phone-square-alt:before {
  content: "\f87b"; }

/* line 937, ../../sass/vendors/fontawesome/_icons.scss */
.fa-phone-volume:before {
  content: "\f2a0"; }

/* line 938, ../../sass/vendors/fontawesome/_icons.scss */
.fa-photo-video:before {
  content: "\f87c"; }

/* line 939, ../../sass/vendors/fontawesome/_icons.scss */
.fa-php:before {
  content: "\f457"; }

/* line 940, ../../sass/vendors/fontawesome/_icons.scss */
.fa-pied-piper:before {
  content: "\f2ae"; }

/* line 941, ../../sass/vendors/fontawesome/_icons.scss */
.fa-pied-piper-alt:before {
  content: "\f1a8"; }

/* line 942, ../../sass/vendors/fontawesome/_icons.scss */
.fa-pied-piper-hat:before {
  content: "\f4e5"; }

/* line 943, ../../sass/vendors/fontawesome/_icons.scss */
.fa-pied-piper-pp:before {
  content: "\f1a7"; }

/* line 944, ../../sass/vendors/fontawesome/_icons.scss */
.fa-pied-piper-square:before {
  content: "\f91e"; }

/* line 945, ../../sass/vendors/fontawesome/_icons.scss */
.fa-piggy-bank:before {
  content: "\f4d3"; }

/* line 946, ../../sass/vendors/fontawesome/_icons.scss */
.fa-pills:before {
  content: "\f484"; }

/* line 947, ../../sass/vendors/fontawesome/_icons.scss */
.fa-pinterest:before {
  content: "\f0d2"; }

/* line 948, ../../sass/vendors/fontawesome/_icons.scss */
.fa-pinterest-p:before {
  content: "\f231"; }

/* line 949, ../../sass/vendors/fontawesome/_icons.scss */
.fa-pinterest-square:before {
  content: "\f0d3"; }

/* line 950, ../../sass/vendors/fontawesome/_icons.scss */
.fa-pizza-slice:before {
  content: "\f818"; }

/* line 951, ../../sass/vendors/fontawesome/_icons.scss */
.fa-place-of-worship:before {
  content: "\f67f"; }

/* line 952, ../../sass/vendors/fontawesome/_icons.scss */
.fa-plane:before {
  content: "\f072"; }

/* line 953, ../../sass/vendors/fontawesome/_icons.scss */
.fa-plane-arrival:before {
  content: "\f5af"; }

/* line 954, ../../sass/vendors/fontawesome/_icons.scss */
.fa-plane-departure:before {
  content: "\f5b0"; }

/* line 955, ../../sass/vendors/fontawesome/_icons.scss */
.fa-plane-slash:before {
  content: "\f969"; }

/* line 956, ../../sass/vendors/fontawesome/_icons.scss */
.fa-play:before {
  content: "\f04b"; }

/* line 957, ../../sass/vendors/fontawesome/_icons.scss */
.fa-play-circle:before {
  content: "\f144"; }

/* line 958, ../../sass/vendors/fontawesome/_icons.scss */
.fa-playstation:before {
  content: "\f3df"; }

/* line 959, ../../sass/vendors/fontawesome/_icons.scss */
.fa-plug:before {
  content: "\f1e6"; }

/* line 960, ../../sass/vendors/fontawesome/_icons.scss */
.fa-plus:before {
  content: "\f067"; }

/* line 961, ../../sass/vendors/fontawesome/_icons.scss */
.fa-plus-circle:before {
  content: "\f055"; }

/* line 962, ../../sass/vendors/fontawesome/_icons.scss */
.fa-plus-square:before {
  content: "\f0fe"; }

/* line 963, ../../sass/vendors/fontawesome/_icons.scss */
.fa-podcast:before {
  content: "\f2ce"; }

/* line 964, ../../sass/vendors/fontawesome/_icons.scss */
.fa-poll:before {
  content: "\f681"; }

/* line 965, ../../sass/vendors/fontawesome/_icons.scss */
.fa-poll-h:before {
  content: "\f682"; }

/* line 966, ../../sass/vendors/fontawesome/_icons.scss */
.fa-poo:before {
  content: "\f2fe"; }

/* line 967, ../../sass/vendors/fontawesome/_icons.scss */
.fa-poo-storm:before {
  content: "\f75a"; }

/* line 968, ../../sass/vendors/fontawesome/_icons.scss */
.fa-poop:before {
  content: "\f619"; }

/* line 969, ../../sass/vendors/fontawesome/_icons.scss */
.fa-portrait:before {
  content: "\f3e0"; }

/* line 970, ../../sass/vendors/fontawesome/_icons.scss */
.fa-pound-sign:before {
  content: "\f154"; }

/* line 971, ../../sass/vendors/fontawesome/_icons.scss */
.fa-power-off:before {
  content: "\f011"; }

/* line 972, ../../sass/vendors/fontawesome/_icons.scss */
.fa-pray:before {
  content: "\f683"; }

/* line 973, ../../sass/vendors/fontawesome/_icons.scss */
.fa-praying-hands:before {
  content: "\f684"; }

/* line 974, ../../sass/vendors/fontawesome/_icons.scss */
.fa-prescription:before {
  content: "\f5b1"; }

/* line 975, ../../sass/vendors/fontawesome/_icons.scss */
.fa-prescription-bottle:before {
  content: "\f485"; }

/* line 976, ../../sass/vendors/fontawesome/_icons.scss */
.fa-prescription-bottle-alt:before {
  content: "\f486"; }

/* line 977, ../../sass/vendors/fontawesome/_icons.scss */
.fa-print:before {
  content: "\f02f"; }

/* line 978, ../../sass/vendors/fontawesome/_icons.scss */
.fa-procedures:before {
  content: "\f487"; }

/* line 979, ../../sass/vendors/fontawesome/_icons.scss */
.fa-product-hunt:before {
  content: "\f288"; }

/* line 980, ../../sass/vendors/fontawesome/_icons.scss */
.fa-project-diagram:before {
  content: "\f542"; }

/* line 981, ../../sass/vendors/fontawesome/_icons.scss */
.fa-pump-medical:before {
  content: "\f96a"; }

/* line 982, ../../sass/vendors/fontawesome/_icons.scss */
.fa-pump-soap:before {
  content: "\f96b"; }

/* line 983, ../../sass/vendors/fontawesome/_icons.scss */
.fa-pushed:before {
  content: "\f3e1"; }

/* line 984, ../../sass/vendors/fontawesome/_icons.scss */
.fa-puzzle-piece:before {
  content: "\f12e"; }

/* line 985, ../../sass/vendors/fontawesome/_icons.scss */
.fa-python:before {
  content: "\f3e2"; }

/* line 986, ../../sass/vendors/fontawesome/_icons.scss */
.fa-qq:before {
  content: "\f1d6"; }

/* line 987, ../../sass/vendors/fontawesome/_icons.scss */
.fa-qrcode:before {
  content: "\f029"; }

/* line 988, ../../sass/vendors/fontawesome/_icons.scss */
.fa-question:before {
  content: "\f128"; }

/* line 989, ../../sass/vendors/fontawesome/_icons.scss */
.fa-question-circle:before {
  content: "\f059"; }

/* line 990, ../../sass/vendors/fontawesome/_icons.scss */
.fa-quidditch:before {
  content: "\f458"; }

/* line 991, ../../sass/vendors/fontawesome/_icons.scss */
.fa-quinscape:before {
  content: "\f459"; }

/* line 992, ../../sass/vendors/fontawesome/_icons.scss */
.fa-quora:before {
  content: "\f2c4"; }

/* line 993, ../../sass/vendors/fontawesome/_icons.scss */
.fa-quote-left:before {
  content: "\f10d"; }

/* line 994, ../../sass/vendors/fontawesome/_icons.scss */
.fa-quote-right:before {
  content: "\f10e"; }

/* line 995, ../../sass/vendors/fontawesome/_icons.scss */
.fa-quran:before {
  content: "\f687"; }

/* line 996, ../../sass/vendors/fontawesome/_icons.scss */
.fa-r-project:before {
  content: "\f4f7"; }

/* line 997, ../../sass/vendors/fontawesome/_icons.scss */
.fa-radiation:before {
  content: "\f7b9"; }

/* line 998, ../../sass/vendors/fontawesome/_icons.scss */
.fa-radiation-alt:before {
  content: "\f7ba"; }

/* line 999, ../../sass/vendors/fontawesome/_icons.scss */
.fa-rainbow:before {
  content: "\f75b"; }

/* line 1000, ../../sass/vendors/fontawesome/_icons.scss */
.fa-random:before {
  content: "\f074"; }

/* line 1001, ../../sass/vendors/fontawesome/_icons.scss */
.fa-raspberry-pi:before {
  content: "\f7bb"; }

/* line 1002, ../../sass/vendors/fontawesome/_icons.scss */
.fa-ravelry:before {
  content: "\f2d9"; }

/* line 1003, ../../sass/vendors/fontawesome/_icons.scss */
.fa-react:before {
  content: "\f41b"; }

/* line 1004, ../../sass/vendors/fontawesome/_icons.scss */
.fa-reacteurope:before {
  content: "\f75d"; }

/* line 1005, ../../sass/vendors/fontawesome/_icons.scss */
.fa-readme:before {
  content: "\f4d5"; }

/* line 1006, ../../sass/vendors/fontawesome/_icons.scss */
.fa-rebel:before {
  content: "\f1d0"; }

/* line 1007, ../../sass/vendors/fontawesome/_icons.scss */
.fa-receipt:before {
  content: "\f543"; }

/* line 1008, ../../sass/vendors/fontawesome/_icons.scss */
.fa-record-vinyl:before {
  content: "\f8d9"; }

/* line 1009, ../../sass/vendors/fontawesome/_icons.scss */
.fa-recycle:before {
  content: "\f1b8"; }

/* line 1010, ../../sass/vendors/fontawesome/_icons.scss */
.fa-red-river:before {
  content: "\f3e3"; }

/* line 1011, ../../sass/vendors/fontawesome/_icons.scss */
.fa-reddit:before {
  content: "\f1a1"; }

/* line 1012, ../../sass/vendors/fontawesome/_icons.scss */
.fa-reddit-alien:before {
  content: "\f281"; }

/* line 1013, ../../sass/vendors/fontawesome/_icons.scss */
.fa-reddit-square:before {
  content: "\f1a2"; }

/* line 1014, ../../sass/vendors/fontawesome/_icons.scss */
.fa-redhat:before {
  content: "\f7bc"; }

/* line 1015, ../../sass/vendors/fontawesome/_icons.scss */
.fa-redo:before {
  content: "\f01e"; }

/* line 1016, ../../sass/vendors/fontawesome/_icons.scss */
.fa-redo-alt:before {
  content: "\f2f9"; }

/* line 1017, ../../sass/vendors/fontawesome/_icons.scss */
.fa-registered:before {
  content: "\f25d"; }

/* line 1018, ../../sass/vendors/fontawesome/_icons.scss */
.fa-remove-format:before {
  content: "\f87d"; }

/* line 1019, ../../sass/vendors/fontawesome/_icons.scss */
.fa-renren:before {
  content: "\f18b"; }

/* line 1020, ../../sass/vendors/fontawesome/_icons.scss */
.fa-reply:before {
  content: "\f3e5"; }

/* line 1021, ../../sass/vendors/fontawesome/_icons.scss */
.fa-reply-all:before {
  content: "\f122"; }

/* line 1022, ../../sass/vendors/fontawesome/_icons.scss */
.fa-replyd:before {
  content: "\f3e6"; }

/* line 1023, ../../sass/vendors/fontawesome/_icons.scss */
.fa-republican:before {
  content: "\f75e"; }

/* line 1024, ../../sass/vendors/fontawesome/_icons.scss */
.fa-researchgate:before {
  content: "\f4f8"; }

/* line 1025, ../../sass/vendors/fontawesome/_icons.scss */
.fa-resolving:before {
  content: "\f3e7"; }

/* line 1026, ../../sass/vendors/fontawesome/_icons.scss */
.fa-restroom:before {
  content: "\f7bd"; }

/* line 1027, ../../sass/vendors/fontawesome/_icons.scss */
.fa-retweet:before {
  content: "\f079"; }

/* line 1028, ../../sass/vendors/fontawesome/_icons.scss */
.fa-rev:before {
  content: "\f5b2"; }

/* line 1029, ../../sass/vendors/fontawesome/_icons.scss */
.fa-ribbon:before {
  content: "\f4d6"; }

/* line 1030, ../../sass/vendors/fontawesome/_icons.scss */
.fa-ring:before {
  content: "\f70b"; }

/* line 1031, ../../sass/vendors/fontawesome/_icons.scss */
.fa-road:before {
  content: "\f018"; }

/* line 1032, ../../sass/vendors/fontawesome/_icons.scss */
.fa-robot:before {
  content: "\f544"; }

/* line 1033, ../../sass/vendors/fontawesome/_icons.scss */
.fa-rocket:before {
  content: "\f135"; }

/* line 1034, ../../sass/vendors/fontawesome/_icons.scss */
.fa-rocketchat:before {
  content: "\f3e8"; }

/* line 1035, ../../sass/vendors/fontawesome/_icons.scss */
.fa-rockrms:before {
  content: "\f3e9"; }

/* line 1036, ../../sass/vendors/fontawesome/_icons.scss */
.fa-route:before {
  content: "\f4d7"; }

/* line 1037, ../../sass/vendors/fontawesome/_icons.scss */
.fa-rss:before {
  content: "\f09e"; }

/* line 1038, ../../sass/vendors/fontawesome/_icons.scss */
.fa-rss-square:before {
  content: "\f143"; }

/* line 1039, ../../sass/vendors/fontawesome/_icons.scss */
.fa-ruble-sign:before {
  content: "\f158"; }

/* line 1040, ../../sass/vendors/fontawesome/_icons.scss */
.fa-ruler:before {
  content: "\f545"; }

/* line 1041, ../../sass/vendors/fontawesome/_icons.scss */
.fa-ruler-combined:before {
  content: "\f546"; }

/* line 1042, ../../sass/vendors/fontawesome/_icons.scss */
.fa-ruler-horizontal:before {
  content: "\f547"; }

/* line 1043, ../../sass/vendors/fontawesome/_icons.scss */
.fa-ruler-vertical:before {
  content: "\f548"; }

/* line 1044, ../../sass/vendors/fontawesome/_icons.scss */
.fa-running:before {
  content: "\f70c"; }

/* line 1045, ../../sass/vendors/fontawesome/_icons.scss */
.fa-rupee-sign:before {
  content: "\f156"; }

/* line 1046, ../../sass/vendors/fontawesome/_icons.scss */
.fa-sad-cry:before {
  content: "\f5b3"; }

/* line 1047, ../../sass/vendors/fontawesome/_icons.scss */
.fa-sad-tear:before {
  content: "\f5b4"; }

/* line 1048, ../../sass/vendors/fontawesome/_icons.scss */
.fa-safari:before {
  content: "\f267"; }

/* line 1049, ../../sass/vendors/fontawesome/_icons.scss */
.fa-salesforce:before {
  content: "\f83b"; }

/* line 1050, ../../sass/vendors/fontawesome/_icons.scss */
.fa-sass:before {
  content: "\f41e"; }

/* line 1051, ../../sass/vendors/fontawesome/_icons.scss */
.fa-satellite:before {
  content: "\f7bf"; }

/* line 1052, ../../sass/vendors/fontawesome/_icons.scss */
.fa-satellite-dish:before {
  content: "\f7c0"; }

/* line 1053, ../../sass/vendors/fontawesome/_icons.scss */
.fa-save:before {
  content: "\f0c7"; }

/* line 1054, ../../sass/vendors/fontawesome/_icons.scss */
.fa-schlix:before {
  content: "\f3ea"; }

/* line 1055, ../../sass/vendors/fontawesome/_icons.scss */
.fa-school:before {
  content: "\f549"; }

/* line 1056, ../../sass/vendors/fontawesome/_icons.scss */
.fa-screwdriver:before {
  content: "\f54a"; }

/* line 1057, ../../sass/vendors/fontawesome/_icons.scss */
.fa-scribd:before {
  content: "\f28a"; }

/* line 1058, ../../sass/vendors/fontawesome/_icons.scss */
.fa-scroll:before {
  content: "\f70e"; }

/* line 1059, ../../sass/vendors/fontawesome/_icons.scss */
.fa-sd-card:before {
  content: "\f7c2"; }

/* line 1060, ../../sass/vendors/fontawesome/_icons.scss */
.fa-search:before {
  content: "\f002"; }

/* line 1061, ../../sass/vendors/fontawesome/_icons.scss */
.fa-search-dollar:before {
  content: "\f688"; }

/* line 1062, ../../sass/vendors/fontawesome/_icons.scss */
.fa-search-location:before {
  content: "\f689"; }

/* line 1063, ../../sass/vendors/fontawesome/_icons.scss */
.fa-search-minus:before {
  content: "\f010"; }

/* line 1064, ../../sass/vendors/fontawesome/_icons.scss */
.fa-search-plus:before {
  content: "\f00e"; }

/* line 1065, ../../sass/vendors/fontawesome/_icons.scss */
.fa-searchengin:before {
  content: "\f3eb"; }

/* line 1066, ../../sass/vendors/fontawesome/_icons.scss */
.fa-seedling:before {
  content: "\f4d8"; }

/* line 1067, ../../sass/vendors/fontawesome/_icons.scss */
.fa-sellcast:before {
  content: "\f2da"; }

/* line 1068, ../../sass/vendors/fontawesome/_icons.scss */
.fa-sellsy:before {
  content: "\f213"; }

/* line 1069, ../../sass/vendors/fontawesome/_icons.scss */
.fa-server:before {
  content: "\f233"; }

/* line 1070, ../../sass/vendors/fontawesome/_icons.scss */
.fa-servicestack:before {
  content: "\f3ec"; }

/* line 1071, ../../sass/vendors/fontawesome/_icons.scss */
.fa-shapes:before {
  content: "\f61f"; }

/* line 1072, ../../sass/vendors/fontawesome/_icons.scss */
.fa-share:before {
  content: "\f064"; }

/* line 1073, ../../sass/vendors/fontawesome/_icons.scss */
.fa-share-alt:before {
  content: "\f1e0"; }

/* line 1074, ../../sass/vendors/fontawesome/_icons.scss */
.fa-share-alt-square:before {
  content: "\f1e1"; }

/* line 1075, ../../sass/vendors/fontawesome/_icons.scss */
.fa-share-square:before {
  content: "\f14d"; }

/* line 1076, ../../sass/vendors/fontawesome/_icons.scss */
.fa-shekel-sign:before {
  content: "\f20b"; }

/* line 1077, ../../sass/vendors/fontawesome/_icons.scss */
.fa-shield-alt:before {
  content: "\f3ed"; }

/* line 1078, ../../sass/vendors/fontawesome/_icons.scss */
.fa-shield-virus:before {
  content: "\f96c"; }

/* line 1079, ../../sass/vendors/fontawesome/_icons.scss */
.fa-ship:before {
  content: "\f21a"; }

/* line 1080, ../../sass/vendors/fontawesome/_icons.scss */
.fa-shipping-fast:before {
  content: "\f48b"; }

/* line 1081, ../../sass/vendors/fontawesome/_icons.scss */
.fa-shirtsinbulk:before {
  content: "\f214"; }

/* line 1082, ../../sass/vendors/fontawesome/_icons.scss */
.fa-shoe-prints:before {
  content: "\f54b"; }

/* line 1083, ../../sass/vendors/fontawesome/_icons.scss */
.fa-shopify:before {
  content: "\f957"; }

/* line 1084, ../../sass/vendors/fontawesome/_icons.scss */
.fa-shopping-bag:before {
  content: "\f290"; }

/* line 1085, ../../sass/vendors/fontawesome/_icons.scss */
.fa-shopping-basket:before {
  content: "\f291"; }

/* line 1086, ../../sass/vendors/fontawesome/_icons.scss */
.fa-shopping-cart:before {
  content: "\f07a"; }

/* line 1087, ../../sass/vendors/fontawesome/_icons.scss */
.fa-shopware:before {
  content: "\f5b5"; }

/* line 1088, ../../sass/vendors/fontawesome/_icons.scss */
.fa-shower:before {
  content: "\f2cc"; }

/* line 1089, ../../sass/vendors/fontawesome/_icons.scss */
.fa-shuttle-van:before {
  content: "\f5b6"; }

/* line 1090, ../../sass/vendors/fontawesome/_icons.scss */
.fa-sign:before {
  content: "\f4d9"; }

/* line 1091, ../../sass/vendors/fontawesome/_icons.scss */
.fa-sign-in-alt:before {
  content: "\f2f6"; }

/* line 1092, ../../sass/vendors/fontawesome/_icons.scss */
.fa-sign-language:before {
  content: "\f2a7"; }

/* line 1093, ../../sass/vendors/fontawesome/_icons.scss */
.fa-sign-out-alt:before {
  content: "\f2f5"; }

/* line 1094, ../../sass/vendors/fontawesome/_icons.scss */
.fa-signal:before {
  content: "\f012"; }

/* line 1095, ../../sass/vendors/fontawesome/_icons.scss */
.fa-signature:before {
  content: "\f5b7"; }

/* line 1096, ../../sass/vendors/fontawesome/_icons.scss */
.fa-sim-card:before {
  content: "\f7c4"; }

/* line 1097, ../../sass/vendors/fontawesome/_icons.scss */
.fa-simplybuilt:before {
  content: "\f215"; }

/* line 1098, ../../sass/vendors/fontawesome/_icons.scss */
.fa-sistrix:before {
  content: "\f3ee"; }

/* line 1099, ../../sass/vendors/fontawesome/_icons.scss */
.fa-sitemap:before {
  content: "\f0e8"; }

/* line 1100, ../../sass/vendors/fontawesome/_icons.scss */
.fa-sith:before {
  content: "\f512"; }

/* line 1101, ../../sass/vendors/fontawesome/_icons.scss */
.fa-skating:before {
  content: "\f7c5"; }

/* line 1102, ../../sass/vendors/fontawesome/_icons.scss */
.fa-sketch:before {
  content: "\f7c6"; }

/* line 1103, ../../sass/vendors/fontawesome/_icons.scss */
.fa-skiing:before {
  content: "\f7c9"; }

/* line 1104, ../../sass/vendors/fontawesome/_icons.scss */
.fa-skiing-nordic:before {
  content: "\f7ca"; }

/* line 1105, ../../sass/vendors/fontawesome/_icons.scss */
.fa-skull:before {
  content: "\f54c"; }

/* line 1106, ../../sass/vendors/fontawesome/_icons.scss */
.fa-skull-crossbones:before {
  content: "\f714"; }

/* line 1107, ../../sass/vendors/fontawesome/_icons.scss */
.fa-skyatlas:before {
  content: "\f216"; }

/* line 1108, ../../sass/vendors/fontawesome/_icons.scss */
.fa-skype:before {
  content: "\f17e"; }

/* line 1109, ../../sass/vendors/fontawesome/_icons.scss */
.fa-slack:before {
  content: "\f198"; }

/* line 1110, ../../sass/vendors/fontawesome/_icons.scss */
.fa-slack-hash:before {
  content: "\f3ef"; }

/* line 1111, ../../sass/vendors/fontawesome/_icons.scss */
.fa-slash:before {
  content: "\f715"; }

/* line 1112, ../../sass/vendors/fontawesome/_icons.scss */
.fa-sleigh:before {
  content: "\f7cc"; }

/* line 1113, ../../sass/vendors/fontawesome/_icons.scss */
.fa-sliders-h:before {
  content: "\f1de"; }

/* line 1114, ../../sass/vendors/fontawesome/_icons.scss */
.fa-slideshare:before {
  content: "\f1e7"; }

/* line 1115, ../../sass/vendors/fontawesome/_icons.scss */
.fa-smile:before {
  content: "\f118"; }

/* line 1116, ../../sass/vendors/fontawesome/_icons.scss */
.fa-smile-beam:before {
  content: "\f5b8"; }

/* line 1117, ../../sass/vendors/fontawesome/_icons.scss */
.fa-smile-wink:before {
  content: "\f4da"; }

/* line 1118, ../../sass/vendors/fontawesome/_icons.scss */
.fa-smog:before {
  content: "\f75f"; }

/* line 1119, ../../sass/vendors/fontawesome/_icons.scss */
.fa-smoking:before {
  content: "\f48d"; }

/* line 1120, ../../sass/vendors/fontawesome/_icons.scss */
.fa-smoking-ban:before {
  content: "\f54d"; }

/* line 1121, ../../sass/vendors/fontawesome/_icons.scss */
.fa-sms:before {
  content: "\f7cd"; }

/* line 1122, ../../sass/vendors/fontawesome/_icons.scss */
.fa-snapchat:before {
  content: "\f2ab"; }

/* line 1123, ../../sass/vendors/fontawesome/_icons.scss */
.fa-snapchat-ghost:before {
  content: "\f2ac"; }

/* line 1124, ../../sass/vendors/fontawesome/_icons.scss */
.fa-snapchat-square:before {
  content: "\f2ad"; }

/* line 1125, ../../sass/vendors/fontawesome/_icons.scss */
.fa-snowboarding:before {
  content: "\f7ce"; }

/* line 1126, ../../sass/vendors/fontawesome/_icons.scss */
.fa-snowflake:before {
  content: "\f2dc"; }

/* line 1127, ../../sass/vendors/fontawesome/_icons.scss */
.fa-snowman:before {
  content: "\f7d0"; }

/* line 1128, ../../sass/vendors/fontawesome/_icons.scss */
.fa-snowplow:before {
  content: "\f7d2"; }

/* line 1129, ../../sass/vendors/fontawesome/_icons.scss */
.fa-soap:before {
  content: "\f96e"; }

/* line 1130, ../../sass/vendors/fontawesome/_icons.scss */
.fa-socks:before {
  content: "\f696"; }

/* line 1131, ../../sass/vendors/fontawesome/_icons.scss */
.fa-solar-panel:before {
  content: "\f5ba"; }

/* line 1132, ../../sass/vendors/fontawesome/_icons.scss */
.fa-sort:before {
  content: "\f0dc"; }

/* line 1133, ../../sass/vendors/fontawesome/_icons.scss */
.fa-sort-alpha-down:before {
  content: "\f15d"; }

/* line 1134, ../../sass/vendors/fontawesome/_icons.scss */
.fa-sort-alpha-down-alt:before {
  content: "\f881"; }

/* line 1135, ../../sass/vendors/fontawesome/_icons.scss */
.fa-sort-alpha-up:before {
  content: "\f15e"; }

/* line 1136, ../../sass/vendors/fontawesome/_icons.scss */
.fa-sort-alpha-up-alt:before {
  content: "\f882"; }

/* line 1137, ../../sass/vendors/fontawesome/_icons.scss */
.fa-sort-amount-down:before {
  content: "\f160"; }

/* line 1138, ../../sass/vendors/fontawesome/_icons.scss */
.fa-sort-amount-down-alt:before {
  content: "\f884"; }

/* line 1139, ../../sass/vendors/fontawesome/_icons.scss */
.fa-sort-amount-up:before {
  content: "\f161"; }

/* line 1140, ../../sass/vendors/fontawesome/_icons.scss */
.fa-sort-amount-up-alt:before {
  content: "\f885"; }

/* line 1141, ../../sass/vendors/fontawesome/_icons.scss */
.fa-sort-down:before {
  content: "\f0dd"; }

/* line 1142, ../../sass/vendors/fontawesome/_icons.scss */
.fa-sort-numeric-down:before {
  content: "\f162"; }

/* line 1143, ../../sass/vendors/fontawesome/_icons.scss */
.fa-sort-numeric-down-alt:before {
  content: "\f886"; }

/* line 1144, ../../sass/vendors/fontawesome/_icons.scss */
.fa-sort-numeric-up:before {
  content: "\f163"; }

/* line 1145, ../../sass/vendors/fontawesome/_icons.scss */
.fa-sort-numeric-up-alt:before {
  content: "\f887"; }

/* line 1146, ../../sass/vendors/fontawesome/_icons.scss */
.fa-sort-up:before {
  content: "\f0de"; }

/* line 1147, ../../sass/vendors/fontawesome/_icons.scss */
.fa-soundcloud:before {
  content: "\f1be"; }

/* line 1148, ../../sass/vendors/fontawesome/_icons.scss */
.fa-sourcetree:before {
  content: "\f7d3"; }

/* line 1149, ../../sass/vendors/fontawesome/_icons.scss */
.fa-spa:before {
  content: "\f5bb"; }

/* line 1150, ../../sass/vendors/fontawesome/_icons.scss */
.fa-space-shuttle:before {
  content: "\f197"; }

/* line 1151, ../../sass/vendors/fontawesome/_icons.scss */
.fa-speakap:before {
  content: "\f3f3"; }

/* line 1152, ../../sass/vendors/fontawesome/_icons.scss */
.fa-speaker-deck:before {
  content: "\f83c"; }

/* line 1153, ../../sass/vendors/fontawesome/_icons.scss */
.fa-spell-check:before {
  content: "\f891"; }

/* line 1154, ../../sass/vendors/fontawesome/_icons.scss */
.fa-spider:before {
  content: "\f717"; }

/* line 1155, ../../sass/vendors/fontawesome/_icons.scss */
.fa-spinner:before {
  content: "\f110"; }

/* line 1156, ../../sass/vendors/fontawesome/_icons.scss */
.fa-splotch:before {
  content: "\f5bc"; }

/* line 1157, ../../sass/vendors/fontawesome/_icons.scss */
.fa-spotify:before {
  content: "\f1bc"; }

/* line 1158, ../../sass/vendors/fontawesome/_icons.scss */
.fa-spray-can:before {
  content: "\f5bd"; }

/* line 1159, ../../sass/vendors/fontawesome/_icons.scss */
.fa-square:before {
  content: "\f0c8"; }

/* line 1160, ../../sass/vendors/fontawesome/_icons.scss */
.fa-square-full:before {
  content: "\f45c"; }

/* line 1161, ../../sass/vendors/fontawesome/_icons.scss */
.fa-square-root-alt:before {
  content: "\f698"; }

/* line 1162, ../../sass/vendors/fontawesome/_icons.scss */
.fa-squarespace:before {
  content: "\f5be"; }

/* line 1163, ../../sass/vendors/fontawesome/_icons.scss */
.fa-stack-exchange:before {
  content: "\f18d"; }

/* line 1164, ../../sass/vendors/fontawesome/_icons.scss */
.fa-stack-overflow:before {
  content: "\f16c"; }

/* line 1165, ../../sass/vendors/fontawesome/_icons.scss */
.fa-stackpath:before {
  content: "\f842"; }

/* line 1166, ../../sass/vendors/fontawesome/_icons.scss */
.fa-stamp:before {
  content: "\f5bf"; }

/* line 1167, ../../sass/vendors/fontawesome/_icons.scss */
.fa-star:before {
  content: "\f005"; }

/* line 1168, ../../sass/vendors/fontawesome/_icons.scss */
.fa-star-and-crescent:before {
  content: "\f699"; }

/* line 1169, ../../sass/vendors/fontawesome/_icons.scss */
.fa-star-half:before {
  content: "\f089"; }

/* line 1170, ../../sass/vendors/fontawesome/_icons.scss */
.fa-star-half-alt:before {
  content: "\f5c0"; }

/* line 1171, ../../sass/vendors/fontawesome/_icons.scss */
.fa-star-of-david:before {
  content: "\f69a"; }

/* line 1172, ../../sass/vendors/fontawesome/_icons.scss */
.fa-star-of-life:before {
  content: "\f621"; }

/* line 1173, ../../sass/vendors/fontawesome/_icons.scss */
.fa-staylinked:before {
  content: "\f3f5"; }

/* line 1174, ../../sass/vendors/fontawesome/_icons.scss */
.fa-steam:before {
  content: "\f1b6"; }

/* line 1175, ../../sass/vendors/fontawesome/_icons.scss */
.fa-steam-square:before {
  content: "\f1b7"; }

/* line 1176, ../../sass/vendors/fontawesome/_icons.scss */
.fa-steam-symbol:before {
  content: "\f3f6"; }

/* line 1177, ../../sass/vendors/fontawesome/_icons.scss */
.fa-step-backward:before {
  content: "\f048"; }

/* line 1178, ../../sass/vendors/fontawesome/_icons.scss */
.fa-step-forward:before {
  content: "\f051"; }

/* line 1179, ../../sass/vendors/fontawesome/_icons.scss */
.fa-stethoscope:before {
  content: "\f0f1"; }

/* line 1180, ../../sass/vendors/fontawesome/_icons.scss */
.fa-sticker-mule:before {
  content: "\f3f7"; }

/* line 1181, ../../sass/vendors/fontawesome/_icons.scss */
.fa-sticky-note:before {
  content: "\f249"; }

/* line 1182, ../../sass/vendors/fontawesome/_icons.scss */
.fa-stop:before {
  content: "\f04d"; }

/* line 1183, ../../sass/vendors/fontawesome/_icons.scss */
.fa-stop-circle:before {
  content: "\f28d"; }

/* line 1184, ../../sass/vendors/fontawesome/_icons.scss */
.fa-stopwatch:before {
  content: "\f2f2"; }

/* line 1185, ../../sass/vendors/fontawesome/_icons.scss */
.fa-stopwatch-20:before {
  content: "\f96f"; }

/* line 1186, ../../sass/vendors/fontawesome/_icons.scss */
.fa-store:before {
  content: "\f54e"; }

/* line 1187, ../../sass/vendors/fontawesome/_icons.scss */
.fa-store-alt:before {
  content: "\f54f"; }

/* line 1188, ../../sass/vendors/fontawesome/_icons.scss */
.fa-store-alt-slash:before {
  content: "\f970"; }

/* line 1189, ../../sass/vendors/fontawesome/_icons.scss */
.fa-store-slash:before {
  content: "\f971"; }

/* line 1190, ../../sass/vendors/fontawesome/_icons.scss */
.fa-strava:before {
  content: "\f428"; }

/* line 1191, ../../sass/vendors/fontawesome/_icons.scss */
.fa-stream:before {
  content: "\f550"; }

/* line 1192, ../../sass/vendors/fontawesome/_icons.scss */
.fa-street-view:before {
  content: "\f21d"; }

/* line 1193, ../../sass/vendors/fontawesome/_icons.scss */
.fa-strikethrough:before {
  content: "\f0cc"; }

/* line 1194, ../../sass/vendors/fontawesome/_icons.scss */
.fa-stripe:before {
  content: "\f429"; }

/* line 1195, ../../sass/vendors/fontawesome/_icons.scss */
.fa-stripe-s:before {
  content: "\f42a"; }

/* line 1196, ../../sass/vendors/fontawesome/_icons.scss */
.fa-stroopwafel:before {
  content: "\f551"; }

/* line 1197, ../../sass/vendors/fontawesome/_icons.scss */
.fa-studiovinari:before {
  content: "\f3f8"; }

/* line 1198, ../../sass/vendors/fontawesome/_icons.scss */
.fa-stumbleupon:before {
  content: "\f1a4"; }

/* line 1199, ../../sass/vendors/fontawesome/_icons.scss */
.fa-stumbleupon-circle:before {
  content: "\f1a3"; }

/* line 1200, ../../sass/vendors/fontawesome/_icons.scss */
.fa-subscript:before {
  content: "\f12c"; }

/* line 1201, ../../sass/vendors/fontawesome/_icons.scss */
.fa-subway:before {
  content: "\f239"; }

/* line 1202, ../../sass/vendors/fontawesome/_icons.scss */
.fa-suitcase:before {
  content: "\f0f2"; }

/* line 1203, ../../sass/vendors/fontawesome/_icons.scss */
.fa-suitcase-rolling:before {
  content: "\f5c1"; }

/* line 1204, ../../sass/vendors/fontawesome/_icons.scss */
.fa-sun:before {
  content: "\f185"; }

/* line 1205, ../../sass/vendors/fontawesome/_icons.scss */
.fa-superpowers:before {
  content: "\f2dd"; }

/* line 1206, ../../sass/vendors/fontawesome/_icons.scss */
.fa-superscript:before {
  content: "\f12b"; }

/* line 1207, ../../sass/vendors/fontawesome/_icons.scss */
.fa-supple:before {
  content: "\f3f9"; }

/* line 1208, ../../sass/vendors/fontawesome/_icons.scss */
.fa-surprise:before {
  content: "\f5c2"; }

/* line 1209, ../../sass/vendors/fontawesome/_icons.scss */
.fa-suse:before {
  content: "\f7d6"; }

/* line 1210, ../../sass/vendors/fontawesome/_icons.scss */
.fa-swatchbook:before {
  content: "\f5c3"; }

/* line 1211, ../../sass/vendors/fontawesome/_icons.scss */
.fa-swift:before {
  content: "\f8e1"; }

/* line 1212, ../../sass/vendors/fontawesome/_icons.scss */
.fa-swimmer:before {
  content: "\f5c4"; }

/* line 1213, ../../sass/vendors/fontawesome/_icons.scss */
.fa-swimming-pool:before {
  content: "\f5c5"; }

/* line 1214, ../../sass/vendors/fontawesome/_icons.scss */
.fa-symfony:before {
  content: "\f83d"; }

/* line 1215, ../../sass/vendors/fontawesome/_icons.scss */
.fa-synagogue:before {
  content: "\f69b"; }

/* line 1216, ../../sass/vendors/fontawesome/_icons.scss */
.fa-sync:before {
  content: "\f021"; }

/* line 1217, ../../sass/vendors/fontawesome/_icons.scss */
.fa-sync-alt:before {
  content: "\f2f1"; }

/* line 1218, ../../sass/vendors/fontawesome/_icons.scss */
.fa-syringe:before {
  content: "\f48e"; }

/* line 1219, ../../sass/vendors/fontawesome/_icons.scss */
.fa-table:before {
  content: "\f0ce"; }

/* line 1220, ../../sass/vendors/fontawesome/_icons.scss */
.fa-table-tennis:before {
  content: "\f45d"; }

/* line 1221, ../../sass/vendors/fontawesome/_icons.scss */
.fa-tablet:before {
  content: "\f10a"; }

/* line 1222, ../../sass/vendors/fontawesome/_icons.scss */
.fa-tablet-alt:before {
  content: "\f3fa"; }

/* line 1223, ../../sass/vendors/fontawesome/_icons.scss */
.fa-tablets:before {
  content: "\f490"; }

/* line 1224, ../../sass/vendors/fontawesome/_icons.scss */
.fa-tachometer-alt:before {
  content: "\f3fd"; }

/* line 1225, ../../sass/vendors/fontawesome/_icons.scss */
.fa-tag:before {
  content: "\f02b"; }

/* line 1226, ../../sass/vendors/fontawesome/_icons.scss */
.fa-tags:before {
  content: "\f02c"; }

/* line 1227, ../../sass/vendors/fontawesome/_icons.scss */
.fa-tape:before {
  content: "\f4db"; }

/* line 1228, ../../sass/vendors/fontawesome/_icons.scss */
.fa-tasks:before {
  content: "\f0ae"; }

/* line 1229, ../../sass/vendors/fontawesome/_icons.scss */
.fa-taxi:before {
  content: "\f1ba"; }

/* line 1230, ../../sass/vendors/fontawesome/_icons.scss */
.fa-teamspeak:before {
  content: "\f4f9"; }

/* line 1231, ../../sass/vendors/fontawesome/_icons.scss */
.fa-teeth:before {
  content: "\f62e"; }

/* line 1232, ../../sass/vendors/fontawesome/_icons.scss */
.fa-teeth-open:before {
  content: "\f62f"; }

/* line 1233, ../../sass/vendors/fontawesome/_icons.scss */
.fa-telegram:before {
  content: "\f2c6"; }

/* line 1234, ../../sass/vendors/fontawesome/_icons.scss */
.fa-telegram-plane:before {
  content: "\f3fe"; }

/* line 1235, ../../sass/vendors/fontawesome/_icons.scss */
.fa-temperature-high:before {
  content: "\f769"; }

/* line 1236, ../../sass/vendors/fontawesome/_icons.scss */
.fa-temperature-low:before {
  content: "\f76b"; }

/* line 1237, ../../sass/vendors/fontawesome/_icons.scss */
.fa-tencent-weibo:before {
  content: "\f1d5"; }

/* line 1238, ../../sass/vendors/fontawesome/_icons.scss */
.fa-tenge:before {
  content: "\f7d7"; }

/* line 1239, ../../sass/vendors/fontawesome/_icons.scss */
.fa-terminal:before {
  content: "\f120"; }

/* line 1240, ../../sass/vendors/fontawesome/_icons.scss */
.fa-text-height:before {
  content: "\f034"; }

/* line 1241, ../../sass/vendors/fontawesome/_icons.scss */
.fa-text-width:before {
  content: "\f035"; }

/* line 1242, ../../sass/vendors/fontawesome/_icons.scss */
.fa-th:before {
  content: "\f00a"; }

/* line 1243, ../../sass/vendors/fontawesome/_icons.scss */
.fa-th-large:before {
  content: "\f009"; }

/* line 1244, ../../sass/vendors/fontawesome/_icons.scss */
.fa-th-list:before {
  content: "\f00b"; }

/* line 1245, ../../sass/vendors/fontawesome/_icons.scss */
.fa-the-red-yeti:before {
  content: "\f69d"; }

/* line 1246, ../../sass/vendors/fontawesome/_icons.scss */
.fa-theater-masks:before {
  content: "\f630"; }

/* line 1247, ../../sass/vendors/fontawesome/_icons.scss */
.fa-themeco:before {
  content: "\f5c6"; }

/* line 1248, ../../sass/vendors/fontawesome/_icons.scss */
.fa-themeisle:before {
  content: "\f2b2"; }

/* line 1249, ../../sass/vendors/fontawesome/_icons.scss */
.fa-thermometer:before {
  content: "\f491"; }

/* line 1250, ../../sass/vendors/fontawesome/_icons.scss */
.fa-thermometer-empty:before {
  content: "\f2cb"; }

/* line 1251, ../../sass/vendors/fontawesome/_icons.scss */
.fa-thermometer-full:before {
  content: "\f2c7"; }

/* line 1252, ../../sass/vendors/fontawesome/_icons.scss */
.fa-thermometer-half:before {
  content: "\f2c9"; }

/* line 1253, ../../sass/vendors/fontawesome/_icons.scss */
.fa-thermometer-quarter:before {
  content: "\f2ca"; }

/* line 1254, ../../sass/vendors/fontawesome/_icons.scss */
.fa-thermometer-three-quarters:before {
  content: "\f2c8"; }

/* line 1255, ../../sass/vendors/fontawesome/_icons.scss */
.fa-think-peaks:before {
  content: "\f731"; }

/* line 1256, ../../sass/vendors/fontawesome/_icons.scss */
.fa-thumbs-down:before {
  content: "\f165"; }

/* line 1257, ../../sass/vendors/fontawesome/_icons.scss */
.fa-thumbs-up:before {
  content: "\f164"; }

/* line 1258, ../../sass/vendors/fontawesome/_icons.scss */
.fa-thumbtack:before {
  content: "\f08d"; }

/* line 1259, ../../sass/vendors/fontawesome/_icons.scss */
.fa-ticket-alt:before {
  content: "\f3ff"; }

/* line 1260, ../../sass/vendors/fontawesome/_icons.scss */
.fa-times:before {
  content: "\f00d"; }

/* line 1261, ../../sass/vendors/fontawesome/_icons.scss */
.fa-times-circle:before {
  content: "\f057"; }

/* line 1262, ../../sass/vendors/fontawesome/_icons.scss */
.fa-tint:before {
  content: "\f043"; }

/* line 1263, ../../sass/vendors/fontawesome/_icons.scss */
.fa-tint-slash:before {
  content: "\f5c7"; }

/* line 1264, ../../sass/vendors/fontawesome/_icons.scss */
.fa-tired:before {
  content: "\f5c8"; }

/* line 1265, ../../sass/vendors/fontawesome/_icons.scss */
.fa-toggle-off:before {
  content: "\f204"; }

/* line 1266, ../../sass/vendors/fontawesome/_icons.scss */
.fa-toggle-on:before {
  content: "\f205"; }

/* line 1267, ../../sass/vendors/fontawesome/_icons.scss */
.fa-toilet:before {
  content: "\f7d8"; }

/* line 1268, ../../sass/vendors/fontawesome/_icons.scss */
.fa-toilet-paper:before {
  content: "\f71e"; }

/* line 1269, ../../sass/vendors/fontawesome/_icons.scss */
.fa-toilet-paper-slash:before {
  content: "\f972"; }

/* line 1270, ../../sass/vendors/fontawesome/_icons.scss */
.fa-toolbox:before {
  content: "\f552"; }

/* line 1271, ../../sass/vendors/fontawesome/_icons.scss */
.fa-tools:before {
  content: "\f7d9"; }

/* line 1272, ../../sass/vendors/fontawesome/_icons.scss */
.fa-tooth:before {
  content: "\f5c9"; }

/* line 1273, ../../sass/vendors/fontawesome/_icons.scss */
.fa-torah:before {
  content: "\f6a0"; }

/* line 1274, ../../sass/vendors/fontawesome/_icons.scss */
.fa-torii-gate:before {
  content: "\f6a1"; }

/* line 1275, ../../sass/vendors/fontawesome/_icons.scss */
.fa-tractor:before {
  content: "\f722"; }

/* line 1276, ../../sass/vendors/fontawesome/_icons.scss */
.fa-trade-federation:before {
  content: "\f513"; }

/* line 1277, ../../sass/vendors/fontawesome/_icons.scss */
.fa-trademark:before {
  content: "\f25c"; }

/* line 1278, ../../sass/vendors/fontawesome/_icons.scss */
.fa-traffic-light:before {
  content: "\f637"; }

/* line 1279, ../../sass/vendors/fontawesome/_icons.scss */
.fa-trailer:before {
  content: "\f941"; }

/* line 1280, ../../sass/vendors/fontawesome/_icons.scss */
.fa-train:before {
  content: "\f238"; }

/* line 1281, ../../sass/vendors/fontawesome/_icons.scss */
.fa-tram:before {
  content: "\f7da"; }

/* line 1282, ../../sass/vendors/fontawesome/_icons.scss */
.fa-transgender:before {
  content: "\f224"; }

/* line 1283, ../../sass/vendors/fontawesome/_icons.scss */
.fa-transgender-alt:before {
  content: "\f225"; }

/* line 1284, ../../sass/vendors/fontawesome/_icons.scss */
.fa-trash:before {
  content: "\f1f8"; }

/* line 1285, ../../sass/vendors/fontawesome/_icons.scss */
.fa-trash-alt:before {
  content: "\f2ed"; }

/* line 1286, ../../sass/vendors/fontawesome/_icons.scss */
.fa-trash-restore:before {
  content: "\f829"; }

/* line 1287, ../../sass/vendors/fontawesome/_icons.scss */
.fa-trash-restore-alt:before {
  content: "\f82a"; }

/* line 1288, ../../sass/vendors/fontawesome/_icons.scss */
.fa-tree:before {
  content: "\f1bb"; }

/* line 1289, ../../sass/vendors/fontawesome/_icons.scss */
.fa-trello:before {
  content: "\f181"; }

/* line 1290, ../../sass/vendors/fontawesome/_icons.scss */
.fa-tripadvisor:before {
  content: "\f262"; }

/* line 1291, ../../sass/vendors/fontawesome/_icons.scss */
.fa-trophy:before {
  content: "\f091"; }

/* line 1292, ../../sass/vendors/fontawesome/_icons.scss */
.fa-truck:before {
  content: "\f0d1"; }

/* line 1293, ../../sass/vendors/fontawesome/_icons.scss */
.fa-truck-loading:before {
  content: "\f4de"; }

/* line 1294, ../../sass/vendors/fontawesome/_icons.scss */
.fa-truck-monster:before {
  content: "\f63b"; }

/* line 1295, ../../sass/vendors/fontawesome/_icons.scss */
.fa-truck-moving:before {
  content: "\f4df"; }

/* line 1296, ../../sass/vendors/fontawesome/_icons.scss */
.fa-truck-pickup:before {
  content: "\f63c"; }

/* line 1297, ../../sass/vendors/fontawesome/_icons.scss */
.fa-tshirt:before {
  content: "\f553"; }

/* line 1298, ../../sass/vendors/fontawesome/_icons.scss */
.fa-tty:before {
  content: "\f1e4"; }

/* line 1299, ../../sass/vendors/fontawesome/_icons.scss */
.fa-tumblr:before {
  content: "\f173"; }

/* line 1300, ../../sass/vendors/fontawesome/_icons.scss */
.fa-tumblr-square:before {
  content: "\f174"; }

/* line 1301, ../../sass/vendors/fontawesome/_icons.scss */
.fa-tv:before {
  content: "\f26c"; }

/* line 1302, ../../sass/vendors/fontawesome/_icons.scss */
.fa-twitch:before {
  content: "\f1e8"; }

/* line 1303, ../../sass/vendors/fontawesome/_icons.scss */
.fa-twitter:before {
  content: "\f099"; }

/* line 1304, ../../sass/vendors/fontawesome/_icons.scss */
.fa-twitter-square:before {
  content: "\f081"; }

/* line 1305, ../../sass/vendors/fontawesome/_icons.scss */
.fa-typo3:before {
  content: "\f42b"; }

/* line 1306, ../../sass/vendors/fontawesome/_icons.scss */
.fa-uber:before {
  content: "\f402"; }

/* line 1307, ../../sass/vendors/fontawesome/_icons.scss */
.fa-ubuntu:before {
  content: "\f7df"; }

/* line 1308, ../../sass/vendors/fontawesome/_icons.scss */
.fa-uikit:before {
  content: "\f403"; }

/* line 1309, ../../sass/vendors/fontawesome/_icons.scss */
.fa-umbraco:before {
  content: "\f8e8"; }

/* line 1310, ../../sass/vendors/fontawesome/_icons.scss */
.fa-umbrella:before {
  content: "\f0e9"; }

/* line 1311, ../../sass/vendors/fontawesome/_icons.scss */
.fa-umbrella-beach:before {
  content: "\f5ca"; }

/* line 1312, ../../sass/vendors/fontawesome/_icons.scss */
.fa-underline:before {
  content: "\f0cd"; }

/* line 1313, ../../sass/vendors/fontawesome/_icons.scss */
.fa-undo:before {
  content: "\f0e2"; }

/* line 1314, ../../sass/vendors/fontawesome/_icons.scss */
.fa-undo-alt:before {
  content: "\f2ea"; }

/* line 1315, ../../sass/vendors/fontawesome/_icons.scss */
.fa-uniregistry:before {
  content: "\f404"; }

/* line 1316, ../../sass/vendors/fontawesome/_icons.scss */
.fa-unity:before {
  content: "\f949"; }

/* line 1317, ../../sass/vendors/fontawesome/_icons.scss */
.fa-universal-access:before {
  content: "\f29a"; }

/* line 1318, ../../sass/vendors/fontawesome/_icons.scss */
.fa-university:before {
  content: "\f19c"; }

/* line 1319, ../../sass/vendors/fontawesome/_icons.scss */
.fa-unlink:before {
  content: "\f127"; }

/* line 1320, ../../sass/vendors/fontawesome/_icons.scss */
.fa-unlock:before {
  content: "\f09c"; }

/* line 1321, ../../sass/vendors/fontawesome/_icons.scss */
.fa-unlock-alt:before {
  content: "\f13e"; }

/* line 1322, ../../sass/vendors/fontawesome/_icons.scss */
.fa-untappd:before {
  content: "\f405"; }

/* line 1323, ../../sass/vendors/fontawesome/_icons.scss */
.fa-upload:before {
  content: "\f093"; }

/* line 1324, ../../sass/vendors/fontawesome/_icons.scss */
.fa-ups:before {
  content: "\f7e0"; }

/* line 1325, ../../sass/vendors/fontawesome/_icons.scss */
.fa-usb:before {
  content: "\f287"; }

/* line 1326, ../../sass/vendors/fontawesome/_icons.scss */
.fa-user:before {
  content: "\f007"; }

/* line 1327, ../../sass/vendors/fontawesome/_icons.scss */
.fa-user-alt:before {
  content: "\f406"; }

/* line 1328, ../../sass/vendors/fontawesome/_icons.scss */
.fa-user-alt-slash:before {
  content: "\f4fa"; }

/* line 1329, ../../sass/vendors/fontawesome/_icons.scss */
.fa-user-astronaut:before {
  content: "\f4fb"; }

/* line 1330, ../../sass/vendors/fontawesome/_icons.scss */
.fa-user-check:before {
  content: "\f4fc"; }

/* line 1331, ../../sass/vendors/fontawesome/_icons.scss */
.fa-user-circle:before {
  content: "\f2bd"; }

/* line 1332, ../../sass/vendors/fontawesome/_icons.scss */
.fa-user-clock:before {
  content: "\f4fd"; }

/* line 1333, ../../sass/vendors/fontawesome/_icons.scss */
.fa-user-cog:before {
  content: "\f4fe"; }

/* line 1334, ../../sass/vendors/fontawesome/_icons.scss */
.fa-user-edit:before {
  content: "\f4ff"; }

/* line 1335, ../../sass/vendors/fontawesome/_icons.scss */
.fa-user-friends:before {
  content: "\f500"; }

/* line 1336, ../../sass/vendors/fontawesome/_icons.scss */
.fa-user-graduate:before {
  content: "\f501"; }

/* line 1337, ../../sass/vendors/fontawesome/_icons.scss */
.fa-user-injured:before {
  content: "\f728"; }

/* line 1338, ../../sass/vendors/fontawesome/_icons.scss */
.fa-user-lock:before {
  content: "\f502"; }

/* line 1339, ../../sass/vendors/fontawesome/_icons.scss */
.fa-user-md:before {
  content: "\f0f0"; }

/* line 1340, ../../sass/vendors/fontawesome/_icons.scss */
.fa-user-minus:before {
  content: "\f503"; }

/* line 1341, ../../sass/vendors/fontawesome/_icons.scss */
.fa-user-ninja:before {
  content: "\f504"; }

/* line 1342, ../../sass/vendors/fontawesome/_icons.scss */
.fa-user-nurse:before {
  content: "\f82f"; }

/* line 1343, ../../sass/vendors/fontawesome/_icons.scss */
.fa-user-plus:before {
  content: "\f234"; }

/* line 1344, ../../sass/vendors/fontawesome/_icons.scss */
.fa-user-secret:before {
  content: "\f21b"; }

/* line 1345, ../../sass/vendors/fontawesome/_icons.scss */
.fa-user-shield:before {
  content: "\f505"; }

/* line 1346, ../../sass/vendors/fontawesome/_icons.scss */
.fa-user-slash:before {
  content: "\f506"; }

/* line 1347, ../../sass/vendors/fontawesome/_icons.scss */
.fa-user-tag:before {
  content: "\f507"; }

/* line 1348, ../../sass/vendors/fontawesome/_icons.scss */
.fa-user-tie:before {
  content: "\f508"; }

/* line 1349, ../../sass/vendors/fontawesome/_icons.scss */
.fa-user-times:before {
  content: "\f235"; }

/* line 1350, ../../sass/vendors/fontawesome/_icons.scss */
.fa-users:before {
  content: "\f0c0"; }

/* line 1351, ../../sass/vendors/fontawesome/_icons.scss */
.fa-users-cog:before {
  content: "\f509"; }

/* line 1352, ../../sass/vendors/fontawesome/_icons.scss */
.fa-usps:before {
  content: "\f7e1"; }

/* line 1353, ../../sass/vendors/fontawesome/_icons.scss */
.fa-ussunnah:before {
  content: "\f407"; }

/* line 1354, ../../sass/vendors/fontawesome/_icons.scss */
.fa-utensil-spoon:before {
  content: "\f2e5"; }

/* line 1355, ../../sass/vendors/fontawesome/_icons.scss */
.fa-utensils:before {
  content: "\f2e7"; }

/* line 1356, ../../sass/vendors/fontawesome/_icons.scss */
.fa-vaadin:before {
  content: "\f408"; }

/* line 1357, ../../sass/vendors/fontawesome/_icons.scss */
.fa-vector-square:before {
  content: "\f5cb"; }

/* line 1358, ../../sass/vendors/fontawesome/_icons.scss */
.fa-venus:before {
  content: "\f221"; }

/* line 1359, ../../sass/vendors/fontawesome/_icons.scss */
.fa-venus-double:before {
  content: "\f226"; }

/* line 1360, ../../sass/vendors/fontawesome/_icons.scss */
.fa-venus-mars:before {
  content: "\f228"; }

/* line 1361, ../../sass/vendors/fontawesome/_icons.scss */
.fa-viacoin:before {
  content: "\f237"; }

/* line 1362, ../../sass/vendors/fontawesome/_icons.scss */
.fa-viadeo:before {
  content: "\f2a9"; }

/* line 1363, ../../sass/vendors/fontawesome/_icons.scss */
.fa-viadeo-square:before {
  content: "\f2aa"; }

/* line 1364, ../../sass/vendors/fontawesome/_icons.scss */
.fa-vial:before {
  content: "\f492"; }

/* line 1365, ../../sass/vendors/fontawesome/_icons.scss */
.fa-vials:before {
  content: "\f493"; }

/* line 1366, ../../sass/vendors/fontawesome/_icons.scss */
.fa-viber:before {
  content: "\f409"; }

/* line 1367, ../../sass/vendors/fontawesome/_icons.scss */
.fa-video:before {
  content: "\f03d"; }

/* line 1368, ../../sass/vendors/fontawesome/_icons.scss */
.fa-video-slash:before {
  content: "\f4e2"; }

/* line 1369, ../../sass/vendors/fontawesome/_icons.scss */
.fa-vihara:before {
  content: "\f6a7"; }

/* line 1370, ../../sass/vendors/fontawesome/_icons.scss */
.fa-vimeo:before {
  content: "\f40a"; }

/* line 1371, ../../sass/vendors/fontawesome/_icons.scss */
.fa-vimeo-square:before {
  content: "\f194"; }

/* line 1372, ../../sass/vendors/fontawesome/_icons.scss */
.fa-vimeo-v:before {
  content: "\f27d"; }

/* line 1373, ../../sass/vendors/fontawesome/_icons.scss */
.fa-vine:before {
  content: "\f1ca"; }

/* line 1374, ../../sass/vendors/fontawesome/_icons.scss */
.fa-virus:before {
  content: "\f974"; }

/* line 1375, ../../sass/vendors/fontawesome/_icons.scss */
.fa-virus-slash:before {
  content: "\f975"; }

/* line 1376, ../../sass/vendors/fontawesome/_icons.scss */
.fa-viruses:before {
  content: "\f976"; }

/* line 1377, ../../sass/vendors/fontawesome/_icons.scss */
.fa-vk:before {
  content: "\f189"; }

/* line 1378, ../../sass/vendors/fontawesome/_icons.scss */
.fa-vnv:before {
  content: "\f40b"; }

/* line 1379, ../../sass/vendors/fontawesome/_icons.scss */
.fa-voicemail:before {
  content: "\f897"; }

/* line 1380, ../../sass/vendors/fontawesome/_icons.scss */
.fa-volleyball-ball:before {
  content: "\f45f"; }

/* line 1381, ../../sass/vendors/fontawesome/_icons.scss */
.fa-volume-down:before {
  content: "\f027"; }

/* line 1382, ../../sass/vendors/fontawesome/_icons.scss */
.fa-volume-mute:before {
  content: "\f6a9"; }

/* line 1383, ../../sass/vendors/fontawesome/_icons.scss */
.fa-volume-off:before {
  content: "\f026"; }

/* line 1384, ../../sass/vendors/fontawesome/_icons.scss */
.fa-volume-up:before {
  content: "\f028"; }

/* line 1385, ../../sass/vendors/fontawesome/_icons.scss */
.fa-vote-yea:before {
  content: "\f772"; }

/* line 1386, ../../sass/vendors/fontawesome/_icons.scss */
.fa-vr-cardboard:before {
  content: "\f729"; }

/* line 1387, ../../sass/vendors/fontawesome/_icons.scss */
.fa-vuejs:before {
  content: "\f41f"; }

/* line 1388, ../../sass/vendors/fontawesome/_icons.scss */
.fa-walking:before {
  content: "\f554"; }

/* line 1389, ../../sass/vendors/fontawesome/_icons.scss */
.fa-wallet:before {
  content: "\f555"; }

/* line 1390, ../../sass/vendors/fontawesome/_icons.scss */
.fa-warehouse:before {
  content: "\f494"; }

/* line 1391, ../../sass/vendors/fontawesome/_icons.scss */
.fa-water:before {
  content: "\f773"; }

/* line 1392, ../../sass/vendors/fontawesome/_icons.scss */
.fa-wave-square:before {
  content: "\f83e"; }

/* line 1393, ../../sass/vendors/fontawesome/_icons.scss */
.fa-waze:before {
  content: "\f83f"; }

/* line 1394, ../../sass/vendors/fontawesome/_icons.scss */
.fa-weebly:before {
  content: "\f5cc"; }

/* line 1395, ../../sass/vendors/fontawesome/_icons.scss */
.fa-weibo:before {
  content: "\f18a"; }

/* line 1396, ../../sass/vendors/fontawesome/_icons.scss */
.fa-weight:before {
  content: "\f496"; }

/* line 1397, ../../sass/vendors/fontawesome/_icons.scss */
.fa-weight-hanging:before {
  content: "\f5cd"; }

/* line 1398, ../../sass/vendors/fontawesome/_icons.scss */
.fa-weixin:before {
  content: "\f1d7"; }

/* line 1399, ../../sass/vendors/fontawesome/_icons.scss */
.fa-whatsapp:before {
  content: "\f232"; }

/* line 1400, ../../sass/vendors/fontawesome/_icons.scss */
.fa-whatsapp-square:before {
  content: "\f40c"; }

/* line 1401, ../../sass/vendors/fontawesome/_icons.scss */
.fa-wheelchair:before {
  content: "\f193"; }

/* line 1402, ../../sass/vendors/fontawesome/_icons.scss */
.fa-whmcs:before {
  content: "\f40d"; }

/* line 1403, ../../sass/vendors/fontawesome/_icons.scss */
.fa-wifi:before {
  content: "\f1eb"; }

/* line 1404, ../../sass/vendors/fontawesome/_icons.scss */
.fa-wikipedia-w:before {
  content: "\f266"; }

/* line 1405, ../../sass/vendors/fontawesome/_icons.scss */
.fa-wind:before {
  content: "\f72e"; }

/* line 1406, ../../sass/vendors/fontawesome/_icons.scss */
.fa-window-close:before {
  content: "\f410"; }

/* line 1407, ../../sass/vendors/fontawesome/_icons.scss */
.fa-window-maximize:before {
  content: "\f2d0"; }

/* line 1408, ../../sass/vendors/fontawesome/_icons.scss */
.fa-window-minimize:before {
  content: "\f2d1"; }

/* line 1409, ../../sass/vendors/fontawesome/_icons.scss */
.fa-window-restore:before {
  content: "\f2d2"; }

/* line 1410, ../../sass/vendors/fontawesome/_icons.scss */
.fa-windows:before {
  content: "\f17a"; }

/* line 1411, ../../sass/vendors/fontawesome/_icons.scss */
.fa-wine-bottle:before {
  content: "\f72f"; }

/* line 1412, ../../sass/vendors/fontawesome/_icons.scss */
.fa-wine-glass:before {
  content: "\f4e3"; }

/* line 1413, ../../sass/vendors/fontawesome/_icons.scss */
.fa-wine-glass-alt:before {
  content: "\f5ce"; }

/* line 1414, ../../sass/vendors/fontawesome/_icons.scss */
.fa-wix:before {
  content: "\f5cf"; }

/* line 1415, ../../sass/vendors/fontawesome/_icons.scss */
.fa-wizards-of-the-coast:before {
  content: "\f730"; }

/* line 1416, ../../sass/vendors/fontawesome/_icons.scss */
.fa-wolf-pack-battalion:before {
  content: "\f514"; }

/* line 1417, ../../sass/vendors/fontawesome/_icons.scss */
.fa-won-sign:before {
  content: "\f159"; }

/* line 1418, ../../sass/vendors/fontawesome/_icons.scss */
.fa-wordpress:before {
  content: "\f19a"; }

/* line 1419, ../../sass/vendors/fontawesome/_icons.scss */
.fa-wordpress-simple:before {
  content: "\f411"; }

/* line 1420, ../../sass/vendors/fontawesome/_icons.scss */
.fa-wpbeginner:before {
  content: "\f297"; }

/* line 1421, ../../sass/vendors/fontawesome/_icons.scss */
.fa-wpexplorer:before {
  content: "\f2de"; }

/* line 1422, ../../sass/vendors/fontawesome/_icons.scss */
.fa-wpforms:before {
  content: "\f298"; }

/* line 1423, ../../sass/vendors/fontawesome/_icons.scss */
.fa-wpressr:before {
  content: "\f3e4"; }

/* line 1424, ../../sass/vendors/fontawesome/_icons.scss */
.fa-wrench:before {
  content: "\f0ad"; }

/* line 1425, ../../sass/vendors/fontawesome/_icons.scss */
.fa-x-ray:before {
  content: "\f497"; }

/* line 1426, ../../sass/vendors/fontawesome/_icons.scss */
.fa-xbox:before {
  content: "\f412"; }

/* line 1427, ../../sass/vendors/fontawesome/_icons.scss */
.fa-xing:before {
  content: "\f168"; }

/* line 1428, ../../sass/vendors/fontawesome/_icons.scss */
.fa-xing-square:before {
  content: "\f169"; }

/* line 1429, ../../sass/vendors/fontawesome/_icons.scss */
.fa-y-combinator:before {
  content: "\f23b"; }

/* line 1430, ../../sass/vendors/fontawesome/_icons.scss */
.fa-yahoo:before {
  content: "\f19e"; }

/* line 1431, ../../sass/vendors/fontawesome/_icons.scss */
.fa-yammer:before {
  content: "\f840"; }

/* line 1432, ../../sass/vendors/fontawesome/_icons.scss */
.fa-yandex:before {
  content: "\f413"; }

/* line 1433, ../../sass/vendors/fontawesome/_icons.scss */
.fa-yandex-international:before {
  content: "\f414"; }

/* line 1434, ../../sass/vendors/fontawesome/_icons.scss */
.fa-yarn:before {
  content: "\f7e3"; }

/* line 1435, ../../sass/vendors/fontawesome/_icons.scss */
.fa-yelp:before {
  content: "\f1e9"; }

/* line 1436, ../../sass/vendors/fontawesome/_icons.scss */
.fa-yen-sign:before {
  content: "\f157"; }

/* line 1437, ../../sass/vendors/fontawesome/_icons.scss */
.fa-yin-yang:before {
  content: "\f6ad"; }

/* line 1438, ../../sass/vendors/fontawesome/_icons.scss */
.fa-yoast:before {
  content: "\f2b1"; }

/* line 1439, ../../sass/vendors/fontawesome/_icons.scss */
.fa-youtube:before {
  content: "\f167"; }

/* line 1440, ../../sass/vendors/fontawesome/_icons.scss */
.fa-youtube-square:before {
  content: "\f431"; }

/* line 1441, ../../sass/vendors/fontawesome/_icons.scss */
.fa-zhihu:before {
  content: "\f63f"; }

/* line 4, ../../sass/vendors/fontawesome/_screen-reader.scss */
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/* line 47, ../../sass/vendors/fontawesome/_mixins.scss */
.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

@font-face {
  font-family: 'Pe-icon-7-stroke';
  src: url("../fonts/Pe-icon-7-stroke.eot?-2irksn");
  src: url("../fonts/Pe-icon-7-stroke.eot?#iefix-2irksn") format("embedded-opentype"), url("../fonts/Pe-icon-7-stroke.woff?-2irksn") format("woff"), url("../fonts/Pe-icon-7-stroke.ttf?-2irksn") format("truetype"), url("../fonts/Pe-icon-7-stroke.svg?-2irksn#Pe-icon-7-stroke") format("svg");
  font-weight: normal;
  font-style: normal; }
/* line 12, ../../sass/vendors/_pe-icon-7-stroke.scss */
[class^="pe-7s-"], [class*=" pe-7s-"] {
  display: inline-block;
  font-family: 'Pe-icon-7-stroke';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* line 27, ../../sass/vendors/_pe-icon-7-stroke.scss */
.pe-7s-cloud-upload:before {
  content: "\e68a"; }

/* line 30, ../../sass/vendors/_pe-icon-7-stroke.scss */
.pe-7s-cash:before {
  content: "\e68c"; }

/* line 33, ../../sass/vendors/_pe-icon-7-stroke.scss */
.pe-7s-close:before {
  content: "\e680"; }

/* line 36, ../../sass/vendors/_pe-icon-7-stroke.scss */
.pe-7s-bluetooth:before {
  content: "\e68d"; }

/* line 39, ../../sass/vendors/_pe-icon-7-stroke.scss */
.pe-7s-cloud-download:before {
  content: "\e68b"; }

/* line 42, ../../sass/vendors/_pe-icon-7-stroke.scss */
.pe-7s-way:before {
  content: "\e68e"; }

/* line 45, ../../sass/vendors/_pe-icon-7-stroke.scss */
.pe-7s-close-circle:before {
  content: "\e681"; }

/* line 48, ../../sass/vendors/_pe-icon-7-stroke.scss */
.pe-7s-id:before {
  content: "\e68f"; }

/* line 51, ../../sass/vendors/_pe-icon-7-stroke.scss */
.pe-7s-angle-up:before {
  content: "\e682"; }

/* line 54, ../../sass/vendors/_pe-icon-7-stroke.scss */
.pe-7s-wristwatch:before {
  content: "\e690"; }

/* line 57, ../../sass/vendors/_pe-icon-7-stroke.scss */
.pe-7s-angle-up-circle:before {
  content: "\e683"; }

/* line 60, ../../sass/vendors/_pe-icon-7-stroke.scss */
.pe-7s-world:before {
  content: "\e691"; }

/* line 63, ../../sass/vendors/_pe-icon-7-stroke.scss */
.pe-7s-angle-right:before {
  content: "\e684"; }

/* line 66, ../../sass/vendors/_pe-icon-7-stroke.scss */
.pe-7s-volume:before {
  content: "\e692"; }

/* line 69, ../../sass/vendors/_pe-icon-7-stroke.scss */
.pe-7s-angle-right-circle:before {
  content: "\e685"; }

/* line 72, ../../sass/vendors/_pe-icon-7-stroke.scss */
.pe-7s-users:before {
  content: "\e693"; }

/* line 75, ../../sass/vendors/_pe-icon-7-stroke.scss */
.pe-7s-angle-left:before {
  content: "\e686"; }

/* line 78, ../../sass/vendors/_pe-icon-7-stroke.scss */
.pe-7s-user-female:before {
  content: "\e694"; }

/* line 81, ../../sass/vendors/_pe-icon-7-stroke.scss */
.pe-7s-angle-left-circle:before {
  content: "\e687"; }

/* line 84, ../../sass/vendors/_pe-icon-7-stroke.scss */
.pe-7s-up-arrow:before {
  content: "\e695"; }

/* line 87, ../../sass/vendors/_pe-icon-7-stroke.scss */
.pe-7s-angle-down:before {
  content: "\e688"; }

/* line 90, ../../sass/vendors/_pe-icon-7-stroke.scss */
.pe-7s-switch:before {
  content: "\e696"; }

/* line 93, ../../sass/vendors/_pe-icon-7-stroke.scss */
.pe-7s-angle-down-circle:before {
  content: "\e689"; }

/* line 96, ../../sass/vendors/_pe-icon-7-stroke.scss */
.pe-7s-scissors:before {
  content: "\e697"; }

/* line 99, ../../sass/vendors/_pe-icon-7-stroke.scss */
.pe-7s-wallet:before {
  content: "\e600"; }

/* line 102, ../../sass/vendors/_pe-icon-7-stroke.scss */
.pe-7s-safe:before {
  content: "\e698"; }

/* line 105, ../../sass/vendors/_pe-icon-7-stroke.scss */
.pe-7s-volume2:before {
  content: "\e601"; }

/* line 108, ../../sass/vendors/_pe-icon-7-stroke.scss */
.pe-7s-volume1:before {
  content: "\e602"; }

/* line 111, ../../sass/vendors/_pe-icon-7-stroke.scss */
.pe-7s-voicemail:before {
  content: "\e603"; }

/* line 114, ../../sass/vendors/_pe-icon-7-stroke.scss */
.pe-7s-video:before {
  content: "\e604"; }

/* line 117, ../../sass/vendors/_pe-icon-7-stroke.scss */
.pe-7s-user:before {
  content: "\e605"; }

/* line 120, ../../sass/vendors/_pe-icon-7-stroke.scss */
.pe-7s-upload:before {
  content: "\e606"; }

/* line 123, ../../sass/vendors/_pe-icon-7-stroke.scss */
.pe-7s-unlock:before {
  content: "\e607"; }

/* line 126, ../../sass/vendors/_pe-icon-7-stroke.scss */
.pe-7s-umbrella:before {
  content: "\e608"; }

/* line 129, ../../sass/vendors/_pe-icon-7-stroke.scss */
.pe-7s-trash:before {
  content: "\e609"; }

/* line 132, ../../sass/vendors/_pe-icon-7-stroke.scss */
.pe-7s-tools:before {
  content: "\e60a"; }

/* line 135, ../../sass/vendors/_pe-icon-7-stroke.scss */
.pe-7s-timer:before {
  content: "\e60b"; }

/* line 138, ../../sass/vendors/_pe-icon-7-stroke.scss */
.pe-7s-ticket:before {
  content: "\e60c"; }

/* line 141, ../../sass/vendors/_pe-icon-7-stroke.scss */
.pe-7s-target:before {
  content: "\e60d"; }

/* line 144, ../../sass/vendors/_pe-icon-7-stroke.scss */
.pe-7s-sun:before {
  content: "\e60e"; }

/* line 147, ../../sass/vendors/_pe-icon-7-stroke.scss */
.pe-7s-study:before {
  content: "\e60f"; }

/* line 150, ../../sass/vendors/_pe-icon-7-stroke.scss */
.pe-7s-stopwatch:before {
  content: "\e610"; }

/* line 153, ../../sass/vendors/_pe-icon-7-stroke.scss */
.pe-7s-star:before {
  content: "\e611"; }

/* line 156, ../../sass/vendors/_pe-icon-7-stroke.scss */
.pe-7s-speaker:before {
  content: "\e612"; }

/* line 159, ../../sass/vendors/_pe-icon-7-stroke.scss */
.pe-7s-signal:before {
  content: "\e613"; }

/* line 162, ../../sass/vendors/_pe-icon-7-stroke.scss */
.pe-7s-shuffle:before {
  content: "\e614"; }

/* line 165, ../../sass/vendors/_pe-icon-7-stroke.scss */
.pe-7s-shopbag:before {
  content: "\e615"; }

/* line 168, ../../sass/vendors/_pe-icon-7-stroke.scss */
.pe-7s-share:before {
  content: "\e616"; }

/* line 171, ../../sass/vendors/_pe-icon-7-stroke.scss */
.pe-7s-server:before {
  content: "\e617"; }

/* line 174, ../../sass/vendors/_pe-icon-7-stroke.scss */
.pe-7s-search:before {
  content: "\e618"; }

/* line 177, ../../sass/vendors/_pe-icon-7-stroke.scss */
.pe-7s-film:before {
  content: "\e6a5"; }

/* line 180, ../../sass/vendors/_pe-icon-7-stroke.scss */
.pe-7s-science:before {
  content: "\e619"; }

/* line 183, ../../sass/vendors/_pe-icon-7-stroke.scss */
.pe-7s-disk:before {
  content: "\e6a6"; }

/* line 186, ../../sass/vendors/_pe-icon-7-stroke.scss */
.pe-7s-ribbon:before {
  content: "\e61a"; }

/* line 189, ../../sass/vendors/_pe-icon-7-stroke.scss */
.pe-7s-repeat:before {
  content: "\e61b"; }

/* line 192, ../../sass/vendors/_pe-icon-7-stroke.scss */
.pe-7s-refresh:before {
  content: "\e61c"; }

/* line 195, ../../sass/vendors/_pe-icon-7-stroke.scss */
.pe-7s-add-user:before {
  content: "\e6a9"; }

/* line 198, ../../sass/vendors/_pe-icon-7-stroke.scss */
.pe-7s-refresh-cloud:before {
  content: "\e61d"; }

/* line 201, ../../sass/vendors/_pe-icon-7-stroke.scss */
.pe-7s-paperclip:before {
  content: "\e69c"; }

/* line 204, ../../sass/vendors/_pe-icon-7-stroke.scss */
.pe-7s-radio:before {
  content: "\e61e"; }

/* line 207, ../../sass/vendors/_pe-icon-7-stroke.scss */
.pe-7s-note2:before {
  content: "\e69d"; }

/* line 210, ../../sass/vendors/_pe-icon-7-stroke.scss */
.pe-7s-print:before {
  content: "\e61f"; }

/* line 213, ../../sass/vendors/_pe-icon-7-stroke.scss */
.pe-7s-network:before {
  content: "\e69e"; }

/* line 216, ../../sass/vendors/_pe-icon-7-stroke.scss */
.pe-7s-prev:before {
  content: "\e620"; }

/* line 219, ../../sass/vendors/_pe-icon-7-stroke.scss */
.pe-7s-mute:before {
  content: "\e69f"; }

/* line 222, ../../sass/vendors/_pe-icon-7-stroke.scss */
.pe-7s-power:before {
  content: "\e621"; }

/* line 225, ../../sass/vendors/_pe-icon-7-stroke.scss */
.pe-7s-medal:before {
  content: "\e6a0"; }

/* line 228, ../../sass/vendors/_pe-icon-7-stroke.scss */
.pe-7s-portfolio:before {
  content: "\e622"; }

/* line 231, ../../sass/vendors/_pe-icon-7-stroke.scss */
.pe-7s-like2:before {
  content: "\e6a1"; }

/* line 234, ../../sass/vendors/_pe-icon-7-stroke.scss */
.pe-7s-plus:before {
  content: "\e623"; }

/* line 237, ../../sass/vendors/_pe-icon-7-stroke.scss */
.pe-7s-left-arrow:before {
  content: "\e6a2"; }

/* line 240, ../../sass/vendors/_pe-icon-7-stroke.scss */
.pe-7s-play:before {
  content: "\e624"; }

/* line 243, ../../sass/vendors/_pe-icon-7-stroke.scss */
.pe-7s-key:before {
  content: "\e6a3"; }

/* line 246, ../../sass/vendors/_pe-icon-7-stroke.scss */
.pe-7s-plane:before {
  content: "\e625"; }

/* line 249, ../../sass/vendors/_pe-icon-7-stroke.scss */
.pe-7s-joy:before {
  content: "\e6a4"; }

/* line 252, ../../sass/vendors/_pe-icon-7-stroke.scss */
.pe-7s-photo-gallery:before {
  content: "\e626"; }

/* line 255, ../../sass/vendors/_pe-icon-7-stroke.scss */
.pe-7s-pin:before {
  content: "\e69b"; }

/* line 258, ../../sass/vendors/_pe-icon-7-stroke.scss */
.pe-7s-phone:before {
  content: "\e627"; }

/* line 261, ../../sass/vendors/_pe-icon-7-stroke.scss */
.pe-7s-plug:before {
  content: "\e69a"; }

/* line 264, ../../sass/vendors/_pe-icon-7-stroke.scss */
.pe-7s-pen:before {
  content: "\e628"; }

/* line 267, ../../sass/vendors/_pe-icon-7-stroke.scss */
.pe-7s-right-arrow:before {
  content: "\e699"; }

/* line 270, ../../sass/vendors/_pe-icon-7-stroke.scss */
.pe-7s-paper-plane:before {
  content: "\e629"; }

/* line 273, ../../sass/vendors/_pe-icon-7-stroke.scss */
.pe-7s-delete-user:before {
  content: "\e6a7"; }

/* line 276, ../../sass/vendors/_pe-icon-7-stroke.scss */
.pe-7s-paint:before {
  content: "\e62a"; }

/* line 279, ../../sass/vendors/_pe-icon-7-stroke.scss */
.pe-7s-bottom-arrow:before {
  content: "\e6a8"; }

/* line 282, ../../sass/vendors/_pe-icon-7-stroke.scss */
.pe-7s-notebook:before {
  content: "\e62b"; }

/* line 285, ../../sass/vendors/_pe-icon-7-stroke.scss */
.pe-7s-note:before {
  content: "\e62c"; }

/* line 288, ../../sass/vendors/_pe-icon-7-stroke.scss */
.pe-7s-next:before {
  content: "\e62d"; }

/* line 291, ../../sass/vendors/_pe-icon-7-stroke.scss */
.pe-7s-news-paper:before {
  content: "\e62e"; }

/* line 294, ../../sass/vendors/_pe-icon-7-stroke.scss */
.pe-7s-musiclist:before {
  content: "\e62f"; }

/* line 297, ../../sass/vendors/_pe-icon-7-stroke.scss */
.pe-7s-music:before {
  content: "\e630"; }

/* line 300, ../../sass/vendors/_pe-icon-7-stroke.scss */
.pe-7s-mouse:before {
  content: "\e631"; }

/* line 303, ../../sass/vendors/_pe-icon-7-stroke.scss */
.pe-7s-more:before {
  content: "\e632"; }

/* line 306, ../../sass/vendors/_pe-icon-7-stroke.scss */
.pe-7s-moon:before {
  content: "\e633"; }

/* line 309, ../../sass/vendors/_pe-icon-7-stroke.scss */
.pe-7s-monitor:before {
  content: "\e634"; }

/* line 312, ../../sass/vendors/_pe-icon-7-stroke.scss */
.pe-7s-micro:before {
  content: "\e635"; }

/* line 315, ../../sass/vendors/_pe-icon-7-stroke.scss */
.pe-7s-menu:before {
  content: "\e636"; }

/* line 318, ../../sass/vendors/_pe-icon-7-stroke.scss */
.pe-7s-map:before {
  content: "\e637"; }

/* line 321, ../../sass/vendors/_pe-icon-7-stroke.scss */
.pe-7s-map-marker:before {
  content: "\e638"; }

/* line 324, ../../sass/vendors/_pe-icon-7-stroke.scss */
.pe-7s-mail:before {
  content: "\e639"; }

/* line 327, ../../sass/vendors/_pe-icon-7-stroke.scss */
.pe-7s-mail-open:before {
  content: "\e63a"; }

/* line 330, ../../sass/vendors/_pe-icon-7-stroke.scss */
.pe-7s-mail-open-file:before {
  content: "\e63b"; }

/* line 333, ../../sass/vendors/_pe-icon-7-stroke.scss */
.pe-7s-magnet:before {
  content: "\e63c"; }

/* line 336, ../../sass/vendors/_pe-icon-7-stroke.scss */
.pe-7s-loop:before {
  content: "\e63d"; }

/* line 339, ../../sass/vendors/_pe-icon-7-stroke.scss */
.pe-7s-look:before {
  content: "\e63e"; }

/* line 342, ../../sass/vendors/_pe-icon-7-stroke.scss */
.pe-7s-lock:before {
  content: "\e63f"; }

/* line 345, ../../sass/vendors/_pe-icon-7-stroke.scss */
.pe-7s-lintern:before {
  content: "\e640"; }

/* line 348, ../../sass/vendors/_pe-icon-7-stroke.scss */
.pe-7s-link:before {
  content: "\e641"; }

/* line 351, ../../sass/vendors/_pe-icon-7-stroke.scss */
.pe-7s-like:before {
  content: "\e642"; }

/* line 354, ../../sass/vendors/_pe-icon-7-stroke.scss */
.pe-7s-light:before {
  content: "\e643"; }

/* line 357, ../../sass/vendors/_pe-icon-7-stroke.scss */
.pe-7s-less:before {
  content: "\e644"; }

/* line 360, ../../sass/vendors/_pe-icon-7-stroke.scss */
.pe-7s-keypad:before {
  content: "\e645"; }

/* line 363, ../../sass/vendors/_pe-icon-7-stroke.scss */
.pe-7s-junk:before {
  content: "\e646"; }

/* line 366, ../../sass/vendors/_pe-icon-7-stroke.scss */
.pe-7s-info:before {
  content: "\e647"; }

/* line 369, ../../sass/vendors/_pe-icon-7-stroke.scss */
.pe-7s-home:before {
  content: "\e648"; }

/* line 372, ../../sass/vendors/_pe-icon-7-stroke.scss */
.pe-7s-help2:before {
  content: "\e649"; }

/* line 375, ../../sass/vendors/_pe-icon-7-stroke.scss */
.pe-7s-help1:before {
  content: "\e64a"; }

/* line 378, ../../sass/vendors/_pe-icon-7-stroke.scss */
.pe-7s-graph3:before {
  content: "\e64b"; }

/* line 381, ../../sass/vendors/_pe-icon-7-stroke.scss */
.pe-7s-graph2:before {
  content: "\e64c"; }

/* line 384, ../../sass/vendors/_pe-icon-7-stroke.scss */
.pe-7s-graph1:before {
  content: "\e64d"; }

/* line 387, ../../sass/vendors/_pe-icon-7-stroke.scss */
.pe-7s-graph:before {
  content: "\e64e"; }

/* line 390, ../../sass/vendors/_pe-icon-7-stroke.scss */
.pe-7s-global:before {
  content: "\e64f"; }

/* line 393, ../../sass/vendors/_pe-icon-7-stroke.scss */
.pe-7s-gleam:before {
  content: "\e650"; }

/* line 396, ../../sass/vendors/_pe-icon-7-stroke.scss */
.pe-7s-glasses:before {
  content: "\e651"; }

/* line 399, ../../sass/vendors/_pe-icon-7-stroke.scss */
.pe-7s-gift:before {
  content: "\e652"; }

/* line 402, ../../sass/vendors/_pe-icon-7-stroke.scss */
.pe-7s-folder:before {
  content: "\e653"; }

/* line 405, ../../sass/vendors/_pe-icon-7-stroke.scss */
.pe-7s-flag:before {
  content: "\e654"; }

/* line 408, ../../sass/vendors/_pe-icon-7-stroke.scss */
.pe-7s-filter:before {
  content: "\e655"; }

/* line 411, ../../sass/vendors/_pe-icon-7-stroke.scss */
.pe-7s-file:before {
  content: "\e656"; }

/* line 414, ../../sass/vendors/_pe-icon-7-stroke.scss */
.pe-7s-expand1:before {
  content: "\e657"; }

/* line 417, ../../sass/vendors/_pe-icon-7-stroke.scss */
.pe-7s-exapnd2:before {
  content: "\e658"; }

/* line 420, ../../sass/vendors/_pe-icon-7-stroke.scss */
.pe-7s-edit:before {
  content: "\e659"; }

/* line 423, ../../sass/vendors/_pe-icon-7-stroke.scss */
.pe-7s-drop:before {
  content: "\e65a"; }

/* line 426, ../../sass/vendors/_pe-icon-7-stroke.scss */
.pe-7s-drawer:before {
  content: "\e65b"; }

/* line 429, ../../sass/vendors/_pe-icon-7-stroke.scss */
.pe-7s-download:before {
  content: "\e65c"; }

/* line 432, ../../sass/vendors/_pe-icon-7-stroke.scss */
.pe-7s-display2:before {
  content: "\e65d"; }

/* line 435, ../../sass/vendors/_pe-icon-7-stroke.scss */
.pe-7s-display1:before {
  content: "\e65e"; }

/* line 438, ../../sass/vendors/_pe-icon-7-stroke.scss */
.pe-7s-diskette:before {
  content: "\e65f"; }

/* line 441, ../../sass/vendors/_pe-icon-7-stroke.scss */
.pe-7s-date:before {
  content: "\e660"; }

/* line 444, ../../sass/vendors/_pe-icon-7-stroke.scss */
.pe-7s-cup:before {
  content: "\e661"; }

/* line 447, ../../sass/vendors/_pe-icon-7-stroke.scss */
.pe-7s-culture:before {
  content: "\e662"; }

/* line 450, ../../sass/vendors/_pe-icon-7-stroke.scss */
.pe-7s-crop:before {
  content: "\e663"; }

/* line 453, ../../sass/vendors/_pe-icon-7-stroke.scss */
.pe-7s-credit:before {
  content: "\e664"; }

/* line 456, ../../sass/vendors/_pe-icon-7-stroke.scss */
.pe-7s-copy-file:before {
  content: "\e665"; }

/* line 459, ../../sass/vendors/_pe-icon-7-stroke.scss */
.pe-7s-config:before {
  content: "\e666"; }

/* line 462, ../../sass/vendors/_pe-icon-7-stroke.scss */
.pe-7s-compass:before {
  content: "\e667"; }

/* line 465, ../../sass/vendors/_pe-icon-7-stroke.scss */
.pe-7s-comment:before {
  content: "\e668"; }

/* line 468, ../../sass/vendors/_pe-icon-7-stroke.scss */
.pe-7s-coffee:before {
  content: "\e669"; }

/* line 471, ../../sass/vendors/_pe-icon-7-stroke.scss */
.pe-7s-cloud:before {
  content: "\e66a"; }

/* line 474, ../../sass/vendors/_pe-icon-7-stroke.scss */
.pe-7s-clock:before {
  content: "\e66b"; }

/* line 477, ../../sass/vendors/_pe-icon-7-stroke.scss */
.pe-7s-check:before {
  content: "\e66c"; }

/* line 480, ../../sass/vendors/_pe-icon-7-stroke.scss */
.pe-7s-chat:before {
  content: "\e66d"; }

/* line 483, ../../sass/vendors/_pe-icon-7-stroke.scss */
.pe-7s-cart:before {
  content: "\e66e"; }

/* line 486, ../../sass/vendors/_pe-icon-7-stroke.scss */
.pe-7s-camera:before {
  content: "\e66f"; }

/* line 489, ../../sass/vendors/_pe-icon-7-stroke.scss */
.pe-7s-call:before {
  content: "\e670"; }

/* line 492, ../../sass/vendors/_pe-icon-7-stroke.scss */
.pe-7s-calculator:before {
  content: "\e671"; }

/* line 495, ../../sass/vendors/_pe-icon-7-stroke.scss */
.pe-7s-browser:before {
  content: "\e672"; }

/* line 498, ../../sass/vendors/_pe-icon-7-stroke.scss */
.pe-7s-box2:before {
  content: "\e673"; }

/* line 501, ../../sass/vendors/_pe-icon-7-stroke.scss */
.pe-7s-box1:before {
  content: "\e674"; }

/* line 504, ../../sass/vendors/_pe-icon-7-stroke.scss */
.pe-7s-bookmarks:before {
  content: "\e675"; }

/* line 507, ../../sass/vendors/_pe-icon-7-stroke.scss */
.pe-7s-bicycle:before {
  content: "\e676"; }

/* line 510, ../../sass/vendors/_pe-icon-7-stroke.scss */
.pe-7s-bell:before {
  content: "\e677"; }

/* line 513, ../../sass/vendors/_pe-icon-7-stroke.scss */
.pe-7s-battery:before {
  content: "\e678"; }

/* line 516, ../../sass/vendors/_pe-icon-7-stroke.scss */
.pe-7s-ball:before {
  content: "\e679"; }

/* line 519, ../../sass/vendors/_pe-icon-7-stroke.scss */
.pe-7s-back:before {
  content: "\e67a"; }

/* line 522, ../../sass/vendors/_pe-icon-7-stroke.scss */
.pe-7s-attention:before {
  content: "\e67b"; }

/* line 525, ../../sass/vendors/_pe-icon-7-stroke.scss */
.pe-7s-anchor:before {
  content: "\e67c"; }

/* line 528, ../../sass/vendors/_pe-icon-7-stroke.scss */
.pe-7s-albums:before {
  content: "\e67d"; }

/* line 531, ../../sass/vendors/_pe-icon-7-stroke.scss */
.pe-7s-alarm:before {
  content: "\e67e"; }

/* line 534, ../../sass/vendors/_pe-icon-7-stroke.scss */
.pe-7s-airplay:before {
  content: "\e67f"; }

/*-----------------------------------------------------------------
=== File Information ==============================================
=== Software: CombiPlate AB - Landlord portal
=== File: vendors/_perfect-scrollbar.scss
=== Description: This file is a custom implementation of the 
	perfect scrollbar css since i wasnt satisfied with the default.
=== Version: 1.0 
=== Author: Linus Carlström <linus@combiplate.com>
=== Author URI: http://combiplate.com
---------------------------------------------------------------- */
/*-----------------------------------------------------------------
=== Variables =====================================================
 *  Variables for the perfect scrollbar sass
---------------------------------------------------------------- */
/*-----------------------------------------------------------------
=== Scrollbar base ================================================
 *  Override the scrollbar classes
 1  X-axis rail
 2  Y-axis rail
 3  X-axis
 4  Y-axis
 5	Some resets
---------------------------------------------------------------- */
/* line 36, ../../sass/vendors/_perfect-scrollbar_custom.scss */
.ps-container .ps-scrollbar-x-rail {
  /* 1 */
  position: absolute;
  bottom: 0px;
  height: 8px;
  opacity: 0;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  -moz-transition: background-color 0.2s linear, opacity 0.2s linear;
  -o-transition: background-color 0.2s linear, opacity 0.2s linear;
  -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
  transition: background-color 0.2s linear, opacity 0.2s linear; }

/* line 47, ../../sass/vendors/_perfect-scrollbar_custom.scss */
.ps-container:hover .ps-scrollbar-x-rail,
.ps-container.hover .ps-scrollbar-x-rail {
  opacity: 0.6; }

/* line 52, ../../sass/vendors/_perfect-scrollbar_custom.scss */
.ps-container .ps-scrollbar-x-rail:hover,
.ps-container .ps-scrollbar-x-rail.hover {
  background-color: transparent;
  opacity: 1; }

/* line 58, ../../sass/vendors/_perfect-scrollbar_custom.scss */
.ps-container .ps-scrollbar-x-rail.in-scrolling {
  background-color: transparent;
  opacity: 1; }

/* line 65, ../../sass/vendors/_perfect-scrollbar_custom.scss */
.ps-container .ps-scrollbar-y-rail {
  /* 2 */
  position: absolute;
  right: 0px;
  width: 8px;
  opacity: 0;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  -moz-transition: background-color 0.2s linear, opacity 0.2s linear;
  -o-transition: background-color 0.2s linear, opacity 0.2s linear;
  -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
  transition: background-color 0.2s linear, opacity 0.2s linear; }

/* line 76, ../../sass/vendors/_perfect-scrollbar_custom.scss */
.ps-container:hover .ps-scrollbar-y-rail,
.ps-container.hover .ps-scrollbar-y-rail {
  opacity: 0.6; }

/* line 81, ../../sass/vendors/_perfect-scrollbar_custom.scss */
.ps-container .ps-scrollbar-y-rail:hover,
.ps-container .ps-scrollbar-y-rail.hover {
  background-color: transparent;
  opacity: 1; }

/* line 87, ../../sass/vendors/_perfect-scrollbar_custom.scss */
.ps-container .ps-scrollbar-y-rail.in-scrolling {
  background-color: transparent;
  opacity: 1; }

/* line 94, ../../sass/vendors/_perfect-scrollbar_custom.scss */
.ps-container .ps-scrollbar-x {
  /* 3 */
  position: absolute;
  bottom: 0;
  height: 8px;
  background-color: #373737;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  -moz-transition: background-color 0.2s linear;
  -o-transition: background-color 0.2s linear;
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear; }

/* line 105, ../../sass/vendors/_perfect-scrollbar_custom.scss */
.ps-container.ie6 .ps-scrollbar-x {
  font-size: 0;
  /* fixed scrollbar height in xp sp3 ie6 */ }

/* line 109, ../../sass/vendors/_perfect-scrollbar_custom.scss */
.ps-container .ps-scrollbar-x-rail:hover .ps-scrollbar-x,
.ps-container .ps-scrollbar-x-rail.hover .ps-scrollbar-x {
  background-color: #373737; }

/* line 116, ../../sass/vendors/_perfect-scrollbar_custom.scss */
.ps-container .ps-scrollbar-y {
  /* 4 */
  position: absolute;
  right: 0;
  width: 8px;
  background-color: #373737;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  -moz-transition: background-color 0.2s linear;
  -o-transition: background-color 0.2s linear;
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear; }

/* line 127, ../../sass/vendors/_perfect-scrollbar_custom.scss */
.ps-container.ie6 .ps-scrollbar-y {
  font-size: 0;
  /* fixed scrollbar height in xp sp3 ie6 */ }

/* line 131, ../../sass/vendors/_perfect-scrollbar_custom.scss */
.ps-container .ps-scrollbar-y-rail:hover .ps-scrollbar-y,
.ps-container .ps-scrollbar-y-rail.hover .ps-scrollbar-y {
  background-color: #373737; }

/* line 138, ../../sass/vendors/_perfect-scrollbar_custom.scss */
.ps-container.ie .ps-scrollbar-x,
.ps-container.ie .ps-scrollbar-y {
  visibility: hidden; }

/* line 143, ../../sass/vendors/_perfect-scrollbar_custom.scss */
.ps-container.ie:hover .ps-scrollbar-x,
.ps-container.ie:hover .ps-scrollbar-y,
.ps-container.ie.hover .ps-scrollbar-x,
.ps-container.ie.hover .ps-scrollbar-y {
  visibility: visible; }

/*
    @license
    Copyright (c) 2014 The Polymer Project Authors. All rights reserved.
    This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt
    The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt
    The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt
    Code distributed by Google as part of the polymer project is also
    subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt
 */
/**************************/
/* STYLES FOR THE SPINNER */
/**************************/
/*
 * Constants:
 *      STROKEWIDTH = 3px
 *      ARCSIZE     = 270 degrees (amount of circle the arc takes up)
 *      ARCTIME     = 1333ms (time it takes to expand and contract arc)
 *      ARCSTARTROT = 216 degrees (how much the start location of the arc
 *                                should rotate each time, 216 gives us a
 *                                5 pointed star shape (it's 360/5 * 3).
 *                                For a 7 pointed star, we might do
 *                                360/7 * 3 = 154.286)
 *      CONTAINERWIDTH = 28px
 *      SHRINK_TIME = 400ms
 */
/* line 30, ../../sass/vendors/materializecss/_preloader.scss */
.preloader-wrapper {
  display: inline-block;
  position: relative;
  width: 48px;
  height: 48px; }
  /* line 36, ../../sass/vendors/materializecss/_preloader.scss */
  .preloader-wrapper.small {
    width: 36px;
    height: 36px; }
  /* line 41, ../../sass/vendors/materializecss/_preloader.scss */
  .preloader-wrapper.big {
    width: 64px;
    height: 64px; }
  /* line 46, ../../sass/vendors/materializecss/_preloader.scss */
  .preloader-wrapper.active {
    /* duration: 360 * ARCTIME / (ARCSTARTROT + (360-ARCSIZE)) */
    -webkit-animation: container-rotate 1568ms linear infinite;
    animation: container-rotate 1568ms linear infinite; }

@-webkit-keyframes container-rotate {
  /* line 54, ../../sass/vendors/materializecss/_preloader.scss */
  to {
    -webkit-transform: rotate(360deg); } }
@keyframes container-rotate {
  /* line 58, ../../sass/vendors/materializecss/_preloader.scss */
  to {
    transform: rotate(360deg); } }
/* line 61, ../../sass/vendors/materializecss/_preloader.scss */
.spinner-layer {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0; }

/* line 69, ../../sass/vendors/materializecss/_preloader.scss */
.spinner-primary,
.spinner-primary-only {
  border-color: #a91830; }

/* line 74, ../../sass/vendors/materializecss/_preloader.scss */
.spinner-blue,
.spinner-blue-only {
  border-color: #4285f4; }

/* line 79, ../../sass/vendors/materializecss/_preloader.scss */
.spinner-red,
.spinner-red-only {
  border-color: #db4437; }

/* line 84, ../../sass/vendors/materializecss/_preloader.scss */
.spinner-yellow,
.spinner-yellow-only {
  border-color: #f4b400; }

/* line 89, ../../sass/vendors/materializecss/_preloader.scss */
.spinner-green,
.spinner-green-only {
  border-color: #0f9d58; }

/**
 * IMPORTANT NOTE ABOUT CSS ANIMATION PROPERTIES (keanulee):
 *
 * iOS Safari (tested on iOS 8.1) does not handle animation-delay very well - it doesn't
 * guarantee that the animation will start _exactly_ after that value. So we avoid using
 * animation-delay and instead set custom keyframes for each color (as redundant as it
 * seems).
 *
 * We write out each animation in full (instead of separating animation-name,
 * animation-duration, etc.) because under the polyfill, Safari does not recognize those
 * specific properties properly, treats them as -webkit-animation, and overrides the
 * other animation rules. See https://github.com/Polymer/platform/issues/53.
 */
/* line 107, ../../sass/vendors/materializecss/_preloader.scss */
.active .spinner-layer.spinner-blue {
  /* durations: 4 * ARCTIME */
  -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, blue-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, blue-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both; }

/* line 113, ../../sass/vendors/materializecss/_preloader.scss */
.active .spinner-layer.spinner-red {
  /* durations: 4 * ARCTIME */
  -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, red-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, red-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both; }

/* line 119, ../../sass/vendors/materializecss/_preloader.scss */
.active .spinner-layer.spinner-yellow {
  /* durations: 4 * ARCTIME */
  -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, yellow-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, yellow-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both; }

/* line 125, ../../sass/vendors/materializecss/_preloader.scss */
.active .spinner-layer.spinner-green {
  /* durations: 4 * ARCTIME */
  -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, green-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, green-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both; }

/* line 131, ../../sass/vendors/materializecss/_preloader.scss */
.active .spinner-layer,
.active .spinner-layer.spinner-blue-only,
.active .spinner-layer.spinner-red-only,
.active .spinner-layer.spinner-yellow-only,
.active .spinner-layer.spinner-green-only {
  /* durations: 4 * ARCTIME */
  opacity: 1;
  -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both; }

@-webkit-keyframes fill-unfill-rotate {
  /* line 143, ../../sass/vendors/materializecss/_preloader.scss */
  12.5% {
    -webkit-transform: rotate(135deg); }

  /* 0.5 * ARCSIZE */
  /* line 144, ../../sass/vendors/materializecss/_preloader.scss */
  25% {
    -webkit-transform: rotate(270deg); }

  /* 1   * ARCSIZE */
  /* line 145, ../../sass/vendors/materializecss/_preloader.scss */
  37.5% {
    -webkit-transform: rotate(405deg); }

  /* 1.5 * ARCSIZE */
  /* line 146, ../../sass/vendors/materializecss/_preloader.scss */
  50% {
    -webkit-transform: rotate(540deg); }

  /* 2   * ARCSIZE */
  /* line 147, ../../sass/vendors/materializecss/_preloader.scss */
  62.5% {
    -webkit-transform: rotate(675deg); }

  /* 2.5 * ARCSIZE */
  /* line 148, ../../sass/vendors/materializecss/_preloader.scss */
  75% {
    -webkit-transform: rotate(810deg); }

  /* 3   * ARCSIZE */
  /* line 149, ../../sass/vendors/materializecss/_preloader.scss */
  87.5% {
    -webkit-transform: rotate(945deg); }

  /* 3.5 * ARCSIZE */
  /* line 150, ../../sass/vendors/materializecss/_preloader.scss */
  to {
    -webkit-transform: rotate(1080deg); }

  /* 4   * ARCSIZE */ }
@keyframes fill-unfill-rotate {
  /* line 154, ../../sass/vendors/materializecss/_preloader.scss */
  12.5% {
    transform: rotate(135deg); }

  /* 0.5 * ARCSIZE */
  /* line 155, ../../sass/vendors/materializecss/_preloader.scss */
  25% {
    transform: rotate(270deg); }

  /* 1   * ARCSIZE */
  /* line 156, ../../sass/vendors/materializecss/_preloader.scss */
  37.5% {
    transform: rotate(405deg); }

  /* 1.5 * ARCSIZE */
  /* line 157, ../../sass/vendors/materializecss/_preloader.scss */
  50% {
    transform: rotate(540deg); }

  /* 2   * ARCSIZE */
  /* line 158, ../../sass/vendors/materializecss/_preloader.scss */
  62.5% {
    transform: rotate(675deg); }

  /* 2.5 * ARCSIZE */
  /* line 159, ../../sass/vendors/materializecss/_preloader.scss */
  75% {
    transform: rotate(810deg); }

  /* 3   * ARCSIZE */
  /* line 160, ../../sass/vendors/materializecss/_preloader.scss */
  87.5% {
    transform: rotate(945deg); }

  /* 3.5 * ARCSIZE */
  /* line 161, ../../sass/vendors/materializecss/_preloader.scss */
  to {
    transform: rotate(1080deg); }

  /* 4   * ARCSIZE */ }
@-webkit-keyframes blue-fade-in-out {
  /* line 165, ../../sass/vendors/materializecss/_preloader.scss */
  from {
    opacity: 1; }

  /* line 166, ../../sass/vendors/materializecss/_preloader.scss */
  25% {
    opacity: 1; }

  /* line 167, ../../sass/vendors/materializecss/_preloader.scss */
  26% {
    opacity: 0; }

  /* line 168, ../../sass/vendors/materializecss/_preloader.scss */
  89% {
    opacity: 0; }

  /* line 169, ../../sass/vendors/materializecss/_preloader.scss */
  90% {
    opacity: 1; }

  /* line 170, ../../sass/vendors/materializecss/_preloader.scss */
  100% {
    opacity: 1; } }
@keyframes blue-fade-in-out {
  /* line 174, ../../sass/vendors/materializecss/_preloader.scss */
  from {
    opacity: 1; }

  /* line 175, ../../sass/vendors/materializecss/_preloader.scss */
  25% {
    opacity: 1; }

  /* line 176, ../../sass/vendors/materializecss/_preloader.scss */
  26% {
    opacity: 0; }

  /* line 177, ../../sass/vendors/materializecss/_preloader.scss */
  89% {
    opacity: 0; }

  /* line 178, ../../sass/vendors/materializecss/_preloader.scss */
  90% {
    opacity: 1; }

  /* line 179, ../../sass/vendors/materializecss/_preloader.scss */
  100% {
    opacity: 1; } }
@-webkit-keyframes red-fade-in-out {
  /* line 183, ../../sass/vendors/materializecss/_preloader.scss */
  from {
    opacity: 0; }

  /* line 184, ../../sass/vendors/materializecss/_preloader.scss */
  15% {
    opacity: 0; }

  /* line 185, ../../sass/vendors/materializecss/_preloader.scss */
  25% {
    opacity: 1; }

  /* line 186, ../../sass/vendors/materializecss/_preloader.scss */
  50% {
    opacity: 1; }

  /* line 187, ../../sass/vendors/materializecss/_preloader.scss */
  51% {
    opacity: 0; } }
@keyframes red-fade-in-out {
  /* line 191, ../../sass/vendors/materializecss/_preloader.scss */
  from {
    opacity: 0; }

  /* line 192, ../../sass/vendors/materializecss/_preloader.scss */
  15% {
    opacity: 0; }

  /* line 193, ../../sass/vendors/materializecss/_preloader.scss */
  25% {
    opacity: 1; }

  /* line 194, ../../sass/vendors/materializecss/_preloader.scss */
  50% {
    opacity: 1; }

  /* line 195, ../../sass/vendors/materializecss/_preloader.scss */
  51% {
    opacity: 0; } }
@-webkit-keyframes yellow-fade-in-out {
  /* line 199, ../../sass/vendors/materializecss/_preloader.scss */
  from {
    opacity: 0; }

  /* line 200, ../../sass/vendors/materializecss/_preloader.scss */
  40% {
    opacity: 0; }

  /* line 201, ../../sass/vendors/materializecss/_preloader.scss */
  50% {
    opacity: 1; }

  /* line 202, ../../sass/vendors/materializecss/_preloader.scss */
  75% {
    opacity: 1; }

  /* line 203, ../../sass/vendors/materializecss/_preloader.scss */
  76% {
    opacity: 0; } }
@keyframes yellow-fade-in-out {
  /* line 207, ../../sass/vendors/materializecss/_preloader.scss */
  from {
    opacity: 0; }

  /* line 208, ../../sass/vendors/materializecss/_preloader.scss */
  40% {
    opacity: 0; }

  /* line 209, ../../sass/vendors/materializecss/_preloader.scss */
  50% {
    opacity: 1; }

  /* line 210, ../../sass/vendors/materializecss/_preloader.scss */
  75% {
    opacity: 1; }

  /* line 211, ../../sass/vendors/materializecss/_preloader.scss */
  76% {
    opacity: 0; } }
@-webkit-keyframes green-fade-in-out {
  /* line 215, ../../sass/vendors/materializecss/_preloader.scss */
  from {
    opacity: 0; }

  /* line 216, ../../sass/vendors/materializecss/_preloader.scss */
  65% {
    opacity: 0; }

  /* line 217, ../../sass/vendors/materializecss/_preloader.scss */
  75% {
    opacity: 1; }

  /* line 218, ../../sass/vendors/materializecss/_preloader.scss */
  90% {
    opacity: 1; }

  /* line 219, ../../sass/vendors/materializecss/_preloader.scss */
  100% {
    opacity: 0; } }
@keyframes green-fade-in-out {
  /* line 223, ../../sass/vendors/materializecss/_preloader.scss */
  from {
    opacity: 0; }

  /* line 224, ../../sass/vendors/materializecss/_preloader.scss */
  65% {
    opacity: 0; }

  /* line 225, ../../sass/vendors/materializecss/_preloader.scss */
  75% {
    opacity: 1; }

  /* line 226, ../../sass/vendors/materializecss/_preloader.scss */
  90% {
    opacity: 1; }

  /* line 227, ../../sass/vendors/materializecss/_preloader.scss */
  100% {
    opacity: 0; } }
/**
 * Patch the gap that appear between the two adjacent div.circle-clipper while the
 * spinner is rotating (appears on Chrome 38, Safari 7.1, and IE 11).
 */
/* line 234, ../../sass/vendors/materializecss/_preloader.scss */
.gap-patch {
  position: absolute;
  top: 0;
  left: 45%;
  width: 10%;
  height: 100%;
  overflow: hidden;
  border-color: inherit; }

/* line 244, ../../sass/vendors/materializecss/_preloader.scss */
.gap-patch .circle {
  width: 1000%;
  left: -450%; }

/* line 249, ../../sass/vendors/materializecss/_preloader.scss */
.circle-clipper {
  display: inline-block;
  position: relative;
  width: 50%;
  height: 100%;
  overflow: hidden;
  border-color: inherit; }
  /* line 257, ../../sass/vendors/materializecss/_preloader.scss */
  .circle-clipper .circle {
    width: 200%;
    height: 100%;
    border-width: 3px;
    /* STROKEWIDTH */
    border-style: solid;
    border-color: inherit;
    border-bottom-color: transparent !important;
    border-radius: 50%;
    -webkit-animation: none;
    animation: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0; }
  /* line 273, ../../sass/vendors/materializecss/_preloader.scss */
  .circle-clipper.left .circle {
    left: 0;
    border-right-color: transparent !important;
    -webkit-transform: rotate(129deg);
    transform: rotate(129deg); }
  /* line 279, ../../sass/vendors/materializecss/_preloader.scss */
  .circle-clipper.right .circle {
    left: -100%;
    border-left-color: transparent !important;
    -webkit-transform: rotate(-129deg);
    transform: rotate(-129deg); }

/* line 289, ../../sass/vendors/materializecss/_preloader.scss */
.active .circle-clipper.left .circle {
  /* duration: ARCTIME */
  -webkit-animation: left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both; }

/* line 295, ../../sass/vendors/materializecss/_preloader.scss */
.active .circle-clipper.right .circle {
  /* duration: ARCTIME */
  -webkit-animation: right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both; }

@-webkit-keyframes left-spin {
  /* line 302, ../../sass/vendors/materializecss/_preloader.scss */
  from {
    -webkit-transform: rotate(130deg); }

  /* line 303, ../../sass/vendors/materializecss/_preloader.scss */
  50% {
    -webkit-transform: rotate(-5deg); }

  /* line 304, ../../sass/vendors/materializecss/_preloader.scss */
  to {
    -webkit-transform: rotate(130deg); } }
@keyframes left-spin {
  /* line 308, ../../sass/vendors/materializecss/_preloader.scss */
  from {
    transform: rotate(130deg); }

  /* line 309, ../../sass/vendors/materializecss/_preloader.scss */
  50% {
    transform: rotate(-5deg); }

  /* line 310, ../../sass/vendors/materializecss/_preloader.scss */
  to {
    transform: rotate(130deg); } }
@-webkit-keyframes right-spin {
  /* line 314, ../../sass/vendors/materializecss/_preloader.scss */
  from {
    -webkit-transform: rotate(-130deg); }

  /* line 315, ../../sass/vendors/materializecss/_preloader.scss */
  50% {
    -webkit-transform: rotate(5deg); }

  /* line 316, ../../sass/vendors/materializecss/_preloader.scss */
  to {
    -webkit-transform: rotate(-130deg); } }
@keyframes right-spin {
  /* line 320, ../../sass/vendors/materializecss/_preloader.scss */
  from {
    transform: rotate(-130deg); }

  /* line 321, ../../sass/vendors/materializecss/_preloader.scss */
  50% {
    transform: rotate(5deg); }

  /* line 322, ../../sass/vendors/materializecss/_preloader.scss */
  to {
    transform: rotate(-130deg); } }
/* line 325, ../../sass/vendors/materializecss/_preloader.scss */
#spinnerContainer.cooldown {
  /* duration: SHRINK_TIME */
  -webkit-animation: container-rotate 1568ms linear infinite, fade-out 400ms cubic-bezier(0.4, 0, 0.2, 1);
  animation: container-rotate 1568ms linear infinite, fade-out 400ms cubic-bezier(0.4, 0, 0.2, 1); }

@-webkit-keyframes fade-out {
  /* line 332, ../../sass/vendors/materializecss/_preloader.scss */
  from {
    opacity: 1; }

  /* line 333, ../../sass/vendors/materializecss/_preloader.scss */
  to {
    opacity: 0; } }
@keyframes fade-out {
  /* line 337, ../../sass/vendors/materializecss/_preloader.scss */
  from {
    opacity: 1; }

  /* line 338, ../../sass/vendors/materializecss/_preloader.scss */
  to {
    opacity: 0; } }
/*!
 * Font Awesome Free 5.13.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("../webfonts/fa-solid-900.eot");
  src: url("../webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-solid-900.woff2") format("woff2"), url("../webfonts/fa-solid-900.woff") format("woff"), url("../webfonts/fa-solid-900.ttf") format("truetype"), url("../webfonts/fa-solid-900.svg#fontawesome") format("svg"); }
/* line 20, ../../sass/vendors/fontawesome/solid.scss */
.fa,
.fas {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900; }

/*!
 * Font Awesome Free 5.13.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../webfonts/fa-brands-400.eot");
  src: url("../webfonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-brands-400.woff2") format("woff2"), url("../webfonts/fa-brands-400.woff") format("woff"), url("../webfonts/fa-brands-400.ttf") format("truetype"), url("../webfonts/fa-brands-400.svg#fontawesome") format("svg"); }
/* line 20, ../../sass/vendors/fontawesome/brands.scss */
.fab {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

/*!
 * Font Awesome Free 5.13.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../webfonts/fa-regular-400.eot");
  src: url("../webfonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-regular-400.woff2") format("woff2"), url("../webfonts/fa-regular-400.woff") format("woff"), url("../webfonts/fa-regular-400.ttf") format("truetype"), url("../webfonts/fa-regular-400.svg#fontawesome") format("svg"); }
/* line 20, ../../sass/vendors/fontawesome/regular.scss */
.far {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

/*!
 * Font Awesome Free 5.13.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
/* line 1, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-glass:before {
  content: "\f000"; }

/* line 3, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-meetup {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

/* line 8, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-star-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

/* line 12, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-star-o:before {
  content: "\f005"; }

/* line 14, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-remove:before {
  content: "\f00d"; }

/* line 16, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-close:before {
  content: "\f00d"; }

/* line 18, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-gear:before {
  content: "\f013"; }

/* line 20, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-trash-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

/* line 24, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-trash-o:before {
  content: "\f2ed"; }

/* line 26, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-file-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

/* line 30, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-file-o:before {
  content: "\f15b"; }

/* line 32, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-clock-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

/* line 36, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-clock-o:before {
  content: "\f017"; }

/* line 38, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-arrow-circle-o-down {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

/* line 42, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-arrow-circle-o-down:before {
  content: "\f358"; }

/* line 44, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-arrow-circle-o-up {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

/* line 48, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-arrow-circle-o-up:before {
  content: "\f35b"; }

/* line 50, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-play-circle-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

/* line 54, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-play-circle-o:before {
  content: "\f144"; }

/* line 56, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-repeat:before {
  content: "\f01e"; }

/* line 58, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-rotate-right:before {
  content: "\f01e"; }

/* line 60, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-refresh:before {
  content: "\f021"; }

/* line 62, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-list-alt {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

/* line 67, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-dedent:before {
  content: "\f03b"; }

/* line 69, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-video-camera:before {
  content: "\f03d"; }

/* line 71, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-picture-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

/* line 75, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-picture-o:before {
  content: "\f03e"; }

/* line 77, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-photo {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

/* line 81, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-photo:before {
  content: "\f03e"; }

/* line 83, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-image {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

/* line 87, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-image:before {
  content: "\f03e"; }

/* line 89, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-pencil:before {
  content: "\f303"; }

/* line 91, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-map-marker:before {
  content: "\f3c5"; }

/* line 93, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-pencil-square-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

/* line 97, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-pencil-square-o:before {
  content: "\f044"; }

/* line 99, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-share-square-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

/* line 103, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-share-square-o:before {
  content: "\f14d"; }

/* line 105, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-check-square-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

/* line 109, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-check-square-o:before {
  content: "\f14a"; }

/* line 111, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-arrows:before {
  content: "\f0b2"; }

/* line 113, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-times-circle-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

/* line 117, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-times-circle-o:before {
  content: "\f057"; }

/* line 119, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-check-circle-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

/* line 123, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-check-circle-o:before {
  content: "\f058"; }

/* line 125, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-mail-forward:before {
  content: "\f064"; }

/* line 127, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-expand:before {
  content: "\f424"; }

/* line 129, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-compress:before {
  content: "\f422"; }

/* line 131, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-eye {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

/* line 136, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-eye-slash {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

/* line 141, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-warning:before {
  content: "\f071"; }

/* line 143, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-calendar:before {
  content: "\f073"; }

/* line 145, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-arrows-v:before {
  content: "\f338"; }

/* line 147, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-arrows-h:before {
  content: "\f337"; }

/* line 149, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-bar-chart {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

/* line 153, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-bar-chart:before {
  content: "\f080"; }

/* line 155, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-bar-chart-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

/* line 159, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-bar-chart-o:before {
  content: "\f080"; }

/* line 161, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-twitter-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

/* line 166, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-facebook-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

/* line 171, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-gears:before {
  content: "\f085"; }

/* line 173, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-thumbs-o-up {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

/* line 177, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-thumbs-o-up:before {
  content: "\f164"; }

/* line 179, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-thumbs-o-down {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

/* line 183, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-thumbs-o-down:before {
  content: "\f165"; }

/* line 185, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-heart-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

/* line 189, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-heart-o:before {
  content: "\f004"; }

/* line 191, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-sign-out:before {
  content: "\f2f5"; }

/* line 193, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-linkedin-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

/* line 197, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-linkedin-square:before {
  content: "\f08c"; }

/* line 199, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-thumb-tack:before {
  content: "\f08d"; }

/* line 201, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-external-link:before {
  content: "\f35d"; }

/* line 203, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-sign-in:before {
  content: "\f2f6"; }

/* line 205, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-github-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

/* line 210, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-lemon-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

/* line 214, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-lemon-o:before {
  content: "\f094"; }

/* line 216, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-square-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

/* line 220, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-square-o:before {
  content: "\f0c8"; }

/* line 222, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-bookmark-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

/* line 226, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-bookmark-o:before {
  content: "\f02e"; }

/* line 228, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-twitter {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

/* line 233, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-facebook {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

/* line 237, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-facebook:before {
  content: "\f39e"; }

/* line 239, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-facebook-f {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

/* line 243, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-facebook-f:before {
  content: "\f39e"; }

/* line 245, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-github {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

/* line 250, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-credit-card {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

/* line 255, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-feed:before {
  content: "\f09e"; }

/* line 257, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-hdd-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

/* line 261, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-hdd-o:before {
  content: "\f0a0"; }

/* line 263, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-hand-o-right {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

/* line 267, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-hand-o-right:before {
  content: "\f0a4"; }

/* line 269, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-hand-o-left {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

/* line 273, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-hand-o-left:before {
  content: "\f0a5"; }

/* line 275, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-hand-o-up {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

/* line 279, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-hand-o-up:before {
  content: "\f0a6"; }

/* line 281, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-hand-o-down {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

/* line 285, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-hand-o-down:before {
  content: "\f0a7"; }

/* line 287, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-arrows-alt:before {
  content: "\f31e"; }

/* line 289, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-group:before {
  content: "\f0c0"; }

/* line 291, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-chain:before {
  content: "\f0c1"; }

/* line 293, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-scissors:before {
  content: "\f0c4"; }

/* line 295, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-files-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

/* line 299, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-files-o:before {
  content: "\f0c5"; }

/* line 301, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-floppy-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

/* line 305, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-floppy-o:before {
  content: "\f0c7"; }

/* line 307, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-navicon:before {
  content: "\f0c9"; }

/* line 309, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-reorder:before {
  content: "\f0c9"; }

/* line 311, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-pinterest {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

/* line 316, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-pinterest-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

/* line 321, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-google-plus-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

/* line 326, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-google-plus {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

/* line 330, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-google-plus:before {
  content: "\f0d5"; }

/* line 332, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-money {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

/* line 336, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-money:before {
  content: "\f3d1"; }

/* line 338, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-unsorted:before {
  content: "\f0dc"; }

/* line 340, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-sort-desc:before {
  content: "\f0dd"; }

/* line 342, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-sort-asc:before {
  content: "\f0de"; }

/* line 344, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-linkedin {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

/* line 348, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-linkedin:before {
  content: "\f0e1"; }

/* line 350, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-rotate-left:before {
  content: "\f0e2"; }

/* line 352, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-legal:before {
  content: "\f0e3"; }

/* line 354, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-tachometer:before {
  content: "\f3fd"; }

/* line 356, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-dashboard:before {
  content: "\f3fd"; }

/* line 358, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-comment-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

/* line 362, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-comment-o:before {
  content: "\f075"; }

/* line 364, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-comments-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

/* line 368, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-comments-o:before {
  content: "\f086"; }

/* line 370, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-flash:before {
  content: "\f0e7"; }

/* line 372, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-clipboard {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

/* line 377, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-paste {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

/* line 381, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-paste:before {
  content: "\f328"; }

/* line 383, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-lightbulb-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

/* line 387, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-lightbulb-o:before {
  content: "\f0eb"; }

/* line 389, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-exchange:before {
  content: "\f362"; }

/* line 391, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-cloud-download:before {
  content: "\f381"; }

/* line 393, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-cloud-upload:before {
  content: "\f382"; }

/* line 395, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-bell-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

/* line 399, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-bell-o:before {
  content: "\f0f3"; }

/* line 401, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-cutlery:before {
  content: "\f2e7"; }

/* line 403, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-file-text-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

/* line 407, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-file-text-o:before {
  content: "\f15c"; }

/* line 409, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-building-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

/* line 413, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-building-o:before {
  content: "\f1ad"; }

/* line 415, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-hospital-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

/* line 419, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-hospital-o:before {
  content: "\f0f8"; }

/* line 421, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-tablet:before {
  content: "\f3fa"; }

/* line 423, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-mobile:before {
  content: "\f3cd"; }

/* line 425, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-mobile-phone:before {
  content: "\f3cd"; }

/* line 427, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-circle-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

/* line 431, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-circle-o:before {
  content: "\f111"; }

/* line 433, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-mail-reply:before {
  content: "\f3e5"; }

/* line 435, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-github-alt {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

/* line 440, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-folder-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

/* line 444, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-folder-o:before {
  content: "\f07b"; }

/* line 446, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-folder-open-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

/* line 450, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-folder-open-o:before {
  content: "\f07c"; }

/* line 452, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-smile-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

/* line 456, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-smile-o:before {
  content: "\f118"; }

/* line 458, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-frown-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

/* line 462, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-frown-o:before {
  content: "\f119"; }

/* line 464, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-meh-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

/* line 468, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-meh-o:before {
  content: "\f11a"; }

/* line 470, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-keyboard-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

/* line 474, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-keyboard-o:before {
  content: "\f11c"; }

/* line 476, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-flag-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

/* line 480, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-flag-o:before {
  content: "\f024"; }

/* line 482, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-mail-reply-all:before {
  content: "\f122"; }

/* line 484, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-star-half-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

/* line 488, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-star-half-o:before {
  content: "\f089"; }

/* line 490, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-star-half-empty {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

/* line 494, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-star-half-empty:before {
  content: "\f089"; }

/* line 496, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-star-half-full {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

/* line 500, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-star-half-full:before {
  content: "\f089"; }

/* line 502, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-code-fork:before {
  content: "\f126"; }

/* line 504, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-chain-broken:before {
  content: "\f127"; }

/* line 506, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-shield:before {
  content: "\f3ed"; }

/* line 508, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-calendar-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

/* line 512, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-calendar-o:before {
  content: "\f133"; }

/* line 514, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-maxcdn {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

/* line 519, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-html5 {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

/* line 524, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-css3 {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

/* line 529, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-ticket:before {
  content: "\f3ff"; }

/* line 531, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-minus-square-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

/* line 535, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-minus-square-o:before {
  content: "\f146"; }

/* line 537, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-level-up:before {
  content: "\f3bf"; }

/* line 539, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-level-down:before {
  content: "\f3be"; }

/* line 541, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-pencil-square:before {
  content: "\f14b"; }

/* line 543, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-external-link-square:before {
  content: "\f360"; }

/* line 545, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-compass {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

/* line 550, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-caret-square-o-down {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

/* line 554, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-caret-square-o-down:before {
  content: "\f150"; }

/* line 556, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-toggle-down {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

/* line 560, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-toggle-down:before {
  content: "\f150"; }

/* line 562, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-caret-square-o-up {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

/* line 566, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-caret-square-o-up:before {
  content: "\f151"; }

/* line 568, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-toggle-up {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

/* line 572, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-toggle-up:before {
  content: "\f151"; }

/* line 574, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-caret-square-o-right {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

/* line 578, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-caret-square-o-right:before {
  content: "\f152"; }

/* line 580, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-toggle-right {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

/* line 584, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-toggle-right:before {
  content: "\f152"; }

/* line 586, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-eur:before {
  content: "\f153"; }

/* line 588, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-euro:before {
  content: "\f153"; }

/* line 590, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-gbp:before {
  content: "\f154"; }

/* line 592, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-usd:before {
  content: "\f155"; }

/* line 594, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-dollar:before {
  content: "\f155"; }

/* line 596, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-inr:before {
  content: "\f156"; }

/* line 598, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-rupee:before {
  content: "\f156"; }

/* line 600, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-jpy:before {
  content: "\f157"; }

/* line 602, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-cny:before {
  content: "\f157"; }

/* line 604, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-rmb:before {
  content: "\f157"; }

/* line 606, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-yen:before {
  content: "\f157"; }

/* line 608, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-rub:before {
  content: "\f158"; }

/* line 610, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-ruble:before {
  content: "\f158"; }

/* line 612, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-rouble:before {
  content: "\f158"; }

/* line 614, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-krw:before {
  content: "\f159"; }

/* line 616, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-won:before {
  content: "\f159"; }

/* line 618, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-btc {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

/* line 623, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-bitcoin {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

/* line 627, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-bitcoin:before {
  content: "\f15a"; }

/* line 629, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-file-text:before {
  content: "\f15c"; }

/* line 631, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-sort-alpha-asc:before {
  content: "\f15d"; }

/* line 633, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-sort-alpha-desc:before {
  content: "\f881"; }

/* line 635, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-sort-amount-asc:before {
  content: "\f160"; }

/* line 637, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-sort-amount-desc:before {
  content: "\f884"; }

/* line 639, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-sort-numeric-asc:before {
  content: "\f162"; }

/* line 641, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-sort-numeric-desc:before {
  content: "\f886"; }

/* line 643, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-youtube-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

/* line 648, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-youtube {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

/* line 653, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-xing {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

/* line 658, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-xing-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

/* line 663, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-youtube-play {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

/* line 667, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-youtube-play:before {
  content: "\f167"; }

/* line 669, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-dropbox {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

/* line 674, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-stack-overflow {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

/* line 679, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-instagram {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

/* line 684, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-flickr {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

/* line 689, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-adn {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

/* line 694, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-bitbucket {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

/* line 699, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-bitbucket-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

/* line 703, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-bitbucket-square:before {
  content: "\f171"; }

/* line 705, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-tumblr {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

/* line 710, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-tumblr-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

/* line 715, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-long-arrow-down:before {
  content: "\f309"; }

/* line 717, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-long-arrow-up:before {
  content: "\f30c"; }

/* line 719, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-long-arrow-left:before {
  content: "\f30a"; }

/* line 721, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-long-arrow-right:before {
  content: "\f30b"; }

/* line 723, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-apple {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

/* line 728, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-windows {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

/* line 733, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-android {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

/* line 738, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-linux {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

/* line 743, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-dribbble {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

/* line 748, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-skype {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

/* line 753, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-foursquare {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

/* line 758, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-trello {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

/* line 763, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-gratipay {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

/* line 768, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-gittip {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

/* line 772, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-gittip:before {
  content: "\f184"; }

/* line 774, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-sun-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

/* line 778, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-sun-o:before {
  content: "\f185"; }

/* line 780, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-moon-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

/* line 784, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-moon-o:before {
  content: "\f186"; }

/* line 786, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-vk {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

/* line 791, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-weibo {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

/* line 796, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-renren {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

/* line 801, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-pagelines {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

/* line 806, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-stack-exchange {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

/* line 811, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-arrow-circle-o-right {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

/* line 815, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-arrow-circle-o-right:before {
  content: "\f35a"; }

/* line 817, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-arrow-circle-o-left {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

/* line 821, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-arrow-circle-o-left:before {
  content: "\f359"; }

/* line 823, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-caret-square-o-left {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

/* line 827, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-caret-square-o-left:before {
  content: "\f191"; }

/* line 829, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-toggle-left {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

/* line 833, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-toggle-left:before {
  content: "\f191"; }

/* line 835, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-dot-circle-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

/* line 839, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-dot-circle-o:before {
  content: "\f192"; }

/* line 841, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-vimeo-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

/* line 846, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-try:before {
  content: "\f195"; }

/* line 848, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-turkish-lira:before {
  content: "\f195"; }

/* line 850, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-plus-square-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

/* line 854, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-plus-square-o:before {
  content: "\f0fe"; }

/* line 856, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-slack {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

/* line 861, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-wordpress {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

/* line 866, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-openid {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

/* line 871, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-institution:before {
  content: "\f19c"; }

/* line 873, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-bank:before {
  content: "\f19c"; }

/* line 875, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-mortar-board:before {
  content: "\f19d"; }

/* line 877, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-yahoo {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

/* line 882, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-google {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

/* line 887, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-reddit {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

/* line 892, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-reddit-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

/* line 897, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-stumbleupon-circle {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

/* line 902, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-stumbleupon {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

/* line 907, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-delicious {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

/* line 912, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-digg {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

/* line 917, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-pied-piper-pp {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

/* line 922, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-pied-piper-alt {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

/* line 927, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-drupal {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

/* line 932, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-joomla {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

/* line 937, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-spoon:before {
  content: "\f2e5"; }

/* line 939, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-behance {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

/* line 944, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-behance-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

/* line 949, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-steam {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

/* line 954, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-steam-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

/* line 959, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-automobile:before {
  content: "\f1b9"; }

/* line 961, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-envelope-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

/* line 965, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-envelope-o:before {
  content: "\f0e0"; }

/* line 967, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-spotify {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

/* line 972, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-deviantart {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

/* line 977, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-soundcloud {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

/* line 982, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-file-pdf-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

/* line 986, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-file-pdf-o:before {
  content: "\f1c1"; }

/* line 988, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-file-word-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

/* line 992, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-file-word-o:before {
  content: "\f1c2"; }

/* line 994, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-file-excel-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

/* line 998, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-file-excel-o:before {
  content: "\f1c3"; }

/* line 1000, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-file-powerpoint-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

/* line 1004, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-file-powerpoint-o:before {
  content: "\f1c4"; }

/* line 1006, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-file-image-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

/* line 1010, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-file-image-o:before {
  content: "\f1c5"; }

/* line 1012, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-file-photo-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

/* line 1016, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-file-photo-o:before {
  content: "\f1c5"; }

/* line 1018, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-file-picture-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

/* line 1022, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-file-picture-o:before {
  content: "\f1c5"; }

/* line 1024, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-file-archive-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

/* line 1028, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-file-archive-o:before {
  content: "\f1c6"; }

/* line 1030, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-file-zip-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

/* line 1034, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-file-zip-o:before {
  content: "\f1c6"; }

/* line 1036, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-file-audio-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

/* line 1040, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-file-audio-o:before {
  content: "\f1c7"; }

/* line 1042, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-file-sound-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

/* line 1046, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-file-sound-o:before {
  content: "\f1c7"; }

/* line 1048, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-file-video-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

/* line 1052, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-file-video-o:before {
  content: "\f1c8"; }

/* line 1054, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-file-movie-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

/* line 1058, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-file-movie-o:before {
  content: "\f1c8"; }

/* line 1060, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-file-code-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

/* line 1064, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-file-code-o:before {
  content: "\f1c9"; }

/* line 1066, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-vine {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

/* line 1071, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-codepen {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

/* line 1076, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-jsfiddle {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

/* line 1081, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-life-ring {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

/* line 1086, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-life-bouy {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

/* line 1090, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-life-bouy:before {
  content: "\f1cd"; }

/* line 1092, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-life-buoy {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

/* line 1096, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-life-buoy:before {
  content: "\f1cd"; }

/* line 1098, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-life-saver {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

/* line 1102, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-life-saver:before {
  content: "\f1cd"; }

/* line 1104, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-support {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

/* line 1108, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-support:before {
  content: "\f1cd"; }

/* line 1110, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-circle-o-notch:before {
  content: "\f1ce"; }

/* line 1112, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-rebel {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

/* line 1117, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-ra {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

/* line 1121, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-ra:before {
  content: "\f1d0"; }

/* line 1123, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-resistance {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

/* line 1127, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-resistance:before {
  content: "\f1d0"; }

/* line 1129, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-empire {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

/* line 1134, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-ge {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

/* line 1138, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-ge:before {
  content: "\f1d1"; }

/* line 1140, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-git-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

/* line 1145, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-git {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

/* line 1150, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-hacker-news {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

/* line 1155, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-y-combinator-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

/* line 1159, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-y-combinator-square:before {
  content: "\f1d4"; }

/* line 1161, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-yc-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

/* line 1165, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-yc-square:before {
  content: "\f1d4"; }

/* line 1167, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-tencent-weibo {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

/* line 1172, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-qq {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

/* line 1177, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-weixin {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

/* line 1182, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-wechat {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

/* line 1186, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-wechat:before {
  content: "\f1d7"; }

/* line 1188, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-send:before {
  content: "\f1d8"; }

/* line 1190, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-paper-plane-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

/* line 1194, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-paper-plane-o:before {
  content: "\f1d8"; }

/* line 1196, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-send-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

/* line 1200, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-send-o:before {
  content: "\f1d8"; }

/* line 1202, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-circle-thin {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

/* line 1206, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-circle-thin:before {
  content: "\f111"; }

/* line 1208, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-header:before {
  content: "\f1dc"; }

/* line 1210, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-sliders:before {
  content: "\f1de"; }

/* line 1212, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-futbol-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

/* line 1216, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-futbol-o:before {
  content: "\f1e3"; }

/* line 1218, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-soccer-ball-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

/* line 1222, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-soccer-ball-o:before {
  content: "\f1e3"; }

/* line 1224, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-slideshare {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

/* line 1229, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-twitch {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

/* line 1234, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-yelp {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

/* line 1239, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-newspaper-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

/* line 1243, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-newspaper-o:before {
  content: "\f1ea"; }

/* line 1245, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-paypal {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

/* line 1250, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-google-wallet {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

/* line 1255, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-cc-visa {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

/* line 1260, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-cc-mastercard {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

/* line 1265, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-cc-discover {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

/* line 1270, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-cc-amex {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

/* line 1275, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-cc-paypal {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

/* line 1280, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-cc-stripe {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

/* line 1285, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-bell-slash-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

/* line 1289, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-bell-slash-o:before {
  content: "\f1f6"; }

/* line 1291, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-trash:before {
  content: "\f2ed"; }

/* line 1293, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-copyright {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

/* line 1298, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-eyedropper:before {
  content: "\f1fb"; }

/* line 1300, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-area-chart:before {
  content: "\f1fe"; }

/* line 1302, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-pie-chart:before {
  content: "\f200"; }

/* line 1304, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-line-chart:before {
  content: "\f201"; }

/* line 1306, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-lastfm {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

/* line 1311, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-lastfm-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

/* line 1316, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-ioxhost {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

/* line 1321, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-angellist {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

/* line 1326, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-cc {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

/* line 1330, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-cc:before {
  content: "\f20a"; }

/* line 1332, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-ils:before {
  content: "\f20b"; }

/* line 1334, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-shekel:before {
  content: "\f20b"; }

/* line 1336, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-sheqel:before {
  content: "\f20b"; }

/* line 1338, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-meanpath {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

/* line 1342, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-meanpath:before {
  content: "\f2b4"; }

/* line 1344, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-buysellads {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

/* line 1349, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-connectdevelop {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

/* line 1354, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-dashcube {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

/* line 1359, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-forumbee {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

/* line 1364, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-leanpub {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

/* line 1369, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-sellsy {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

/* line 1374, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-shirtsinbulk {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

/* line 1379, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-simplybuilt {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

/* line 1384, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-skyatlas {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

/* line 1389, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-diamond {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

/* line 1393, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-diamond:before {
  content: "\f3a5"; }

/* line 1395, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-intersex:before {
  content: "\f224"; }

/* line 1397, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-facebook-official {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

/* line 1401, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-facebook-official:before {
  content: "\f09a"; }

/* line 1403, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-pinterest-p {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

/* line 1408, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-whatsapp {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

/* line 1413, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-hotel:before {
  content: "\f236"; }

/* line 1415, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-viacoin {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

/* line 1420, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-medium {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

/* line 1425, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-y-combinator {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

/* line 1430, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-yc {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

/* line 1434, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-yc:before {
  content: "\f23b"; }

/* line 1436, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-optin-monster {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

/* line 1441, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-opencart {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

/* line 1446, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-expeditedssl {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

/* line 1451, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-battery-4:before {
  content: "\f240"; }

/* line 1453, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-battery:before {
  content: "\f240"; }

/* line 1455, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-battery-3:before {
  content: "\f241"; }

/* line 1457, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-battery-2:before {
  content: "\f242"; }

/* line 1459, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-battery-1:before {
  content: "\f243"; }

/* line 1461, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-battery-0:before {
  content: "\f244"; }

/* line 1463, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-object-group {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

/* line 1468, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-object-ungroup {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

/* line 1473, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-sticky-note-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

/* line 1477, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-sticky-note-o:before {
  content: "\f249"; }

/* line 1479, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-cc-jcb {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

/* line 1484, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-cc-diners-club {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

/* line 1489, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-clone {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

/* line 1494, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-hourglass-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

/* line 1498, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-hourglass-o:before {
  content: "\f254"; }

/* line 1500, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-hourglass-1:before {
  content: "\f251"; }

/* line 1502, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-hourglass-2:before {
  content: "\f252"; }

/* line 1504, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-hourglass-3:before {
  content: "\f253"; }

/* line 1506, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-hand-rock-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

/* line 1510, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-hand-rock-o:before {
  content: "\f255"; }

/* line 1512, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-hand-grab-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

/* line 1516, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-hand-grab-o:before {
  content: "\f255"; }

/* line 1518, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-hand-paper-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

/* line 1522, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-hand-paper-o:before {
  content: "\f256"; }

/* line 1524, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-hand-stop-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

/* line 1528, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-hand-stop-o:before {
  content: "\f256"; }

/* line 1530, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-hand-scissors-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

/* line 1534, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-hand-scissors-o:before {
  content: "\f257"; }

/* line 1536, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-hand-lizard-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

/* line 1540, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-hand-lizard-o:before {
  content: "\f258"; }

/* line 1542, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-hand-spock-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

/* line 1546, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-hand-spock-o:before {
  content: "\f259"; }

/* line 1548, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-hand-pointer-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

/* line 1552, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-hand-pointer-o:before {
  content: "\f25a"; }

/* line 1554, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-hand-peace-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

/* line 1558, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-hand-peace-o:before {
  content: "\f25b"; }

/* line 1560, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-registered {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

/* line 1565, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-creative-commons {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

/* line 1570, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-gg {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

/* line 1575, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-gg-circle {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

/* line 1580, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-tripadvisor {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

/* line 1585, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-odnoklassniki {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

/* line 1590, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-odnoklassniki-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

/* line 1595, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-get-pocket {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

/* line 1600, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-wikipedia-w {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

/* line 1605, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-safari {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

/* line 1610, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-chrome {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

/* line 1615, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-firefox {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

/* line 1620, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-opera {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

/* line 1625, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-internet-explorer {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

/* line 1630, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-television:before {
  content: "\f26c"; }

/* line 1632, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-contao {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

/* line 1637, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-500px {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

/* line 1642, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-amazon {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

/* line 1647, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-calendar-plus-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

/* line 1651, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-calendar-plus-o:before {
  content: "\f271"; }

/* line 1653, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-calendar-minus-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

/* line 1657, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-calendar-minus-o:before {
  content: "\f272"; }

/* line 1659, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-calendar-times-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

/* line 1663, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-calendar-times-o:before {
  content: "\f273"; }

/* line 1665, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-calendar-check-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

/* line 1669, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-calendar-check-o:before {
  content: "\f274"; }

/* line 1671, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-map-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

/* line 1675, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-map-o:before {
  content: "\f279"; }

/* line 1677, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-commenting:before {
  content: "\f4ad"; }

/* line 1679, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-commenting-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

/* line 1683, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-commenting-o:before {
  content: "\f4ad"; }

/* line 1685, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-houzz {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

/* line 1690, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-vimeo {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

/* line 1694, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-vimeo:before {
  content: "\f27d"; }

/* line 1696, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-black-tie {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

/* line 1701, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-fonticons {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

/* line 1706, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-reddit-alien {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

/* line 1711, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-edge {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

/* line 1716, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-credit-card-alt:before {
  content: "\f09d"; }

/* line 1718, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-codiepie {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

/* line 1723, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-modx {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

/* line 1728, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-fort-awesome {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

/* line 1733, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-usb {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

/* line 1738, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-product-hunt {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

/* line 1743, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-mixcloud {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

/* line 1748, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-scribd {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

/* line 1753, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-pause-circle-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

/* line 1757, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-pause-circle-o:before {
  content: "\f28b"; }

/* line 1759, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-stop-circle-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

/* line 1763, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-stop-circle-o:before {
  content: "\f28d"; }

/* line 1765, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-bluetooth {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

/* line 1770, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-bluetooth-b {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

/* line 1775, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-gitlab {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

/* line 1780, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-wpbeginner {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

/* line 1785, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-wpforms {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

/* line 1790, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-envira {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

/* line 1795, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-wheelchair-alt {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

/* line 1799, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-wheelchair-alt:before {
  content: "\f368"; }

/* line 1801, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-question-circle-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

/* line 1805, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-question-circle-o:before {
  content: "\f059"; }

/* line 1807, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-volume-control-phone:before {
  content: "\f2a0"; }

/* line 1809, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-asl-interpreting:before {
  content: "\f2a3"; }

/* line 1811, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-deafness:before {
  content: "\f2a4"; }

/* line 1813, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-hard-of-hearing:before {
  content: "\f2a4"; }

/* line 1815, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-glide {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

/* line 1820, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-glide-g {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

/* line 1825, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-signing:before {
  content: "\f2a7"; }

/* line 1827, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-viadeo {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

/* line 1832, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-viadeo-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

/* line 1837, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-snapchat {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

/* line 1842, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-snapchat-ghost {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

/* line 1847, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-snapchat-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

/* line 1852, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-pied-piper {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

/* line 1857, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-first-order {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

/* line 1862, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-yoast {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

/* line 1867, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-themeisle {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

/* line 1872, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-google-plus-official {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

/* line 1876, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-google-plus-official:before {
  content: "\f2b3"; }

/* line 1878, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-google-plus-circle {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

/* line 1882, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-google-plus-circle:before {
  content: "\f2b3"; }

/* line 1884, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-font-awesome {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

/* line 1889, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-fa {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

/* line 1893, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-fa:before {
  content: "\f2b4"; }

/* line 1895, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-handshake-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

/* line 1899, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-handshake-o:before {
  content: "\f2b5"; }

/* line 1901, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-envelope-open-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

/* line 1905, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-envelope-open-o:before {
  content: "\f2b6"; }

/* line 1907, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-linode {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

/* line 1912, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-address-book-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

/* line 1916, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-address-book-o:before {
  content: "\f2b9"; }

/* line 1918, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-vcard:before {
  content: "\f2bb"; }

/* line 1920, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-address-card-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

/* line 1924, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-address-card-o:before {
  content: "\f2bb"; }

/* line 1926, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-vcard-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

/* line 1930, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-vcard-o:before {
  content: "\f2bb"; }

/* line 1932, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-user-circle-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

/* line 1936, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-user-circle-o:before {
  content: "\f2bd"; }

/* line 1938, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-user-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

/* line 1942, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-user-o:before {
  content: "\f007"; }

/* line 1944, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-id-badge {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

/* line 1949, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-drivers-license:before {
  content: "\f2c2"; }

/* line 1951, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-id-card-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

/* line 1955, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-id-card-o:before {
  content: "\f2c2"; }

/* line 1957, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-drivers-license-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

/* line 1961, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-drivers-license-o:before {
  content: "\f2c2"; }

/* line 1963, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-quora {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

/* line 1968, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-free-code-camp {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

/* line 1973, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-telegram {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

/* line 1978, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-thermometer-4:before {
  content: "\f2c7"; }

/* line 1980, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-thermometer:before {
  content: "\f2c7"; }

/* line 1982, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-thermometer-3:before {
  content: "\f2c8"; }

/* line 1984, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-thermometer-2:before {
  content: "\f2c9"; }

/* line 1986, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-thermometer-1:before {
  content: "\f2ca"; }

/* line 1988, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-thermometer-0:before {
  content: "\f2cb"; }

/* line 1990, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-bathtub:before {
  content: "\f2cd"; }

/* line 1992, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-s15:before {
  content: "\f2cd"; }

/* line 1994, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-window-maximize {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

/* line 1999, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-window-restore {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

/* line 2004, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-times-rectangle:before {
  content: "\f410"; }

/* line 2006, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-window-close-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

/* line 2010, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-window-close-o:before {
  content: "\f410"; }

/* line 2012, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-times-rectangle-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

/* line 2016, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-times-rectangle-o:before {
  content: "\f410"; }

/* line 2018, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-bandcamp {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

/* line 2023, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-grav {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

/* line 2028, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-etsy {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

/* line 2033, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-imdb {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

/* line 2038, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-ravelry {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

/* line 2043, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-eercast {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

/* line 2047, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-eercast:before {
  content: "\f2da"; }

/* line 2049, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-snowflake-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

/* line 2053, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-snowflake-o:before {
  content: "\f2dc"; }

/* line 2055, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-superpowers {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

/* line 2060, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-wpexplorer {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

/* line 2065, ../../sass/vendors/fontawesome/_shims.scss */
.fa.fa-cab:before {
  content: "\f1ba"; }

/*-----------------------------------------------------------------
=== File Information ==============================================
=== Software: CombiPlate AB - Landlord portal
=== File: components/_tooltip.scss
=== Description: This file covers all tooltip scss
=== Version: 1.0
=== Author: Linus Carlström <linus@combiplate.com>
=== Author URI: http://combiplate.com
---------------------------------------------------------------- */
/*-----------------------------------------------------------------
=== Animate =======================================================
 *  Define the keyframes for our animation
---------------------------------------------------------------- */
@-moz-keyframes fadein {
  /* line 16, ../../sass/components/_tooltip.scss */
  from {
    opacity: 0; }

  /* line 17, ../../sass/components/_tooltip.scss */
  to {
    opacity: 0.9; } }
@-webkit-keyframes fadein {
  /* line 16, ../../sass/components/_tooltip.scss */
  from {
    opacity: 0; }

  /* line 17, ../../sass/components/_tooltip.scss */
  to {
    opacity: 0.9; } }
@keyframes fadein {
  /* line 16, ../../sass/components/_tooltip.scss */
  from {
    opacity: 0; }

  /* line 17, ../../sass/components/_tooltip.scss */
  to {
    opacity: 0.9; } }
/*-----------------------------------------------------------------
=== Basic tooltip =================================================
 1  Define the tooltip
 2	Define the text are of the tooltip
 3	Set the default opacity value of the tooltip
 4  Assign the animation to the tooltip
 5  Assign the tooltip and arrow positions
 6	Define the arrow
---------------------------------------------------------------- */
/* line 29, ../../sass/components/_tooltip.scss */
.tooltip {
  /* 1 */
  position: absolute;
  z-index: 1070;
  display: block;
  visibility: visible;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  font-size: 14px;
  font-size: 1.4rem; }
  /* line 39, ../../sass/components/_tooltip.scss */
  .tooltip .tooltip-inner {
    /* 2 */
    max-width: 200px;
    padding: 5px;
    background-color: black;
    border-radius: 4px;
    color: white;
    text-align: center;
    text-decoration: none; }
  /* line 50, ../../sass/components/_tooltip.scss */
  .tooltip.in {
    /* 3 */
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
    opacity: 0.9; }
  /* line 54, ../../sass/components/_tooltip.scss */
  .tooltip.fade {
    /* 4 */
    -moz-animation: fadein 0.5s;
    -webkit-animation: fadein 0.5s;
    animation: fadein 0.5s; }
  /* line 58, ../../sass/components/_tooltip.scss */
  .tooltip.top {
    /* 5 */
    margin-top: -12px;
    padding: 5px 0; }
    /* line 62, ../../sass/components/_tooltip.scss */
    .tooltip.top .tooltip-arrow {
      bottom: 0;
      left: 50%;
      margin-left: -5px;
      border-width: 5px 5px 0;
      border-top-color: black; }
  /* line 72, ../../sass/components/_tooltip.scss */
  .tooltip.right {
    margin-left: 3px;
    padding: 0 5px; }
    /* line 76, ../../sass/components/_tooltip.scss */
    .tooltip.right .tooltip-arrow {
      top: 50%;
      left: 0;
      margin-top: -5px;
      border-width: 5px 5px 5px 0;
      border-right-color: black; }
  /* line 86, ../../sass/components/_tooltip.scss */
  .tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0; }
    /* line 90, ../../sass/components/_tooltip.scss */
    .tooltip.bottom .tooltip-arrow {
      top: 0;
      left: 50%;
      margin-left: -5px;
      border-width: 0 5px 5px;
      border-bottom-color: black; }
  /* line 100, ../../sass/components/_tooltip.scss */
  .tooltip.left {
    margin-left: -3px;
    padding: 0 5px; }
    /* line 104, ../../sass/components/_tooltip.scss */
    .tooltip.left .tooltip-arrow {
      top: 50%;
      right: 0;
      margin-top: -5px;
      border-width: 5px 0 5px 5px;
      border-left-color: black; }
  /* line 114, ../../sass/components/_tooltip.scss */
  .tooltip .tooltip-arrow {
    /* 6 */
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid; }

/*-----------------------------------------------------------------
=== Custom tooltip ================================================
 *  This is where we assign the "themes" for the tooltip,
 	If we dont add a "cls" during the creation of the tooltip, it
 	will remain black as default
 1	Information tooltip
 2	Warning tooltip
---------------------------------------------------------------- */
/* line 133, ../../sass/components/_tooltip.scss */
.tooltip.info {
  /* 1 */ }
  /* line 135, ../../sass/components/_tooltip.scss */
  .tooltip.info.top .tooltip-arrow {
    border-top-color: #6b9ce1; }
  /* line 141, ../../sass/components/_tooltip.scss */
  .tooltip.info.right .tooltip-arrow {
    border-right-color: #6b9ce1; }
  /* line 147, ../../sass/components/_tooltip.scss */
  .tooltip.info.bottom .tooltip-arrow {
    border-bottom-color: #6b9ce1; }
  /* line 153, ../../sass/components/_tooltip.scss */
  .tooltip.info.left .tooltip-arrow {
    border-left-color: #6b9ce1; }
  /* line 158, ../../sass/components/_tooltip.scss */
  .tooltip.info .tooltip-inner {
    background-color: #6b9ce1; }

/* line 163, ../../sass/components/_tooltip.scss */
.tooltip.warning {
  /* 2 */ }
  /* line 165, ../../sass/components/_tooltip.scss */
  .tooltip.warning.top .tooltip-arrow {
    border-top-color: #db706c; }
  /* line 171, ../../sass/components/_tooltip.scss */
  .tooltip.warning.right .tooltip-arrow {
    border-right-color: #db706c; }
  /* line 177, ../../sass/components/_tooltip.scss */
  .tooltip.warning.bottom .tooltip-arrow {
    border-bottom-color: #db706c; }
  /* line 183, ../../sass/components/_tooltip.scss */
  .tooltip.warning.left .tooltip-arrow {
    border-left-color: #db706c; }
  /* line 188, ../../sass/components/_tooltip.scss */
  .tooltip.warning .tooltip-inner {
    background-color: #db706c; }

/*-----------------------------------------------------------------
===	File Information ==============================================
===	Software: CombiPlate AB - Landlord portal
===	File: components/_toast.scss
===	Description: This file covers the toast notifications
===	Version: 1.0
===	Author: Linus Carlström <linus@combiplate.com>
===	Author URI: http://combiplate.com
---------------------------------------------------------------- */
/*-----------------------------------------------------------------
=== Animate =======================================================
 *  Define the keyframes for our animation
---------------------------------------------------------------- */
@-moz-keyframes toastin {
  /* line 16, ../../sass/components/_toast.scss */
  from {
    opacity: 0;
    -moz-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1); }

  /* line 21, ../../sass/components/_toast.scss */
  to {
    opacity: 1; } }
@-webkit-keyframes toastin {
  /* line 16, ../../sass/components/_toast.scss */
  from {
    opacity: 0;
    -webkit-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1); }

  /* line 21, ../../sass/components/_toast.scss */
  to {
    opacity: 1; } }
@keyframes toastin {
  /* line 16, ../../sass/components/_toast.scss */
  from {
    opacity: 0;
    -moz-transform: scale3d(1.1, 1.1, 1);
    -ms-transform: scale3d(1.1, 1.1, 1);
    -webkit-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1); }

  /* line 21, ../../sass/components/_toast.scss */
  to {
    opacity: 1; } }
@-moz-keyframes toastout {
  /* line 25, ../../sass/components/_toast.scss */
  from {
    opacity: 1; }

  /* line 27, ../../sass/components/_toast.scss */
  to {
    opacity: 0;
    -moz-transform: scale3d(0.4, 0.4, 1);
    transform: scale3d(0.4, 0.4, 1);
    transform-origin: 100% top; } }
@-webkit-keyframes toastout {
  /* line 25, ../../sass/components/_toast.scss */
  from {
    opacity: 1; }

  /* line 27, ../../sass/components/_toast.scss */
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.4, 0.4, 1);
    transform: scale3d(0.4, 0.4, 1);
    transform-origin: 100% top; } }
@keyframes toastout {
  /* line 25, ../../sass/components/_toast.scss */
  from {
    opacity: 1; }

  /* line 27, ../../sass/components/_toast.scss */
  to {
    opacity: 0;
    -moz-transform: scale3d(0.4, 0.4, 1);
    -ms-transform: scale3d(0.4, 0.4, 1);
    -webkit-transform: scale3d(0.4, 0.4, 1);
    transform: scale3d(0.4, 0.4, 1);
    transform-origin: 100% top; } }
/*-----------------------------------------------------------------
=== Toast  ========================================================
 *  Define the toast notification base
---------------------------------------------------------------- */
/* line 38, ../../sass/components/_toast.scss */
#toast-container {
  z-index: 9999;
  width: 320px;
  position: absolute; }
  /* line 43, ../../sass/components/_toast.scss */
  #toast-container.p-tr {
    top: 10px;
    right: 10px; }
  /* line 44, ../../sass/components/_toast.scss */
  #toast-container.p-tl {
    top: 10px;
    left: 10px; }
  /* line 45, ../../sass/components/_toast.scss */
  #toast-container.p-tc {
    top: 10px;
    left: 0;
    right: 0;
    margin: 0 auto; }
  /* line 46, ../../sass/components/_toast.scss */
  #toast-container.p-br {
    bottom: 10px;
    right: 10px; }
  /* line 47, ../../sass/components/_toast.scss */
  #toast-container.p-bl {
    bottom: 10px;
    left: 10px; }
  /* line 48, ../../sass/components/_toast.scss */
  #toast-container.p-bc {
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto; }

/* line 51, ../../sass/components/_toast.scss */
.toast {
  display: table;
  width: 100%;
  margin: 10px 0;
  padding: 10px;
  padding-left: 0;
  color: white;
  cursor: pointer;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -moz-animation: toastin 0.5s forwards;
  -webkit-animation: toastin 0.5s forwards;
  animation: toastin 0.5s forwards; }
  /* line 65, ../../sass/components/_toast.scss */
  .toast:first-of-type {
    margin-top: 0; }
  /* line 67, ../../sass/components/_toast.scss */
  .toast .toast-icon,
  .toast .toast-content {
    display: table-cell;
    vertical-align: middle; }
  /* line 73, ../../sass/components/_toast.scss */
  .toast .toast-icon {
    text-align: center;
    font-size: 28px;
    font-size: 2.8rem;
    width: 80px; }
  /* line 79, ../../sass/components/_toast.scss */
  .toast .toast-content {
    width: 240px; }
    /* line 82, ../../sass/components/_toast.scss */
    .toast .toast-content .toast-title {
      font-weight: 400; }
  /* line 88, ../../sass/components/_toast.scss */
  .toast.toast-out {
    -moz-animation: toastout 0.5s;
    -webkit-animation: toastout 0.5s;
    animation: toastout 0.5s; }

/* line 91, ../../sass/components/_toast.scss */
.toast-success {
  background: #9ec74b; }

/* line 92, ../../sass/components/_toast.scss */
.toast-info {
  background: #6b9ce1; }

/* line 93, ../../sass/components/_toast.scss */
.toast-warning {
  background: #f3ab52; }

/* line 94, ../../sass/components/_toast.scss */
.toast-error {
  background: #db706c; }

/*-----------------------------------------------------------------
=== File Information ==============================================
=== Software: CombiPlate AB - Landlord portal
=== File: components/_window.scss
=== Description: This file covers all our custom dialogs
=== Version: 1.0
=== Author: Linus Carlström <linus@combiplate.com>
=== Author URI: http://combiplate.com
---------------------------------------------------------------- */
/*-----------------------------------------------------------------
=== Animate =======================================================
 *  Define the keyframes for our animation
---------------------------------------------------------------- */
@-moz-keyframes dialogFadeIn {
  /* line 16, ../../sass/components/_dialog.scss */
  0% {
    opacity: 0; }

  /* line 17, ../../sass/components/_dialog.scss */
  100% {
    opacity: 1; } }
@-webkit-keyframes dialogFadeIn {
  /* line 16, ../../sass/components/_dialog.scss */
  0% {
    opacity: 0; }

  /* line 17, ../../sass/components/_dialog.scss */
  100% {
    opacity: 1; } }
@keyframes dialogFadeIn {
  /* line 16, ../../sass/components/_dialog.scss */
  0% {
    opacity: 0; }

  /* line 17, ../../sass/components/_dialog.scss */
  100% {
    opacity: 1; } }
@-moz-keyframes dialogFadeOut {
  /* line 21, ../../sass/components/_dialog.scss */
  0% {
    opacity: 1; }

  /* line 22, ../../sass/components/_dialog.scss */
  100% {
    opacity: 0; } }
@-webkit-keyframes dialogFadeOut {
  /* line 21, ../../sass/components/_dialog.scss */
  0% {
    opacity: 1; }

  /* line 22, ../../sass/components/_dialog.scss */
  100% {
    opacity: 0; } }
@keyframes dialogFadeOut {
  /* line 21, ../../sass/components/_dialog.scss */
  0% {
    opacity: 1; }

  /* line 22, ../../sass/components/_dialog.scss */
  100% {
    opacity: 0; } }
@-moz-keyframes scalein {
  /* line 26, ../../sass/components/_dialog.scss */
  0% {
    opacity: 0;
    -moz-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1); }

  /* line 27, ../../sass/components/_dialog.scss */
  100% {
    opacity: 1;
    -moz-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
@-webkit-keyframes scalein {
  /* line 26, ../../sass/components/_dialog.scss */
  0% {
    opacity: 0;
    -webkit-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1); }

  /* line 27, ../../sass/components/_dialog.scss */
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
@keyframes scalein {
  /* line 26, ../../sass/components/_dialog.scss */
  0% {
    opacity: 0;
    -moz-transform: scale3d(1.1, 1.1, 1);
    -ms-transform: scale3d(1.1, 1.1, 1);
    -webkit-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1); }

  /* line 27, ../../sass/components/_dialog.scss */
  100% {
    opacity: 1;
    -moz-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
@-moz-keyframes scaleout {
  /* line 31, ../../sass/components/_dialog.scss */
  0% {
    opacity: 1; }

  /* line 32, ../../sass/components/_dialog.scss */
  100% {
    opacity: 0;
    -moz-transform: scale3d(0.9, 0.9, 1);
    transform: scale3d(0.9, 0.9, 1); } }
@-webkit-keyframes scaleout {
  /* line 31, ../../sass/components/_dialog.scss */
  0% {
    opacity: 1; }

  /* line 32, ../../sass/components/_dialog.scss */
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.9, 0.9, 1);
    transform: scale3d(0.9, 0.9, 1); } }
@keyframes scaleout {
  /* line 31, ../../sass/components/_dialog.scss */
  0% {
    opacity: 1; }

  /* line 32, ../../sass/components/_dialog.scss */
  100% {
    opacity: 0;
    -moz-transform: scale3d(0.9, 0.9, 1);
    -ms-transform: scale3d(0.9, 0.9, 1);
    -webkit-transform: scale3d(0.9, 0.9, 1);
    transform: scale3d(0.9, 0.9, 1); } }
/*-----------------------------------------------------------------
=== Dialog base ===================================================
 *	Definte the dialog base
 1	Set the close animations
 2	IE 10 Z-index fix
---------------------------------------------------------------- */
/* line 41, ../../sass/components/_dialog.scss */
#dialog {
  display: flex;
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center; }
  /* line 54, ../../sass/components/_dialog.scss */
  #dialog.open {
    display: flex; }
  /* line 59, ../../sass/components/_dialog.scss */
  #dialog.close {
    /* 1 */ }
    /* line 60, ../../sass/components/_dialog.scss */
    #dialog.close .dialog-overlay {
      -moz-animation: dialogFadeOut 0.2s linear;
      -webkit-animation: dialogFadeOut 0.2s linear;
      animation: dialogFadeOut 0.2s linear;
      -moz-animation-fill-mode: forwards;
      -webkit-animation-fill-mode: forwards;
      animation-fill-mode: forwards; }
    /* line 65, ../../sass/components/_dialog.scss */
    #dialog.close .dialog-content {
      -moz-animation: scaleout 0.2s linear;
      -webkit-animation: scaleout 0.2s linear;
      animation: scaleout 0.2s linear;
      -moz-animation-fill-mode: forwards;
      -webkit-animation-fill-mode: forwards;
      animation-fill-mode: forwards; }

/* line 72, ../../sass/components/_dialog.scss */
.dialog-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  background: rgba(55, 58, 71, 0.9);
  -moz-animation: dialogFadeIn 0.2s linear;
  -webkit-animation: dialogFadeIn 0.2s linear;
  animation: dialogFadeIn 0.2s linear; }

/* line 85, ../../sass/components/_dialog.scss */
.dialog-content {
  position: relative;
  /* 2 */
  min-width: 290px;
  max-width: 560px;
  width: 50%;
  z-index: 5;
  background: white;
  -moz-animation: scalein 0.2s linear;
  -webkit-animation: scalein 0.2s linear;
  animation: scalein 0.2s linear; }

/*-----------------------------------------------------------------
=== Dialog Content ================================================
 *	Definte dialog content
 1	Target body item if there is any
---------------------------------------------------------------- */
/* line 102, ../../sass/components/_dialog.scss */
.dialog-content .title {
  font-size: 23px;
  font-size: 2.3rem;
  font-weight: 400;
  line-height: 23px;
  line-height: 2.3rem;
  padding: 30px;
  cursor: url("data:image/vnd.microsoft.icon;base64,AAACAAEAICACAAcABQAwAQAAFgAAACgAAAAgAAAAQAAAAAEAAQAAAAAAAAEAAAAAAAAAAAAAAgAAAAAAAAAAAAAA////AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD8AAAA/AAAAfwAAAP+AAAH/gAAB/8AAA//AAAd/wAAGf+AAAH9gAADbYAAA2yAAAZsAAAGbAAAAGAAAAAAAAA//////////////////////////////////////////////////////////////////////////////////////gH///4B///8Af//+AD///AA///wAH//4AB//8AAf//AAD//5AA///gAP//4AD//8AF///AB///5A////5///8="), all-scroll;
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab; }
  /* line 110, ../../sass/components/_dialog.scss */
  .dialog-content .title:active {
    cursor: url("data:image/vnd.microsoft.icon;base64,AAACAAEAICACAAcABQAwAQAAFgAAACgAAAAgAAAAQAAAAAEAAQAAAAAAAAEAAAAAAAAAAAAAAgAAAAAAAAAAAAAA////AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD8AAAA/AAAAfwAAAP+AAAH/gAAB/8AAAH/AAAB/wAAA/0AAANsAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA//////////////////////////////////////////////////////////////////////////////////////gH///4B///8Af//+AD///AA///wAH//+AB///wAf//4AH//+AD///yT/////////////////////////////8="), all-scroll;
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: -o-grabbing;
    cursor: -ms-grabbing;
    cursor: grabbing; }
  /* line 114, ../../sass/components/_dialog.scss */
  .dialog-content .title i {
    float: right;
    cursor: pointer; }

/* line 117, ../../sass/components/_dialog.scss */
.dialog-content .body {
  padding: 0 30px 30px; }
  /* line 120, ../../sass/components/_dialog.scss */
  .dialog-content .body p + div {
    /* 1 */
    margin-top: 10px; }
  /* line 124, ../../sass/components/_dialog.scss */
  .dialog-content .body.body-scroll {
    position: relative;
    height: 400px;
    overflow-y: hidden; }
  /* line 130, ../../sass/components/_dialog.scss */
  .dialog-content .body.body-scroll + .footer {
    padding: 30px;
    -moz-box-shadow: rgba(0, 0, 0, 0.5) 0 -1px 3px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0 -1px 3px;
    box-shadow: rgba(0, 0, 0, 0.5) 0 -1px 3px; }

/* line 136, ../../sass/components/_dialog.scss */
.dialog-content .footer {
  padding: 0 30px 30px;
  text-align: center; }
  /* line 140, ../../sass/components/_dialog.scss */
  .dialog-content .footer button {
    margin-left: 10px; }
    /* line 143, ../../sass/components/_dialog.scss */
    .dialog-content .footer button:first-child {
      margin-left: 0; }

/*-----------------------------------------------------------------
=== Dialog styles =================================================
 1	Edit
 2	Create
 3	Warning
---------------------------------------------------------------- */
/* line 159, ../../sass/components/_dialog.scss */
.dialog-edit .body,
.dialog-create .body,
.dialog-warning .body {
  padding: 30px; }

/* line 162, ../../sass/components/_dialog.scss */
.dialog-edit {
  /* 1 */ }
  /* line 163, ../../sass/components/_dialog.scss */
  .dialog-edit .title {
    background: #f3ab52;
    color: white; }

/* line 169, ../../sass/components/_dialog.scss */
.dialog-create {
  /* 2 */ }
  /* line 170, ../../sass/components/_dialog.scss */
  .dialog-create .title {
    background: #9ec74b;
    color: white; }

/* line 176, ../../sass/components/_dialog.scss */
.dialog-warning {
  /* 3 */ }
  /* line 177, ../../sass/components/_dialog.scss */
  .dialog-warning .title {
    background: #9ec74b;
    color: white; }

/*-----------------------------------------------------------------
===	File Information ==============================================
===	Software: CombiPlate AB - Landlord portal
===	File: components/form/_input.scss
===	Description: This file all the input thingies
===	Version: 1.0
===	Author: Linus Carlström <linus@combiplate.com>
===	Author URI: http://combiplate.com
---------------------------------------------------------------- */
/*-----------------------------------------------------------------
===	Animate =======================================================
 *	Define the keyframes for our animation
---------------------------------------------------------------- */
@-moz-keyframes shake {
  /* line 16, ../../sass/components/form/_input.scss */
  8%, 41% {
    -moz-transform: translateX(-10px);
    transform: translateX(-10px); }

  /* line 17, ../../sass/components/form/_input.scss */
  25%, 58% {
    -moz-transform: translateX(10px);
    transform: translateX(10px); }

  /* line 18, ../../sass/components/form/_input.scss */
  75% {
    -moz-transform: translateX(-5px);
    transform: translateX(-5px); }

  /* line 19, ../../sass/components/form/_input.scss */
  92% {
    -moz-transform: translateX(5px);
    transform: translateX(5px); }

  /* line 20, ../../sass/components/form/_input.scss */
  0%, 100% {
    -moz-transform: translateX(0);
    transform: translateX(0); } }
@-webkit-keyframes shake {
  /* line 16, ../../sass/components/form/_input.scss */
  8%, 41% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px); }

  /* line 17, ../../sass/components/form/_input.scss */
  25%, 58% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px); }

  /* line 18, ../../sass/components/form/_input.scss */
  75% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px); }

  /* line 19, ../../sass/components/form/_input.scss */
  92% {
    -webkit-transform: translateX(5px);
    transform: translateX(5px); }

  /* line 20, ../../sass/components/form/_input.scss */
  0%, 100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
@keyframes shake {
  /* line 16, ../../sass/components/form/_input.scss */
  8%, 41% {
    -moz-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px); }

  /* line 17, ../../sass/components/form/_input.scss */
  25%, 58% {
    -moz-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -webkit-transform: translateX(10px);
    transform: translateX(10px); }

  /* line 18, ../../sass/components/form/_input.scss */
  75% {
    -moz-transform: translateX(-5px);
    -ms-transform: translateX(-5px);
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px); }

  /* line 19, ../../sass/components/form/_input.scss */
  92% {
    -moz-transform: translateX(5px);
    -ms-transform: translateX(5px);
    -webkit-transform: translateX(5px);
    transform: translateX(5px); }

  /* line 20, ../../sass/components/form/_input.scss */
  0%, 100% {
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
/*-----------------------------------------------------------------
===	Basic input ===================================================
 *	Define the basic input
 *	Consistent cross-browser height and vertical alignment fix
 	See: tinyurl.com/pvfokat
 1	Remove extra input elements in IE10 and above
 2	Prepare the input and icon wrapper
 3	Basic input wrapper
 4	Alignments
---------------------------------------------------------------- */
/* line 34, ../../sass/components/form/_input.scss */
input:not([type='checkbox']) {
  width: 100%;
  height: 39px;
  border: 0;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  color: #575757;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 300;
  text-indent: 10px;
  outline: none;
  -moz-transition: border-color 0.3s, color 0.3s;
  -o-transition: border-color 0.3s, color 0.3s;
  -webkit-transition: border-color 0.3s, color 0.3s;
  transition: border-color 0.3s, color 0.3s; }
  /* line 48, ../../sass/helpers/_mixins.scss */
  input:not([type='checkbox']).placeholder {
    color: #575757; }
  /* line 49, ../../sass/helpers/_mixins.scss */
  input:not([type='checkbox']):-moz-placeholder {
    color: #575757; }
  /* line 50, ../../sass/helpers/_mixins.scss */
  input:not([type='checkbox'])::-moz-placeholder {
    color: #575757; }
  /* line 51, ../../sass/helpers/_mixins.scss */
  input:not([type='checkbox']):-ms-input-placeholder {
    color: #575757; }
  /* line 52, ../../sass/helpers/_mixins.scss */
  input:not([type='checkbox'])::-webkit-input-placeholder {
    color: #575757; }

/* line 54, ../../sass/components/form/_input.scss */
input::-ms-clear {
  /* 1 */
  display: none; }

/* line 58, ../../sass/components/form/_input.scss */
.input-wrapper {
  position: relative;
  /* 2 */
  /* 3 */ }
  /* line 61, ../../sass/components/form/_input.scss */
  .input-wrapper label {
    display: block; }
  /* line 64, ../../sass/components/form/_input.scss */
  .input-wrapper.align-left {
    margin-top: 10px; }
    /* line 67, ../../sass/components/form/_input.scss */
    .input-wrapper.align-left label,
    .input-wrapper.align-left div,
    .input-wrapper.align-left input {
      display: inline-block; }
    /* line 71, ../../sass/components/form/_input.scss */
    .input-wrapper.align-left label {
      min-width: 115px;
      font-size: 16px;
      font-size: 1.6rem;
      font-weight: 400; }
    /* line 78, ../../sass/components/form/_input.scss */
    .input-wrapper.align-left div:first-of-type {
      width: -moz-calc(100% - 115px);
      width: -webkit-calc(100% - 115px);
      width: calc(100% - 115px); }
      /* line 80, ../../sass/components/form/_input.scss */
      .input-wrapper.align-left div:first-of-type div, .input-wrapper.align-left div:first-of-type input {
        width: 100%; }
  /* line 84, ../../sass/components/form/_input.scss */
  .input-wrapper.less-padding {
    margin-top: 0px; }

/*-----------------------------------------------------------------
===	Input icons ===================================================
 1	Change padding inside the input to make room for the icon
 2	Position input icons
 3	Fix font-awesome alignment for the icon...
---------------------------------------------------------------- */
/* line 96, ../../sass/components/form/_input.scss */
div[data-ref="inputWrap"] {
  position: relative; }

/* line 100, ../../sass/components/form/_input.scss */
input.icon {
  /* 1 */
  padding-left: 25px; }

/* line 104, ../../sass/components/form/_input.scss */
.input-icon {
  /* 2 */
  position: absolute;
  left: 5px;
  bottom: 0;
  height: 39px;
  width: 30px;
  line-height: 40px;
  /* 3 */
  text-align: center;
  color: #575757; }

/*-----------------------------------------------------------------
===	Ivalid input ==================================================
 1	Define the invalid input
 2	Define the invalid input icon
 3	Shake the invalid input
 4	If the input has an icon, shake this as well
---------------------------------------------------------------- */
/* line 125, ../../sass/components/form/_input.scss */
input.invalid {
  /* 1 */
  border-color: #db706c !important;
  color: #db706c !important; }

/* line 130, ../../sass/components/form/_input.scss */
input.invalid + .input-icon {
  /* 2 */
  color: #db706c !important; }

/* line 134, ../../sass/components/form/_input.scss */
input.shake {
  /* 3 */
  -moz-animation: shake 0.5s linear;
  -webkit-animation: shake 0.5s linear;
  animation: shake 0.5s linear; }
  /* line 137, ../../sass/components/form/_input.scss */
  input.shake ~ .input-icon, input.shake ~ .ajax-icons span {
    -moz-animation: shake 0.5s linear;
    -webkit-animation: shake 0.5s linear;
    animation: shake 0.5s linear; }

/*-----------------------------------------------------------------
===	Floating input ================================================
---------------------------------------------------------------- */
/* line 147, ../../sass/components/form/_input.scss */
.input-wrapper.align-float {
  margin-bottom: 5px; }
  /* line 150, ../../sass/components/form/_input.scss */
  .input-wrapper.align-float.less-padding {
    margin-bottom: 0px; }
  /* line 154, ../../sass/components/form/_input.scss */
  .input-wrapper.align-float.no-label {
    padding-top: 0;
    margin-top: 20px; }
    /* line 48, ../../sass/helpers/_mixins.scss */
    .input-wrapper.align-float.no-label input.placeholder {
      opacity: .6; }
    /* line 49, ../../sass/helpers/_mixins.scss */
    .input-wrapper.align-float.no-label input:-moz-placeholder {
      opacity: .6; }
    /* line 50, ../../sass/helpers/_mixins.scss */
    .input-wrapper.align-float.no-label input::-moz-placeholder {
      opacity: .6; }
    /* line 51, ../../sass/helpers/_mixins.scss */
    .input-wrapper.align-float.no-label input:-ms-input-placeholder {
      opacity: .6; }
    /* line 52, ../../sass/helpers/_mixins.scss */
    .input-wrapper.align-float.no-label input::-webkit-input-placeholder {
      opacity: .6; }
  /* line 160, ../../sass/components/form/_input.scss */
  .input-wrapper.align-float label {
    position: absolute;
    z-index: 10;
    height: 30px;
    line-height: 30px;
    opacity: .6;
    font-size: 18px;
    font-size: 1.8rem;
    -moz-transform: translate3d(15px, 10px, 0) scale(1);
    -ms-transform: translate3d(15px, 10px, 0) scale(1);
    -webkit-transform: translate3d(15px, 10px, 0) scale(1);
    transform: translate3d(15px, 10px, 0) scale(1);
    -moz-transition: -moz-transform 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
    -o-transition: -o-transform 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
    -webkit-transition: -webkit-transform 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: transform 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
    transform-origin: left top; }
    /* line 175, ../../sass/components/form/_input.scss */
    .input-wrapper.align-float label i {
      padding-left: 5px; }
  /* line 178, ../../sass/components/form/_input.scss */
  .input-wrapper.align-float input {
    height: 50px;
    padding-top: 16px;
    text-indent: 15px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-transition: border-color 0.15s ease-in-out, text-indent 0.15s ease-in-out;
    -o-transition: border-color 0.15s ease-in-out, text-indent 0.15s ease-in-out;
    -webkit-transition: border-color 0.15s ease-in-out, text-indent 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, text-indent 0.15s ease-in-out; }
    /* line 48, ../../sass/helpers/_mixins.scss */
    .input-wrapper.align-float input.placeholder {
      opacity: 0; }
    /* line 49, ../../sass/helpers/_mixins.scss */
    .input-wrapper.align-float input:-moz-placeholder {
      opacity: 0; }
    /* line 50, ../../sass/helpers/_mixins.scss */
    .input-wrapper.align-float input::-moz-placeholder {
      opacity: 0; }
    /* line 51, ../../sass/helpers/_mixins.scss */
    .input-wrapper.align-float input:-ms-input-placeholder {
      opacity: 0; }
    /* line 52, ../../sass/helpers/_mixins.scss */
    .input-wrapper.align-float input::-webkit-input-placeholder {
      opacity: 0; }
    /* line 190, ../../sass/components/form/_input.scss */
    .input-wrapper.align-float input:disabled {
      border-color: rgba(0, 0, 0, 0.15);
      background: rgba(0, 0, 0, 0.05);
      cursor: not-allowed; }
  /* line 198, ../../sass/components/form/_input.scss */
  .input-wrapper.align-float.dirty label {
    color: #f3ab52; }
  /* line 199, ../../sass/components/form/_input.scss */
  .input-wrapper.align-float.dirty input {
    border-color: #f3ab52; }
  /* line 203, ../../sass/components/form/_input.scss */
  .input-wrapper.align-float.focus label,
  .input-wrapper.align-float.focus .input-counter {
    color: #6b9ce1; }
  /* line 205, ../../sass/components/form/_input.scss */
  .input-wrapper.align-float.focus input {
    border-color: #6b9ce1; }
  /* line 209, ../../sass/components/form/_input.scss */
  .input-wrapper.align-float.invalid-length .input-counter {
    color: #db706c; }
  /* line 213, ../../sass/components/form/_input.scss */
  .input-wrapper.align-float.invalid label,
  .input-wrapper.align-float.invalid .input-errors {
    color: #db706c; }
  /* line 48, ../../sass/helpers/_mixins.scss */
  .input-wrapper.align-float.invalid input.placeholder {
    color: #db706c; }
  /* line 49, ../../sass/helpers/_mixins.scss */
  .input-wrapper.align-float.invalid input:-moz-placeholder {
    color: #db706c; }
  /* line 50, ../../sass/helpers/_mixins.scss */
  .input-wrapper.align-float.invalid input::-moz-placeholder {
    color: #db706c; }
  /* line 51, ../../sass/helpers/_mixins.scss */
  .input-wrapper.align-float.invalid input:-ms-input-placeholder {
    color: #db706c; }
  /* line 52, ../../sass/helpers/_mixins.scss */
  .input-wrapper.align-float.invalid input::-webkit-input-placeholder {
    color: #db706c; }
  /* line 222, ../../sass/components/form/_input.scss */
  .input-wrapper.align-float.disabled label {
    color: #575757; }
  /* line 224, ../../sass/components/form/_input.scss */
  .input-wrapper.align-float.disabled input,
  .input-wrapper.align-float.disabled input:disabled {
    border-color: rgba(0, 0, 0, 0.15);
    background: rgba(0, 0, 0, 0.05);
    cursor: not-allowed; }
  /* line 233, ../../sass/components/form/_input.scss */
  .input-wrapper.align-float.has-icon .input-icon {
    height: 35px;
    line-height: 36px;
    width: 25px;
    left: 0;
    text-align: left; }
  /* line 241, ../../sass/components/form/_input.scss */
  .input-wrapper.align-float.has-icon label {
    -moz-transform: translate3d(25px, 5px, 0) scale(1);
    -ms-transform: translate3d(25px, 5px, 0) scale(1);
    -webkit-transform: translate3d(25px, 5px, 0) scale(1);
    transform: translate3d(25px, 5px, 0) scale(1);
    -moz-transition: -moz-transform 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
    -o-transition: -o-transform 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
    -webkit-transition: -webkit-transform 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: transform 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
    transform-origin: left top; }
  /* line 249, ../../sass/components/form/_input.scss */
  .input-wrapper.align-float.has-value label {
    opacity: .7;
    -moz-transform: translate3d(17px, 2px, 0) scale(0.75);
    -ms-transform: translate3d(17px, 2px, 0) scale(0.75);
    -webkit-transform: translate3d(17px, 2px, 0) scale(0.75);
    transform: translate3d(17px, 2px, 0) scale(0.75);
    -moz-transition: -moz-transform 0.35s cubic-bezier(0.25, 0.8, 0.25, 1);
    -o-transition: -o-transform 0.35s cubic-bezier(0.25, 0.8, 0.25, 1);
    -webkit-transition: -webkit-transform 0.35s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: transform 0.35s cubic-bezier(0.25, 0.8, 0.25, 1);
    font-weight: 400; }
  /* line 257, ../../sass/components/form/_input.scss */
  .input-wrapper.align-float .msg-area {
    min-height: 15px;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 400;
    margin-top: 2px; }
    /* line 266, ../../sass/components/form/_input.scss */
    .input-wrapper.align-float .msg-area .input-hint,
    .input-wrapper.align-float .msg-area .input-errors {
      width: -moz-calc(100% - 60px);
      width: -webkit-calc(100% - 60px);
      width: calc(100% - 60px);
      float: left; }
    /* line 272, ../../sass/components/form/_input.scss */
    .input-wrapper.align-float .msg-area .input-counter {
      max-width: 60px;
      float: right; }

/*-----------------------------------------------------------------
===	Ajax input ====================================================
---------------------------------------------------------------- */
/* line 283, ../../sass/components/form/_input.scss */
.input-wrapper .ajax-icons {
  position: absolute; }
  /* line 286, ../../sass/components/form/_input.scss */
  .input-wrapper .ajax-icons span {
    position: absolute;
    right: 5px;
    bottom: 0;
    height: 39px;
    width: 30px;
    line-height: 40px;
    /* 3 */
    text-align: center; }

/*-----------------------------------------------------------------
===	Input sizes ===================================================
 *	Assign sizes to our inputs
---------------------------------------------------------------- */
/*-----------------------------------------------------------------
===	Other custom input ============================================
 *	See the following files for of custom inputs only used once:
 1	modules/header/_brand.scss
---------------------------------------------------------------- */
/*-----------------------------------------------------------------
===	File Information ==============================================
===	Software: CombiPlate AB - Landlord portal
===	File: components/form/_suggestioninput.scss
===	Description: This file all extras outside of the input for a
				 suggestion dropdown.
===	Version: 1.0
===	Author: Linus Carlström <linus@combiplate.com>
===	Author URI: http://combiplate.com
---------------------------------------------------------------- */
/*-----------------------------------------------------------------
===	Animate =======================================================
 *	Define the keyframes for our animation
---------------------------------------------------------------- */
/*-----------------------------------------------------------------
===	Basic suggestion "dropdown" ===================================
---------------------------------------------------------------- */
/* line 21, ../../sass/components/form/_suggestioninput.scss */
div[id$='-suggestionWrap'] {
  z-index: 1;
  position: absolute;
  background: #3e3e3e;
  color: white; }
  /* line 28, ../../sass/components/form/_suggestioninput.scss */
  div[id$='-suggestionWrap'] ul {
    -moz-box-shadow: rgba(0, 0, 0, 0.05) 0 2px 2px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.05) 0 2px 2px;
    box-shadow: rgba(0, 0, 0, 0.05) 0 2px 2px; }
  /* line 32, ../../sass/components/form/_suggestioninput.scss */
  div[id$='-suggestionWrap'] ul li {
    padding-left: 10px;
    line-height: 40px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    cursor: pointer; }
    /* line 39, ../../sass/components/form/_suggestioninput.scss */
    div[id$='-suggestionWrap'] ul li:hover {
      background: #6b9ce1; }
    /* line 44, ../../sass/components/form/_suggestioninput.scss */
    div[id$='-suggestionWrap'] ul li .suggestion-hit {
      font-weight: 400; }
  /* line 49, ../../sass/components/form/_suggestioninput.scss */
  div[id$='-suggestionWrap'] ul li:last-of-type {
    border-bottom: 0; }

/*-----------------------------------------------------------------
===	File Information ==============================================
===	Software: CombiPlate AB - Landlord portal
===	File: components/form/_dropdown.scss
===	Description: This file reprecents the dropdown
===	Version: 1.0
===	Author: Linus Carlström <linus@combiplate.com>
===	Author URI: http://combiplate.com
---------------------------------------------------------------- */
/*-----------------------------------------------------------------
===	Animate =======================================================
 *	Define the keyframes for our animation
---------------------------------------------------------------- */
/*-----------------------------------------------------------------
===	Dropdown base =================================================
---------------------------------------------------------------- */
/* line 20, ../../sass/components/form/_dropdown.scss */
.dropdown {
  position: relative; }
  /* line 24, ../../sass/components/form/_dropdown.scss */
  .dropdown.top ul {
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }
  /* line 25, ../../sass/components/form/_dropdown.scss */
  .dropdown.top ul li {
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }
  /* line 28, ../../sass/components/form/_dropdown.scss */
  .dropdown .trigger {
    padding-left: 10px; }
  /* line 30, ../../sass/components/form/_dropdown.scss */
  .dropdown ul {
    position: absolute;
    z-index: 1;
    -moz-box-shadow: rgba(0, 0, 0, 0.05) 0 2px 2px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.05) 0 2px 2px;
    box-shadow: rgba(0, 0, 0, 0.05) 0 2px 2px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px; }
  /* line 44, ../../sass/components/form/_dropdown.scss */
  .dropdown ul li {
    padding: 0 20px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 39px;
    white-space: nowrap;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    cursor: pointer;
    background: #3e3e3e;
    color: white; }
    /* line 54, ../../sass/components/form/_dropdown.scss */
    .dropdown ul li i {
      padding-right: 10px; }
    /* line 59, ../../sass/components/form/_dropdown.scss */
    .dropdown ul li:hover {
      background: #313131; }
    /* line 83, ../../sass/components/form/_dropdown.scss */
    .dropdown ul li.primary {
      color: #a91830; }
    /* line 84, ../../sass/components/form/_dropdown.scss */
    .dropdown ul li.success {
      color: #9ec74b; }
    /* line 85, ../../sass/components/form/_dropdown.scss */
    .dropdown ul li.info {
      color: #6b9ce1; }
    /* line 86, ../../sass/components/form/_dropdown.scss */
    .dropdown ul li.warning {
      color: #f3ab52; }
    /* line 87, ../../sass/components/form/_dropdown.scss */
    .dropdown ul li.danger {
      color: #db706c; }
  /* line 90, ../../sass/components/form/_dropdown.scss */
  .dropdown ul li:first-of-type {
    border-top: 0;
    -moz-border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px;
    border-radius: 4px 4px 0 0; }
  /* line 95, ../../sass/components/form/_dropdown.scss */
  .dropdown ul li:last-of-type {
    -moz-border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0;
    border-radius: 0 0 4px 4px; }

/*-----------------------------------------------------------------
===	File Information ==============================================
===	Software: CombiPlate AB - Landlord portal
===	File: components/form/_combobox.scss
===	Description: This file represents our custom "select"
===	Version: 1.0
===	Author: Linus Carlström <linus@combiplate.com>
===	Author URI: http://combiplate.com
---------------------------------------------------------------- */
/*-----------------------------------------------------------------
===	Animate =======================================================
 *	Define the keyframes for our animation
---------------------------------------------------------------- */
/*-----------------------------------------------------------------
===	Combobox base =================================================
 1	Add padding to the input equal to the select-trigger width
 2	Make the trigger wrap relative so we can position the trigger
 3	Trigger positioning
 4	Trigger colors
 5	Mark the trigger invalid when the field get the invalid class
---------------------------------------------------------------- */
/* line 25, ../../sass/components/form/_select.scss */
.select {
  /* 5 */ }
  /* line 26, ../../sass/components/form/_select.scss */
  .select input {
    padding-right: 39px;
    /* 1 */
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none; }
  /* line 33, ../../sass/components/form/_select.scss */
  .select div[data-ref="triggerWrap"] {
    /* 2 */
    position: relative; }
  /* line 37, ../../sass/components/form/_select.scss */
  .select .select-trigger {
    /* 3 */
    position: absolute;
    right: 0;
    top: 0;
    height: 50px;
    width: 39px;
    text-align: center;
    line-height: 50px;
    cursor: pointer;
    color: rgba(0, 0, 0, 0.15);
    -moz-border-radius: 0 4px 4px 0;
    -webkit-border-radius: 0;
    border-radius: 0 4px 4px 0; }
  /* line 56, ../../sass/components/form/_select.scss */
  .select.dirty .select-trigger {
    color: #f3ab52; }
  /* line 57, ../../sass/components/form/_select.scss */
  .select.focus .select-trigger {
    color: #6b9ce1; }
  /* line 58, ../../sass/components/form/_select.scss */
  .select.invalid .select-trigger {
    color: #db706c; }
  /* line 61, ../../sass/components/form/_select.scss */
  .select div[class$="trigger-wrap-invalid"] {
    /* 4 */ }
    /* line 62, ../../sass/components/form/_select.scss */
    .select div[class$="trigger-wrap-invalid"] .select-trigger {
      background: #db706c;
      -moz-animation: shake 0.5s linear;
      -webkit-animation: shake 0.5s linear;
      animation: shake 0.5s linear; }

/*-----------------------------------------------------------------
===	Combobox list =================================================
 1	Make sure the list is placed just below the input
 2	Styling for a selected item in the list
 3	Display the dropdown when the select is considerd open
 4	Lighter scroll bar for the list
---------------------------------------------------------------- */
/* line 77, ../../sass/components/form/_select.scss */
.select ul {
  position: absolute;
  top: 52px;
  /* 1 */
  z-index: 1001;
  display: none;
  width: 100%;
  -moz-box-shadow: rgba(0, 0, 0, 0.05) 0 2px 2px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.05) 0 2px 2px;
  box-shadow: rgba(0, 0, 0, 0.05) 0 2px 2px; }
/* line 88, ../../sass/components/form/_select.scss */
.select ul li {
  padding: 0 20px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 39px;
  white-space: nowrap;
  background: #3e3e3e;
  color: white;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  cursor: pointer; }
  /* line 101, ../../sass/components/form/_select.scss */
  .select ul li:hover {
    background: #373737; }
  /* line 103, ../../sass/components/form/_select.scss */
  .select ul li.selected {
    /* 2 */
    color: #a91830;
    font-weight: 400; }
  /* line 108, ../../sass/components/form/_select.scss */
  .select ul li i {
    float: right;
    line-height: 39px; }
  /* line 113, ../../sass/components/form/_select.scss */
  .select ul li.disabled {
    color: #999999;
    display: flex;
    justify-content: space-between;
    align-items: center;
    user-select: none; }
  /* line 121, ../../sass/components/form/_select.scss */
  .select ul li .disabled-text {
    margin-left: 2rem;
    font-size: 1.2rem; }
/* line 127, ../../sass/components/form/_select.scss */
.select ul li:first-of-type {
  border-top: 0;
  -moz-border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px;
  border-radius: 4px 4px 0 0; }
/* line 132, ../../sass/components/form/_select.scss */
.select ul li:last-of-type {
  -moz-border-radius: 0 0 4px 4px;
  -webkit-border-radius: 0;
  border-radius: 0 0 4px 4px; }
/* line 136, ../../sass/components/form/_select.scss */
.select.open {
  /* 3 */ }
  /* line 137, ../../sass/components/form/_select.scss */
  .select.open ul {
    display: block; }
/* line 140, ../../sass/components/form/_select.scss */
.select .ps-container .ps-scrollbar-y {
  /* 4 */
  background-color: #dfdfdf; }
  /* line 143, ../../sass/components/form/_select.scss */
  .select .ps-container .ps-scrollbar-y:hover {
    background-color: #dfdfdf; }

/*-----------------------------------------------------------------
===	File Information ==============================================
===	Software: CombiPlate AB - Landlord portal
===	File: components/form/_checkbox.scss
===	Description: This file all the checkbox component
===	Version: 1.0
===	Author: Linus Carlström <linus@combiplate.com>
===	Author URI: http://combiplate.com
---------------------------------------------------------------- */
/*-----------------------------------------------------------------
===	Animate =======================================================
 *	Define the keyframes for our animation
---------------------------------------------------------------- */
/*-----------------------------------------------------------------
===	Checkbox base =================================================
 *
 1	Hide the input and use the check-container as a checkbox instead
 2	Check
 3	Label alignment
---------------------------------------------------------------- */
/* line 24, ../../sass/components/form/_checkbox.scss */
.checkbox {
  margin-bottom: 10px;
  /* 1 */ }
  /* line 28, ../../sass/components/form/_checkbox.scss */
  .checkbox input {
    display: none; }
  /* line 30, ../../sass/components/form/_checkbox.scss */
  .checkbox label {
    display: inline-block; }
  /* line 32, ../../sass/components/form/_checkbox.scss */
  .checkbox label, .checkbox .check-container {
    cursor: pointer; }
  /* line 34, ../../sass/components/form/_checkbox.scss */
  .checkbox .check-container {
    /* 2 */
    height: 21px;
    width: 21px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    border: 2px solid #575757;
    box-sizing: content-box; }
  /* line 43, ../../sass/components/form/_checkbox.scss */
  .checkbox .check-icon {
    display: none;
    line-height: 22px;
    width: 21px;
    text-align: center; }
  /* line 51, ../../sass/components/form/_checkbox.scss */
  .checkbox.checkbox-checked .check-container {
    border-color: #a91830;
    background: #a91830; }
  /* line 56, ../../sass/components/form/_checkbox.scss */
  .checkbox.checkbox-checked .check-icon {
    display: table;
    position: absolute;
    left: 9px;
    top: 3px;
    width: 8px;
    height: 15px;
    border: 2px solid white;
    border-top: 0;
    border-left: 0;
    content: '';
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }
  /* line 76, ../../sass/components/form/_checkbox.scss */
  .checkbox.checkbox-disabled label {
    color: #999; }
  /* line 79, ../../sass/components/form/_checkbox.scss */
  .checkbox.checkbox-disabled .check-container {
    border-color: #999; }
  /* line 83, ../../sass/components/form/_checkbox.scss */
  .checkbox.checkbox-disabled.checkbox-checked .check-container {
    background: #999; }

/* line 90, ../../sass/components/form/_checkbox.scss */
.checkbox-container-with-label {
  display: flex;
  gap: 0; }

/* line 95, ../../sass/components/form/_checkbox.scss */
.checkbox {
  /* 3 */ }
  /* line 97, ../../sass/components/form/_checkbox.scss */
  .checkbox.align-right .check-container {
    float: left; }
  /* line 98, ../../sass/components/form/_checkbox.scss */
  .checkbox.align-right label {
    padding-left: 15px; }

/*-----------------------------------------------------------------
===	File Information ==============================================
===	Software: CombiPlate AB - Tenant portal
===	File: components/form/_radiosegment.scss
===	Description: This file all the -
===	Version: 1.0
===	Author: Linus Carlström <linus@combiplate.com>
===	Author URI: http://combiplate.com
---------------------------------------------------------------- */
/*-----------------------------------------------------------------
===	Animate =======================================================
 *	Define the keyframes for our animation
---------------------------------------------------------------- */
/*-----------------------------------------------------------------
===	Radio segment base ============================================
 1	Radio segment base
 2	Stack the wapper with 1px overlay
 3	Radio segment active yes/no
 4	Bring the active border to the top with z-index (2)
---------------------------------------------------------------- */
/* line 24, ../../sass/components/form/_radiosegment.scss */
.advertisment-options {
  float: left; }

/* line 28, ../../sass/components/form/_radiosegment.scss */
.radio-segment-body {
  /* 1 */ }
  /* line 31, ../../sass/components/form/_radiosegment.scss */
  .radio-segment-body .input-wrapper {
    float: left;
    height: 50px;
    line-height: 50px;
    border: 1px solid #e4e4e4;
    cursor: pointer;
    text-align: center;
    margin-right: -1px;
    /* 2 */
    -moz-transition: background 0.2s ease-in-out;
    -o-transition: background 0.2s ease-in-out;
    -webkit-transition: background 0.2s ease-in-out;
    transition: background 0.2s ease-in-out;
    position: static; }
    /* line 44, ../../sass/components/form/_radiosegment.scss */
    .radio-segment-body .input-wrapper span,
    .radio-segment-body .input-wrapper label {
      cursor: pointer; }
    /* line 47, ../../sass/components/form/_radiosegment.scss */
    .radio-segment-body .input-wrapper label {
      padding: 0 20px; }
    /* line 49, ../../sass/components/form/_radiosegment.scss */
    .radio-segment-body .input-wrapper:hover {
      background-color: #f1f1f1; }
  /* line 56, ../../sass/components/form/_radiosegment.scss */
  .radio-segment-body .input-wrapper:first-of-type {
    -moz-border-radius: 4px 0 0 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px 0 0 4px;
    min-width: 100px; }
  /* line 61, ../../sass/components/form/_radiosegment.scss */
  .radio-segment-body .input-wrapper:last-of-type {
    -moz-border-radius: 0 4px 4px 0;
    -webkit-border-radius: 0;
    border-radius: 0 4px 4px 0;
    margin-right: 0px; }

/* line 67, ../../sass/components/form/_radiosegment.scss */
.radio-segment-body {
  /* 3 */ }
  /* line 70, ../../sass/components/form/_radiosegment.scss */
  .radio-segment-body .input-wrapper.x-form-cb-checked {
    z-index: 10;
    color: white;
    background: #db706c;
    border-color: #c93731; }
  /* line 80, ../../sass/components/form/_radiosegment.scss */
  .radio-segment-body .input-wrapper:first-of-type.x-form-cb-checked {
    background: #9ec74b;
    border-color: #74972f;
    border-right-width: 1px; }

/*-----------------------------------------------------------------
===	Custom radios for segment =====================================
 1	Hide the real input
---------------------------------------------------------------- */
/* line 93, ../../sass/components/form/_radiosegment.scss */
.radio-segment {
  /* 1 */ }
  /* line 94, ../../sass/components/form/_radiosegment.scss */
  .radio-segment input {
    display: none; }

/*-----------------------------------------------------------------
=== File Information ==============================================
=== Software: CombiPlate AB - Landlord portal
=== File: components/_panel.scss
=== Description: This file covers all our panels
=== Version: 1.0
=== Author: Linus Carlström <linus@combiplate.com>
=== Author URI: http://combiplate.com
---------------------------------------------------------------- */
/*-----------------------------------------------------------------
=== Animate =======================================================
 *  Define the keyframes for our animation
---------------------------------------------------------------- */
/*-----------------------------------------------------------------
=== Panel base ====================================================
 *	Define the panle base
---------------------------------------------------------------- */
/* line 20, ../../sass/components/_panel.scss */
.pnl {
  background: white;
  z-index: 0;
  position: relative;
  box-sizing: border-box;
  border-radius: 4px;
  -moz-box-shadow: rgba(0, 0, 0, 0.05) 0 1px 1px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.05) 0 1px 1px;
  box-shadow: rgba(0, 0, 0, 0.05) 0 1px 1px; }
  /* line 29, ../../sass/components/_panel.scss */
  .pnl.collapsed .pnl-body,
  .pnl.collapsed .pnl-footer {
    display: none; }

/*-----------------------------------------------------------------
=== Panel Content =================================================
 *	Definte panel content (heading, body and footer)
 1	Align the action icon, Source: http://tinyurl.com/qcqf7wu
 2	Replace the padding with margin for the scrollbar
---------------------------------------------------------------- */
/* line 42, ../../sass/components/_panel.scss */
.pnl-heading {
  position: relative; }
  /* line 45, ../../sass/components/_panel.scss */
  .pnl-heading h3 {
    padding: 20px 30px; }
    /* line 47, ../../sass/components/_panel.scss */
    .pnl-heading h3 i {
      margin-right: 10px; }
  /* line 50, ../../sass/components/_panel.scss */
  .pnl-heading .pnl-actions {
    /* 1 */
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%); }

/* line 59, ../../sass/components/_panel.scss */
.pnl-body {
  position: relative;
  z-index: 100;
  padding: 30px;
  padding-top: 0; }
  /* line 66, ../../sass/components/_panel.scss */
  .pnl-body.scrollable {
    max-height: 300px;
    position: relative;
    overflow: hidden;
    padding: 0;
    /* 2 */
    margin: 30px;
    margin-top: 0; }
  /* line 76, ../../sass/components/_panel.scss */
  .pnl-body h4 {
    padding-bottom: 10px; }

/* line 79, ../../sass/components/_panel.scss */
.pnl-footer {
  padding: 20px 30px;
  border-top: 1px solid #e4eaec; }

/*-----------------------------------------------------------------
=== Panel action icons ============================================
 1	Add opacity effect to the icons
 2	Rotate the refresh icon
---------------------------------------------------------------- */
/* line 90, ../../sass/components/_panel.scss */
.pnl-actions i {
  margin: 8px 10px;
  cursor: pointer;
  -moz-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  -webkit-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7; }
  /* line 97, ../../sass/components/_panel.scss */
  .pnl-actions i:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1; }
  /* line 101, ../../sass/components/_panel.scss */
  .pnl-actions i:last-child {
    margin-right: 0; }

/* line 106, ../../sass/components/_panel.scss */
.pnl-actions i.fa-refresh {
  -moz-transition: -moz-transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
  -o-transition: -o-transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
  -webkit-transition: -webkit-transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out; }
  /* line 109, ../../sass/components/_panel.scss */
  .pnl-actions i.fa-refresh:hover {
    -moz-transform: rotate(160deg);
    -ms-transform: rotate(160deg);
    -webkit-transform: rotate(160deg);
    transform: rotate(160deg); }

/*-----------------------------------------------------------------
=== File Information ==============================================
=== Software: CombiPlate AB - Landlord portal
=== File: components/_button.scss
=== Description: This file covers all buttons
=== Version: 1.0
=== Author: Linus Carlström <linus@combiplate.com>
=== Author URI: http://combiplate.com
---------------------------------------------------------------- */
/*-----------------------------------------------------------------
=== Animate =======================================================
 *  Define the keyframes for our animation
---------------------------------------------------------------- */
/*-----------------------------------------------------------------
=== Base button ===================================================
 *  Define base button
 1	Disable user-select (highlight)
 2	Remove blue outline on focus
 3	Disabled button style
 4	Full width button style
---------------------------------------------------------------- */
/* line 24, ../../sass/components/_button.scss */
.btn {
  padding: 6px 15px;
  border: 1px solid transparent;
  border-radius: 4px;
  line-height: 1.44857;
  text-align: center;
  touch-action: manipulation;
  white-space: nowrap;
  cursor: pointer;
  font-size: 16px;
  font-size: 1.6rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  /* 1 */
  -moz-transition: border 0.2s linear, color 0.2s linear, width 0.2s linear, background-color 0.2s linear;
  -o-transition: border 0.2s linear, color 0.2s linear, width 0.2s linear, background-color 0.2s linear;
  -webkit-transition: border 0.2s linear, color 0.2s linear, width 0.2s linear, background-color 0.2s linear;
  transition: border 0.2s linear, color 0.2s linear, width 0.2s linear, background-color 0.2s linear; }
  /* line 46, ../../sass/components/_button.scss */
  .btn, .btn:active {
    /* 2 */ }
    /* line 48, ../../sass/components/_button.scss */
    .btn:focus, .btn:active:focus {
      outline: none; }
  /* line 53, ../../sass/components/_button.scss */
  .btn:hover, .btn:focus {
    text-decoration: none; }
  /* line 58, ../../sass/components/_button.scss */
  .btn.disabled, .btn[disabled],
  .btn fieldset[disabled] {
    /* 3 */
    cursor: default;
    pointer-events: none;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=65);
    opacity: 0.65; }
  /* line 66, ../../sass/components/_button.scss */
  .btn .btn-icon {
    margin-right: 5px; }
  /* line 69, ../../sass/components/_button.scss */
  .btn .btn-icon-right {
    margin-left: 5px; }
  /* line 74, ../../sass/components/_button.scss */
  .btn.icon-only .btn-icon {
    margin-right: 0;
    padding-right: 0;
    font-size: 14px; }

/* line 83, ../../sass/components/_button.scss */
.btn-block {
  /* 4 */
  box-sizing: border-box;
  width: 100%;
  display: block; }

/*-----------------------------------------------------------------
=== Button size ===================================================
 *  Define button sizes
---------------------------------------------------------------- */
/* line 94, ../../sass/components/_button.scss */
.btn-xs {
  padding: 4px 10px;
  font-size: 14px;
  font-size: 1.4rem; }

/* line 99, ../../sass/components/_button.scss */
.btn-s {
  padding: 6px 13px;
  font-size: 14px;
  font-size: 1.4rem; }

/* line 104, ../../sass/components/_button.scss */
.btn-l {
  padding: 10px 18px;
  font-size: 18px;
  font-size: 1.8rem; }

/*-----------------------------------------------------------------
=== Button colors =================================================
 *  Define button colors
---------------------------------------------------------------- */
/* line 114, ../../sass/components/_button.scss */
.btn-default {
  color: #575757;
  background-color: #e4eaec;
  border-color: #e4eaec; }
  /* line 119, ../../sass/components/_button.scss */
  .btn-default:hover {
    background-color: #f3f6f7;
    border-color: #f3f6f7; }
  /* line 124, ../../sass/components/_button.scss */
  .btn-default:active {
    background-color: #d5dee1;
    border-color: #d5dee1; }
  /* line 130, ../../sass/components/_button.scss */
  .btn-default.btn-outline:hover {
    background-color: #e4eaec;
    border-color: #e4eaec; }

/* line 137, ../../sass/components/_button.scss */
.btn-primary {
  color: white;
  background-color: #a91830;
  border-color: #a91830; }
  /* line 142, ../../sass/components/_button.scss */
  .btn-primary:hover {
    background-color: #bf1b36;
    border-color: #bf1b36; }
  /* line 147, ../../sass/components/_button.scss */
  .btn-primary:active {
    background-color: #93152a;
    border-color: #93152a; }
  /* line 152, ../../sass/components/_button.scss */
  .btn-primary.btn-outline {
    color: #a91830; }
    /* line 155, ../../sass/components/_button.scss */
    .btn-primary.btn-outline:hover {
      background-color: #a91830;
      border-color: #a91830; }

/* line 162, ../../sass/components/_button.scss */
.btn-site-secondary {
  color: white;
  background-color: #373737;
  border-color: #373737; }
  /* line 167, ../../sass/components/_button.scss */
  .btn-site-secondary:hover {
    background-color: #444444;
    border-color: #444444; }
  /* line 172, ../../sass/components/_button.scss */
  .btn-site-secondary:active {
    background-color: #2a2a2a;
    border-color: #2a2a2a; }
  /* line 177, ../../sass/components/_button.scss */
  .btn-site-secondary.btn-outline {
    color: #373737; }
    /* line 180, ../../sass/components/_button.scss */
    .btn-site-secondary.btn-outline:hover {
      background-color: #373737;
      border-color: #373737; }

/* line 187, ../../sass/components/_button.scss */
.btn-quaternary {
  color: white;
  background-color: #373737;
  border-color: #373737; }
  /* line 192, ../../sass/components/_button.scss */
  .btn-quaternary:hover {
    background-color: #444444;
    border-color: #444444; }
  /* line 197, ../../sass/components/_button.scss */
  .btn-quaternary:active {
    background-color: #2a2a2a;
    border-color: #2a2a2a; }
  /* line 202, ../../sass/components/_button.scss */
  .btn-quaternary.btn-outline {
    color: #373737; }
    /* line 205, ../../sass/components/_button.scss */
    .btn-quaternary.btn-outline:hover {
      background-color: #373737;
      border-color: #373737; }

/* line 212, ../../sass/components/_button.scss */
.btn-info {
  color: white;
  background-color: #6b9ce1;
  border-color: #6b9ce1; }
  /* line 217, ../../sass/components/_button.scss */
  .btn-info:hover {
    background-color: #80aae5;
    border-color: #80aae5; }
  /* line 222, ../../sass/components/_button.scss */
  .btn-info:active {
    background-color: #568edd;
    border-color: #568edd; }
  /* line 227, ../../sass/components/_button.scss */
  .btn-info.btn-outline {
    color: #6b9ce1; }
    /* line 230, ../../sass/components/_button.scss */
    .btn-info.btn-outline:hover {
      background-color: #6b9ce1;
      border-color: #6b9ce1; }

/* line 237, ../../sass/components/_button.scss */
.btn-success {
  color: white;
  background-color: #9ec74b;
  border-color: #9ec74b; }
  /* line 242, ../../sass/components/_button.scss */
  .btn-success:hover {
    background-color: #a8cd5e;
    border-color: #a8cd5e; }
  /* line 247, ../../sass/components/_button.scss */
  .btn-success:active {
    background-color: #92be3b;
    border-color: #92be3b; }
  /* line 252, ../../sass/components/_button.scss */
  .btn-success.btn-outline {
    color: #9ec74b; }
    /* line 255, ../../sass/components/_button.scss */
    .btn-success.btn-outline:hover {
      background-color: #9ec74b;
      border-color: #9ec74b; }

/* line 262, ../../sass/components/_button.scss */
.btn-warning {
  color: white;
  background-color: #f3ab52;
  border-color: #f3ab52; }
  /* line 267, ../../sass/components/_button.scss */
  .btn-warning:hover {
    background-color: #f5b76a;
    border-color: #f5b76a; }
  /* line 272, ../../sass/components/_button.scss */
  .btn-warning:active {
    background-color: #f19f3a;
    border-color: #f19f3a; }
  /* line 277, ../../sass/components/_button.scss */
  .btn-warning.btn-outline {
    color: #f3ab52; }
    /* line 280, ../../sass/components/_button.scss */
    .btn-warning.btn-outline:hover {
      background-color: #f3ab52;
      border-color: #f3ab52; }

/* line 287, ../../sass/components/_button.scss */
.btn-danger {
  color: white;
  background-color: #db706c;
  border-color: #db706c; }
  /* line 292, ../../sass/components/_button.scss */
  .btn-danger:hover {
    background-color: #e08480;
    border-color: #e08480; }
  /* line 297, ../../sass/components/_button.scss */
  .btn-danger:active {
    background-color: #d65c58;
    border-color: #d65c58; }
  /* line 302, ../../sass/components/_button.scss */
  .btn-danger.btn-outline {
    color: #db706c; }
    /* line 305, ../../sass/components/_button.scss */
    .btn-danger.btn-outline:hover {
      background-color: #db706c;
      border-color: #db706c; }

/* line 312, ../../sass/components/_button.scss */
.btn-white {
  color: #454545;
  background-color: white;
  border-color: white; }
  /* line 317, ../../sass/components/_button.scss */
  .btn-white:hover {
    background-color: white;
    border-color: white; }
  /* line 322, ../../sass/components/_button.scss */
  .btn-white:active {
    background-color: #f2f2f2;
    border-color: #f2f2f2; }
  /* line 327, ../../sass/components/_button.scss */
  .btn-white.btn-outline {
    color: white; }
    /* line 330, ../../sass/components/_button.scss */
    .btn-white.btn-outline:hover {
      color: #454545;
      background-color: white;
      border-color: white; }

/* line 338, ../../sass/components/_button.scss */
.btn-dark {
  color: white;
  background-color: #454545;
  border-color: #454545; }
  /* line 343, ../../sass/components/_button.scss */
  .btn-dark:hover {
    background-color: #383838;
    border-color: #383838; }
  /* line 351, ../../sass/components/_button.scss */
  .btn-dark.btn-outline {
    color: white; }
    /* line 354, ../../sass/components/_button.scss */
    .btn-dark.btn-outline:hover {
      color: #a91830;
      background-color: #454545;
      border-color: #454545; }

/*-----------------------------------------------------------------
=== Button alternatives ===========================================
 *  Define outline button defaults
 1	Fix default button color
---------------------------------------------------------------- */
/* line 368, ../../sass/components/_button.scss */
.btn-outline {
  background-color: transparent; }
  /* line 370, ../../sass/components/_button.scss */
  .btn-outline:hover {
    color: white; }
  /* line 372, ../../sass/components/_button.scss */
  .btn-outline.btn-default {
    /* 1 */ }
    /* line 373, ../../sass/components/_button.scss */
    .btn-outline.btn-default:hover {
      color: #575757; }

/*-----------------------------------------------------------------
=== File Information ==============================================
=== Software: CombiPlate AB - Landlord portal
=== File: components/_row.scss
=== Description: This file covers the row (grid layout)
=== Version: 1.0
=== Author: Linus Carlström <linus@combiplate.com>
=== Author URI: http://combiplate.com
---------------------------------------------------------------- */
/*-----------------------------------------------------------------
=== Animate =======================================================
 *  Define the keyframes for our animation
---------------------------------------------------------------- */
/*-----------------------------------------------------------------
=== Base row ======================================================
 *  Define base row
 1	Align all direct children with 'col-' to the left and add
 	padding. Note that we clear the padding on the last child.
 2	Define row sizes
---------------------------------------------------------------- */
/* line 23, ../../sass/components/_row.scss */
.row {
  padding-bottom: 20px;
  /* 2 */ }
  /* line 24, ../../sass/components/_row.scss */
  .row > [class*='col-'] {
    /* 1 */
    float: left;
    padding-right: 20px; }
  /* line 29, ../../sass/components/_row.scss */
  .row > [class*='col-']:last-of-type {
    padding-right: 0; }
  /* line 37, ../../sass/components/_row.scss */
  .row .col-1 {
    width: 8.33333%; }
  /* line 38, ../../sass/components/_row.scss */
  .row .col-2 {
    width: 16.66667%; }
  /* line 39, ../../sass/components/_row.scss */
  .row .col-3 {
    width: 25%; }
  /* line 40, ../../sass/components/_row.scss */
  .row .col-4 {
    width: 33.33333%; }
  /* line 41, ../../sass/components/_row.scss */
  .row .col-5 {
    width: 41.66667%; }
  /* line 42, ../../sass/components/_row.scss */
  .row .col-6 {
    width: 50%; }
  /* line 43, ../../sass/components/_row.scss */
  .row .col-7 {
    width: 58.33333%; }
  /* line 44, ../../sass/components/_row.scss */
  .row .col-8 {
    width: 66.66667%; }
  /* line 45, ../../sass/components/_row.scss */
  .row .col-9 {
    width: 75%; }
  /* line 46, ../../sass/components/_row.scss */
  .row .col-10 {
    width: 83.33333%; }
  /* line 47, ../../sass/components/_row.scss */
  .row .col-11 {
    width: 91.66667%; }
  /* line 48, ../../sass/components/_row.scss */
  .row .col-12 {
    width: 100%; }

/*-----------------------------------------------------------------
===	Responsive definition =========================================
---------------------------------------------------------------- */
@media (max-width: 1200px) {
  /* 1 */
  /* line 56, ../../sass/components/_row.scss */
  .row .col-6,
  .row .col-4,
  .row .col-7,
  .row .col-5 {
    width: 100%; } }
/*-----------------------------------------------------------------
=== File Information ==============================================
=== Software: CombiPlate AB - Landlord portal
=== File: components/_tabs.scss
=== Description: This file covers the tabs component
=== Version: 1.0
=== Author: Linus Carlström <linus@combiplate.com>
=== Author URI: http://combiplate.com
---------------------------------------------------------------- */
/*-----------------------------------------------------------------
=== Animate =======================================================
 *  Define the keyframes for our animation
---------------------------------------------------------------- */
/*-----------------------------------------------------------------
=== Tabs base =====================================================
 *	Define the tab base
 1	Take the active border into account
---------------------------------------------------------------- */
/* line 22, ../../sass/components/_tabs.scss */
.tabs .tab-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  flex-basis: 25%;
  background: #373737;
  border: 0;
  position: sticky; }
/* line 32, ../../sass/components/_tabs.scss */
.tabs .tab-item {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #373737;
  padding: 0 36px;
  border: 0;
  z-index: 100;
  height: 65px;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: white;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none; }
  /* line 46, ../../sass/components/_tabs.scss */
  .tabs .tab-item.active {
    border-bottom-color: #a91830;
    background: rgba(255, 255, 255, 0.1); }
  /* line 48, ../../sass/components/_tabs.scss */
  .tabs .tab-item i {
    display: inline-block;
    font-size: 25px;
    font-size: 2.5rem;
    color: white; }
  /* line 54, ../../sass/components/_tabs.scss */
  .tabs .tab-item p {
    font-size: 23px;
    font-size: 2.3rem;
    font-weight: 200;
    padding-left: 15px;
    line-height: 1; }
  /* line 61, ../../sass/components/_tabs.scss */
  .tabs .tab-item:hover {
    background: #313131; }
  /* line 65, ../../sass/components/_tabs.scss */
  .tabs .tab-item.active {
    background: #292929; }
    /* line 67, ../../sass/components/_tabs.scss */
    .tabs .tab-item.active i {
      color: #a91830; }
/* line 71, ../../sass/components/_tabs.scss */
.tabs .tab-content {
  height: -moz-calc(100% -  65px);
  height: -webkit-calc(100% -  65px);
  height: calc(100% -  65px);
  /* 1 */
  -moz-border-radius: 0px 0px 4px 4px;
  -webkit-border-radius: 0px;
  border-radius: 0px 0px 4px 4px;
  border: 0;
  padding: 0;
  position: relative; }
/* line 80, ../../sass/components/_tabs.scss */
.tabs .tab-content-item {
  height: 100%; }

@media only screen and (min-width: 1204px) {
  /* line 87, ../../sass/components/_tabs.scss */
  .tabs p {
    display: inline-block; } }
@media only screen and (max-width: 1204px) {
  /* line 96, ../../sass/components/_tabs.scss */
  .tabs .tab-item {
    padding: 0 36px; }
    /* line 99, ../../sass/components/_tabs.scss */
    .tabs .tab-item p {
      display: none; }
    /* line 102, ../../sass/components/_tabs.scss */
    .tabs .tab-item i {
      padding-right: 0px;
      font-size: 2.8rem; } }
/*-----------------------------------------------------------------
=== File Information ==============================================
=== Software: CombiPlate AB - Landlord portal
=== File: components/_databox.scss
=== Description: This file covers databox
=== Version: 1.0
=== Author: Linus Carlström <linus@combiplate.com>
=== Author URI: http://combiplate.com
---------------------------------------------------------------- */
/*-----------------------------------------------------------------
=== Animate =======================================================
 *  Define the keyframes for our animation
---------------------------------------------------------------- */
/*-----------------------------------------------------------------
=== Databox layout ================================================
 *	Define the box base
---------------------------------------------------------------- */
/* line 20, ../../sass/components/_databox.scss */
.databoxes-topbar {
  line-height: 65px; }
  /* line 24, ../../sass/components/_databox.scss */
  .databoxes-topbar .databox-title {
    float: left; }
  /* line 25, ../../sass/components/_databox.scss */
  .databoxes-topbar .databox-actions {
    float: right; }

/*-----------------------------------------------------------------
=== Box base ======================================================
 *	Define the box base
---------------------------------------------------------------- */
/* line 32, ../../sass/components/_databox.scss */
.databoxes .databox {
  width: 100%;
  margin-bottom: 20px;
  border-radius: 4px; }
  /* line 41, ../../sass/components/_databox.scss */
  .databoxes .databox:last-child {
    margin-bottom: 0; }
  /* line 46, ../../sass/components/_databox.scss */
  .databoxes .databox .databox-column.col-1 {
    width: 8.33333%; }
  /* line 47, ../../sass/components/_databox.scss */
  .databoxes .databox .databox-column.col-2 {
    width: 16.66667%; }
  /* line 48, ../../sass/components/_databox.scss */
  .databoxes .databox .databox-column.col-3 {
    width: 25%; }
  /* line 49, ../../sass/components/_databox.scss */
  .databoxes .databox .databox-column.col-4 {
    width: 33.33333%; }
  /* line 50, ../../sass/components/_databox.scss */
  .databoxes .databox .databox-column.col-5 {
    width: 41.66667%; }
  /* line 51, ../../sass/components/_databox.scss */
  .databoxes .databox .databox-column.col-6 {
    width: 50%; }
  /* line 52, ../../sass/components/_databox.scss */
  .databoxes .databox .databox-column.col-7 {
    width: 58.33333%; }
  /* line 53, ../../sass/components/_databox.scss */
  .databoxes .databox .databox-column.col-8 {
    width: 66.66667%; }
  /* line 54, ../../sass/components/_databox.scss */
  .databoxes .databox .databox-column.col-9 {
    width: 75%; }
  /* line 55, ../../sass/components/_databox.scss */
  .databoxes .databox .databox-column.col-10 {
    width: 83.33333%; }
  /* line 56, ../../sass/components/_databox.scss */
  .databoxes .databox .databox-column.col-11 {
    width: 91.66667%; }
  /* line 57, ../../sass/components/_databox.scss */
  .databoxes .databox .databox-column.col-12 {
    width: 100%; }
  /* line 60, ../../sass/components/_databox.scss */
  .databoxes .databox .databox-empty {
    line-height: 100px;
    padding-left: 20px;
    font-style: italic; }

/*-----------------------------------------------------------------
=== Box colors ====================================================
 *	Define the box colors
---------------------------------------------------------------- */
/* line 73, ../../sass/components/_databox.scss */
.databoxes .databox.default {
  background: white; }
/* line 74, ../../sass/components/_databox.scss */
.databoxes .databox.primary {
  background: #a91830; }

/*-----------------------------------------------------------------
=== Box default column ============================================
 *	Define the default box column content
 1	Force table view to get parent size
 2	Use P as a blocking element to align our spans
 3	Align buttons
 4	Use a min-height to align the spans vertically the best we can
 5	Label-less columns
---------------------------------------------------------------- */
/* line 87, ../../sass/components/_databox.scss */
.databox-column {
  display: block;
  float: left;
  height: 100px;
  text-align: center;
  overflow-x: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }
  /* line 99, ../../sass/components/_databox.scss */
  .databox-column .table {
    /* 1 */
    width: 100%;
    height: 100%; }
  /* line 104, ../../sass/components/_databox.scss */
  .databox-column p {
    /* 2 */
    display: table-cell;
    vertical-align: middle; }
  /* line 109, ../../sass/components/_databox.scss */
  .databox-column span[class*="databox-"] {
    display: block; }
  /* line 111, ../../sass/components/_databox.scss */
  .databox-column.btn-only {
    line-height: 100px;
    /* 3 */
    display: inline; }
  /* line 116, ../../sass/components/_databox.scss */
  .databox-column .databox-header,
  .databox-column .databox-value {
    min-height: 30px;
    /* 4 */
    line-height: 30px; }
  /* line 122, ../../sass/components/_databox.scss */
  .databox-column .databox-header {
    font-size: 23px;
    font-size: 2.3rem; }
  /* line 123, ../../sass/components/_databox.scss */
  .databox-column .databox-value {
    font-size: 20px;
    font-size: 2rem; }

/* line 126, ../../sass/components/_databox.scss */
.no-label .databox-column {
  line-height: 100px; }

/* 5 */
/*-----------------------------------------------------------------
=== Box icon column ===============================================
 *	Define the icon box column
---------------------------------------------------------------- */
/* line 132, ../../sass/components/_databox.scss */
.databox-column i {
  display: block;
  height: 100%;
  width: 100px;
  line-height: 100px;
  font-size: 36px;
  font-size: 3.6rem;
  text-align: center;
  border-radius: 4px 0 0 4px; }
  /* line 143, ../../sass/components/_databox.scss */
  .databox-column i.primary {
    background: #a91830;
    color: white; }
  /* line 149, ../../sass/components/_databox.scss */
  .databox-column i.success {
    background: #9ec74b;
    color: white; }
  /* line 155, ../../sass/components/_databox.scss */
  .databox-column i.danger {
    background: #db706c;
    color: white; }
  /* line 161, ../../sass/components/_databox.scss */
  .databox-column i.warning {
    background: #f3ab52;
    color: white; }
  /* line 167, ../../sass/components/_databox.scss */
  .databox-column i.info {
    background: #6b9ce1;
    color: white; }
  /* line 172, ../../sass/components/_databox.scss */
  .databox-column i.default {
    background: #3e3e3e;
    color: white; }

/*-----------------------------------------------------------------
=== Expanded databox ==============================================
 *	Define the expand edit
 1	Adjust the first child to the border-left width
 2	Always force icon to use transparent background if its the first
 	child within the databox
 3	Clear the previous floats
 4	Default behaviour for buttons
---------------------------------------------------------------- */
/* line 188, ../../sass/components/_databox.scss */
.databox-expanded {
  border-left: 5px solid #f3ab52; }
  /* line 191, ../../sass/components/_databox.scss */
  .databox-expanded .databox-column:first-child {
    margin-left: -5px;
    /* 1 */ }
    /* line 194, ../../sass/components/_databox.scss */
    .databox-expanded .databox-column:first-child i {
      /* 2 */
      background: transparent;
      color: #f3ab52; }

/* line 202, ../../sass/components/_databox.scss */
.databox-expanded-content {
  clear: both;
  /* 3 */
  padding: 40px 20px;
  border-top: 5px solid #eaedee; }
  /* line 208, ../../sass/components/_databox.scss */
  .databox-expanded-content .edit-btn-group {
    /* 4 */
    text-align: center; }
    /* line 211, ../../sass/components/_databox.scss */
    .databox-expanded-content .edit-btn-group button {
      margin-right: 10px; }
    /* line 215, ../../sass/components/_databox.scss */
    .databox-expanded-content .edit-btn-group button:last-child {
      margin-right: 0; }

/*-----------------------------------------------------------------
=== File Information ==============================================
=== Software: CombiPlate AB - Landlord portal
=== File: components/_datalist.scss
=== Description: This file covers our datalist
=== Version: 1.0
=== Author: Linus Carlström <linus@combiplate.com>
=== Author URI: http://combiplate.com
---------------------------------------------------------------- */
/*-----------------------------------------------------------------
=== Animate =======================================================
 *  Define the keyframes for our animation
---------------------------------------------------------------- */
/*-----------------------------------------------------------------
=== Base list =====================================================
 1	Topbar
 2	Editor/Suggestion field
 2	Disabled -add
---------------------------------------------------------------- */
/* line 24, ../../sass/components/_datalist.scss */
.datalist {
  width: 100%; }
  /* line 27, ../../sass/components/_datalist.scss */
  .datalist .datalist-topbar {
    /* 1 */
    margin-bottom: 20px; }
    /* line 31, ../../sass/components/_datalist.scss */
    .datalist .datalist-topbar .datalist-title {
      line-height: 29px;
      font-weight: 400;
      margin-bottom: 5px; }
    /* line 38, ../../sass/components/_datalist.scss */
    .datalist .datalist-topbar button {
      float: right;
      width: 45px;
      -moz-border-radius: 0 4px 4px 0;
      -webkit-border-radius: 0;
      border-radius: 0 4px 4px 0; }
    /* line 44, ../../sass/components/_datalist.scss */
    .datalist .datalist-topbar .suggestionfield {
      /* 1 */
      float: left;
      width: -moz-calc(100% - 45px);
      width: -webkit-calc(100% - 45px);
      width: calc(100% - 45px); }
      /* line 49, ../../sass/components/_datalist.scss */
      .datalist .datalist-topbar .suggestionfield input {
        height: 37px;
        -moz-border-radius: 4px 0 0 4px;
        -webkit-border-radius: 4px;
        border-radius: 4px 0 0 4px; }
      /* line 54, ../../sass/components/_datalist.scss */
      .datalist .datalist-topbar .suggestionfield .field-suggestions {
        position: absolute;
        width: 100%;
        z-index: 1;
        background: #3e3e3e; }
  /* line 64, ../../sass/components/_datalist.scss */
  .datalist > ul {
    min-height: 45px;
    background: white;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px; }
    /* line 70, ../../sass/components/_datalist.scss */
    .datalist > ul.invalid {
      box-sizing: border-box;
      border: 1px solid #db706c;
      color: #db706c;
      -moz-animation: shake 0.5s linear;
      -webkit-animation: shake 0.5s linear;
      animation: shake 0.5s linear; }
  /* line 78, ../../sass/components/_datalist.scss */
  .datalist > ul > li {
    height: 45px;
    line-height: 45px;
    padding: 0 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
    /* line 87, ../../sass/components/_datalist.scss */
    .datalist > ul > li:last-of-type {
      border-bottom: 0; }
    /* line 91, ../../sass/components/_datalist.scss */
    .datalist > ul > li .input-wrapper {
      float: left; }
    /* line 92, ../../sass/components/_datalist.scss */
    .datalist > ul > li .datalist-buttons {
      float: right; }
  /* line 95, ../../sass/components/_datalist.scss */
  .datalist div.invalid {
    color: #db706c; }

/*-----------------------------------------------------------------
=== File Information ==============================================
=== Software: CombiPlate AB - Landlord portal
=== File: components/_datatable.scss
=== Description: This file covers our tables
=== Version: 1.0
=== Author: Linus Carlström <linus@combiplate.com>
=== Author URI: http://combiplate.com
---------------------------------------------------------------- */
/*-----------------------------------------------------------------
=== Animate =======================================================
 *  Define the keyframes for our animation
---------------------------------------------------------------- */
@-moz-keyframes pop {
  /* line 16, ../../sass/components/_datatable.scss */
  0% {
    -moz-transform: scale3d(1.2, 1.2, 1);
    transform: scale3d(1.2, 1.2, 1); }

  /* line 17, ../../sass/components/_datatable.scss */
  100% {
    -moz-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
@-webkit-keyframes pop {
  /* line 16, ../../sass/components/_datatable.scss */
  0% {
    -webkit-transform: scale3d(1.2, 1.2, 1);
    transform: scale3d(1.2, 1.2, 1); }

  /* line 17, ../../sass/components/_datatable.scss */
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
@keyframes pop {
  /* line 16, ../../sass/components/_datatable.scss */
  0% {
    -moz-transform: scale3d(1.2, 1.2, 1);
    -ms-transform: scale3d(1.2, 1.2, 1);
    -webkit-transform: scale3d(1.2, 1.2, 1);
    transform: scale3d(1.2, 1.2, 1); }

  /* line 17, ../../sass/components/_datatable.scss */
  100% {
    -moz-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
@-moz-keyframes highlightNew {
  /* line 21, ../../sass/components/_datatable.scss */
  from {
    background-color: #9ec74b; }

  /* line 22, ../../sass/components/_datatable.scss */
  to {
    background-color: white; } }
@-webkit-keyframes highlightNew {
  /* line 21, ../../sass/components/_datatable.scss */
  from {
    background-color: #9ec74b; }

  /* line 22, ../../sass/components/_datatable.scss */
  to {
    background-color: white; } }
@keyframes highlightNew {
  /* line 21, ../../sass/components/_datatable.scss */
  from {
    background-color: #9ec74b; }

  /* line 22, ../../sass/components/_datatable.scss */
  to {
    background-color: white; } }
/*-----------------------------------------------------------------
=== Table base ====================================================
 *	Define the table base
 1	Remove the silly focus ExtJS adds
 2	Target a class containing selected
 3	Button support in table
 4	No results
---------------------------------------------------------------- */
/* line 33, ../../sass/components/_datatable.scss */
.data-table {
  width: 100%;
  background-color: #373737;
  text-align: left; }
  /* line 39, ../../sass/components/_datatable.scss */
  .data-table .th,
  .data-table .td {
    padding-left: 20px; }
  /* line 44, ../../sass/components/_datatable.scss */
  .data-table .thead {
    line-height: 65px;
    color: white; }
  /* line 49, ../../sass/components/_datatable.scss */
  .data-table .tbody .tr {
    line-height: 75px;
    background-color: white;
    cursor: pointer;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }
    /* line 56, ../../sass/components/_datatable.scss */
    .data-table .tbody .tr:nth-child(even) {
      background-color: #f7f7f7; }
    /* line 60, ../../sass/components/_datatable.scss */
    .data-table .tbody .tr .r-access-holder {
      padding-left: 20px; }
    /* line 68, ../../sass/components/_datatable.scss */
    .data-table .tbody .tr:focus {
      /* 1 */
      outline: none; }
    /* line 72, ../../sass/components/_datatable.scss */
    .data-table .tbody .tr[class*=selected] {
      /* 2 */
      background-color: #9ec74b;
      color: white; }
  /* line 79, ../../sass/components/_datatable.scss */
  .data-table.no-selection .tbody .tr {
    cursor: default; }
  /* line 83, ../../sass/components/_datatable.scss */
  .data-table .default {
    visibility: hidden; }

/* line 94, ../../sass/components/_datatable.scss */
.recipient .data-table .tr .recipient-name .fa-circle,
.units .data-table .tr .recipient-name .fa-circle,
.parcelboxes-tabs .data-table .tr .recipient-name .fa-circle,
.letterboxes-tabs .data-table .tr .recipient-name .fa-circle {
  font-size: 10px !important;
  margin-right: -8px;
  position: relative;
  left: -20px;
  bottom: 2px; }

/* line 106, ../../sass/components/_datatable.scss */
.recipient .data-table .td:nth-child(1) {
  padding-left: 35px; }
/* line 109, ../../sass/components/_datatable.scss */
.recipient .data-table .td:nth-child(2) {
  width: 30% !important; }
/* line 113, ../../sass/components/_datatable.scss */
.recipient .data-table .td:nth-child(3) {
  min-width: 410px; }
/* line 118, ../../sass/components/_datatable.scss */
.recipient .data-table .recipient-icons i {
  margin-right: 8px; }
/* line 122, ../../sass/components/_datatable.scss */
.recipient .data-table .recipient-icons .fa-circle {
  font-size: 13px !important;
  position: relative;
  bottom: 2px; }

@media only screen and (max-width: 1300px) {
  /* line 132, ../../sass/components/_datatable.scss */
  .recipient .units .td:nth-child(1),
  .data-table .units .td:nth-child(1) {
    width: 40% !important; }
  /* line 135, ../../sass/components/_datatable.scss */
  .recipient .units .td:nth-child(3),
  .data-table .units .td:nth-child(3) {
    min-width: 300px; } }
/* line 142, ../../sass/components/_datatable.scss */
.units .data-table .td:nth-child(1) {
  width: 25% !important;
  padding-left: 35px; }
/* line 147, ../../sass/components/_datatable.scss */
.units .data-table .td:nth-child(2) {
  width: 100%; }
/* line 151, ../../sass/components/_datatable.scss */
.units .data-table .td:nth-child(3) {
  min-width: 300px; }

/* line 156, ../../sass/components/_datatable.scss */
.data-table .td {
  /* 3 */
  white-space: nowrap; }
  /* line 158, ../../sass/components/_datatable.scss */
  .data-table .td > button {
    margin-left: 10px; }
  /* line 162, ../../sass/components/_datatable.scss */
  .data-table .td > button:first-of-type {
    margin-left: 0; }

/* line 167, ../../sass/components/_datatable.scss */
.data-table .tr.error {
  position: absolute;
  width: 100%; }

/*-----------------------------------------------------------------
=== Table editing =================================================
*
1	Default input in editing mode
2	Animate the add row (ghostrow)
-----------------------------------------------------------------*/
/* line 179, ../../sass/components/_datatable.scss */
.data-table .tr {
  /* 1 */ }
  /* line 180, ../../sass/components/_datatable.scss */
  .data-table .tr input {
    max-width: 320px;
    border: 1px solid #9ec74b; }
  /* line 185, ../../sass/components/_datatable.scss */
  .data-table .tr .edit-btn-group {
    display: none; }
  /* line 189, ../../sass/components/_datatable.scss */
  .data-table .tr.highlight {
    -moz-animation: highlightNew 1s linear forwards;
    -webkit-animation: highlightNew 1s linear forwards;
    animation: highlightNew 1s linear forwards; }

/* line 194, ../../sass/components/_datatable.scss */
.data-table .tbody div[id$="-ghost-row"] {
  /* 2 */
  -moz-animation: pop 0.3s linear;
  -webkit-animation: pop 0.3s linear;
  animation: pop 0.3s linear; }

/*-----------------------------------------------------------------
===	Responsive definition =========================================
1	Show save and cacel button for the editing above 1600
2	FF specific sizing (the buttons recive another size for some reason)
---------------------------------------------------------------- */
@media (min-width: 1200px) {
  /* line 204, ../../sass/components/_datatable.scss */
  .data-table .tr {
    /* 1 */ }
    /* line 205, ../../sass/components/_datatable.scss */
    .data-table .tr .input-wrapper {
      display: inline-block;
      width: -moz-calc(100% - 95px);
      width: -webkit-calc(100% - 95px);
      width: calc(100% - 95px); }
    /* line 210, ../../sass/components/_datatable.scss */
    .data-table .tr .edit-btn-group {
      display: block;
      float: right;
      width: 95px;
      margin-top: -1px; }
      /* line 217, ../../sass/components/_datatable.scss */
      .data-table .tr .edit-btn-group button {
        margin-left: 5px; }

  /* line 223, ../../sass/components/_datatable.scss */
  .x-gecko .data-table .tr {
    /* 1 */ }
    /* line 224, ../../sass/components/_datatable.scss */
    .x-gecko .data-table .tr .input-wrapper {
      width: -moz-calc(100% - 105px);
      width: -webkit-calc(100% - 105px);
      width: calc(100% - 105px); }
    /* line 225, ../../sass/components/_datatable.scss */
    .x-gecko .data-table .tr .edit-btn-group {
      width: 105px; } }
/*-----------------------------------------------------------------
=== File Information ==============================================
=== Software: CombiPlate AB - Landlord portal
=== File: components/datatable/modalediting.scss
=== Description: This file covers all that's needed for the modal
	editing form.
=== Version: 1.0
=== Author: Linus Carlström <linus@combiplate.com>
=== Author URI: http://combiplate.com
---------------------------------------------------------------- */
/*-----------------------------------------------------------------
=== Animate =======================================================
 *  Define the keyframes for our animation
---------------------------------------------------------------- */
/*-----------------------------------------------------------------
=== Foundation ====================================================
 1	Mask
 2	Wrapper
 3	Title
---------------------------------------------------------------- */
/* line 23, ../../sass/components/datatable/_modalediting.scss */
.modal-editing-mask {
  /* 1 */
  display: none;
  position: fixed;
  top: 75px;
  left: 325px;
  height: 100%;
  width: 100%;
  background: black;
  opacity: .35;
  overflow: hidden; }

/* line 37, ../../sass/components/datatable/_modalediting.scss */
.modal-editing-container {
  /* 2 */
  position: fixed;
  top: 75px;
  z-index: 10;
  right: -600px;
  width: 600px;
  height: 100%;
  background: #f1f4f5; }
  /* line 49, ../../sass/components/datatable/_modalediting.scss */
  .modal-editing-container.trans {
    -moz-transition: right 0.5s ease-in;
    -o-transition: right 0.5s ease-in;
    -webkit-transition: right 0.5s ease-in;
    transition: right 0.5s ease-in; }
  /* line 51, ../../sass/components/datatable/_modalediting.scss */
  .modal-editing-container.slide-in {
    -moz-box-shadow: rgba(0, 0, 0, 0.15) -10px 0 10px 0;
    -webkit-box-shadow: rgba(0, 0, 0, 0.15) -10px 0 10px 0;
    box-shadow: rgba(0, 0, 0, 0.15) -10px 0 10px 0;
    right: 0;
    position: fixed;
    top: 75px;
    z-index: 10; }
  /* line 59, ../../sass/components/datatable/_modalediting.scss */
  .modal-editing-container .scroller {
    overflow: hidden;
    position: relative;
    height: -moz-calc(100% - 75px - 75px);
    height: -webkit-calc(100% - 75px - 75px);
    height: calc(100% - 75px - 75px); }

/* line 66, ../../sass/components/datatable/_modalediting.scss */
.modal-editing-container .top-bar, .modal-popup-container .top-bar {
  /* 3 */
  height: 75px;
  padding: 0 20px;
  color: white;
  background: #373737; }
  /* line 73, ../../sass/components/datatable/_modalediting.scss */
  .modal-editing-container .top-bar .title, .modal-editing-container .top-bar i, .modal-popup-container .top-bar .title, .modal-popup-container .top-bar i {
    line-height: 75px; }
  /* line 75, ../../sass/components/datatable/_modalediting.scss */
  .modal-editing-container .top-bar .title, .modal-popup-container .top-bar .title {
    float: left;
    font-weight: 200;
    font-size: 32px;
    font-size: 3.2rem; }
  /* line 82, ../../sass/components/datatable/_modalediting.scss */
  .modal-editing-container .top-bar i, .modal-popup-container .top-bar i {
    float: right;
    cursor: pointer;
    font-size: 39px;
    font-size: 3.9rem; }

/*-----------------------------------------------------------------
=== Form ==========================================================
---------------------------------------------------------------- */
/* line 93, ../../sass/components/datatable/_modalediting.scss */
.modal-editing-container form {
  padding: 30px 40px; }
  /* line 96, ../../sass/components/datatable/_modalediting.scss */
  .modal-editing-container form hr {
    border: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin: 20px 0; }
  /* line 102, ../../sass/components/datatable/_modalediting.scss */
  .modal-editing-container form .group-name {
    font-weight: 400;
    font-size: 20px;
    font-size: 2rem;
    padding-bottom: 10px; }
    /* line 109, ../../sass/components/datatable/_modalediting.scss */
    .modal-editing-container form .group-name .group-name-header {
      float: left; }
    /* line 113, ../../sass/components/datatable/_modalediting.scss */
    .modal-editing-container form .group-name .group-name-meta {
      float: right;
      font-size: 16px;
      font-size: 1.6rem;
      font-style: italic; }
    /* line 119, ../../sass/components/datatable/_modalediting.scss */
    .modal-editing-container form .group-name.activated {
      padding-bottom: 0; }
      /* line 122, ../../sass/components/datatable/_modalediting.scss */
      .modal-editing-container form .group-name.activated .group-name-meta {
        color: #9ec74b;
        font-style: normal;
        font-weight: 400; }
  /* line 130, ../../sass/components/datatable/_modalediting.scss */
  .modal-editing-container form .btns-wrapper {
    margin-top: 40px;
    text-align: center; }
    /* line 134, ../../sass/components/datatable/_modalediting.scss */
    .modal-editing-container form .btns-wrapper button:first-of-type {
      margin-right: 10px; }
    /* line 138, ../../sass/components/datatable/_modalediting.scss */
    .modal-editing-container form .btns-wrapper button {
      min-width: 150px; }
  /* line 143, ../../sass/components/datatable/_modalediting.scss */
  .modal-editing-container form .btns-wrapper-less-top-padding {
    margin-top: 5px;
    text-align: center; }
    /* line 147, ../../sass/components/datatable/_modalediting.scss */
    .modal-editing-container form .btns-wrapper-less-top-padding button:first-of-type {
      margin-right: 10px; }
    /* line 151, ../../sass/components/datatable/_modalediting.scss */
    .modal-editing-container form .btns-wrapper-less-top-padding button {
      min-width: 150px; }

/* line 157, ../../sass/components/datatable/_modalediting.scss */
.modal-editing-account-button {
  margin: 5px 0; }
  /* line 160, ../../sass/components/datatable/_modalediting.scss */
  .modal-editing-account-button button:nth-child(2) {
    margin-left: 25px; }

/* line 165, ../../sass/components/datatable/_modalediting.scss */
.modal-popup-container {
  background: white;
  border-radius: 8px;
  box-shadow: rgba(0, 0, 0, 0.05) 0 1px 1px;
  position: fixed;
  top: 50%;
  left: 57%;
  width: 1000px;
  height: 600px;
  margin-left: -500px;
  margin-top: -300px; }

/* line 179, ../../sass/components/datatable/_modalediting.scss */
.modal-popup-container .popup-content::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #F5F5F5; }
/* line 184, ../../sass/components/datatable/_modalediting.scss */
.modal-popup-container .popup-content::-webkit-scrollbar {
  width: 12px;
  background-color: #F5F5F5; }
/* line 189, ../../sass/components/datatable/_modalediting.scss */
.modal-popup-container .popup-content::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #a91830; }
/* line 194, ../../sass/components/datatable/_modalediting.scss */
.modal-popup-container .popup-content {
  height: 480px;
  overflow-y: scroll;
  margin-top: 25px;
  margin-left: 30px;
  margin-right: 30px; }
  /* line 201, ../../sass/components/datatable/_modalediting.scss */
  .modal-popup-container .popup-content .import-row {
    font-weight: 400; }

/* line 207, ../../sass/components/datatable/_modalediting.scss */
.modal-popup-container .top-bar {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px; }

/*-----------------------------------------------------------------
=== File Information ==============================================
=== Software: RENZ Sweden AB - Landlord portal
=== File: components/_datafield.scss
=== Description: This file covers our data field
=== Version: 1.0
=== Author: Linus Carlström <linus.carlstrom@renzgroup.se>
=== Author URI: http://renznordic.se
---------------------------------------------------------------- */
/*-----------------------------------------------------------------
=== Animate =======================================================
 *  Define the keyframes for our animation
---------------------------------------------------------------- */
@-moz-keyframes scaleoutEditing {
  /* line 16, ../../sass/components/_datafield.scss */
  0% {
    opacity: 1; }

  /* line 17, ../../sass/components/_datafield.scss */
  100% {
    opacity: 0;
    -moz-transform: scale3d(1.1, 1.1, 10);
    transform: scale3d(1.1, 1.1, 10); } }
@-webkit-keyframes scaleoutEditing {
  /* line 16, ../../sass/components/_datafield.scss */
  0% {
    opacity: 1; }

  /* line 17, ../../sass/components/_datafield.scss */
  100% {
    opacity: 0;
    -webkit-transform: scale3d(1.1, 1.1, 10);
    transform: scale3d(1.1, 1.1, 10); } }
@keyframes scaleoutEditing {
  /* line 16, ../../sass/components/_datafield.scss */
  0% {
    opacity: 1; }

  /* line 17, ../../sass/components/_datafield.scss */
  100% {
    opacity: 0;
    -moz-transform: scale3d(1.1, 1.1, 10);
    -ms-transform: scale3d(1.1, 1.1, 10);
    -webkit-transform: scale3d(1.1, 1.1, 10);
    transform: scale3d(1.1, 1.1, 10); } }
@-moz-keyframes scaleinEditing {
  /* line 21, ../../sass/components/_datafield.scss */
  0% {
    opacity: 0;
    -moz-transform: scale3d(1.1, 1.1, 10);
    transform: scale3d(1.1, 1.1, 10); }

  /* line 22, ../../sass/components/_datafield.scss */
  100% {
    opacity: 1;
    -moz-transform: scale3d(1, 1, 10);
    transform: scale3d(1, 1, 10); } }
@-webkit-keyframes scaleinEditing {
  /* line 21, ../../sass/components/_datafield.scss */
  0% {
    opacity: 0;
    -webkit-transform: scale3d(1.1, 1.1, 10);
    transform: scale3d(1.1, 1.1, 10); }

  /* line 22, ../../sass/components/_datafield.scss */
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 10);
    transform: scale3d(1, 1, 10); } }
@keyframes scaleinEditing {
  /* line 21, ../../sass/components/_datafield.scss */
  0% {
    opacity: 0;
    -moz-transform: scale3d(1.1, 1.1, 10);
    -ms-transform: scale3d(1.1, 1.1, 10);
    -webkit-transform: scale3d(1.1, 1.1, 10);
    transform: scale3d(1.1, 1.1, 10); }

  /* line 22, ../../sass/components/_datafield.scss */
  100% {
    opacity: 1;
    -moz-transform: scale3d(1, 1, 10);
    -ms-transform: scale3d(1, 1, 10);
    -webkit-transform: scale3d(1, 1, 10);
    transform: scale3d(1, 1, 10); } }
@-moz-keyframes scaleoutPreview {
  /* line 26, ../../sass/components/_datafield.scss */
  0% {
    opacity: 1; }

  /* line 27, ../../sass/components/_datafield.scss */
  100% {
    opacity: 0;
    -moz-transform: scale3d(0.9, 0.9, 1);
    transform: scale3d(0.9, 0.9, 1); } }
@-webkit-keyframes scaleoutPreview {
  /* line 26, ../../sass/components/_datafield.scss */
  0% {
    opacity: 1; }

  /* line 27, ../../sass/components/_datafield.scss */
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.9, 0.9, 1);
    transform: scale3d(0.9, 0.9, 1); } }
@keyframes scaleoutPreview {
  /* line 26, ../../sass/components/_datafield.scss */
  0% {
    opacity: 1; }

  /* line 27, ../../sass/components/_datafield.scss */
  100% {
    opacity: 0;
    -moz-transform: scale3d(0.9, 0.9, 1);
    -ms-transform: scale3d(0.9, 0.9, 1);
    -webkit-transform: scale3d(0.9, 0.9, 1);
    transform: scale3d(0.9, 0.9, 1); } }
@-moz-keyframes scaleinPreview {
  /* line 31, ../../sass/components/_datafield.scss */
  0% {
    opacity: 0;
    -moz-transform: scale3d(0.9, 0.9, 1);
    transform: scale3d(0.9, 0.9, 1); }

  /* line 32, ../../sass/components/_datafield.scss */
  100% {
    opacity: 1;
    -moz-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
@-webkit-keyframes scaleinPreview {
  /* line 31, ../../sass/components/_datafield.scss */
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.9, 0.9, 1);
    transform: scale3d(0.9, 0.9, 1); }

  /* line 32, ../../sass/components/_datafield.scss */
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
@keyframes scaleinPreview {
  /* line 31, ../../sass/components/_datafield.scss */
  0% {
    opacity: 0;
    -moz-transform: scale3d(0.9, 0.9, 1);
    -ms-transform: scale3d(0.9, 0.9, 1);
    -webkit-transform: scale3d(0.9, 0.9, 1);
    transform: scale3d(0.9, 0.9, 1); }

  /* line 32, ../../sass/components/_datafield.scss */
  100% {
    opacity: 1;
    -moz-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
/* line 36, ../../sass/components/_datafield.scss */
.fadein-datalist-preview {
  -moz-animation: scaleinPreview 0.2s linear;
  -webkit-animation: scaleinPreview 0.2s linear;
  animation: scaleinPreview 0.2s linear;
  -moz-animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards; }

/* line 41, ../../sass/components/_datafield.scss */
.fadeout-datalist-editing {
  -moz-animation: scaleoutEditing 0.2s linear;
  -webkit-animation: scaleoutEditing 0.2s linear;
  animation: scaleoutEditing 0.2s linear;
  -moz-animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards; }

/* line 47, ../../sass/components/_datafield.scss */
.fadein-datalist-editing {
  -moz-animation: scaleinEditing 0.2s linear;
  -webkit-animation: scaleinEditing 0.2s linear;
  animation: scaleinEditing 0.2s linear;
  -moz-animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards; }

/* line 52, ../../sass/components/_datafield.scss */
.fadeout-datalist-preview {
  -moz-animation: scaleoutPreview 0.2s linear;
  -webkit-animation: scaleoutPreview 0.2s linear;
  animation: scaleoutPreview 0.2s linear;
  -moz-animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards; }

/*-----------------------------------------------------------------
=== Base list =====================================================
 1	Make the preview label compatible with icons
 2	Overide for editing component, from preview component
---------------------------------------------------------------- */
/* line 62, ../../sass/components/_datafield.scss */
.datafield {
  height: 115px;
  border-top: 2px solid #f1f4f5; }
  /* line 67, ../../sass/components/_datafield.scss */
  .datafield:last-of-type {
    border-bottom: 2px solid #f1f4f5;
    margin-bottom: 20px; }
  /* line 72, ../../sass/components/_datafield.scss */
  .datafield:has(.datafield-extra-actions) {
    height: 170px; }

/* line 77, ../../sass/components/_datafield.scss */
.datafield-empty {
  line-height: 115px;
  padding-left: 20px; }

/* line 82, ../../sass/components/_datafield.scss */
.datafield-preview, .datafield-edit {
  display: table;
  height: 100%;
  width: 100%;
  padding: 0 20px; }
  /* line 91, ../../sass/components/_datafield.scss */
  .datafield-preview .datafield-value,
  .datafield-preview .datafield-action, .datafield-edit .datafield-value,
  .datafield-edit .datafield-action {
    display: table-cell;
    vertical-align: middle; }
  /* line 97, ../../sass/components/_datafield.scss */
  .datafield-preview .datafield-label, .datafield-edit .datafield-label {
    font-size: 20px;
    font-size: 2rem;
    font-weight: 400;
    padding-bottom: 2px; }
    /* line 103, ../../sass/components/_datafield.scss */
    .datafield-preview .datafield-label > div,
    .datafield-preview .datafield-label > i, .datafield-edit .datafield-label > div,
    .datafield-edit .datafield-label > i {
      float: left;
      height: 25px;
      line-height: 25px; }
    /* line 110, ../../sass/components/_datafield.scss */
    .datafield-preview .datafield-label > div, .datafield-edit .datafield-label > div {
      display: inline-block;
      padding-right: 5px; }
    /* line 115, ../../sass/components/_datafield.scss */
    .datafield-preview .datafield-label > i, .datafield-edit .datafield-label > i {
      font-size: 21px;
      font-size: 2.1rem; }
  /* line 120, ../../sass/components/_datafield.scss */
  .datafield-preview .datafield-value-field, .datafield-edit .datafield-value-field {
    display: inline-block;
    cursor: pointer;
    color: #979797; }
  /* line 126, ../../sass/components/_datafield.scss */
  .datafield-preview .datafield-action, .datafield-edit .datafield-action {
    min-width: 150px;
    text-align: right; }

/* line 132, ../../sass/components/_datafield.scss */
.datafield-extra-actions {
  margin-top: 2rem; }

/* line 136, ../../sass/components/_datafield.scss */
.datafield-edit {
  /* 2 */
  opacity: 0; }
  /* line 139, ../../sass/components/_datafield.scss */
  .datafield-edit .datafield-label {
    font-size: 18px;
    font-size: 1.8rem;
    margin: 9px 0 4px 0; }
  /* line 144, ../../sass/components/_datafield.scss */
  .datafield-edit .datafield-value {
    cursor: default; }
    /* line 146, ../../sass/components/_datafield.scss */
    .datafield-edit .datafield-value .input-wrapper {
      margin-bottom: 0; }
  /* line 150, ../../sass/components/_datafield.scss */
  .datafield-edit .datafield-action button:first-of-type {
    margin-right: 10px; }

/*-----------------------------------------------------------------
=== File Information ==============================================
=== Software: CombiPlate AB - Landlord portal
=== File: components/_button.scss
=== Description: This file covers segmented controls
=== Version: 1.0
=== Author: Linus Carlström <linus@combiplate.com>
=== Author URI: http://combiplate.com
---------------------------------------------------------------- */
/*-----------------------------------------------------------------
=== Animate =======================================================
 *  Define the keyframes for our animation
---------------------------------------------------------------- */
/*-----------------------------------------------------------------
=== Segment base ==================================================
 *  Define segment structure
---------------------------------------------------------------- */
/* line 23, ../../sass/components/_segmentedcontrol.scss */
.segmented-control label {
  display: block;
  padding-bottom: 0; }
/* line 30, ../../sass/components/_segmentedcontrol.scss */
.segmented-control.light span {
  border-color: rgba(255, 255, 255, 0.25); }
/* line 37, ../../sass/components/_segmentedcontrol.scss */
.segmented-control.dark span {
  border-color: rgba(0, 0, 0, 0.5); }
/* line 42, ../../sass/components/_segmentedcontrol.scss */
.segmented-control span {
  float: left;
  display: block;
  padding: 6px 15px;
  margin: 10px 5px 0;
  border: 2px solid transparent;
  border-radius: 4px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  /* 1 */
  -moz-transition: border 0.2s linear, color 0.2s linear, width 0.2s linear, background-color 0.2s linear;
  -o-transition: border 0.2s linear, color 0.2s linear, width 0.2s linear, background-color 0.2s linear;
  -webkit-transition: border 0.2s linear, color 0.2s linear, width 0.2s linear, background-color 0.2s linear;
  transition: border 0.2s linear, color 0.2s linear, width 0.2s linear, background-color 0.2s linear; }
/* line 63, ../../sass/components/_segmentedcontrol.scss */
.segmented-control span.active {
  background-color: #a91830;
  border-color: #a91830; }
  /* line 67, ../../sass/components/_segmentedcontrol.scss */
  .segmented-control span.active:hover {
    background-color: #a91830; }
/* line 72, ../../sass/components/_segmentedcontrol.scss */
.segmented-control span:hover {
  background-color: rgba(255, 255, 255, 0.1); }
/* line 76, ../../sass/components/_segmentedcontrol.scss */
.segmented-control span:first-of-type {
  margin-left: 0; }
/* line 80, ../../sass/components/_segmentedcontrol.scss */
.segmented-control span:last-of-type {
  margin-right: 0; }
/* line 86, ../../sass/components/_segmentedcontrol.scss */
.segmented-control.small span {
  padding: 6px 13px;
  font-size: 14px;
  font-size: 1.4rem; }
/* line 93, ../../sass/components/_segmentedcontrol.scss */
.segmented-control.large span {
  padding: 10px 18px;
  font-size: 18px;
  font-size: 1.8rem; }

/*-----------------------------------------------------------------
=== File Information ==============================================
=== Software: CombiPlate AB - Landlord portal
=== File: components/checkbox/_toggle.scss
=== Description: This file covers the toggle checkbox
=== Version: 1.0
=== Author: Linus Carlström <linus@combiplate.com>
=== Author URI: http://combiplate.com
---------------------------------------------------------------- */
/*-----------------------------------------------------------------
=== Animate =======================================================
 *  Define the keyframes for our animation
---------------------------------------------------------------- */
/*-----------------------------------------------------------------
=== Base button ===================================================
 *  Define toggle checkbox layout
---------------------------------------------------------------- */
/* line 20, ../../sass/components/checkbox/_toggle.scss */
.checkbox.toggle {
  position: relative;
  display: block;
  width: 70px;
  line-height: 32px;
  overflow: hidden; }
  /* line 28, ../../sass/components/checkbox/_toggle.scss */
  .checkbox.toggle input {
    display: none; }
  /* line 30, ../../sass/components/checkbox/_toggle.scss */
  .checkbox.toggle .toggle-group {
    height: 32px;
    width: 70px;
    -moz-border-radius: 32px;
    -webkit-border-radius: 32px;
    border-radius: 32px;
    background-color: #db706c;
    cursor: pointer;
    -moz-transition: background 0.2s, -moz-transform 0.2s;
    -o-transition: background 0.2s, -o-transform 0.2s;
    -webkit-transition: background 0.2s, -webkit-transform 0.2s;
    transition: background 0.2s, transform 0.2s; }
    /* line 41, ../../sass/components/checkbox/_toggle.scss */
    .checkbox.toggle .toggle-group .toggle-handle {
      position: absolute;
      top: 2px;
      left: 2px;
      display: inline-block;
      height: 28px;
      width: 28px;
      -moz-border-radius: 28px;
      -webkit-border-radius: 28px;
      border-radius: 28px;
      background: white;
      -moz-transition: all 0.2s linear;
      -o-transition: all 0.2s linear;
      -webkit-transition: all 0.2s linear;
      transition: all 0.2s linear; }
    /* line 56, ../../sass/components/checkbox/_toggle.scss */
    .checkbox.toggle .toggle-group .toggle-on,
    .checkbox.toggle .toggle-group .toggle-off {
      position: absolute;
      width: 40px;
      height: 32px;
      line-height: 32px;
      text-align: center;
      color: white;
      overflow: hidden;
      opacity: 0;
      cursor: pointer;
      font-size: 21px;
      font-size: 2.1rem;
      -moz-transition: all 0.2s linear;
      -o-transition: all 0.2s linear;
      -webkit-transition: all 0.2s linear;
      transition: all 0.2s linear; }
    /* line 77, ../../sass/components/checkbox/_toggle.scss */
    .checkbox.toggle .toggle-group .toggle-off {
      right: 0;
      opacity: 1; }
    /* line 82, ../../sass/components/checkbox/_toggle.scss */
    .checkbox.toggle .toggle-group .toggle-on {
      left: -40px;
      opacity: 0; }
  /* line 89, ../../sass/components/checkbox/_toggle.scss */
  .checkbox.toggle.checked .toggle-group {
    background-color: #9ec74b; }
  /* line 93, ../../sass/components/checkbox/_toggle.scss */
  .checkbox.toggle.checked .toggle-handle {
    left: 40px; }
  /* line 97, ../../sass/components/checkbox/_toggle.scss */
  .checkbox.toggle.checked .toggle-off {
    right: -40px;
    opacity: 0; }
  /* line 102, ../../sass/components/checkbox/_toggle.scss */
  .checkbox.toggle.checked .toggle-on {
    left: 0;
    opacity: 1; }

/*-----------------------------------------------------------------
=== File Information ==============================================
=== Software: RENZ Sweden AB - Landlord portal
=== File: components/custom/_access.scss
=== Description: This file covers the custom access component
=== Version: 1.0
=== Author: Linus Carlström <linus.carlstrom@renzgroup.se>
=== Author URI: http://renznordic.se
---------------------------------------------------------------- */
/*-----------------------------------------------------------------
=== Animate =======================================================
 *  Define the keyframes for our animation
---------------------------------------------------------------- */
/*-----------------------------------------------------------------
=== Access base ===================================================
 1	Align elements in the topbar
 2	Override topbar alignment for code
 2	Define the list (ul and li)
---------------------------------------------------------------- */
/* line 23, ../../sass/components/custom/_access.scss */
.access-component-key,
.access-component-code {
  margin-bottom: 40px; }

/* line 28, ../../sass/components/custom/_access.scss */
.access-component-topbar {
  margin-bottom: 10px; }
  /* line 32, ../../sass/components/custom/_access.scss */
  .access-component-topbar > .input-wrapper {
    float: left;
    width: -moz-calc(100% - 45px);
    width: -webkit-calc(100% - 45px);
    width: calc(100% - 45px); }
  /* line 37, ../../sass/components/custom/_access.scss */
  .access-component-topbar > .btn {
    float: right;
    -moz-border-radius: 0 4px 4px 0;
    -webkit-border-radius: 0;
    border-radius: 0 4px 4px 0; }
  /* line 42, ../../sass/components/custom/_access.scss */
  .access-component-topbar .access-component-title {
    font-weight: 400;
    padding-bottom: 10px; }
  /* line 47, ../../sass/components/custom/_access.scss */
  .access-component-topbar input {
    height: 37px;
    line-height: 37px;
    background: #f1f4f5;
    -moz-border-radius: 4px 0 0 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px 0 0 4px; }

/* line 55, ../../sass/components/custom/_access.scss */
.access-component-code .access-component-topbar {
  /* 2 */ }
  /* line 56, ../../sass/components/custom/_access.scss */
  .access-component-code .access-component-topbar .access-component-title {
    float: left;
    line-height: 37px;
    padding-bottom: 0 !important; }
  /* line 62, ../../sass/components/custom/_access.scss */
  .access-component-code .access-component-topbar > .btn {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px; }

/* line 67, ../../sass/components/custom/_access.scss */
.access-component-list {
  /* 3 */
  min-height: 45px;
  background: white;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.1); }
  /* line 75, ../../sass/components/custom/_access.scss */
  .access-component-list.invalid {
    box-sizing: border-box;
    border: 1px solid #db706c;
    color: #db706c;
    -moz-animation: shake 0.5s linear;
    -webkit-animation: shake 0.5s linear;
    animation: shake 0.5s linear; }

/* line 83, ../../sass/components/custom/_access.scss */
.access-component-list li {
  height: 45px;
  padding: 0 20px 0 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
  /* line 90, ../../sass/components/custom/_access.scss */
  .access-component-list li.empty-text {
    padding-left: 20px;
    line-height: 45px;
    font-style: italic; }
    /* line 95, ../../sass/components/custom/_access.scss */
    .access-component-list li.empty-text.error {
      color: #db706c;
      -moz-animation: shake 0.5s linear;
      -webkit-animation: shake 0.5s linear;
      animation: shake 0.5s linear; }
  /* line 101, ../../sass/components/custom/_access.scss */
  .access-component-list li:last-of-type {
    border-bottom: 0; }
  /* line 103, ../../sass/components/custom/_access.scss */
  .access-component-list li .invalid {
    color: #db706c; }
  /* line 107, ../../sass/components/custom/_access.scss */
  .access-component-list li .shake {
    -moz-animation: shake 0.5s linear;
    -webkit-animation: shake 0.5s linear;
    animation: shake 0.5s linear; }
  /* line 111, ../../sass/components/custom/_access.scss */
  .access-component-list li .access-component-item-type,
  .access-component-list li .input-wrapper {
    float: left; }
  /* line 116, ../../sass/components/custom/_access.scss */
  .access-component-list li .access-component-item-type {
    color: #c1c1c1;
    width: 45px;
    text-align: center;
    font-size: 25px;
    font-size: 2.5rem;
    line-height: 0; }
    /* line 123, ../../sass/components/custom/_access.scss */
    .access-component-list li .access-component-item-type i {
      margin-top: 10px; }
  /* line 126, ../../sass/components/custom/_access.scss */
  .access-component-list li .input-wrapper {
    line-height: 44px; }
  /* line 130, ../../sass/components/custom/_access.scss */
  .access-component-list li .access-component-item-actions {
    float: right;
    line-height: 42px; }
  /* line 135, ../../sass/components/custom/_access.scss */
  .access-component-list li .access-component-item-actions button {
    margin-right: 5px; }
    /* line 138, ../../sass/components/custom/_access.scss */
    .access-component-list li .access-component-item-actions button:last-of-type {
      margin-right: 0; }

/*-----------------------------------------------------------------
=== File Information ==============================================
=== Software: CombiPlate AB - Landlord portal
=== File: components/_button.scss
=== Description: This file covers all buttons
=== Version: 1.0
=== Author: Linus Carlström <linus@combiplate.com>
=== Author URI: http://combiplate.com
---------------------------------------------------------------- */
/*-----------------------------------------------------------------
=== Animate =======================================================
 *  Define the keyframes for our animation
---------------------------------------------------------------- */
/*-----------------------------------------------------------------
=== Base button ===================================================
 *  Define base button
 1	Disable user-select (highlight)
 2	Remove blue outline on focus
 3	Disabled button style
 4	Full width button style
---------------------------------------------------------------- */
/* line 27, ../../sass/components/_cookiebanner.scss */
.cookie-banner {
  transition: transform 0.4s cubic-bezier(0.11, -0.205, 0.09, 0.995);
  position: absolute;
  width: 100%;
  bottom: -135px;
  left: 0;
  height: 135px;
  background-color: #373737; }
  /* line 30, ../../sass/components/_cookiebanner.scss */
  .cookie-banner.slide-in {
    transform: translate(0px, -135px); }
  /* line 34, ../../sass/components/_cookiebanner.scss */
  .cookie-banner .cookie-wrap {
    width: 60%;
    margin: 0 auto;
    text-align: center; }
    /* line 39, ../../sass/components/_cookiebanner.scss */
    .cookie-banner .cookie-wrap .cookie-text {
      color: #fff;
      padding-top: 30px;
      padding-bottom: 15px; }
    /* line 46, ../../sass/components/_cookiebanner.scss */
    .cookie-banner .cookie-wrap button {
      margin-bottom: 30px;
      padding-right: 30px;
      padding-left: 30px; }
  @media only screen and (max-width: 600px) and (min-width: 375px) {
    /* line 27, ../../sass/components/_cookiebanner.scss */
    .cookie-banner {
      height: auto;
      bottom: -45%; }
      /* line 65, ../../sass/components/_cookiebanner.scss */
      .cookie-banner.slide-in {
        transform: translate(0px, -500px); } }
  @media only screen and (max-width: 375px) {
    /* line 27, ../../sass/components/_cookiebanner.scss */
    .cookie-banner {
      height: auto;
      bottom: -60%; }
      /* line 73, ../../sass/components/_cookiebanner.scss */
      .cookie-banner.slide-in {
        transform: translate(0px, -500px); } }

/*-----------------------------------------------------------------
=== File Information ==============================================
=== Software: CombiPlate AB - Landlord portal
=== File: components/_window.scss
=== Description: This file covers all our custom dialogs
=== Version: 1.0
=== Author: Linus Carlström <linus@combiplate.com>
=== Author URI: http://combiplate.com
---------------------------------------------------------------- */
/*-----------------------------------------------------------------
=== Animate =======================================================
 *  Define the keyframes for our animation
---------------------------------------------------------------- */
/* line 20, ../../sass/components/_licenses.scss */
.license-list div:first-child {
  border-top: none; }
/* line 23, ../../sass/components/_licenses.scss */
.license-list .setting-area {
  border-top: 2px solid #f1f4f5;
  height: 150px; }
/* line 24, ../../sass/components/_licenses.scss */
.license-list .setting-area:last-of-type {
  margin-bottom: 20px; }
/* line 26, ../../sass/components/_licenses.scss */
.license-list .preview, .license-list .editing {
  /* 2 */
  display: table;
  height: 100%;
  width: 100%;
  padding: 0 20px; }
  /* line 35, ../../sass/components/_licenses.scss */
  .license-list .preview .value,
  .license-list .preview .action, .license-list .editing .value,
  .license-list .editing .action {
    display: table-cell;
    vertical-align: middle; }
  /* line 41, ../../sass/components/_licenses.scss */
  .license-list .preview .label, .license-list .editing .label {
    font-size: 30px;
    font-size: 3rem;
    font-weight: 400; }
    /* line 46, ../../sass/components/_licenses.scss */
    .license-list .preview .label > div,
    .license-list .preview .label > i, .license-list .editing .label > div,
    .license-list .editing .label > i {
      float: left;
      height: 40px;
      line-height: 40px; }
    /* line 53, ../../sass/components/_licenses.scss */
    .license-list .preview .label > div, .license-list .editing .label > div {
      display: inline-block;
      padding-right: 5px; }
    /* line 58, ../../sass/components/_licenses.scss */
    .license-list .preview .label > i, .license-list .editing .label > i {
      font-size: 21px;
      font-size: 2.1rem; }
  /* line 63, ../../sass/components/_licenses.scss */
  .license-list .preview .value-field, .license-list .editing .value-field {
    font-size: 20px;
    font-size: 2rem;
    color: #979797; }
  /* line 68, ../../sass/components/_licenses.scss */
  .license-list .preview .action, .license-list .editing .action {
    min-width: 150px;
    text-align: right; }
  /* line 72, ../../sass/components/_licenses.scss */
  .license-list .preview .code-action, .license-list .editing .code-action {
    text-align: left; }

/* line 78, ../../sass/components/_licenses.scss */
.content-wrapper {
  height: -moz-calc(100% -  75px);
  height: -webkit-calc(100% -  75px);
  height: calc(100% -  75px);
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch; }
  /* line 79, ../../sass/components/_licenses.scss */
  .content-wrapper .dialog-content {
    max-width: none;
    margin-top: 0px !important;
    padding: 0 30px 0px; }
    /* line 84, ../../sass/components/_licenses.scss */
    .content-wrapper .dialog-content .body {
      padding: 0 30px 0px;
      position: relative;
      bottom: 20px; }
  /* line 96, ../../sass/components/_licenses.scss */
  .content-wrapper .license-textarea {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    justify-content: space-between;
    width: 1000px; }
  /* line 105, ../../sass/components/_licenses.scss */
  .content-wrapper .license-wrapper {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    justify-content: space-between;
    margin-top: 20px;
    max-width: 1000px; }
    /* line 117, ../../sass/components/_licenses.scss */
    .content-wrapper .license-wrapper .license-textarea .license-placement .license-area {
      display: flex;
      flex-direction: column; }
      /* line 122, ../../sass/components/_licenses.scss */
      .content-wrapper .license-wrapper .license-textarea .license-placement .license-area .value-field {
        align-self: center;
        overflow: auto;
        max-height: 400px;
        max-width: 900px;
        padding: 0px 40px 0px 40px; }
        /* line 129, ../../sass/components/_licenses.scss */
        .content-wrapper .license-wrapper .license-textarea .license-placement .license-area .value-field .label {
          font-size: 30px;
          font-size: 3rem;
          font-weight: 400;
          margin-bottom: 20px;
          color: black; }
        /* line 137, ../../sass/components/_licenses.scss */
        .content-wrapper .license-wrapper .license-textarea .license-placement .license-area .value-field .label:nth-child(1n+2) {
          margin-top: 30px;
          margin-bottom: 10px; }
        /* line 142, ../../sass/components/_licenses.scss */
        .content-wrapper .license-wrapper .license-textarea .license-placement .license-area .value-field p {
          margin-bottom: 15px; }
        /* line 146, ../../sass/components/_licenses.scss */
        .content-wrapper .license-wrapper .license-textarea .license-placement .license-area .value-field span {
          font-weight: 400;
          color: black; }
        /* line 151, ../../sass/components/_licenses.scss */
        .content-wrapper .license-wrapper .license-textarea .license-placement .license-area .value-field a {
          color: dodgerblue;
          text-decoration: underline; }
      /* line 157, ../../sass/components/_licenses.scss */
      .content-wrapper .license-wrapper .license-textarea .license-placement .license-area .value-field::-webkit-scrollbar-track {
        border-radius: 10px;
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
        background-color: #F5F5F5; }
      /* line 163, ../../sass/components/_licenses.scss */
      .content-wrapper .license-wrapper .license-textarea .license-placement .license-area .value-field::-webkit-scrollbar {
        width: 12px;
        background-color: #F5F5F5; }
      /* line 168, ../../sass/components/_licenses.scss */
      .content-wrapper .license-wrapper .license-textarea .license-placement .license-area .value-field::-webkit-scrollbar-thumb {
        border-radius: 10px;
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
        background-color: #a91830; }
      /* line 175, ../../sass/components/_licenses.scss */
      .content-wrapper .license-wrapper .license-textarea .license-placement .license-area .checkboxElements {
        display: inline-flex;
        align-self: center;
        margin-top: 40px;
        padding: 0px 20px 0px 20px;
        margin-bottom: 5px !important; }
        /* line 182, ../../sass/components/_licenses.scss */
        .content-wrapper .license-wrapper .license-textarea .license-placement .license-area .checkboxElements label {
          padding-left: 0px;
          font-weight: 400; }
        /* line 186, ../../sass/components/_licenses.scss */
        .content-wrapper .license-wrapper .license-textarea .license-placement .license-area .checkboxElements .check-container {
          float: right;
          margin-left: 30px; }
          /* line 190, ../../sass/components/_licenses.scss */
          .content-wrapper .license-wrapper .license-textarea .license-placement .license-area .checkboxElements .check-container .check-icon {
            position: relative !important;
            left: 7px !important;
            top: 2px !important; }
    /* line 201, ../../sass/components/_licenses.scss */
    .content-wrapper .license-wrapper .licenseCounter {
      text-align: right;
      padding: 20px 20px 0px 0px; }
    /* line 205, ../../sass/components/_licenses.scss */
    .content-wrapper .license-wrapper h2 {
      padding: 25px 25px 25px 0px;
      color: black !important;
      font-size: 48px;
      font-size: 4.8rem; }
    /* line 211, ../../sass/components/_licenses.scss */
    .content-wrapper .license-wrapper .lower-panel {
      text-align: center;
      margin-bottom: 10px;
      margin-top: 20px; }
      /* line 216, ../../sass/components/_licenses.scss */
      .content-wrapper .license-wrapper .lower-panel .btn {
        margin: 0px 10px 0px 10px;
        width: 135px; }
    @media only screen and (max-width: 360px) {
      /* line 225, ../../sass/components/_licenses.scss */
      .content-wrapper .license-wrapper .license-textarea .checkboxElements label {
        max-width: 250px !important; } }
    @media only screen and (max-width: 600px) {
      /* line 105, ../../sass/components/_licenses.scss */
      .content-wrapper .license-wrapper {
        margin-top: 0px; }
        /* line 235, ../../sass/components/_licenses.scss */
        .content-wrapper .license-wrapper .lower-panel {
          position: fixed;
          bottom: 0px;
          width: 100%;
          padding: 20px 0px 20px 0px;
          margin-bottom: 0px !important;
          background-color: #f1f1f1; }
        /* line 244, ../../sass/components/_licenses.scss */
        .content-wrapper .license-wrapper .license-textarea {
          height: auto; }
          /* line 247, ../../sass/components/_licenses.scss */
          .content-wrapper .license-wrapper .license-textarea .licenseCounter {
            display: none; }
          /* line 251, ../../sass/components/_licenses.scss */
          .content-wrapper .license-wrapper .license-textarea .license-placement .license-area .value-field {
            margin-bottom: 175px;
            max-height: none;
            padding: 0px 15px 0px 20px; }
            /* line 255, ../../sass/components/_licenses.scss */
            .content-wrapper .license-wrapper .license-textarea .license-placement .license-area .value-field div:nth-child(1) {
              margin-top: 20px; }
          /* line 259, ../../sass/components/_licenses.scss */
          .content-wrapper .license-wrapper .license-textarea .license-placement .license-area .checkboxElements {
            background-color: #f1f1f1;
            position: fixed;
            bottom: 82px;
            padding-top: 20px;
            justify-content: center;
            width: 100%; }
            /* line 266, ../../sass/components/_licenses.scss */
            .content-wrapper .license-wrapper .license-textarea .license-placement .license-area .checkboxElements label {
              max-width: 300px; }
            /* line 269, ../../sass/components/_licenses.scss */
            .content-wrapper .license-wrapper .license-textarea .license-placement .license-area .checkboxElements .check-container {
              margin-bottom: 2px;
              margin-left: 5px; } }

/* line 1, ../../sass/components/_dateinput.scss */
.date-menu {
  display: flex;
  flex-direction: column;
  padding: 2rem 0 0;
  background-color: white;
  display: none;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -moz-border-radius: 0 4px 4px 0;
  -webkit-border-radius: 0;
  border-radius: 0 4px 4px 0;
  position: relative;
  z-index: 99; }
  /* line 11, ../../sass/components/_dateinput.scss */
  .date-menu.open {
    display: block; }
  /* line 14, ../../sass/components/_dateinput.scss */
  .date-menu .date-menu-navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 2rem 1rem; }
    /* line 19, ../../sass/components/_dateinput.scss */
    .date-menu .date-menu-navbar p {
      display: flex;
      flex-direction: column;
      align-items: center; }
      /* line 23, ../../sass/components/_dateinput.scss */
      .date-menu .date-menu-navbar p span {
        color: #999;
        font-size: 14px; }
    /* line 28, ../../sass/components/_dateinput.scss */
    .date-menu .date-menu-navbar .date-button {
      width: 4rem;
      height: 4rem;
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 14px;
      cursor: pointer; }
      /* line 36, ../../sass/components/_dateinput.scss */
      .date-menu .date-menu-navbar .date-button.inactive {
        color: #999;
        cursor: default !important; }
  /* line 42, ../../sass/components/_dateinput.scss */
  .date-menu .date-week,
  .date-menu .date-weekdays {
    display: grid;
    grid-template-columns: repeat(7, 1fr); }
  /* line 49, ../../sass/components/_dateinput.scss */
  .date-menu .date-weekdays .day {
    font-size: 13px;
    text-align: center;
    padding: 1rem 0; }
    /* line 53, ../../sass/components/_dateinput.scss */
    .date-menu .date-weekdays .day:last-child {
      color: #a91830; }
  /* line 57, ../../sass/components/_dateinput.scss */
  .date-menu .date-weekdays.seperator {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
  /* line 63, ../../sass/components/_dateinput.scss */
  .date-menu .date-week .date-day {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer; }
    /* line 69, ../../sass/components/_dateinput.scss */
    .date-menu .date-week .date-day p {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 4rem;
      height: 4rem;
      position: relative;
      z-index: 99; }
    /* line 80, ../../sass/components/_dateinput.scss */
    .date-menu .date-week .date-day.selected p {
      background-color: #a91830;
      color: white;
      border-radius: 50%; }
    /* line 87, ../../sass/components/_dateinput.scss */
    .date-menu .date-week .date-day.active {
      position: relative; }
      /* line 90, ../../sass/components/_dateinput.scss */
      .date-menu .date-week .date-day.active::before {
        content: "";
        background: #f2f2f2;
        position: absolute;
        left: calc(50% - 2rem);
        right: calc(50% - 2rem);
        top: 0;
        bottom: 0; }
      /* line 102, ../../sass/components/_dateinput.scss */
      .date-menu .date-week .date-day.active::after {
        content: "";
        background: #f2f2f2;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        z-index: 1; }
      /* line 114, ../../sass/components/_dateinput.scss */
      .date-menu .date-week .date-day.active.first::before {
        border-top-left-radius: 50%;
        border-bottom-left-radius: 50%; }
      /* line 120, ../../sass/components/_dateinput.scss */
      .date-menu .date-week .date-day.active.first::after {
        left: 50%; }
      /* line 126, ../../sass/components/_dateinput.scss */
      .date-menu .date-week .date-day.active.last::before {
        border-top-right-radius: 50%;
        border-bottom-right-radius: 50%; }
      /* line 132, ../../sass/components/_dateinput.scss */
      .date-menu .date-week .date-day.active.last::after {
        right: 50%; }
    /* line 138, ../../sass/components/_dateinput.scss */
    .date-menu .date-week .date-day.inactive {
      cursor: default !important; }
      /* line 141, ../../sass/components/_dateinput.scss */
      .date-menu .date-week .date-day.inactive p {
        color: #999; }
  /* line 148, ../../sass/components/_dateinput.scss */
  .date-menu .date-clock-container {
    padding: 2rem;
    display: flex;
    align-items: stretch;
    gap: 0.4rem;
    justify-content: space-between; }
    /* line 154, ../../sass/components/_dateinput.scss */
    .date-menu .date-clock-container:has(.timelabel) {
      padding-top: calc(2rem + 23px); }

/* line 160, ../../sass/components/_dateinput.scss */
.dateinput {
  user-select: none;
  line-height: normal; }
  /* line 161, ../../sass/components/_dateinput.scss */
  .dateinput.dark {
    min-width: 282px; }
    /* line 163, ../../sass/components/_dateinput.scss */
    .dateinput.dark input {
      background-color: #373737;
      border: none;
      color: #fff;
      border: 1px solid rgba(0, 0, 0, 0.15); }
      /* line 168, ../../sass/components/_dateinput.scss */
      .dateinput.dark input.focus, .dateinput.dark input:focus {
        border-color: rgba(0, 0, 0, 0.15); }
        /* line 170, ../../sass/components/_dateinput.scss */
        .dateinput.dark input.focus .select-trigger, .dateinput.dark input:focus .select-trigger {
          color: #c1c1c1 !important; }
    /* line 176, ../../sass/components/_dateinput.scss */
    .dateinput.dark.focus .select-trigger, .dateinput.dark:focus .select-trigger {
      color: #c1c1c1; }

/* line 1, ../../sass/components/_timeinput.scss */
.timeinput {
  display: flex;
  align-items: center;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-color: #fff;
  padding: 0 1rem;
  width: fit-content;
  position: relative;
  -moz-border-radius: 0 4px 4px 0;
  -webkit-border-radius: 0;
  border-radius: 0 4px 4px 0; }
  /* line 10, ../../sass/components/_timeinput.scss */
  .timeinput.secondary {
    background-color: #f1f4f5; }
  /* line 13, ../../sass/components/_timeinput.scss */
  .timeinput .item {
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    min-height: 4rem; }
    /* line 19, ../../sass/components/_timeinput.scss */
    .timeinput .item:focus {
      outline: none; }
      /* line 22, ../../sass/components/_timeinput.scss */
      .timeinput .item:focus .time-input-value {
        text-decoration: underline; }
    /* line 26, ../../sass/components/_timeinput.scss */
    .timeinput .item .time-input-value {
      user-select: none;
      min-width: 4rem; }
    /* line 30, ../../sass/components/_timeinput.scss */
    .timeinput .item .counter-btn {
      width: 4rem;
      height: 4rem;
      cursor: pointer; }
      /* line 33, ../../sass/components/_timeinput.scss */
      .timeinput .item .counter-btn i {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100%; }
      /* line 41, ../../sass/components/_timeinput.scss */
      .timeinput .item .counter-btn.inactive {
        color: #999;
        cursor: default !important; }
  /* line 48, ../../sass/components/_timeinput.scss */
  .timeinput .timelabel {
    position: absolute;
    top: -8px;
    left: 0;
    font-size: 15px;
    line-height: 15px;
    transform: translateY(-100%); }

/*-----------------------------------------------------------------
===	File Information ==============================================
===	Software: RENZ Sweden AB - Landlord portal
===	File: pages/manager/_reservations.scss
===	Description: This file contains all the custom styling needed
	for the modal component.
===	Version: 1.0
===	Author: Victor Svensson <victor.svensson@renzgroup.se>
===	Author URI: http://renzgroup.se
---------------------------------------------------------------- */
/* line 12, ../../sass/components/_modal.scss */
.modal-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
  background-color: #00000030;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 99;
  transition: background 0.2s ease; }
  /* line 27, ../../sass/components/_modal.scss */
  .modal-wrapper .modal {
    background: #fff;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 1rem;
    max-height: calc(100vh - 4rem);
    min-width: 400px;
    padding: 2rem 0;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    position: relative;
    transition: all 0.4s ease; }
    /* line 39, ../../sass/components/_modal.scss */
    .modal-wrapper .modal .modal-header, .modal-wrapper .modal .modal-body, .modal-wrapper .modal .modal-footer {
      padding: 0 2rem; }
    /* line 42, ../../sass/components/_modal.scss */
    .modal-wrapper .modal .modal-header {
      display: flex;
      justify-content: space-between;
      gap: 2rem; }
      /* line 46, ../../sass/components/_modal.scss */
      .modal-wrapper .modal .modal-header .modal-header-title {
        font-size: 2.2rem;
        font-weight: bold; }
      /* line 50, ../../sass/components/_modal.scss */
      .modal-wrapper .modal .modal-header .modal-close {
        font-size: 2.8rem;
        cursor: pointer;
        user-select: none; }
      /* line 55, ../../sass/components/_modal.scss */
      .modal-wrapper .modal .modal-header.mb {
        margin-bottom: -1rem; }
    /* line 59, ../../sass/components/_modal.scss */
    .modal-wrapper .modal .modal-body {
      height: 100%;
      overflow: hidden auto; }
    /* line 63, ../../sass/components/_modal.scss */
    .modal-wrapper .modal .modal-footer {
      padding-top: 2rem;
      display: flex;
      gap: 1rem;
      align-items: center;
      justify-content: flex-end; }
  /* line 71, ../../sass/components/_modal.scss */
  .modal-wrapper .modal-link, .modal-wrapper .modal-link button {
    font-size: 1.5rem;
    text-decoration: underline;
    cursor: pointer;
    background: transparent;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 300;
    border: none; }
  /* line 80, ../../sass/components/_modal.scss */
  .modal-wrapper .modal-link.extra-padding {
    padding: 6px 15px; }
  /* line 83, ../../sass/components/_modal.scss */
  .modal-wrapper .modal-max {
    max-width: 350px; }
  /* line 86, ../../sass/components/_modal.scss */
  .modal-wrapper.closed {
    background: transparent;
    pointer-events: none; }
    /* line 89, ../../sass/components/_modal.scss */
    .modal-wrapper.closed .modal {
      transform: scale(0);
      opacity: 0; }

@keyframes shake {
  /* line 2, ../../sass/components/_texttoimage.scss */
  0% {
    transform: translateX(0); }

  /* line 6, ../../sass/components/_texttoimage.scss */
  15% {
    transform: translateX(-6px); }

  /* line 10, ../../sass/components/_texttoimage.scss */
  30% {
    transform: translateX(6px); }

  /* line 14, ../../sass/components/_texttoimage.scss */
  45% {
    transform: translateX(-6px); }

  /* line 18, ../../sass/components/_texttoimage.scss */
  60% {
    transform: translateX(6px); }

  /* line 22, ../../sass/components/_texttoimage.scss */
  75% {
    transform: translateX(-4px); }

  /* line 26, ../../sass/components/_texttoimage.scss */
  85% {
    transform: translateX(4px); }

  /* line 30, ../../sass/components/_texttoimage.scss */
  100% {
    transform: translateX(0); } }
/* line 35, ../../sass/components/_texttoimage.scss */
.shake {
  animation: shake 0.5s cubic-bezier(0.36, 0.07, 0.19, 0.97) both; }

/* line 40, ../../sass/components/_texttoimage.scss */
.text-to-image-flex-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 20px 0; }

/* line 49, ../../sass/components/_texttoimage.scss */
.text-to-image-flex-col {
  flex: 1 1 360px;
  min-width: 320px;
  max-width: 600px; }

/* line 56, ../../sass/components/_texttoimage.scss */
.fetched-image-canvas {
  border: 2px solid #cccccc;
  background-color: #f9f9f9;
  overflow: hidden;
  border-radius: 3px; }

/* line 63, ../../sass/components/_texttoimage.scss */
.text-to-image-canvas {
  border: 1px solid #cccccc;
  background-color: #f9f9f9;
  border-radius: 3px;
  display: block;
  margin-bottom: 10px; }

/* line 72, ../../sass/components/_texttoimage.scss */
.text-to-image-advertisement {
  display: flex;
  flex-direction: column; }

/* line 78, ../../sass/components/_texttoimage.scss */
.text-to-image-advertisement-wrapper .text-to-image-title {
  font-size: 2.3rem;
  font-weight: 400;
  padding: 20px 0; }

/* line 85, ../../sass/components/_texttoimage.scss */
.current-image-label {
  display: block;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2; }

/* line 92, ../../sass/components/_texttoimage.scss */
.advertisment-options {
  display: flex;
  max-width: 360px; }
  /* line 96, ../../sass/components/_texttoimage.scss */
  .advertisment-options .radio-segment-body {
    display: flex;
    width: 100%; }
    /* line 100, ../../sass/components/_texttoimage.scss */
    .advertisment-options .radio-segment-body .input-wrapper {
      flex: 1; }

/* line 110, ../../sass/components/_texttoimage.scss */
.custom-sidebar .sidebar-content .text-edit-form .text-to-image-input-labels {
  display: flex;
  justify-content: space-between;
  align-items: center; }
  /* line 115, ../../sass/components/_texttoimage.scss */
  .custom-sidebar .sidebar-content .text-edit-form .text-to-image-input-labels label {
    font-size: 15px; }
    /* line 118, ../../sass/components/_texttoimage.scss */
    .custom-sidebar .sidebar-content .text-edit-form .text-to-image-input-labels label > b,
    .custom-sidebar .sidebar-content .text-edit-form .text-to-image-input-labels label > span {
      font-weight: 600; }
/* line 125, ../../sass/components/_texttoimage.scss */
.custom-sidebar .sidebar-content .text-edit-form > span {
  display: block; }
/* line 130, ../../sass/components/_texttoimage.scss */
.custom-sidebar .sidebar-content .text-edit-form .text-to-image-textarea textarea {
  border: 1px solid #cccccc;
  background-color: #f9f9f9;
  border-radius: 3px;
  line-height: 1;
  height: 88px;
  padding: 10px 0px 5px 10px;
  margin-top: -1px;
  width: 360px;
  resize: none;
  font-size: 1.8rem;
  overflow: hidden; }
  /* line 143, ../../sass/components/_texttoimage.scss */
  .custom-sidebar .sidebar-content .text-edit-form .text-to-image-textarea textarea:focus-within {
    outline: 2px solid #bf1b36;
    border-radius: 3px; }
  /* line 148, ../../sass/components/_texttoimage.scss */
  .custom-sidebar .sidebar-content .text-edit-form .text-to-image-textarea textarea.myriad-pro-condensed {
    font-family: "Myriad Pro", sans-serif; }
  /* line 152, ../../sass/components/_texttoimage.scss */
  .custom-sidebar .sidebar-content .text-edit-form .text-to-image-textarea textarea.sans-serif {
    font-family: "Source Sans Pro", sans-serif; }
/* line 159, ../../sass/components/_texttoimage.scss */
.custom-sidebar .sidebar-content .text-edit-form .color-mode-wrapper > label {
  display: block; }

/* line 168, ../../sass/components/_texttoimage.scss */
.inverted-color-option,
.normal-color-option {
  height: 37px !important;
  line-height: 35px !important;
  font-size: 1.6rem;
  min-width: 100px; }
  /* line 175, ../../sass/components/_texttoimage.scss */
  .inverted-color-option:hover,
  .normal-color-option:hover {
    height: 37px !important;
    line-height: 35px !important;
    font-size: 1.6rem; }
  /* line 182, ../../sass/components/_texttoimage.scss */
  .inverted-color-option.x-form-cb-checked::before,
  .normal-color-option.x-form-cb-checked::before {
    content: "\f14a";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    margin-right: 8px; }
  /* line 189, ../../sass/components/_texttoimage.scss */
  .inverted-color-option.x-form-cb-checked .x-form-cb-label-after,
  .normal-color-option.x-form-cb-checked .x-form-cb-label-after {
    display: none; }

/* line 195, ../../sass/components/_texttoimage.scss */
.normal-color-option {
  color: #000;
  background-color: #fff;
  border: 1px solid #e4e4e4 !important; }
  /* line 200, ../../sass/components/_texttoimage.scss */
  .normal-color-option.x-form-cb-checked {
    color: #000 !important;
    background: #fff !important;
    border: 1px solid #e4e4e4 !important; }

/* line 207, ../../sass/components/_texttoimage.scss */
.inverted-color-option {
  color: #fff;
  background-color: #000;
  border: 1px solid #000 !important; }
  /* line 212, ../../sass/components/_texttoimage.scss */
  .inverted-color-option:hover {
    background-color: #090909 !important;
    color: #fff !important; }
  /* line 217, ../../sass/components/_texttoimage.scss */
  .inverted-color-option.x-form-cb-checked {
    color: #fff !important;
    background: #000 !important;
    border: 1px solid #000 !important; }

@media (max-width: 1200px) {
  /* line 225, ../../sass/components/_texttoimage.scss */
  .text-to-image-flex-wrapper {
    flex-direction: column;
    gap: 24px; }

  /* line 230, ../../sass/components/_texttoimage.scss */
  .text-to-image-flex-col {
    max-width: 100%;
    min-width: 0;
    width: 100%;
    margin-bottom: 0; }

  /* line 237, ../../sass/components/_texttoimage.scss */
  .text-to-image-advertisement {
    padding-left: 30px; } }
/*-----------------------------------------------------------------
===	File Information ==============================================
===	Software: CombiPlate AB - Landlord portal
===	File: sections/_header.scss
===	Description: This file contains basic layout for the header.
===	Version: 1.0
===	Author: Linus Carlström <linus@combiplate.com>
===	Author URI: http://combiplate.com
---------------------------------------------------------------- */
/*-----------------------------------------------------------------
===	Animate =======================================================
 *	Define the keyframes for our animation
---------------------------------------------------------------- */
/*-----------------------------------------------------------------
===	Layout ========================================================
 *	Define the header layout
---------------------------------------------------------------- */
/* line 21, ../../sass/sections/_header.scss */
.header {
  height: 75px;
  width: 100%;
  background: white;
  color: #575757;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2); }

/* line 29, ../../sass/sections/_header.scss */
.login-header {
  -moz-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2); }

@media (max-width: 767px) {
  /* line 34, ../../sass/sections/_header.scss */
  .login-header .brand {
    background-size: 200% !important; } }
/*-----------------------------------------------------------------
===	File Information ==============================================
===	Software: CombiPlate AB - Landlord portal
===	File: sections/_sidebar.scss
===	Description: This file contains basic layout for the sidebar.
===	Version: 1.0
===	Author: Linus Carlström <linus@combiplate.com>
===	Author URI: http://combiplate.com
---------------------------------------------------------------- */
/*-----------------------------------------------------------------
===	Animate =======================================================
 *	Define the keyframes for our animation
---------------------------------------------------------------- */
/*-----------------------------------------------------------------
===	Layout ========================================================
 *	Define the sidebar layout
 1	Prepare for the prefectScroll support
 2	Hide overflow on x, so we can animation between multiple items
	horizontally.
 3	Float content to the left so that the canvas can be placed
 	beside the #sidebar
 4	Nav group is absolute positioned so they can be animated.
---------------------------------------------------------------- */
/* line 27, ../../sass/sections/_sidebar.scss */
.sidebar {
  position: relative;
  /* 1 */
  overflow: hidden;
  /* 2 */
  float: left;
  /* 3 */
  height: 100%;
  width: 315px;
  background: #a91830;
  color: white; }
  /* line 39, ../../sass/sections/_sidebar.scss */
  .sidebar .nav-group {
    /* 4 */
    position: absolute;
    width: 315px; }
  /* line 45, ../../sass/sections/_sidebar.scss */
  .sidebar.animation .nav-group {
    -moz-transition: all 0.5s cubic-bezier(0.685, -0.26, 0.275, 1.25);
    -o-transition: all 0.5s cubic-bezier(0.685, -0.26, 0.275, 1.25);
    -webkit-transition: all 0.5s cubic-bezier(0.685, -0.26, 0.275, 1.25);
    transition: all 0.5s cubic-bezier(0.685, -0.26, 0.275, 1.25); }

/* line 50, ../../sass/sections/_sidebar.scss */
.sidebar .sidebar-content, .custom-sidebar .sidebar-content {
  height: calc(100vh - 155px);
  overflow-y: auto;
  width: 100%; }
  /* line 54, ../../sass/sections/_sidebar.scss */
  .sidebar .sidebar-content .x-panel-body, .sidebar .sidebar-content .x-grid-view, .custom-sidebar .sidebar-content .x-panel-body, .custom-sidebar .sidebar-content .x-grid-view {
    width: 100% !important; }
/* line 58, ../../sass/sections/_sidebar.scss */
.sidebar .sidebar-grid, .custom-sidebar .sidebar-grid {
  overflow: hidden; }
  /* line 60, ../../sass/sections/_sidebar.scss */
  .sidebar .sidebar-grid table:nth-child(even) tr, .custom-sidebar .sidebar-grid table:nth-child(even) tr {
    background-color: #f7f7f7; }
  /* line 63, ../../sass/sections/_sidebar.scss */
  .sidebar .sidebar-grid .x-grid-item-container, .sidebar .sidebar-grid .x-grid-item, .custom-sidebar .sidebar-grid .x-grid-item-container, .custom-sidebar .sidebar-grid .x-grid-item {
    width: 100% !important; }
    /* line 65, ../../sass/sections/_sidebar.scss */
    .sidebar .sidebar-grid .x-grid-item-container tr:not(.x-grid-row), .sidebar .sidebar-grid .x-grid-item tr:not(.x-grid-row), .custom-sidebar .sidebar-grid .x-grid-item-container tr:not(.x-grid-row), .custom-sidebar .sidebar-grid .x-grid-item tr:not(.x-grid-row) {
      background-color: #454545;
      color: #fff;
      font-weight: bold; }
    /* line 70, ../../sass/sections/_sidebar.scss */
    .sidebar .sidebar-grid .x-grid-item-container td, .sidebar .sidebar-grid .x-grid-item td, .custom-sidebar .sidebar-grid .x-grid-item-container td, .custom-sidebar .sidebar-grid .x-grid-item td {
      padding: 1.5rem 2.5rem; }

/*-----------------------------------------------------------------
===	File Information ==============================================
===	Software: CombiPlate AB - Landlord portal
===	File: sections/_content-wrapper.scss
===	Description: This file contains basic layout for content area
	which includes both the sidebar and the modules.
===	Version: 1.0
===	Author: Linus Carlström <linus@combiplate.com>
===	Author URI: http://combiplate.com
---------------------------------------------------------------- */
/*-----------------------------------------------------------------
===	Animate =======================================================
 *	Define the keyframes for our animation
---------------------------------------------------------------- */
/*-----------------------------------------------------------------
===	Layout ========================================================
 *	Define the content-wrapper and module height
---------------------------------------------------------------- */
/* line 22, ../../sass/sections/_content.scss */
.content-wrapper {
  height: -moz-calc(100% -  75px);
  height: -webkit-calc(100% -  75px);
  height: calc(100% -  75px);
  background-color: white; }
  /* line 27, ../../sass/sections/_content.scss */
  .content-wrapper .module {
    height: 100%; }
    /* line 30, ../../sass/sections/_content.scss */
    .content-wrapper .module .mask {
      z-index: 10;
      position: absolute;
      top: 75px;
      height: -moz-calc(100% -  75px);
      height: -webkit-calc(100% -  75px);
      height: calc(100% -  75px);
      width: 100%;
      background: white;
      color: white; }
  /* line 43, ../../sass/sections/_content.scss */
  .content-wrapper .modulearea {
    position: relative;
    float: left;
    height: 100%;
    width: -moz-calc(100% -  315px);
    width: -webkit-calc(100% -  315px);
    width: calc(100% -  315px);
    border-left: 10px solid #881427;
    background: white;
    overflow: hidden; }
    /* line 55, ../../sass/sections/_content.scss */
    .content-wrapper .modulearea.full {
      width: 100%;
      border-left: 0; }
  /* line 61, ../../sass/sections/_content.scss */
  .content-wrapper .license-wrapper {
    background-color: #fff !important; }

/*-----------------------------------------------------------------
===	Module area (could be moved to sections/_content) =============
 *	Define the module area layout (generic child layout)
 1	Module area first level child
 2	Align button in header
 3	Default name style
 4	Align the information div to the right
---------------------------------------------------------------- */
/* line 75, ../../sass/sections/_content.scss */
.modulearea > div {
  /* 1 */ }
  /* line 78, ../../sass/sections/_content.scss */
  .modulearea > div > div[class*="-header"] {
    position: relative;
    height: 90px;
    padding: 0 20px;
    background: #454545;
    color: white;
    line-height: 90px; }
    /* line 87, ../../sass/sections/_content.scss */
    .modulearea > div > div[class*="-header"] > div,
    .modulearea > div > div[class*="-header"] > button {
      float: left; }
    /* line 92, ../../sass/sections/_content.scss */
    .modulearea > div > div[class*="-header"] > button {
      /* 2 */
      position: absolute;
      top: 50%;
      transform: translateY(-50%); }
    /* line 98, ../../sass/sections/_content.scss */
    .modulearea > div > div[class*="-header"] .name {
      /* 3 */
      font-size: 32px;
      font-size: 3.2rem;
      font-weight: 400;
      padding-right: 20px; }
    /* line 105, ../../sass/sections/_content.scss */
    .modulearea > div > div[class*="-header"] div[class*="-information"] {
      /* 4 */
      float: right;
      color: white; }
      /* line 108, ../../sass/sections/_content.scss */
      .modulearea > div > div[class*="-header"] div[class*="-information"] > div {
        float: left; }
  /* line 112, ../../sass/sections/_content.scss */
  .modulearea > div > div[class*="-body"] {
    padding: 40px 20px; }

/*-----------------------------------------------------------------
===	Modulearea mask ===============================================
 *	Define the mask layout
 *	Classname ext-comp-*-modulearea-mask
---------------------------------------------------------------- */
/* line 123, ../../sass/sections/_content.scss */
div[class$="-modulearea-mask"] {
  position: absolute;
  z-index: 11;
  right: 0;
  bottom: 0;
  height: -moz-calc(100% -  75px);
  height: -webkit-calc(100% -  75px);
  height: calc(100% -  75px);
  width: -moz-calc(100% -  315px - 10px);
  width: -webkit-calc(100% -  315px - 10px);
  width: calc(100% -  315px - 10px);
  background: #f1f4f5; }
  /* line 134, ../../sass/sections/_content.scss */
  div[class$="-modulearea-mask"] .preloader-wrapper {
    position: absolute;
    top: 45%;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto; }

/*-----------------------------------------------------------------
===	File Information ==============================================
===	Software: CombiPlate AB - Landlord portal
===	File: modules/loading/_nanoprogress.scss
===	Description: This file contains NanoProgress loading scss.
===	Version: 1.0
===	Author: Linus Carlström <linus@combiplate.com>
===	Author URI: http://combiplate.com
---------------------------------------------------------------- */
/*-----------------------------------------------------------------
===	Layout ========================================================
 *	Define the progress bar
---------------------------------------------------------------- */
/* line 15, ../../sass/modules/loading/_nanoprogress.scss */
#nanoprogress {
  position: fixed;
  z-index: 2000;
  top: 0;
  left: 0;
  height: 4px;
  background: #a91830; }
  /* line 24, ../../sass/modules/loading/_nanoprogress.scss */
  #nanoprogress .peg {
    display: block;
    position: absolute;
    right: 0;
    width: 100px;
    height: 100%;
    box-shadow: 0 0 10px #a91830, 0 0 5px #a91830;
    opacity: 1;
    -moz-transform: rotate(3deg) translate(0, -4px);
    -ms-transform: rotate(3deg) translate(0, -4px);
    -webkit-transform: rotate(3deg) translate(0, -4px);
    transform: rotate(3deg) translate(0, -4px); }

/*-----------------------------------------------------------------
===	File Information ==============================================
===	Software: CombiPlate AB - Landlord portal
===	File: modules/search/_search.scss
===	Description: This file contains search overlay scss.
===	Version: 1.0
===	Author: Linus Carlström <linus@combiplate.com>
===	Author URI: http://combiplate.com
---------------------------------------------------------------- */
/*-----------------------------------------------------------------
===	Layout ========================================================
 *	Define the search overlay
 1	Align the input with padding like a pro B-)
 2	Add animation properties to the input field
---------------------------------------------------------------- */
/* line 17, ../../sass/modules/search/_search.scss */
.search {
  position: absolute;
  min-height: 75px;
  width: 180px;
  z-index: 1000;
  -moz-transform-origin: 100% 0 50%;
  -ms-transform-origin: 100% 0 50%;
  -webkit-transform-origin: 100% 0 50%;
  transform-origin: 100% 0 50%;
  -moz-transition-property: min-height, width, top, right;
  -o-transition-property: min-height, width, top, right;
  -webkit-transition-property: min-height, width, top, right;
  transition-property: min-height, width, top, right;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -moz-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  -o-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1); }

/* line 30, ../../sass/modules/search/_search.scss */
.search-content {
  width: 100%;
  margin: 0 auto;
  -moz-transition-property: padding, width;
  -o-transition-property: padding, width;
  -webkit-transition-property: padding, width;
  transition-property: padding, width;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s; }
  /* line 38, ../../sass/modules/search/_search.scss */
  .search-content > i {
    position: absolute;
    right: 20px;
    top: 20px;
    overflow: hidden;
    opacity: 0;
    font-size: 39px;
    font-size: 3.9rem;
    color: white;
    -moz-transform: scale3d(0, 0, 1);
    -ms-transform: scale3d(0, 0, 1);
    -webkit-transform: scale3d(0, 0, 1);
    transform: scale3d(0, 0, 1); }
  /* line 52, ../../sass/modules/search/_search.scss */
  .search-content .input-wrapper {
    /* 1 */
    padding-top: 18px; }
    /* line 55, ../../sass/modules/search/_search.scss */
    .search-content .input-wrapper input {
      /* 2 */
      -moz-transition-property: height, padding;
      -o-transition-property: height, padding;
      -webkit-transition-property: height, padding;
      transition-property: height, padding;
      -moz-transition-duration: 0.5s;
      -o-transition-duration: 0.5s;
      -webkit-transition-duration: 0.5s;
      transition-duration: 0.5s; }
    /* line 60, ../../sass/modules/search/_search.scss */
    .search-content .input-wrapper span {
      -moz-transition-property: line-height, height, width, font-size;
      -o-transition-property: line-height, height, width, font-size;
      -webkit-transition-property: line-height, height, width, font-size;
      transition-property: line-height, height, width, font-size;
      -moz-transition-duration: 0.5s;
      -o-transition-duration: 0.5s;
      -webkit-transition-duration: 0.5s;
      transition-duration: 0.5s; }

/* line 67, ../../sass/modules/search/_search.scss */
.search.open {
  top: 0 !important;
  right: 0 !important;
  width: 100%;
  min-height: 100%; }
  /* line 76, ../../sass/modules/search/_search.scss */
  .search.open .search-content {
    width: 80%;
    padding-top: 100px; }
    /* line 81, ../../sass/modules/search/_search.scss */
    .search.open .search-content > i {
      opacity: 1;
      -moz-transform: scale3d(1, 1, 1);
      -ms-transform: scale3d(1, 1, 1);
      -webkit-transform: scale3d(1, 1, 1);
      transform: scale3d(1, 1, 1);
      -moz-transition: opacity 0.3s, -moz-transform 0.3s;
      -o-transition: opacity 0.3s, -o-transform 0.3s;
      -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
      transition: opacity 0.3s, transform 0.3s;
      -moz-transition-delay: 0.4s;
      -o-transition-delay: 0.4s;
      -webkit-transition-delay: 0.4s;
      transition-delay: 0.4s;
      cursor: pointer; }
    /* line 90, ../../sass/modules/search/_search.scss */
    .search.open .search-content .input-wrapper input {
      height: 80px;
      padding-left: 50px;
      font-size: 23px;
      font-size: 2.3rem; }
    /* line 96, ../../sass/modules/search/_search.scss */
    .search.open .search-content .input-wrapper span {
      width: 50px;
      height: 80px;
      line-height: 80px;
      font-size: 39px;
      font-size: 3.9rem; }

/*-----------------------------------------------------------------
===	File Information ==============================================
===	Software: CombiPlate AB - Landlord portal
===	File: modules/content/_wizard.scss
===	Description: This file contains the schedule wizard.
===	Version: 1.0
===	Author: Linus Carlström <linus@combiplate.com>
===	Author URI: http://combiplate.com
---------------------------------------------------------------- */
/*-----------------------------------------------------------------
=== Animate =======================================================
 *  Define the keyframes for our animation
---------------------------------------------------------------- */
@-moz-keyframes fade-up-enter {
  /* line 16, ../../sass/modules/content/_wizard.scss */
  0% {
    -moz-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0; }

  /* line 21, ../../sass/modules/content/_wizard.scss */
  100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }
@-webkit-keyframes fade-up-enter {
  /* line 16, ../../sass/modules/content/_wizard.scss */
  0% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0; }

  /* line 21, ../../sass/modules/content/_wizard.scss */
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }
@keyframes fade-up-enter {
  /* line 16, ../../sass/modules/content/_wizard.scss */
  0% {
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0; }

  /* line 21, ../../sass/modules/content/_wizard.scss */
  100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }
@-moz-keyframes fade-up-leave {
  /* line 28, ../../sass/modules/content/_wizard.scss */
  0% {
    -moz-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; }

  /* line 33, ../../sass/modules/content/_wizard.scss */
  100% {
    -moz-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0; } }
@-webkit-keyframes fade-up-leave {
  /* line 28, ../../sass/modules/content/_wizard.scss */
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; }

  /* line 33, ../../sass/modules/content/_wizard.scss */
  100% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0; } }
@keyframes fade-up-leave {
  /* line 28, ../../sass/modules/content/_wizard.scss */
  0% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; }

  /* line 33, ../../sass/modules/content/_wizard.scss */
  100% {
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0; } }
/*-----------------------------------------------------------------
===	Animation classes =============================================
 *	Define animation classes
---------------------------------------------------------------- */
/* line 43, ../../sass/modules/content/_wizard.scss */
.animate-fade-up {
  -moz-animation: fade-up-enter 0.35s;
  -webkit-animation: fade-up-enter 0.35s;
  animation: fade-up-enter 0.35s; }

/* line 47, ../../sass/modules/content/_wizard.scss */
.animate-fade-leave {
  -moz-animation: fade-up-leave 0.35s;
  -webkit-animation: fade-up-leave 0.35s;
  animation: fade-up-leave 0.35s; }

/*-----------------------------------------------------------------
===	Layout ========================================================
 *	Define the search overlay
---------------------------------------------------------------- */
/* line 56, ../../sass/modules/content/_wizard.scss */
.schedule {
  display: none;
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  background: #f1f4f5; }
  /* line 67, ../../sass/modules/content/_wizard.scss */
  .schedule > [class*="-header"] {
    position: relative;
    height: 90px;
    padding: 0 20px;
    line-height: 90px;
    background: #9ec74b; }
    /* line 76, ../../sass/modules/content/_wizard.scss */
    .schedule > [class*="-header"] > button {
      position: absolute;
      top: 50%;
      right: 20px;
      transform: translateY(-50%); }
    /* line 83, ../../sass/modules/content/_wizard.scss */
    .schedule > [class*="-header"] [class*="-name"] {
      font-size: 32px;
      font-size: 3.2rem;
      color: white;
      padding-right: 20px; }

/*-----------------------------------------------------------------
=== File Information ==============================================
=== Software: CombiPlate AB - Landlord portal
=== File: modules/header/_brand.scss
=== Description: This file contains the scss for brand part of the
	header
=== Version: 1.0
=== Author: Linus Carlström <linus@combiplate.com>
=== Author URI: http://combiplate.com
---------------------------------------------------------------- */
/*-----------------------------------------------------------------
=== Basic Layout ==================================================
 *  Define the brand segment of the header
 1	Default element values inside brand
 2	Define the logotyp area
---------------------------------------------------------------- */
/* line 18, ../../sass/modules/header/_brand.scss */
.brand {
  float: left;
  height: 100%;
  width: 315px;
  overflow: hidden;
  background: white; }
  /* line 50, ../../sass/modules/header/_brand.scss */
  .brand .logo {
    /* 2 */
    width: 100%;
    height: 100%;
    background: url(../img/header/renz.svg) center center no-repeat;
    background-size: 220px; }

/*-----------------------------------------------------------------
=== File Information ==============================================
=== Software: CombiPlate AB - Landlord portal
=== File: modules/header/_navbar.scss
=== Description: This file contains the scss for the navigation bar
	in our header
=== Version: 1.0
=== Author: Linus Carlström <linus@combiplate.com>
=== Author URI: http://combiplate.com
---------------------------------------------------------------- */
/*-----------------------------------------------------------------
=== Layout rounded ================================================
 *  Define the navigationbar in the header
 1	Create menu structure
 2 	Define the active state on a li
 3	Set the size of icons in the menu
---------------------------------------------------------------- */
/* line 19, ../../sass/modules/header/_navigation.scss */
.navbar {
  float: left;
  height: 100%;
  font-weight: 200;
  font-size: 18px;
  font-size: 1.8rem; }
  /* line 26, ../../sass/modules/header/_navigation.scss */
  .navbar ul {
    /* 1 */
    display: table;
    border-spacing: 10px 15px;
    padding-left: 10px;
    height: 75px;
    margin: 0;
    list-style-type: none; }
  /* line 39, ../../sass/modules/header/_navigation.scss */
  .navbar ul .navbarLi {
    display: table-cell;
    padding: 0 20px;
    border-radius: 25px;
    vertical-align: middle;
    cursor: pointer; }
    /* line 48, ../../sass/modules/header/_navigation.scss */
    .navbar ul .navbarLi:hover {
      color: #a91830; }
    /* line 52, ../../sass/modules/header/_navigation.scss */
    .navbar ul .navbarLi.active {
      /* 2 */
      background-color: #a91830;
      color: white; }
    /* line 57, ../../sass/modules/header/_navigation.scss */
    .navbar ul .navbarLi[class^="pe-7s-"] {
      /* 3 */
      font-size: 39px;
      font-size: 3.9rem; }
  /* line 62, ../../sass/modules/header/_navigation.scss */
  .navbar .navbarLiDisabled {
    display: table-cell;
    padding: 0 20px;
    border-radius: 25px;
    vertical-align: middle;
    cursor: default; }
    /* line 71, ../../sass/modules/header/_navigation.scss */
    .navbar .navbarLiDisabled[class^="pe-7s-"] {
      /* 3 */
      font-size: 39px;
      font-size: 3.9rem; }

/*-----------------------------------------------------------------
=== File Information ==============================================
=== Software: CombiPlate AB - Landlord portal
=== File: modules/header/_user.scss
=== Description: This file contains the scss for the user panel
	in our header
=== Version: 1.0
=== Author: Linus Carlström <linus@combiplate.com>
=== Author URI: http://combiplate.com
---------------------------------------------------------------- */
/*-----------------------------------------------------------------
=== Layout ========================================================
 *	Define the user panel in the header
 1	Force the .user-dropdown to be the same size as .user
 2	Align, stacked icon and username
 3	Make sure the dropdown is over the gmap
 4	User dropdown ul, li
 5	Clear the float form overlying elements
---------------------------------------------------------------- */
/* line 23, ../../sass/modules/header/_user.scss */
.user {
  position: relative;
  /* 1 */
  float: right;
  margin: 0 20px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none; }
  /* line 32, ../../sass/modules/header/_user.scss */
  .user .user-area {
    /* 2 */ }
    /* line 33, ../../sass/modules/header/_user.scss */
    .user .user-area > span,
    .user .user-area > p,
    .user .user-area > i {
      float: left;
      line-height: 75px; }
    /* line 40, ../../sass/modules/header/_user.scss */
    .user .user-area > i {
      padding-right: 10px;
      color: #a91830; }
  /* line 46, ../../sass/modules/header/_user.scss */
  .user .user-dropdown {
    position: absolute;
    z-index: 100;
    /* 3 */
    top: 75px;
    right: 0;
    width: 100%;
    min-width: 170px;
    background: #373737;
    color: white; }

@media only screen and (max-width: 1204px) {
  /* line 62, ../../sass/modules/header/_user.scss */
  .user-area p {
    display: none;
    margin: 0px; }
  /* line 66, ../../sass/modules/header/_user.scss */
  .user-area i {
    padding-right: 15px !important; }

  /* line 70, ../../sass/modules/header/_user.scss */
  .user {
    margin: 0px; } }
/* line 75, ../../sass/modules/header/_user.scss */
.user .user-dropdown {
  /* 4 */ }
  /* line 76, ../../sass/modules/header/_user.scss */
  .user .user-dropdown li {
    clear: both;
    /* 5 */
    font-size: 16px;
    font-size: 1.6rem; }
    /* line 82, ../../sass/modules/header/_user.scss */
    .user .user-dropdown li i,
    .user .user-dropdown li p {
      line-height: 45px;
      float: left;
      display: inline-block; }
    /* line 89, ../../sass/modules/header/_user.scss */
    .user .user-dropdown li i {
      font-size: 14px;
      font-size: 1.4rem;
      padding: 0 10px; }
    /* line 94, ../../sass/modules/header/_user.scss */
    .user .user-dropdown li:hover {
      background: #2a2a2a; }
  /* line 99, ../../sass/modules/header/_user.scss */
  .user .user-dropdown li:last-of-type {
    color: #db706c; }

/*-----------------------------------------------------------------
=== Animation =====================================================
 1  Dropdown animation
---------------------------------------------------------------- */
/* line 109, ../../sass/modules/header/_user.scss */
.user .user-dropdown {
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -moz-transform-origin: 100% 0%;
  -ms-transform-origin: 100% 0%;
  -webkit-transform-origin: 100% 0%;
  transform-origin: 100% 0%;
  -moz-transform: scale(0.25, 0);
  -ms-transform: scale(0.25, 0);
  -webkit-transform: scale(0.25, 0);
  transform: scale(0.25, 0);
  opacity: 0; }
  /* line 116, ../../sass/modules/header/_user.scss */
  .user .user-dropdown::after {
    content: '';
    position: absolute;
    top: 0;
    right: 10px;
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 7.5px 10px;
    border-color: transparent transparent #373737;
    -moz-transition: all 0.13s ease-in;
    -o-transition: all 0.13s ease-in;
    -webkit-transition: all 0.13s ease-in;
    transition: all 0.13s ease-in;
    opacity: 0; }
  /* line 133, ../../sass/modules/header/_user.scss */
  .user .user-dropdown.open {
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 1; }
    /* line 137, ../../sass/modules/header/_user.scss */
    .user .user-dropdown.open::after {
      -moz-transform: translate(0, -10px);
      -ms-transform: translate(0, -10px);
      -webkit-transform: translate(0, -10px);
      transform: translate(0, -10px);
      opacity: 1; }

/*-----------------------------------------------------------------
=== IE9 Fixes =====================================================
*	Reset ALL translations and transforms, it some times caused
	the dropdown to not show up.
---------------------------------------------------------------- */
/* line 149, ../../sass/modules/header/_user.scss */
.x-ie9 .user .user-dropdown {
  -moz-transform: translate(none, 1em);
  -ms-transform: translate(none, 1em);
  -webkit-transform: translate(none, 1em);
  transform: translate(none, 1em);
  -moz-transform: none;
  -ms-transform: none;
  -webkit-transform: none;
  transform: none; }
  /* line 153, ../../sass/modules/header/_user.scss */
  .x-ie9 .user .user-dropdown::after {
    -moz-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none; }
  /* line 155, ../../sass/modules/header/_user.scss */
  .x-ie9 .user .user-dropdown.open {
    -moz-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none; }
    /* line 158, ../../sass/modules/header/_user.scss */
    .x-ie9 .user .user-dropdown.open::after {
      top: -10px;
      -moz-transform: translate(none, 1em);
      -ms-transform: translate(none, 1em);
      -webkit-transform: translate(none, 1em);
      transform: translate(none, 1em); }

/*-----------------------------------------------------------------
===	File Information ==============================================
===	Software: CombiPlate AB - Landlord portal
===	File: modules/sidebar/_navigation.scss
===	Description: This file contains basic layout for the sidebar
	navigation and the navigation items
===	Version: 1.0
===	Author: Linus Carlström <linus@combiplate.com>
===	Author URI: http://combiplate.com
---------------------------------------------------------------- */
/*-----------------------------------------------------------------
===	Animate =======================================================
 *	Define the keyframes for our animation
---------------------------------------------------------------- */
@-moz-keyframes bounce {
  /* line 18, ../../sass/modules/sidebar/_navigation.scss */
  0%, 100% {
    -moz-transform: scale(0);
    transform: scale(0); }

  /* line 19, ../../sass/modules/sidebar/_navigation.scss */
  50% {
    -moz-transform: scale(1);
    transform: scale(1); } }
@-webkit-keyframes bounce {
  /* line 18, ../../sass/modules/sidebar/_navigation.scss */
  0%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0); }

  /* line 19, ../../sass/modules/sidebar/_navigation.scss */
  50% {
    -webkit-transform: scale(1);
    transform: scale(1); } }
@keyframes bounce {
  /* line 18, ../../sass/modules/sidebar/_navigation.scss */
  0%, 100% {
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0); }

  /* line 19, ../../sass/modules/sidebar/_navigation.scss */
  50% {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1); } }
/*-----------------------------------------------------------------
===	Extends =======================================================
 *	Use this functionallity sparingly
 1	Define the heading as an extend. This way we can use the
 	heading properties on both a div and li without boilerplate.
---------------------------------------------------------------- */
/* line 28, ../../sass/modules/sidebar/_navigation.scss */
.sidebar li.heading, .sidebar div.heading {
  background: #881427;
  line-height: 45px;
  text-transform: uppercase;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  color: #c1c1c1;
  cursor: default; }
  /* line 39, ../../sass/modules/sidebar/_navigation.scss */
  .sidebar li.heading:hover, .sidebar div.heading:hover {
    background: #881427;
    color: #c1c1c1; }
  /* line 44, ../../sass/modules/sidebar/_navigation.scss */
  .sidebar li.heading-building.heading, .sidebar div.heading-building.heading {
    background: #454545; }

/*-----------------------------------------------------------------
===	Layout (default navigation) ===================================
*	Define the base structure for a sidebar navigation.
1	"Clip" long text
2	Darker "danger" class for icons
---------------------------------------------------------------- */
/* line 56, ../../sass/modules/sidebar/_navigation.scss */
.sidebar ul {
  list-style: none; }
/* line 59, ../../sass/modules/sidebar/_navigation.scss */
.sidebar .box-link span {
  width: -moz-calc(100% - 20px);
  width: -webkit-calc(100% - 20px);
  width: calc(100% - 20px);
  padding-right: 40px; }
/* line 65, ../../sass/modules/sidebar/_navigation.scss */
.sidebar li {
  display: block;
  padding-left: 20px;
  line-height: 55px;
  font-weight: 200;
  cursor: pointer;
  -moz-transition: background, ease-in-out 0.2s;
  -o-transition: background, ease-in-out 0.2s;
  -webkit-transition: background, ease-in-out 0.2s;
  transition: background, ease-in-out 0.2s; }
  /* line 77, ../../sass/modules/sidebar/_navigation.scss */
  .sidebar li:hover {
    background: #bf1b36;
    color: white; }
  /* line 83, ../../sass/modules/sidebar/_navigation.scss */
  .sidebar li.active {
    background: #bf1b36;
    color: white; }
  /* line 88, ../../sass/modules/sidebar/_navigation.scss */
  .sidebar li > span {
    float: left;
    display: block;
    width: -moz-calc(100% - 45px);
    width: -webkit-calc(100% - 45px);
    width: calc(100% - 45px);
    position: relative;
    padding-right: 20px;
    overflow-x: hidden;
    /* 1 */
    text-overflow: ellipsis;
    white-space: nowrap; }
    /* line 100, ../../sass/modules/sidebar/_navigation.scss */
    .sidebar li > span i {
      position: absolute;
      top: 15px;
      font-size: 1.3em;
      right: 0; }
  /* line 108, ../../sass/modules/sidebar/_navigation.scss */
  .sidebar li i {
    width: 35px; }
    /* line 111, ../../sass/modules/sidebar/_navigation.scss */
    .sidebar li i.danger {
      /* 2 */
      color: #881427; }
  /* line 116, ../../sass/modules/sidebar/_navigation.scss */
  .sidebar li .fa-circle {
    position: relative; }
    /* line 118, ../../sass/modules/sidebar/_navigation.scss */
    .sidebar li .fa-circle::before {
      position: absolute;
      transform: translateX(-2px); }

/*-----------------------------------------------------------------
===	Selected resource (sidebar header) ============================
---------------------------------------------------------------- */
/* line 129, ../../sass/modules/sidebar/_navigation.scss */
.sidebar .selected-resource {
  height: 90px;
  padding: 0 20px;
  background: #454545; }
  /* line 135, ../../sass/modules/sidebar/_navigation.scss */
  .sidebar .selected-resource div {
    line-height: 90px; }
  /* line 139, ../../sass/modules/sidebar/_navigation.scss */
  .sidebar .selected-resource .resource-name {
    float: left;
    width: -moz-calc(315px - (20px * 2) - 110px);
    width: -webkit-calc(315px - (20px * 2) - 110px);
    width: calc(315px - (20px * 2) - 110px);
    overflow-x: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 400; }
  /* line 149, ../../sass/modules/sidebar/_navigation.scss */
  .sidebar .selected-resource .resource-nav {
    float: right; }

/*-----------------------------------------------------------------
===	Layout (filter navigation) ====================================
*	Define the base structure for a sidebar navigation.
1	Emulate a heading
---------------------------------------------------------------- */
/* line 160, ../../sass/modules/sidebar/_navigation.scss */
.sidebar {
  /* 1 */ }
  /* line 161, ../../sass/modules/sidebar/_navigation.scss */
  .sidebar div.heading {
    padding-left: 20px; }
  /* line 166, ../../sass/modules/sidebar/_navigation.scss */
  .sidebar .filter-body {
    padding: 0 20px 20px; }
    /* line 169, ../../sass/modules/sidebar/_navigation.scss */
    .sidebar .filter-body label,
    .sidebar .filter-body .label {
      padding-top: 30px;
      padding-bottom: 10px;
      font-weight: 400; }
    /* line 176, ../../sass/modules/sidebar/_navigation.scss */
    .sidebar .filter-body input {
      background: #881427;
      color: white; }
      /* line 48, ../../sass/helpers/_mixins.scss */
      .sidebar .filter-body input.placeholder {
        font-style: italic;
        color: #c1c1c1; }
      /* line 49, ../../sass/helpers/_mixins.scss */
      .sidebar .filter-body input:-moz-placeholder {
        font-style: italic;
        color: #c1c1c1; }
      /* line 50, ../../sass/helpers/_mixins.scss */
      .sidebar .filter-body input::-moz-placeholder {
        font-style: italic;
        color: #c1c1c1; }
      /* line 51, ../../sass/helpers/_mixins.scss */
      .sidebar .filter-body input:-ms-input-placeholder {
        font-style: italic;
        color: #c1c1c1; }
      /* line 52, ../../sass/helpers/_mixins.scss */
      .sidebar .filter-body input::-webkit-input-placeholder {
        font-style: italic;
        color: #c1c1c1; }
    /* line 186, ../../sass/modules/sidebar/_navigation.scss */
    .sidebar .filter-body > button {
      margin-top: 60px; }

/*-----------------------------------------------------------------
===	Plugins =======================================================
 1	Notification plugin
 2	Mask
---------------------------------------------------------------- */
/* line 198, ../../sass/modules/sidebar/_navigation.scss */
.sidebar .notifications-plugin {
  /* 1 */
  float: right;
  margin-right: 20px;
  line-height: 55px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #c1c1c1; }
  /* line 206, ../../sass/modules/sidebar/_navigation.scss */
  .sidebar .notifications-plugin span {
    background: #881427;
    display: inline-block;
    height: 28px;
    width: 28px;
    line-height: 28px;
    text-align: center;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%; }

/* line 219, ../../sass/modules/sidebar/_navigation.scss */
.sidebar nav li:hover .notifications-plugin span {
  background: #93152a;
  color: white; }

/* line 224, ../../sass/modules/sidebar/_navigation.scss */
.sidebar-mask {
  /* 2 */
  position: absolute;
  top: 0;
  left: 0;
  width: 315px;
  height: 100%;
  background: #a91830; }
  /* line 234, ../../sass/modules/sidebar/_navigation.scss */
  .sidebar-mask .heading {
    background: #881427;
    line-height: 45px;
    padding-left: 20px;
    text-transform: uppercase;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 400;
    color: #c1c1c1; }
  /* line 245, ../../sass/modules/sidebar/_navigation.scss */
  .sidebar-mask .load {
    position: relative;
    width: 40px;
    height: 40px;
    margin: 50px auto; }
    /* line 252, ../../sass/modules/sidebar/_navigation.scss */
    .sidebar-mask .load .double-bounce1,
    .sidebar-mask .load .double-bounce2 {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border-radius: 50%;
      background-color: #a91830;
      opacity: .6;
      -moz-animation: bounce 2s infinite ease-in-out;
      -webkit-animation: bounce 2s infinite ease-in-out;
      animation: bounce 2s infinite ease-in-out; }
    /* line 267, ../../sass/modules/sidebar/_navigation.scss */
    .sidebar-mask .load .double-bounce2 {
      -moz-animation-delay: -1s;
      -webkit-animation-delay: -1s;
      animation-delay: -1s; }

/*-----------------------------------------------------------------
=== File Information ==============================================
=== Software: CombiPlate AB - Landlord portal
=== File: pages/_login.scss
=== Description: This file contains the scss for the loginform
=== Version: 1.0
=== Author: Linus Carlström <linus@combiplate.com>
=== Author URI: http://combiplate.com
---------------------------------------------------------------- */
/*-----------------------------------------------------------------
=== Layout ========================================================
 *	Define the base layout of the login form
---------------------------------------------------------------- */
/* line 15, ../../sass/pages/_login.scss */
.login {
  height: 100%;
  width: 100%;
  background: white; }
  /* line 20, ../../sass/pages/_login.scss */
  .login .addBlurr {
    -webkit-filter: blur(4px);
    /* Chrome, Safari, Opera */
    filter: blur(4px);
    pointer-events: none; }
  /* line 26, ../../sass/pages/_login.scss */
  .login .login-msg {
    text-align: center;
    padding-top: 50px;
    margin-bottom: 25px; }
  /* line 32, ../../sass/pages/_login.scss */
  .login .form-body {
    margin: 0 auto;
    max-width: 430px; }
    /* line 36, ../../sass/pages/_login.scss */
    .login .form-body .input-wrapper {
      margin-bottom: 6.5px; }
    /* line 40, ../../sass/pages/_login.scss */
    .login .form-body button {
      margin-top: 20px; }

/* line 46, ../../sass/pages/_login.scss */
.login .login-header {
  height: 100px;
  width: 100%;
  background: #f1f1f1;
  color: #575757; }
  /* line 53, ../../sass/pages/_login.scss */
  .login .login-header .header-wrap {
    height: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0; }
    /* line 60, ../../sass/pages/_login.scss */
    .login .login-header .header-wrap > div {
      height: 100%; }
  /* line 63, ../../sass/pages/_login.scss */
  .login .login-header .spacer {
    float: left;
    width: 36%; }
  /* line 67, ../../sass/pages/_login.scss */
  .login .login-header .brand {
    float: left;
    width: 28%; }

/* line 73, ../../sass/pages/_login.scss */
.login .login-header .brand {
  height: 100%;
  background: url(../img/header/renz.svg) center center no-repeat;
  background-size: 65% 85%; }

/* line 79, ../../sass/pages/_login.scss */
.login .captcha {
  padding: 20px 0; }

/*-----------------------------------------------------------------
=== Overlay logn Layout ===========================================
 *	Define the base layout of the overlay login
 1	Reduce the spacing between the title and msg
---------------------------------------------------------------- */
/* line 89, ../../sass/pages/_login.scss */
.session-timeout .title {
  /* 1 */
  padding-bottom: 10px; }
/* line 94, ../../sass/pages/_login.scss */
.session-timeout .overlay-login .input-wrapper {
  margin-bottom: 10px; }
/* line 98, ../../sass/pages/_login.scss */
.session-timeout .overlay-login input {
  border: 1px solid #a91830; }

/*-----------------------------------------------------------------
===	File Information ==============================================
===	Software: CombiPlate AB - Tenant portal
===	File: pages/_settings.scss
===	Description: This file contains all the custom styling needed
	for the login page (only page)
===	Version: 1.0
===	Author: Linus Carlström <linus@combiplate.com>
===	Author URI: http://combiplate.com
---------------------------------------------------------------- */
/*-----------------------------------------------------------------
===	Animate =======================================================x
 *	Define the keyframes for our animation
---------------------------------------------------------------- */
/*-----------------------------------------------------------------
===	Login (form) ==================================================
 *	Define the the tenant specific look and feel for the form view
---------------------------------------------------------------- */
/* line 127, ../../sass/pages/_login.scss */
.login-form,
.activation-form,
.recover-form {
  max-width: 480px;
  margin: 20px auto 0;
  padding: 20px; }

/* line 136, ../../sass/pages/_login.scss */
.login {
  transition: all 0.5s linear; }
  /* line 139, ../../sass/pages/_login.scss */
  .login .addBlurr {
    -webkit-filter: blur(4px);
    /* Chrome, Safari, Opera */
    filter: blur(4px);
    pointer-events: none; }

/* line 147, ../../sass/pages/_login.scss */
.login-form .login-msg {
  text-align: center;
  margin-bottom: 20px; }
/* line 152, ../../sass/pages/_login.scss */
.login-form .forgot {
  text-align: right; }
/* line 153, ../../sass/pages/_login.scss */
.login-form .forgot span {
  font-size: 12px;
  font-size: 1.2rem;
  border-bottom: 1px dashed #373737;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none; }
  /* line 160, ../../sass/pages/_login.scss */
  .login-form .forgot span:hover {
    border-bottom-style: solid; }

/* line 167, ../../sass/pages/_login.scss */
.activation-form .activation-msg {
  text-align: center;
  margin-bottom: 20px; }
/* line 172, ../../sass/pages/_login.scss */
.activation-form button.btn-info {
  margin-top: 15px; }
/* line 173, ../../sass/pages/_login.scss */
.activation-form button {
  width: 100%; }

/* line 177, ../../sass/pages/_login.scss */
.recover-form button {
  width: -moz-calc(40% - 10px);
  width: -webkit-calc(40% - 10px);
  width: calc(40% - 10px);
  margin-right: 10px; }
/* line 182, ../../sass/pages/_login.scss */
.recover-form button:last-of-type {
  width: 60%;
  margin-right: 0; }
/* line 187, ../../sass/pages/_login.scss */
.recover-form .recover-msg span {
  display: block;
  margin-bottom: 20px;
  font-size: 16px;
  font-size: 1.6rem; }
/* line 195, ../../sass/pages/_login.scss */
.recover-form .change-form h4,
.recover-form .recover-msg-sent h4 {
  padding-bottom: 10px; }
/* line 196, ../../sass/pages/_login.scss */
.recover-form .change-form i,
.recover-form .recover-msg-sent i {
  margin-right: 5px; }
/* line 198, ../../sass/pages/_login.scss */
.recover-form .change-form button,
.recover-form .recover-msg-sent button {
  width: 100%;
  margin-top: 20px; }

/* line 205, ../../sass/pages/_login.scss */
h1.fourofour {
  color: #575757;
  text-align: center;
  margin-bottom: 10px; }
  /* line 209, ../../sass/pages/_login.scss */
  h1.fourofour i {
    margin-right: 5px; }

/*-----------------------------------------------------------------
===	File Information ==============================================
===	Software: CombiPlate AB - Landlord portal
===	File: pages/_manager.scss
===	Description: This file contains all the custom styling needed
	for the manager page (include gmaps)
===	Version: 1.0
===	Author: Linus Carlström <linus@combiplate.com>
===	Author URI: http://combiplate.com
---------------------------------------------------------------- */
/*-----------------------------------------------------------------
===	Animate =======================================================
 *	Define the keyframes for our animation
---------------------------------------------------------------- */
@-moz-keyframes bounce {
  /* line 18, ../../sass/pages/_manager.scss */
  0%,
  100% {
    -moz-transform: scale(0);
    transform: scale(0); }

  /* line 21, ../../sass/pages/_manager.scss */
  50% {
    -moz-transform: scale(1);
    transform: scale(1); } }
@-webkit-keyframes bounce {
  /* line 18, ../../sass/pages/_manager.scss */
  0%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0); }

  /* line 21, ../../sass/pages/_manager.scss */
  50% {
    -webkit-transform: scale(1);
    transform: scale(1); } }
@keyframes bounce {
  /* line 18, ../../sass/pages/_manager.scss */
  0%,
  100% {
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0); }

  /* line 21, ../../sass/pages/_manager.scss */
  50% {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1); } }
/*-----------------------------------------------------------------
===	Map Canvas ====================================================
 *	Define the basic structure for our canvas
 1	Gmaps tooltip with custom overrides from _tooltip
---------------------------------------------------------------- */
/* line 30, ../../sass/pages/_manager.scss */
#overview-canvas {
  height: 100%;
  width: 100%; }

/* line 35, ../../sass/pages/_manager.scss */
#g-tip {
  /* 1 */
  display: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8; }
  /* line 39, ../../sass/pages/_manager.scss */
  #g-tip.top {
    margin-top: -7px; }

/*-----------------------------------------------------------------
===	Recipient view ================================================
 1	Remove the body-padding
 2	Adjust the recipient counter
 3	Override the suggestionfield background color in modalediting
 4	Stretch over the parent padding
 5	Adjust the custom render elements in the recipient list
---------------------------------------------------------------- */
/* line 52, ../../sass/pages/_manager.scss */
.manager .modulearea .recipient-body {
  /* 1 */
  padding: 0; }

/* line 56, ../../sass/pages/_manager.scss */
.manager .modulearea .recipient-search {
  float: left !important; }
  /* line 58, ../../sass/pages/_manager.scss */
  .manager .modulearea .recipient-search button {
    min-width: 50px;
    margin-left: 20px; }

/* line 64, ../../sass/pages/_manager.scss */
.manager .modulearea .boxevents .boxevents-filter {
  display: flex;
  background-color: #373737;
  line-height: 65px;
  max-height: 65px; }
  /* line 69, ../../sass/pages/_manager.scss */
  .manager .modulearea .boxevents .boxevents-filter label {
    color: #fff; }

/* line 75, ../../sass/pages/_manager.scss */
.manager .modulearea .boxevents .boxevents-header .event-counter,
.manager .modulearea .boxevents .boxevents-header .event-information {
  display: flex;
  float: right; }
  /* line 81, ../../sass/pages/_manager.scss */
  .manager .modulearea .boxevents .boxevents-header .event-counter p,
  .manager .modulearea .boxevents .boxevents-header .event-information p {
    display: table-cell;
    height: 90px;
    vertical-align: middle;
    padding-left: 20px; }
  /* line 89, ../../sass/pages/_manager.scss */
  .manager .modulearea .boxevents .boxevents-header .event-counter .information-header,
  .manager .modulearea .boxevents .boxevents-header .event-counter .information-value,
  .manager .modulearea .boxevents .boxevents-header .event-information .information-header,
  .manager .modulearea .boxevents .boxevents-header .event-information .information-value {
    display: block;
    min-height: 30px;
    line-height: 30px;
    text-align: center; }
  /* line 99, ../../sass/pages/_manager.scss */
  .manager .modulearea .boxevents .boxevents-header .event-counter .information-badge,
  .manager .modulearea .boxevents .boxevents-header .event-information .information-badge {
    font-size: 1.8rem !important;
    margin-left: auto;
    margin-right: auto; }
    /* line 104, ../../sass/pages/_manager.scss */
    .manager .modulearea .boxevents .boxevents-header .event-counter .information-badge .fa-stack-1x,
    .manager .modulearea .boxevents .boxevents-header .event-information .information-badge .fa-stack-1x {
      color: white;
      font-weight: 600;
      font-size: 2rem;
      position: absolute;
      top: 2px; }
  /* line 113, ../../sass/pages/_manager.scss */
  .manager .modulearea .boxevents .boxevents-header .event-counter .information-value,
  .manager .modulearea .boxevents .boxevents-header .event-information .information-value {
    font-size: 23px;
    font-size: 2.3rem; }
  /* line 114, ../../sass/pages/_manager.scss */
  .manager .modulearea .boxevents .boxevents-header .event-counter .information-header,
  .manager .modulearea .boxevents .boxevents-header .event-information .information-header {
    font-weight: 400; }

/* line 119, ../../sass/pages/_manager.scss */
.manager .modulearea .boxevents .select {
  top: 7px; }

/* line 123, ../../sass/pages/_manager.scss */
.manager .modulearea .boxevents .boxevents-input {
  padding-left: 20px;
  min-width: 220px; }
  /* line 127, ../../sass/pages/_manager.scss */
  .manager .modulearea .boxevents .boxevents-input input {
    background: transparent;
    height: 50px;
    font-size: 21px;
    font-size: 2.1rem;
    text-indent: 15px;
    color: white; }
  /* line 136, ../../sass/pages/_manager.scss */
  .manager .modulearea .boxevents .boxevents-input span {
    height: 50px;
    line-height: 50px;
    font-size: 21px;
    font-size: 2.1rem;
    color: #c1c1c1; }
  /* line 144, ../../sass/pages/_manager.scss */
  .manager .modulearea .boxevents .boxevents-input .input-icon {
    position: absolute;
    left: 5px;
    bottom: 12px;
    height: 39px;
    width: 30px;
    line-height: 40px;
    text-align: center; }

/* line 155, ../../sass/pages/_manager.scss */
.manager .modulearea .boxevents .trigger .x-form-trigger {
  position: absolute;
  top: 20px;
  right: 7px;
  font-size: 25px; }

/* line 163, ../../sass/pages/_manager.scss */
.manager .modal-editing-container .suggestionfield input {
  /* 3 */
  background: white; }

/* line 167, ../../sass/pages/_manager.scss */
.recipient .recipient-filter {
  float: none;
  line-height: 0;
  height: 71px;
  padding: 10px 0;
  width: -moz-calc(100% + (20px * 2));
  width: -webkit-calc(100% + (20px * 2));
  width: calc(100% + (20px * 2));
  /* 4 */
  margin-left: -20px;
  background: #454545;
  border-top: 1px solid #8a8a8a; }
  /* line 181, ../../sass/pages/_manager.scss */
  .recipient .recipient-filter .input-wrapper input {
    background: transparent;
    height: 50px;
    font-size: 21px;
    font-size: 2.1rem;
    text-indent: 15px;
    color: white; }
    /* line 48, ../../sass/helpers/_mixins.scss */
    .recipient .recipient-filter .input-wrapper input.placeholder {
      font-style: italic;
      color: #8a8a8a; }
    /* line 49, ../../sass/helpers/_mixins.scss */
    .recipient .recipient-filter .input-wrapper input:-moz-placeholder {
      font-style: italic;
      color: #8a8a8a; }
    /* line 50, ../../sass/helpers/_mixins.scss */
    .recipient .recipient-filter .input-wrapper input::-moz-placeholder {
      font-style: italic;
      color: #8a8a8a; }
    /* line 51, ../../sass/helpers/_mixins.scss */
    .recipient .recipient-filter .input-wrapper input:-ms-input-placeholder {
      font-style: italic;
      color: #8a8a8a; }
    /* line 52, ../../sass/helpers/_mixins.scss */
    .recipient .recipient-filter .input-wrapper input::-webkit-input-placeholder {
      font-style: italic;
      color: #8a8a8a; }
  /* line 195, ../../sass/pages/_manager.scss */
  .recipient .recipient-filter .input-wrapper .input-icon {
    height: 50px;
    line-height: 50px;
    font-size: 21px;
    font-size: 2.1rem;
    color: #8a8a8a; }
  /* line 202, ../../sass/pages/_manager.scss */
  .recipient .recipient-filter .filter-container {
    display: flex; }
    /* line 204, ../../sass/pages/_manager.scss */
    .recipient .recipient-filter .filter-container .x-form-item {
      width: 350px; }

/* line 208, ../../sass/pages/_manager.scss */
.r-access-holder {
  /* 5 */
  display: block;
  float: left;
  margin-right: 20px; }
  /* line 213, ../../sass/pages/_manager.scss */
  .r-access-holder:last-of-type {
    margin-right: 0; }
  /* line 217, ../../sass/pages/_manager.scss */
  .r-access-holder span {
    display: block;
    float: left;
    margin-top: 25px;
    padding-right: 10px;
    color: #c1c1c1;
    font-size: 25px;
    font-size: 2.5rem; }
  /* line 228, ../../sass/pages/_manager.scss */
  .r-access-holder.r-code {
    width: 95px; }

@media only screen and (max-width: 1300px) {
  /* line 238, ../../sass/pages/_manager.scss */
  .td span .btn-icon {
    margin-right: none; }
  /* line 242, ../../sass/pages/_manager.scss */
  .td .icon-text {
    display: none; } }
/*-----------------------------------------------------------------
===	Dashboard view ================================================
 1	Larger padding
 2	Custom databox
 3  Alignment of buttons in forms
 4	Tenant managing
 5	Dashboard info text
 6	Remove the row padding from the tabs panel
 7	Fix panel header
 8	Reset tabs margin
 9	Key panel
---------------------------------------------------------------- */
/* line 260, ../../sass/pages/_manager.scss */
.modulearea .dashboard .dashboard-body {
  /* 1 */
  padding: 40px; }

/* line 264, ../../sass/pages/_manager.scss */
.dashboard .databox-title {
  /* 2 */
  color: #a91830;
  font-size: 30px;
  font-size: 3rem; }

/* line 270, ../../sass/pages/_manager.scss */
.dashboard .databoxes .databox .databox-column {
  text-align: left; }
/* line 272, ../../sass/pages/_manager.scss */
.dashboard .databoxes .databox .databox-column.btn-only {
  text-align: center; }
/* line 274, ../../sass/pages/_manager.scss */
.dashboard .databoxes .databox .databox-header {
  font-size: 16px;
  font-size: 1.6rem;
  font-style: italic;
  color: #a91830; }

/* line 281, ../../sass/pages/_manager.scss */
.dashboard .btn-group {
  /* 3 */
  text-align: right; }
  /* line 284, ../../sass/pages/_manager.scss */
  .dashboard .btn-group button {
    margin-right: 10px; }
  /* line 288, ../../sass/pages/_manager.scss */
  .dashboard .btn-group button:last-of-type {
    margin-right: 0; }

/* line 293, ../../sass/pages/_manager.scss */
.dashboard .databox-expanded-content {
  /* 4 */ }
  /* line 294, ../../sass/pages/_manager.scss */
  .dashboard .databox-expanded-content .manage-header {
    font-weight: 400;
    margin-bottom: 20px;
    color: #a91830; }
  /* line 300, ../../sass/pages/_manager.scss */
  .dashboard .databox-expanded-content .manage-credentials, .dashboard .databox-expanded-content .manage-account, .dashboard .databox-expanded-content .manage-keys {
    width: 85%; }
  /* line 304, ../../sass/pages/_manager.scss */
  .dashboard .databox-expanded-content .manage-account {
    margin: 0 auto; }
  /* line 308, ../../sass/pages/_manager.scss */
  .dashboard .databox-expanded-content .manage-keys {
    float: right; }
    /* line 311, ../../sass/pages/_manager.scss */
    .dashboard .databox-expanded-content .manage-keys .datalist-title {
      color: #a91830;
      margin-bottom: 20px; }
    /* line 316, ../../sass/pages/_manager.scss */
    .dashboard .databox-expanded-content .manage-keys input {
      background: rgba(0, 0, 0, 0.04); }
    /* line 318, ../../sass/pages/_manager.scss */
    .dashboard .databox-expanded-content .manage-keys .datalist-list {
      border: 1px solid rgba(0, 0, 0, 0.1); }
    /* line 322, ../../sass/pages/_manager.scss */
    .dashboard .databox-expanded-content .manage-keys .datalist-topbar {
      margin-bottom: 10px; }

/* line 328, ../../sass/pages/_manager.scss */
.dashboard-information {
  /* 5 */ }
  /* line 329, ../../sass/pages/_manager.scss */
  .dashboard-information p {
    display: table-cell;
    height: 90px;
    vertical-align: middle;
    padding-left: 40px; }
  /* line 337, ../../sass/pages/_manager.scss */
  .dashboard-information .information-header,
  .dashboard-information .information-value {
    display: block;
    min-height: 30px;
    line-height: 30px;
    text-align: center; }
  /* line 347, ../../sass/pages/_manager.scss */
  .dashboard-information .information-value {
    font-size: 23px;
    font-size: 2.3rem; }
  /* line 348, ../../sass/pages/_manager.scss */
  .dashboard-information .information-header {
    font-weight: 400; }

/* line 351, ../../sass/pages/_manager.scss */
.display-tabs .row {
  /* 6 */
  padding-bottom: 0; }

/* line 355, ../../sass/pages/_manager.scss */
.dashboard .pnl-body h4,
.dashboard .pnl-body .datalist-title {
  /* 7 */
  color: #a91830; }

/* line 360, ../../sass/pages/_manager.scss */
.dashboard .display-tabs {
  /* 8 */
  margin-top: 0; }

/* line 364, ../../sass/pages/_manager.scss */
.dashboard .keys-pnl {
  /* 9 */ }
  /* line 366, ../../sass/pages/_manager.scss */
  .dashboard .keys-pnl .suggestionfield input {
    background: rgba(0, 0, 0, 0.04); }
  /* line 370, ../../sass/pages/_manager.scss */
  .dashboard .keys-pnl .datalist-list {
    border: 1px solid rgba(0, 0, 0, 0.1); }
  /* line 374, ../../sass/pages/_manager.scss */
  .dashboard .keys-pnl form > button {
    float: right;
    margin-top: 20px; }

/*-----------------------------------------------------------------
===	Notifications view ============================================
 1	Remove default box padding
 2  Padding of the empty text
---------------------------------------------------------------- */
/* line 385, ../../sass/pages/_manager.scss */
.notifications {
  min-height: 100%;
  background: #f1f4f5; }

/* line 390, ../../sass/pages/_manager.scss */
.notifications .databoxes .databox .databox-empty {
  padding-left: 0;
  /* 1 */ }
  /* line 393, ../../sass/pages/_manager.scss */
  .notifications .databoxes .databox .databox-empty .notifications-empty-text {
    padding-left: 120px;
    /* 2 */ }

/* line 398, ../../sass/pages/_manager.scss */
.notifications-information, .recipient-information {
  /* 3 */ }
  /* line 399, ../../sass/pages/_manager.scss */
  .notifications-information p, .recipient-information p {
    display: table-cell;
    height: 90px;
    vertical-align: middle;
    padding-left: 20px; }
  /* line 407, ../../sass/pages/_manager.scss */
  .notifications-information .information-header,
  .notifications-information .information-value, .recipient-information .information-header,
  .recipient-information .information-value {
    display: block;
    min-height: 30px;
    line-height: 30px;
    text-align: center; }
  /* line 417, ../../sass/pages/_manager.scss */
  .notifications-information .information-badge, .recipient-information .information-badge {
    font-size: 1.8rem !important;
    margin-left: auto;
    margin-right: auto; }
    /* line 422, ../../sass/pages/_manager.scss */
    .notifications-information .information-badge .fa-stack-1x, .recipient-information .information-badge .fa-stack-1x {
      color: white;
      font-weight: 600;
      font-size: 2rem;
      position: absolute;
      top: 2px; }
  /* line 431, ../../sass/pages/_manager.scss */
  .notifications-information .information-value, .recipient-information .information-value {
    font-size: 23px;
    font-size: 2.3rem; }
  /* line 432, ../../sass/pages/_manager.scss */
  .notifications-information .information-header, .recipient-information .information-header {
    font-weight: 400; }

@media only screen and (max-width: 1300px) {
  /* line 437, ../../sass/pages/_manager.scss */
  .notifications-information .information-status, .recipient-information .information-status {
    display: none; } }
/*-----------------------------------------------------------------
===	Sidebar =======================================================
 1	Sidebar search support
 2	Sidebar online status
---------------------------------------------------------------- */
/* line 448, ../../sass/pages/_manager.scss */
li .sidebar-heading-search {
  /* 1 */
  position: absolute;
  left: 0;
  width: 100%;
  height: 45px; }
  /* line 455, ../../sass/pages/_manager.scss */
  li .sidebar-heading-search > i {
    float: right;
    width: 40px;
    padding-right: 0;
    line-height: 45px;
    font-size: 21px;
    font-size: 2.1rem;
    text-align: center;
    cursor: pointer; }
  /* line 467, ../../sass/pages/_manager.scss */
  li .sidebar-heading-search .input-wrapper {
    display: none;
    float: left;
    width: -moz-calc(100% - (45px - 5px));
    width: -webkit-calc(100% - (45px - 5px));
    width: calc(100% - (45px - 5px)); }
    /* line 472, ../../sass/pages/_manager.scss */
    li .sidebar-heading-search .input-wrapper .input-icon {
      top: 0;
      line-height: 45px;
      font-size: 21px;
      font-size: 2.1rem;
      color: #c1c1c1; }
  /* line 480, ../../sass/pages/_manager.scss */
  li .sidebar-heading-search input {
    background: #881427;
    color: white;
    text-indent: 15px; }
    /* line 48, ../../sass/helpers/_mixins.scss */
    li .sidebar-heading-search input.placeholder {
      font-style: italic;
      color: #c1c1c1; }
    /* line 49, ../../sass/helpers/_mixins.scss */
    li .sidebar-heading-search input:-moz-placeholder {
      font-style: italic;
      color: #c1c1c1; }
    /* line 50, ../../sass/helpers/_mixins.scss */
    li .sidebar-heading-search input::-moz-placeholder {
      font-style: italic;
      color: #c1c1c1; }
    /* line 51, ../../sass/helpers/_mixins.scss */
    li .sidebar-heading-search input:-ms-input-placeholder {
      font-style: italic;
      color: #c1c1c1; }
    /* line 52, ../../sass/helpers/_mixins.scss */
    li .sidebar-heading-search input::-webkit-input-placeholder {
      font-style: italic;
      color: #c1c1c1; }
  /* line 492, ../../sass/pages/_manager.scss */
  li .sidebar-heading-search.open .input-wrapper {
    display: block; }

/* line 496, ../../sass/pages/_manager.scss */
.sidebar-search-bar {
  background-color: #a91830;
  height: 55px; }

/* line 503, ../../sass/pages/_manager.scss */
.sidebar li:hover {
  background: #a91830; }

/* line 508, ../../sass/pages/_manager.scss */
.fw-progress-modal {
  position: fixed;
  z-index: 5;
  bottom: 2rem;
  right: 2rem;
  background-color: #fff;
  padding: 2rem;
  padding-right: calc(2rem + 5px);
  display: flex;
  align-items: center;
  gap: 1rem;
  min-width: 250px;
  border-radius: 1rem;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: all 0.5s cubic-bezier(0.685, -0.26, 0.275, 1.25);
  transform: translateY(calc(100% + 2rem)); }
  /* line 525, ../../sass/pages/_manager.scss */
  .fw-progress-modal.open {
    transform: translateY(0); }
  /* line 528, ../../sass/pages/_manager.scss */
  .fw-progress-modal::after {
    content: '';
    background-color: #a91830;
    width: 5px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0; }

/* line 539, ../../sass/pages/_manager.scss */
div .sidebar-heading-search-main {
  /* 1 */
  position: sticky;
  left: 0;
  width: 100%;
  height: 55px;
  color: white; }
  /* line 546, ../../sass/pages/_manager.scss */
  div .sidebar-heading-search-main > i {
    float: right;
    width: 50px;
    padding-right: 0;
    line-height: 55px;
    font-size: 21px;
    font-size: 2.1rem;
    text-align: center;
    cursor: pointer; }
  /* line 558, ../../sass/pages/_manager.scss */
  div .sidebar-heading-search-main .input-wrapper {
    display: none;
    float: left; }
    /* line 562, ../../sass/pages/_manager.scss */
    div .sidebar-heading-search-main .input-wrapper .input-icon {
      top: 0;
      line-height: 55px;
      font-size: 21px;
      font-size: 2.1rem;
      color: #c1c1c1; }
  /* line 570, ../../sass/pages/_manager.scss */
  div .sidebar-heading-search-main input {
    background: #a91830;
    color: white;
    text-indent: 0px; }
    /* line 48, ../../sass/helpers/_mixins.scss */
    div .sidebar-heading-search-main input.placeholder {
      font-style: italic;
      color: #c1c1c1; }
    /* line 49, ../../sass/helpers/_mixins.scss */
    div .sidebar-heading-search-main input:-moz-placeholder {
      font-style: italic;
      color: #c1c1c1; }
    /* line 50, ../../sass/helpers/_mixins.scss */
    div .sidebar-heading-search-main input::-moz-placeholder {
      font-style: italic;
      color: #c1c1c1; }
    /* line 51, ../../sass/helpers/_mixins.scss */
    div .sidebar-heading-search-main input:-ms-input-placeholder {
      font-style: italic;
      color: #c1c1c1; }
    /* line 52, ../../sass/helpers/_mixins.scss */
    div .sidebar-heading-search-main input::-webkit-input-placeholder {
      font-style: italic;
      color: #c1c1c1; }
  /* line 583, ../../sass/pages/_manager.scss */
  div .sidebar-heading-search-main.open .input-wrapper {
    display: block; }

/* line 587, ../../sass/pages/_manager.scss */
.properties .item i {
  /* 2 */
  float: right;
  line-height: 55px;
  padding-right: 20px; }

/* line 593, ../../sass/pages/_manager.scss */
.fw-table {
  width: 100vw;
  max-width: 500px;
  display: table;
  overflow-y: auto; }
  /* line 598, ../../sass/pages/_manager.scss */
  .fw-table .fw-table-title {
    font-weight: bold; }
  /* line 601, ../../sass/pages/_manager.scss */
  .fw-table .checkbox {
    margin-bottom: 0; }
    /* line 603, ../../sass/pages/_manager.scss */
    .fw-table .checkbox label {
      display: none; }
  /* line 607, ../../sass/pages/_manager.scss */
  .fw-table > div {
    display: table-row; }
    /* line 609, ../../sass/pages/_manager.scss */
    .fw-table > div > div {
      display: table-cell;
      vertical-align: middle;
      padding: 1.6rem 1rem; }
    /* line 614, ../../sass/pages/_manager.scss */
    .fw-table > div:not(:last-child) > div {
      border-bottom: 1px solid #f2f2f2; }
  /* line 619, ../../sass/pages/_manager.scss */
  .fw-table div:not(.fw-table-title) {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 400px; }

/* line 1, ../../sass/pages/manager/_gmap.scss */
.map {
  display: flex; }

/* line 5, ../../sass/pages/manager/_gmap.scss */
.overview-overlay {
  z-index: 20;
  position: relative;
  width: 300px;
  padding: 20px; }

/* line 14, ../../sass/pages/manager/_gmap.scss */
.overview-overlay .overview-result-box {
  max-width: 260px;
  height: 110px;
  margin-bottom: 20px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-color: rgba(255, 255, 255, 0.8);
  -moz-box-shadow: rgba(0, 0, 0, 0.05) 0 2px 2px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.05) 0 2px 2px;
  box-shadow: rgba(0, 0, 0, 0.05) 0 2px 2px; }
  /* line 24, ../../sass/pages/manager/_gmap.scss */
  .overview-overlay .overview-result-box span {
    font-weight: 200;
    color: white;
    display: block;
    padding-left: 20px; }
  /* line 31, ../../sass/pages/manager/_gmap.scss */
  .overview-overlay .overview-result-box .hit {
    font-weight: 400;
    padding-top: 20px;
    font-size: 32px;
    font-size: 3.2rem; }
  /* line 37, ../../sass/pages/manager/_gmap.scss */
  .overview-overlay .overview-result-box .meta {
    font-style: italic; }
  /* line 42, ../../sass/pages/manager/_gmap.scss */
  .overview-overlay .overview-result-box.recipient {
    background: url("../img/person.svg") no-repeat 10px 10px, url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuMCIgeDI9IjEuMCIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQ1NDU0NSIgc3RvcC1vcGFjaXR5PSIwLjgiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzNzM3MzciIHN0b3Atb3BhY2l0eT0iMC44Ii8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
    background: url("../img/person.svg") no-repeat 10px 10px, -webkit-gradient(linear, 0% 0%, 100% 100%, color-stop(0%, rgba(69, 69, 69, 0.8)), color-stop(100%, rgba(55, 55, 55, 0.8)));
    background: url("../img/person.svg") no-repeat 10px 10px, -moz-linear-gradient(left top, rgba(69, 69, 69, 0.8) 0%, rgba(55, 55, 55, 0.8) 100%);
    background: url("../img/person.svg") no-repeat 10px 10px, -webkit-linear-gradient(left top, rgba(69, 69, 69, 0.8) 0%, rgba(55, 55, 55, 0.8) 100%);
    background: url("../img/person.svg") no-repeat 10px 10px, linear-gradient(to right bottom, rgba(69, 69, 69, 0.8) 0%, rgba(55, 55, 55, 0.8) 100%);
    background-size: auto 130%, cover;
    background-position: right -20px top -10px, center center; }
  /* line 51, ../../sass/pages/manager/_gmap.scss */
  .overview-overlay .overview-result-box.access {
    background: url("../img/key.svg") no-repeat 10px 10px, url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuMCIgeDI9IjEuMCIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQ1NDU0NSIgc3RvcC1vcGFjaXR5PSIwLjgiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzNzM3MzciIHN0b3Atb3BhY2l0eT0iMC44Ii8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
    background: url("../img/key.svg") no-repeat 10px 10px, -webkit-gradient(linear, 0% 0%, 100% 100%, color-stop(0%, rgba(69, 69, 69, 0.8)), color-stop(100%, rgba(55, 55, 55, 0.8)));
    background: url("../img/key.svg") no-repeat 10px 10px, -moz-linear-gradient(left top, rgba(69, 69, 69, 0.8) 0%, rgba(55, 55, 55, 0.8) 100%);
    background: url("../img/key.svg") no-repeat 10px 10px, -webkit-linear-gradient(left top, rgba(69, 69, 69, 0.8) 0%, rgba(55, 55, 55, 0.8) 100%);
    background: url("../img/key.svg") no-repeat 10px 10px, linear-gradient(to right bottom, rgba(69, 69, 69, 0.8) 0%, rgba(55, 55, 55, 0.8) 100%);
    background-size: auto 125%, cover;
    background-position: right -5px top -10px, center center; }
  /* line 60, ../../sass/pages/manager/_gmap.scss */
  .overview-overlay .overview-result-box.parcelbox {
    background: url("../img/parcel.svg") no-repeat 10px 10px, url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuMCIgeDI9IjEuMCIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQ1NDU0NSIgc3RvcC1vcGFjaXR5PSIwLjgiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzNzM3MzciIHN0b3Atb3BhY2l0eT0iMC44Ii8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
    background: url("../img/parcel.svg") no-repeat 10px 10px, -webkit-gradient(linear, 0% 0%, 100% 100%, color-stop(0%, rgba(69, 69, 69, 0.8)), color-stop(100%, rgba(55, 55, 55, 0.8)));
    background: url("../img/parcel.svg") no-repeat 10px 10px, -moz-linear-gradient(left top, rgba(69, 69, 69, 0.8) 0%, rgba(55, 55, 55, 0.8) 100%);
    background: url("../img/parcel.svg") no-repeat 10px 10px, -webkit-linear-gradient(left top, rgba(69, 69, 69, 0.8) 0%, rgba(55, 55, 55, 0.8) 100%);
    background: url("../img/parcel.svg") no-repeat 10px 10px, linear-gradient(to right bottom, rgba(69, 69, 69, 0.8) 0%, rgba(55, 55, 55, 0.8) 100%);
    background-size: auto 125%, cover;
    background-position: right -5px top -10px, center center; }
  /* line 69, ../../sass/pages/manager/_gmap.scss */
  .overview-overlay .overview-result-box.letterbox {
    background: url("../img/letter.svg") no-repeat 10px 10px, url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuMCIgeDI9IjEuMCIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQ1NDU0NSIgc3RvcC1vcGFjaXR5PSIwLjgiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzNzM3MzciIHN0b3Atb3BhY2l0eT0iMC44Ii8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
    background: url("../img/letter.svg") no-repeat 10px 10px, -webkit-gradient(linear, 0% 0%, 100% 100%, color-stop(0%, rgba(69, 69, 69, 0.8)), color-stop(100%, rgba(55, 55, 55, 0.8)));
    background: url("../img/letter.svg") no-repeat 10px 10px, -moz-linear-gradient(left top, rgba(69, 69, 69, 0.8) 0%, rgba(55, 55, 55, 0.8) 100%);
    background: url("../img/letter.svg") no-repeat 10px 10px, -webkit-linear-gradient(left top, rgba(69, 69, 69, 0.8) 0%, rgba(55, 55, 55, 0.8) 100%);
    background: url("../img/letter.svg") no-repeat 10px 10px, linear-gradient(to right bottom, rgba(69, 69, 69, 0.8) 0%, rgba(55, 55, 55, 0.8) 100%);
    background-size: auto 130%, cover;
    background-position: right -21px top -26px, center center; }
  /* line 79, ../../sass/pages/manager/_gmap.scss */
  .overview-overlay .overview-result-box.globe {
    background: url("../img/globe.svg") no-repeat 10px 10px, url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuMCIgeDI9IjEuMCIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQ1NDU0NSIgc3RvcC1vcGFjaXR5PSIwLjgiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzNzM3MzciIHN0b3Atb3BhY2l0eT0iMC44Ii8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
    background: url("../img/globe.svg") no-repeat 10px 10px, -webkit-gradient(linear, 0% 0%, 100% 100%, color-stop(0%, rgba(69, 69, 69, 0.8)), color-stop(100%, rgba(55, 55, 55, 0.8)));
    background: url("../img/globe.svg") no-repeat 10px 10px, -moz-linear-gradient(left top, rgba(69, 69, 69, 0.8) 0%, rgba(55, 55, 55, 0.8) 100%);
    background: url("../img/globe.svg") no-repeat 10px 10px, -webkit-linear-gradient(left top, rgba(69, 69, 69, 0.8) 0%, rgba(55, 55, 55, 0.8) 100%);
    background: url("../img/globe.svg") no-repeat 10px 10px, linear-gradient(to right bottom, rgba(69, 69, 69, 0.8) 0%, rgba(55, 55, 55, 0.8) 100%);
    background-size: auto 125%, cover;
    background-position: right -5px top -10px, center center; }
  /* line 88, ../../sass/pages/manager/_gmap.scss */
  .overview-overlay .overview-result-box.SMS {
    background: url("../img/SMS.svg") no-repeat 10px 10px, url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuMCIgeDI9IjEuMCIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQ1NDU0NSIgc3RvcC1vcGFjaXR5PSIwLjgiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzNzM3MzciIHN0b3Atb3BhY2l0eT0iMC44Ii8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
    background: url("../img/SMS.svg") no-repeat 10px 10px, -webkit-gradient(linear, 0% 0%, 100% 100%, color-stop(0%, rgba(69, 69, 69, 0.8)), color-stop(100%, rgba(55, 55, 55, 0.8)));
    background: url("../img/SMS.svg") no-repeat 10px 10px, -moz-linear-gradient(left top, rgba(69, 69, 69, 0.8) 0%, rgba(55, 55, 55, 0.8) 100%);
    background: url("../img/SMS.svg") no-repeat 10px 10px, -webkit-linear-gradient(left top, rgba(69, 69, 69, 0.8) 0%, rgba(55, 55, 55, 0.8) 100%);
    background: url("../img/SMS.svg") no-repeat 10px 10px, linear-gradient(to right bottom, rgba(69, 69, 69, 0.8) 0%, rgba(55, 55, 55, 0.8) 100%);
    background-size: auto 130%, cover;
    background-position: right -21px top -26px, center center; }

/* line 99, ../../sass/pages/manager/_gmap.scss */
.statistics-overlay {
  position: relative;
  z-index: 20;
  padding: 20px; }
  /* line 104, ../../sass/pages/manager/_gmap.scss */
  .statistics-overlay .overview-result-box {
    background: rgba(69, 69, 69, 0.8) 0%;
    width: 350px;
    height: 240px;
    border-radius: 4px;
    margin-right: 20px;
    margin-bottom: 16px; }

/*-----------------------------------------------------------------
===	File Information ==============================================
===	Software: CombiPlate AB - Landlord portal
===	File: pages/manager/_units.scss
===	Description: This file contains all the custom styling needed
	for the units page.
===	Version: 1.0
===	Author: Linus Carlström <linus@combiplate.com>
===	Author URI: http://combiplate.com
---------------------------------------------------------------- */
/*-----------------------------------------------------------------
===	Units view ====================================================
 * 	Does this file belong in the shame folder? :'(
 1	Full size
 2	Remove the default body padding
 3	Customize the tabs component
 4	Yuck positioning
 5	Savebar
 6	Custom padding for the forms
 7	Custom pnl
 8	Custom databox
 9 	Custom tooltip
 10	Custom suggestion field
 11	Unit view header
 12	Box information alignment
 13	Button alignment in h4
-----------------------------------------------------------------*/
/* line 29, ../../sass/pages/manager/_units.scss */
.units {
  height: 100%;
  /* 1 */
  background: white; }

/* line 34, ../../sass/pages/manager/_units.scss */
.units-body {
  position: relative;
  height: -moz-calc(100% -  90px);
  height: -webkit-calc(100% -  90px);
  height: calc(100% -  90px);
  /* 1 */
  background: white; }

/* line 40, ../../sass/pages/manager/_units.scss */
.manager .modulearea .units-body {
  padding: 0;
  /* 2 */ }

/* line 44, ../../sass/pages/manager/_units.scss */
.units .tabs {
  /* 3 */
  height: 100%; }

@media only screen and (max-width: 1204px) {
  /* line 51, ../../sass/pages/manager/_units.scss */
  .units .tabs .tab-item {
    padding: 0 36px; }
    /* line 53, ../../sass/pages/manager/_units.scss */
    .units .tabs .tab-item p {
      display: none;
      font-size: 23px;
      font-size: 2.3rem;
      font-weight: 200;
      line-height: 65px; }
    /* line 59, ../../sass/pages/manager/_units.scss */
    .units .tabs .tab-item i {
      padding-right: 0px;
      font-size: 2.8rem; } }
/* line 67, ../../sass/pages/manager/_units.scss */
.units .savebar {
  /* 5 */
  position: fixed;
  z-index: 11;
  bottom: 0;
  width: -moz-calc(100% -  315px);
  width: -webkit-calc(100% -  315px);
  width: calc(100% -  315px);
  height: 65px;
  padding: 0 20px;
  line-height: 65px;
  text-align: right;
  background: white;
  -moz-box-shadow: rgba(0, 0, 0, 0.5) 0 -1px 3px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0 -1px 3px;
  box-shadow: rgba(0, 0, 0, 0.5) 0 -1px 3px; }
  /* line 83, ../../sass/pages/manager/_units.scss */
  .units .savebar button {
    margin-right: 10px; }

/* line 88, ../../sass/pages/manager/_units.scss */
.pk-row {
  /* 6 */
  padding: 20px; }
  @media (min-width: 1600px) {
    /* line 88, ../../sass/pages/manager/_units.scss */
    .pk-row {
      padding: 30px 55px; } }

/* line 97, ../../sass/pages/manager/_units.scss */
.apartmentinfo {
  /* 6 */
  max-width: 800px; }

/* line 102, ../../sass/pages/manager/_units.scss */
.apartmentinfo:nth-child(1) {
  /* 6 */
  padding-bottom: 0px; }

/* line 107, ../../sass/pages/manager/_units.scss */
.units .pnl {
  /* 7 */
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none; }
  /* line 111, ../../sass/pages/manager/_units.scss */
  .units .pnl h3 {
    font-size: 23px;
    font-size: 2.3rem; }
  /* line 115, ../../sass/pages/manager/_units.scss */
  .units .pnl h4,
  .units .pnl .access-component-title {
    font-size: 20px;
    font-size: 2rem;
    color: #a91830;
    font-weight: 300;
    padding-bottom: 15px; }

/* line 125, ../../sass/pages/manager/_units.scss */
.pk-dialog-form .manage-header,
.pk-dialog-form .access-component-title,
.pk-dialog-form .datalist .datalist-title {
  font-size: 20px;
  font-size: 2rem;
  color: #a91830;
  font-weight: 300;
  padding-bottom: 15px; }
/* line 134, ../../sass/pages/manager/_units.scss */
.pk-dialog-form .access-component-code {
  margin-bottom: 0; }

/* line 139, ../../sass/pages/manager/_units.scss */
.pk-databox {
  /* 8 */ }
  /* line 141, ../../sass/pages/manager/_units.scss */
  .pk-databox .databox {
    margin-bottom: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0; }
    /* line 147, ../../sass/pages/manager/_units.scss */
    .pk-databox .databox:first-of-type {
      border-top: 1px solid rgba(0, 0, 0, 0.1); }
  /* line 152, ../../sass/pages/manager/_units.scss */
  .pk-databox .databox-column,
  .pk-databox .databox .databox-empty {
    height: 50px;
    line-height: 50px;
    text-align: left; }
    /* line 158, ../../sass/pages/manager/_units.scss */
    .pk-databox .databox-column:first-of-type,
    .pk-databox .databox .databox-empty:first-of-type {
      padding-left: 10px; }
  /* line 163, ../../sass/pages/manager/_units.scss */
  .pk-databox .databox .databox-empty {
    text-align: center; }
    /* line 166, ../../sass/pages/manager/_units.scss */
    .pk-databox .databox .databox-empty i {
      padding-right: 10px; }
  /* line 171, ../../sass/pages/manager/_units.scss */
  .pk-databox .blip {
    display: inline-block;
    height: 11px;
    width: 11px;
    margin-right: 10px;
    -moz-border-radius: 11px;
    -webkit-border-radius: 11px;
    border-radius: 11px; }
    /* line 179, ../../sass/pages/manager/_units.scss */
    .pk-databox .blip.success {
      background: #9ec74b; }
    /* line 182, ../../sass/pages/manager/_units.scss */
    .pk-databox .blip.danger {
      background: #db706c; }
  /* line 187, ../../sass/pages/manager/_units.scss */
  .pk-databox .pk-ico {
    display: inline;
    color: #c1c1c1;
    font-size: 25px;
    font-size: 2.5rem; }
  /* line 193, ../../sass/pages/manager/_units.scss */
  .pk-databox .pk-icon-holder {
    display: block;
    float: left;
    margin-right: 20px; }
    /* line 198, ../../sass/pages/manager/_units.scss */
    .pk-databox .pk-icon-holder:last-of-type {
      margin-right: 0; }
    /* line 202, ../../sass/pages/manager/_units.scss */
    .pk-databox .pk-icon-holder span {
      display: block;
      float: left;
      margin-top: 11px;
      padding-right: 10px; }
  /* line 210, ../../sass/pages/manager/_units.scss */
  .pk-databox .pk-code {
    display: inline; }
  /* line 214, ../../sass/pages/manager/_units.scss */
  .pk-databox .pk-btn-erase {
    text-align: right; }
  /* line 217, ../../sass/pages/manager/_units.scss */
  .pk-databox .pk-btn-edit {
    padding-left: 10px;
    text-align: left; }

/* line 223, ../../sass/pages/manager/_units.scss */
.units .tooltip .tooltip-inner {
  /* 9 */
  line-height: 18px; }

/* line 227, ../../sass/pages/manager/_units.scss */
.pk-tooltip-holder {
  cursor: help;
  display: inline; }

/* line 233, ../../sass/pages/manager/_units.scss */
.pk-datalist .datalist-topbar .datalist-title {
  margin-bottom: 0;
  line-height: inherit; }
/* line 237, ../../sass/pages/manager/_units.scss */
.pk-datalist .datalist-list {
  border: 1px solid rgba(0, 0, 0, 0.1); }

/* line 242, ../../sass/pages/manager/_units.scss */
.units-header {
  /* 11 */ }
  /* line 244, ../../sass/pages/manager/_units.scss */
  .units-header div,
  .units-header i {
    display: inline; }
  /* line 249, ../../sass/pages/manager/_units.scss */
  .units-header i {
    padding-left: 20px;
    margin-left: -5px; }
  /* line 254, ../../sass/pages/manager/_units.scss */
  .units-header .apartment-floor-info {
    position: absolute;
    padding-left: 20px;
    font-size: 25px;
    font-weight: 200;
    color: #f7f7f7; }

/* line 263, ../../sass/pages/manager/_units.scss */
.unit-information {
  /* 12 */ }
  /* line 265, ../../sass/pages/manager/_units.scss */
  .unit-information p {
    display: table-cell;
    height: 90px;
    vertical-align: middle;
    padding-left: 40px; }
  /* line 273, ../../sass/pages/manager/_units.scss */
  .unit-information .information-header,
  .unit-information .information-value {
    display: block;
    min-height: 30px;
    line-height: 30px;
    text-align: center; }
  /* line 283, ../../sass/pages/manager/_units.scss */
  .unit-information .information-value {
    font-size: 23px;
    font-size: 2.3rem; }
  /* line 286, ../../sass/pages/manager/_units.scss */
  .unit-information .information-header {
    font-weight: 400; }

/* line 291, ../../sass/pages/manager/_units.scss */
.pk-header-btn {
  /* 13 */ }
  /* line 294, ../../sass/pages/manager/_units.scss */
  .pk-header-btn div {
    float: left; }
  /* line 297, ../../sass/pages/manager/_units.scss */
  .pk-header-btn button {
    float: right; }

/* line 302, ../../sass/pages/manager/_units.scss */
.access-tab {
  height: 100%;
  background: #f1f4f5; }
  /* line 306, ../../sass/pages/manager/_units.scss */
  .access-tab.one-module {
    padding-left: 60px;
    background: white; }
    /* line 310, ../../sass/pages/manager/_units.scss */
    .access-tab.one-module input {
      background: #f1f4f5; }
    /* line 314, ../../sass/pages/manager/_units.scss */
    .access-tab.one-module .access-sharedkeys {
      padding: 20px; }
    /* line 318, ../../sass/pages/manager/_units.scss */
    .access-tab.one-module .title {
      padding: 30px 30px 20px 0;
      color: #575757;
      height: auto;
      line-height: initial;
      background: none; }
    /* line 326, ../../sass/pages/manager/_units.scss */
    .access-tab.one-module .access-component {
      padding: 0; }
  /* line 331, ../../sass/pages/manager/_units.scss */
  .access-tab .title {
    font-size: 23px;
    font-size: 2.3rem;
    font-weight: 400;
    color: white;
    height: 90px;
    line-height: 90px;
    padding: 0 0 0 20px;
    background: #454545; }
  /* line 343, ../../sass/pages/manager/_units.scss */
  .access-tab .access-component-title,
  .access-tab .sub-title {
    font-size: 20px;
    font-size: 2rem;
    color: #a91830;
    font-weight: 300;
    padding-bottom: 15px; }

/* line 352, ../../sass/pages/manager/_units.scss */
.access-sharedkeys,
.access-recipients {
  height: 100%; }

@media only screen and (max-width: 1204px) {
  /* line 358, ../../sass/pages/manager/_units.scss */
  .access-sharedkeys,
  .access-recipients {
    height: auto;
    width: 100% !important;
    float: left; }

  /* line 364, ../../sass/pages/manager/_units.scss */
  .access-component-key {
    margin-bottom: 25px; } }
/* line 369, ../../sass/pages/manager/_units.scss */
.access-sharedkeys {
  float: left;
  width: 33.33333%; }
  /* line 373, ../../sass/pages/manager/_units.scss */
  .access-sharedkeys input {
    background: white; }
  /* line 377, ../../sass/pages/manager/_units.scss */
  .access-sharedkeys .access-component {
    padding: 20px; }

/* line 382, ../../sass/pages/manager/_units.scss */
.access-recipients {
  -moz-box-shadow: rgba(0, 0, 0, 0.05) -1px 0 1px 1px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.05) -1px 0 1px 1px;
  box-shadow: rgba(0, 0, 0, 0.05) -1px 0 1px 1px;
  float: right;
  background: white;
  width: 66.66667%; }
  /* line 388, ../../sass/pages/manager/_units.scss */
  .access-recipients .data-table {
    background: #f7f7f7; }
    /* line 391, ../../sass/pages/manager/_units.scss */
    .access-recipients .data-table .thead {
      color: #575757;
      font-weight: 400; }

/* line 398, ../../sass/pages/manager/_units.scss */
.access-recipients-header {
  height: 90px;
  padding: 0 20px;
  background: #575757; }
  /* line 403, ../../sass/pages/manager/_units.scss */
  .access-recipients-header .name,
  .access-recipients-header .add-recipient {
    line-height: 90px; }
  /* line 408, ../../sass/pages/manager/_units.scss */
  .access-recipients-header .name {
    color: white;
    float: left;
    font-size: 23px;
    font-size: 2.3rem;
    font-weight: 400; }
  /* line 415, ../../sass/pages/manager/_units.scss */
  .access-recipients-header .add-recipient {
    float: right; }

/* line 420, ../../sass/pages/manager/_units.scss */
.upload-form {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 0 20px; }
  /* line 428, ../../sass/pages/manager/_units.scss */
  .upload-form > div {
    width: auto !important; }

/* line 433, ../../sass/pages/manager/_units.scss */
.top-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  background-color: #333;
  color: #fff; }

/* line 441, ../../sass/pages/manager/_units.scss */
.title {
  font-size: 18px; }

/* line 444, ../../sass/pages/manager/_units.scss */
.close-icon {
  cursor: pointer;
  font-size: 20px; }

/* line 448, ../../sass/pages/manager/_units.scss */
.custom-sidebar {
  transition: transform 0.3s ease;
  transform: translateX(100%);
  overflow: hidden;
  background-color: #f0f0f0;
  top: 75px !important; }

/* line 456, ../../sass/pages/manager/_units.scss */
.custom-sidebar.slide-in {
  transform: translateX(0); }

/* line 460, ../../sass/pages/manager/_units.scss */
.custom-sidebar.slide-out {
  transform: translateX(100%); }

@keyframes slideInAnimation {
  /* line 465, ../../sass/pages/manager/_units.scss */
  from {
    transform: translateX(100%);
    opacity: 0; }

  /* line 469, ../../sass/pages/manager/_units.scss */
  to {
    transform: translateX(0);
    opacity: 1; } }
@keyframes slideOutAnimation {
  /* line 476, ../../sass/pages/manager/_units.scss */
  from {
    transform: translateX(0);
    opacity: 1; }

  /* line 480, ../../sass/pages/manager/_units.scss */
  to {
    transform: translateX(100%);
    opacity: 0; } }
/* line 486, ../../sass/pages/manager/_units.scss */
.slide-in {
  animation: slideInAnimation 0.3s ease-out; }

/* line 490, ../../sass/pages/manager/_units.scss */
.slide-out {
  animation: slideOutAnimation 0.3s ease-out; }

/* line 494, ../../sass/pages/manager/_units.scss */
.delegate-access-container .delegate-warning {
  color: #dc3545;
  margin-top: 5px;
  font-size: 14px;
  font-weight: 600; }

/* line 501, ../../sass/pages/manager/_units.scss */
.delegate-access-container .delegate-warning .fa-exclamation-triangle {
  margin-right: 5px; }

/*-----------------------------------------------------------------
===	File Information ==============================================
===	Software: CombiPlate AB - Landlord portal
===	File: pages/manager/_units.scss
===	Description: This file contains all the custom styling needed
	for the units page.
===	Version: 1.0
===	Author: Linus Carlström <linus@combiplate.com>
===	Author URI: http://combiplate.com
---------------------------------------------------------------- */
/*-----------------------------------------------------------------
===	Units view ====================================================
 * 	Does this file belong in the shame folder? :'(
 1	Full size
 2	Remove the default body padding
 3	Customize the tabs component
 4	Yuck positioning
 5	Savebar
 6	Custom padding for the forms
 7	Custom pnl
 8	Custom databox
 9 	Custom tooltip
 10	Custom suggestion field
 11	Unit view header
 12	Box information alignment
 13	Button alignment in h4
-----------------------------------------------------------------*/
/* line 30, ../../sass/pages/manager/_boxevents.scss */
.boxevents {
  height: 100%;
  /* 1 */
  background: tomato !important; }

/* line 35, ../../sass/pages/manager/_boxevents.scss */
.boxevents-body {
  position: relative;
  height: -moz-calc(100% -  90px);
  height: -webkit-calc(100% -  90px);
  height: calc(100% -  90px);
  /* 1 */
  background: white; }

/* line 44, ../../sass/pages/manager/_boxevents.scss */
.boxevents .modal-editing-container .box-info-header,
.reservations .modal-editing-container .box-info-header {
  margin: 40px 30px 30px 30px; }
  /* line 46, ../../sass/pages/manager/_boxevents.scss */
  .boxevents .modal-editing-container .box-info-header .pnl-title i,
  .reservations .modal-editing-container .box-info-header .pnl-title i {
    float: right;
    line-height: 30px;
    margin-right: 40px;
    font-size: 25px; }
/* line 54, ../../sass/pages/manager/_boxevents.scss */
.boxevents .modal-editing-container .box-info-container,
.reservations .modal-editing-container .box-info-container {
  border-top: 2px solid #f1f4f5; }
/* line 57, ../../sass/pages/manager/_boxevents.scss */
.boxevents .modal-editing-container .box-info-container div:first-child,
.reservations .modal-editing-container .box-info-container div:first-child {
  margin-top: 30px; }
/* line 60, ../../sass/pages/manager/_boxevents.scss */
.boxevents .modal-editing-container .box-info-container div:last-child,
.reservations .modal-editing-container .box-info-container div:last-child {
  margin-bottom: 30px; }
/* line 64, ../../sass/pages/manager/_boxevents.scss */
.boxevents .modal-editing-container .box-info-item,
.reservations .modal-editing-container .box-info-item {
  display: flex;
  flex-direction: row;
  margin-bottom: 7px; }
  /* line 69, ../../sass/pages/manager/_boxevents.scss */
  .boxevents .modal-editing-container .box-info-item .left-item,
  .reservations .modal-editing-container .box-info-item .left-item {
    min-width: 200px;
    font-weight: 400; }
  /* line 73, ../../sass/pages/manager/_boxevents.scss */
  .boxevents .modal-editing-container .box-info-item .left-right,
  .reservations .modal-editing-container .box-info-item .left-right {
    min-width: 150px; }
/* line 78, ../../sass/pages/manager/_boxevents.scss */
.boxevents .modal-editing-container .history-info-item,
.reservations .modal-editing-container .history-info-item {
  margin-bottom: 2px;
  display: grid;
  grid-template-columns: auto fit-content(80%) 40px;
  gap: 2rem;
  padding: 0.4rem; }
  /* line 80, ../../sass/pages/manager/_boxevents.scss */
  .boxevents .modal-editing-container .history-info-item .header-item,
  .reservations .modal-editing-container .history-info-item .header-item {
    font-weight: 400; }
  /* line 87, ../../sass/pages/manager/_boxevents.scss */
  .boxevents .modal-editing-container .history-info-item .left-item,
  .reservations .modal-editing-container .history-info-item .left-item {
    position: relative;
    display: flex;
    justify-content: stretch;
    overflow: hidden; }
    /* line 92, ../../sass/pages/manager/_boxevents.scss */
    .boxevents .modal-editing-container .history-info-item .left-item p,
    .reservations .modal-editing-container .history-info-item .left-item p {
      position: relative;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
    /* line 98, ../../sass/pages/manager/_boxevents.scss */
    .boxevents .modal-editing-container .history-info-item .left-item:hover,
    .reservations .modal-editing-container .history-info-item .left-item:hover {
      overflow: visible; }
      /* line 99, ../../sass/pages/manager/_boxevents.scss */
      .boxevents .modal-editing-container .history-info-item .left-item:hover p,
      .reservations .modal-editing-container .history-info-item .left-item:hover p {
        background-color: #fff;
        overflow: visible;
        text-overflow: none;
        position: absolute; }
  /* line 108, ../../sass/pages/manager/_boxevents.scss */
  .boxevents .modal-editing-container .history-info-item.history-info-date,
  .reservations .modal-editing-container .history-info-item.history-info-date {
    font-weight: 400;
    background-color: #f2f2f2; }
/* line 114, ../../sass/pages/manager/_boxevents.scss */
.boxevents .modal-editing-container button,
.reservations .modal-editing-container button {
  margin-top: 2rem; }

/* line 121, ../../sass/pages/manager/_boxevents.scss */
.boxevents .parcelboxes-tabs .data-table .tr div:last-child, .boxevents .history-tabs .data-table .tr div:last-child, .boxevents .letterboxes-tabs .data-table .tr div:last-child {
  padding-right: 20px; }

/* line 127, ../../sass/pages/manager/_boxevents.scss */
.manager .modulearea .boxevents-body {
  padding: 0;
  /* 2 */ }

/* line 131, ../../sass/pages/manager/_boxevents.scss */
.boxevents .tabs {
  /* 3 */
  height: 100%; }
  /* line 134, ../../sass/pages/manager/_boxevents.scss */
  .boxevents .tabs .tab-row {
    background: #373737;
    border: 0; }
  /* line 139, ../../sass/pages/manager/_boxevents.scss */
  .boxevents .tabs .tab-item {
    padding: 0 36px;
    border: 0;
    height: 65px;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }
    /* line 147, ../../sass/pages/manager/_boxevents.scss */
    .boxevents .tabs .tab-item i {
      display: inline-block;
      font-size: 25px;
      font-size: 2.5rem;
      color: white; }
    /* line 154, ../../sass/pages/manager/_boxevents.scss */
    .boxevents .tabs .tab-item p {
      font-size: 23px;
      font-size: 2.3rem;
      font-weight: 200;
      padding-left: 15px;
      line-height: 65px; }
    /* line 161, ../../sass/pages/manager/_boxevents.scss */
    .boxevents .tabs .tab-item:hover {
      background: rgba(0, 0, 0, 0.1); }
    /* line 165, ../../sass/pages/manager/_boxevents.scss */
    .boxevents .tabs .tab-item.active {
      background: rgba(0, 0, 0, 0.25); }
      /* line 167, ../../sass/pages/manager/_boxevents.scss */
      .boxevents .tabs .tab-item.active i {
        color: #a91830; }
  /* line 171, ../../sass/pages/manager/_boxevents.scss */
  .boxevents .tabs .tab-content {
    height: -moz-calc(100% -  65px);
    height: -webkit-calc(100% -  65px);
    height: calc(100% -  65px);
    /* 1 */
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    border: 0;
    padding: 0; }
  /* line 178, ../../sass/pages/manager/_boxevents.scss */
  .boxevents .tabs .tab-content-item {
    height: 100%; }

/*-----------------------------------------------------------------
===	File Information ==============================================
===	Software: RENZ Sweden AB - Landlord portal
===	File: pages/manager/_reservations.scss
===	Description: This file contains all the custom styling needed
	for the reservation page.
===	Version: 1.0
===	Author: Mihai Trofin <mihai.trofin@renzgroup.se>
===	Author URI: http://renzgroup.se
---------------------------------------------------------------- */
/* line 12, ../../sass/pages/manager/_reservations.scss */
.reservations {
  height: 100%;
  background: white !important; }
  /* line 18, ../../sass/pages/manager/_reservations.scss */
  .reservations .commonform-reservation .select-time ul {
    z-index: 201 !important; }
  /* line 23, ../../sass/pages/manager/_reservations.scss */
  .reservations .reservation-time-container {
    width: 100%;
    display: grid;
    grid-template-columns: auto 12rem;
    gap: 0.6rem; }
  /* line 30, ../../sass/pages/manager/_reservations.scss */
  .reservations .reservation-tabs {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 22px;
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    padding: 0.4rem;
    gap: 0.4rem;
    background: #292929; }
    /* line 39, ../../sass/pages/manager/_reservations.scss */
    .reservations .reservation-tabs .reservation-tab-button {
      padding: 0.6rem 1rem;
      text-align: center;
      cursor: pointer;
      transition: all 0.2s ease;
      color: #fff;
      border-radius: inherit;
      font-size: 1.6rem;
      border: 1px solid transparent;
      user-select: none; }
      /* line 49, ../../sass/pages/manager/_reservations.scss */
      .reservations .reservation-tabs .reservation-tab-button.selected {
        background: #454545;
        border-color: #505050; }
      /* line 53, ../../sass/pages/manager/_reservations.scss */
      .reservations .reservation-tabs .reservation-tab-button:not(.selected):hover {
        background: #373737; }
  /* line 59, ../../sass/pages/manager/_reservations.scss */
  .reservations .recipientlist {
    position: relative;
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    margin-bottom: 22px; }
    /* line 65, ../../sass/pages/manager/_reservations.scss */
    .reservations .recipientlist .search-field {
      padding: 0.5rem 1rem;
      border-bottom: 1px solid rgba(0, 0, 0, 0.15); }
      /* line 68, ../../sass/pages/manager/_reservations.scss */
      .reservations .recipientlist .search-field .input-icon {
        color: #57575760; }
      /* line 71, ../../sass/pages/manager/_reservations.scss */
      .reservations .recipientlist .search-field input {
        padding-left: 3rem; }
        /* line 73, ../../sass/pages/manager/_reservations.scss */
        .reservations .recipientlist .search-field input::placeholder {
          color: #575757;
          opacity: 0.6; }
    /* line 79, ../../sass/pages/manager/_reservations.scss */
    .reservations .recipientlist ul {
      overflow-y: auto;
      overflow-x: hidden;
      max-height: 350px; }
      /* line 83, ../../sass/pages/manager/_reservations.scss */
      .reservations .recipientlist ul li {
        padding: 1rem 2rem;
        cursor: pointer;
        transition: padding 0.2s ease;
        display: flex;
        justify-content: space-between;
        align-items: center;
        user-select: none; }
        /* line 93, ../../sass/pages/manager/_reservations.scss */
        .reservations .recipientlist ul li:hover:not(.disabled), .reservations .recipientlist ul li.selected:not(.disabled) {
          padding-left: 2.6rem; }
        /* line 97, ../../sass/pages/manager/_reservations.scss */
        .reservations .recipientlist ul li:nth-child(odd) {
          background-color: #f8f8f8; }
        /* line 100, ../../sass/pages/manager/_reservations.scss */
        .reservations .recipientlist ul li.selected {
          background-color: #bf1b36;
          color: #fff; }
        /* line 104, ../../sass/pages/manager/_reservations.scss */
        .reservations .recipientlist ul li.disabled {
          color: #999; }
          /* line 106, ../../sass/pages/manager/_reservations.scss */
          .reservations .recipientlist ul li.disabled .disabled-text {
            font-size: 1.2rem;
            color: #bf1b36; }
    /* line 113, ../../sass/pages/manager/_reservations.scss */
    .reservations .recipientlist .empty {
      padding: 1rem 2rem; }

/*-----------------------------------------------------------------
===	File Information ==============================================
===	Software: RENZ Sweden AB - Landlord portal
===	File: pages/manager/_configuration.scss
===	Description: This file contains all the custom styling needed
	for the configration page.
===	Version: 1.0
===	Author: Linus Carlström <linus.carlstrom@renzgroup.se>
===	Author URI: http://renznordic.se
---------------------------------------------------------------- */
/*-----------------------------------------------------------------
===	Configuration view ============================================
1	Overide the Panel defaults
2	Custom value highlight for datafield values
3	Custom width on input for the t2t datafield
4	Third party tab sass
---------------------------------------------------------------- */
/* line 19, ../../sass/pages/manager/_configuration.scss */
.configuration .pnl {
  /* 1 */
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none; }
  /* line 22, ../../sass/pages/manager/_configuration.scss */
  .configuration .pnl h3 {
    font-size: 23px;
    font-size: 2.3rem;
    padding-bottom: 5px; }
  /* line 27, ../../sass/pages/manager/_configuration.scss */
  .configuration .pnl h4 {
    font-size: 20px;
    font-size: 2rem;
    color: #a91830;
    font-weight: 300;
    padding-bottom: 25px; }
  /* line 34, ../../sass/pages/manager/_configuration.scss */
  .configuration .pnl .system-info-container {
    padding: 0 20px;
    border-top: 2px solid #f1f4f5; }
  /* line 38, ../../sass/pages/manager/_configuration.scss */
  .configuration .pnl .system-info-container div:first-child {
    margin-top: 30px; }
  /* line 41, ../../sass/pages/manager/_configuration.scss */
  .configuration .pnl .system-info-container div:last-child {
    margin-bottom: 30px; }
  /* line 44, ../../sass/pages/manager/_configuration.scss */
  .configuration .pnl .system-info-item {
    margin-bottom: 20px !important; }
  /* line 48, ../../sass/pages/manager/_configuration.scss */
  .configuration .pnl .firmware-container {
    height: 115px;
    border-top: 2px solid #f1f4f5; }
    /* line 52, ../../sass/pages/manager/_configuration.scss */
    .configuration .pnl .firmware-container .preview {
      display: flex;
      width: 100%;
      line-height: 50px;
      padding: 0 20px; }
      /* line 56, ../../sass/pages/manager/_configuration.scss */
      .configuration .pnl .firmware-container .preview .action {
        line-height: 50px;
        margin-top: 3rem; }
      /* line 58, ../../sass/pages/manager/_configuration.scss */
      .configuration .pnl .firmware-container .preview .value {
        width: 100%; }
    /* line 61, ../../sass/pages/manager/_configuration.scss */
    .configuration .pnl .firmware-container .headline {
      font-size: 2rem;
      font-weight: 400;
      padding-bottom: 2px; }
    /* line 66, ../../sass/pages/manager/_configuration.scss */
    .configuration .pnl .firmware-container .editing {
      display: flex;
      justify-content: space-between;
      width: 100%;
      margin-top: 3rem;
      padding: 0 20px; }
      /* line 73, ../../sass/pages/manager/_configuration.scss */
      .configuration .pnl .firmware-container .editing input {
        border: 1px solid rgba(0, 0, 0, 0.15); }
      /* line 74, ../../sass/pages/manager/_configuration.scss */
      .configuration .pnl .firmware-container .editing .action {
        line-height: 50px; }
        /* line 75, ../../sass/pages/manager/_configuration.scss */
        .configuration .pnl .firmware-container .editing .action button:first-of-type {
          margin-right: 10px; }
  /* line 82, ../../sass/pages/manager/_configuration.scss */
  .configuration .pnl .fadein-preview {
    -moz-animation: scaleinPreview 0.2s linear;
    -webkit-animation: scaleinPreview 0.2s linear;
    animation: scaleinPreview 0.2s linear;
    -moz-animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards; }
  /* line 87, ../../sass/pages/manager/_configuration.scss */
  .configuration .pnl .fadeout-editing {
    -moz-animation: scaleoutEditing 0.2s linear;
    -webkit-animation: scaleoutEditing 0.2s linear;
    animation: scaleoutEditing 0.2s linear;
    -moz-animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards; }
  /* line 93, ../../sass/pages/manager/_configuration.scss */
  .configuration .pnl .fadein-editing {
    -moz-animation: scaleinEditing 0.2s linear;
    -webkit-animation: scaleinEditing 0.2s linear;
    animation: scaleinEditing 0.2s linear;
    -moz-animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards; }
  /* line 98, ../../sass/pages/manager/_configuration.scss */
  .configuration .pnl .fadeout-preview {
    -moz-animation: scaleoutPreview 0.2s linear;
    -webkit-animation: scaleoutPreview 0.2s linear;
    animation: scaleoutPreview 0.2s linear;
    -moz-animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards; }
  /* line 103, ../../sass/pages/manager/_configuration.scss */
  .configuration .pnl .system-info-extended-height {
    height: 50px;
    margin-top: 10px !important;
    margin-bottom: 15px !important; }
    /* line 108, ../../sass/pages/manager/_configuration.scss */
    .configuration .pnl .system-info-extended-height .preview {
      display: flex;
      width: 600px;
      justify-content: space-between;
      line-height: 50px; }
      /* line 113, ../../sass/pages/manager/_configuration.scss */
      .configuration .pnl .system-info-extended-height .preview .action {
        line-height: 50px; }
      /* line 114, ../../sass/pages/manager/_configuration.scss */
      .configuration .pnl .system-info-extended-height .preview .btn {
        height: 37px; }
      /* line 115, ../../sass/pages/manager/_configuration.scss */
      .configuration .pnl .system-info-extended-height .preview div {
        margin: 0px; }
      /* line 116, ../../sass/pages/manager/_configuration.scss */
      .configuration .pnl .system-info-extended-height .preview button {
        margin-top: 6.5px; }
    /* line 118, ../../sass/pages/manager/_configuration.scss */
    .configuration .pnl .system-info-extended-height .editing {
      display: flex;
      justify-content: space-between;
      width: 600px; }
      /* line 123, ../../sass/pages/manager/_configuration.scss */
      .configuration .pnl .system-info-extended-height .editing input {
        border: 1px solid rgba(0, 0, 0, 0.15); }
      /* line 124, ../../sass/pages/manager/_configuration.scss */
      .configuration .pnl .system-info-extended-height .editing .action {
        line-height: 50px; }
      /* line 125, ../../sass/pages/manager/_configuration.scss */
      .configuration .pnl .system-info-extended-height .editing div {
        margin: 0px; }
      /* line 126, ../../sass/pages/manager/_configuration.scss */
      .configuration .pnl .system-info-extended-height .editing .suggestionfield, .configuration .pnl .system-info-extended-height .editing .input-field {
        width: 70%; }
        /* line 128, ../../sass/pages/manager/_configuration.scss */
        .configuration .pnl .system-info-extended-height .editing .suggestionfield input, .configuration .pnl .system-info-extended-height .editing .input-field input {
          height: 50px; }
      /* line 130, ../../sass/pages/manager/_configuration.scss */
      .configuration .pnl .system-info-extended-height .editing .btn-danger {
        margin-right: 5px; }
    /* line 134, ../../sass/pages/manager/_configuration.scss */
    .configuration .pnl .system-info-extended-height .left-item {
      line-height: 50px; }
  /* line 139, ../../sass/pages/manager/_configuration.scss */
  .configuration .pnl .system-info-item {
    display: flex;
    flex-direction: row;
    margin: 3px 0px; }
    /* line 144, ../../sass/pages/manager/_configuration.scss */
    .configuration .pnl .system-info-item .left-item {
      min-width: 300px;
      font-weight: 400; }
    /* line 148, ../../sass/pages/manager/_configuration.scss */
    .configuration .pnl .system-info-item .left-right {
      min-width: 150px; }
    /* line 151, ../../sass/pages/manager/_configuration.scss */
    .configuration .pnl .system-info-item .right-item {
      float: right;
      margin-left: auto;
      height: 37px;
      margin-right: 20px; }

/* line 160, ../../sass/pages/manager/_configuration.scss */
.configuration-body .system-info-header .pnl-heading {
  padding-bottom: 15px; }

/* line 164, ../../sass/pages/manager/_configuration.scss */
.configuration .datafield {
  /* 2 */ }
  /* line 165, ../../sass/pages/manager/_configuration.scss */
  .configuration .datafield .value-highlight {
    color: #a91830;
    text-decoration: underline; }

/* line 171, ../../sass/pages/manager/_configuration.scss */
.configuration .t2t .datafield-edit .datafield-value-field {
  width: 100%;
  cursor: default; }
  /* line 175, ../../sass/pages/manager/_configuration.scss */
  .configuration .t2t .datafield-edit .datafield-value-field input {
    max-width: 100px;
    height: 46px; }

/* line 181, ../../sass/pages/manager/_configuration.scss */
.configuration .import-export-preview {
  border-top: 2px solid #f1f4f5;
  padding-top: 25px; }

/* line 186, ../../sass/pages/manager/_configuration.scss */
.configuration .import-export-account-button {
  position: relative;
  z-index: -1;
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  flex-wrap: wrap;
  padding: 20px 20px 0px 20px; }

/* line 196, ../../sass/pages/manager/_configuration.scss */
.configuration .modal-popup-container .form {
  padding-top: 20px;
  display: flex;
  height: 525px;
  flex-direction: column; }
  /* line 202, ../../sass/pages/manager/_configuration.scss */
  .configuration .modal-popup-container .form .value-field {
    font-size: 2rem;
    font-weight: 400; }

/* line 208, ../../sass/pages/manager/_configuration.scss */
.configuration .modal-popup-container .setting-item-confirm {
  padding-left: 40px;
  padding-right: 80px;
  padding-top: 20px; }
  /* line 213, ../../sass/pages/manager/_configuration.scss */
  .configuration .modal-popup-container .setting-item-confirm .input-field {
    width: 300px; }
  /* line 217, ../../sass/pages/manager/_configuration.scss */
  .configuration .modal-popup-container .setting-item-confirm .label {
    padding-bottom: 10px;
    font-weight: 400; }

/* line 223, ../../sass/pages/manager/_configuration.scss */
.configuration .modal-popup-container .setting-item {
  display: flex;
  justify-content: space-between;
  padding-top: 20px;
  padding-bottom: 20px; }
  /* line 229, ../../sass/pages/manager/_configuration.scss */
  .configuration .modal-popup-container .setting-item .value {
    padding-left: 40px;
    line-height: 45px; }
  /* line 234, ../../sass/pages/manager/_configuration.scss */
  .configuration .modal-popup-container .setting-item .action {
    padding-right: 80px; }

/* line 239, ../../sass/pages/manager/_configuration.scss */
.configuration .modal-popup-container .warning-lable {
  padding-left: 40px;
  font-weight: 500;
  font-size: 20px;
  color: #a91830;
  max-width: 750px;
  padding-top: 10px;
  padding-bottom: 10px; }

/* line 249, ../../sass/pages/manager/_configuration.scss */
.configuration .modal-popup-container .savebar {
  position: absolute;
  z-index: 11;
  bottom: 0;
  width: -moz-calc(100%);
  width: -webkit-calc(100%);
  width: calc(100%);
  height: 65px;
  padding: 0 20px;
  line-height: 65px;
  text-align: right;
  background: white;
  -moz-box-shadow: rgba(0, 0, 0, 0.5) 0 -1px 3px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0 -1px 3px;
  box-shadow: rgba(0, 0, 0, 0.5) 0 -1px 3px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px; }
  /* line 267, ../../sass/pages/manager/_configuration.scss */
  .configuration .modal-popup-container .savebar .btn-danger {
    margin-right: 10px; }

/* line 274, ../../sass/pages/manager/_configuration.scss */
.configuration .thirdpartyconfiguration form {
  max-width: 780px;
  margin-left: 30px;
  margin-right: 30px;
  padding-bottom: 60px; }
  /* line 282, ../../sass/pages/manager/_configuration.scss */
  .configuration .thirdpartyconfiguration form button {
    float: right; }
  /* line 286, ../../sass/pages/manager/_configuration.scss */
  .configuration .thirdpartyconfiguration form .category-divider {
    margin-top: 35px;
    margin-bottom: 15px; }
    /* line 290, ../../sass/pages/manager/_configuration.scss */
    .configuration .thirdpartyconfiguration form .category-divider .pnl-body {
      padding: 0px;
      margin-bottom: 15px; }
  /* line 296, ../../sass/pages/manager/_configuration.scss */
  .configuration .thirdpartyconfiguration form .savebar {
    position: fixed;
    z-index: 1000;
    bottom: 0;
    right: 0;
    width: -moz-calc(100% -  325px);
    width: -webkit-calc(100% -  325px);
    width: calc(100% -  325px);
    height: 65px;
    padding: 0 20px;
    line-height: 65px;
    text-align: right;
    background: white;
    -moz-box-shadow: rgba(0, 0, 0, 0.5) 0 -1px 3px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0 -1px 3px;
    box-shadow: rgba(0, 0, 0, 0.5) 0 -1px 3px; }
  /* line 313, ../../sass/pages/manager/_configuration.scss */
  .configuration .thirdpartyconfiguration form .savebar button {
    margin-right: 10px;
    margin-top: 15px; }
/* line 318, ../../sass/pages/manager/_configuration.scss */
.configuration .thirdpartyconfiguration .collector-test {
  padding-bottom: 100px; }
/* line 321, ../../sass/pages/manager/_configuration.scss */
.configuration .thirdpartyconfiguration .authentication-container {
  display: flex;
  justify-content: space-between; }
  /* line 324, ../../sass/pages/manager/_configuration.scss */
  .configuration .thirdpartyconfiguration .authentication-container div {
    width: 100%; }
  /* line 327, ../../sass/pages/manager/_configuration.scss */
  .configuration .thirdpartyconfiguration .authentication-container div {
    width: 100%; }
/* line 331, ../../sass/pages/manager/_configuration.scss */
.configuration .thirdpartyconfiguration .authentication-container > div {
  padding-right: 40px; }
/* line 334, ../../sass/pages/manager/_configuration.scss */
.configuration .thirdpartyconfiguration .authentication-container > div ~ div {
  padding-right: 0px; }
/* line 337, ../../sass/pages/manager/_configuration.scss */
.configuration .thirdpartyconfiguration .box-permission-container {
  display: flex; }
  /* line 340, ../../sass/pages/manager/_configuration.scss */
  .configuration .thirdpartyconfiguration .box-permission-container .small-label {
    min-width: 130px !important;
    line-height: 50px;
    font-weight: 400; }
  /* line 346, ../../sass/pages/manager/_configuration.scss */
  .configuration .thirdpartyconfiguration .box-permission-container .input-field {
    margin-right: 5px;
    width: 100%; }
  /* line 351, ../../sass/pages/manager/_configuration.scss */
  .configuration .thirdpartyconfiguration .box-permission-container .permissionInput {
    display: flex;
    width: 100%; }
    /* line 355, ../../sass/pages/manager/_configuration.scss */
    .configuration .thirdpartyconfiguration .box-permission-container .permissionInput button {
      align-self: center;
      margin-bottom: 20px; }
/* line 364, ../../sass/pages/manager/_configuration.scss */
.configuration .thirdpartyconfiguration .systempermission-info-container div:last-child {
  margin-right: 0px; }
/* line 368, ../../sass/pages/manager/_configuration.scss */
.configuration .thirdpartyconfiguration h4 {
  font-size: 20px;
  font-size: 2rem;
  color: #a91830;
  font-weight: 300;
  padding-bottom: 15px; }
/* line 376, ../../sass/pages/manager/_configuration.scss */
.configuration .thirdpartyconfiguration {
  /* 4 */ }
  /* line 377, ../../sass/pages/manager/_configuration.scss */
  .configuration .thirdpartyconfiguration .configuration-body {
    display: flex;
    flex-wrap: wrap; }
    /* line 381, ../../sass/pages/manager/_configuration.scss */
    .configuration .thirdpartyconfiguration .configuration-body form {
      width: 100%; }
    /* line 384, ../../sass/pages/manager/_configuration.scss */
    .configuration .thirdpartyconfiguration .configuration-body .log-window {
      max-width: 780px;
      border: 1px solid rgba(0, 0, 0, 0.15);
      margin-left: 30px;
      border-radius: 4px;
      background-color: #f7f7f7;
      overflow-wrap: break-word;
      padding: 20px; }
    /* line 393, ../../sass/pages/manager/_configuration.scss */
    .configuration .thirdpartyconfiguration .configuration-body button {
      float: right;
      margin-left: 20px;
      margin-top: 15px; }

/* line 402, ../../sass/pages/manager/_configuration.scss */
.configuration .postalorganization-filter {
  display: flex;
  background-color: #373737;
  line-height: 65px;
  max-height: 65px;
  color: #575757; }

/* line 409, ../../sass/pages/manager/_configuration.scss */
.configuration .postalorganization-filter .postalorganization-input input {
  background-color: transparent;
  color: white;
  font-size: 2.1rem; }

/* line 415, ../../sass/pages/manager/_configuration.scss */
.select .select-trigger {
  color: #c1c1c1; }

/* line 419, ../../sass/pages/manager/_configuration.scss */
.modal-editing-container .modal-container {
  padding: 30px 40px;
  display: flex;
  justify-content: center;
  flex-direction: column; }
  /* line 426, ../../sass/pages/manager/_configuration.scss */
  .modal-editing-container .modal-container:first-child {
    margin-left: auto;
    font-size: 20px;
    font-weight: bold; }
  /* line 432, ../../sass/pages/manager/_configuration.scss */
  .modal-editing-container .modal-container .btns-wrapper {
    margin-top: 40px;
    text-align: center; }
  /* line 436, ../../sass/pages/manager/_configuration.scss */
  .modal-editing-container .modal-container .btns-wrapper .btn {
    min-width: 150px; }
  /* line 440, ../../sass/pages/manager/_configuration.scss */
  .modal-editing-container .modal-container .btns-wrapper button:first-of-type {
    margin-right: 10px; }
  /* line 444, ../../sass/pages/manager/_configuration.scss */
  .modal-editing-container .modal-container .reverse-logistics-group {
    display: flex;
    flex-direction: column; }
    /* line 447, ../../sass/pages/manager/_configuration.scss */
    .modal-editing-container .modal-container .reverse-logistics-group .label-secondary {
      font-size: 16px;
      font-style: italic; }
  /* line 452, ../../sass/pages/manager/_configuration.scss */
  .modal-editing-container .modal-container .status-container {
    display: flex;
    justify-content: space-between; }
  /* line 456, ../../sass/pages/manager/_configuration.scss */
  .modal-editing-container .modal-container .label-container {
    display: flex;
    align-items: center; }

/* line 465, ../../sass/pages/manager/_configuration.scss */
.configuration .create-account-div.x-masked {
  opacity: 0.5; }

/*-----------------------------------------------------------------
===	File Information ==============================================
===	Software: RENZ Sweden AB - Landlord portal
===	File: pages/manager/_search.scss
===	Description: This file contains all the custom styling needed
	for the search page.
===	Version: 1.0
===	Author: Linus Carlström <linus.carlstrom@renzgroup.se>
===	Author URI: http://renznordic.se
---------------------------------------------------------------- */
/*-----------------------------------------------------------------
===	Animate =======================================================
 *	Define the keyframes for our animation
---------------------------------------------------------------- */
@-moz-keyframes fadeInUp {
  /* line 17, ../../sass/pages/manager/_search.scss */
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0); }

  /* line 22, ../../sass/pages/manager/_search.scss */
  to {
    opacity: 1;
    transform: none; } }
@-webkit-keyframes fadeInUp {
  /* line 17, ../../sass/pages/manager/_search.scss */
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0); }

  /* line 22, ../../sass/pages/manager/_search.scss */
  to {
    opacity: 1;
    transform: none; } }
@keyframes fadeInUp {
  /* line 17, ../../sass/pages/manager/_search.scss */
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0); }

  /* line 22, ../../sass/pages/manager/_search.scss */
  to {
    opacity: 1;
    transform: none; } }
/* line 28, ../../sass/pages/manager/_search.scss */
.fadeInUp {
  animation-name: fadeInUp;
  animation-duration: .5s;
  animation-fill-mode: both; }

/*-----------------------------------------------------------------
===	Seach area ====================================================
1	Override search field
---------------------------------------------------------------- */
/* line 37, ../../sass/pages/manager/_search.scss */
.search-module,
.search-container {
  height: 100%;
  background: #f1f4f5; }

/* line 43, ../../sass/pages/manager/_search.scss */
.search-module .search-container {
  height: 90px;
  background: #454545; }

/* line 48, ../../sass/pages/manager/_search.scss */
.search-module .input-wrapper {
  /* 1 */
  padding: 20px; }
  /* line 51, ../../sass/pages/manager/_search.scss */
  .search-module .input-wrapper input,
  .search-module .input-wrapper span {
    height: 50px;
    line-height: 50px;
    color: white; }
  /* line 58, ../../sass/pages/manager/_search.scss */
  .search-module .input-wrapper input {
    font-size: 23px;
    font-size: 2.3rem;
    text-indent: 20px;
    background: transparent; }
    /* line 48, ../../sass/helpers/_mixins.scss */
    .search-module .input-wrapper input.placeholder {
      color: white; }
    /* line 49, ../../sass/helpers/_mixins.scss */
    .search-module .input-wrapper input:-moz-placeholder {
      color: white; }
    /* line 50, ../../sass/helpers/_mixins.scss */
    .search-module .input-wrapper input::-moz-placeholder {
      color: white; }
    /* line 51, ../../sass/helpers/_mixins.scss */
    .search-module .input-wrapper input:-ms-input-placeholder {
      color: white; }
    /* line 52, ../../sass/helpers/_mixins.scss */
    .search-module .input-wrapper input::-webkit-input-placeholder {
      color: white; }
  /* line 67, ../../sass/pages/manager/_search.scss */
  .search-module .input-wrapper span {
    font-size: 32px;
    font-size: 3.2rem; }

/*-----------------------------------------------------------------
===	Seach result ==================================================
---------------------------------------------------------------- */
/* line 75, ../../sass/pages/manager/_search.scss */
.search-module .search-results-container {
  height: -moz-calc(100% -  90px);
  height: -webkit-calc(100% -  90px);
  height: calc(100% -  90px);
  padding: 40px; }
  /* line 79, ../../sass/pages/manager/_search.scss */
  .search-module .search-results-container .search-result-headers {
    font-size: 23px;
    font-size: 2.3rem;
    font-weight: 400;
    margin-bottom: 20px; }
  /* line 85, ../../sass/pages/manager/_search.scss */
  .search-module .search-results-container div[class$="-results-header"] {
    margin-bottom: 10px;
    color: #808080;
    font-weight: 400; }

/* line 92, ../../sass/pages/manager/_search.scss */
.search-module .search-result-box {
  float: left;
  opacity: 0;
  width: 420px;
  height: 110px;
  margin: 0 20px 20px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px; }
  /* line 102, ../../sass/pages/manager/_search.scss */
  .search-module .search-result-box:hover {
    cursor: pointer;
    -moz-box-shadow: rgba(0, 0, 0, 0.05) 0 2px 2px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.05) 0 2px 2px;
    box-shadow: rgba(0, 0, 0, 0.05) 0 2px 2px; }
  /* line 107, ../../sass/pages/manager/_search.scss */
  .search-module .search-result-box span {
    font-weight: 200;
    color: white;
    display: block;
    padding-left: 20px; }
  /* line 114, ../../sass/pages/manager/_search.scss */
  .search-module .search-result-box .hit {
    padding-top: 20px;
    font-size: 32px;
    font-size: 3.2rem; }
  /* line 119, ../../sass/pages/manager/_search.scss */
  .search-module .search-result-box .meta {
    opacity: 0.6;
    font-style: italic; }
  /* line 124, ../../sass/pages/manager/_search.scss */
  .search-module .search-result-box.tenant {
    background: url("../img/person.svg") no-repeat 10px 10px, url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuMCIgeDI9IjEuMCIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2MwMTYzNCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzk2MTQyYSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background: url("../img/person.svg") no-repeat 10px 10px, -webkit-gradient(linear, 0% 0%, 100% 100%, color-stop(0%, #c01634), color-stop(100%, #96142a));
    background: url("../img/person.svg") no-repeat 10px 10px, -moz-linear-gradient(left top, #c01634 0%, #96142a 100%);
    background: url("../img/person.svg") no-repeat 10px 10px, -webkit-linear-gradient(left top, #c01634 0%, #96142a 100%);
    background: url("../img/person.svg") no-repeat 10px 10px, linear-gradient(to right bottom, #c01634 0%, #96142a 100%);
    background-size: auto 130%, cover;
    background-position: right -20px top -10px, center center; }
  /* line 133, ../../sass/pages/manager/_search.scss */
  .search-module .search-result-box.key {
    background: url("../img/key.svg") no-repeat 10px 10px, url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuMCIgeDI9IjEuMCIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2MwMTYzNCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzk2MTQyYSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background: url("../img/key.svg") no-repeat 10px 10px, -webkit-gradient(linear, 0% 0%, 100% 100%, color-stop(0%, #c01634), color-stop(100%, #96142a));
    background: url("../img/key.svg") no-repeat 10px 10px, -moz-linear-gradient(left top, #c01634 0%, #96142a 100%);
    background: url("../img/key.svg") no-repeat 10px 10px, -webkit-linear-gradient(left top, #c01634 0%, #96142a 100%);
    background: url("../img/key.svg") no-repeat 10px 10px, linear-gradient(to right bottom, #c01634 0%, #96142a 100%);
    background-size: auto 125%, cover;
    background-position: right -5px top -10px, center center; }
  /* line 142, ../../sass/pages/manager/_search.scss */
  .search-module .search-result-box.parcel {
    background: url("../img/parcel.svg") no-repeat 10px 10px, url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuMCIgeDI9IjEuMCIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2MwMTYzNCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzk2MTQyYSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background: url("../img/parcel.svg") no-repeat 10px 10px, -webkit-gradient(linear, 0% 0%, 100% 100%, color-stop(0%, #c01634), color-stop(100%, #96142a));
    background: url("../img/parcel.svg") no-repeat 10px 10px, -moz-linear-gradient(left top, #c01634 0%, #96142a 100%);
    background: url("../img/parcel.svg") no-repeat 10px 10px, -webkit-linear-gradient(left top, #c01634 0%, #96142a 100%);
    background: url("../img/parcel.svg") no-repeat 10px 10px, linear-gradient(to right bottom, #c01634 0%, #96142a 100%);
    background-size: auto 125%, cover;
    background-position: right -5px top -10px, center center; }
  /* line 151, ../../sass/pages/manager/_search.scss */
  .search-module .search-result-box.code {
    background: url("../img/code.svg") no-repeat 10px 10px, url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuMCIgeDI9IjEuMCIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2MwMTYzNCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzk2MTQyYSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background: url("../img/code.svg") no-repeat 10px 10px, -webkit-gradient(linear, 0% 0%, 100% 100%, color-stop(0%, #c01634), color-stop(100%, #96142a));
    background: url("../img/code.svg") no-repeat 10px 10px, -moz-linear-gradient(left top, #c01634 0%, #96142a 100%);
    background: url("../img/code.svg") no-repeat 10px 10px, -webkit-linear-gradient(left top, #c01634 0%, #96142a 100%);
    background: url("../img/code.svg") no-repeat 10px 10px, linear-gradient(to right bottom, #c01634 0%, #96142a 100%);
    background-size: auto 111%, cover;
    background-position: right -6px top -6px, center center; }
  /* line 160, ../../sass/pages/manager/_search.scss */
  .search-module .search-result-box.disp {
    background: url("../img/display.svg") no-repeat 10px 10px, url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuMCIgeDI9IjEuMCIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2MwMTYzNCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzk2MTQyYSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background: url("../img/display.svg") no-repeat 10px 10px, -webkit-gradient(linear, 0% 0%, 100% 100%, color-stop(0%, #c01634), color-stop(100%, #96142a));
    background: url("../img/display.svg") no-repeat 10px 10px, -moz-linear-gradient(left top, #c01634 0%, #96142a 100%);
    background: url("../img/display.svg") no-repeat 10px 10px, -webkit-linear-gradient(left top, #c01634 0%, #96142a 100%);
    background: url("../img/display.svg") no-repeat 10px 10px, linear-gradient(to right bottom, #c01634 0%, #96142a 100%);
    background-size: auto 118%, cover;
    background-position: right -18px top -10px, center center; }

/*-----------------------------------------------------------------
===	File Information ==============================================
===	Software: CombiPlate AB - Landlord portal
===	File: pages/_manager.scss
===	Description: This file contains all the custom styling needed
	for the systemeys page
===	Version: 1.0
===	Author: Linus Carlström <linus@combiplate.com>
===	Author URI: http://combiplate.com
---------------------------------------------------------------- */
/*-----------------------------------------------------------------
===	Animate =======================================================
 *	Define the keyframes for our animation
---------------------------------------------------------------- */
/*-----------------------------------------------------------------
===	Systemkey table (whole view) ==================================
 *	Force the systemkeys module to 100%
---------------------------------------------------------------- */
/* line 22, ../../sass/pages/_systemkeys.scss */
.systemkeys-table {
  height: 100%; }

/*-----------------------------------------------------------------
===	Systemkey body ================================================
 *	Define the custom structure the systemkeys body
 1	Stretch the height
 2	Remove the default body padding (since we populate the body
 	with a table).
---------------------------------------------------------------- */
/* line 33, ../../sass/pages/_systemkeys.scss */
.systemkeys-body {
  height: -moz-calc(100% -  90px);
  height: -webkit-calc(100% -  90px);
  height: calc(100% -  90px);
  /* 1 */
  background: white;
  padding: 0 !important;
  /* 2 */ }

/*-----------------------------------------------------------------
===	Systemkey table tooltip =======================================
 *	We need to override the default tooltip css
---------------------------------------------------------------- */
/* line 44, ../../sass/pages/_systemkeys.scss */
.systemkeys .data-table .tooltip .tooltip-inner {
  max-width: 1000px;
  padding: 5px 10px;
  line-height: 18px;
  text-align: left; }
  /* line 51, ../../sass/pages/_systemkeys.scss */
  .systemkeys .data-table .tooltip .tooltip-inner i {
    width: 20px;
    padding-right: 5px;
    text-align: center; }

/* line 59, ../../sass/pages/_systemkeys.scss */
.systemkeys-tooltip-holder {
  cursor: help;
  display: inline; }

/*-----------------------------------------------------------------
===	File Information ==============================================
===	Software: CombiPlate AB - Landlord portal
===	File: pages/_settings.scss
===	Description: This file contains all the custom styling needed
	for the settings page
===	Version: 1.0
===	Author: Linus Carlström <linus@combiplate.com>
===	Author URI: http://combiplate.com
---------------------------------------------------------------- */
/*-----------------------------------------------------------------
===	Animate =======================================================
 *	Define the keyframes for our animation
---------------------------------------------------------------- */
/*-----------------------------------------------------------------
===	User settings (whole view) ====================================
 1	Force the settings module to be 100% height
 2	Force the body to strech what's left in height
---------------------------------------------------------------- */
/* line 23, ../../sass/pages/_settings.scss */
.user-settings {
  /* 1 */
  height: 100%; }

/* line 27, ../../sass/pages/_settings.scss */
.user-settings-body {
  /* 2 */
  min-height: -moz-calc(100% -  90px);
  min-height: -webkit-calc(100% -  90px);
  min-height: calc(100% -  90px);
  background: white; }

/*-----------------------------------------------------------------
===	Forms =========================================================
---------------------------------------------------------------- */
/* line 37, ../../sass/pages/_settings.scss */
.module.settings form {
  max-width: 780px;
  margin: 40px auto; }
  /* line 42, ../../sass/pages/_settings.scss */
  .module.settings form button {
    float: right; }
/* line 46, ../../sass/pages/_settings.scss */
.module.settings .email-form {
  margin-top: -60px; }
/* line 49, ../../sass/pages/_settings.scss */
.module.settings .notifications-form {
  display: flex;
  flex-wrap: wrap;
  align-content: space-between; }
  /* line 54, ../../sass/pages/_settings.scss */
  .module.settings .notifications-form div:first-child {
    flex: 1 0 100%; }
  /* line 58, ../../sass/pages/_settings.scss */
  .module.settings .notifications-form .email-field {
    flex: 1; }
  /* line 61, ../../sass/pages/_settings.scss */
  .module.settings .notifications-form .notification-options {
    margin-left: 20px; }
/* line 66, ../../sass/pages/_settings.scss */
.module.settings h4 {
  font-size: 20px;
  font-size: 2rem;
  color: #a91830;
  font-weight: 300;
  padding-bottom: 15px; }
/* line 74, ../../sass/pages/_settings.scss */
.module.settings .user-settings-body form:first-of-type {
  margin-top: 0; }

/*-----------------------------------------------------------------
=== File Information ==============================================
=== Software: CombiPlate AB - Landlord portal
=== File: pages/_fourofour.scss
=== Description: This file contains the scss for the 404 page
=== Version: 1.0
=== Author: Linus Carlström <linus@combiplate.com>
=== Author URI: http://combiplate.com
---------------------------------------------------------------- */
/*-----------------------------------------------------------------
=== Layout ========================================================
---------------------------------------------------------------- */
/* line 14, ../../sass/pages/_fourofour.scss */
.fourofour {
  z-index: 10000;
  color: white;
  text-align: center;
  height: 100%;
  padding-top: 80px; }
  /* line 21, ../../sass/pages/_fourofour.scss */
  .fourofour .fourofour-msg {
    margin: 0 auto 40px auto;
    width: 420px; }
  /* line 26, ../../sass/pages/_fourofour.scss */
  .fourofour .fourofour-head {
    font-size: 48px;
    font-size: 4.8rem;
    font-weight: 400; }
  /* line 31, ../../sass/pages/_fourofour.scss */
  .fourofour .fourofour-info {
    font-size: 32px;
    font-size: 3.2rem; }
  /* line 35, ../../sass/pages/_fourofour.scss */
  .fourofour button {
    color: white; }
    /* line 37, ../../sass/pages/_fourofour.scss */
    .fourofour button.btn-default.btn-outline:hover {
      color: #a91830; }
