@charset "UTF-8";
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
:root {
  --themecolor: #6534E6;
  --themecolor-darker: color-mix(in srgb, var(--themecolor), #000 10%);
  --themecolor-ligher: color-mix(in srgb, var(--themecolor) 10%, white);
  --themecolor-lighest: color-mix(in srgb, var(--themecolor) 20%, white);
  --themecolor-lighest2: color-mix(in srgb, var(--themecolor) 25%, white);
}

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #898989;
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #212f44;
  line-height: 1em;
}

* {
  font-family: "Open Sans";
}

p {
  margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */
html:has(#sidehead) {
  scrollbar-gutter: stable;
}

body {
  background: #fff;
}
@media (max-width: 768px) {
  body.filters-open {
    overflow: hidden;
  }
}

body {
  background-color: #f8f8f9;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

img:not([class*=partner-icon]) {
  height: auto;
  max-width: 100%;
  display: block;
}

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/* Links
--------------------------------------------- */
a {
  color: var(--themecolor);
}
a:visited {
  color: var(--themecolor);
}
a:hover, a:focus, a:active {
  color: var(--themecolor);
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  border-color: #ccc #bbb #aaa;
}
button:active, button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
  border-color: #aaa #bbb #bbb;
}

.forminator-ui#forminator-module-1407.forminator-design--default .forminator-button-submit {
  background-color: var(--themecolor) !important;
}

#tarteaucitronIcon #tarteaucitronManager, #tarteaucitronRoot .tarteaucitronAllow:not(.tarteaucitronCTAButton)::after, #tarteaucitronRoot .tarteaucitronDeny:not(.tarteaucitronCTAButton)::after {
  background-color: var(--themecolor) !important;
}

#tarteaucitronClosePanel, .tarteaucitronH1, .tarteaucitronTitle button, .tarteaucitronH3, .tarteaucitronDeny, .tarteaucitronAllow {
  color: var(--themecolor) !important;
}

#tarteaucitronRoot button:focus {
  outline-color: var(--themecolor) !important;
}

#tarteaucitronRoot .tarteaucitronAllow:not(.tarteaucitronCTAButton)::before, #tarteaucitronRoot .tarteaucitronDeny:not(.tarteaucitronCTAButton)::before {
  border-color: var(--themecolor) !important;
}

button.tarteaucitronDeny, button.tarteaucitronAllow {
  color: #fff !important;
}

#tarteaucitronSaveButton {
  background-color: var(--themecolor) !important;
  color: #fff !important;
}

.elementor-shortcode .forminator-ui.forminator-custom-form[data-design=default] .forminator-button,
.elementor-shortcode .forminator-ui.forminator-custom-form[data-design=default] .forminator-button.forminator-button-submit {
  border: 1px solid;
}

.elementor-shortcode .forminator-ui.forminator-custom-form[data-design=default] .forminator-button,
.elementor-shortcode .forminator-ui.forminator-custom-form[data-design=default] .forminator-button.forminator-button-submit,
button.btn,
span.btn,
a.btn {
  display: inline-block;
  font-size: 16px;
  line-height: 1.4em;
  text-transform: uppercase;
  padding: 0.5em 0.8em;
  text-decoration: none;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #fff;
  background-color: var(--themecolor);
  border-radius: 5px;
  cursor: pointer;
}
.elementor-shortcode .forminator-ui.forminator-custom-form[data-design=default] .forminator-button.rounded,
.elementor-shortcode .forminator-ui.forminator-custom-form[data-design=default] .forminator-button.forminator-button-submit.rounded,
button.btn.rounded,
span.btn.rounded,
a.btn.rounded {
  border-radius: 50px;
}
.elementor-shortcode .forminator-ui.forminator-custom-form[data-design=default] .forminator-button:hover,
.elementor-shortcode .forminator-ui.forminator-custom-form[data-design=default] .forminator-button.forminator-button-submit:hover,
button.btn:hover,
span.btn:hover,
a.btn:hover {
  background-color: var(--themecolor-darker);
}
.elementor-shortcode .forminator-ui.forminator-custom-form[data-design=default] .forminator-button.btn-big,
.elementor-shortcode .forminator-ui.forminator-custom-form[data-design=default] .forminator-button.forminator-button-submit.btn-big,
button.btn.btn-big,
span.btn.btn-big,
a.btn.btn-big {
  font-size: 20px;
}
.elementor-shortcode .forminator-ui.forminator-custom-form[data-design=default] .forminator-button.btn-secondary,
.elementor-shortcode .forminator-ui.forminator-custom-form[data-design=default] .forminator-button.forminator-button-submit.btn-secondary,
button.btn.btn-secondary,
span.btn.btn-secondary,
a.btn.btn-secondary {
  background-color: var(--themecolor-lighest);
  color: var(--themecolor);
}
.elementor-shortcode .forminator-ui.forminator-custom-form[data-design=default] .forminator-button.btn-secondary:hover,
.elementor-shortcode .forminator-ui.forminator-custom-form[data-design=default] .forminator-button.forminator-button-submit.btn-secondary:hover,
button.btn.btn-secondary:hover,
span.btn.btn-secondary:hover,
a.btn.btn-secondary:hover {
  background-color: var(--themecolor-lighest2);
}
.elementor-shortcode .forminator-ui.forminator-custom-form[data-design=default] .forminator-button.btn-white,
.elementor-shortcode .forminator-ui.forminator-custom-form[data-design=default] .forminator-button.forminator-button-submit.btn-white,
button.btn.btn-white,
span.btn.btn-white,
a.btn.btn-white {
  background-color: #fff;
  color: var(--themecolor);
  border: solid 1px var(--themecolor);
}
.elementor-shortcode .forminator-ui.forminator-custom-form[data-design=default] .forminator-button.btn-white:hover,
.elementor-shortcode .forminator-ui.forminator-custom-form[data-design=default] .forminator-button.forminator-button-submit.btn-white:hover,
button.btn.btn-white:hover,
span.btn.btn-white:hover,
a.btn.btn-white:hover {
  background-color: #e6e6e6;
}
.elementor-shortcode .forminator-ui.forminator-custom-form[data-design=default] .forminator-button.btn-collab-pending,
.elementor-shortcode .forminator-ui.forminator-custom-form[data-design=default] .forminator-button.forminator-button-submit.btn-collab-pending,
button.btn.btn-collab-pending,
span.btn.btn-collab-pending,
a.btn.btn-collab-pending {
  background-color: #ff860d;
  color: #fff;
  cursor: default;
}
.elementor-shortcode .forminator-ui.forminator-custom-form[data-design=default] .forminator-button.btn-collab-accepted,
.elementor-shortcode .forminator-ui.forminator-custom-form[data-design=default] .forminator-button.forminator-button-submit.btn-collab-accepted,
button.btn.btn-collab-accepted,
span.btn.btn-collab-accepted,
a.btn.btn-collab-accepted {
  background-color: #1ec622;
  color: #fff;
}
.elementor-shortcode .forminator-ui.forminator-custom-form[data-design=default] .forminator-button.btn-collab-waitingSignature,
.elementor-shortcode .forminator-ui.forminator-custom-form[data-design=default] .forminator-button.forminator-button-submit.btn-collab-waitingSignature,
button.btn.btn-collab-waitingSignature,
span.btn.btn-collab-waitingSignature,
a.btn.btn-collab-waitingSignature {
  background-color: #e8e1fc;
  color: var(--themecolor);
  border: 1px solid var(--themecolor);
}
.elementor-shortcode .forminator-ui.forminator-custom-form[data-design=default] .forminator-button.btn-collab-accepted,
.elementor-shortcode .forminator-ui.forminator-custom-form[data-design=default] .forminator-button.forminator-button-submit.btn-collab-accepted,
button.btn.btn-collab-accepted,
span.btn.btn-collab-accepted,
a.btn.btn-collab-accepted {
  cursor: default;
}
.elementor-shortcode .forminator-ui.forminator-custom-form[data-design=default] .forminator-button.btn-collab-refused,
.elementor-shortcode .forminator-ui.forminator-custom-form[data-design=default] .forminator-button.forminator-button-submit.btn-collab-refused,
button.btn.btn-collab-refused,
span.btn.btn-collab-refused,
a.btn.btn-collab-refused {
  background-color: #f42c69;
  color: #fff;
  cursor: default;
}
.elementor-shortcode .forminator-ui.forminator-custom-form[data-design=default] .forminator-button.btn-collab-ended,
.elementor-shortcode .forminator-ui.forminator-custom-form[data-design=default] .forminator-button.forminator-button-submit.btn-collab-ended,
button.btn.btn-collab-ended,
span.btn.btn-collab-ended,
a.btn.btn-collab-ended {
  background-color: #9c9fe3;
  color: #fff;
  cursor: default;
}
.elementor-shortcode .forminator-ui.forminator-custom-form[data-design=default] .forminator-button.btn-collab-deleted,
.elementor-shortcode .forminator-ui.forminator-custom-form[data-design=default] .forminator-button.forminator-button-submit.btn-collab-deleted,
button.btn.btn-collab-deleted,
span.btn.btn-collab-deleted,
a.btn.btn-collab-deleted {
  background-color: #9A0000;
  color: #fff;
  cursor: default;
}
.elementor-shortcode .forminator-ui.forminator-custom-form[data-design=default] .forminator-button.btn-red,
.elementor-shortcode .forminator-ui.forminator-custom-form[data-design=default] .forminator-button.forminator-button-submit.btn-red,
button.btn.btn-red,
span.btn.btn-red,
a.btn.btn-red {
  background-color: transparent;
  color: #f42c69;
  border: 1px solid #f42c69;
}
.elementor-shortcode .forminator-ui.forminator-custom-form[data-design=default] .forminator-button.btn-red:hover,
.elementor-shortcode .forminator-ui.forminator-custom-form[data-design=default] .forminator-button.forminator-button-submit.btn-red:hover,
button.btn.btn-red:hover,
span.btn.btn-red:hover,
a.btn.btn-red:hover {
  background-color: #f42c69;
  color: white;
  transition: 0.3s;
}
.elementor-shortcode .forminator-ui.forminator-custom-form[data-design=default] .forminator-button.btn.loading,
.elementor-shortcode .forminator-ui.forminator-custom-form[data-design=default] .forminator-button.forminator-button-submit.btn.loading,
button.btn.btn.loading,
span.btn.btn.loading,
a.btn.btn.loading {
  pointer-events: none;
  filter: grayscale(1);
  opacity: 0.6;
  cursor: progress;
}

button.btn-rounded,
span.btn-rounded,
a.btn-rounded {
  display: inline-block;
  padding: 0.5em 0.6em;
  border-radius: 50px;
  border: solid 1px var(--themecolor);
  text-decoration: none;
  font-size: 16px;
  line-height: 1.2em;
  font-weight: 400;
  background-color: #fff;
  font-family: "Open Sans", sans-serif;
}
button.btn-rounded:hover,
span.btn-rounded:hover,
a.btn-rounded:hover {
  background-color: var(--themecolor);
  color: #fff;
}

a.btn.export-pdf {
  margin-top: 15px;
}

a.btn-icon {
  display: inline-flex;
  align-items: center;
  padding: 0.3em 1em;
  border-radius: 50px;
  border: solid 1px var(--themecolor);
  background-color: #fff;
  font-size: 12px;
  line-height: 1.5em;
}
a.btn-icon:hover {
  border-color: #999cea;
  transition: all ease 0.3s;
}
a.btn-icon [class*=icon-] {
  display: inline-block;
  width: 1em;
  height: 1em;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
a.btn-icon .icon-edit {
  background-image: url("../img/icons/icon-estates-settings.svg");
}
a.btn-icon .icon-delete {
  background-image: url("../img/icons/trash.svg");
}

.swiper-button-next, .swiper-button-prev {
  color: var(--themecolor);
}

.lity-content .swiper-button-next, .lity-content .swiper-button-prev {
  background-image: none;
}

i.icon-filter {
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  margin-right: 10px;
  background-image: url("../img/icons/icon-filtres.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  vertical-align: middle;
}

.switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 26px;
  border-radius: 50px;
  box-shadow: 0px 0px 5px 1px #cdcdcd;
}
.switch > input {
  display: none;
}
.switch .slider-checkbox {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: white;
  transition: 0.2s;
}
.switch .slider-checkbox::before {
  position: absolute;
  content: "";
  height: 22px;
  width: 22px;
  left: 2px;
  bottom: 2px;
  background-color: #7e7e7e;
  transition: 0.2s;
}
.switch input:checked + .slider-checkbox::before {
  transform: translateX(100%);
  background-color: #6534E6;
}
.switch .slider-checkbox.round {
  border-radius: 34px;
}
.switch .slider-checkbox.round::before {
  border-radius: 50%;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 3px;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Page template
--------------------------------------------------------------*/
.bdc-body {
  padding: 30px;
  margin-top: 100px;
  width: 100%;
  gap: 30px;
  display: grid;
}
@media (min-width: 960px) {
  .bdc-body {
    max-width: 1600px;
    margin: auto;
    grid-template-columns: 1fr 350px;
    align-items: flex-start;
  }
  .bdc-body .calc {
    position: sticky;
    top: 120px;
  }
}
.bdc-body h1 {
  grid-column: 1/-1;
}
.bdc-body h3 {
  display: flex;
  justify-content: center;
  font-size: 24px;
  text-wrap: nowrap;
  gap: 10px;
  align-items: end;
}
.bdc-body h3:before, .bdc-body h3:after {
  display: flex;
  content: "";
  height: 1px;
  width: 100%;
  border-bottom: 1px dashed #6534e6;
}
.bdc-body #devis {
  display: flex;
  width: 100%;
  flex-direction: column;
  padding: 30px;
  gap: 20px;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  border: 1px solid black;
}
.bdc-body #devis .error {
  border-color: red;
}
.bdc-body #devis .success {
  border-color: rgb(35, 181, 35);
}
.bdc-body #devis label {
  display: flex;
  flex-direction: column;
  gap: 5px;
  width: 100%;
  color: black;
}
.bdc-body #devis .labelCheck {
  flex-direction: row;
  gap: 5px;
  border: 1px solid #6534e6;
  width: 100%;
  text-align: center;
  padding: 10px;
  border-radius: 10px;
}
.bdc-body #devis .labelCheck input[type=checkbox] {
  position: absolute;
  left: -999px;
}
.bdc-body #devis .labelCheck:has(input:checked) {
  background-color: #6534e6;
  color: white;
}
.bdc-body #devis input {
  border: 1px solid #6534e6;
}
.bdc-body #devis .line {
  width: 100%;
  display: grid;
  margin: 10px 0;
  gap: 20px;
  align-items: end;
}
.bdc-body #devis .one {
  grid-template-columns: 1fr;
}
.bdc-body #devis .two {
  grid-template-columns: 1fr 1fr;
}
.bdc-body #devis .three {
  grid-template-columns: 1fr 1fr 1fr;
}
.bdc-body #devis .four {
  grid-template-columns: 180px 100px 150px 1fr;
  grid-template-columns: 2.5fr 1fr 1fr 1.5fr;
}
.bdc-body #devis .four input {
  max-width: 100px;
}
.bdc-body #devis .section {
  width: 100%;
}
.bdc-body #devis .remise {
  display: grid;
  grid-template-columns: auto 60px auto;
  gap: 5px;
  align-items: end;
}
.bdc-body #devis .remise .dropdown.ui {
  min-width: unset;
}
.bdc-body #devis .remise .dropdown.ui .icon {
  display: none !important;
}
.bdc-body #devis .hide {
  visibility: hidden;
}
.bdc-body .calc {
  padding: 30px;
  border: 1px dashed #6534e6;
  border-radius: 8px;
  background-color: #f8f8f8;
}
.bdc-body .calc > div {
  color: black;
  display: grid;
  margin: 10px 0;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.bdc-body .calc > div div {
  text-align: right;
}
.bdc-body .calc > div > div:first-of-type {
  text-align: left;
}
.bdc-body .calc .totalFact {
  display: flex;
  flex-direction: column;
  font-weight: 700;
  font-size: 16px;
}
.bdc-body .calc .totalFact > div {
  display: flex;
  justify-content: space-between;
  gap: 5px;
}
.bdc-body .calc .totalFact > div > div:first-of-type {
  text-align: left;
}
.bdc-body .btn {
  display: inline-block;
  font-size: 16px;
  line-height: 1.4em;
  text-transform: uppercase;
  padding: 0.5em 0.8em;
  text-decoration: none;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #fff;
  background-color: #6534e6;
  border-radius: 5px;
  cursor: pointer;
}

.calendar-container {
  max-width: 1200px;
  margin: auto;
  font-family: Arial, sans-serif;
}
.calendar-container .calendar-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
.calendar-container .month-stats, .calendar-container .week-stats {
  display: grid;
  gap: 8px;
  justify-content: flex-start;
}
.calendar-container .month-stats span, .calendar-container .week-stats span {
  display: inline-block;
  padding: 0.5em 1em;
  border-radius: 40px;
  border: solid 1px #cacaca;
  color: #353535;
  font-size: 12px;
  line-height: 1em;
  user-select: none;
  white-space: nowrap;
  font-weight: 600;
}
.calendar-container .month-stats {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  gap: 8px;
}
.calendar-container .table-outer {
  width: 100%;
  overflow-x: auto;
}
.calendar-container .table-outer > input {
  display: none;
}
.calendar-container .table-outer:not(:has(> input:checked)) {
  display: none;
}
.calendar-container .table-outer th:has(label.next) {
  position: relative;
}
.calendar-container .table-outer th label.next,
.calendar-container .table-outer th label.back {
  position: absolute;
  top: 4px;
  cursor: pointer;
  color: #6534e6;
  font-size: 24px;
}
.calendar-container .table-outer th label.next {
  right: calc(50% - 100px);
}
.calendar-container .table-outer th label.back {
  left: calc(50% - 100px);
}
.calendar-container .table-outer:last-child label.next {
  display: none;
}
.calendar-container .table-outer:first-child label.back {
  display: none;
}
.calendar-container .calendar-table {
  border-collapse: collapse;
}
.calendar-container .calendar-table th, .calendar-container .calendar-table td {
  border: 1px solid #ddd;
  padding: 8px;
  text-align: center;
  vertical-align: baseline;
}
.calendar-container .hidden {
  display: none;
}
.calendar-container .highlight {
  background-color: #ffff99; /* Jaune clair pour la semaine actuelle */
}
.calendar-container .btn {
  padding: 5px 10px;
  border: 1px solid #333;
  cursor: pointer;
  margin-right: 5px;
}
.calendar-container tr:has(> td .calendar-event) td {
  width: 180px;
}
.calendar-container .event-container {
  display: flex;
  flex-direction: column;
}
.calendar-container .event-container .calendar-event.signed {
  order: 1;
}
.calendar-container .calendar-event {
  position: relative;
  padding: 10px;
  padding-bottom: 0px;
  text-align: left;
  margin-bottom: 4px;
  border-radius: 4px;
  width: 170px;
  background-color: #f1f1f1;
  color: #000;
}
.calendar-container .calendar-event.signed {
  background-color: var(--themecolor);
  color: #fff;
}
.calendar-container .calendar-event.paid {
  background-color: rgb(26, 143, 73);
  color: #000;
}
.calendar-container .calendar-event.sent {
  background-color: var(--themecolor-lighest);
  color: #000;
}
.calendar-container .calendar-event .type {
  margin-top: 0;
  display: inline-block;
  padding: 0.5em 1em;
  background-color: #fff;
  color: #000;
  border-radius: 40px;
  font-size: 14px;
  line-height: 1em;
  margin-bottom: 0;
  margin: 0 4px 4px 0px;
}
.calendar-container .calendar-event .title {
  font-weight: 600;
  text-align: center;
  margin-bottom: 4px;
}
.calendar-container .calendar-event .price {
  font-weight: 600;
}
.calendar-container .calendar-event .price, .calendar-container .calendar-event .seller {
  text-align: right;
  margin-bottom: 4px;
  margin-top: 0;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 11px 15px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.hamburger:hover {
  opacity: 0.7;
}
.hamburger.is-active:hover {
  opacity: 0.7;
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: var(--themecolor);
}

.hamburger-box {
  width: 30px;
  height: 18px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 30px;
  height: 2px;
  background-color: var(--themecolor);
  border-radius: 2px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -8px;
}
.hamburger-inner::after {
  bottom: -8px;
}

/*
 * Slider
 */
.hamburger--slider .hamburger-inner {
  top: 1px;
}
.hamburger--slider .hamburger-inner::before {
  top: 8px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}
.hamburger--slider .hamburger-inner::after {
  top: 16px;
}
.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 8px, 0) rotate(45deg);
}
.hamburger--slider.is-active .hamburger-inner::before {
  transform: rotate(-45deg) translate3d(-4.2857142857px, -6px, 0);
  opacity: 0;
}
.hamburger--slider.is-active .hamburger-inner::after {
  transform: translate3d(0, -16px, 0) rotate(-90deg);
}

#top-head {
  position: relative;
  background: #f8f8f9;
  z-index: 2;
}
#top-head .menulogo {
  display: flex;
  order: -2;
}
#top-head .menulogo a {
  display: flex;
  align-items: center;
}
#top-head .menulogo a img {
  height: 40px;
  width: auto;
}
@media (min-width: 1240px) {
  #top-head .menulogo {
    display: none;
  }
}
#top-head > div {
  display: flex;
  justify-content: space-between;
  padding: 10px;
  gap: 10px;
}
#top-head > div .searchIcon {
  display: block;
  width: 20px;
  height: 20px;
  mask: url(../img/icons/icon-search.svg) no-repeat center;
  mask-size: contain;
  background-color: var(--themecolor);
  background-repeat: no-repeat;
}
@media (min-width: 1024px) {
  #top-head > div {
    display: flex;
    justify-content: space-between;
  }
}
@media (min-width: 1240px) {
  #top-head > div .top-menu {
    order: 4;
  }
  #top-head > div div:has(.search-container) {
    order: -1;
    display: flex;
    align-items: center;
  }
}
#top-head > div .top-menu {
  margin-left: auto;
  z-index: 5;
  display: flex;
  gap: 24px;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 959px) {
  #top-head > div .top-menu {
    order: -1;
  }
  #top-head > div div:has(.estate-type) {
    width: 100%;
    display: flex;
    justify-content: center;
  }
}
@media (max-width: 580px) {
  #top-head > div div:has(.estate-type) .estate-type {
    flex-wrap: wrap;
  }
  #top-head > div div:has(.estate-type) .estate-type button {
    width: 45%;
  }
}
@media (max-width: 1239px) {
  #top-head > div {
    flex-wrap: wrap;
  }
}
@media (max-width: 479px) {
  #top-head > div div:has(.search-container) {
    width: 100%;
  }
  #top-head > div .mobile-filter {
    width: 100%;
  }
}
@media (min-width: 960px) {
  #top-head > div div.search-parent {
    width: 80%;
  }
  #top-head > div div:has(.estate-type) {
    width: max-content;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
}
#top-head #user-menu nav, #top-head .icon-nav .help nav, #top-head .icon-nav .change-lang nav {
  position: absolute;
  top: 100%;
  right: 0;
  padding-top: 10px;
  z-index: 999;
  width: 200px;
  display: none;
}
#top-head #user-menu nav::before, #top-head .icon-nav .help nav::before, #top-head .icon-nav .change-lang nav::before {
  content: "";
  display: block;
  position: absolute;
  bottom: calc(100% - 10px);
  left: 65%;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 5px 10px 5px;
  border-color: transparent transparent #FFFFFF transparent;
  transform: rotate(0deg);
}
#top-head #user-menu nav ul, #top-head .icon-nav .help nav ul, #top-head .icon-nav .change-lang nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  background-color: #fff;
  padding: 4px;
  border-radius: 12px;
  box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.1215686275);
}
#top-head #user-menu nav ul li a, #top-head .icon-nav .help nav ul li a, #top-head .icon-nav .change-lang nav ul li a {
  color: #000;
  font-weight: 400;
  font-size: 14px;
  text-decoration: none;
  padding: 8px 14px;
  display: block;
  border-radius: 8px;
}
#top-head #user-menu nav ul li a.active, #top-head #user-menu nav ul li a:hover, #top-head .icon-nav .help nav ul li a.active, #top-head .icon-nav .help nav ul li a:hover, #top-head .icon-nav .change-lang nav ul li a.active, #top-head .icon-nav .change-lang nav ul li a:hover {
  background-color: var(--themecolor-lighest);
}
#top-head #user-menu:hover nav, #top-head .icon-nav .help:hover nav, #top-head .icon-nav .change-lang:hover nav {
  display: block;
}
#top-head .icon-nav {
  display: flex;
  flex-direction: row;
}
#top-head .icon-nav div.help {
  cursor: pointer;
}
#top-head .icon-nav div {
  position: relative;
  display: flex;
  padding: 4px;
  align-items: center;
  justify-content: center;
  flex: 1 0 auto;
}
#top-head .icon-nav div nav::before {
  left: 50% !important;
}
#top-head .icon-nav div img {
  width: 16px;
  height: 16px;
  margin: 0;
}
#top-head .icon-nav .help nav {
  width: 100px;
  right: -32px;
}
#top-head .icon-nav .change-lang nav {
  width: 120px;
  right: -42px;
}
#top-head .estate-type {
  display: flex;
  width: max-content;
  justify-content: center;
  gap: 6px;
  background-color: #ededed;
  padding: 8px 10px;
  border-radius: 12px;
}
#top-head .estate-type button {
  padding: 7px 11px;
  background-color: transparent;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.2em;
  border: none;
  outline: none;
  border-radius: 8px;
  cursor: pointer;
}
#top-head .estate-type button:hover, #top-head .estate-type button.active {
  background-color: white;
}
#top-head #user-menu {
  flex: 1 0 auto;
  position: relative;
  max-width: 200px;
  z-index: 13;
}
#top-head #user-menu > div:first-child {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 14px;
  font-weight: 900;
  color: #000;
}
#top-head #user-menu > div:first-child .agency-logo img {
  width: 32px;
  object-fit: contain;
  height: 32px;
  border: solid 2px var(--themecolor);
  border-radius: 50%;
  display: block;
  margin: 0;
}
#top-head #user-menu > div:first-child > span {
  position: relative;
  flex-grow: 1;
  text-align: right;
  display: flex;
  align-items: center;
  cursor: pointer;
  max-width: 15ch;
  overflow: hidden;
}
#top-head #user-menu > div:first-child > span::after {
  content: "";
  display: inline-block;
  background-image: url("../img/icons/chevron.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  height: 1em;
  width: 1em;
  vertical-align: middle;
  margin-left: 8px;
  filter: brightness(0) saturate(100%) invert(0%) sepia(6%) saturate(0%) hue-rotate(93deg) brightness(106%) contrast(107%);
}

/*sidehead*/
.collapseSideMenu.close, .collapseSideMenu.open {
  display: none;
}

body.side-nav.collapseMenu div.estate_open_estate {
  width: 100vw;
  padding-top: 80px;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  height: 100vh;
  overflow-y: auto;
  background: #f8f8f9;
}
@media (min-width: 1240px) {
  body.side-nav.collapseMenu div.estate_open_estate {
    left: 60px;
    width: calc(100vw - 60px);
  }
}
@media (min-width: 1270px) {
  body.side-nav.collapseMenu .estate-item .buttons {
    margin-left: auto;
  }
}
@media (min-width: 1240px) {
  body.side-nav.collapseMenu #sidehead {
    width: 60px;
  }
  body.side-nav.collapseMenu #sidehead .container {
    width: max-content;
  }
  body.side-nav.collapseMenu #sidehead .container .collapseSideMenu.open {
    display: block;
  }
  body.side-nav.collapseMenu #sidehead .container .collapseSideMenu.close {
    display: none;
  }
  body.side-nav.collapseMenu #sidehead .container .site-title.active {
    display: none;
  }
  body.side-nav.collapseMenu #sidehead .container .site-title.min-logo {
    width: 30px;
    display: block;
  }
  body.side-nav.collapseMenu #sidehead .container #side-menu li:not(:first-child), body.side-nav.collapseMenu #sidehead .container #side-prom li:not(:first-child), body.side-nav.collapseMenu #sidehead .container #side-admin li:not(:first-child) {
    margin: 15px 0;
  }
  body.side-nav.collapseMenu #sidehead .container #side-menu li, body.side-nav.collapseMenu #sidehead .container #side-prom li, body.side-nav.collapseMenu #sidehead .container #side-admin li {
    width: max-content;
  }
  body.side-nav.collapseMenu #sidehead .container #side-menu li a, body.side-nav.collapseMenu #sidehead .container #side-prom li a, body.side-nav.collapseMenu #sidehead .container #side-admin li a {
    background-size: 17px;
    width: 50px;
    height: 50px;
    background-position: center;
    padding: 0;
    border-radius: 100%;
    color: transparent;
  }
}

#sidehead {
  background-color: #fff;
  position: relative;
}
#sidehead .site-branding {
  padding: 5px 15px;
}
#sidehead .site-branding .site-title {
  margin: 0;
  line-height: 1;
}
#sidehead .site-branding .site-title.min-logo {
  display: none;
}
#sidehead .site-branding .site-title.active {
  display: none;
}
@media (min-width: 1240px) {
  #sidehead .site-branding .site-title.active {
    display: block;
  }
}
#sidehead .site-branding .site-title .custom-logo-link {
  display: block;
}
#sidehead .site-branding .site-title .custom-logo-link .custom-logo {
  height: 50px;
  width: auto;
  display: block;
  margin: auto;
  object-fit: contain;
}
#sidehead > .container {
  position: absolute;
  display: flex;
  flex-direction: row-reverse;
  justify-content: start;
  margin-top: 10px;
  max-width: 100%;
}
@media (min-width: 1240px) {
  #sidehead > .container {
    display: block;
    position: sticky;
    top: 30px;
  }
  #sidehead > .container .menu-toggle {
    display: none;
  }
  #sidehead > .container nav {
    position: relative;
  }
  #sidehead > .container .collapseSideMenu {
    cursor: pointer;
    position: absolute;
    bottom: 60px;
    width: 60px;
    right: -30px;
    z-index: 999999;
    padding: 10px;
  }
  #sidehead > .container .collapseSideMenu.open {
    display: none;
  }
  #sidehead > .container .collapseSideMenu.close {
    display: block;
  }
}
#sidehead #side-menu, #sidehead #side-prom, #sidehead #side-admin {
  display: none;
  position: absolute;
  top: 110%;
  left: 0;
  right: 0;
  height: fit-content;
  padding: 0;
  padding-bottom: 10px;
  background-color: #202937;
  margin: 0;
  list-style-type: none;
  z-index: 1000;
}
@media (max-width: 1239px) {
  #sidehead #side-menu, #sidehead #side-prom, #sidehead #side-admin {
    width: 100vw;
  }
}
#sidehead #side-menu .meetingsPage, #sidehead #side-prom .meetingsPage, #sidehead #side-admin .meetingsPage {
  display: none !important;
}
#sidehead #side-menu li, #sidehead #side-prom li, #sidehead #side-admin li {
  padding: 4px;
  overflow: hidden;
}
#sidehead #side-menu li a, #sidehead #side-prom li a, #sidehead #side-admin li a {
  font-size: 14px;
  color: #fff;
  text-decoration: none;
}
#sidehead #side-menu li[class*=icon-] a, #sidehead #side-prom li[class*=icon-] a, #sidehead #side-admin li[class*=icon-] a {
  display: block;
  background-size: 1.2em;
  background-repeat: no-repeat;
  background-position: left 24px center;
  padding: 20px 20px 20px 50px;
  border-radius: 16px;
  white-space: nowrap;
}
#sidehead #side-menu li[class*=icon-].icon-home > a, #sidehead #side-prom li[class*=icon-].icon-home > a, #sidehead #side-admin li[class*=icon-].icon-home > a {
  background-image: url(../img/icons/accueil.svg);
}
#sidehead #side-menu li[class*=icon-].icon-fav > a, #sidehead #side-prom li[class*=icon-].icon-fav > a, #sidehead #side-admin li[class*=icon-].icon-fav > a {
  background-image: url(../img/icons/icon-fav.png);
}
#sidehead #side-menu li[class*=icon-].icon-profile > a, #sidehead #side-prom li[class*=icon-].icon-profile > a, #sidehead #side-admin li[class*=icon-].icon-profile > a {
  background-image: url(../img/icons/icon-profile.png);
}
#sidehead #side-menu li[class*=icon-].icon-agency > a, #sidehead #side-prom li[class*=icon-].icon-agency > a, #sidehead #side-admin li[class*=icon-].icon-agency > a {
  background-image: url(../img/icons/agency.svg);
}
#sidehead #side-menu li[class*=icon-].icon-estates > a, #sidehead #side-prom li[class*=icon-].icon-estates > a, #sidehead #side-admin li[class*=icon-].icon-estates > a {
  background-image: url(../img/icons/properties.svg);
}
#sidehead #side-menu li[class*=icon-].icon-collaborations > a, #sidehead #side-prom li[class*=icon-].icon-collaborations > a, #sidehead #side-admin li[class*=icon-].icon-collaborations > a {
  background-image: url(../img/icons/collaborations.svg);
}
#sidehead #side-menu li[class*=icon-].icon-demandes > a, #sidehead #side-prom li[class*=icon-].icon-demandes > a, #sidehead #side-admin li[class*=icon-].icon-demandes > a {
  background-image: url(../img/icons/collaborations.svg);
}
#sidehead #side-menu li[class*=icon-].icon-ref > a, #sidehead #side-prom li[class*=icon-].icon-ref > a, #sidehead #side-admin li[class*=icon-].icon-ref > a {
  background-image: url(../img/icons/icon-ref.svg);
}
#sidehead #side-menu li[class*=icon-].icon-export > a, #sidehead #side-prom li[class*=icon-].icon-export > a, #sidehead #side-admin li[class*=icon-].icon-export > a {
  background-image: url(../img/icons/icon-export.svg);
}
#sidehead #side-menu li[class*=icon-].icon-news > a, #sidehead #side-prom li[class*=icon-].icon-news > a, #sidehead #side-admin li[class*=icon-].icon-news > a {
  background-image: url(../img/icons/icon-news.svg);
}
#sidehead #side-menu li[class*=icon-].icon-meet > a, #sidehead #side-prom li[class*=icon-].icon-meet > a, #sidehead #side-admin li[class*=icon-].icon-meet > a {
  background-image: url(../img/icons/icon-meet.svg);
}
#sidehead #side-menu li[class*=icon-].icon-notepad > a, #sidehead #side-prom li[class*=icon-].icon-notepad > a, #sidehead #side-admin li[class*=icon-].icon-notepad > a {
  background-image: url(../img/icons/icon-notepad.svg);
  position: relative;
}
#sidehead #side-menu li[class*=icon-].icon-notepad.notifCollab > a::after, #sidehead #side-prom li[class*=icon-].icon-notepad.notifCollab > a::after, #sidehead #side-admin li[class*=icon-].icon-notepad.notifCollab > a::after {
  position: absolute;
  content: "1";
  left: 30px;
  bottom: 10px;
  width: 20px;
  background-color: white;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  border: 2px solid #6534E6;
  color: #6534E6;
}
#sidehead #side-menu li[class*=icon-].icon-my-estates > a, #sidehead #side-prom li[class*=icon-].icon-my-estates > a, #sidehead #side-admin li[class*=icon-].icon-my-estates > a {
  background-image: url(../img/icons/properties.svg);
}
#sidehead #side-menu li[class*=icon-].icon-notif > a, #sidehead #side-prom li[class*=icon-].icon-notif > a, #sidehead #side-admin li[class*=icon-].icon-notif > a {
  background-image: url(../img/icons/notifications.svg);
}
#sidehead #side-menu li[class*=icon-].icon-settings > a, #sidehead #side-prom li[class*=icon-].icon-settings > a, #sidehead #side-admin li[class*=icon-].icon-settings > a {
  background-image: url(../img/icons/settings.svg);
}
#sidehead #side-menu li[class*=icon-].icon-help > a, #sidehead #side-prom li[class*=icon-].icon-help > a, #sidehead #side-admin li[class*=icon-].icon-help > a {
  background-image: url(../img/icons/icon-help.svg);
}
#sidehead #side-menu li[class*=icon-].icon-favorites > a, #sidehead #side-prom li[class*=icon-].icon-favorites > a, #sidehead #side-admin li[class*=icon-].icon-favorites > a {
  background-image: url(../img/icons/heart-off-white.svg);
}
#sidehead #side-menu li.menu-admin, #sidehead #side-prom li.menu-admin, #sidehead #side-admin li.menu-admin {
  display: none;
}
#sidehead #side-menu li.wpml-ls-item, #sidehead #side-prom li.wpml-ls-item, #sidehead #side-admin li.wpml-ls-item {
  display: none;
}
#sidehead #side-menu li.wpml-ls-item > a, #sidehead #side-prom li.wpml-ls-item > a, #sidehead #side-admin li.wpml-ls-item > a {
  display: block;
  background-size: 1.2em;
  background-repeat: no-repeat;
  background-position: left 12px center;
  padding: 1em 0 1em 4em;
  border-radius: 5px;
  white-space: nowrap;
  background-image: url(../img/icons/icon-globe.svg);
}
#sidehead #side-menu li ul, #sidehead #side-prom li ul, #sidehead #side-admin li ul {
  margin: 0;
  padding: 0;
}
#sidehead #side-menu li ul li, #sidehead #side-prom li ul li, #sidehead #side-admin li ul li {
  padding: 0;
}
#sidehead #side-menu li.current_page_item > a, #sidehead #side-menu li.current-menu-item > a, #sidehead #side-menu li.current_page_ancestor > a, #sidehead #side-prom li.current_page_item > a, #sidehead #side-prom li.current-menu-item > a, #sidehead #side-prom li.current_page_ancestor > a, #sidehead #side-admin li.current_page_item > a, #sidehead #side-admin li.current-menu-item > a, #sidehead #side-admin li.current_page_ancestor > a {
  background-color: #141c28;
  font-weight: 600;
}
#sidehead #side-menu li a:hover, #sidehead #side-menu li.current-menu-ancestor, #sidehead #side-menu li.subopen, #sidehead #side-prom li a:hover, #sidehead #side-prom li.current-menu-ancestor, #sidehead #side-prom li.subopen, #sidehead #side-admin li a:hover, #sidehead #side-admin li.current-menu-ancestor, #sidehead #side-admin li.subopen {
  background-color: #141c28;
}
#sidehead #side-menu li a:hover > a::before, #sidehead #side-menu li.current-menu-ancestor > a::before, #sidehead #side-menu li.subopen > a::before, #sidehead #side-prom li a:hover > a::before, #sidehead #side-prom li.current-menu-ancestor > a::before, #sidehead #side-prom li.subopen > a::before, #sidehead #side-admin li a:hover > a::before, #sidehead #side-admin li.current-menu-ancestor > a::before, #sidehead #side-admin li.subopen > a::before {
  content: " ";
  position: absolute;
  bottom: 0;
  display: block;
  width: 150px;
  height: 1px;
  background-color: #fff;
  margin-bottom: 10px;
}
#sidehead #side-menu li a:hover .sub-menu a, #sidehead #side-menu li.current-menu-ancestor .sub-menu a, #sidehead #side-menu li.subopen .sub-menu a, #sidehead #side-prom li a:hover .sub-menu a, #sidehead #side-prom li.current-menu-ancestor .sub-menu a, #sidehead #side-prom li.subopen .sub-menu a, #sidehead #side-admin li a:hover .sub-menu a, #sidehead #side-admin li.current-menu-ancestor .sub-menu a, #sidehead #side-admin li.subopen .sub-menu a {
  padding-left: 80px;
}
#sidehead #side-menu li a:hover .sub-menu a:hover, #sidehead #side-menu li.current-menu-ancestor .sub-menu a:hover, #sidehead #side-menu li.subopen .sub-menu a:hover, #sidehead #side-prom li a:hover .sub-menu a:hover, #sidehead #side-prom li.current-menu-ancestor .sub-menu a:hover, #sidehead #side-prom li.subopen .sub-menu a:hover, #sidehead #side-admin li a:hover .sub-menu a:hover, #sidehead #side-admin li.current-menu-ancestor .sub-menu a:hover, #sidehead #side-admin li.subopen .sub-menu a:hover {
  background: #1a2434;
}
#sidehead #side-menu li a:hover .sub-menu .current-menu-item a, #sidehead #side-menu li.current-menu-ancestor .sub-menu .current-menu-item a, #sidehead #side-menu li.subopen .sub-menu .current-menu-item a, #sidehead #side-prom li a:hover .sub-menu .current-menu-item a, #sidehead #side-prom li.current-menu-ancestor .sub-menu .current-menu-item a, #sidehead #side-prom li.subopen .sub-menu .current-menu-item a, #sidehead #side-admin li a:hover .sub-menu .current-menu-item a, #sidehead #side-admin li.current-menu-ancestor .sub-menu .current-menu-item a, #sidehead #side-admin li.subopen .sub-menu .current-menu-item a {
  background: #1a2434;
}
#sidehead #side-menu li.menu-item-has-children > a, #sidehead #side-prom li.menu-item-has-children > a, #sidehead #side-admin li.menu-item-has-children > a {
  position: relative;
}
#sidehead #side-menu li.menu-item-has-children > a:after, #sidehead #side-prom li.menu-item-has-children > a:after, #sidehead #side-admin li.menu-item-has-children > a:after {
  content: "";
  position: absolute;
  width: 12px;
  height: 7px;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  background-image: url("../img/icons/chevron.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-color: transparent;
}
#sidehead #side-menu li.menu-item-has-children.subopen > a:after, #sidehead #side-prom li.menu-item-has-children.subopen > a:after, #sidehead #side-admin li.menu-item-has-children.subopen > a:after {
  transform: rotate(180deg);
}
#sidehead #side-menu li.menu-item-has-children.current-menu-ancestor > a:after, #sidehead #side-prom li.menu-item-has-children.current-menu-ancestor > a:after, #sidehead #side-admin li.menu-item-has-children.current-menu-ancestor > a:after {
  background-image: none;
}
#sidehead #side-menu li:not(.current-menu-ancestor) ul.sub-menu, #sidehead #side-prom li:not(.current-menu-ancestor) ul.sub-menu, #sidehead #side-admin li:not(.current-menu-ancestor) ul.sub-menu {
  display: none;
}
#sidehead #side-menu li.menu-item-has-children a:focus, #sidehead #side-prom li.menu-item-has-children a:focus, #sidehead #side-admin li.menu-item-has-children a:focus {
  outline: none;
}
#sidehead #side-menu li.current_page_item ul.sub-menu, #sidehead #side-prom li.current_page_item ul.sub-menu, #sidehead #side-admin li.current_page_item ul.sub-menu {
  display: block;
}
#sidehead .main-navigation.toggled #side-menu, #sidehead .main-navigation.toggled #side-prom, #sidehead .main-navigation.toggled #side-admin {
  display: block;
}
@media (min-width: 1240px) {
  #sidehead #side-menu, #sidehead #side-prom, #sidehead #side-admin {
    padding-top: 60px;
    position: relative;
    top: initial;
    left: initial;
    right: initial;
    display: block;
    height: calc(100vh - 90px);
    overflow: hidden;
    overflow-y: auto;
  }
}
#sidehead #sidebar-profil {
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 15px 25px;
  background-color: #373F4C;
  overflow: hidden;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
}
#sidehead #sidebar-profil a {
  color: #fff;
  font-weight: 400;
  font-size: 0.9em;
}
#sidehead #sidebar-profil .sidebar-logout {
  margin-top: 3px;
}
#sidehead #sidebar-profil > div {
  display: grid;
  grid-template-columns: 35px 1fr;
  gap: 10px;
}
#sidehead #sidebar-profil > div img {
  width: 35px;
  height: 35px;
  object-fit: cover;
  object-position: center;
  border: solid 1px var(--themecolor);
  border-radius: 50%;
}
#sidehead #sidebar-profil > div p {
  margin: 0;
  white-space: nowrap;
}

#primary {
  position: relative;
  z-index: 0;
}

@media (min-width: 1240px) {
  body.side-nav #page {
    display: grid;
    grid-template-columns: max-content 1fr;
    grid-template-rows: 65px;
    grid-template-areas: "side nav" "side content";
  }
  body.side-nav #page #sidehead {
    grid-area: side;
  }
  body.side-nav #page #top-head {
    grid-area: nav;
  }
  body.side-nav #page #primary {
    grid-area: content;
  }
  body.side-nav #page footer {
    grid-column: span 2;
  }
  body.side-nav .sidebar-toggle {
    display: block;
    width: 30px;
    height: 30px;
    background-color: #202937;
    position: absolute;
    left: calc(100% - 15px);
    top: calc(50% - 15px);
    cursor: pointer;
    border-radius: 50%;
    background-image: url("../img/icons/icon-arrow-white.svg");
    background-size: 6px;
    background-repeat: no-repeat;
    background-position: center;
    transform: rotate(0deg);
    transition: transform ease-in-out 0.3s;
  }
  body.side-nav.side-minify .sidebar-toggle {
    transform: rotate(180deg);
  }
  body.side-nav #sidehead {
    background-color: #202937;
    position: relative;
    z-index: 990;
    width: 200px;
    transition: width ease-in-out 0.3s;
    min-height: 100vh;
  }
  body.side-nav.side-minify #page #sidehead {
    width: 80px;
  }
  body.side-nav.side-minify #page #side-menu #sidebar-profil > div > div:nth-child(2), body.side-nav.side-minify #page #side-prom #sidebar-profil > div > div:nth-child(2), body.side-nav.side-minify #page #side-admin #sidebar-profil > div > div:nth-child(2) {
    display: none;
  }
  body.side-nav.side-minify #page #side-menu .menu-item > a, body.side-nav.side-minify #page #side-prom .menu-item > a, body.side-nav.side-minify #page #side-admin .menu-item > a {
    color: transparent;
    width: 49px;
    height: 49px;
    padding: 0;
    background-position: center;
  }
}
body.home #masthead {
  background-color: #fff;
}
@media (min-width: 768px) {
  body.home #masthead {
    background-color: transparent;
  }
}

body:not(.side-nav) {
  background-color: #fff;
}
body:not(.side-nav) .site-branding {
  margin-left: 20px;
  margin: 10px;
}
body:not(.side-nav) .site-branding .site-title {
  font-size: inherit;
}

#masthead {
  z-index: 9999 !important;
  padding: 0px 0;
  position: relative;
  z-index: 9999;
  position: fixed;
  top: 0px;
  left: 0;
  right: 0;
  background-color: #fff;
}
#masthead .site-title {
  margin: 0;
  line-height: 1;
}
#masthead .site-title .custom-logo {
  height: 55px;
  width: auto;
}
#masthead > .top-nav {
  background: var(--themecolor);
  height: 32px;
  position: relative;
  z-index: 2;
}
#masthead > .top-nav > .container {
  display: flex;
  justify-content: flex-end;
}
#masthead > .top-nav > .container > div {
  display: flex;
  gap: 24px;
}
#masthead > .top-nav > .container > div > div {
  display: grid;
  place-items: center;
}
#masthead > .top-nav > .container .small-button {
  display: inline-grid;
  place-items: center;
  padding: 0 8px;
  border-radius: 6px;
  color: var(--themecolor);
  background-color: var(--themecolor-lighest);
  text-decoration: none;
  font-size: 12px;
  line-height: 24px;
}
#masthead > .top-nav > .container .top-lang {
  position: relative;
}
#masthead > .top-nav > .container .top-lang ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  list-style-type: none;
  margin: 0;
  padding: 0;
  background-color: var(--themecolor);
  text-transform: uppercase;
  border: solid 1px #fff;
  border-top: none;
  border-radius: 0 0 6px 6px;
}
#masthead > .top-nav > .container .top-lang ul li a {
  display: inline-block;
  padding: 12px 14px;
  text-decoration: none;
  font-weight: 600;
  color: #fff;
}
#masthead > .top-nav > .container .top-lang:hover ul {
  display: block;
}
#masthead > .top-nav > .container .top-lang > span {
  color: #fff;
  display: inline-block;
  line-height: 32px;
  text-transform: uppercase;
  position: relative;
  cursor: pointer;
  padding-right: 16px;
}
#masthead > .top-nav > .container .top-lang > span::after {
  transform: rotate(-90deg);
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  display: inline-block;
  width: 8px;
  height: 32px;
  background-image: url(../../dist/img/icons/icon-arrow-white.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
#masthead > .top-nav > .container nav.socials ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 8px;
}
#masthead > .top-nav > .container nav.socials ul li {
  display: inline-grid;
  place-items: center;
  height: 32px;
}
#masthead > .top-nav > .container nav.socials ul a {
  display: inline-grid;
  place-items: center;
}
#masthead > .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 1240px) {
  #masthead > .container {
    justify-content: space-between;
  }
  #masthead > .container #site-navigation > div > ul > li:not(:last-child) {
    margin-right: 40px;
  }
}
#masthead .main-navigation.toggled .sub-menu {
  padding-left: 0 !important;
  background-color: transparent;
}
#masthead .menu.nav-menu .sub-menu {
  padding: 10px;
  border-radius: 8px;
}
#masthead .main-navigation {
  display: block;
}
#masthead .main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
#masthead .main-navigation ul li:hover > ul,
#masthead .main-navigation ul li.focus > ul {
  left: auto;
  display: block;
}
#masthead .main-navigation.toggled > div > ul {
  display: block;
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  height: 100vh;
  padding: 40px;
  background-color: #202937;
}
#masthead .main-navigation.toggled > div > ul a {
  color: #fff;
}
#masthead .main-navigation.toggled > div > ul ul {
  display: block;
  position: static;
}
#masthead .main-navigation li {
  position: relative;
  padding: 10px 0px;
}
#masthead .main-navigation li:hover > a, #masthead .main-navigation li.focus > a {
  color: var(--themecolor);
}
#masthead .main-navigation li.btn-nav > a {
  color: #fff;
  background-color: var(--themecolor);
  padding: 0.8em 1.4em;
  border-radius: 5px;
}
#masthead .main-navigation a {
  display: inline;
  text-decoration: none;
  color: #bfbfbf;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #162031;
}
#masthead .main-navigation .current_page_item > a,
#masthead .main-navigation .current-menu-item:not(.home_abo):not(.subscribeBtn) > a,
#masthead .main-navigation .current_page_ancestor > a,
#masthead .main-navigation .current-menu-ancestor > a {
  color: var(--themecolor);
}
@media screen and (min-width: 1000px) {
  #masthead .menu-toggle {
    display: none;
  }
  #masthead .main-navigation > div > ul {
    display: flex;
    align-items: flex-end;
  }
  #masthead .main-navigation > div > ul > li:not(:last-child) {
    margin-right: 15px;
  }
  #masthead .main-navigation ul ul {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    float: left;
    position: absolute;
    top: 100%;
    left: -999em;
    z-index: 99999;
  }
  #masthead .main-navigation ul ul ul {
    left: -999em;
    top: 0;
  }
  #masthead .main-navigation ul ul li:hover > ul, #masthead .main-navigation ul ul li.focus > ul {
    display: block;
    left: auto;
  }
  #masthead .main-navigation ul ul a {
    width: 100%;
    padding: 10px;
  }
}

@media (min-width: 768px) {
  .side-nav #primary {
    margin-top: 0px;
  }
  .side-nav #primary .page-title {
    margin: 0 auto;
    width: 100%;
    padding: 0 10px;
  }
  .side-nav #primary .page-title h1 {
    margin: 20px 0 10px;
  }
  .not-estate .page-title h1 {
    margin-bottom: 20px;
  }
}
.admin-bar #masthead {
  padding-top: 46px;
}
@media (min-width: 768px) {
  .admin-bar #masthead {
    padding-top: 32px;
  }
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

body.home #masthead .current_page_item > a,
body.home #masthead .current-menu-item:not(.home_abo) > a,
body.home #masthead .current_page_ancestor > a,
body.home #masthead .current-menu-ancestor > a {
  display: none;
  color: #bfbfbf;
}
body.home #masthead .current_page_item > a:hover,
body.home #masthead .current-menu-item:not(.home_abo) > a:hover,
body.home #masthead .current_page_ancestor > a:hover,
body.home #masthead .current-menu-ancestor > a:hover {
  color: var(--themecolor);
}
body.home #masthead .current_class_item > a {
  color: var(--themecolor);
}
body.home #masthead .current_page_ancestor > a, body.home #masthead .current-menu-ancestor > a {
  color: red;
}

#estates-wrapper #tab-nav ul {
  margin-bottom: 25px;
}

#tab-nav {
  flex-wrap: wrap;
  max-width: 1240px;
}
#tab-nav ul {
  list-style-type: none;
  background-color: #ededed;
  display: inline-flex;
  justify-content: flex-start;
  gap: 4px;
  margin: 0;
  padding: 10px;
  border-radius: 12px;
}
#tab-nav ul li a {
  display: inline-block;
  text-align: center;
  cursor: pointer;
  padding: 10px 10px;
  min-width: 100px;
  font-size: 14px;
  line-height: 1em;
  word-break: keep-all;
  word-wrap: break-word;
  color: #212f44;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}
#tab-nav ul li.active a, #tab-nav ul li:hover a {
  background-color: #ffffff;
  border-color: #000000;
  border-radius: 8px;
}

@media (max-width: 959px) {
  #round-tabs {
    width: 100%;
  }
}
@media (min-width: 1240px) {
  #round-tabs {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
}

#round-tab-nav {
  display: flex;
  flex-wrap: wrap;
  width: fit-content;
  justify-content: center;
  gap: 6px;
  background-color: #ededed;
  padding: 8px 10px;
  border-radius: 12px;
  margin: auto;
}
@media (min-width: 768px) {
  #round-tab-nav {
    max-width: initial;
  }
}
#round-tab-nav:last-child {
  border-right: none;
}
#round-tab-nav .tabs a {
  padding: 7px 11px;
  border-radius: 8px;
  display: flex;
  background-color: transparent;
  border: none;
  outline: none;
  cursor: pointer;
  text-decoration: none;
  color: rgba(0, 0, 0, 0.8);
  font-size: 13px;
  font-weight: 900;
  line-height: 1.2em;
}
#round-tab-nav .tabs.active a {
  background-color: white;
}

footer.site-footer {
  background-color: #f9f7fe;
  padding-top: 70px;
  padding-bottom: 10px;
  color: #000;
}
footer.site-footer.mls {
  background-color: #fff;
}
footer.site-footer h2 {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000000;
  text-transform: uppercase;
  padding: 0;
}
footer.site-footer ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
footer.site-footer ul li > a {
  color: #000;
  text-decoration: none;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  transition: all 0.2s ease;
}
footer.site-footer ul li > a:hover {
  color: #000000;
}
footer.site-footer .widget-title {
  margin-top: 0;
}
footer.site-footer .container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column;
}
@media (min-width: 960px) {
  footer.site-footer .container {
    display: flex;
    flex-wrap: wrap;
    flex-direction: initial;
  }
  footer.site-footer .container > .footer-3 {
    flex-grow: 1;
  }
  footer.site-footer .container > .footer-3 ul {
    display: flex;
    gap: 8px;
    justify-content: flex-end;
  }
  footer.site-footer .container > .footer-3 ul li a {
    font-size: 14px;
    color: #000;
    font-weight: 600;
  }
}
footer.site-footer .container .containerC {
  width: 100%;
  padding: 50px;
  height: 100%;
  display: flex;
  flex-direction: column;
}
footer.site-footer .container .containerC > div {
  display: flex;
  justify-content: space-between;
}
footer.site-footer .container .containerC > div:nth-last-of-type(1) {
  margin-top: 60px;
}
footer.site-footer .container .containerC .footer-menu {
  display: flex;
  gap: 30px;
  align-items: center;
}
footer.site-footer .container .containerC .footer-menu li {
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
}
@media (max-width: 599px) {
  footer.site-footer .container .containerC .footer-menu li.support .sub-menu li {
    padding-top: 30px;
    text-align: center;
  }
}
@media (min-width: 600px) {
  footer.site-footer .container .containerC .footer-menu li.support .sub-menu {
    display: none;
    transition: all 0.3s ease-in-out;
  }
  footer.site-footer .container .containerC .footer-menu li.support:hover {
    position: relative;
    padding: 10px 0;
  }
  footer.site-footer .container .containerC .footer-menu li.support:hover .sub-menu {
    top: 25px;
    left: -5px;
    position: absolute;
    background-color: #fff;
    padding: 10px;
    border-radius: 8px;
    display: block;
  }
}
footer.site-footer .container .containerC .footer-menu .subscribeBtn {
  background-color: #6534E6;
  padding: 0.8em 1.4em;
  border-radius: 5px;
}
footer.site-footer .container .containerC .footer-menu .subscribeBtn a {
  color: #fff;
}
footer.site-footer .container .containerC .footer-menu .mlsbtn {
  background-color: #326552;
  padding: 0.8em 1.4em;
  border-radius: 5px;
}
footer.site-footer .container .containerC .footer-menu .mlsbtn a {
  color: #fff;
}
footer.site-footer .container .containerC .legal {
  display: flex;
  gap: 12px;
  flex-direction: column;
  align-items: start;
}
footer.site-footer .container .containerC .legal .legal-menu {
  display: flex;
  gap: 10px;
}
footer.site-footer .container .containerC .legal .social {
  display: flex;
  gap: 15px;
  cursor: pointer;
  font-size: 24px;
}
footer.site-footer .container .containerC .legal .social i {
  color: black;
}
footer.site-footer .container .containerC .madeBy {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: end;
}
footer.site-footer .container .containerC .madeBy p {
  margin: 0;
}
footer.site-footer .footer-4 {
  width: 100%;
}
footer.site-footer .footer-4 > :last-child div > div:first-child {
  display: flex;
  gap: 15px;
  align-items: center;
}
footer.site-footer .footer-4 > :last-child div > div:first-child p {
  font-size: 12px;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  margin: 0;
}
@media (min-width: 960px) {
  footer.site-footer .footer-4 {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  footer.site-footer .footer-4 > :last-child {
    margin-left: auto;
  }
  footer.site-footer .footer-4 > :last-child div > div:first-child {
    justify-content: end;
  }
  footer.site-footer .footer-4 ul {
    margin-top: 0px !important;
    display: flex;
    gap: 8px;
    justify-content: flex-end;
  }
  footer.site-footer .footer-4 ul li a {
    font-size: 12px;
  }
}
footer.site-footer .widget_text p {
  margin: 0;
}

body:has(#sidehead) {
  margin-bottom: 0;
}
body:has(#sidehead) .site-footer {
  display: none;
}

body.home, body.page-template-default {
  margin-bottom: 0;
}
body.home .site-footer, body.page-template-default .site-footer {
  display: block;
}
body.home .site-footer .menu, body.page-template-default .site-footer .menu {
  margin-top: 9px;
}

@media (max-width: 960px) {
  footer.site-footer .container .containerC > div {
    flex-direction: column;
  }
  footer.site-footer .container .containerC > div .footer-menu {
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
  }
  footer.site-footer .container .containerC > div img {
    margin: 0 auto 20px auto;
  }
  footer.site-footer .container .containerC > div .legal {
    align-items: center;
    text-align: center;
  }
  footer.site-footer .container .containerC > div .legal .legal-menu {
    flex-direction: column;
  }
  footer.site-footer .container .containerC > div .madeBy {
    text-align: center;
    align-items: center;
  }
}
@media (max-width: 600px) {
  footer.site-footer .container .containerC > div .footer-menu {
    flex-direction: column;
  }
}
#settings-nav, #sticky-header {
  margin-top: 0px;
  margin-bottom: 40px;
  background-color: #fff;
  padding: 20px 10px;
}
#settings-nav.agency, #sticky-header.agency {
  margin-bottom: 0;
}
@media (min-width: 1240px) {
  #settings-nav, #sticky-header {
    padding: 25px 10px;
    position: sticky;
    top: 0;
    z-index: 200;
  }
}
#settings-nav h1, #sticky-header h1 {
  margin: 0;
  font-size: 18px;
  font-weight: 500;
  font-family: "Open Sans", sans-serif;
  color: var(--themecolor);
}
#settings-nav h1::first-letter, #sticky-header h1::first-letter {
  text-transform: uppercase;
}
#settings-nav ul, #sticky-header ul {
  list-style-type: none;
  display: flex;
  justify-content: flex-start;
  margin: 0;
  padding: 0;
}
#settings-nav ul li, #sticky-header ul li {
  position: relative;
  margin-right: 80px;
}
#settings-nav ul li a, #sticky-header ul li a {
  text-decoration: none;
  font-size: 18px;
  font-weight: 500;
  font-family: "Open Sans", sans-serif;
  color: #999cea;
}
#settings-nav ul li.active > a, #sticky-header ul li.active > a {
  color: var(--themecolor);
}

/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}

.post,
.page {
  margin: 0;
}

.updated:not(.published) {
  display: none;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.page-front {
  max-width: 900px;
  margin: 0 auto;
}

body.home #btn-map {
  margin-top: 15px;
  width: 100%;
  max-width: 430px;
}

#who-we-are {
  overflow: hidden;
}

.result_btn_map, .reponse_search {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 25px;
}
.result_btn_map h3, .result_btn_map a, .reponse_search h3, .reponse_search a {
  color: white;
  margin-bottom: 8px;
  display: block;
}
.result_btn_map img, .reponse_search img {
  max-width: 170px;
}
.result_btn_map p, .reponse_search p {
  color: white;
}

.reponse_search {
  justify-content: space-evenly;
  justify-items: center;
  padding-bottom: 20px;
}
.reponse_search p, .reponse_search a {
  color: black;
}
.reponse_search h3 {
  color: var(--themecolor);
}
.reponse_search div {
  width: fit-content;
}

.lity-content #popupZIP img.lity-close {
  width: 23px;
  height: 23px;
  right: 15px;
  top: 15px;
}
.lity-content:after {
  box-shadow: none;
}

.page-title {
  padding-left: 10px;
}

.not-estate .page-title {
  padding-left: 10px !important;
}
@media (min-width: 768px) {
  .not-estate .page-title {
    padding-left: 30px !important;
  }
}
.not-estate .page-title h1 {
  margin-bottom: 20px !important;
}

.page-template-default #page.site {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
.page-template-default #page.site main {
  flex-grow: 1;
}

#features-slider h3 {
  font-size: 40px;
  line-height: 1.2em;
  color: #000;
}
#features-slider h3 span {
  color: var(--themecolor);
}
#features-slider > div:first-child {
  position: relative;
  z-index: 2;
  background-color: #fff;
  display: flex;
  flex-direction: column;
}
@media (min-width: 960px) {
  #features-slider {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
}
#features-slider .features-nav {
  margin-top: auto;
  display: flex;
  gap: 20px;
}
#features-slider .features-nav button {
  background-color: transparent;
  border: none;
  outline: none;
  background-image: url(../../dist/img/icons/urbiz-next-arrow.png);
  background-size: contain;
  width: 48px;
  height: 48px;
  background-repeat: no-repeat;
  cursor: pointer;
}
#features-slider .features-nav button.prev {
  transform: rotate(180deg);
}
#features-slider .features-nav button.swiper-button-disabled {
  background-image: url(../../dist/img/icons/urbiz-next-arrow-disabled.png);
}
#features-slider .swiper {
  width: 100%;
  max-width: 400px;
  overflow: visible;
  position: relative;
}
#features-slider .swiper::after {
  visibility: visible;
  content: "";
  position: absolute;
  top: -10px;
  right: calc(100% + 10px);
  bottom: -20px;
  width: 300vw;
  background: rgb(255, 255, 255);
  background: -moz-linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 92%, rgba(255, 255, 255, 0.8827906162) 97%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 92%, rgba(255, 255, 255, 0.8827906162) 97%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 92%, rgba(255, 255, 255, 0.8827906162) 97%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
  z-index: 3;
}
#features-slider .swiper .swiper-slide {
  width: 100%;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.04);
}
#features-slider .swiper .swiper-slide img {
  display: block;
  width: 100%;
}
#features-slider .swiper .swiper-slide > div > div:nth-child(2) {
  padding: 15px 40px;
}

#zipfound h4 {
  font-size: 14px;
  color: var(--themecolor);
  font-weight: 700;
  text-align: center;
}
#zipfound p {
  color: var(--themecolor);
  font-size: 10px;
  margin-bottom: 4px;
}
#zipfound > div {
  display: flex;
  justify-content: center;
}
#zipfound > div > div > div {
  display: flex;
  gap: 8px;
}
#zipfound > div > div > div button {
  color: #fff;
  background-color: var(--themecolor);
  cursor: pointer;
}
#zipfound > div > div > div input {
  -webkit-appearance: none; /* Pour les navigateurs basés sur WebKit comme Chrome et Safari */
  -moz-appearance: textfield; /* Pour les navigateurs basés sur Gecko comme Firefox */
  appearance: textfield; /* Pour les autres navigateurs */
}
#zipfound > div > div > div input,
#zipfound > div > div > div button {
  border-radius: 6px;
}

#news {
  display: flex;
  flex-direction: column;
  gap: 35px;
  margin: 60px 0;
}
#news .new_container {
  box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.08);
  border-radius: 15px;
  margin: 5px;
  text-decoration: none;
}
#news .new_container .img_container {
  width: 100%;
  height: 200px;
  max-height: 200px;
  overflow: hidden;
  display: flex;
}
#news .new_container .img_container img {
  border-radius: 15px 15px 0 0;
  width: 100%;
  object-fit: cover;
}
#news .new_container .text_container {
  padding: 20px;
}
#news .new_container .text_container h4 {
  color: var(--themecolor);
  line-height: 25px;
}
#news .new_container .text_container p {
  color: gray;
}
#news .new_container.ref {
  border: 1px solid var(--themecolor);
}
@media (min-width: 768px) {
  #news {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
  }
}
@media (min-width: 1024px) {
  #news {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 35px;
  }
}

/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}
.widget select {
  max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/* Galleries
--------------------------------------------- */
.estate-gallery {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.estate-gallery .swiper {
  width: 100%;
  height: 100%;
}
.estate-gallery .swiper-wrapper {
  height: max-content !important;
}
.estate-gallery .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.estate-gallery .swiper-slide img {
  display: block;
  object-fit: cover;
}
.estate-gallery .slide-video {
  height: auto;
}
.estate-gallery .slide-video iframe {
  width: 100%;
  height: 100%;
}
.estate-gallery .gallery-slider {
  position: relative;
}
.estate-gallery .gallery-slider .swiper-slide > div {
  width: 100%;
}
.estate-gallery .gallery-slider .swiper-slide > div img {
  width: 100%;
  height: 100%;
  aspect-ratio: 4/3 !important;
}
.estate-gallery .gallery-thumbs .swiper-slide > div::before {
  content: "";
  display: block;
  padding-top: 100%; /* Crée un carré avec un ratio 1:1 */
}
.estate-gallery .gallery-thumbs .swiper-slide > div {
  position: relative;
  width: 100%;
  cursor: pointer;
}
.estate-gallery .gallery-thumbs .swiper-slide > div img {
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.estate-gallery .swiper {
  width: 100%;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
}
.estate-gallery .swiper-slide {
  height: auto;
  overflow: hidden;
  background-size: cover;
  background-position: center;
}
.estate-gallery .gallery-slider {
  overflow: hidden;
  width: 100%;
}
.estate-gallery .gallery-thumbs {
  box-sizing: border-box;
  padding: 10px 0;
}
.estate-gallery .gallery-thumbs .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4;
}
.estate-gallery .gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1;
}
.estate-gallery .swiper-slide img {
  height: 100%;
  width: auto;
  display: block;
  object-fit: cover;
}

.video-open-slide {
  text-align: center;
}
.video-open-slide iframe {
  max-width: 1550px;
  width: 85vw;
  height: 80vh;
  max-height: 1050px;
  border: 0;
}

.estate-gallery .slide-video {
  position: relative;
}
.estate-gallery .slide-video .bg-embed-image {
  position: absolute;
  left: 42%;
  top: 40%;
  max-width: 100px;
  max-height: 100px;
  opacity: 0.5;
  cursor: pointer;
  width: 20%;
  height: auto;
}
.estate-gallery .slide-video .link_pointer {
  cursor: pointer;
}

.carroussel-container {
  overflow: hidden;
  width: 100%;
}

.swiper.carroussel {
  user-select: none;
  overflow: visible;
  width: 100%;
  height: 100%;
  transition: opacity ease-in-out 0.4s;
}
.swiper.carroussel:not(.swiper-initialized) {
  opacity: 0;
}
.swiper.carroussel.swiper-initialized {
  opacity: 1;
}
.swiper.carroussel .swiper-wrapper {
  height: 318px;
}
.swiper.carroussel .swiper-slide {
  height: 100%;
  width: 292px !important;
  position: relative;
}
.swiper.carroussel .swiper-slide.swiper-slide-active img {
  filter: none;
}
.swiper.carroussel .swiper-slide.left img {
  object-position: left;
}
.swiper.carroussel .swiper-slide img {
  width: 100%;
  filter: grayscale(100%) contrast(120%);
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.swiper.carroussel .swiper-slide .textBox {
  position: absolute;
  border-radius: 10px;
  bottom: 14px;
  left: 16px;
  margin: 0 auto;
  width: 260px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  flex-direction: column;
  text-align: center;
}
.swiper.carroussel .swiper-slide .textBox .boxTitle {
  font-weight: 700;
  font-size: 18px;
  color: #000;
}
.swiper.carroussel .swiper-slide .textBox .boxContent {
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #6534E6;
  font-family: Open Sans;
}
.swiper.carroussel .swiper-slide .textBox .email, .swiper.carroussel .swiper-slide .textBox .tel {
  color: #6534E6;
  font-size: 14px;
  font-style: italic;
  cursor: pointer;
}
.swiper.carroussel .swiper-slide-active {
  border-color: red !important;
}

.agency-swiper-container {
  overflow: hidden;
}
.agency-swiper-container .swiper-wrapper .swiper-slide {
  aspect-ratio: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.agency-swiper-container .swiper-wrapper .swiper-slide img {
  object-fit: contain;
  width: 100%;
  height: auto;
}

.eventContainer {
  display: flex;
  justify-content: start !important;
  gap: 55px;
  flex-wrap: wrap;
}
.eventContainer .eventBox {
  width: 302px;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  box-sizing: content-box;
  background-color: white;
}
.eventContainer .eventBox img {
  border-radius: 10px, 10px, 0px, 0px;
  height: 178px;
  width: 100%;
  object-fit: cover;
}
.eventContainer .eventBox > div {
  padding: 25px 50px;
  flex-grow: 1;
  display: flex;
  gap: 14px;
  flex-direction: column;
}
.eventContainer .eventBox > div h2 {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 27px;
  text-wrap: balance;
  color: #000;
}
.eventContainer .eventBox > div ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 9px;
}
.eventContainer .eventBox > div ul li {
  display: flex;
  font-size: 15px;
  font-weight: 600;
  line-height: 20px;
  color: #000;
  gap: 8px;
  align-items: start;
}
.eventContainer .eventBox > div ul li::before {
  content: "";
  width: 20px;
  height: 20px;
  display: inline-block;
  background-position: center;
  flex-shrink: 0;
  background-repeat: no-repeat;
}
.eventContainer .eventBox > div ul li.calendar::before {
  background-image: url(../img/icons/icon-calendar.svg);
}
.eventContainer .eventBox > div ul li.time::before {
  background-image: url(../img/icons/icon-time.svg);
}
.eventContainer .eventBox > div ul li.location::before {
  background-image: url(../img/icons/icon-location.svg);
}
.eventContainer .eventBox > div ul li.guest::before {
  background-image: url(../img/icons/icon-guest.svg);
}
.eventContainer .eventBox > div button {
  border: none;
  background-color: #6534E6;
  cursor: pointer;
  margin-top: auto;
  color: white;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: flex;
  gap: 8px;
  padding: 11.5px 35.5px;
}
.eventContainer .eventBox > div button.disabled {
  cursor: not-allowed;
  background-color: #D9D9D9;
}

.modal-confirmation {
  text-align: center;
}
.modal-confirmation h3 {
  color: var(--themecolor);
}
.modal-confirmation .buttons {
  margin-top: 20px;
}
.modal-confirmation .btn {
  min-width: 100px;
  margin: 4px;
}

.estates-header-top {
  max-width: 1920px;
  margin: auto;
}

.countResult {
  white-space: nowrap;
}

.favorite-estate {
  width: 65px;
  height: 65px;
  position: absolute;
  top: 0;
  left: 0;
  content: url("../img/icons/heart-off.svg");
  z-index: 4;
  cursor: pointer;
  padding: 15px 25px 25px 15px;
}
.favorite-estate.active {
  content: url("../img/icons/heart-on.svg");
}

.estate-relative {
  position: relative;
}

.energyClass {
  background-repeat: no-repeat;
  background-size: 100px;
  height: 30px;
  width: 100%;
  position: absolute;
  bottom: 10px;
  left: 10px;
  z-index: 99;
}

.energyClass.App {
  background-image: url("../img/icons/peb/peb-app.png");
}

.energyClass.Ap {
  background-image: url("../img/icons/peb/peb-ap.png");
}

.energyClass.A {
  background-image: url("../img/icons/peb/peb-a.png");
}

.energyClass.B {
  background-image: url("../img/icons/peb/peb-b.png");
}

.energyClass.C {
  background-image: url("../img/icons/peb/peb-c.png");
}

.energyClass.D {
  background-image: url("../img/icons/peb/peb-d.png");
}

.energyClass.E {
  background-image: url("../img/icons/peb/peb-e.png");
}

.energyClass.F {
  background-image: url("../img/icons/peb/peb-f.png");
}

.energyClass.G {
  background-image: url("../img/icons/peb/peb-g.png");
}

.estates-grid,
#before-estates-grid {
  max-width: 1100px;
}
@media (min-width: 768px) {
  .estates-grid,
  #before-estates-grid {
    padding: 20px;
  }
}

div.estate_open_estate {
  padding-top: 80px;
  position: fixed;
  z-index: 999;
  top: 0;
  width: 100vw;
  height: 100vh;
  overflow-y: auto;
  background: #f8f8f9;
  left: 0;
}
@media (min-width: 1240px) {
  div.estate_open_estate {
    left: 180px;
    width: calc(100vw - 200px);
  }
}

.estates-grid .no-results {
  padding: 15px;
  background-color: #f7f7f7;
  text-align: center;
  border-radius: 5px;
}

.no-results {
  padding: 15px;
  background-color: #f7f7f7;
  text-align: center;
  border-radius: 5px;
}

body.openEstate {
  overflow: hidden !important;
}

body.pdf-view .estate-item:not(:has(.pdf-export-label)) {
  margin-left: 45px;
}

.estate-item.estate-trash img {
  height: 100%;
  width: auto;
  object-fit: cover;
}

.estate-item[data-agency-id="7053"],
.estate-item[data-agency-id="5985"],
.estate-item[data-agency-id="38012"],
.estate-item[data-agency-id="35329"],
.estate-item.disabled {
  display: none !important;
}

.estate-item:has(.originalImage) .duplicate.originalImage {
  filter: grayscale(1);
  cursor: default;
}

.estate-item {
  max-width: 500px;
  margin: auto;
  margin-bottom: 20px;
  background-color: #fff;
  box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.04);
  border-radius: 26px;
  position: relative;
  transition: margin-top ease-in-out 0.3s;
}
@media (max-width: 500px) {
  .estate-item {
    margin: 20px;
  }
}
.estate-item .estate-visibility.disabled {
  pointer-events: none;
}
.estate-item .buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-bottom: 5px !important;
  align-items: center;
}
@media (min-width: 1410px) {
  .estate-item .buttons {
    margin-left: auto;
  }
}
.estate-item.item-incomplete {
  background-color: #eaeaea;
}
.estate-item.item-incomplete h3 a,
.estate-item.item-incomplete p {
  color: #898989 !important;
}
.estate-item.item-incomplete .new_banner {
  background-color: #898989 !important;
  color: #ffffff !important;
}
.estate-item > div:not(:first-child) {
  padding: 20px;
  padding-left: 30px;
}
.estate-item > div:nth-child(3) {
  padding-top: 0;
}
.estate-item > div:nth-child(1) {
  border-radius: 26px 26px 0 0;
  overflow: hidden;
}
.estate-item > div:nth-child(1) > a img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  object-position: center;
}
.estate-item div.header {
  display: flex;
  align-items: center;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
}
.estate-item div.header > h3 {
  color: var(--themecolor);
  text-transform: uppercase;
  margin-bottom: 0;
  margin-top: 0;
  font-size: 20px;
  font-weight: 400;
}
.estate-item div.header > h3 a {
  text-decoration: underline solid transparent;
  transition: all 0.2s ease;
}
.estate-item div.header > h3 a:hover {
  text-decoration: underline solid Currentcolor;
}
.estate-item .btn:not(.see) {
  font-weight: 600;
  font-size: 14px;
  padding: 5px 10px;
}
.estate-item > div:nth-child(2) .identifier {
  color: #000;
  margin: 0;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  display: flex;
  align-items: center;
  gap: 10px;
}
.estate-item > div:nth-child(2) .commune {
  margin-left: 20px;
  color: #000;
  margin: 0;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  display: inline-flex;
  align-items: center;
}
.estate-item > div:nth-child(2) .commune::before {
  content: "";
  width: 24px;
  height: 24px;
  display: inline-block;
  mask: url(../img/icons/icon-pin.svg) no-repeat center;
  mask-size: contain;
  background-color: var(--themecolor);
  background-size: contain;
  background-repeat: no-repeat;
}
.estate-item > div:nth-child(2) .description {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.2em;
  overflow: hidden;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.estate-item > div:nth-child(2) .biens {
  color: #000;
  font-weight: bold;
}
.estate-item > div:nth-child(3) .price {
  text-align: right;
  display: grid;
  margin-bottom: 10px;
  font-family: "Open Sans", sans-serif;
  color: var(--themecolor);
  font-weight: 700;
  font-size: 30px;
  line-height: 1em;
  margin-bottom: 8px;
}
.estate-item > div:nth-child(3) .price .small {
  font-size: 0.5em;
  line-height: 1em;
}
.estate-item > div:nth-child(3) .buttons {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.estate-item > div:nth-child(3) .buttons > :not(.buttonsContainer) .btn:not(:last-child) {
  margin-bottom: 10px;
}
.estate-item > div:nth-child(3) .buttons .btn {
  display: block;
  width: 100%;
  text-align: center;
}
.estate-item .buttonsContainer {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 6px;
  margin: 8px 0;
}
@media (min-width: 768px) {
  .estate-item .buttonsContainer {
    width: initial;
  }
}
.estate-item .estate-visibility {
  max-width: 180px;
  border-radius: 50px;
  box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.04);
  text-align: center;
  overflow: hidden;
}
@media (min-width: 960px) {
  .estate-item .estate-visibility {
    margin-left: 5px;
  }
}
.estate-item .estate-visibility input {
  position: absolute;
  left: -300vw;
}
.estate-item .estate-visibility > div {
  position: relative;
}
.estate-item .estate-visibility > div > label {
  display: inline-block;
  padding: 8px 20px;
  color: #000;
  line-height: 1em;
  position: relative;
  cursor: pointer;
}
.estate-item .estate-visibility > div::before {
  content: "";
  display: block;
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--themecolor);
  border-radius: 50px;
  transform: translateX(0px);
  transition: transform ease-in-out 0.3s;
}
.estate-item .estate-visibility input[value="1"]:checked ~ div label[data-val="1"] {
  color: #fff;
}
.estate-item .estate-visibility input[value="2"]:checked ~ div::before {
  transform: translateX(100%);
}
.estate-item .estate-visibility input[value="2"]:checked ~ div label[data-val="2"] {
  color: #fff;
}
.estate-item .estate-collaboration {
  display: flex;
  flex-direction: row-reverse;
}
.estate-item .estate-collaboration > span {
  cursor: pointer;
  font-weight: 600;
  font-size: 14px;
  padding: 5px 10px;
  line-height: 1.4em;
  background-color: 0;
  text-transform: uppercase;
  border-radius: 5px;
  margin: 4px;
  display: inline-block;
  color: #fff;
  flex-shrink: 0;
}
.estate-item .estate-collaboration > span[data-count="0"] {
  display: none;
}
.estate-item .estate-collaboration > span.collab-accepted {
  background-color: var(--themecolor);
}
.estate-item .estate-collaboration > span.collab-pending {
  background-color: var(--themecolor);
}
.estate-item .estate-collaboration > span.collab-ended {
  background-color: #9c9fe3;
}
.estate-item .estate-collaboration > span.collab-refused {
  background-color: #f42c69;
}
.estate-item .estate-item-out-bar {
  padding-top: 0 !important;
}
@media (min-width: 960px) {
  .estate-item .estate-item-out-bar {
    gap: 10px;
  }
}
.estate-item .estate-item-out-bar .prom_com {
  padding: 7px 10px;
  border: 1px solid var(--themecolor);
  border-radius: 8px;
  color: #000;
}
.estate-item .estate-item-out-bar div {
  margin-bottom: 5px;
}
.estate-item .estate-item-out-bar div:last-of-type {
  margin-bottom: 0;
}
.estate-item .pdf-export-label {
  display: none;
}

.estate-item.project:not(.iframe) a, .estate-item.project:not(.iframe) span,
.estate-item.new-estate:not(.iframe) a,
.estate-item.new-estate:not(.iframe) span {
  color: #6534E6;
}
.estate-item.project:not(.iframe) .estate-collaboration span,
.estate-item.new-estate:not(.iframe) .estate-collaboration span {
  color: #fff;
}
.estate-item.project:not(.iframe) .btn,
.estate-item.new-estate:not(.iframe) .btn {
  background-color: #6534E6;
  color: #fff;
}
.estate-item.project:not(.iframe) .btn-secondary,
.estate-item.new-estate:not(.iframe) .btn-secondary {
  background-color: #e8e1fc;
  color: #6534E6;
}
.estate-item.project:not(.iframe) .tippy-box,
.estate-item.new-estate:not(.iframe) .tippy-box {
  background-color: #6534E6 !important;
}
.estate-item.project:not(.iframe) .btn:hover,
.estate-item.new-estate:not(.iframe) .btn:hover {
  background-color: #541de3;
}
.estate-item.project:not(.iframe) .btn-secondary:hover,
.estate-item.new-estate:not(.iframe) .btn-secondary:hover {
  background-color: #ded3fa;
}
.estate-item.project:not(.iframe) > div:nth-child(2) .commune::before, .estate-item.project:not(.iframe) .priceInfo,
.estate-item.new-estate:not(.iframe) > div:nth-child(2) .commune::before,
.estate-item.new-estate:not(.iframe) .priceInfo {
  background-color: #6534E6;
}

#estates-wrapper.grid-view .estates-grid {
  position: relative;
}
#estates-wrapper.grid-view .estates-grid .no-results {
  position: absolute;
  width: calc(100% - 20px);
  margin: 10px;
}
#estates-wrapper.grid-view .estates-grid .estate-item .partner-icon {
  width: 58px;
  height: auto;
  object-fit: contain;
  position: absolute;
  right: 10px;
  top: 230px;
  width: 58px;
  border-radius: 10px;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.1);
}

#estates-wrapper.list-view .estates-grid .estate-item .partner-icon {
  width: 58px;
  height: auto;
  object-fit: contain;
  position: absolute;
  bottom: 15px;
  left: 180px;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}
@media (max-width: 959px) {
  #estates-wrapper.list-view .estates-grid .estate-item .partner-icon {
    bottom: 300px;
    left: auto;
    right: 15px;
  }
}

.pdf-view .estate-item.draft {
  filter: grayscale(1);
}
.pdf-view .estate-item .pdf-export-label {
  display: block;
}
.pdf-view .estate-item .pdf-export-label:hover input ~ span {
  background-color: #ccc;
}
.pdf-view .estate-item .pdf-export-label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.pdf-view .estate-item .pdf-export-label input:checked ~ span {
  background-color: var(--themecolor);
}
.pdf-view .estate-item .pdf-export-label input:checked ~ span:after {
  display: block;
}
.pdf-view .estate-item .pdf-export-label span {
  position: absolute;
  top: 0;
  left: 0;
  height: 16px;
  width: 16px;
  background-color: white;
  border: 1px solid var(--themecolor);
  border-radius: 5px;
  cursor: pointer;
}
.pdf-view .estate-item .pdf-export-label span:after {
  content: "";
  position: absolute;
  display: none;
  left: 4.4px;
  top: 1px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.pdf-view #estates-wrapper.list-view {
  margin-left: 0;
}
@media (min-width: 960px) {
  .pdf-view #estates-wrapper.list-view {
    gap: 55px;
    margin-left: 45px;
  }
}
@media (min-width: 1240px) {
  .pdf-view #estates-wrapper.list-view {
    gap: 55px;
    margin-left: 0;
  }
}
.pdf-view #estates-wrapper.list-view .estates-grid .estate-item:has(.pdf-export-label) {
  margin-left: 50px;
}
.pdf-view #estates-wrapper.list-view .estates-grid .estate-item .pdf-export-label {
  position: absolute;
  left: -40px;
  top: 50%;
  transform: translateY(calc(-50% - 10px));
}
.pdf-view #estates-wrapper.grid-view .estates-grid .estate-item {
  margin-top: 30px;
  transition: margin-top ease 0.15s;
}
.pdf-view #estates-wrapper.grid-view .estates-grid .estate-item .pdf-export-label {
  position: absolute;
  left: 10px;
  top: -30px;
}

@media (max-width: 1239px) {
  div#page:has(#showmap) {
    display: flex;
    flex-direction: column;
    height: 100vh;
  }
  div#page:has(#showmap) main {
    flex-grow: 1;
    height: 100%;
  }
  div#page:has(#showmap) main #map-view {
    height: 100%;
  }
}
@media (min-width: 960px) {
  #estates-wrapper.list-view .estate-item > div:nth-child(1) {
    border-radius: 26px 0px 0 26px;
  }
  #estates-wrapper.list-view .estate-item > div:nth-child(1) {
    position: relative;
  }
  #estates-wrapper.list-view .estate-item .check-container .price {
    visibility: visible !important;
  }
  #estates-wrapper.grid-view .estate-item > div:nth-child(1) {
    height: 300px;
  }
  #estates-wrapper.grid-view .estate-item .partner-icon {
    z-index: 3;
  }
  .estate-item.editable .edit-container {
    display: flex;
    gap: 10px;
    position: absolute;
    bottom: 20px;
    right: 20px;
    padding: 0;
    text-align: end;
  }
  .estate-item.editable .edit-container .btn-icon:not(:last-child) {
    margin-right: 6px;
  }
  .estate-item.editable .edit-container p {
    padding-top: 5px;
    margin: 0;
  }
  .estate-item.editable .edit-container .btn-icon {
    padding: 6px 8px;
  }
  .estate-item.editable .edit-container .btn-icon i {
    width: 20px;
    height: 20px;
  }
  .list-view .estates-grid .estate-item {
    max-width: 100%;
    display: grid;
    grid-template-columns: 225px 1fr max-content;
    position: relative;
  }
  .list-view .estates-grid .estate-item > div:nth-child(1) {
    min-height: 215px;
  }
  .list-view .estates-grid .estate-item > div:nth-child(1) a img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover;
  }
  .list-view .estates-grid .estate-item > div:nth-child(1) img.partner-icon {
    position: absolute;
    right: -10px;
    bottom: 5px;
    z-index: 2;
    width: 70px;
    height: auto;
    z-index: 3;
    border-radius: 20px;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.1);
  }
  .list-view .estates-grid .estate-item > div:nth-child(2) {
    display: flex;
    flex-direction: column;
    z-index: 2;
  }
  .list-view .estates-grid .estate-item > div:nth-child(2) .estate-icons {
    margin-top: auto;
  }
  .list-view .estates-grid .estate-item > div:nth-child(3) {
    display: flex;
    padding-top: 20px;
    flex-direction: column;
    justify-content: end;
  }
  .list-view .estates-grid .estate-item > div:nth-child(3) .buttons {
    align-items: flex-end;
  }
  .list-view .estates-grid .estate-item > div:nth-child(3) .buttons .btn {
    width: auto;
  }
  .list-view .estates-grid .estate-item.item-admin {
    grid-template-rows: 1fr max-content;
  }
  .list-view .estates-grid .estate-item.item-admin > div:nth-child(1) {
    grid-row: 1/-1;
  }
  .list-view .estates-grid .estate-item.item-admin .estate-item-out-bar {
    grid-column: 2/4;
    padding-top: 0;
    padding-bottom: 10px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .list-view .estates-grid .estate-item.item-admin .estate-item-out-bar .estate-collaboration {
    margin-left: auto;
    margin-top: 0;
  }
  .grid-view .estates-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
  .grid-view .estates-grid .estate-item {
    max-width: 400px;
    margin: 0;
    display: flex;
    flex-direction: column;
  }
  .grid-view .estates-grid .estate-item .description,
  .grid-view .estates-grid .estate-item .estate-icons {
    display: none !important;
  }
  .grid-view .estates-grid .estate-item > div:nth-child(3) {
    margin-top: auto;
  }
  .grid-view .estates-grid .estate-item > div:nth-child(3) .buttons {
    gap: 10px;
  }
  .grid-view .estates-grid .estate-item > div:nth-child(3) .buttons .btn {
    font-size: 12px;
    margin-bottom: 0;
  }
}
@media (min-width: 1240px) {
  .grid-view .estates-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
.estate-icons {
  display: flex;
  flex-wrap: wrap;
}
.estate-icons > div:not(:last-child) {
  margin-right: 14px;
}
.estate-icons > div {
  font-size: 14px;
  line-height: 1.5em;
  display: flex;
  align-items: center;
  font-weight: 100;
  gap: 5px;
}
.estate-icons > div i {
  display: inline-block;
  width: 35px;
  height: 2em;
  background-size: 75%;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 0px;
  background-color: var(--themecolor);
}
.estate-icons > div i.estate-icon-surface {
  mask: url("../img/icons/icon-surface.svg") no-repeat center;
  mask-size: contain;
}
.estate-icons > div i.estate-icon-bedroom {
  mask: url("../img/icons/icon-bedroom.svg") no-repeat center;
  mask-size: contain;
}
.estate-icons > div i.estate-icon-bathroom {
  mask: url("../img/icons/icon-bathroom.svg") no-repeat center;
  mask-size: contain;
}
.estate-icons > div i.estate-icon-livingroom {
  mask: url("../img/icons/icon-livingroom.svg") no-repeat center;
  mask-size: contain;
}
.estate-icons > div i.estate-icon-garden {
  mask: url("../img/icons/icon-garden.svg") no-repeat center;
  mask-size: contain;
}
.estate-icons > div i.estate-icon-terrace {
  mask: url("../img/icons/icon-terrace.png") no-repeat center;
  mask-size: contain;
}

#my-estates-heading {
  border-bottom: solid 1px #dedfe1;
  position: relative;
  position: relative;
  margin-bottom: 90px;
  background-color: #fff;
  padding: 20px 10px;
}
@media (min-width: 1240px) {
  #my-estates-heading {
    margin-bottom: 40px;
    padding: 40px 0px;
    position: sticky;
    top: 0;
    z-index: 2000;
  }
}
#my-estates-heading h1 {
  text-align: left;
  margin-top: 0px;
  position: relative;
  color: #999cea;
  font-size: 15px;
  margin-bottom: 0;
}
#my-estates-heading .btn-rounded {
  position: absolute;
  top: calc(100% + 40px);
  right: 50px;
}
@media (min-width: 1240px) {
  #my-estates-heading .btn-rounded {
    top: 26px;
  }
}

.estate-item.delete {
  display: none !important;
}

@keyframes bounced {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-15px);
  }
}
.next-page-container {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 100px;
  animation: bounced 0.8s;
  animation-direction: alternate;
  animation-iteration-count: infinite;
}
.next-page-container .next-page {
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  cursor: pointer;
  margin: auto;
  color: transparent;
  background-color: var(--themecolor);
  mask: url(../img/icons/arrow-down.svg) no-repeat center;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transform: scale(1.3);
  transition: transform ease-in-out 0.3s;
}
.next-page-container .next-page:hover {
  transform: scale(1.5);
}
.next-page-container:hover {
  animation-play-state: paused;
}

@media (min-width: 1240px) {
  #estates-wrapper .estates-grid,
  #cards-view,
  #estates-wrapper #before-estates-grid {
    max-width: 1920px;
    margin: 0 auto;
    padding: 10px;
  }
}
#before-estates-grid .mobile-filter {
  font-weight: 600;
  font-size: 18px;
  padding: 5px 10px;
  background-color: var(--themecolor);
  color: #e8e1fc;
  text-transform: uppercase;
  border-radius: 5px;
  cursor: pointer;
}
#before-estates-grid .estates-header-top {
  display: flex;
  margin-bottom: 20px;
  flex-direction: column;
}
@media (min-width: 768px) {
  #before-estates-grid .estates-header-top {
    flex-direction: initial;
  }
}
#before-estates-grid .estates-header-top > div {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
#before-estates-grid .estates-header-top > div .btn-rounded {
  min-width: 160px;
  text-align: center;
  height: 28px;
  padding: 0.4em 0.6em;
  font-size: 14px;
  line-height: 14px;
  height: 28px;
}
@media (min-width: 960px) {
  #before-estates-grid .estates-header-top > div .btn-rounded {
    height: 37px;
    padding: 0.5em 0.8em;
    font-size: 16px;
    line-height: 16px;
    height: 37px;
    margin-right: 10px;
  }
}
#before-estates-grid .estates-header-top > div .ui.selection.dropdown,
#before-estates-grid .estates-header-top > div .ui.selection.dropdown > .dropdown.icon {
  height: initial;
  line-height: 14px;
  padding: 8px;
  background: transparent;
}
@media (min-width: 960px) {
  #before-estates-grid .estates-header-top > div .ui.selection.dropdown,
  #before-estates-grid .estates-header-top > div .ui.selection.dropdown > .dropdown.icon {
    font-size: 14px;
  }
}
#before-estates-grid .estates-header-top > div span.btn.btn-primary {
  font-size: 14px;
  line-height: 14px;
  padding: 0.4em 0.6em;
  height: 28px;
}
@media (min-width: 960px) {
  #before-estates-grid .estates-header-top > div span.btn.btn-primary {
    font-size: 16px;
    line-height: 1.4em;
    padding: 0.5em 0.8em;
    height: 37px;
  }
}
#before-estates-grid .estates-header-top > .estates-header-left {
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  flex: 1;
}
#before-estates-grid .estates-header-top > .estates-header-left > div,
#before-estates-grid .estates-header-top > .estates-header-left > span {
  display: inline-block;
}
#before-estates-grid .estates-header-top > .estates-header-left > div.grouped-action > div,
#before-estates-grid .estates-header-top > .estates-header-left > span.grouped-action > div {
  position: absolute;
  left: 10px;
  display: flex;
  gap: 10px;
  margin-top: 5px;
}
#before-estates-grid .estates-header-top > .estates-header-left > div.grouped-action .group-action-apply,
#before-estates-grid .estates-header-top > .estates-header-left > span.grouped-action .group-action-apply {
  margin: 15px 0px;
}
@media (min-width: 768px) {
  #before-estates-grid .estates-header-top > .estates-header-left > div.grouped-action .group-action-apply,
  #before-estates-grid .estates-header-top > .estates-header-left > span.grouped-action .group-action-apply {
    margin: initial;
  }
}
#before-estates-grid .estates-header-top > .estates-header-left > div.grouped-action .group-action-apply i,
#before-estates-grid .estates-header-top > .estates-header-left > span.grouped-action .group-action-apply i {
  display: none;
  margin-top: 3px;
}
#before-estates-grid .estates-header-top > .estates-header-left > div.grouped-action .group-action-apply span,
#before-estates-grid .estates-header-top > .estates-header-left > span.grouped-action .group-action-apply span {
  display: block;
}
#before-estates-grid .estates-header-top > .estates-header-left > div.grouped-action .group-action-apply.loading,
#before-estates-grid .estates-header-top > .estates-header-left > span.grouped-action .group-action-apply.loading {
  padding-right: 40px;
  padding-left: 40px;
  pointer-events: none;
}
#before-estates-grid .estates-header-top > .estates-header-left > div.grouped-action .group-action-apply.loading i,
#before-estates-grid .estates-header-top > .estates-header-left > span.grouped-action .group-action-apply.loading i {
  display: block;
}
#before-estates-grid .estates-header-top > .estates-header-left > div.grouped-action .group-action-apply.loading span,
#before-estates-grid .estates-header-top > .estates-header-left > span.grouped-action .group-action-apply.loading span {
  display: none;
}
@media (min-width: 768px) {
  #before-estates-grid .estates-header-top > .estates-header-left > div.grouped-action,
  #before-estates-grid .estates-header-top > .estates-header-left > span.grouped-action {
    display: flex;
    align-items: flex-start;
    gap: 10px;
  }
  #before-estates-grid .estates-header-top > .estates-header-left > div.grouped-action > div,
  #before-estates-grid .estates-header-top > .estates-header-left > span.grouped-action > div {
    position: relative;
    left: 0;
    margin-top: 0;
    display: flex;
    align-items: flex-start;
  }
}
#before-estates-grid .estates-header-top > .estates-header-left .btn-my-favories a {
  text-decoration: none;
}
#before-estates-grid .estates-header-top > .estates-header-right {
  flex: 0;
  width: 100%;
  align-items: flex-start;
  justify-content: flex-end;
}
@media (min-width: 960px) {
  #before-estates-grid .estates-header-top > .estates-header-right {
    align-items: flex-start;
  }
}
#before-estates-grid .estates-header-top > .estates-header-right .toggle-estates-view {
  display: none;
  width: 38px;
  height: 24px;
  margin-top: 6px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}
#before-estates-grid .estates-header-top > .estates-header-right .toggle-estates-view[data-view=grid-view] {
  mask: url("../img/icons/icon-grid-view.svg") no-repeat center;
  mask-size: contain;
  background-color: var(--themecolor);
  opacity: 0.2;
  margin-right: 10px;
}
#before-estates-grid .estates-header-top > .estates-header-right .toggle-estates-view[data-view=grid-view].active {
  opacity: 1;
}
#before-estates-grid .estates-header-top > .estates-header-right .toggle-estates-view[data-view=list-view] {
  margin-right: 10px;
  mask: url("../img/icons/icon-list-view.svg") no-repeat center;
  mask-size: contain;
  background-color: var(--themecolor);
  opacity: 0.2;
}
#before-estates-grid .estates-header-top > .estates-header-right .toggle-estates-view[data-view=list-view].active {
  opacity: 1;
}
#before-estates-grid .estates-header-top > .estates-header-right .toggle-estates-view.export-icon {
  mask: url(../img/icons/icon-estates-export.svg) no-repeat center;
  mask-size: contain;
  background-color: var(--themecolor);
}
#before-estates-grid .estates-header-top > .estates-header-right .toggle-estates-view.settings-icon {
  mask: url(../img/icons/icon-estates-settings.svg) no-repeat center;
  mask-size: contain;
  background-color: var(--themecolor);
}
@media (min-width: 960px) {
  #before-estates-grid .estates-header-top > .estates-header-right .toggle-estates-view {
    display: inline-block;
  }
}
#before-estates-grid .estates-header-top > .estates-header-right .estate-add-new {
  position: fixed;
  top: 165px;
  width: 42px;
  height: 42px;
  min-width: 42px;
  min-height: 42px;
  background: var(--themecolor);
  border-radius: 21px;
  text-align: center;
  line-height: 40px;
  color: #fff;
  text-decoration: none;
  font-size: 42px;
  z-index: 100;
  transition: width 0.5s ease-in-out, border-radius 0.5s ease-in-out;
}
#before-estates-grid .estates-header-top > .estates-header-right .estate-add-new .add {
  transition: opacity 0.25s ease-out;
  transition-delay: 250ms;
  transition-property: opacity;
  display: none;
  font-size: 15px;
  opacity: 0;
}
#before-estates-grid .estates-header-top > .estates-header-right .estate-add-new:hover {
  width: 168px;
  height: 42px;
  border-radius: 21px;
  font-size: 15px;
}
#before-estates-grid .estates-header-top > .estates-header-right .estate-add-new:hover .plus {
  display: none;
}
#before-estates-grid .estates-header-top > .estates-header-right .estate-add-new:hover .add {
  display: block;
  opacity: 1;
}
#before-estates-grid .estates-header-bottom {
  margin-left: 60px;
  display: flex;
  background-color: #f5f6ff;
  position: relative;
  height: 50px;
}
#before-estates-grid .estates-header-bottom::before {
  content: "";
  background-color: var(--themecolor-lighest);
  position: absolute;
  width: 100000px;
  height: 50px;
  margin-left: -50000px;
  top: 0;
  right: 0;
  z-index: 0;
}
#before-estates-grid .estates-header-bottom > div {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  flex: 1;
  align-items: center;
  z-index: 1;
}
#before-estates-grid .estates-header-bottom a {
  text-decoration: none;
  color: var(--themecolor);
}
#before-estates-grid .estates-header-bottom a:hover {
  text-decoration: underline;
}
#before-estates-grid .estates-header-bottom .estates-header-select {
  max-width: 225px;
}
#before-estates-grid .estates-header-bottom .estates-header-select .select-all-estates {
  position: relative;
}
#before-estates-grid .estates-header-bottom .estates-header-select .select-all-estates .pdf-export-label {
  display: block;
  position: absolute;
  left: -40px;
  top: 3px;
}
#before-estates-grid .estates-header-bottom .estates-header-select .select-all-estates .pdf-export-label:hover input ~ span {
  background-color: #ccc;
}
#before-estates-grid .estates-header-bottom .estates-header-select .select-all-estates .pdf-export-label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
#before-estates-grid .estates-header-bottom .estates-header-select .select-all-estates .pdf-export-label input:checked ~ span {
  background-color: var(--themecolor);
}
#before-estates-grid .estates-header-bottom .estates-header-select .select-all-estates .pdf-export-label input:checked ~ span:after {
  display: block;
}
#before-estates-grid .estates-header-bottom .estates-header-select .select-all-estates .pdf-export-label span {
  position: absolute;
  top: 0;
  left: 0;
  height: 16px;
  width: 16px;
  background-color: var(--themecolor-lighest);
  border: 1px solid var(--themecolor);
  border-radius: 5px;
  cursor: pointer;
}
#before-estates-grid .estates-header-bottom .estates-header-select .select-all-estates .pdf-export-label span:after {
  content: "";
  position: absolute;
  display: none;
  left: 4.4px;
  top: 1px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
#before-estates-grid .estates-header-bottom .estates-header-actions {
  flex-grow: 1;
  margin-left: 20px;
  display: flex;
  gap: 25px;
}
#before-estates-grid .estates-header-bottom .estates-header-actions .action a {
  display: flex;
  align-items: center;
}
#before-estates-grid .estates-header-bottom .estates-header-actions .icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 10px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}
#before-estates-grid .estates-header-bottom .estates-header-actions .icon.icon-pdf-export {
  mask: url(../img/icons/icon-export-pdf.svg) no-repeat center;
  mask-size: contain;
  background-color: var(--themecolor);
}
#before-estates-grid .estates-header-bottom .estates-header-actions .icon.icon-show {
  mask: url(../img/icons/icon-show.svg) no-repeat center;
  mask-size: contain;
  background-color: var(--themecolor);
}
#before-estates-grid .estates-header-bottom .estates-header-actions .icon.icon-hide {
  mask: url(../img/icons/icon-hide.svg) no-repeat center;
  mask-size: contain;
  background-color: var(--themecolor);
}
#before-estates-grid .estates-header-bottom .close-actions {
  position: absolute;
  right: 0;
  mask: url(../img/icons/icon-close-actions.svg) no-repeat center;
  mask-size: contain;
  background-color: var(--themecolor);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 18px;
  height: 18px;
  margin: 16px 0;
  cursor: pointer;
}
#before-estates-grid .btn-secondary {
  text-transform: none;
  border-radius: 50px;
  background-color: transparent;
  color: #999cea;
  border: 1px solid #999cea;
  line-height: 16px;
  cursor: pointer;
  padding: 4px 0.6em;
  font-size: 14px;
  height: 27px;
}
@media (min-width: 960px) {
  #before-estates-grid .btn-secondary {
    line-height: 20px;
    padding: 5px 0.8em;
    font-size: 16px;
    height: 33px;
  }
}
#before-estates-grid .btn-secondary i {
  margin-top: -3px;
  margin-right: 5px;
}
#before-estates-grid .btn-secondary:hover {
  color: var(--themecolor);
  border-color: var(--themecolor);
  transition: 0.2s ease-in-out all;
}

.edit-container-dropdown {
  width: 70px;
  z-index: 4;
}
.edit-container-dropdown__switch:checked + .edit-container-dropdown__options-filter .edit-container-dropdown__select {
  transform: scaleY(1);
}
.edit-container-dropdown__switch:checked + .edit-container-dropdown__options-filter .edit-container-dropdown__filter:after {
  transform: rotate(-180deg);
}
.edit-container-dropdown__options-filter {
  width: 100%;
  cursor: pointer;
}
.edit-container-dropdown__options-filter img {
  width: 24px;
  height: 24px;
}
.edit-container-dropdown__filter {
  margin: 0;
  z-index: 10;
  list-style: none;
  position: relative;
  display: flex;
  padding: 5px 12px;
  color: #595959;
  background-color: #fff;
  border: 1px solid #d6d6d6;
  border-radius: 30px;
  font-size: 14px;
  transition: 0.3s;
}
.edit-container-dropdown__filter::after {
  position: absolute;
  top: 45%;
  right: 10px;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-top: 5px solid #c9c9c9;
  border-bottom: 0;
  transition: 0.2s ease-in-out;
}
.edit-container-dropdown__select {
  position: absolute;
  list-style: none;
  top: 100%;
  right: 70px;
  width: 100%;
  padding: 0;
  margin: 0;
  margin-top: 5px;
  transform: scaleY(0);
  transform-origin: top;
  font-weight: 300;
  transition: 0.2s ease-in-out;
}
.edit-container-dropdown__select-option {
  display: flex;
  width: 140px;
  box-shadow: 0 5px 10px 0 rgba(152, 152, 152, 0.6);
  flex-direction: row;
  align-items: center;
  padding: 12px 15px !important;
  background-color: #fff;
  border-bottom: 1px solid #d6d6d6;
  transition: 0.3s;
}
.edit-container-dropdown__select-option img {
  margin-right: 20px;
}
.edit-container-dropdown__select-option:last-of-type {
  border-bottom: 0;
}
.edit-container-dropdown__select-option:hover {
  background-color: #f9f9f9;
}

.search-container {
  border: 1px solid var(--themecolor);
  border-radius: 5px;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.0392156863);
  padding: 6px;
  display: flex !important;
  gap: 10px;
  justify-content: flex-start;
  align-items: center;
  height: 40px;
}
@media (min-width: 960px) {
  .search-container {
    max-width: 250px;
  }
}
.search-container img {
  align-self: center;
  cursor: pointer;
}
.search-container input {
  cursor: auto;
  border-radius: 0px;
  word-wrap: break-word;
  line-height: 1em;
  white-space: normal;
  outline: 0;
  min-width: 10em;
  background-color: transparent;
  display: inline-block;
  color: rgba(0, 0, 0, 0.87);
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  height: 24px;
  width: 100%;
  max-width: 500px;
}
.search-container input[type=search]::-webkit-search-cancel-button {
  display: none;
}
.search-container input::placeholder {
  color: var(--themecolor-lighest);
}
.search-container .input-search-close {
  height: 20px;
  margin-top: 5px;
  display: none;
}

.duplicate_children {
  text-align: center;
  color: #000;
}
.duplicate_children > div {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  gap: 20px;
}
.duplicate_children > div label input {
  margin-right: 10px;
}

#showmap {
  z-index: 777;
  position: fixed;
  padding: 15px 16px;
  bottom: 10px;
  right: 10px;
  border-radius: 8px;
}
@media (min-width: 450px) {
  #showmap {
    bottom: 40px;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
  }
  #showmap span::after {
    content: url("../img/icons/map-icon.svg");
    height: 24px;
    width: 24px;
  }
  #showmap.listIcon span::after {
    content: url("../img/icons/icon-list-button.svg");
  }
}
#showmap span {
  display: none;
}
@media (min-width: 450px) {
  #showmap span {
    display: flex;
    flex-direction: column;
    text-align: center;
    font-size: 14px;
    gap: 8px;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    font-size: initial;
    text-align: start;
  }
}
@media (min-width: 1240px) {
  #showmap {
    left: calc(50% + 120px);
    transform: translateX(-50%);
  }
}

#showmap::after {
  content: url("../img/icons/map-icon.svg");
  height: 24px;
  width: 24px;
}
@media (min-width: 450px) {
  #showmap::after {
    content: "";
  }
}

#showmap.listIcon::after {
  content: url("../img/icons/icon-list-button.svg");
  height: 24px;
  width: 24px;
}
@media (min-width: 450px) {
  #showmap.listIcon::after {
    content: "";
  }
}

.gm-style .map-marker.map-marker-agency {
  position: relative;
}
.gm-style .map-marker.map-marker-agency img:first-chid {
  display: block;
}
.gm-style .map-marker.map-marker-agency img + img {
  position: absolute;
  top: 0;
  display: block;
  max-width: 100%;
  border-radius: 50%;
  aspect-ratio: 1;
  object-position: center;
  object-fit: cover;
  border: solid 2px var(--themecolor);
}

#map-view {
  display: none;
  position: relative;
}
#map-view img.circle, #map-view img.square, #map-view img.trashMap {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 10px;
  z-index: 1;
  background: white;
  border-radius: 8px;
  padding: 5px;
  cursor: pointer;
  border: 2px solid var(--themecolor);
}
#map-view img.circle {
  top: 5px;
}
#map-view img.square {
  top: 40px;
}
#map-view img.trashMap {
  top: 75px;
}
@media (min-width: 1240px) {
  #map-view {
    height: 100%;
  }
}
#map-view #estate-map {
  height: 100%;
}
#map-view p {
  margin-bottom: 0;
}
#map-view #cardmap {
  position: absolute;
  top: 60px;
  left: 10px;
  width: calc(100% - 20px);
  max-width: 240px;
  background-color: white;
  border-radius: 40px;
  overflow: hidden;
  color: var(--themecolor);
  box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.04);
}
#map-view #cardmap a {
  cursor: pointer;
  text-decoration: none;
}
#map-view #cardmap img {
  width: 100%;
  aspec-ratio: 1/2;
  object-fit: cover;
  display: block;
  object-position: center;
}
#map-view #cardmap p {
  margin-bottom: 0;
  margin-top: 1em;
}
#map-view #cardmap .card-content {
  padding: 20px;
}
#map-view #cardmap h4 {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2em;
  text-transform: uppercase;
  margin-top: 0;
}
#map-view #cardmap .estate-id {
  font-weight: 700;
  font-size: 14px;
}
#map-view #cardmap h4, #map-view #cardmap p {
  color: var(--themecolor);
}
#map-view #cardmap p.card-price {
  font-size: 24px;
  font-weight: 700;
}
#map-view #cardmap p.card-price span {
  vertical-align: baseline;
  font-size: 0.5em;
  text-transform: uppercase;
}

#estates-wrapper.show-map {
  height: 100%;
}
#estates-wrapper.show-map div.estates-parent {
  height: 100%;
  display: flex;
  flex-direction: column;
}
#estates-wrapper.show-map #cards-view, #estates-wrapper.show-map .estates-header-top {
  display: none !important;
}
#estates-wrapper.show-map #map-view {
  display: block;
}

.crosshair div {
  cursor: crosshair !important;
}

#cursorText {
  position: absolute;
  color: white;
  background-color: #6534E6;
  padding: 5px;
  border-radius: 8px;
  font-size: 12px;
}

#hustle-popup-id-1 .hustle-button-icon.hustle-button-close {
  color: #6534e6 !important;
  top: 100px !important;
  right: 28px !important;
}
@media (max-width: 767px) {
  #hustle-popup-id-1 .hustle-group-content p {
    display: flex !important;
    justify-content: center !important;
  }
  #hustle-popup-id-1 .hustle-button-icon.hustle-button-close {
    top: 0 !important;
    right: 0 !important;
  }
}

.main-estate {
  margin-top: 0 !important;
}
.main-estate .custom-text-section .text-content span {
  background-color: unset !important;
  color: #898989 !important;
}
.main-estate .custom-text-section .text-content h2 span {
  color: var(--themecolor) !important;
}
.main-estate div.swiper-container div.sold {
  padding: 2px 60px;
  text-transform: uppercase;
  position: absolute;
  background: #6534E6;
  top: 25px;
  left: -40px;
  font-size: 14px;
  color: #e8e1fc;
  rotate: -30deg;
  z-index: 3;
}
.main-estate img.partner-icon {
  z-index: 2;
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 55px;
  height: auto;
  display: flex;
  object-fit: contain;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}
@media (min-width: 768px) {
  .main-estate {
    margin-top: 20px !important;
  }
}
@media (min-width: 1240px) {
  .main-estate img.partner-icon {
    width: 80px;
    height: auto;
  }
}
.main-estate h1, .main-estate h2, .main-estate h3, .main-estate h4, .main-estate h5, .main-estate h6 {
  color: var(--themecolor);
}
.main-estate h2, .main-estate h3, .main-estate h4, .main-estate h5, .main-estate h6 {
  font-weight: 500;
}
.main-estate h1 {
  margin-bottom: 10px;
}
.main-estate #map-estate {
  width: 100%;
  aspect-ratio: 16/7;
}
.main-estate .col-6 #map-estate {
  aspect-ratio: 1;
}
.main-estate .backButton, .main-estate .goBackButton {
  line-height: 42px;
}
.main-estate .backButton > a, .main-estate .goBackButton > a {
  padding: 10px 40px 10px 0;
}
@media (min-width: 768px) {
  .main-estate .backButton > a, .main-estate .goBackButton > a {
    padding: 10px 30px 10px 10px;
  }
}
.main-estate #showForm {
  margin-top: 15px;
}
.main-estate .identifier {
  color: var(--themecolor);
  font-weight: 400;
  margin-top: 0;
  font-size: 20px;
}
.main-estate .buttons:has(.estate-icon-info) .invalid.btn {
  margin-left: 30px;
}
.main-estate .invalid.btn {
  filter: grayscale(1);
  display: inline-block;
  font-size: 16px;
  line-height: 1.4em;
  text-transform: uppercase;
  padding: 0.5em 0.8em;
  text-decoration: none;
  font-family: myriad-pro, sans-serif;
  font-weight: 400;
  background-color: #e8e1fc;
  color: #6534E6;
  border-radius: 5px;
  cursor: default;
}
.main-estate .estate-icons {
  margin-top: 40px;
}
.main-estate .starting, .main-estate .htva {
  text-align: right;
  margin-bottom: 0;
  color: var(--themecolor);
}
.main-estate .htva {
  margin: 0;
}
.main-estate .price {
  line-height: 20px;
  color: var(--themecolor);
  text-align: right;
  font-weight: 600;
  font-size: 30px;
  margin: 10px 0;
  display: flex;
  gap: 10px;
  justify-content: right;
  align-items: center;
}
.main-estate .commission {
  display: inline-block;
  border: 1px solid var(--themecolor);
  border-radius: 5px;
  padding: 10px;
  margin-top: 5px;
  float: right;
}
.main-estate .commission span {
  color: var(--themecolor);
  font-weight: bold;
}
.main-estate .estate-gallery .swiper-button-prev,
.main-estate .estate-gallery .swiper-container-rtl .swiper-button-next,
.main-estate .estate-gallery .swiper-button-next,
.main-estate .estate-gallery .swiper-container-rtl .swiper-button-prev {
  background-image: none;
  color: var(--themecolor);
}
.main-estate .carrac-container .caracts-col > p {
  display: flex;
  justify-content: space-between;
  font-size: 15px;
  color: #a7a7a7;
  margin: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: solid 1px #c1c1c1;
}
.main-estate .carrac-container .caracts-col > p:last-child {
  border-bottom: none;
}
.main-estate .carrac-container .caracts-col > p > span::first-letter {
  text-transform: uppercase;
}
.main-estate .carrac-container .caracts-col > p > span + span {
  font-weight: 600;
  color: #6a6a6a;
}
.main-estate .not-found-estate {
  display: flex;
  align-items: center;
  background-color: #f7f7f7;
  padding: 15px;
  border-radius: 5px;
  width: 85%;
  max-width: 1240px;
  margin: auto;
  margin-bottom: 50px;
}
.main-estate .not-found-estate h3 {
  color: #212f44;
  font-weight: 700;
  display: block;
  margin: auto;
  text-align: center;
  line-height: 1em;
}
.main-estate .estate-complain {
  margin: 15px 0 50px;
}

@media (min-width: 1240px) {
  .main-estate:not(:has(.starting)) .price {
    margin-top: 60px;
  }
}

h2.section-head {
  font-size: 24px;
  line-height: 1.4em;
  font-weight: 600;
  border-bottom: solid 1px #c1c1c1;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.priceInfo {
  display: block;
  width: 20px;
  height: 20px;
  mask: url(../img/icons/icon-infos.svg) no-repeat center;
  mask-size: contain;
  background-color: var(--themecolor);
  background-repeat: no-repeat;
}

.tippy-box {
  background-color: var(--themecolor) !important;
  z-index: 999 !important;
  text-align: center;
  border: none !important;
  color: white !important;
}
.tippy-box[data-placement^=bottom] .tippy-arrow::before {
  border-bottom-color: var(--themecolor) !important;
}
.tippy-box[data-placement^=top] .tippy-arrow::before {
  border-top-color: var(--themecolor) !important;
}

.check-container .price > span {
  display: flex !important;
  gap: 10px;
  justify-content: right;
  margin-top: 10px;
  align-items: center;
}

#estate-documents {
  max-height: 400px;
  overflow: auto;
  margin-bottom: 40px;
}
#estate-documents > div {
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 14px;
  line-height: 1.2em;
  display: flex;
  justify-content: space-between;
}
#estate-documents > div:not(:last-child) {
  border-bottom: solid 1px #c1c1c1;
}
#estate-documents > div h4 {
  color: #000;
  font-weight: 600;
  margin-bottom: 5px;
  margin-top: 0;
}
#estate-documents > div p {
  margin: 0;
  font-weight: 200;
}

.property-upload {
  position: relative;
  max-width: 200px;
  margin-top: 40px;
}
.property-upload input {
  position: absolute;
  left: -300vw;
}
.property-upload img {
  display: block;
  width: 100%;
  height: auto;
}

#children-estates {
  margin: 40px 0;
}
#children-estates .section-head {
  grid-column: span 2;
}
#children-estates #childrenForm {
  margin-bottom: 20px;
}
#children-estates #childrenForm .export-icon.desktop {
  display: block;
  width: 20px;
  height: 20px;
  mask: url(../img/icons/icon-estates-export.svg) no-repeat center;
  mask-size: contain;
  background-color: var(--themecolor);
  background-repeat: no-repeat;
}
#children-estates #childrenForm .export-close.desktop {
  display: block;
  width: 20px;
  height: 20px;
  mask: url(../img/icons/icon-close-actions.svg) no-repeat center;
  mask-size: contain;
  background-color: var(--themecolor);
  background-repeat: no-repeat;
}
#children-estates .export-div {
  padding: 10px;
  background-color: var(--themecolor-lighest);
  align-items: center;
  gap: 15px;
  flex-wrap: wrap;
  display: none;
}
#children-estates .export-div label {
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  color: var(--themecolor);
}
#children-estates .export-div label input {
  margin-right: 5px;
}
#children-estates .export-div a {
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
}
#children-estates .error {
  color: #162031;
  padding: 40px;
}
@media (min-width: 1240px) {
  #children-estates {
    display: grid;
    gap: 40px;
    grid-template-columns: repeat(2, 1fr);
    align-items: flex-start;
  }
  #children-estates .export-icon.mobile {
    display: none;
  }
  #children-estates #childrenForm {
    grid-column: span 2;
    margin-bottom: 30px;
    z-index: 990;
  }
  #children-estates .first-child-estate {
    border-radius: 24px;
    border: solid 1px #C1C1C1;
    max-height: 790px;
    overflow: auto;
  }
}
#children-estates > div {
  margin-bottom: 25px;
  min-height: 790px;
}
#children-estates > div button.child-filter {
  margin-bottom: 20px;
  width: 100%;
}
@media (min-width: 1240px) {
  #children-estates > div button.child-filter {
    display: none;
  }
}
#children-estates > div .child {
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
#children-estates > div .child label {
  position: absolute;
  display: none;
  left: 20px;
}
#children-estates > div .child > div:first-child {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}
#children-estates > div .child > div:first-child div {
  display: flex;
  align-items: center;
  gap: 15px;
}
#children-estates > div .child:not(:last-child) {
  border-bottom: solid 1px #C1C1C1;
}
#children-estates > div .child:hover, #children-estates > div .child.active {
  background-color: #f9f9f9;
}
#children-estates > div .child.active::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 6px;
  background-color: var(--themecolor);
}
#children-estates > div .child .estate-icons {
  margin-top: 20px;
}
#children-estates > div .child h4 {
  color: black;
  display: inline;
  margin: 0;
  font-size: 14px;
  line-height: 1.2em;
  font-weight: 700;
}
#children-estates > div .child p {
  display: inline;
  margin-top: 0;
  margin-bottom: 0;
}
#children-estates > div .child .price {
  color: var(--themecolor);
  font-size: 14px;
  font-weight: 700;
}
#children-estates > div .child .propertyid {
  color: var(--themecolor);
}
#children-estates > div .child .sold {
  padding: 2px 60px;
  position: absolute;
  background: var(--themecolor);
  bottom: 16px;
  right: -30px;
  font-size: 12px;
  color: #e8e1fc;
  rotate: -30deg;
}
#children-estates > div .child-card {
  position: relative;
  display: none;
  overflow: hidden;
}
#children-estates > div .child-card.active {
  display: block;
}
#children-estates > div .child-card a > img {
  display: block;
  width: 100%;
  max-height: 500px;
  object-fit: cover;
}
#children-estates > div .child-card > div {
  padding: 20px;
}
#children-estates > div .child-card h4 {
  margin-top: 0;
  font-size: 14px;
  color: #162031;
}
#children-estates > div .child-card .sold {
  position: absolute;
  top: 25px;
  right: -32px;
  padding: 2px 80px;
  background: var(--themecolor);
  color: #e8e1fc;
  rotate: 30deg;
}

/*!
 * # Fomantic-UI 2.8.8 - Dropdown
 * http://github.com/fomantic/Fomantic-UI/
 *
 *
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */
/*!
* # Fomantic-UI 2.9.3 - Icon
* https://github.com/fomantic/Fomantic-UI/
*
*
* Released under the MIT license
* https://opensource.org/licenses/MIT
*
*/
@font-face {
  font-family: icons;
  src: url(../fonts/fomantic/icons.woff2) format("woff2"), url(../fonts/fomantic/icons.woff) format("woff");
  font-style: normal;
  font-weight: 400;
  font-display: block;
  font-variant: normal;
  text-decoration: inherit;
  text-transform: none;
}
@font-face {
  font-family: outline-icons;
  src: url(../fonts/fomantic/outline-icons.woff2) format("woff2"), url(../fonts/fomantic/outline-icons.woff) format("woff");
  font-style: normal;
  font-weight: 400;
  font-display: block;
  font-variant: normal;
  text-decoration: inherit;
  text-transform: none;
}
@font-face {
  font-family: brand-icons;
  src: url(../fonts/fomantic/brand-icons.woff2) format("woff2"), url(../fonts/fomantic/brand-icons.woff) format("woff");
  font-style: normal;
  font-weight: 400;
  font-display: block;
  font-variant: normal;
  text-decoration: inherit;
  text-transform: none;
}
i.icon {
  display: inline-block;
  opacity: 1;
  margin: 0 0.25rem 0 0;
  width: 1.18em;
  height: 1em;
  font-family: icons;
  font-style: normal;
  font-weight: 400;
  text-decoration: inherit;
  text-align: center;
  speak: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

i.icon::before {
  background: 0 0;
}

i.loading.icon {
  height: 1em;
  line-height: 1;
}

i.loading.icon, i.loading.icons {
  animation: loader 2s linear infinite;
}

i.emphasized.icon:not(.disabled), i.emphasized.icons:not(.disabled), i.icon:active, i.icon:hover, i.icons:active, i.icons:hover {
  opacity: 1;
}

i.disabled.icon, i.disabled.icons {
  opacity: 0.45;
  cursor: default;
  pointer-events: none;
}

i.fitted.icon, i.fitted.icons {
  width: auto;
  margin: 0 !important;
}

i.link.icon:not(.disabled), i.link.icons:not(.disabled) {
  cursor: pointer;
  opacity: 0.8;
  transition: opacity 0.1s ease;
}

i.link.icon:hover, i.link.icons:hover {
  opacity: 1;
}

i.circular.icon {
  border-radius: 500em !important;
  line-height: 1 !important;
  padding: 0.5em 0 !important;
  box-shadow: 0 0 0 0.1em rgba(0, 0, 0, 0.1) inset;
  width: 2em !important;
  height: 2em !important;
}

i.circular.icon.colored {
  box-shadow: 0 0 0 0.1em currentColor inset;
}

i.circular.inverted.icon {
  border: none;
  box-shadow: none;
}

i.flipped.icon, i.horizontally.flipped.icon {
  transform: scale(-1, 1);
}

i.vertically.flipped.icon {
  transform: scale(1, -1);
}

.icons i.flipped.icon:not(.corner):not(:first-child), .icons i.horizontally.flipped.icon:not(.corner):not(:first-child) {
  transform: translateX(-50%) translateY(-50%) scale(-1, 1);
}

.icons i.vertically.flipped.icon:not(.corner):not(:first-child) {
  transform: translateX(-50%) translateY(-50%) scale(1, -1);
}

i.clockwise.rotated.icon, i.right.rotated.icon, i.rotated.icon {
  transform: rotate(90deg);
}

i.counterclockwise.rotated.icon, i.left.rotated.icon {
  transform: rotate(-90deg);
}

i.halfway.rotated.icon {
  transform: rotate(180deg);
}

.icons i.clockwise.rotated.icon:not(.corner):not(:first-child), .icons i.right.rotated.icon:not(.corner):not(:first-child), .icons i.rotated.rotated.icon:not(.corner):not(:first-child) {
  transform: translateX(-50%) translateY(-50%) rotate(90deg);
}

.icons i.counterclockwise.rotated.icon:not(.corner):not(:first-child), .icons i.left.rotated.icon:not(.corner):not(:first-child) {
  transform: translateX(-50%) translateY(-50%) rotate(-90deg);
}

.icons i.halfway.rotated.icon:not(.corner):not(:first-child) {
  transform: translateX(-50%) translateY(-50%) rotate(180deg);
}

i.clockwise.rotated.flipped.icon, i.right.rotated.flipped.icon, i.rotated.flipped.icon {
  transform: scale(-1, 1) rotate(90deg);
}

i.counterclockwise.rotated.flipped.icon, i.left.rotated.flipped.icon {
  transform: scale(-1, 1) rotate(-90deg);
}

i.halfway.rotated.flipped.icon {
  transform: scale(-1, 1) rotate(180deg);
}

i.clockwise.rotated.vertically.flipped.icon, i.right.rotated.vertically.flipped.icon, i.rotated.vertically.flipped.icon {
  transform: scale(1, -1) rotate(90deg);
}

i.counterclockwise.rotated.vertically.flipped.icon, i.left.rotated.vertically.flipped.icon {
  transform: scale(1, -1) rotate(-90deg);
}

i.halfway.rotated.vertically.flipped.icon {
  transform: scale(1, -1) rotate(180deg);
}

.icons i.clockwise.rotated.flipped.icon:not(.corner):not(:first-child), .icons i.right.rotated.flipped.icon:not(.corner):not(:first-child), .icons i.rotated.flipped.icon:not(.corner):not(:first-child) {
  transform: translateX(-50%) translateY(-50%) scale(-1, 1) rotate(90deg);
}

.icons i.counterclockwise.rotated.flipped.icon:not(.corner):not(:first-child), .icons i.left.rotated.flipped.icon:not(.corner):not(:first-child) {
  transform: translateX(-50%) translateY(-50%) scale(-1, 1) rotate(-90deg);
}

.icons i.halfway.rotated.flipped.icon:not(.corner):not(:first-child) {
  transform: translateX(-50%) translateY(-50%) scale(-1, 1) rotate(180deg);
}

.icons i.clockwise.rotated.vertically.flipped.icon:not(.corner):not(:first-child), .icons i.right.rotated.vertically.flipped.icon:not(.corner):not(:first-child), .icons i.rotated.vertically.flipped.icon:not(.corner):not(:first-child) {
  transform: translateX(-50%) translateY(-50%) scale(1, -1) rotate(90deg);
}

.icons i.counterclockwise.rotated.vertically.flipped.icon:not(.corner):not(:first-child), .icons i.left.rotated.vertically.flipped.icon:not(.corner):not(:first-child) {
  transform: translateX(-50%) translateY(-50%) scale(1, -1) rotate(-90deg);
}

.icons i.halfway.rotated.vertically.flipped.icon:not(.corner):not(:first-child) {
  transform: translateX(-50%) translateY(-50%) scale(1, -1) rotate(180deg);
}

i.bordered.icon {
  line-height: 1;
  vertical-align: baseline;
  width: 2em;
  height: 2em;
  padding: 0.5em 0 !important;
  box-shadow: 0 0 0 0.1em rgba(0, 0, 0, 0.1) inset;
}

i.bordered.icon.colored {
  box-shadow: 0 0 0 0.1em currentColor inset;
}

i.bordered.inverted.icon {
  border: none;
  box-shadow: none;
}

i.inverted.bordered.icon, i.inverted.circular.icon {
  background-color: #1b1c1d;
  color: #fff;
}

i.inverted.icon {
  color: #fff;
}

i.primary.icon.icon.icon.icon.icon.icon {
  color: #2185d0;
}

i.inverted.primary.icon.icon.icon.icon.icon.icon {
  color: #54c8ff;
}

i.inverted.bordered.primary.icon.icon.icon.icon.icon.icon, i.inverted.bordered.primary.icons, i.inverted.circular.primary.icon.icon.icon.icon.icon.icon, i.inverted.circular.primary.icons {
  background-color: #2185d0;
  color: #fff;
}

i.secondary.icon.icon.icon.icon.icon.icon {
  color: #1b1c1d;
}

i.inverted.secondary.icon.icon.icon.icon.icon.icon {
  color: #545454;
}

i.inverted.bordered.secondary.icon.icon.icon.icon.icon.icon, i.inverted.bordered.secondary.icons, i.inverted.circular.secondary.icon.icon.icon.icon.icon.icon, i.inverted.circular.secondary.icons {
  background-color: #1b1c1d;
  color: #fff;
}

i.red.icon.icon.icon.icon.icon.icon {
  color: #db2828;
}

i.inverted.red.icon.icon.icon.icon.icon.icon {
  color: #ff695e;
}

i.inverted.bordered.red.icon.icon.icon.icon.icon.icon, i.inverted.bordered.red.icons, i.inverted.circular.red.icon.icon.icon.icon.icon.icon, i.inverted.circular.red.icons {
  background-color: #db2828;
  color: #fff;
}

i.orange.icon.icon.icon.icon.icon.icon {
  color: #f2711c;
}

i.inverted.orange.icon.icon.icon.icon.icon.icon {
  color: #ff851b;
}

i.inverted.bordered.orange.icon.icon.icon.icon.icon.icon, i.inverted.bordered.orange.icons, i.inverted.circular.orange.icon.icon.icon.icon.icon.icon, i.inverted.circular.orange.icons {
  background-color: #f2711c;
  color: #fff;
}

i.yellow.icon.icon.icon.icon.icon.icon {
  color: #fbbd08;
}

i.inverted.yellow.icon.icon.icon.icon.icon.icon {
  color: #ffe21f;
}

i.inverted.bordered.yellow.icon.icon.icon.icon.icon.icon, i.inverted.bordered.yellow.icons, i.inverted.circular.yellow.icon.icon.icon.icon.icon.icon, i.inverted.circular.yellow.icons {
  background-color: #fbbd08;
  color: #fff;
}

i.olive.icon.icon.icon.icon.icon.icon {
  color: #b5cc18;
}

i.inverted.olive.icon.icon.icon.icon.icon.icon {
  color: #d9e778;
}

i.inverted.bordered.olive.icon.icon.icon.icon.icon.icon, i.inverted.bordered.olive.icons, i.inverted.circular.olive.icon.icon.icon.icon.icon.icon, i.inverted.circular.olive.icons {
  background-color: #b5cc18;
  color: #fff;
}

i.green.icon.icon.icon.icon.icon.icon {
  color: #21ba45;
}

i.inverted.green.icon.icon.icon.icon.icon.icon {
  color: #2ecc40;
}

i.inverted.bordered.green.icon.icon.icon.icon.icon.icon, i.inverted.bordered.green.icons, i.inverted.circular.green.icon.icon.icon.icon.icon.icon, i.inverted.circular.green.icons {
  background-color: #21ba45;
  color: #fff;
}

i.teal.icon.icon.icon.icon.icon.icon {
  color: #00b5ad;
}

i.inverted.teal.icon.icon.icon.icon.icon.icon {
  color: #6dffff;
}

i.inverted.bordered.teal.icon.icon.icon.icon.icon.icon, i.inverted.bordered.teal.icons, i.inverted.circular.teal.icon.icon.icon.icon.icon.icon, i.inverted.circular.teal.icons {
  background-color: #00b5ad;
  color: #fff;
}

i.blue.icon.icon.icon.icon.icon.icon {
  color: #2185d0;
}

i.inverted.blue.icon.icon.icon.icon.icon.icon {
  color: #54c8ff;
}

i.inverted.bordered.blue.icon.icon.icon.icon.icon.icon, i.inverted.bordered.blue.icons, i.inverted.circular.blue.icon.icon.icon.icon.icon.icon, i.inverted.circular.blue.icons {
  background-color: #2185d0;
  color: #fff;
}

i.violet.icon.icon.icon.icon.icon.icon {
  color: #6435c9;
}

i.inverted.violet.icon.icon.icon.icon.icon.icon {
  color: #a291fb;
}

i.inverted.bordered.violet.icon.icon.icon.icon.icon.icon, i.inverted.bordered.violet.icons, i.inverted.circular.violet.icon.icon.icon.icon.icon.icon, i.inverted.circular.violet.icons {
  background-color: #6435c9;
  color: #fff;
}

i.purple.icon.icon.icon.icon.icon.icon {
  color: #a333c8;
}

i.inverted.purple.icon.icon.icon.icon.icon.icon {
  color: #dc73ff;
}

i.inverted.bordered.purple.icon.icon.icon.icon.icon.icon, i.inverted.bordered.purple.icons, i.inverted.circular.purple.icon.icon.icon.icon.icon.icon, i.inverted.circular.purple.icons {
  background-color: #a333c8;
  color: #fff;
}

i.pink.icon.icon.icon.icon.icon.icon {
  color: #e03997;
}

i.inverted.pink.icon.icon.icon.icon.icon.icon {
  color: #ff8edf;
}

i.inverted.bordered.pink.icon.icon.icon.icon.icon.icon, i.inverted.bordered.pink.icons, i.inverted.circular.pink.icon.icon.icon.icon.icon.icon, i.inverted.circular.pink.icons {
  background-color: #e03997;
  color: #fff;
}

i.brown.icon.icon.icon.icon.icon.icon {
  color: #a5673f;
}

i.inverted.brown.icon.icon.icon.icon.icon.icon {
  color: #d67c1c;
}

i.inverted.bordered.brown.icon.icon.icon.icon.icon.icon, i.inverted.bordered.brown.icons, i.inverted.circular.brown.icon.icon.icon.icon.icon.icon, i.inverted.circular.brown.icons {
  background-color: #a5673f;
  color: #fff;
}

i.grey.icon.icon.icon.icon.icon.icon {
  color: #767676;
}

i.inverted.grey.icon.icon.icon.icon.icon.icon {
  color: #dcddde;
}

i.inverted.bordered.grey.icon.icon.icon.icon.icon.icon, i.inverted.bordered.grey.icons, i.inverted.circular.grey.icon.icon.icon.icon.icon.icon, i.inverted.circular.grey.icons {
  background-color: #767676;
  color: #fff;
}

i.black.icon.icon.icon.icon.icon.icon {
  color: #1b1c1d;
}

i.inverted.black.icon.icon.icon.icon.icon.icon {
  color: #545454;
}

i.inverted.bordered.black.icon.icon.icon.icon.icon.icon, i.inverted.bordered.black.icons, i.inverted.circular.black.icon.icon.icon.icon.icon.icon, i.inverted.circular.black.icons {
  background-color: #1b1c1d;
  color: #fff;
}

i.icon, i.icons {
  font-size: 1em;
  line-height: 1;
  font-style: normal;
}

i.mini.mini.mini.icon, i.mini.mini.mini.icons {
  font-size: 0.4em;
  vertical-align: middle;
}

i.tiny.tiny.tiny.icon, i.tiny.tiny.tiny.icons {
  font-size: 0.5em;
  vertical-align: middle;
}

i.small.small.small.icon, i.small.small.small.icons {
  font-size: 0.75em;
  vertical-align: middle;
}

i.large.large.large.icon, i.large.large.large.icons {
  font-size: 1.5em;
  vertical-align: middle;
}

i.big.big.big.icon, i.big.big.big.icons {
  font-size: 2em;
  vertical-align: middle;
}

i.huge.huge.huge.icon, i.huge.huge.huge.icons {
  font-size: 4em;
  vertical-align: middle;
}

i.massive.massive.massive.icon, i.massive.massive.massive.icons {
  font-size: 8em;
  vertical-align: middle;
}

i.icons {
  display: inline-block;
  position: relative;
  line-height: 1;
  min-width: 1.18em;
  min-height: 1em;
  margin: 0 0.25rem 0 0;
  text-align: center;
}

i.icons .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
}

i.icons .icon:not(.corner):not(.rotated):not(.flipped) {
  transform: translateX(-50%) translateY(-50%);
}

i.icons .icon:first-child {
  position: static;
  width: auto;
  height: auto;
  vertical-align: top;
}

i.icons:not(.bordered):not(.circular) .icon:first-child:not(.rotated):not(.flipped) {
  transform: none;
}

i.icons .corner.icon {
  top: auto;
  left: auto;
  right: 0;
  bottom: 0;
  font-size: 0.45em;
  text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
}

i.icons .corner.icon:not(.rotated):not(.flipped) {
  transform: none;
}

i.icons .icon.corner[class*="top right"] {
  top: 0;
  left: auto;
  right: 0;
  bottom: auto;
}

i.icons .icon.corner[class*="top left"] {
  top: 0;
  left: 0;
  right: auto;
  bottom: auto;
}

i.icons .icon.corner[class*="bottom left"] {
  top: auto;
  left: 0;
  right: auto;
  bottom: 0;
}

i.icons .icon.corner[class*="bottom right"] {
  top: auto;
  left: auto;
  right: 0;
  bottom: 0;
}

i.icons .inverted.corner.icon {
  text-shadow: -1px -1px 0 #1b1c1d, 1px -1px 0 #1b1c1d, -1px 1px 0 #1b1c1d, 1px 1px 0 #1b1c1d;
}

i.bordered.icons, i.circular.icons {
  width: 2em;
  height: 2em;
  box-shadow: 0 0 0 0.1em rgba(0, 0, 0, 0.1) inset;
  vertical-align: middle;
}

i.bordered.icons.colored, i.circular.icons.colored {
  box-shadow: 0 0 0 0.1em currentColor inset;
}

i.circular.icons {
  border-radius: 500em;
}

i.bordered.icons i.icon:first-child, i.circular.icons i.icon:first-child {
  position: absolute;
  transform: translateX(-50%) translateY(-50%);
}

i.bordered.inverted.icons, i.circular.inverted.icons {
  border: none;
  box-shadow: none;
  background-color: #1b1c1d;
  color: #fff;
}

i.bordered.icons .icon.corner, i.bordered.icons .icon.corner[class*="bottom right"], i.circular.icons .icon.corner, i.circular.icons .icon.corner[class*="bottom right"] {
  top: auto;
  left: auto;
  right: 1.15em;
  bottom: 1.15em;
}

i.bordered.icons .icon.corner[class*="top right"], i.circular.icons .icon.corner[class*="top right"] {
  top: 1.15em;
  left: auto;
  right: 1.15em;
  bottom: auto;
}

i.bordered.icons .icon.corner[class*="top left"], i.circular.icons .icon.corner[class*="top left"] {
  top: 1.15em;
  left: 1.15em;
  right: auto;
  bottom: auto;
}

i.bordered.icons .icon.corner[class*="bottom left"], i.circular.icons .icon.corner[class*="bottom left"] {
  top: auto;
  left: 1.15em;
  right: auto;
  bottom: 1.15em;
}

i.icon.linkedin.in::before {
  content: "\f0e1";
}

i.icon.zoom.in::before {
  content: "\f00e";
}

i.icon.zoom.out::before {
  content: "\f010";
}

i.icon.sign.in::before {
  content: "\f2f6";
}

i.icon.in.cart::before {
  content: "\f218";
}

i.icon.log.out::before {
  content: "\f2f5";
}

i.icon.sign.out::before {
  content: "\f2f5";
}

i.icon.sign.in.alternate::before {
  content: "\f2f6";
}

i.icon.sign.out.alternate::before {
  content: "\f2f5";
}

i.icon.ad::before {
  content: "\f641";
}

i.icon.address.book::before {
  content: "\f2b9";
}

i.icon.address.card::before {
  content: "\f2bb";
}

i.icon.adjust::before {
  content: "\f042";
}

i.icon.air.freshener::before {
  content: "\f5d0";
}

i.icon.align.center::before {
  content: "\f037";
}

i.icon.align.justify::before {
  content: "\f039";
}

i.icon.align.left::before {
  content: "\f036";
}

i.icon.align.right::before {
  content: "\f038";
}

i.icon.allergies::before {
  content: "\f461";
}

i.icon.ambulance::before {
  content: "\f0f9";
}

i.icon.american.sign.language.interpreting::before {
  content: "\f2a3";
}

i.icon.anchor::before {
  content: "\f13d";
}

i.icon.angle.double.down::before {
  content: "\f103";
}

i.icon.angle.double.left::before {
  content: "\f100";
}

i.icon.angle.double.right::before {
  content: "\f101";
}

i.icon.angle.double.up::before {
  content: "\f102";
}

i.icon.angle.left::before {
  content: "\f104";
}

i.icon.angle.right::before {
  content: "\f105";
}

i.icon.angle.up::before {
  content: "\f106";
}

i.icon.angle.down::before {
  content: "\f107";
}

i.icon.angry::before {
  content: "\f556";
}

i.icon.ankh::before {
  content: "\f644";
}

i.icon.archive::before {
  content: "\f187";
}

i.icon.archway::before {
  content: "\f557";
}

i.icon.arrow.alternate.circle.down::before {
  content: "\f358";
}

i.icon.arrow.alternate.circle.left::before {
  content: "\f359";
}

i.icon.arrow.alternate.circle.right::before {
  content: "\f35a";
}

i.icon.arrow.alternate.circle.up::before {
  content: "\f35b";
}

i.icon.arrow.circle.down::before {
  content: "\f0ab";
}

i.icon.arrow.circle.left::before {
  content: "\f0a8";
}

i.icon.arrow.circle.right::before {
  content: "\f0a9";
}

i.icon.arrow.circle.up::before {
  content: "\f0aa";
}

i.icon.arrow.down::before {
  content: "\f063";
}

i.icon.arrow.left::before {
  content: "\f060";
}

i.icon.arrow.right::before {
  content: "\f061";
}

i.icon.arrow.up::before {
  content: "\f062";
}

i.icon.arrows.alternate::before {
  content: "\f0b2";
}

i.icon.arrows.alternate.horizontal::before {
  content: "\f337";
}

i.icon.arrows.alternate.vertical::before {
  content: "\f338";
}

i.icon.assistive.listening.systems::before {
  content: "\f2a2";
}

i.icon.asterisk::before {
  content: "\f069";
}

i.icon.at::before {
  content: "\f1fa";
}

i.icon.atlas::before {
  content: "\f558";
}

i.icon.atom::before {
  content: "\f5d2";
}

i.icon.audio.description::before {
  content: "\f29e";
}

i.icon.award::before {
  content: "\f559";
}

i.icon.baby::before {
  content: "\f77c";
}

i.icon.baby.carriage::before {
  content: "\f77d";
}

i.icon.backspace::before {
  content: "\f55a";
}

i.icon.backward::before {
  content: "\f04a";
}

i.icon.bacon::before {
  content: "\f7e5";
}

i.icon.bacteria::before {
  content: "\e059";
}

i.icon.bacterium::before {
  content: "\e05a";
}

i.icon.bahai::before {
  content: "\f666";
}

i.icon.balance.scale::before {
  content: "\f24e";
}

i.icon.balance.scale.left::before {
  content: "\f515";
}

i.icon.balance.scale.right::before {
  content: "\f516";
}

i.icon.ban::before {
  content: "\f05e";
}

i.icon.band.aid::before {
  content: "\f462";
}

i.icon.barcode::before {
  content: "\f02a";
}

i.icon.bars::before {
  content: "\f0c9";
}

i.icon.baseball.ball::before {
  content: "\f433";
}

i.icon.basketball.ball::before {
  content: "\f434";
}

i.icon.bath::before {
  content: "\f2cd";
}

i.icon.battery.empty::before {
  content: "\f244";
}

i.icon.battery.full::before {
  content: "\f240";
}

i.icon.battery.half::before {
  content: "\f242";
}

i.icon.battery.quarter::before {
  content: "\f243";
}

i.icon.battery.three.quarters::before {
  content: "\f241";
}

i.icon.bed::before {
  content: "\f236";
}

i.icon.beer::before {
  content: "\f0fc";
}

i.icon.bell::before {
  content: "\f0f3";
}

i.icon.bell.slash::before {
  content: "\f1f6";
}

i.icon.bezier.curve::before {
  content: "\f55b";
}

i.icon.bible::before {
  content: "\f647";
}

i.icon.bicycle::before {
  content: "\f206";
}

i.icon.biking::before {
  content: "\f84a";
}

i.icon.binoculars::before {
  content: "\f1e5";
}

i.icon.biohazard::before {
  content: "\f780";
}

i.icon.birthday.cake::before {
  content: "\f1fd";
}

i.icon.blender::before {
  content: "\f517";
}

i.icon.blender.phone::before {
  content: "\f6b6";
}

i.icon.blind::before {
  content: "\f29d";
}

i.icon.blog::before {
  content: "\f781";
}

i.icon.bold::before {
  content: "\f032";
}

i.icon.bolt::before {
  content: "\f0e7";
}

i.icon.bomb::before {
  content: "\f1e2";
}

i.icon.bone::before {
  content: "\f5d7";
}

i.icon.bong::before {
  content: "\f55c";
}

i.icon.book::before {
  content: "\f02d";
}

i.icon.book.dead::before {
  content: "\f6b7";
}

i.icon.book.medical::before {
  content: "\f7e6";
}

i.icon.book.open::before {
  content: "\f518";
}

i.icon.book.reader::before {
  content: "\f5da";
}

i.icon.bookmark::before {
  content: "\f02e";
}

i.icon.border.all::before {
  content: "\f84c";
}

i.icon.border.none::before {
  content: "\f850";
}

i.icon.border.style::before {
  content: "\f853";
}

i.icon.bowling.ball::before {
  content: "\f436";
}

i.icon.box::before {
  content: "\f466";
}

i.icon.box.open::before {
  content: "\f49e";
}

i.icon.box.tissue::before {
  content: "\e05b";
}

i.icon.boxes::before {
  content: "\f468";
}

i.icon.braille::before {
  content: "\f2a1";
}

i.icon.brain::before {
  content: "\f5dc";
}

i.icon.bread.slice::before {
  content: "\f7ec";
}

i.icon.briefcase::before {
  content: "\f0b1";
}

i.icon.briefcase.medical::before {
  content: "\f469";
}

i.icon.broadcast.tower::before {
  content: "\f519";
}

i.icon.broom::before {
  content: "\f51a";
}

i.icon.brush::before {
  content: "\f55d";
}

i.icon.bug::before {
  content: "\f188";
}

i.icon.building::before {
  content: "\f1ad";
}

i.icon.bullhorn::before {
  content: "\f0a1";
}

i.icon.bullseye::before {
  content: "\f140";
}

i.icon.burn::before {
  content: "\f46a";
}

i.icon.bus::before {
  content: "\f207";
}

i.icon.bus.alternate::before {
  content: "\f55e";
}

i.icon.business.time::before {
  content: "\f64a";
}

i.icon.calculator::before {
  content: "\f1ec";
}

i.icon.calendar::before {
  content: "\f133";
}

i.icon.calendar.alternate::before {
  content: "\f073";
}

i.icon.calendar.check::before {
  content: "\f274";
}

i.icon.calendar.day::before {
  content: "\f783";
}

i.icon.calendar.minus::before {
  content: "\f272";
}

i.icon.calendar.plus::before {
  content: "\f271";
}

i.icon.calendar.times::before {
  content: "\f273";
}

i.icon.calendar.week::before {
  content: "\f784";
}

i.icon.camera::before {
  content: "\f030";
}

i.icon.camera.retro::before {
  content: "\f083";
}

i.icon.campground::before {
  content: "\f6bb";
}

i.icon.candy.cane::before {
  content: "\f786";
}

i.icon.cannabis::before {
  content: "\f55f";
}

i.icon.capsules::before {
  content: "\f46b";
}

i.icon.car::before {
  content: "\f1b9";
}

i.icon.car.alternate::before {
  content: "\f5de";
}

i.icon.car.battery::before {
  content: "\f5df";
}

i.icon.car.crash::before {
  content: "\f5e1";
}

i.icon.car.side::before {
  content: "\f5e4";
}

i.icon.caravan::before {
  content: "\f8ff";
}

i.icon.caret.down::before {
  content: "\f0d7";
}

i.icon.caret.left::before {
  content: "\f0d9";
}

i.icon.caret.right::before {
  content: "\f0da";
}

i.icon.caret.square.down::before {
  content: "\f150";
}

i.icon.caret.square.left::before {
  content: "\f191";
}

i.icon.caret.square.right::before {
  content: "\f152";
}

i.icon.caret.square.up::before {
  content: "\f151";
}

i.icon.caret.up::before {
  content: "\f0d8";
}

i.icon.carrot::before {
  content: "\f787";
}

i.icon.cart.arrow.down::before {
  content: "\f218";
}

i.icon.cart.plus::before {
  content: "\f217";
}

i.icon.cash.register::before {
  content: "\f788";
}

i.icon.cat::before {
  content: "\f6be";
}

i.icon.certificate::before {
  content: "\f0a3";
}

i.icon.chair::before {
  content: "\f6c0";
}

i.icon.chalkboard::before {
  content: "\f51b";
}

i.icon.chalkboard.teacher::before {
  content: "\f51c";
}

i.icon.charging.station::before {
  content: "\f5e7";
}

i.icon.chart.area::before {
  content: "\f1fe";
}

i.icon.chart.bar::before {
  content: "\f080";
}

i.icon.chart.pie::before {
  content: "\f200";
}

i.icon.chartline::before {
  content: "\f201";
}

i.icon.check::before {
  content: "\f00c";
}

i.icon.check.circle::before {
  content: "\f058";
}

i.icon.check.double::before {
  content: "\f560";
}

i.icon.check.square::before {
  content: "\f14a";
}

i.icon.cheese::before {
  content: "\f7ef";
}

i.icon.chess::before {
  content: "\f439";
}

i.icon.chess.bishop::before {
  content: "\f43a";
}

i.icon.chess.board::before {
  content: "\f43c";
}

i.icon.chess.king::before {
  content: "\f43f";
}

i.icon.chess.knight::before {
  content: "\f441";
}

i.icon.chess.pawn::before {
  content: "\f443";
}

i.icon.chess.queen::before {
  content: "\f445";
}

i.icon.chess.rook::before {
  content: "\f447";
}

i.icon.chevron.circle.down::before {
  content: "\f13a";
}

i.icon.chevron.circle.left::before {
  content: "\f137";
}

i.icon.chevron.circle.right::before {
  content: "\f138";
}

i.icon.chevron.circle.up::before {
  content: "\f139";
}

i.icon.chevron.down::before {
  content: "\f078";
}

i.icon.chevron.left::before {
  content: "\f053";
}

i.icon.chevron.right::before {
  content: "\f054";
}

i.icon.chevron.up::before {
  content: "\f077";
}

i.icon.child::before {
  content: "\f1ae";
}

i.icon.church::before {
  content: "\f51d";
}

i.icon.circle::before {
  content: "\f111";
}

i.icon.circle.notch::before {
  content: "\f1ce";
}

i.icon.city::before {
  content: "\f64f";
}

i.icon.clinic.medical::before {
  content: "\f7f2";
}

i.icon.clipboard::before {
  content: "\f328";
}

i.icon.clipboard.check::before {
  content: "\f46c";
}

i.icon.clipboard.list::before {
  content: "\f46d";
}

i.icon.clock::before {
  content: "\f017";
}

i.icon.clone::before {
  content: "\f24d";
}

i.icon.closed.captioning::before {
  content: "\f20a";
}

i.icon.cloud::before {
  content: "\f0c2";
}

i.icon.cloud.download.alternate::before {
  content: "\f381";
}

i.icon.cloud.meatball::before {
  content: "\f73b";
}

i.icon.cloud.moon::before {
  content: "\f6c3";
}

i.icon.cloud.moon.rain::before {
  content: "\f73c";
}

i.icon.cloud.rain::before {
  content: "\f73d";
}

i.icon.cloud.showers.heavy::before {
  content: "\f740";
}

i.icon.cloud.sun::before {
  content: "\f6c4";
}

i.icon.cloud.sun.rain::before {
  content: "\f743";
}

i.icon.cloud.upload.alternate::before {
  content: "\f382";
}

i.icon.cocktail::before {
  content: "\f561";
}

i.icon.code::before {
  content: "\f121";
}

i.icon.code.branch::before {
  content: "\f126";
}

i.icon.coffee::before {
  content: "\f0f4";
}

i.icon.cog::before {
  content: "\f013";
}

i.icon.cogs::before {
  content: "\f085";
}

i.icon.coins::before {
  content: "\f51e";
}

i.icon.columns::before {
  content: "\f0db";
}

i.icon.comment::before {
  content: "\f075";
}

i.icon.comment.alternate::before {
  content: "\f27a";
}

i.icon.comment.dollar::before {
  content: "\f651";
}

i.icon.comment.dots::before {
  content: "\f4ad";
}

i.icon.comment.medical::before {
  content: "\f7f5";
}

i.icon.comment.slash::before {
  content: "\f4b3";
}

i.icon.comments::before {
  content: "\f086";
}

i.icon.comments.dollar::before {
  content: "\f653";
}

i.icon.compact.disc::before {
  content: "\f51f";
}

i.icon.compass::before {
  content: "\f14e";
}

i.icon.compress::before {
  content: "\f066";
}

i.icon.compress.alternate::before {
  content: "\f422";
}

i.icon.compress.arrows.alternate::before {
  content: "\f78c";
}

i.icon.concierge.bell::before {
  content: "\f562";
}

i.icon.cookie::before {
  content: "\f563";
}

i.icon.cookie.bite::before {
  content: "\f564";
}

i.icon.copy::before {
  content: "\f0c5";
}

i.icon.copyright::before {
  content: "\f1f9";
}

i.icon.couch::before {
  content: "\f4b8";
}

i.icon.credit.card::before {
  content: "\f09d";
}

i.icon.crop::before {
  content: "\f125";
}

i.icon.crop.alternate::before {
  content: "\f565";
}

i.icon.cross::before {
  content: "\f654";
}

i.icon.crosshairs::before {
  content: "\f05b";
}

i.icon.crow::before {
  content: "\f520";
}

i.icon.crown::before {
  content: "\f521";
}

i.icon.crutch::before {
  content: "\f7f7";
}

i.icon.cube::before {
  content: "\f1b2";
}

i.icon.cubes::before {
  content: "\f1b3";
}

i.icon.cut::before {
  content: "\f0c4";
}

i.icon.database::before {
  content: "\f1c0";
}

i.icon.deaf::before {
  content: "\f2a4";
}

i.icon.democrat::before {
  content: "\f747";
}

i.icon.desktop::before {
  content: "\f108";
}

i.icon.dharmachakra::before {
  content: "\f655";
}

i.icon.diagnoses::before {
  content: "\f470";
}

i.icon.dice::before {
  content: "\f522";
}

i.icon.dice.d20::before {
  content: "\f6cf";
}

i.icon.dice.d6::before {
  content: "\f6d1";
}

i.icon.dice.five::before {
  content: "\f523";
}

i.icon.dice.four::before {
  content: "\f524";
}

i.icon.dice.one::before {
  content: "\f525";
}

i.icon.dice.six::before {
  content: "\f526";
}

i.icon.dice.three::before {
  content: "\f527";
}

i.icon.dice.two::before {
  content: "\f528";
}

i.icon.digital.tachograph::before {
  content: "\f566";
}

i.icon.directions::before {
  content: "\f5eb";
}

i.icon.disease::before {
  content: "\f7fa";
}

i.icon.divide::before {
  content: "\f529";
}

i.icon.dizzy::before {
  content: "\f567";
}

i.icon.dna::before {
  content: "\f471";
}

i.icon.dog::before {
  content: "\f6d3";
}

i.icon.dollar.sign::before {
  content: "\f155";
}

i.icon.dolly::before {
  content: "\f472";
}

i.icon.dolly.flatbed::before {
  content: "\f474";
}

i.icon.donate::before {
  content: "\f4b9";
}

i.icon.door.closed::before {
  content: "\f52a";
}

i.icon.door.open::before {
  content: "\f52b";
}

i.icon.dot.circle::before {
  content: "\f192";
}

i.icon.dove::before {
  content: "\f4ba";
}

i.icon.download::before {
  content: "\f019";
}

i.icon.drafting.compass::before {
  content: "\f568";
}

i.icon.dragon::before {
  content: "\f6d5";
}

i.icon.draw.polygon::before {
  content: "\f5ee";
}

i.icon.drum::before {
  content: "\f569";
}

i.icon.drum.steelpan::before {
  content: "\f56a";
}

i.icon.drumstick.bite::before {
  content: "\f6d7";
}

i.icon.dumbbell::before {
  content: "\f44b";
}

i.icon.dumpster::before {
  content: "\f793";
}

i.icon.dumpster.fire::before {
  content: "\f794";
}

i.icon.dungeon::before {
  content: "\f6d9";
}

i.icon.edit::before {
  content: "\f044";
}

i.icon.egg::before {
  content: "\f7fb";
}

i.icon.eject::before {
  content: "\f052";
}

i.icon.ellipsis.horizontal::before {
  content: "\f141";
}

i.icon.ellipsis.vertical::before {
  content: "\f142";
}

i.icon.envelope::before {
  content: "\f0e0";
}

i.icon.envelope.open::before {
  content: "\f2b6";
}

i.icon.envelope.open.text::before {
  content: "\f658";
}

i.icon.envelope.square::before {
  content: "\f199";
}

i.icon.equals::before {
  content: "\f52c";
}

i.icon.eraser::before {
  content: "\f12d";
}

i.icon.ethernet::before {
  content: "\f796";
}

i.icon.euro.sign::before {
  content: "\f153";
}

i.icon.exchange.alternate::before {
  content: "\f362";
}

i.icon.exclamation::before {
  content: "\f12a";
}

i.icon.exclamation.circle::before {
  content: "\f06a";
}

i.icon.exclamation.triangle::before {
  content: "\f071";
}

i.icon.expand::before {
  content: "\f065";
}

i.icon.expand.alternate::before {
  content: "\f424";
}

i.icon.expand.arrows.alternate::before {
  content: "\f31e";
}

i.icon.external.alternate::before {
  content: "\f35d";
}

i.icon.external.link.square.alternate::before {
  content: "\f360";
}

i.icon.eye::before {
  content: "\f06e";
}

i.icon.eye.dropper::before {
  content: "\f1fb";
}

i.icon.eye.slash::before {
  content: "\f070";
}

i.icon.fan::before {
  content: "\f863";
}

i.icon.fast.backward::before {
  content: "\f049";
}

i.icon.fast.forward::before {
  content: "\f050";
}

i.icon.faucet::before {
  content: "\e005";
}

i.icon.fax::before {
  content: "\f1ac";
}

i.icon.feather::before {
  content: "\f52d";
}

i.icon.feather.alternate::before {
  content: "\f56b";
}

i.icon.female::before {
  content: "\f182";
}

i.icon.fighter.jet::before {
  content: "\f0fb";
}

i.icon.file::before {
  content: "\f15b";
}

i.icon.file.alternate::before {
  content: "\f15c";
}

i.icon.file.archive::before {
  content: "\f1c6";
}

i.icon.file.audio::before {
  content: "\f1c7";
}

i.icon.file.code::before {
  content: "\f1c9";
}

i.icon.file.contract::before {
  content: "\f56c";
}

i.icon.file.csv::before {
  content: "\f6dd";
}

i.icon.file.download::before {
  content: "\f56d";
}

i.icon.file.excel::before {
  content: "\f1c3";
}

i.icon.file.export::before {
  content: "\f56e";
}

i.icon.file.image::before {
  content: "\f1c5";
}

i.icon.file.import::before {
  content: "\f56f";
}

i.icon.file.invoice::before {
  content: "\f570";
}

i.icon.file.invoice.dollar::before {
  content: "\f571";
}

i.icon.file.medical::before {
  content: "\f477";
}

i.icon.file.medical.alternate::before {
  content: "\f478";
}

i.icon.file.pdf::before {
  content: "\f1c1";
}

i.icon.file.powerpoint::before {
  content: "\f1c4";
}

i.icon.file.prescription::before {
  content: "\f572";
}

i.icon.file.signature::before {
  content: "\f573";
}

i.icon.file.upload::before {
  content: "\f574";
}

i.icon.file.video::before {
  content: "\f1c8";
}

i.icon.file.word::before {
  content: "\f1c2";
}

i.icon.fill::before {
  content: "\f575";
}

i.icon.fill.drip::before {
  content: "\f576";
}

i.icon.film::before {
  content: "\f008";
}

i.icon.filter::before {
  content: "\f0b0";
}

i.icon.fingerprint::before {
  content: "\f577";
}

i.icon.fire::before {
  content: "\f06d";
}

i.icon.fire.alternate::before {
  content: "\f7e4";
}

i.icon.fire.extinguisher::before {
  content: "\f134";
}

i.icon.first.aid::before {
  content: "\f479";
}

i.icon.fish::before {
  content: "\f578";
}

i.icon.fist.raised::before {
  content: "\f6de";
}

i.icon.flag::before {
  content: "\f024";
}

i.icon.flag.checkered::before {
  content: "\f11e";
}

i.icon.flag.usa::before {
  content: "\f74d";
}

i.icon.flask::before {
  content: "\f0c3";
}

i.icon.flushed::before {
  content: "\f579";
}

i.icon.folder::before {
  content: "\f07b";
}

i.icon.folder.minus::before {
  content: "\f65d";
}

i.icon.folder.open::before {
  content: "\f07c";
}

i.icon.folder.plus::before {
  content: "\f65e";
}

i.icon.font::before {
  content: "\f031";
}

i.icon.football.ball::before {
  content: "\f44e";
}

i.icon.forward::before {
  content: "\f04e";
}

i.icon.frog::before {
  content: "\f52e";
}

i.icon.frown::before {
  content: "\f119";
}

i.icon.frown.open::before {
  content: "\f57a";
}

i.icon.fruit-apple::before {
  content: "\f5d1";
}

i.icon.funnel.dollar::before {
  content: "\f662";
}

i.icon.futbol::before {
  content: "\f1e3";
}

i.icon.gamepad::before {
  content: "\f11b";
}

i.icon.gas.pump::before {
  content: "\f52f";
}

i.icon.gavel::before {
  content: "\f0e3";
}

i.icon.gem::before {
  content: "\f3a5";
}

i.icon.genderless::before {
  content: "\f22d";
}

i.icon.ghost::before {
  content: "\f6e2";
}

i.icon.gift::before {
  content: "\f06b";
}

i.icon.gifts::before {
  content: "\f79c";
}

i.icon.glass.cheers::before {
  content: "\f79f";
}

i.icon.glass.martini::before {
  content: "\f000";
}

i.icon.glass.martini.alternate::before {
  content: "\f57b";
}

i.icon.glass.whiskey::before {
  content: "\f7a0";
}

i.icon.glasses::before {
  content: "\f530";
}

i.icon.globe::before {
  content: "\f0ac";
}

i.icon.globe.africa::before {
  content: "\f57c";
}

i.icon.globe.americas::before {
  content: "\f57d";
}

i.icon.globe.asia::before {
  content: "\f57e";
}

i.icon.globe.europe::before {
  content: "\f7a2";
}

i.icon.golf.ball::before {
  content: "\f450";
}

i.icon.gopuram::before {
  content: "\f664";
}

i.icon.graduation.cap::before {
  content: "\f19d";
}

i.icon.greater.than::before {
  content: "\f531";
}

i.icon.greater.than.equal::before {
  content: "\f532";
}

i.icon.grimace::before {
  content: "\f57f";
}

i.icon.grin::before {
  content: "\f580";
}

i.icon.grin.alternate::before {
  content: "\f581";
}

i.icon.grin.beam::before {
  content: "\f582";
}

i.icon.grin.beam.sweat::before {
  content: "\f583";
}

i.icon.grin.hearts::before {
  content: "\f584";
}

i.icon.grin.squint::before {
  content: "\f585";
}

i.icon.grin.squint.tears::before {
  content: "\f586";
}

i.icon.grin.stars::before {
  content: "\f587";
}

i.icon.grin.tears::before {
  content: "\f588";
}

i.icon.grin.tongue::before {
  content: "\f589";
}

i.icon.grin.tongue.squint::before {
  content: "\f58a";
}

i.icon.grin.tongue.wink::before {
  content: "\f58b";
}

i.icon.grin.wink::before {
  content: "\f58c";
}

i.icon.grip.horizontal::before {
  content: "\f58d";
}

i.icon.grip.lines::before {
  content: "\f7a4";
}

i.icon.grip.lines.vertical::before {
  content: "\f7a5";
}

i.icon.grip.vertical::before {
  content: "\f58e";
}

i.icon.guitar::before {
  content: "\f7a6";
}

i.icon.h.square::before {
  content: "\f0fd";
}

i.icon.hamburger::before {
  content: "\f805";
}

i.icon.hammer::before {
  content: "\f6e3";
}

i.icon.hamsa::before {
  content: "\f665";
}

i.icon.hand.holding::before {
  content: "\f4bd";
}

i.icon.hand.holding.heart::before {
  content: "\f4be";
}

i.icon.hand.holding.medical::before {
  content: "\e05c";
}

i.icon.hand.holding.usd::before {
  content: "\f4c0";
}

i.icon.hand.holding.water::before {
  content: "\f4c1";
}

i.icon.hand.lizard::before {
  content: "\f258";
}

i.icon.hand.middle.finger::before {
  content: "\f806";
}

i.icon.hand.paper::before {
  content: "\f256";
}

i.icon.hand.peace::before {
  content: "\f25b";
}

i.icon.hand.point.down::before {
  content: "\f0a7";
}

i.icon.hand.point.left::before {
  content: "\f0a5";
}

i.icon.hand.point.right::before {
  content: "\f0a4";
}

i.icon.hand.point.up::before {
  content: "\f0a6";
}

i.icon.hand.pointer::before {
  content: "\f25a";
}

i.icon.hand.rock::before {
  content: "\f255";
}

i.icon.hand.scissors::before {
  content: "\f257";
}

i.icon.hand.sparkles::before {
  content: "\e05d";
}

i.icon.hand.spock::before {
  content: "\f259";
}

i.icon.hands::before {
  content: "\f4c2";
}

i.icon.hands.helping::before {
  content: "\f4c4";
}

i.icon.hands.wash::before {
  content: "\e05e";
}

i.icon.handshake::before {
  content: "\f2b5";
}

i.icon.handshake.alternate.slash::before {
  content: "\e05f";
}

i.icon.handshake.slash::before {
  content: "\e060";
}

i.icon.hanukiah::before {
  content: "\f6e6";
}

i.icon.hard.hat::before {
  content: "\f807";
}

i.icon.hashtag::before {
  content: "\f292";
}

i.icon.hat.cowboy::before {
  content: "\f8c0";
}

i.icon.hat.cowboy.side::before {
  content: "\f8c1";
}

i.icon.hat.wizard::before {
  content: "\f6e8";
}

i.icon.hdd::before {
  content: "\f0a0";
}

i.icon.head.side.cough::before {
  content: "\e061";
}

i.icon.head.side.cough.slash::before {
  content: "\e062";
}

i.icon.head.side.mask::before {
  content: "\e063";
}

i.icon.head.side.virus::before {
  content: "\e064";
}

i.icon.heading::before {
  content: "\f1dc";
}

i.icon.headphones::before {
  content: "\f025";
}

i.icon.headphones.alternate::before {
  content: "\f58f";
}

i.icon.headset::before {
  content: "\f590";
}

i.icon.heart::before {
  content: "\f004";
}

i.icon.heart.broken::before {
  content: "\f7a9";
}

i.icon.heartbeat::before {
  content: "\f21e";
}

i.icon.helicopter::before {
  content: "\f533";
}

i.icon.highlighter::before {
  content: "\f591";
}

i.icon.hiking::before {
  content: "\f6ec";
}

i.icon.hippo::before {
  content: "\f6ed";
}

i.icon.history::before {
  content: "\f1da";
}

i.icon.hockey.puck::before {
  content: "\f453";
}

i.icon.holly.berry::before {
  content: "\f7aa";
}

i.icon.home::before {
  content: "\f015";
}

i.icon.horse::before {
  content: "\f6f0";
}

i.icon.horse.head::before {
  content: "\f7ab";
}

i.icon.hospital::before {
  content: "\f0f8";
}

i.icon.hospital.alternate::before {
  content: "\f47d";
}

i.icon.hospital.symbol::before {
  content: "\f47e";
}

i.icon.hospital.user::before {
  content: "\f80d";
}

i.icon.hot.tub::before {
  content: "\f593";
}

i.icon.hotdog::before {
  content: "\f80f";
}

i.icon.hotel::before {
  content: "\f594";
}

i.icon.hourglass::before {
  content: "\f254";
}

i.icon.hourglass.end::before {
  content: "\f253";
}

i.icon.hourglass.half::before {
  content: "\f252";
}

i.icon.hourglass.start::before {
  content: "\f251";
}

i.icon.house.damage::before {
  content: "\f6f1";
}

i.icon.house.user::before {
  content: "\e065";
}

i.icon.hryvnia::before {
  content: "\f6f2";
}

i.icon.i.cursor::before {
  content: "\f246";
}

i.icon.ice.cream::before {
  content: "\f810";
}

i.icon.icicles::before {
  content: "\f7ad";
}

i.icon.icons::before {
  content: "\f86d";
}

i.icon.id.badge::before {
  content: "\f2c1";
}

i.icon.id.card::before {
  content: "\f2c2";
}

i.icon.id.card.alternate::before {
  content: "\f47f";
}

i.icon.igloo::before {
  content: "\f7ae";
}

i.icon.image::before {
  content: "\f03e";
}

i.icon.images::before {
  content: "\f302";
}

i.icon.inbox::before {
  content: "\f01c";
}

i.icon.indent::before {
  content: "\f03c";
}

i.icon.industry::before {
  content: "\f275";
}

i.icon.infinity::before {
  content: "\f534";
}

i.icon.info::before {
  content: "\f129";
}

i.icon.info.circle::before {
  content: "\f05a";
}

i.icon.italic::before {
  content: "\f033";
}

i.icon.jedi::before {
  content: "\f669";
}

i.icon.joint::before {
  content: "\f595";
}

i.icon.journal.whills::before {
  content: "\f66a";
}

i.icon.kaaba::before {
  content: "\f66b";
}

i.icon.key::before {
  content: "\f084";
}

i.icon.keyboard::before {
  content: "\f11c";
}

i.icon.khanda::before {
  content: "\f66d";
}

i.icon.kiss::before {
  content: "\f596";
}

i.icon.kiss.beam::before {
  content: "\f597";
}

i.icon.kiss.wink.heart::before {
  content: "\f598";
}

i.icon.kiwi.bird::before {
  content: "\f535";
}

i.icon.landmark::before {
  content: "\f66f";
}

i.icon.language::before {
  content: "\f1ab";
}

i.icon.laptop::before {
  content: "\f109";
}

i.icon.laptop.code::before {
  content: "\f5fc";
}

i.icon.laptop.house::before {
  content: "\e066";
}

i.icon.laptop.medical::before {
  content: "\f812";
}

i.icon.laugh::before {
  content: "\f599";
}

i.icon.laugh.beam::before {
  content: "\f59a";
}

i.icon.laugh.squint::before {
  content: "\f59b";
}

i.icon.laugh.wink::before {
  content: "\f59c";
}

i.icon.layer.group::before {
  content: "\f5fd";
}

i.icon.leaf::before {
  content: "\f06c";
}

i.icon.lemon::before {
  content: "\f094";
}

i.icon.less.than::before {
  content: "\f536";
}

i.icon.less.than.equal::before {
  content: "\f537";
}

i.icon.level.down.alternate::before {
  content: "\f3be";
}

i.icon.level.up.alternate::before {
  content: "\f3bf";
}

i.icon.life.ring::before {
  content: "\f1cd";
}

i.icon.lightbulb::before {
  content: "\f0eb";
}

i.icon.linkify::before {
  content: "\f0c1";
}

i.icon.lira.sign::before {
  content: "\f195";
}

i.icon.list::before {
  content: "\f03a";
}

i.icon.list.alternate::before {
  content: "\f022";
}

i.icon.list.ol::before {
  content: "\f0cb";
}

i.icon.list.ul::before {
  content: "\f0ca";
}

i.icon.location.arrow::before {
  content: "\f124";
}

i.icon.lock::before {
  content: "\f023";
}

i.icon.lock.open::before {
  content: "\f3c1";
}

i.icon.long.arrow.alternate.down::before {
  content: "\f309";
}

i.icon.long.arrow.alternate.left::before {
  content: "\f30a";
}

i.icon.long.arrow.alternate.right::before {
  content: "\f30b";
}

i.icon.long.arrow.alternate.up::before {
  content: "\f30c";
}

i.icon.low.vision::before {
  content: "\f2a8";
}

i.icon.luggage.cart::before {
  content: "\f59d";
}

i.icon.lungs::before {
  content: "\f604";
}

i.icon.lungs.virus::before {
  content: "\e067";
}

i.icon.magic::before {
  content: "\f0d0";
}

i.icon.magnet::before {
  content: "\f076";
}

i.icon.mail.bulk::before {
  content: "\f674";
}

i.icon.male::before {
  content: "\f183";
}

i.icon.map::before {
  content: "\f279";
}

i.icon.map.marked::before {
  content: "\f59f";
}

i.icon.map.marked.alternate::before {
  content: "\f5a0";
}

i.icon.map.marker::before {
  content: "\f041";
}

i.icon.map.marker.alternate::before {
  content: "\f3c5";
}

i.icon.map.pin::before {
  content: "\f276";
}

i.icon.map.signs::before {
  content: "\f277";
}

i.icon.marker::before {
  content: "\f5a1";
}

i.icon.mars::before {
  content: "\f222";
}

i.icon.mars.double::before {
  content: "\f227";
}

i.icon.mars.stroke::before {
  content: "\f229";
}

i.icon.mars.stroke.horizontal::before {
  content: "\f22b";
}

i.icon.mars.stroke.vertical::before {
  content: "\f22a";
}

i.icon.mask::before {
  content: "\f6fa";
}

i.icon.medal::before {
  content: "\f5a2";
}

i.icon.medkit::before {
  content: "\f0fa";
}

i.icon.meh::before {
  content: "\f11a";
}

i.icon.meh.blank::before {
  content: "\f5a4";
}

i.icon.meh.rolling.eyes::before {
  content: "\f5a5";
}

i.icon.memory::before {
  content: "\f538";
}

i.icon.menorah::before {
  content: "\f676";
}

i.icon.mercury::before {
  content: "\f223";
}

i.icon.meteor::before {
  content: "\f753";
}

i.icon.microchip::before {
  content: "\f2db";
}

i.icon.microphone::before {
  content: "\f130";
}

i.icon.microphone.alternate::before {
  content: "\f3c9";
}

i.icon.microphone.alternate.slash::before {
  content: "\f539";
}

i.icon.microphone.slash::before {
  content: "\f131";
}

i.icon.microscope::before {
  content: "\f610";
}

i.icon.minus::before {
  content: "\f068";
}

i.icon.minus.circle::before {
  content: "\f056";
}

i.icon.minus.square::before {
  content: "\f146";
}

i.icon.mitten::before {
  content: "\f7b5";
}

i.icon.mobile::before {
  content: "\f10b";
}

i.icon.mobile.alternate::before {
  content: "\f3cd";
}

i.icon.money.bill::before {
  content: "\f0d6";
}

i.icon.money.bill.alternate::before {
  content: "\f3d1";
}

i.icon.money.bill.wave::before {
  content: "\f53a";
}

i.icon.money.bill.wave.alternate::before {
  content: "\f53b";
}

i.icon.money.check::before {
  content: "\f53c";
}

i.icon.money.check.alternate::before {
  content: "\f53d";
}

i.icon.monument::before {
  content: "\f5a6";
}

i.icon.moon::before {
  content: "\f186";
}

i.icon.mortar.pestle::before {
  content: "\f5a7";
}

i.icon.mosque::before {
  content: "\f678";
}

i.icon.motorcycle::before {
  content: "\f21c";
}

i.icon.mountain::before {
  content: "\f6fc";
}

i.icon.mouse::before {
  content: "\f8cc";
}

i.icon.mouse.pointer::before {
  content: "\f245";
}

i.icon.mug.hot::before {
  content: "\f7b6";
}

i.icon.music::before {
  content: "\f001";
}

i.icon.network.wired::before {
  content: "\f6ff";
}

i.icon.neuter::before {
  content: "\f22c";
}

i.icon.newspaper::before {
  content: "\f1ea";
}

i.icon.not.equal::before {
  content: "\f53e";
}

i.icon.notes.medical::before {
  content: "\f481";
}

i.icon.object.group::before {
  content: "\f247";
}

i.icon.object.ungroup::before {
  content: "\f248";
}

i.icon.oil.can::before {
  content: "\f613";
}

i.icon.om::before {
  content: "\f679";
}

i.icon.otter::before {
  content: "\f700";
}

i.icon.outdent::before {
  content: "\f03b";
}

i.icon.pager::before {
  content: "\f815";
}

i.icon.paint.brush::before {
  content: "\f1fc";
}

i.icon.paint.roller::before {
  content: "\f5aa";
}

i.icon.palette::before {
  content: "\f53f";
}

i.icon.pallet::before {
  content: "\f482";
}

i.icon.paper.plane::before {
  content: "\f1d8";
}

i.icon.paperclip::before {
  content: "\f0c6";
}

i.icon.parachute.box::before {
  content: "\f4cd";
}

i.icon.paragraph::before {
  content: "\f1dd";
}

i.icon.parking::before {
  content: "\f540";
}

i.icon.passport::before {
  content: "\f5ab";
}

i.icon.pastafarianism::before {
  content: "\f67b";
}

i.icon.paste::before {
  content: "\f0ea";
}

i.icon.pause::before {
  content: "\f04c";
}

i.icon.pause.circle::before {
  content: "\f28b";
}

i.icon.paw::before {
  content: "\f1b0";
}

i.icon.peace::before {
  content: "\f67c";
}

i.icon.pen::before {
  content: "\f304";
}

i.icon.pen.alternate::before {
  content: "\f305";
}

i.icon.pen.fancy::before {
  content: "\f5ac";
}

i.icon.pen.nib::before {
  content: "\f5ad";
}

i.icon.pen.square::before {
  content: "\f14b";
}

i.icon.pencil.alternate::before {
  content: "\f303";
}

i.icon.pencil.ruler::before {
  content: "\f5ae";
}

i.icon.people.arrows::before {
  content: "\e068";
}

i.icon.people.carry::before {
  content: "\f4ce";
}

i.icon.pepper.hot::before {
  content: "\f816";
}

i.icon.percent::before {
  content: "\f295";
}

i.icon.percentage::before {
  content: "\f541";
}

i.icon.person.booth::before {
  content: "\f756";
}

i.icon.phone::before {
  content: "\f095";
}

i.icon.phone.alternate::before {
  content: "\f879";
}

i.icon.phone.slash::before {
  content: "\f3dd";
}

i.icon.phone.square::before {
  content: "\f098";
}

i.icon.phone.square.alternate::before {
  content: "\f87b";
}

i.icon.phone.volume::before {
  content: "\f2a0";
}

i.icon.photo.video::before {
  content: "\f87c";
}

i.icon.piggy.bank::before {
  content: "\f4d3";
}

i.icon.pills::before {
  content: "\f484";
}

i.icon.pizza.slice::before {
  content: "\f818";
}

i.icon.place.of.worship::before {
  content: "\f67f";
}

i.icon.plane::before {
  content: "\f072";
}

i.icon.plane.arrival::before {
  content: "\f5af";
}

i.icon.plane.departure::before {
  content: "\f5b0";
}

i.icon.plane.slash::before {
  content: "\e069";
}

i.icon.play::before {
  content: "\f04b";
}

i.icon.play.circle::before {
  content: "\f144";
}

i.icon.plug::before {
  content: "\f1e6";
}

i.icon.plus::before {
  content: "\f067";
}

i.icon.plus.circle::before {
  content: "\f055";
}

i.icon.plus.square::before {
  content: "\f0fe";
}

i.icon.podcast::before {
  content: "\f2ce";
}

i.icon.poll::before {
  content: "\f681";
}

i.icon.poll.horizontal::before {
  content: "\f682";
}

i.icon.poo::before {
  content: "\f2fe";
}

i.icon.poo.storm::before {
  content: "\f75a";
}

i.icon.poop::before {
  content: "\f619";
}

i.icon.portrait::before {
  content: "\f3e0";
}

i.icon.pound.sign::before {
  content: "\f154";
}

i.icon.power.off::before {
  content: "\f011";
}

i.icon.pray::before {
  content: "\f683";
}

i.icon.praying.hands::before {
  content: "\f684";
}

i.icon.prescription::before {
  content: "\f5b1";
}

i.icon.prescription.bottle::before {
  content: "\f485";
}

i.icon.prescription.bottle.alternate::before {
  content: "\f486";
}

i.icon.print::before {
  content: "\f02f";
}

i.icon.procedures::before {
  content: "\f487";
}

i.icon.project.diagram::before {
  content: "\f542";
}

i.icon.pump.medical::before {
  content: "\e06a";
}

i.icon.pump.soap::before {
  content: "\e06b";
}

i.icon.puzzle.piece::before {
  content: "\f12e";
}

i.icon.qrcode::before {
  content: "\f029";
}

i.icon.question::before {
  content: "\f128";
}

i.icon.question.circle::before {
  content: "\f059";
}

i.icon.quidditch::before {
  content: "\f458";
}

i.icon.quote.left::before {
  content: "\f10d";
}

i.icon.quote.right::before {
  content: "\f10e";
}

i.icon.quran::before {
  content: "\f687";
}

i.icon.radiation::before {
  content: "\f7b9";
}

i.icon.radiation.alternate::before {
  content: "\f7ba";
}

i.icon.rainbow::before {
  content: "\f75b";
}

i.icon.random::before {
  content: "\f074";
}

i.icon.receipt::before {
  content: "\f543";
}

i.icon.record.vinyl::before {
  content: "\f8d9";
}

i.icon.recycle::before {
  content: "\f1b8";
}

i.icon.redo::before {
  content: "\f01e";
}

i.icon.redo.alternate::before {
  content: "\f2f9";
}

i.icon.registered::before {
  content: "\f25d";
}

i.icon.remove.format::before {
  content: "\f87d";
}

i.icon.reply::before {
  content: "\f3e5";
}

i.icon.reply.all::before {
  content: "\f122";
}

i.icon.republican::before {
  content: "\f75e";
}

i.icon.restroom::before {
  content: "\f7bd";
}

i.icon.retweet::before {
  content: "\f079";
}

i.icon.ribbon::before {
  content: "\f4d6";
}

i.icon.ring::before {
  content: "\f70b";
}

i.icon.road::before {
  content: "\f018";
}

i.icon.robot::before {
  content: "\f544";
}

i.icon.rocket::before {
  content: "\f135";
}

i.icon.route::before {
  content: "\f4d7";
}

i.icon.rss::before {
  content: "\f09e";
}

i.icon.rss.square::before {
  content: "\f143";
}

i.icon.ruble.sign::before {
  content: "\f158";
}

i.icon.ruler::before {
  content: "\f545";
}

i.icon.ruler.combined::before {
  content: "\f546";
}

i.icon.ruler.horizontal::before {
  content: "\f547";
}

i.icon.ruler.vertical::before {
  content: "\f548";
}

i.icon.running::before {
  content: "\f70c";
}

i.icon.rupee.sign::before {
  content: "\f156";
}

i.icon.sad.cry::before {
  content: "\f5b3";
}

i.icon.sad.tear::before {
  content: "\f5b4";
}

i.icon.satellite::before {
  content: "\f7bf";
}

i.icon.satellite.dish::before {
  content: "\f7c0";
}

i.icon.save::before {
  content: "\f0c7";
}

i.icon.school::before {
  content: "\f549";
}

i.icon.screwdriver::before {
  content: "\f54a";
}

i.icon.scroll::before {
  content: "\f70e";
}

i.icon.sd.card::before {
  content: "\f7c2";
}

i.icon.search::before {
  content: "\f002";
}

i.icon.search.dollar::before {
  content: "\f688";
}

i.icon.search.location::before {
  content: "\f689";
}

i.icon.search.minus::before {
  content: "\f010";
}

i.icon.search.plus::before {
  content: "\f00e";
}

i.icon.seedling::before {
  content: "\f4d8";
}

i.icon.server::before {
  content: "\f233";
}

i.icon.shapes::before {
  content: "\f61f";
}

i.icon.share::before {
  content: "\f064";
}

i.icon.share.alternate::before {
  content: "\f1e0";
}

i.icon.share.alternate.square::before {
  content: "\f1e1";
}

i.icon.share.square::before {
  content: "\f14d";
}

i.icon.shekel.sign::before {
  content: "\f20b";
}

i.icon.shield.alternate::before {
  content: "\f3ed";
}

i.icon.shield.virus::before {
  content: "\e06c";
}

i.icon.ship::before {
  content: "\f21a";
}

i.icon.shipping.fast::before {
  content: "\f48b";
}

i.icon.shoe.prints::before {
  content: "\f54b";
}

i.icon.shopping.bag::before {
  content: "\f290";
}

i.icon.shopping.basket::before {
  content: "\f291";
}

i.icon.shopping.cart::before {
  content: "\f07a";
}

i.icon.shower::before {
  content: "\f2cc";
}

i.icon.shuttle.van::before {
  content: "\f5b6";
}

i.icon.sign::before {
  content: "\f4d9";
}

i.icon.sign.language::before {
  content: "\f2a7";
}

i.icon.signal::before {
  content: "\f012";
}

i.icon.signature::before {
  content: "\f5b7";
}

i.icon.sim.card::before {
  content: "\f7c4";
}

i.icon.sink::before {
  content: "\e06d";
}

i.icon.sitemap::before {
  content: "\f0e8";
}

i.icon.skating::before {
  content: "\f7c5";
}

i.icon.skiing::before {
  content: "\f7c9";
}

i.icon.skiing.nordic::before {
  content: "\f7ca";
}

i.icon.skull::before {
  content: "\f54c";
}

i.icon.skull.crossbones::before {
  content: "\f714";
}

i.icon.slash::before {
  content: "\f715";
}

i.icon.sleigh::before {
  content: "\f7cc";
}

i.icon.sliders.horizontal::before {
  content: "\f1de";
}

i.icon.smile::before {
  content: "\f118";
}

i.icon.smile.beam::before {
  content: "\f5b8";
}

i.icon.smile.wink::before {
  content: "\f4da";
}

i.icon.smog::before {
  content: "\f75f";
}

i.icon.smoking::before {
  content: "\f48d";
}

i.icon.smoking.ban::before {
  content: "\f54d";
}

i.icon.sms::before {
  content: "\f7cd";
}

i.icon.snowboarding::before {
  content: "\f7ce";
}

i.icon.snowflake::before {
  content: "\f2dc";
}

i.icon.snowman::before {
  content: "\f7d0";
}

i.icon.snowplow::before {
  content: "\f7d2";
}

i.icon.soap::before {
  content: "\e06e";
}

i.icon.socks::before {
  content: "\f696";
}

i.icon.solar.panel::before {
  content: "\f5ba";
}

i.icon.sort::before {
  content: "\f0dc";
}

i.icon.sort.alphabet.down::before {
  content: "\f15d";
}

i.icon.sort.alphabet.down.alternate::before {
  content: "\f881";
}

i.icon.sort.alphabet.up::before {
  content: "\f15e";
}

i.icon.sort.alphabet.up.alternate::before {
  content: "\f882";
}

i.icon.sort.amount.down::before {
  content: "\f160";
}

i.icon.sort.amount.down.alternate::before {
  content: "\f884";
}

i.icon.sort.amount.up::before {
  content: "\f161";
}

i.icon.sort.amount.up.alternate::before {
  content: "\f885";
}

i.icon.sort.down::before {
  content: "\f0dd";
}

i.icon.sort.numeric.down::before {
  content: "\f162";
}

i.icon.sort.numeric.down.alternate::before {
  content: "\f886";
}

i.icon.sort.numeric.up::before {
  content: "\f163";
}

i.icon.sort.numeric.up.alternate::before {
  content: "\f887";
}

i.icon.sort.up::before {
  content: "\f0de";
}

i.icon.spa::before {
  content: "\f5bb";
}

i.icon.space.shuttle::before {
  content: "\f197";
}

i.icon.spell.check::before {
  content: "\f891";
}

i.icon.spider::before {
  content: "\f717";
}

i.icon.spinner::before {
  content: "\f110";
}

i.icon.splotch::before {
  content: "\f5bc";
}

i.icon.spray.can::before {
  content: "\f5bd";
}

i.icon.square::before {
  content: "\f0c8";
}

i.icon.square.full::before {
  content: "\f45c";
}

i.icon.square.root.alternate::before {
  content: "\f698";
}

i.icon.stamp::before {
  content: "\f5bf";
}

i.icon.star::before {
  content: "\f005";
}

i.icon.star.and.crescent::before {
  content: "\f699";
}

i.icon.star.half::before {
  content: "\f089";
}

i.icon.star.half.alternate::before {
  content: "\f5c0";
}

i.icon.star.of.david::before {
  content: "\f69a";
}

i.icon.star.of.life::before {
  content: "\f621";
}

i.icon.step.backward::before {
  content: "\f048";
}

i.icon.step.forward::before {
  content: "\f051";
}

i.icon.stethoscope::before {
  content: "\f0f1";
}

i.icon.sticky.note::before {
  content: "\f249";
}

i.icon.stop::before {
  content: "\f04d";
}

i.icon.stop.circle::before {
  content: "\f28d";
}

i.icon.stopwatch::before {
  content: "\f2f2";
}

i.icon.stopwatch.twenty::before {
  content: "\e06f";
}

i.icon.store::before {
  content: "\f54e";
}

i.icon.store.alternate::before {
  content: "\f54f";
}

i.icon.store.alternate.slash::before {
  content: "\e070";
}

i.icon.store.slash::before {
  content: "\e071";
}

i.icon.stream::before {
  content: "\f550";
}

i.icon.street.view::before {
  content: "\f21d";
}

i.icon.strikethrough::before {
  content: "\f0cc";
}

i.icon.stroopwafel::before {
  content: "\f551";
}

i.icon.subscript::before {
  content: "\f12c";
}

i.icon.subway::before {
  content: "\f239";
}

i.icon.suitcase::before {
  content: "\f0f2";
}

i.icon.suitcase.rolling::before {
  content: "\f5c1";
}

i.icon.sun::before {
  content: "\f185";
}

i.icon.superscript::before {
  content: "\f12b";
}

i.icon.surprise::before {
  content: "\f5c2";
}

i.icon.swatchbook::before {
  content: "\f5c3";
}

i.icon.swimmer::before {
  content: "\f5c4";
}

i.icon.swimming.pool::before {
  content: "\f5c5";
}

i.icon.synagogue::before {
  content: "\f69b";
}

i.icon.sync::before {
  content: "\f021";
}

i.icon.sync.alternate::before {
  content: "\f2f1";
}

i.icon.syringe::before {
  content: "\f48e";
}

i.icon.table::before {
  content: "\f0ce";
}

i.icon.table.tennis::before {
  content: "\f45d";
}

i.icon.tablet::before {
  content: "\f10a";
}

i.icon.tablet.alternate::before {
  content: "\f3fa";
}

i.icon.tablets::before {
  content: "\f490";
}

i.icon.tachometer.alternate::before {
  content: "\f3fd";
}

i.icon.tag::before {
  content: "\f02b";
}

i.icon.tags::before {
  content: "\f02c";
}

i.icon.tape::before {
  content: "\f4db";
}

i.icon.tasks::before {
  content: "\f0ae";
}

i.icon.taxi::before {
  content: "\f1ba";
}

i.icon.teeth::before {
  content: "\f62e";
}

i.icon.teeth.open::before {
  content: "\f62f";
}

i.icon.temperature.high::before {
  content: "\f769";
}

i.icon.temperature.low::before {
  content: "\f76b";
}

i.icon.tenge::before {
  content: "\f7d7";
}

i.icon.terminal::before {
  content: "\f120";
}

i.icon.text.height::before {
  content: "\f034";
}

i.icon.text.width::before {
  content: "\f035";
}

i.icon.th::before {
  content: "\f00a";
}

i.icon.th.large::before {
  content: "\f009";
}

i.icon.th.list::before {
  content: "\f00b";
}

i.icon.theater.masks::before {
  content: "\f630";
}

i.icon.thermometer::before {
  content: "\f491";
}

i.icon.thermometer.empty::before {
  content: "\f2cb";
}

i.icon.thermometer.full::before {
  content: "\f2c7";
}

i.icon.thermometer.half::before {
  content: "\f2c9";
}

i.icon.thermometer.quarter::before {
  content: "\f2ca";
}

i.icon.thermometer.three.quarters::before {
  content: "\f2c8";
}

i.icon.thumbs.down::before {
  content: "\f165";
}

i.icon.thumbs.up::before {
  content: "\f164";
}

i.icon.thumbtack::before {
  content: "\f08d";
}

i.icon.ticket.alternate::before {
  content: "\f3ff";
}

i.icon.times::before {
  content: "\f00d";
}

i.icon.times.circle::before {
  content: "\f057";
}

i.icon.tint::before {
  content: "\f043";
}

i.icon.tint.slash::before {
  content: "\f5c7";
}

i.icon.tired::before {
  content: "\f5c8";
}

i.icon.toggle.off::before {
  content: "\f204";
}

i.icon.toggle.on::before {
  content: "\f205";
}

i.icon.toilet::before {
  content: "\f7d8";
}

i.icon.toilet.paper::before {
  content: "\f71e";
}

i.icon.toilet.paper.slash::before {
  content: "\e072";
}

i.icon.toolbox::before {
  content: "\f552";
}

i.icon.tools::before {
  content: "\f7d9";
}

i.icon.tooth::before {
  content: "\f5c9";
}

i.icon.torah::before {
  content: "\f6a0";
}

i.icon.torii.gate::before {
  content: "\f6a1";
}

i.icon.tractor::before {
  content: "\f722";
}

i.icon.trademark::before {
  content: "\f25c";
}

i.icon.traffic.light::before {
  content: "\f637";
}

i.icon.trailer::before {
  content: "\e041";
}

i.icon.train::before {
  content: "\f238";
}

i.icon.tram::before {
  content: "\f7da";
}

i.icon.transgender::before {
  content: "\f224";
}

i.icon.transgender.alternate::before {
  content: "\f225";
}

i.icon.trash::before {
  content: "\f1f8";
}

i.icon.trash.alternate::before {
  content: "\f2ed";
}

i.icon.trash.restore::before {
  content: "\f829";
}

i.icon.trash.restore.alternate::before {
  content: "\f82a";
}

i.icon.tree::before {
  content: "\f1bb";
}

i.icon.trophy::before {
  content: "\f091";
}

i.icon.truck::before {
  content: "\f0d1";
}

i.icon.truck.monster::before {
  content: "\f63b";
}

i.icon.truck.moving::before {
  content: "\f4df";
}

i.icon.truck.packing::before {
  content: "\f4de";
}

i.icon.truck.pickup::before {
  content: "\f63c";
}

i.icon.tshirt::before {
  content: "\f553";
}

i.icon.tty::before {
  content: "\f1e4";
}

i.icon.tv::before {
  content: "\f26c";
}

i.icon.umbrella::before {
  content: "\f0e9";
}

i.icon.umbrella.beach::before {
  content: "\f5ca";
}

i.icon.underline::before {
  content: "\f0cd";
}

i.icon.undo::before {
  content: "\f0e2";
}

i.icon.undo.alternate::before {
  content: "\f2ea";
}

i.icon.universal.access::before {
  content: "\f29a";
}

i.icon.university::before {
  content: "\f19c";
}

i.icon.unlink::before {
  content: "\f127";
}

i.icon.unlock::before {
  content: "\f09c";
}

i.icon.unlock.alternate::before {
  content: "\f13e";
}

i.icon.upload::before {
  content: "\f093";
}

i.icon.user::before {
  content: "\f007";
}

i.icon.user.alternate::before {
  content: "\f406";
}

i.icon.user.alternate.slash::before {
  content: "\f4fa";
}

i.icon.user.astronaut::before {
  content: "\f4fb";
}

i.icon.user.check::before {
  content: "\f4fc";
}

i.icon.user.circle::before {
  content: "\f2bd";
}

i.icon.user.clock::before {
  content: "\f4fd";
}

i.icon.user.cog::before {
  content: "\f4fe";
}

i.icon.user.edit::before {
  content: "\f4ff";
}

i.icon.user.friends::before {
  content: "\f500";
}

i.icon.user.graduate::before {
  content: "\f501";
}

i.icon.user.injured::before {
  content: "\f728";
}

i.icon.user.lock::before {
  content: "\f502";
}

i.icon.user.md::before {
  content: "\f0f0";
}

i.icon.user.minus::before {
  content: "\f503";
}

i.icon.user.ninja::before {
  content: "\f504";
}

i.icon.user.nurse::before {
  content: "\f82f";
}

i.icon.user.plus::before {
  content: "\f234";
}

i.icon.user.secret::before {
  content: "\f21b";
}

i.icon.user.shield::before {
  content: "\f505";
}

i.icon.user.slash::before {
  content: "\f506";
}

i.icon.user.tag::before {
  content: "\f507";
}

i.icon.user.tie::before {
  content: "\f508";
}

i.icon.user.times::before {
  content: "\f235";
}

i.icon.users::before {
  content: "\f0c0";
}

i.icon.users.cog::before {
  content: "\f509";
}

i.icon.users.slash::before {
  content: "\e073";
}

i.icon.utensil.spoon::before {
  content: "\f2e5";
}

i.icon.utensils::before {
  content: "\f2e7";
}

i.icon.vector.square::before {
  content: "\f5cb";
}

i.icon.venus::before {
  content: "\f221";
}

i.icon.venus.double::before {
  content: "\f226";
}

i.icon.venus.mars::before {
  content: "\f228";
}

i.icon.vest::before {
  content: "\e085";
}

i.icon.vest.patches::before {
  content: "\e086";
}

i.icon.vial::before {
  content: "\f492";
}

i.icon.vials::before {
  content: "\f493";
}

i.icon.video::before {
  content: "\f03d";
}

i.icon.video.slash::before {
  content: "\f4e2";
}

i.icon.vihara::before {
  content: "\f6a7";
}

i.icon.virus::before {
  content: "\e074";
}

i.icon.virus.slash::before {
  content: "\e075";
}

i.icon.viruses::before {
  content: "\e076";
}

i.icon.voicemail::before {
  content: "\f897";
}

i.icon.volleyball.ball::before {
  content: "\f45f";
}

i.icon.volume.down::before {
  content: "\f027";
}

i.icon.volume.mute::before {
  content: "\f6a9";
}

i.icon.volume.off::before {
  content: "\f026";
}

i.icon.volume.up::before {
  content: "\f028";
}

i.icon.vote.yea::before {
  content: "\f772";
}

i.icon.vr.cardboard::before {
  content: "\f729";
}

i.icon.walking::before {
  content: "\f554";
}

i.icon.wallet::before {
  content: "\f555";
}

i.icon.warehouse::before {
  content: "\f494";
}

i.icon.water::before {
  content: "\f773";
}

i.icon.wave.square::before {
  content: "\f83e";
}

i.icon.weight::before {
  content: "\f496";
}

i.icon.weight.hanging::before {
  content: "\f5cd";
}

i.icon.wheelchair::before {
  content: "\f193";
}

i.icon.wifi::before {
  content: "\f1eb";
}

i.icon.wind::before {
  content: "\f72e";
}

i.icon.window.close::before {
  content: "\f410";
}

i.icon.window.maximize::before {
  content: "\f2d0";
}

i.icon.window.minimize::before {
  content: "\f2d1";
}

i.icon.window.restore::before {
  content: "\f2d2";
}

i.icon.wine.bottle::before {
  content: "\f72f";
}

i.icon.wine.glass::before {
  content: "\f4e3";
}

i.icon.wine.glass.alternate::before {
  content: "\f5ce";
}

i.icon.won.sign::before {
  content: "\f159";
}

i.icon.wrench::before {
  content: "\f0ad";
}

i.icon.x.ray::before {
  content: "\f497";
}

i.icon.yen.sign::before {
  content: "\f157";
}

i.icon.yin.yang::before {
  content: "\f6ad";
}

i.icon.add::before {
  content: "\f067";
}

i.icon.add.circle::before {
  content: "\f055";
}

i.icon.add.square::before {
  content: "\f0fe";
}

i.icon.add.to.calendar::before {
  content: "\f271";
}

i.icon.add.to.cart::before {
  content: "\f217";
}

i.icon.add.user::before {
  content: "\f234";
}

i.icon.alarm::before {
  content: "\f0f3";
}

i.icon.alarm.mute::before {
  content: "\f1f6";
}

i.icon.ald::before {
  content: "\f2a2";
}

i.icon.als::before {
  content: "\f2a2";
}

i.icon.announcement::before {
  content: "\f0a1";
}

i.icon.area.chart::before {
  content: "\f1fe";
}

i.icon.area.graph::before {
  content: "\f1fe";
}

i.icon.arrow.down.cart::before {
  content: "\f218";
}

i.icon.asexual::before {
  content: "\f22d";
}

i.icon.asl::before {
  content: "\f2a3";
}

i.icon.asl.interpreting::before {
  content: "\f2a3";
}

i.icon.assistive.listening.devices::before {
  content: "\f2a2";
}

i.icon.attach::before {
  content: "\f0c6";
}

i.icon.attention::before {
  content: "\f06a";
}

i.icon.balance::before {
  content: "\f24e";
}

i.icon.bar::before {
  content: "\f0fc";
}

i.icon.bathtub::before {
  content: "\f2cd";
}

i.icon.battery.four::before {
  content: "\f240";
}

i.icon.battery.high::before {
  content: "\f241";
}

i.icon.battery.low::before {
  content: "\f243";
}

i.icon.battery.medium::before {
  content: "\f242";
}

i.icon.battery.one::before {
  content: "\f243";
}

i.icon.battery.three::before {
  content: "\f241";
}

i.icon.battery.two::before {
  content: "\f242";
}

i.icon.battery.zero::before {
  content: "\f244";
}

i.icon.birthday::before {
  content: "\f1fd";
}

i.icon.block.layout::before {
  content: "\f009";
}

i.icon.broken.chain::before {
  content: "\f127";
}

i.icon.browser::before {
  content: "\f022";
}

i.icon.call::before {
  content: "\f095";
}

i.icon.call.square::before {
  content: "\f098";
}

i.icon.cancel::before {
  content: "\f00d";
}

i.icon.cart::before {
  content: "\f07a";
}

i.icon.cc::before {
  content: "\f20a";
}

i.icon.chain::before {
  content: "\f0c1";
}

i.icon.chat::before {
  content: "\f075";
}

i.icon.checked.calendar::before {
  content: "\f274";
}

i.icon.checkmark::before {
  content: "\f00c";
}

i.icon.checkmark.box::before {
  content: "\f14a";
}

i.icon.chess.rock::before {
  content: "\f447";
}

i.icon.circle.notched::before {
  content: "\f1ce";
}

i.icon.circle.thin::before {
  content: "\f111";
}

i.icon.close::before {
  content: "\f00d";
}

i.icon.cloud.download::before {
  content: "\f381";
}

i.icon.cloud.upload::before {
  content: "\f382";
}

i.icon.cny::before {
  content: "\f157";
}

i.icon.cocktail::before {
  content: "\f000";
}

i.icon.commenting::before {
  content: "\f27a";
}

i.icon.compose::before {
  content: "\f303";
}

i.icon.computer::before {
  content: "\f108";
}

i.icon.configure::before {
  content: "\f0ad";
}

i.icon.content::before {
  content: "\f0c9";
}

i.icon.conversation::before {
  content: "\f086";
}

i.icon.credit.card.alternative::before {
  content: "\f09d";
}

i.icon.currency::before {
  content: "\f3d1";
}

i.icon.dashboard::before {
  content: "\f3fd";
}

i.icon.deafness::before {
  content: "\f2a4";
}

i.icon.delete::before {
  content: "\f00d";
}

i.icon.delete.calendar::before {
  content: "\f273";
}

i.icon.detective::before {
  content: "\f21b";
}

i.icon.diamond::before {
  content: "\f3a5";
}

i.icon.discussions::before {
  content: "\f086";
}

i.icon.disk::before {
  content: "\f0a0";
}

i.icon.doctor::before {
  content: "\f0f0";
}

i.icon.dollar::before {
  content: "\f155";
}

i.icon.dont::before {
  content: "\f05e";
}

i.icon.drivers.license::before {
  content: "\f2c2";
}

i.icon.dropdown::before {
  content: "\f0d7";
}

i.icon.emergency::before {
  content: "\f0f9";
}

i.icon.erase::before {
  content: "\f12d";
}

i.icon.eur::before {
  content: "\f153";
}

i.icon.euro::before {
  content: "\f153";
}

i.icon.exchange::before {
  content: "\f362";
}

i.icon.external::before {
  content: "\f35d";
}

i.icon.external.share::before {
  content: "\f14d";
}

i.icon.external.square::before {
  content: "\f360";
}

i.icon.eyedropper::before {
  content: "\f1fb";
}

i.icon.factory::before {
  content: "\f275";
}

i.icon.favorite::before {
  content: "\f005";
}

i.icon.feed::before {
  content: "\f09e";
}

i.icon.female.homosexual::before {
  content: "\f226";
}

i.icon.file.text::before {
  content: "\f15c";
}

i.icon.find::before {
  content: "\f1e5";
}

i.icon.first.aid::before {
  content: "\f0fa";
}

i.icon.food::before {
  content: "\f2e7";
}

i.icon.fork::before {
  content: "\f126";
}

i.icon.game::before {
  content: "\f11b";
}

i.icon.gay::before {
  content: "\f227";
}

i.icon.gbp::before {
  content: "\f154";
}

i.icon.grab::before {
  content: "\f255";
}

i.icon.graduation::before {
  content: "\f19d";
}

i.icon.grid.layout::before {
  content: "\f00a";
}

i.icon.group::before {
  content: "\f0c0";
}

i.icon.h::before {
  content: "\f0fd";
}

i.icon.hamburger::before {
  content: "\f0c9";
}

i.icon.hand.victory::before {
  content: "\f25b";
}

i.icon.handicap::before {
  content: "\f193";
}

i.icon.hard.of.hearing::before {
  content: "\f2a4";
}

i.icon.header::before {
  content: "\f1dc";
}

i.icon.heart.empty::before {
  content: "\f004";
}

i.icon.help::before {
  content: "\f128";
}

i.icon.help.circle::before {
  content: "\f059";
}

i.icon.heterosexual::before {
  content: "\f228";
}

i.icon.hide::before {
  content: "\f070";
}

i.icon.hotel::before {
  content: "\f236";
}

i.icon.hourglass.four::before {
  content: "\f254";
}

i.icon.hourglass.full::before {
  content: "\f254";
}

i.icon.hourglass.one::before {
  content: "\f251";
}

i.icon.hourglass.three::before {
  content: "\f253";
}

i.icon.hourglass.two::before {
  content: "\f252";
}

i.icon.hourglass.zero::before {
  content: "\f253";
}

i.icon.idea::before {
  content: "\f0eb";
}

i.icon.ils::before {
  content: "\f20b";
}

i.icon.inr::before {
  content: "\f156";
}

i.icon.intergender::before {
  content: "\f224";
}

i.icon.intersex::before {
  content: "\f224";
}

i.icon.jpy::before {
  content: "\f157";
}

i.icon.krw::before {
  content: "\f159";
}

i.icon.lab::before {
  content: "\f0c3";
}

i.icon.law::before {
  content: "\f24e";
}

i.icon.legal::before {
  content: "\f0e3";
}

i.icon.lesbian::before {
  content: "\f226";
}

i.icon.level.down::before {
  content: "\f3be";
}

i.icon.level.up::before {
  content: "\f3bf";
}

i.icon.lightning::before {
  content: "\f0e7";
}

i.icon.like::before {
  content: "\f004";
}

i.icon.linegraph::before {
  content: "\f201";
}

i.icon.linkify::before {
  content: "\f0c1";
}

i.icon.lira::before {
  content: "\f195";
}

i.icon.list.layout::before {
  content: "\f00b";
}

i.icon.magnify::before {
  content: "\f00e";
}

i.icon.mail::before {
  content: "\f0e0";
}

i.icon.mail.forward::before {
  content: "\f064";
}

i.icon.mail.square::before {
  content: "\f199";
}

i.icon.male.homosexual::before {
  content: "\f227";
}

i.icon.man::before {
  content: "\f222";
}

i.icon.marker::before {
  content: "\f041";
}

i.icon.mars.alternate::before {
  content: "\f229";
}

i.icon.mars.horizontal::before {
  content: "\f22b";
}

i.icon.mars.vertical::before {
  content: "\f22a";
}

i.icon.meanpath::before {
  content: "\f0c8";
}

i.icon.military::before {
  content: "\f0fb";
}

i.icon.money::before {
  content: "\f3d1";
}

i.icon.move::before {
  content: "\f0b2";
}

i.icon.mute::before {
  content: "\f131";
}

i.icon.non.binary.transgender::before {
  content: "\f223";
}

i.icon.numbered.list::before {
  content: "\f0cb";
}

i.icon.options::before {
  content: "\f1de";
}

i.icon.ordered.list::before {
  content: "\f0cb";
}

i.icon.other.gender::before {
  content: "\f229";
}

i.icon.other.gender.horizontal::before {
  content: "\f22b";
}

i.icon.other.gender.vertical::before {
  content: "\f22a";
}

i.icon.payment::before {
  content: "\f09d";
}

i.icon.pencil::before {
  content: "\f303";
}

i.icon.pencil.square::before {
  content: "\f14b";
}

i.icon.photo::before {
  content: "\f030";
}

i.icon.picture::before {
  content: "\f03e";
}

i.icon.pie.chart::before {
  content: "\f200";
}

i.icon.pie.graph::before {
  content: "\f200";
}

i.icon.pin::before {
  content: "\f08d";
}

i.icon.plus.cart::before {
  content: "\f217";
}

i.icon.point::before {
  content: "\f041";
}

i.icon.pointing.down::before {
  content: "\f0a7";
}

i.icon.pointing.left::before {
  content: "\f0a5";
}

i.icon.pointing.right::before {
  content: "\f0a4";
}

i.icon.pointing.up::before {
  content: "\f0a6";
}

i.icon.pound::before {
  content: "\f154";
}

i.icon.power::before {
  content: "\f011";
}

i.icon.power.cord::before {
  content: "\f1e6";
}

i.icon.privacy::before {
  content: "\f084";
}

i.icon.protect::before {
  content: "\f023";
}

i.icon.puzzle::before {
  content: "\f12e";
}

i.icon.r.circle::before {
  content: "\f25d";
}

i.icon.radio::before {
  content: "\f192";
}

i.icon.rain::before {
  content: "\f0e9";
}

i.icon.record::before {
  content: "\f03d";
}

i.icon.refresh::before {
  content: "\f021";
}

i.icon.remove::before {
  content: "\f00d";
}

i.icon.remove.bookmark::before {
  content: "\f02e";
}

i.icon.remove.circle::before {
  content: "\f057";
}

i.icon.remove.from.calendar::before {
  content: "\f272";
}

i.icon.remove.user::before {
  content: "\f235";
}

i.icon.repeat::before {
  content: "\f01e";
}

i.icon.resize.horizontal::before {
  content: "\f337";
}

i.icon.resize.vertical::before {
  content: "\f338";
}

i.icon.rmb::before {
  content: "\f157";
}

i.icon.rouble::before {
  content: "\f158";
}

i.icon.rub::before {
  content: "\f158";
}

i.icon.ruble::before {
  content: "\f158";
}

i.icon.rupee::before {
  content: "\f156";
}

i.icon.s15::before {
  content: "\f2cd";
}

i.icon.selected.radio::before {
  content: "\f192";
}

i.icon.send::before {
  content: "\f1d8";
}

i.icon.setting::before {
  content: "\f013";
}

i.icon.settings::before {
  content: "\f085";
}

i.icon.shekel::before {
  content: "\f20b";
}

i.icon.sheqel::before {
  content: "\f20b";
}

i.icon.shield::before {
  content: "\f3ed";
}

i.icon.shipping::before {
  content: "\f0d1";
}

i.icon.shop::before {
  content: "\f07a";
}

i.icon.shuffle::before {
  content: "\f074";
}

i.icon.shutdown::before {
  content: "\f011";
}

i.icon.sidebar::before {
  content: "\f0c9";
}

i.icon.signing::before {
  content: "\f2a7";
}

i.icon.signup::before {
  content: "\f044";
}

i.icon.sliders::before {
  content: "\f1de";
}

i.icon.soccer::before {
  content: "\f1e3";
}

i.icon.sort.alphabet.ascending::before {
  content: "\f15d";
}

i.icon.sort.alphabet.descending::before {
  content: "\f15e";
}

i.icon.sort.ascending::before {
  content: "\f0de";
}

i.icon.sort.content.ascending::before {
  content: "\f160";
}

i.icon.sort.content.descending::before {
  content: "\f161";
}

i.icon.sort.descending::before {
  content: "\f0dd";
}

i.icon.sort.numeric.ascending::before {
  content: "\f162";
}

i.icon.sort.numeric.descending::before {
  content: "\f163";
}

i.icon.sound::before {
  content: "\f025";
}

i.icon.spoon::before {
  content: "\f2e5";
}

i.icon.spy::before {
  content: "\f21b";
}

i.icon.star.empty::before {
  content: "\f005";
}

i.icon.star.half.empty::before {
  content: "\f089";
}

i.icon.star.half.full::before {
  content: "\f089";
}

i.icon.student::before {
  content: "\f19d";
}

i.icon.talk::before {
  content: "\f27a";
}

i.icon.target::before {
  content: "\f140";
}

i.icon.teletype::before {
  content: "\f1e4";
}

i.icon.television::before {
  content: "\f26c";
}

i.icon.text.cursor::before {
  content: "\f246";
}

i.icon.text.telephone::before {
  content: "\f1e4";
}

i.icon.theme::before {
  content: "\f043";
}

i.icon.thermometer::before {
  content: "\f2c7";
}

i.icon.thumb.tack::before {
  content: "\f08d";
}

i.icon.ticket::before {
  content: "\f3ff";
}

i.icon.time::before {
  content: "\f017";
}

i.icon.times.rectangle::before {
  content: "\f410";
}

i.icon.tm::before {
  content: "\f25c";
}

i.icon.toggle.down::before {
  content: "\f150";
}

i.icon.toggle.left::before {
  content: "\f191";
}

i.icon.toggle.right::before {
  content: "\f152";
}

i.icon.toggle.up::before {
  content: "\f151";
}

i.icon.translate::before {
  content: "\f1ab";
}

i.icon.travel::before {
  content: "\f0b1";
}

i.icon.treatment::before {
  content: "\f0f1";
}

i.icon.triangle.down::before {
  content: "\f0d7";
}

i.icon.triangle.left::before {
  content: "\f0d9";
}

i.icon.triangle.right::before {
  content: "\f0da";
}

i.icon.triangle.up::before {
  content: "\f0d8";
}

i.icon.try::before {
  content: "\f195";
}

i.icon.unhide::before {
  content: "\f06e";
}

i.icon.unlinkify::before {
  content: "\f127";
}

i.icon.unmute::before {
  content: "\f130";
}

i.icon.unordered.list::before {
  content: "\f0ca";
}

i.icon.usd::before {
  content: "\f155";
}

i.icon.user.cancel::before {
  content: "\f235";
}

i.icon.user.close::before {
  content: "\f235";
}

i.icon.user.delete::before {
  content: "\f235";
}

i.icon.user.doctor::before {
  content: "\f0f0";
}

i.icon.user.x::before {
  content: "\f235";
}

i.icon.vcard::before {
  content: "\f2bb";
}

i.icon.video.camera::before {
  content: "\f03d";
}

i.icon.video.play::before {
  content: "\f144";
}

i.icon.volume.control.phone::before {
  content: "\f2a0";
}

i.icon.wait::before {
  content: "\f017";
}

i.icon.warning::before {
  content: "\f12a";
}

i.icon.warning.circle::before {
  content: "\f06a";
}

i.icon.warning.sign::before {
  content: "\f071";
}

i.icon.wi.fi::before {
  content: "\f1eb";
}

i.icon.winner::before {
  content: "\f091";
}

i.icon.wizard::before {
  content: "\f0d0";
}

i.icon.woman::before {
  content: "\f221";
}

i.icon.won::before {
  content: "\f159";
}

i.icon.world::before {
  content: "\f0ac";
}

i.icon.write::before {
  content: "\f303";
}

i.icon.write.square::before {
  content: "\f14b";
}

i.icon.x::before {
  content: "\f00d";
}

i.icon.yen::before {
  content: "\f157";
}

i.icon.zip::before {
  content: "\f187";
}

i.icon.zoom::before {
  content: "\f00e";
}

i.icon.outline {
  font-family: outline-icons;
}

i.icon.address.book.outline::before {
  content: "\f2b9";
}

i.icon.address.card.outline::before {
  content: "\f2bb";
}

i.icon.angry.outline::before {
  content: "\f556";
}

i.icon.arrow.alternate.circle.down.outline::before {
  content: "\f358";
}

i.icon.arrow.alternate.circle.left.outline::before {
  content: "\f359";
}

i.icon.arrow.alternate.circle.right.outline::before {
  content: "\f35a";
}

i.icon.arrow.alternate.circle.up.outline::before {
  content: "\f35b";
}

i.icon.bell.outline::before {
  content: "\f0f3";
}

i.icon.bell.slash.outline::before {
  content: "\f1f6";
}

i.icon.bookmark.outline::before {
  content: "\f02e";
}

i.icon.building.outline::before {
  content: "\f1ad";
}

i.icon.calendar.alternate.outline::before {
  content: "\f073";
}

i.icon.calendar.check.outline::before {
  content: "\f274";
}

i.icon.calendar.minus.outline::before {
  content: "\f272";
}

i.icon.calendar.outline::before {
  content: "\f133";
}

i.icon.calendar.plus.outline::before {
  content: "\f271";
}

i.icon.calendar.times.outline::before {
  content: "\f273";
}

i.icon.caret.square.down.outline::before {
  content: "\f150";
}

i.icon.caret.square.left.outline::before {
  content: "\f191";
}

i.icon.caret.square.right.outline::before {
  content: "\f152";
}

i.icon.caret.square.up.outline::before {
  content: "\f151";
}

i.icon.chart.bar.outline::before {
  content: "\f080";
}

i.icon.check.circle.outline::before {
  content: "\f058";
}

i.icon.check.square.outline::before {
  content: "\f14a";
}

i.icon.circle.outline::before {
  content: "\f111";
}

i.icon.clipboard.outline::before {
  content: "\f328";
}

i.icon.clock.outline::before {
  content: "\f017";
}

i.icon.clone.outline::before {
  content: "\f24d";
}

i.icon.closed.captioning.outline::before {
  content: "\f20a";
}

i.icon.comment.alternate.outline::before {
  content: "\f27a";
}

i.icon.comment.dots.outline::before {
  content: "\f4ad";
}

i.icon.comment.outline::before {
  content: "\f075";
}

i.icon.comments.outline::before {
  content: "\f086";
}

i.icon.compass.outline::before {
  content: "\f14e";
}

i.icon.copy.outline::before {
  content: "\f0c5";
}

i.icon.copyright.outline::before {
  content: "\f1f9";
}

i.icon.credit.card.outline::before {
  content: "\f09d";
}

i.icon.dizzy.outline::before {
  content: "\f567";
}

i.icon.dot.circle.outline::before {
  content: "\f192";
}

i.icon.edit.outline::before {
  content: "\f044";
}

i.icon.envelope.open.outline::before {
  content: "\f2b6";
}

i.icon.envelope.outline::before {
  content: "\f0e0";
}

i.icon.eye.outline::before {
  content: "\f06e";
}

i.icon.eye.slash.outline::before {
  content: "\f070";
}

i.icon.file.alternate.outline::before {
  content: "\f15c";
}

i.icon.file.archive.outline::before {
  content: "\f1c6";
}

i.icon.file.audio.outline::before {
  content: "\f1c7";
}

i.icon.file.code.outline::before {
  content: "\f1c9";
}

i.icon.file.excel.outline::before {
  content: "\f1c3";
}

i.icon.file.image.outline::before {
  content: "\f1c5";
}

i.icon.file.outline::before {
  content: "\f15b";
}

i.icon.file.pdf.outline::before {
  content: "\f1c1";
}

i.icon.file.powerpoint.outline::before {
  content: "\f1c4";
}

i.icon.file.video.outline::before {
  content: "\f1c8";
}

i.icon.file.word.outline::before {
  content: "\f1c2";
}

i.icon.flag.outline::before {
  content: "\f024";
}

i.icon.flushed.outline::before {
  content: "\f579";
}

i.icon.folder.open.outline::before {
  content: "\f07c";
}

i.icon.folder.outline::before {
  content: "\f07b";
}

i.icon.frown.open.outline::before {
  content: "\f57a";
}

i.icon.frown.outline::before {
  content: "\f119";
}

i.icon.futbol.outline::before {
  content: "\f1e3";
}

i.icon.gem.outline::before {
  content: "\f3a5";
}

i.icon.grimace.outline::before {
  content: "\f57f";
}

i.icon.grin.alternate.outline::before {
  content: "\f581";
}

i.icon.grin.beam.outline::before {
  content: "\f582";
}

i.icon.grin.beam.sweat.outline::before {
  content: "\f583";
}

i.icon.grin.hearts.outline::before {
  content: "\f584";
}

i.icon.grin.outline::before {
  content: "\f580";
}

i.icon.grin.squint.outline::before {
  content: "\f585";
}

i.icon.grin.squint.tears.outline::before {
  content: "\f586";
}

i.icon.grin.stars.outline::before {
  content: "\f587";
}

i.icon.grin.tears.outline::before {
  content: "\f588";
}

i.icon.grin.tongue.outline::before {
  content: "\f589";
}

i.icon.grin.tongue.squint.outline::before {
  content: "\f58a";
}

i.icon.grin.tongue.wink.outline::before {
  content: "\f58b";
}

i.icon.grin.wink.outline::before {
  content: "\f58c";
}

i.icon.hand.lizard.outline::before {
  content: "\f258";
}

i.icon.hand.paper.outline::before {
  content: "\f256";
}

i.icon.hand.peace.outline::before {
  content: "\f25b";
}

i.icon.hand.point.down.outline::before {
  content: "\f0a7";
}

i.icon.hand.point.left.outline::before {
  content: "\f0a5";
}

i.icon.hand.point.right.outline::before {
  content: "\f0a4";
}

i.icon.hand.point.up.outline::before {
  content: "\f0a6";
}

i.icon.hand.pointer.outline::before {
  content: "\f25a";
}

i.icon.hand.rock.outline::before {
  content: "\f255";
}

i.icon.hand.scissors.outline::before {
  content: "\f257";
}

i.icon.hand.spock.outline::before {
  content: "\f259";
}

i.icon.handshake.outline::before {
  content: "\f2b5";
}

i.icon.hdd.outline::before {
  content: "\f0a0";
}

i.icon.heart.outline::before {
  content: "\f004";
}

i.icon.hospital.outline::before {
  content: "\f0f8";
}

i.icon.hourglass.outline::before {
  content: "\f254";
}

i.icon.id.badge.outline::before {
  content: "\f2c1";
}

i.icon.id.card.outline::before {
  content: "\f2c2";
}

i.icon.image.outline::before {
  content: "\f03e";
}

i.icon.images.outline::before {
  content: "\f302";
}

i.icon.keyboard.outline::before {
  content: "\f11c";
}

i.icon.kiss.beam.outline::before {
  content: "\f597";
}

i.icon.kiss.outline::before {
  content: "\f596";
}

i.icon.kiss.wink.heart.outline::before {
  content: "\f598";
}

i.icon.laugh.beam.outline::before {
  content: "\f59a";
}

i.icon.laugh.outline::before {
  content: "\f599";
}

i.icon.laugh.squint.outline::before {
  content: "\f59b";
}

i.icon.laugh.wink.outline::before {
  content: "\f59c";
}

i.icon.lemon.outline::before {
  content: "\f094";
}

i.icon.life.ring.outline::before {
  content: "\f1cd";
}

i.icon.lightbulb.outline::before {
  content: "\f0eb";
}

i.icon.list.alternate.outline::before {
  content: "\f022";
}

i.icon.map.outline::before {
  content: "\f279";
}

i.icon.meh.blank.outline::before {
  content: "\f5a4";
}

i.icon.meh.outline::before {
  content: "\f11a";
}

i.icon.meh.rolling.eyes.outline::before {
  content: "\f5a5";
}

i.icon.minus.square.outline::before {
  content: "\f146";
}

i.icon.money.bill.alternate.outline::before {
  content: "\f3d1";
}

i.icon.moon.outline::before {
  content: "\f186";
}

i.icon.newspaper.outline::before {
  content: "\f1ea";
}

i.icon.object.group.outline::before {
  content: "\f247";
}

i.icon.object.ungroup.outline::before {
  content: "\f248";
}

i.icon.paper.plane.outline::before {
  content: "\f1d8";
}

i.icon.pause.circle.outline::before {
  content: "\f28b";
}

i.icon.play.circle.outline::before {
  content: "\f144";
}

i.icon.plus.square.outline::before {
  content: "\f0fe";
}

i.icon.question.circle.outline::before {
  content: "\f059";
}

i.icon.registered.outline::before {
  content: "\f25d";
}

i.icon.sad.cry.outline::before {
  content: "\f5b3";
}

i.icon.sad.tear.outline::before {
  content: "\f5b4";
}

i.icon.save.outline::before {
  content: "\f0c7";
}

i.icon.share.square.outline::before {
  content: "\f14d";
}

i.icon.smile.beam.outline::before {
  content: "\f5b8";
}

i.icon.smile.outline::before {
  content: "\f118";
}

i.icon.smile.wink.outline::before {
  content: "\f4da";
}

i.icon.snowflake.outline::before {
  content: "\f2dc";
}

i.icon.square.outline::before {
  content: "\f0c8";
}

i.icon.star.half.outline::before {
  content: "\f089";
}

i.icon.star.outline::before {
  content: "\f005";
}

i.icon.sticky.note.outline::before {
  content: "\f249";
}

i.icon.stop.circle.outline::before {
  content: "\f28d";
}

i.icon.sun.outline::before {
  content: "\f185";
}

i.icon.surprise.outline::before {
  content: "\f5c2";
}

i.icon.thumbs.down.outline::before {
  content: "\f165";
}

i.icon.thumbs.up.outline::before {
  content: "\f164";
}

i.icon.times.circle.outline::before {
  content: "\f057";
}

i.icon.tired.outline::before {
  content: "\f5c8";
}

i.icon.trash.alternate.outline::before {
  content: "\f2ed";
}

i.icon.user.circle.outline::before {
  content: "\f2bd";
}

i.icon.user.outline::before {
  content: "\f007";
}

i.icon.window.close.outline::before {
  content: "\f410";
}

i.icon.window.maximize.outline::before {
  content: "\f2d0";
}

i.icon.window.minimize.outline::before {
  content: "\f2d1";
}

i.icon.window.restore.outline::before {
  content: "\f2d2";
}

i.icon.\35 00px::before {
  content: "\f26e";
  font-family: brand-icons;
}

i.icon.accessible::before {
  content: "\f368";
  font-family: brand-icons;
}

i.icon.accusoft::before {
  content: "\f369";
  font-family: brand-icons;
}

i.icon.acquisitions.incorporated::before {
  content: "\f6af";
  font-family: brand-icons;
}

i.icon.adn::before {
  content: "\f170";
  font-family: brand-icons;
}

i.icon.adversal::before {
  content: "\f36a";
  font-family: brand-icons;
}

i.icon.affiliatetheme::before {
  content: "\f36b";
  font-family: brand-icons;
}

i.icon.airbnb::before {
  content: "\f834";
  font-family: brand-icons;
}

i.icon.algolia::before {
  content: "\f36c";
  font-family: brand-icons;
}

i.icon.alipay::before {
  content: "\f642";
  font-family: brand-icons;
}

i.icon.amazon::before {
  content: "\f270";
  font-family: brand-icons;
}

i.icon.amazon.pay::before {
  content: "\f42c";
  font-family: brand-icons;
}

i.icon.amilia::before {
  content: "\f36d";
  font-family: brand-icons;
}

i.icon.android::before {
  content: "\f17b";
  font-family: brand-icons;
}

i.icon.angellist::before {
  content: "\f209";
  font-family: brand-icons;
}

i.icon.angrycreative::before {
  content: "\f36e";
  font-family: brand-icons;
}

i.icon.angular::before {
  content: "\f420";
  font-family: brand-icons;
}

i.icon.app.store::before {
  content: "\f36f";
  font-family: brand-icons;
}

i.icon.app.store.ios::before {
  content: "\f370";
  font-family: brand-icons;
}

i.icon.apper::before {
  content: "\f371";
  font-family: brand-icons;
}

i.icon.apple::before {
  content: "\f179";
  font-family: brand-icons;
}

i.icon.apple.pay::before {
  content: "\f415";
  font-family: brand-icons;
}

i.icon.artstation::before {
  content: "\f77a";
  font-family: brand-icons;
}

i.icon.asymmetrik::before {
  content: "\f372";
  font-family: brand-icons;
}

i.icon.atlassian::before {
  content: "\f77b";
  font-family: brand-icons;
}

i.icon.audible::before {
  content: "\f373";
  font-family: brand-icons;
}

i.icon.autoprefixer::before {
  content: "\f41c";
  font-family: brand-icons;
}

i.icon.avianex::before {
  content: "\f374";
  font-family: brand-icons;
}

i.icon.aviato::before {
  content: "\f421";
  font-family: brand-icons;
}

i.icon.aws::before {
  content: "\f375";
  font-family: brand-icons;
}

i.icon.bandcamp::before {
  content: "\f2d5";
  font-family: brand-icons;
}

i.icon.battle.net::before {
  content: "\f835";
  font-family: brand-icons;
}

i.icon.behance::before {
  content: "\f1b4";
  font-family: brand-icons;
}

i.icon.behance.square::before {
  content: "\f1b5";
  font-family: brand-icons;
}

i.icon.bimobject::before {
  content: "\f378";
  font-family: brand-icons;
}

i.icon.bitbucket::before {
  content: "\f171";
  font-family: brand-icons;
}

i.icon.bitcoin::before {
  content: "\f379";
  font-family: brand-icons;
}

i.icon.bity::before {
  content: "\f37a";
  font-family: brand-icons;
}

i.icon.black.tie::before {
  content: "\f27e";
  font-family: brand-icons;
}

i.icon.blackberry::before {
  content: "\f37b";
  font-family: brand-icons;
}

i.icon.blogger::before {
  content: "\f37c";
  font-family: brand-icons;
}

i.icon.blogger.b::before {
  content: "\f37d";
  font-family: brand-icons;
}

i.icon.bluetooth::before {
  content: "\f293";
  font-family: brand-icons;
}

i.icon.bluetooth.b::before {
  content: "\f294";
  font-family: brand-icons;
}

i.icon.bootstrap::before {
  content: "\f836";
  font-family: brand-icons;
}

i.icon.btc::before {
  content: "\f15a";
  font-family: brand-icons;
}

i.icon.buffer::before {
  content: "\f837";
  font-family: brand-icons;
}

i.icon.buromobelexperte::before {
  content: "\f37f";
  font-family: brand-icons;
}

i.icon.buy.n.large::before {
  content: "\f8a6";
  font-family: brand-icons;
}

i.icon.buysellads::before {
  content: "\f20d";
  font-family: brand-icons;
}

i.icon.canadian.maple.leaf::before {
  content: "\f785";
  font-family: brand-icons;
}

i.icon.cc.amazon.pay::before {
  content: "\f42d";
  font-family: brand-icons;
}

i.icon.cc.amex::before {
  content: "\f1f3";
  font-family: brand-icons;
}

i.icon.cc.apple.pay::before {
  content: "\f416";
  font-family: brand-icons;
}

i.icon.cc.diners.club::before {
  content: "\f24c";
  font-family: brand-icons;
}

i.icon.cc.discover::before {
  content: "\f1f2";
  font-family: brand-icons;
}

i.icon.cc.jcb::before {
  content: "\f24b";
  font-family: brand-icons;
}

i.icon.cc.mastercard::before {
  content: "\f1f1";
  font-family: brand-icons;
}

i.icon.cc.paypal::before {
  content: "\f1f4";
  font-family: brand-icons;
}

i.icon.cc.stripe::before {
  content: "\f1f5";
  font-family: brand-icons;
}

i.icon.cc.visa::before {
  content: "\f1f0";
  font-family: brand-icons;
}

i.icon.centercode::before {
  content: "\f380";
  font-family: brand-icons;
}

i.icon.centos::before {
  content: "\f789";
  font-family: brand-icons;
}

i.icon.chrome::before {
  content: "\f268";
  font-family: brand-icons;
}

i.icon.chromecast::before {
  content: "\f838";
  font-family: brand-icons;
}

i.icon.cloudflare::before {
  content: "\e07d";
  font-family: brand-icons;
}

i.icon.cloudscale::before {
  content: "\f383";
  font-family: brand-icons;
}

i.icon.cloudsmith::before {
  content: "\f384";
  font-family: brand-icons;
}

i.icon.cloudversify::before {
  content: "\f385";
  font-family: brand-icons;
}

i.icon.codepen::before {
  content: "\f1cb";
  font-family: brand-icons;
}

i.icon.codiepie::before {
  content: "\f284";
  font-family: brand-icons;
}

i.icon.confluence::before {
  content: "\f78d";
  font-family: brand-icons;
}

i.icon.connectdevelop::before {
  content: "\f20e";
  font-family: brand-icons;
}

i.icon.contao::before {
  content: "\f26d";
  font-family: brand-icons;
}

i.icon.cotton.bureau::before {
  content: "\f89e";
  font-family: brand-icons;
}

i.icon.cpanel::before {
  content: "\f388";
  font-family: brand-icons;
}

i.icon.creative.commons::before {
  content: "\f25e";
  font-family: brand-icons;
}

i.icon.creative.commons.by::before {
  content: "\f4e7";
  font-family: brand-icons;
}

i.icon.creative.commons.nc::before {
  content: "\f4e8";
  font-family: brand-icons;
}

i.icon.creative.commons.nc.eu::before {
  content: "\f4e9";
  font-family: brand-icons;
}

i.icon.creative.commons.nc.jp::before {
  content: "\f4ea";
  font-family: brand-icons;
}

i.icon.creative.commons.nd::before {
  content: "\f4eb";
  font-family: brand-icons;
}

i.icon.creative.commons.pd::before {
  content: "\f4ec";
  font-family: brand-icons;
}

i.icon.creative.commons.pd.alternate::before {
  content: "\f4ed";
  font-family: brand-icons;
}

i.icon.creative.commons.remix::before {
  content: "\f4ee";
  font-family: brand-icons;
}

i.icon.creative.commons.sa::before {
  content: "\f4ef";
  font-family: brand-icons;
}

i.icon.creative.commons.sampling::before {
  content: "\f4f0";
  font-family: brand-icons;
}

i.icon.creative.commons.sampling.plus::before {
  content: "\f4f1";
  font-family: brand-icons;
}

i.icon.creative.commons.share::before {
  content: "\f4f2";
  font-family: brand-icons;
}

i.icon.creative.commons.zero::before {
  content: "\f4f3";
  font-family: brand-icons;
}

i.icon.critical.role::before {
  content: "\f6c9";
  font-family: brand-icons;
}

i.icon.css3::before {
  content: "\f13c";
  font-family: brand-icons;
}

i.icon.css3.alternate::before {
  content: "\f38b";
  font-family: brand-icons;
}

i.icon.cuttlefish::before {
  content: "\f38c";
  font-family: brand-icons;
}

i.icon.d.and.d::before {
  content: "\f38d";
  font-family: brand-icons;
}

i.icon.d.and.d.beyond::before {
  content: "\f6ca";
  font-family: brand-icons;
}

i.icon.dailymotion::before {
  content: "\e052";
  font-family: brand-icons;
}

i.icon.dashcube::before {
  content: "\f210";
  font-family: brand-icons;
}

i.icon.deezer::before {
  content: "\e077";
  font-family: brand-icons;
}

i.icon.delicious::before {
  content: "\f1a5";
  font-family: brand-icons;
}

i.icon.deploydog::before {
  content: "\f38e";
  font-family: brand-icons;
}

i.icon.deskpro::before {
  content: "\f38f";
  font-family: brand-icons;
}

i.icon.dev::before {
  content: "\f6cc";
  font-family: brand-icons;
}

i.icon.deviantart::before {
  content: "\f1bd";
  font-family: brand-icons;
}

i.icon.dhl::before {
  content: "\f790";
  font-family: brand-icons;
}

i.icon.diaspora::before {
  content: "\f791";
  font-family: brand-icons;
}

i.icon.digg::before {
  content: "\f1a6";
  font-family: brand-icons;
}

i.icon.digital.ocean::before {
  content: "\f391";
  font-family: brand-icons;
}

i.icon.discord::before {
  content: "\f392";
  font-family: brand-icons;
}

i.icon.discourse::before {
  content: "\f393";
  font-family: brand-icons;
}

i.icon.dochub::before {
  content: "\f394";
  font-family: brand-icons;
}

i.icon.docker::before {
  content: "\f395";
  font-family: brand-icons;
}

i.icon.draft2digital::before {
  content: "\f396";
  font-family: brand-icons;
}

i.icon.dribbble::before {
  content: "\f17d";
  font-family: brand-icons;
}

i.icon.dribbble.square::before {
  content: "\f397";
  font-family: brand-icons;
}

i.icon.dropbox::before {
  content: "\f16b";
  font-family: brand-icons;
}

i.icon.drupal::before {
  content: "\f1a9";
  font-family: brand-icons;
}

i.icon.dyalog::before {
  content: "\f399";
  font-family: brand-icons;
}

i.icon.earlybirds::before {
  content: "\f39a";
  font-family: brand-icons;
}

i.icon.ebay::before {
  content: "\f4f4";
  font-family: brand-icons;
}

i.icon.edge::before {
  content: "\f282";
  font-family: brand-icons;
}

i.icon.edge.legacy::before {
  content: "\e078";
  font-family: brand-icons;
}

i.icon.elementor::before {
  content: "\f430";
  font-family: brand-icons;
}

i.icon.ello::before {
  content: "\f5f1";
  font-family: brand-icons;
}

i.icon.ember::before {
  content: "\f423";
  font-family: brand-icons;
}

i.icon.empire::before {
  content: "\f1d1";
  font-family: brand-icons;
}

i.icon.envira::before {
  content: "\f299";
  font-family: brand-icons;
}

i.icon.erlang::before {
  content: "\f39d";
  font-family: brand-icons;
}

i.icon.ethereum::before {
  content: "\f42e";
  font-family: brand-icons;
}

i.icon.etsy::before {
  content: "\f2d7";
  font-family: brand-icons;
}

i.icon.evernote::before {
  content: "\f839";
  font-family: brand-icons;
}

i.icon.expeditedssl::before {
  content: "\f23e";
  font-family: brand-icons;
}

i.icon.facebook::before {
  content: "\f09a";
  font-family: brand-icons;
}

i.icon.facebook.f::before {
  content: "\f39e";
  font-family: brand-icons;
}

i.icon.facebook.messenger::before {
  content: "\f39f";
  font-family: brand-icons;
}

i.icon.facebook.square::before {
  content: "\f082";
  font-family: brand-icons;
}

i.icon.fantasy.flight.games::before {
  content: "\f6dc";
  font-family: brand-icons;
}

i.icon.fedex::before {
  content: "\f797";
  font-family: brand-icons;
}

i.icon.fedora::before {
  content: "\f798";
  font-family: brand-icons;
}

i.icon.figma::before {
  content: "\f799";
  font-family: brand-icons;
}

i.icon.firefox::before {
  content: "\f269";
  font-family: brand-icons;
}

i.icon.firefox.browser::before {
  content: "\e007";
  font-family: brand-icons;
}

i.icon.first.order::before {
  content: "\f2b0";
  font-family: brand-icons;
}

i.icon.first.order.alternate::before {
  content: "\f50a";
  font-family: brand-icons;
}

i.icon.firstdraft::before {
  content: "\f3a1";
  font-family: brand-icons;
}

i.icon.flickr::before {
  content: "\f16e";
  font-family: brand-icons;
}

i.icon.flipboard::before {
  content: "\f44d";
  font-family: brand-icons;
}

i.icon.fly::before {
  content: "\f417";
  font-family: brand-icons;
}

i.icon.font.awesome::before {
  content: "\f2b4";
  font-family: brand-icons;
}

i.icon.font.awesome.alternate::before {
  content: "\f35c";
  font-family: brand-icons;
}

i.icon.font.awesome.flag::before {
  content: "\f425";
  font-family: brand-icons;
}

i.icon.fonticons::before {
  content: "\f280";
  font-family: brand-icons;
}

i.icon.fonticons.fi::before {
  content: "\f3a2";
  font-family: brand-icons;
}

i.icon.fort.awesome::before {
  content: "\f286";
  font-family: brand-icons;
}

i.icon.fort.awesome.alternate::before {
  content: "\f3a3";
  font-family: brand-icons;
}

i.icon.forumbee::before {
  content: "\f211";
  font-family: brand-icons;
}

i.icon.foursquare::before {
  content: "\f180";
  font-family: brand-icons;
}

i.icon.free.code.camp::before {
  content: "\f2c5";
  font-family: brand-icons;
}

i.icon.freebsd::before {
  content: "\f3a4";
  font-family: brand-icons;
}

i.icon.fulcrum::before {
  content: "\f50b";
  font-family: brand-icons;
}

i.icon.galactic.republic::before {
  content: "\f50c";
  font-family: brand-icons;
}

i.icon.galactic.senate::before {
  content: "\f50d";
  font-family: brand-icons;
}

i.icon.get.pocket::before {
  content: "\f265";
  font-family: brand-icons;
}

i.icon.gg::before {
  content: "\f260";
  font-family: brand-icons;
}

i.icon.gg.circle::before {
  content: "\f261";
  font-family: brand-icons;
}

i.icon.git::before {
  content: "\f1d3";
  font-family: brand-icons;
}

i.icon.git.alternate::before {
  content: "\f841";
  font-family: brand-icons;
}

i.icon.git.square::before {
  content: "\f1d2";
  font-family: brand-icons;
}

i.icon.github::before {
  content: "\f09b";
  font-family: brand-icons;
}

i.icon.github.alternate::before {
  content: "\f113";
  font-family: brand-icons;
}

i.icon.github.square::before {
  content: "\f092";
  font-family: brand-icons;
}

i.icon.gitkraken::before {
  content: "\f3a6";
  font-family: brand-icons;
}

i.icon.gitlab::before {
  content: "\f296";
  font-family: brand-icons;
}

i.icon.gitter::before {
  content: "\f426";
  font-family: brand-icons;
}

i.icon.glide::before {
  content: "\f2a5";
  font-family: brand-icons;
}

i.icon.glide.g::before {
  content: "\f2a6";
  font-family: brand-icons;
}

i.icon.gofore::before {
  content: "\f3a7";
  font-family: brand-icons;
}

i.icon.goodreads::before {
  content: "\f3a8";
  font-family: brand-icons;
}

i.icon.goodreads.g::before {
  content: "\f3a9";
  font-family: brand-icons;
}

i.icon.google::before {
  content: "\f1a0";
  font-family: brand-icons;
}

i.icon.google.drive::before {
  content: "\f3aa";
  font-family: brand-icons;
}

i.icon.google.pay::before {
  content: "\e079";
  font-family: brand-icons;
}

i.icon.google.play::before {
  content: "\f3ab";
  font-family: brand-icons;
}

i.icon.google.plus::before {
  content: "\f2b3";
  font-family: brand-icons;
}

i.icon.google.plus.g::before {
  content: "\f0d5";
  font-family: brand-icons;
}

i.icon.google.plus.square::before {
  content: "\f0d4";
  font-family: brand-icons;
}

i.icon.google.wallet::before {
  content: "\f1ee";
  font-family: brand-icons;
}

i.icon.gratipay::before {
  content: "\f184";
  font-family: brand-icons;
}

i.icon.grav::before {
  content: "\f2d6";
  font-family: brand-icons;
}

i.icon.gripfire::before {
  content: "\f3ac";
  font-family: brand-icons;
}

i.icon.grunt::before {
  content: "\f3ad";
  font-family: brand-icons;
}

i.icon.guilded::before {
  content: "\e07e";
  font-family: brand-icons;
}

i.icon.gulp::before {
  content: "\f3ae";
  font-family: brand-icons;
}

i.icon.hacker.news::before {
  content: "\f1d4";
  font-family: brand-icons;
}

i.icon.hacker.news.square::before {
  content: "\f3af";
  font-family: brand-icons;
}

i.icon.hackerrank::before {
  content: "\f5f7";
  font-family: brand-icons;
}

i.icon.hips::before {
  content: "\f452";
  font-family: brand-icons;
}

i.icon.hire.a.helper::before {
  content: "\f3b0";
  font-family: brand-icons;
}

i.icon.hive::before {
  content: "\e07f";
  font-family: brand-icons;
}

i.icon.hooli::before {
  content: "\f427";
  font-family: brand-icons;
}

i.icon.hornbill::before {
  content: "\f592";
  font-family: brand-icons;
}

i.icon.hotjar::before {
  content: "\f3b1";
  font-family: brand-icons;
}

i.icon.houzz::before {
  content: "\f27c";
  font-family: brand-icons;
}

i.icon.html5::before {
  content: "\f13b";
  font-family: brand-icons;
}

i.icon.hubspot::before {
  content: "\f3b2";
  font-family: brand-icons;
}

i.icon.ideal::before {
  content: "\e013";
  font-family: brand-icons;
}

i.icon.imdb::before {
  content: "\f2d8";
  font-family: brand-icons;
}

i.icon.innosoft::before {
  content: "\e080";
  font-family: brand-icons;
}

i.icon.instagram::before {
  content: "\f16d";
  font-family: brand-icons;
}

i.icon.instagram.square::before {
  content: "\e055";
  font-family: brand-icons;
}

i.icon.instalod::before {
  content: "\e081";
  font-family: brand-icons;
}

i.icon.intercom::before {
  content: "\f7af";
  font-family: brand-icons;
}

i.icon.internet.explorer::before {
  content: "\f26b";
  font-family: brand-icons;
}

i.icon.invision::before {
  content: "\f7b0";
  font-family: brand-icons;
}

i.icon.ioxhost::before {
  content: "\f208";
  font-family: brand-icons;
}

i.icon.itch.io::before {
  content: "\f83a";
  font-family: brand-icons;
}

i.icon.itunes::before {
  content: "\f3b4";
  font-family: brand-icons;
}

i.icon.itunes.note::before {
  content: "\f3b5";
  font-family: brand-icons;
}

i.icon.java::before {
  content: "\f4e4";
  font-family: brand-icons;
}

i.icon.jedi.order::before {
  content: "\f50e";
  font-family: brand-icons;
}

i.icon.jenkins::before {
  content: "\f3b6";
  font-family: brand-icons;
}

i.icon.jira::before {
  content: "\f7b1";
  font-family: brand-icons;
}

i.icon.joget::before {
  content: "\f3b7";
  font-family: brand-icons;
}

i.icon.joomla::before {
  content: "\f1aa";
  font-family: brand-icons;
}

i.icon.js::before {
  content: "\f3b8";
  font-family: brand-icons;
}

i.icon.js.square::before {
  content: "\f3b9";
  font-family: brand-icons;
}

i.icon.jsfiddle::before {
  content: "\f1cc";
  font-family: brand-icons;
}

i.icon.kaggle::before {
  content: "\f5fa";
  font-family: brand-icons;
}

i.icon.keybase::before {
  content: "\f4f5";
  font-family: brand-icons;
}

i.icon.keycdn::before {
  content: "\f3ba";
  font-family: brand-icons;
}

i.icon.kickstarter::before {
  content: "\f3bb";
  font-family: brand-icons;
}

i.icon.kickstarter.k::before {
  content: "\f3bc";
  font-family: brand-icons;
}

i.icon.korvue::before {
  content: "\f42f";
  font-family: brand-icons;
}

i.icon.laravel::before {
  content: "\f3bd";
  font-family: brand-icons;
}

i.icon.lastfm::before {
  content: "\f202";
  font-family: brand-icons;
}

i.icon.lastfm.square::before {
  content: "\f203";
  font-family: brand-icons;
}

i.icon.leanpub::before {
  content: "\f212";
  font-family: brand-icons;
}

i.icon.lesscss::before {
  content: "\f41d";
  font-family: brand-icons;
}

i.icon.linechat::before {
  content: "\f3c0";
  font-family: brand-icons;
}

i.icon.linkedin::before {
  content: "\f08c";
  font-family: brand-icons;
}

i.icon.linode::before {
  content: "\f2b8";
  font-family: brand-icons;
}

i.icon.linux::before {
  content: "\f17c";
  font-family: brand-icons;
}

i.icon.lyft::before {
  content: "\f3c3";
  font-family: brand-icons;
}

i.icon.magento::before {
  content: "\f3c4";
  font-family: brand-icons;
}

i.icon.mailchimp::before {
  content: "\f59e";
  font-family: brand-icons;
}

i.icon.mandalorian::before {
  content: "\f50f";
  font-family: brand-icons;
}

i.icon.markdown::before {
  content: "\f60f";
  font-family: brand-icons;
}

i.icon.mastodon::before {
  content: "\f4f6";
  font-family: brand-icons;
}

i.icon.maxcdn::before {
  content: "\f136";
  font-family: brand-icons;
}

i.icon.mdb::before {
  content: "\f8ca";
  font-family: brand-icons;
}

i.icon.medapps::before {
  content: "\f3c6";
  font-family: brand-icons;
}

i.icon.medium::before {
  content: "\f23a";
  font-family: brand-icons;
}

i.icon.medium.m::before {
  content: "\f3c7";
  font-family: brand-icons;
}

i.icon.medrt::before {
  content: "\f3c8";
  font-family: brand-icons;
}

i.icon.meetup::before {
  content: "\f2e0";
  font-family: brand-icons;
}

i.icon.megaport::before {
  content: "\f5a3";
  font-family: brand-icons;
}

i.icon.mendeley::before {
  content: "\f7b3";
  font-family: brand-icons;
}

i.icon.microblog::before {
  content: "\e01a";
  font-family: brand-icons;
}

i.icon.microsoft::before {
  content: "\f3ca";
  font-family: brand-icons;
}

i.icon.mix::before {
  content: "\f3cb";
  font-family: brand-icons;
}

i.icon.mixcloud::before {
  content: "\f289";
  font-family: brand-icons;
}

i.icon.mixer::before {
  content: "\e056";
  font-family: brand-icons;
}

i.icon.mizuni::before {
  content: "\f3cc";
  font-family: brand-icons;
}

i.icon.modx::before {
  content: "\f285";
  font-family: brand-icons;
}

i.icon.monero::before {
  content: "\f3d0";
  font-family: brand-icons;
}

i.icon.napster::before {
  content: "\f3d2";
  font-family: brand-icons;
}

i.icon.neos::before {
  content: "\f612";
  font-family: brand-icons;
}

i.icon.nimblr::before {
  content: "\f5a8";
  font-family: brand-icons;
}

i.icon.node::before {
  content: "\f419";
  font-family: brand-icons;
}

i.icon.node.js::before {
  content: "\f3d3";
  font-family: brand-icons;
}

i.icon.npm::before {
  content: "\f3d4";
  font-family: brand-icons;
}

i.icon.ns8::before {
  content: "\f3d5";
  font-family: brand-icons;
}

i.icon.nutritionix::before {
  content: "\f3d6";
  font-family: brand-icons;
}

i.icon.octopus.deploy::before {
  content: "\e082";
  font-family: brand-icons;
}

i.icon.odnoklassniki::before {
  content: "\f263";
  font-family: brand-icons;
}

i.icon.odnoklassniki.square::before {
  content: "\f264";
  font-family: brand-icons;
}

i.icon.old.republic::before {
  content: "\f510";
  font-family: brand-icons;
}

i.icon.opencart::before {
  content: "\f23d";
  font-family: brand-icons;
}

i.icon.openid::before {
  content: "\f19b";
  font-family: brand-icons;
}

i.icon.opera::before {
  content: "\f26a";
  font-family: brand-icons;
}

i.icon.optin.monster::before {
  content: "\f23c";
  font-family: brand-icons;
}

i.icon.orcid::before {
  content: "\f8d2";
  font-family: brand-icons;
}

i.icon.osi::before {
  content: "\f41a";
  font-family: brand-icons;
}

i.icon.page4::before {
  content: "\f3d7";
  font-family: brand-icons;
}

i.icon.pagelines::before {
  content: "\f18c";
  font-family: brand-icons;
}

i.icon.palfed::before {
  content: "\f3d8";
  font-family: brand-icons;
}

i.icon.patreon::before {
  content: "\f3d9";
  font-family: brand-icons;
}

i.icon.paypal::before {
  content: "\f1ed";
  font-family: brand-icons;
}

i.icon.penny.arcade::before {
  content: "\f704";
  font-family: brand-icons;
}

i.icon.perbyte::before {
  content: "\e083";
  font-family: brand-icons;
}

i.icon.periscope::before {
  content: "\f3da";
  font-family: brand-icons;
}

i.icon.phabricator::before {
  content: "\f3db";
  font-family: brand-icons;
}

i.icon.phoenix.framework::before {
  content: "\f3dc";
  font-family: brand-icons;
}

i.icon.phoenix.squadron::before {
  content: "\f511";
  font-family: brand-icons;
}

i.icon.php::before {
  content: "\f457";
  font-family: brand-icons;
}

i.icon.pied.piper::before {
  content: "\f2ae";
  font-family: brand-icons;
}

i.icon.pied.piper.alternate::before {
  content: "\f1a8";
  font-family: brand-icons;
}

i.icon.pied.piper.hat::before {
  content: "\f4e5";
  font-family: brand-icons;
}

i.icon.pied.piper.pp::before {
  content: "\f1a7";
  font-family: brand-icons;
}

i.icon.pied.piper.square::before {
  content: "\e01e";
  font-family: brand-icons;
}

i.icon.pinterest::before {
  content: "\f0d2";
  font-family: brand-icons;
}

i.icon.pinterest.p::before {
  content: "\f231";
  font-family: brand-icons;
}

i.icon.pinterest.square::before {
  content: "\f0d3";
  font-family: brand-icons;
}

i.icon.playstation::before {
  content: "\f3df";
  font-family: brand-icons;
}

i.icon.product.hunt::before {
  content: "\f288";
  font-family: brand-icons;
}

i.icon.pushed::before {
  content: "\f3e1";
  font-family: brand-icons;
}

i.icon.python::before {
  content: "\f3e2";
  font-family: brand-icons;
}

i.icon.qq::before {
  content: "\f1d6";
  font-family: brand-icons;
}

i.icon.quinscape::before {
  content: "\f459";
  font-family: brand-icons;
}

i.icon.quora::before {
  content: "\f2c4";
  font-family: brand-icons;
}

i.icon.r.project::before {
  content: "\f4f7";
  font-family: brand-icons;
}

i.icon.raspberry.pi::before {
  content: "\f7bb";
  font-family: brand-icons;
}

i.icon.ravelry::before {
  content: "\f2d9";
  font-family: brand-icons;
}

i.icon.react::before {
  content: "\f41b";
  font-family: brand-icons;
}

i.icon.reacteurope::before {
  content: "\f75d";
  font-family: brand-icons;
}

i.icon.readme::before {
  content: "\f4d5";
  font-family: brand-icons;
}

i.icon.rebel::before {
  content: "\f1d0";
  font-family: brand-icons;
}

i.icon.reddit::before {
  content: "\f1a1";
  font-family: brand-icons;
}

i.icon.reddit.alien::before {
  content: "\f281";
  font-family: brand-icons;
}

i.icon.reddit.square::before {
  content: "\f1a2";
  font-family: brand-icons;
}

i.icon.redhat::before {
  content: "\f7bc";
  font-family: brand-icons;
}

i.icon.redriver::before {
  content: "\f3e3";
  font-family: brand-icons;
}

i.icon.redyeti::before {
  content: "\f69d";
  font-family: brand-icons;
}

i.icon.renren::before {
  content: "\f18b";
  font-family: brand-icons;
}

i.icon.replyd::before {
  content: "\f3e6";
  font-family: brand-icons;
}

i.icon.researchgate::before {
  content: "\f4f8";
  font-family: brand-icons;
}

i.icon.resolving::before {
  content: "\f3e7";
  font-family: brand-icons;
}

i.icon.rev::before {
  content: "\f5b2";
  font-family: brand-icons;
}

i.icon.rocketchat::before {
  content: "\f3e8";
  font-family: brand-icons;
}

i.icon.rockrms::before {
  content: "\f3e9";
  font-family: brand-icons;
}

i.icon.rust::before {
  content: "\e07a";
  font-family: brand-icons;
}

i.icon.safari::before {
  content: "\f267";
  font-family: brand-icons;
}

i.icon.salesforce::before {
  content: "\f83b";
  font-family: brand-icons;
}

i.icon.sass::before {
  content: "\f41e";
  font-family: brand-icons;
}

i.icon.schlix::before {
  content: "\f3ea";
  font-family: brand-icons;
}

i.icon.scribd::before {
  content: "\f28a";
  font-family: brand-icons;
}

i.icon.searchengin::before {
  content: "\f3eb";
  font-family: brand-icons;
}

i.icon.sellcast::before {
  content: "\f2da";
  font-family: brand-icons;
}

i.icon.sellsy::before {
  content: "\f213";
  font-family: brand-icons;
}

i.icon.servicestack::before {
  content: "\f3ec";
  font-family: brand-icons;
}

i.icon.shirtsinbulk::before {
  content: "\f214";
  font-family: brand-icons;
}

i.icon.shopify::before {
  content: "\e057";
  font-family: brand-icons;
}

i.icon.shopware::before {
  content: "\f5b5";
  font-family: brand-icons;
}

i.icon.simplybuilt::before {
  content: "\f215";
  font-family: brand-icons;
}

i.icon.sistrix::before {
  content: "\f3ee";
  font-family: brand-icons;
}

i.icon.sith::before {
  content: "\f512";
  font-family: brand-icons;
}

i.icon.sketch::before {
  content: "\f7c6";
  font-family: brand-icons;
}

i.icon.skyatlas::before {
  content: "\f216";
  font-family: brand-icons;
}

i.icon.skype::before {
  content: "\f17e";
  font-family: brand-icons;
}

i.icon.slack::before {
  content: "\f198";
  font-family: brand-icons;
}

i.icon.slack.hash::before {
  content: "\f3ef";
  font-family: brand-icons;
}

i.icon.slideshare::before {
  content: "\f1e7";
  font-family: brand-icons;
}

i.icon.snapchat::before {
  content: "\f2ab";
  font-family: brand-icons;
}

i.icon.snapchat.ghost::before {
  content: "\f2ac";
  font-family: brand-icons;
}

i.icon.snapchat.square::before {
  content: "\f2ad";
  font-family: brand-icons;
}

i.icon.soundcloud::before {
  content: "\f1be";
  font-family: brand-icons;
}

i.icon.sourcetree::before {
  content: "\f7d3";
  font-family: brand-icons;
}

i.icon.speakap::before {
  content: "\f3f3";
  font-family: brand-icons;
}

i.icon.speaker.deck::before {
  content: "\f83c";
  font-family: brand-icons;
}

i.icon.spotify::before {
  content: "\f1bc";
  font-family: brand-icons;
}

i.icon.squarespace::before {
  content: "\f5be";
  font-family: brand-icons;
}

i.icon.stack.exchange::before {
  content: "\f18d";
  font-family: brand-icons;
}

i.icon.stack.overflow::before {
  content: "\f16c";
  font-family: brand-icons;
}

i.icon.stackpath::before {
  content: "\f842";
  font-family: brand-icons;
}

i.icon.staylinked::before {
  content: "\f3f5";
  font-family: brand-icons;
}

i.icon.steam::before {
  content: "\f1b6";
  font-family: brand-icons;
}

i.icon.steam.square::before {
  content: "\f1b7";
  font-family: brand-icons;
}

i.icon.steam.symbol::before {
  content: "\f3f6";
  font-family: brand-icons;
}

i.icon.sticker.mule::before {
  content: "\f3f7";
  font-family: brand-icons;
}

i.icon.strava::before {
  content: "\f428";
  font-family: brand-icons;
}

i.icon.stripe::before {
  content: "\f429";
  font-family: brand-icons;
}

i.icon.stripe.s::before {
  content: "\f42a";
  font-family: brand-icons;
}

i.icon.studiovinari::before {
  content: "\f3f8";
  font-family: brand-icons;
}

i.icon.stumbleupon::before {
  content: "\f1a4";
  font-family: brand-icons;
}

i.icon.stumbleupon.circle::before {
  content: "\f1a3";
  font-family: brand-icons;
}

i.icon.superpowers::before {
  content: "\f2dd";
  font-family: brand-icons;
}

i.icon.supple::before {
  content: "\f3f9";
  font-family: brand-icons;
}

i.icon.suse::before {
  content: "\f7d6";
  font-family: brand-icons;
}

i.icon.swift::before {
  content: "\f8e1";
  font-family: brand-icons;
}

i.icon.symfony::before {
  content: "\f83d";
  font-family: brand-icons;
}

i.icon.teamspeak::before {
  content: "\f4f9";
  font-family: brand-icons;
}

i.icon.telegram::before {
  content: "\f2c6";
  font-family: brand-icons;
}

i.icon.telegram.plane::before {
  content: "\f3fe";
  font-family: brand-icons;
}

i.icon.tencent.weibo::before {
  content: "\f1d5";
  font-family: brand-icons;
}

i.icon.themeco::before {
  content: "\f5c6";
  font-family: brand-icons;
}

i.icon.themeisle::before {
  content: "\f2b2";
  font-family: brand-icons;
}

i.icon.think.peaks::before {
  content: "\f731";
  font-family: brand-icons;
}

i.icon.tiktok::before {
  content: "\e07b";
  font-family: brand-icons;
}

i.icon.trade.federation::before {
  content: "\f513";
  font-family: brand-icons;
}

i.icon.trello::before {
  content: "\f181";
  font-family: brand-icons;
}

i.icon.tumblr::before {
  content: "\f173";
  font-family: brand-icons;
}

i.icon.tumblr.square::before {
  content: "\f174";
  font-family: brand-icons;
}

i.icon.twitch::before {
  content: "\f1e8";
  font-family: brand-icons;
}

i.icon.twitter::before {
  content: "\f099";
  font-family: brand-icons;
}

i.icon.twitter.square::before {
  content: "\f081";
  font-family: brand-icons;
}

i.icon.typo3::before {
  content: "\f42b";
  font-family: brand-icons;
}

i.icon.uber::before {
  content: "\f402";
  font-family: brand-icons;
}

i.icon.ubuntu::before {
  content: "\f7df";
  font-family: brand-icons;
}

i.icon.uikit::before {
  content: "\f403";
  font-family: brand-icons;
}

i.icon.umbraco::before {
  content: "\f8e8";
  font-family: brand-icons;
}

i.icon.uncharted::before {
  content: "\e084";
  font-family: brand-icons;
}

i.icon.uniregistry::before {
  content: "\f404";
  font-family: brand-icons;
}

i.icon.unity::before {
  content: "\e049";
  font-family: brand-icons;
}

i.icon.unsplash::before {
  content: "\e07c";
  font-family: brand-icons;
}

i.icon.untappd::before {
  content: "\f405";
  font-family: brand-icons;
}

i.icon.ups::before {
  content: "\f7e0";
  font-family: brand-icons;
}

i.icon.usb::before {
  content: "\f287";
  font-family: brand-icons;
}

i.icon.usps::before {
  content: "\f7e1";
  font-family: brand-icons;
}

i.icon.ussunnah::before {
  content: "\f407";
  font-family: brand-icons;
}

i.icon.vaadin::before {
  content: "\f408";
  font-family: brand-icons;
}

i.icon.viacoin::before {
  content: "\f237";
  font-family: brand-icons;
}

i.icon.viadeo::before {
  content: "\f2a9";
  font-family: brand-icons;
}

i.icon.viadeo.square::before {
  content: "\f2aa";
  font-family: brand-icons;
}

i.icon.viber::before {
  content: "\f409";
  font-family: brand-icons;
}

i.icon.vimeo::before {
  content: "\f40a";
  font-family: brand-icons;
}

i.icon.vimeo.square::before {
  content: "\f194";
  font-family: brand-icons;
}

i.icon.vimeo.v::before {
  content: "\f27d";
  font-family: brand-icons;
}

i.icon.vine::before {
  content: "\f1ca";
  font-family: brand-icons;
}

i.icon.vk::before {
  content: "\f189";
  font-family: brand-icons;
}

i.icon.vnv::before {
  content: "\f40b";
  font-family: brand-icons;
}

i.icon.vuejs::before {
  content: "\f41f";
  font-family: brand-icons;
}

i.icon.watchman.monitoring::before {
  content: "\e087";
  font-family: brand-icons;
}

i.icon.waze::before {
  content: "\f83f";
  font-family: brand-icons;
}

i.icon.weebly::before {
  content: "\f5cc";
  font-family: brand-icons;
}

i.icon.weibo::before {
  content: "\f18a";
  font-family: brand-icons;
}

i.icon.weixin::before {
  content: "\f1d7";
  font-family: brand-icons;
}

i.icon.whatsapp::before {
  content: "\f232";
  font-family: brand-icons;
}

i.icon.whatsapp.square::before {
  content: "\f40c";
  font-family: brand-icons;
}

i.icon.whmcs::before {
  content: "\f40d";
  font-family: brand-icons;
}

i.icon.wikipedia.w::before {
  content: "\f266";
  font-family: brand-icons;
}

i.icon.windows::before {
  content: "\f17a";
  font-family: brand-icons;
}

i.icon.wix::before {
  content: "\f5cf";
  font-family: brand-icons;
}

i.icon.wizards.of.the.coast::before {
  content: "\f730";
  font-family: brand-icons;
}

i.icon.wodu::before {
  content: "\e088";
  font-family: brand-icons;
}

i.icon.wolf.pack.battalion::before {
  content: "\f514";
  font-family: brand-icons;
}

i.icon.wordpress::before {
  content: "\f19a";
  font-family: brand-icons;
}

i.icon.wordpress.simple::before {
  content: "\f411";
  font-family: brand-icons;
}

i.icon.wpbeginner::before {
  content: "\f297";
  font-family: brand-icons;
}

i.icon.wpexplorer::before {
  content: "\f2de";
  font-family: brand-icons;
}

i.icon.wpforms::before {
  content: "\f298";
  font-family: brand-icons;
}

i.icon.wpressr::before {
  content: "\f3e4";
  font-family: brand-icons;
}

i.icon.xbox::before {
  content: "\f412";
  font-family: brand-icons;
}

i.icon.xing::before {
  content: "\f168";
  font-family: brand-icons;
}

i.icon.xing.square::before {
  content: "\f169";
  font-family: brand-icons;
}

i.icon.y.combinator::before {
  content: "\f23b";
  font-family: brand-icons;
}

i.icon.yahoo::before {
  content: "\f19e";
  font-family: brand-icons;
}

i.icon.yammer::before {
  content: "\f840";
  font-family: brand-icons;
}

i.icon.yandex::before {
  content: "\f413";
  font-family: brand-icons;
}

i.icon.yandex.international::before {
  content: "\f414";
  font-family: brand-icons;
}

i.icon.yarn::before {
  content: "\f7e3";
  font-family: brand-icons;
}

i.icon.yelp::before {
  content: "\f1e9";
  font-family: brand-icons;
}

i.icon.yoast::before {
  content: "\f2b1";
  font-family: brand-icons;
}

i.icon.youtube::before {
  content: "\f167";
  font-family: brand-icons;
}

i.icon.youtube.square::before {
  content: "\f431";
  font-family: brand-icons;
}

i.icon.zhihu::before {
  content: "\f63f";
  font-family: brand-icons;
}

i.icon.american.express::before {
  content: "\f1f3";
  font-family: brand-icons;
}

i.icon.american.express.card::before {
  content: "\f1f3";
  font-family: brand-icons;
}

i.icon.amex::before {
  content: "\f1f3";
  font-family: brand-icons;
}

i.icon.bitbucket.square::before {
  content: "\f171";
  font-family: brand-icons;
}

i.icon.bluetooth.alternative::before {
  content: "\f294";
  font-family: brand-icons;
}

i.icon.credit.card.amazon.pay::before {
  content: "\f42d";
  font-family: brand-icons;
}

i.icon.credit.card.american.express::before {
  content: "\f1f3";
  font-family: brand-icons;
}

i.icon.credit.card.diners.club::before {
  content: "\f24c";
  font-family: brand-icons;
}

i.icon.credit.card.discover::before {
  content: "\f1f2";
  font-family: brand-icons;
}

i.icon.credit.card.jcb::before {
  content: "\f24b";
  font-family: brand-icons;
}

i.icon.credit.card.mastercard::before {
  content: "\f1f1";
  font-family: brand-icons;
}

i.icon.credit.card.paypal::before {
  content: "\f1f4";
  font-family: brand-icons;
}

i.icon.credit.card.stripe::before {
  content: "\f1f5";
  font-family: brand-icons;
}

i.icon.credit.card.visa::before {
  content: "\f1f0";
  font-family: brand-icons;
}

i.icon.diners.club::before {
  content: "\f24c";
  font-family: brand-icons;
}

i.icon.diners.club.card::before {
  content: "\f24c";
  font-family: brand-icons;
}

i.icon.discover::before {
  content: "\f1f2";
  font-family: brand-icons;
}

i.icon.discover.card::before {
  content: "\f1f2";
  font-family: brand-icons;
}

i.icon.disk.outline::before {
  content: "\f369";
  font-family: brand-icons;
}

i.icon.dribble::before {
  content: "\f17d";
  font-family: brand-icons;
}

i.icon.eercast::before {
  content: "\f2da";
  font-family: brand-icons;
}

i.icon.envira.gallery::before {
  content: "\f299";
  font-family: brand-icons;
}

i.icon.fa::before {
  content: "\f2b4";
  font-family: brand-icons;
}

i.icon.facebook.official::before {
  content: "\f082";
  font-family: brand-icons;
}

i.icon.five.hundred.pixels::before {
  content: "\f26e";
  font-family: brand-icons;
}

i.icon.gittip::before {
  content: "\f184";
  font-family: brand-icons;
}

i.icon.google.plus.circle::before {
  content: "\f2b3";
  font-family: brand-icons;
}

i.icon.google.plus.official::before {
  content: "\f2b3";
  font-family: brand-icons;
}

i.icon.japan.credit.bureau::before {
  content: "\f24b";
  font-family: brand-icons;
}

i.icon.japan.credit.bureau.card::before {
  content: "\f24b";
  font-family: brand-icons;
}

i.icon.jcb::before {
  content: "\f24b";
  font-family: brand-icons;
}

i.icon.linkedin.square::before {
  content: "\f08c";
  font-family: brand-icons;
}

i.icon.mastercard::before {
  content: "\f1f1";
  font-family: brand-icons;
}

i.icon.mastercard.card::before {
  content: "\f1f1";
  font-family: brand-icons;
}

i.icon.microsoft.edge::before {
  content: "\f282";
  font-family: brand-icons;
}

i.icon.ms.edge::before {
  content: "\f282";
  font-family: brand-icons;
}

i.icon.new.pied.piper::before {
  content: "\f2ae";
  font-family: brand-icons;
}

i.icon.optinmonster::before {
  content: "\f23c";
  font-family: brand-icons;
}

i.icon.paypal.card::before {
  content: "\f1f4";
  font-family: brand-icons;
}

i.icon.pied.piper.hat::before {
  content: "\f2ae";
  font-family: brand-icons;
}

i.icon.pocket::before {
  content: "\f265";
  font-family: brand-icons;
}

i.icon.stripe.card::before {
  content: "\f1f5";
  font-family: brand-icons;
}

i.icon.theme.isle::before {
  content: "\f2b2";
  font-family: brand-icons;
}

i.icon.visa::before {
  content: "\f1f0";
  font-family: brand-icons;
}

i.icon.visa.card::before {
  content: "\f1f0";
  font-family: brand-icons;
}

i.icon.wechat::before {
  content: "\f1d7";
  font-family: brand-icons;
}

i.icon.wikipedia::before {
  content: "\f266";
  font-family: brand-icons;
}

i.icon.wordpress.beginner::before {
  content: "\f297";
  font-family: brand-icons;
}

i.icon.wordpress.forms::before {
  content: "\f298";
  font-family: brand-icons;
}

i.icon.yc::before {
  content: "\f23b";
  font-family: brand-icons;
}

i.icon.ycombinator::before {
  content: "\f23b";
  font-family: brand-icons;
}

i.icon.youtube.play::before {
  content: "\f167";
  font-family: brand-icons;
}

/*******************************
            Dropdown
*******************************/
.ui.dropdown {
  cursor: pointer;
  position: relative;
  display: inline-block;
  outline: none;
  text-align: left;
  -webkit-transition: width 0.1s ease, -webkit-box-shadow 0.1s ease;
  transition: width 0.1s ease, -webkit-box-shadow 0.1s ease;
  transition: box-shadow 0.1s ease, width 0.1s ease;
  transition: box-shadow 0.1s ease, width 0.1s ease, -webkit-box-shadow 0.1s ease;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/*******************************
            Content
*******************************/
/*--------------
      Menu
---------------*/
.ui.dropdown .menu {
  cursor: auto;
  position: absolute;
  display: none;
  outline: none;
  top: 100%;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  margin: 0;
  padding: 0 0;
  background: #FFFFFF;
  font-size: 1em;
  text-shadow: none;
  text-align: left;
  -webkit-box-shadow: 0 2px 3px 0 rgba(34, 36, 38, 0.15);
  box-shadow: 0 2px 3px 0 rgba(34, 36, 38, 0.15);
  border: 1px solid rgba(34, 36, 38, 0.15);
  border-radius: 0.28571429rem;
  -webkit-transition: opacity 0.1s ease;
  transition: opacity 0.1s ease;
  z-index: 11;
  will-change: transform, opacity;
}

.ui.dropdown .menu > * {
  white-space: nowrap;
}

/*--------------
  Hidden Input
---------------*/
.ui.dropdown > input:not(.search):first-child,
.ui.dropdown > select {
  display: none !important;
}

/*--------------
 Dropdown Icon
---------------*/
.ui.dropdown:not(.labeled) > .dropdown.icon {
  position: relative;
  width: auto;
  min-width: 1em;
  font-size: 0.85714286em;
  margin: 0 0 0 1em;
}

.ui.dropdown .menu > .item .dropdown.icon {
  width: auto;
  float: right;
  margin: 0em 0 0 1em;
}

.ui.dropdown .menu > .item .dropdown.icon + .text {
  margin-right: 1em;
}

/*--------------
      Text
---------------*/
.ui.dropdown > .text {
  display: inline-block;
  -webkit-transition: none;
  transition: none;
}

/*--------------
    Menu Item
---------------*/
.ui.dropdown .menu > .item {
  position: relative;
  cursor: pointer;
  display: block;
  border: none;
  height: auto;
  min-height: 2.57142857rem;
  text-align: left;
  border-top: none;
  line-height: 1em;
  font-size: 1rem;
  color: rgba(0, 0, 0, 0.87);
  padding: 0.78571429rem 1.14285714rem !important;
  text-transform: none;
  font-weight: normal;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-touch-callout: none;
}

.ui.dropdown .menu > .item:first-child {
  border-top-width: 0;
}

.ui.dropdown .menu > .item.vertical {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

/*--------------
  Floated Content
---------------*/
.ui.dropdown > .text > [class*="right floated"],
.ui.dropdown .menu .item > [class*="right floated"] {
  float: right !important;
  margin-right: 0 !important;
  margin-left: 1em !important;
}

.ui.dropdown > .text > [class*="left floated"],
.ui.dropdown .menu .item > [class*="left floated"] {
  float: left !important;
  margin-left: 0 !important;
  margin-right: 1em !important;
}

.ui.dropdown .menu .item > i.icon.floated,
.ui.dropdown .menu .item > .flag.floated,
.ui.dropdown .menu .item > .image.floated,
.ui.dropdown .menu .item > img.floated {
  margin-top: 0em;
}

/*--------------
  Menu Divider
---------------*/
.ui.dropdown .menu > .header {
  margin: 1rem 0 0.75rem;
  padding: 0 1.14285714rem;
  font-weight: bold;
  text-transform: uppercase;
}

.ui.dropdown .menu > .header:not(.ui) {
  color: rgba(0, 0, 0, 0.85);
  font-size: 0.78571429em;
}

.ui.dropdown .menu > .divider {
  border-top: 1px solid rgba(34, 36, 38, 0.1);
  height: 0;
  margin: 0.5em 0;
}

.ui.dropdown .menu > .horizontal.divider {
  border-top: none;
}

.ui.dropdown.dropdown .menu > .input {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 1.14285714rem 0.78571429rem;
  min-width: 10rem;
}

.ui.dropdown .menu > .header + .input {
  margin-top: 0;
}

.ui.dropdown .menu > .input:not(.transparent) input {
  padding: 0.5em 1em;
}

.ui.dropdown .menu > .input:not(.transparent) .button,
.ui.dropdown .menu > .input:not(.transparent) i.icon,
.ui.dropdown .menu > .input:not(.transparent) .label {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}

/*-----------------
  Item Description
-------------------*/
.ui.dropdown > .text > .description,
.ui.dropdown .menu > .item > .description {
  float: right;
  margin: 0 0 0 1em;
  color: rgba(0, 0, 0, 0.4);
}

.ui.dropdown .menu > .item.vertical > .description {
  margin: 0;
}

/*-----------------
      Item Text
-------------------*/
.ui.dropdown .menu > .item.vertical > .text {
  margin-bottom: 0.25em;
}

/*-----------------
       Message
-------------------*/
.ui.dropdown .menu > .message {
  padding: 0.78571429rem 1.14285714rem;
  font-weight: normal;
}

.ui.dropdown .menu > .message:not(.ui) {
  color: rgba(0, 0, 0, 0.4);
}

/*--------------
    Sub Menu
---------------*/
.ui.dropdown .menu .menu {
  top: 0;
  left: 100%;
  right: auto;
  margin: 0 -0.5em !important;
  border-radius: 0.28571429rem !important;
  z-index: 21 !important;
}

/* Hide Arrow */
.ui.dropdown .menu .menu:after {
  display: none;
}

/*--------------
   Sub Elements
---------------*/
/* Icons / Flags / Labels / Image */
.ui.dropdown > .text > i.icons,
.ui.dropdown > .text > i.icon,
.ui.dropdown > .text > .label,
.ui.dropdown > .text > .flag,
.ui.dropdown > .text > img,
.ui.dropdown > .text > .image {
  margin-top: 0em;
}

.ui.dropdown .menu > .item > i.icons,
.ui.dropdown .menu > .item > i.icon,
.ui.dropdown .menu > .item > .label,
.ui.dropdown .menu > .item > .flag,
.ui.dropdown .menu > .item > .image,
.ui.dropdown .menu > .item > img {
  margin-top: 0em;
}

.ui.dropdown > .text > i.icons,
.ui.dropdown > .text > i.icon,
.ui.dropdown > .text > .label,
.ui.dropdown > .text > .flag,
.ui.dropdown > .text > img,
.ui.dropdown > .text > .image,
.ui.dropdown .menu > .item > i.icons,
.ui.dropdown .menu > .item > i.icon,
.ui.dropdown .menu > .item > .label,
.ui.dropdown .menu > .item > .flag,
.ui.dropdown .menu > .item > .image,
.ui.dropdown .menu > .item > img {
  margin-left: 0;
  float: none;
  margin-right: 0.78571429rem;
}

/*--------------
     Image
---------------*/
.ui.dropdown > .text > img,
.ui.dropdown > .text > .image:not(.icon),
.ui.dropdown .menu > .item > .image:not(.icon),
.ui.dropdown .menu > .item > img {
  display: inline-block;
  vertical-align: top;
  width: auto;
  margin-top: -0.5em;
  margin-bottom: -0.5em;
  max-height: 2em;
}

/*******************************
            Coupling
*******************************/
/*--------------
      Menu
---------------*/
/* Remove Menu Item Divider */
.ui.dropdown .ui.menu > .item:before,
.ui.menu .ui.dropdown .menu > .item:before {
  display: none;
}

/* Prevent Menu Item Border */
.ui.menu .ui.dropdown .menu .active.item {
  border-left: none;
}

/* Automatically float dropdown menu right on last menu item */
.ui.menu .right.menu .dropdown:last-child > .menu:not(.left),
.ui.menu .right.dropdown.item > .menu:not(.left),
.ui.buttons > .ui.dropdown:last-child > .menu:not(.left) {
  left: auto;
  right: 0;
}

/*--------------
        Label
  ---------------*/
/* Dropdown Menu */
.ui.label.dropdown .menu {
  min-width: 100%;
}

/*--------------
       Button
  ---------------*/
/* No Margin On Icon Button */
.ui.dropdown.icon.button > .dropdown.icon {
  margin: 0;
}

.ui.button.dropdown .menu {
  min-width: 100%;
}

/*******************************
              Types
*******************************/
select.ui.dropdown {
  height: 38px;
  padding: 0.5em;
  border: 1px solid rgba(34, 36, 38, 0.15);
  visibility: visible;
}

/*--------------
      Selection
  ---------------*/
/* Displays like a select box */
div.estates-grid .ui.selection.dropdown {
  min-width: 12em;
}

.ui.selection.dropdown {
  cursor: pointer;
  word-wrap: break-word;
  line-height: 1em;
  white-space: normal;
  outline: 0;
  -webkit-transform: rotateZ(0deg);
  transform: rotateZ(0deg);
  min-width: 9em;
  min-height: 2.71428571em;
  background: #FFFFFF;
  display: inline-block;
  padding: 0.78571429em 3.2em 0.78571429em 1em;
  color: rgba(0, 0, 0, 0.87);
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid var(--themecolor);
  border-radius: 0.28571429rem;
  -webkit-transition: width 0.1s ease, -webkit-box-shadow 0.1s ease;
  transition: width 0.1s ease, -webkit-box-shadow 0.1s ease;
  transition: box-shadow 0.1s ease, width 0.1s ease;
  transition: box-shadow 0.1s ease, width 0.1s ease, -webkit-box-shadow 0.1s ease;
}

.ui.selection.dropdown.type {
  min-width: 12em;
}

.ui.selection.dropdown.terrace {
  min-width: 7em;
}

.ui.selection.dropdown.visible,
.ui.selection.dropdown.active {
  z-index: 10;
}

.ui.selection.dropdown > .search.icon,
.ui.selection.dropdown > .delete.icon,
.ui.selection.dropdown > .dropdown.icon {
  cursor: pointer;
  position: absolute;
  width: auto;
  height: auto;
  right: 1em;
  z-index: 3;
  opacity: 0.8;
  -webkit-transition: opacity 0.1s ease;
  transition: opacity 0.1s ease;
  display: flex;
  height: 100%;
  top: 0;
  align-items: center;
}

/* Compact */
.ui.compact.selection.dropdown {
  min-width: 0;
}

/*  Selection Menu */
.ui.selection.dropdown .menu {
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-overflow-scrolling: touch;
  border-top-width: 0 !important;
  width: auto;
  outline: none;
  margin: 0 -1px;
  min-width: calc(100% + 2px);
  width: calc(100% + 2px);
  border-radius: 0 0 0.28571429rem 0.28571429rem;
  -webkit-box-shadow: 0 2px 3px 0 rgba(34, 36, 38, 0.15);
  box-shadow: 0 2px 3px 0 rgba(34, 36, 38, 0.15);
  -webkit-transition: opacity 0.1s ease;
  transition: opacity 0.1s ease;
}

.ui.selection.dropdown .menu:after,
.ui.selection.dropdown .menu:before {
  display: none;
}

/*--------------
      Message
  ---------------*/
.ui.selection.dropdown .menu > .message {
  padding: 0.78571429rem 1.14285714rem;
}

@media only screen and (max-width: 767.98px) {
  .ui.selection.dropdown.short .menu {
    max-height: 6.01071429rem;
  }
  .ui.selection.dropdown[class*="very short"] .menu {
    max-height: 4.00714286rem;
  }
  .ui.selection.dropdown .menu {
    max-height: 8.01428571rem;
  }
  .ui.selection.dropdown.long .menu {
    max-height: 16.02857143rem;
  }
  .ui.selection.dropdown[class*="very long"] .menu {
    max-height: 24.04285714rem;
  }
}
@media only screen and (min-width: 768px) {
  .ui.selection.dropdown.short .menu {
    max-height: 8.01428571rem;
  }
  .ui.selection.dropdown[class*="very short"] .menu {
    max-height: 5.34285714rem;
  }
  .ui.selection.dropdown .menu {
    max-height: 10.68571429rem;
  }
  .ui.selection.dropdown.long .menu {
    max-height: 21.37142857rem;
  }
  .ui.selection.dropdown[class*="very long"] .menu {
    max-height: 32.05714286rem;
  }
}
@media only screen and (min-width: 992px) {
  .ui.selection.dropdown.short .menu {
    max-height: 12.02142857rem;
  }
  .ui.selection.dropdown[class*="very short"] .menu {
    max-height: 8.01428571rem;
  }
  .ui.selection.dropdown .menu {
    max-height: 16.02857143rem;
  }
  .ui.selection.dropdown.long .menu {
    max-height: 32.05714286rem;
  }
  .ui.selection.dropdown[class*="very long"] .menu {
    max-height: 48.08571429rem;
  }
}
@media only screen and (min-width: 1920px) {
  .ui.selection.dropdown.short .menu {
    max-height: 16.02857143rem;
  }
  .ui.selection.dropdown[class*="very short"] .menu {
    max-height: 10.68571429rem;
  }
  .ui.selection.dropdown .menu {
    max-height: 21.37142857rem;
  }
  .ui.selection.dropdown.long .menu {
    max-height: 42.74285714rem;
  }
  .ui.selection.dropdown[class*="very long"] .menu {
    max-height: 64.11428571rem;
  }
}
/* Menu Item */
.ui.selection.dropdown .menu > .item {
  text-transform: uppercase;
  border-top: 1px solid #FAFAFA;
  padding: 0.78571429rem 1.14285714rem !important;
  white-space: normal;
  word-wrap: normal;
}

/* User Item */
.ui.selection.dropdown .menu > .hidden.addition.item {
  display: none;
}

/* Hover */
.ui.selection.dropdown:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* Active */
.ui.selection.active.dropdown {
  border-color: var(--themecolor);
  -webkit-box-shadow: 0 2px 3px 0 rgba(34, 36, 38, 0.15);
  box-shadow: 0 2px 3px 0 rgba(34, 36, 38, 0.15);
}

.ui.selection.active.dropdown .menu {
  border-color: var(--themecolor);
  -webkit-box-shadow: 0 2px 3px 0 rgba(34, 36, 38, 0.15);
  box-shadow: 0 2px 3px 0 rgba(34, 36, 38, 0.15);
}

/* Focus */
.ui.selection.dropdown:focus {
  border-color: var(--themecolor);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.ui.selection.dropdown:focus .menu {
  border-color: var(--themecolor);
  -webkit-box-shadow: 0 2px 3px 0 rgba(34, 36, 38, 0.15);
  box-shadow: 0 2px 3px 0 rgba(34, 36, 38, 0.15);
}

/* Visible */
.ui.selection.visible.dropdown > .text:not(.default) {
  font-weight: normal;
  color: rgba(0, 0, 0, 0.8);
}

/* Visible Hover */
.ui.selection.active.dropdown:hover {
  border-color: var(--themecolor);
  -webkit-box-shadow: 0 2px 3px 0 rgba(34, 36, 38, 0.15);
  box-shadow: 0 2px 3px 0 rgba(34, 36, 38, 0.15);
}

.ui.selection.active.dropdown:hover .menu {
  border-color: var(--themecolor);
  -webkit-box-shadow: 0 2px 3px 0 rgba(34, 36, 38, 0.15);
  box-shadow: 0 2px 3px 0 rgba(34, 36, 38, 0.15);
}

/* Dropdown Icon */
.ui.active.selection.dropdown > .dropdown.icon,
.ui.visible.selection.dropdown > .dropdown.icon {
  opacity: "";
  z-index: 3;
}

/* Connecting Border */
.ui.active.selection.dropdown {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

/* Empty Connecting Border */
.ui.active.empty.selection.dropdown {
  border-radius: 0.28571429rem !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.ui.active.empty.selection.dropdown .menu {
  border: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

/* CSS specific to iOS devices or firefox mobile only  */
@supports (-webkit-touch-callout: none) or (-webkit-overflow-scrolling: touch) or (-moz-appearance: none) {
  @media (-moz-touch-enabled), (pointer: coarse) {
    .ui.dropdown .scrollhint.menu:not(.hidden):before {
      -webkit-animation: scrollhint 2s ease 2;
      animation: scrollhint 2s ease 2;
      content: "";
      z-index: 15;
      display: block;
      position: absolute;
      opacity: 0;
      right: 0.25em;
      top: 0;
      height: 100%;
      border-right: 0.25em solid;
      border-left: 0;
      -webkit-border-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.75)), to(rgba(0, 0, 0, 0))) 1 100%;
      -webkit-border-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0)) 1 100%;
      -o-border-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0)) 1 100%;
      border-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.75)), to(rgba(0, 0, 0, 0))) 1 100%;
      border-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0)) 1 100%;
    }
    .ui.inverted.dropdown .scrollhint.menu:not(.hidden):before {
      -webkit-border-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.75)), to(rgba(255, 255, 255, 0))) 1 100%;
      -webkit-border-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0)) 1 100%;
      -o-border-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0)) 1 100%;
      border-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.75)), to(rgba(255, 255, 255, 0))) 1 100%;
      border-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0)) 1 100%;
    }
    @-webkit-keyframes scrollhint {
      0% {
        opacity: 1;
        top: 100%;
      }
      100% {
        opacity: 0;
        top: 0;
      }
    }
    @keyframes scrollhint {
      0% {
        opacity: 1;
        top: 100%;
      }
      100% {
        opacity: 0;
        top: 0;
      }
    }
  }
}
/*--------------
     Searchable
  ---------------*/
/* Search Selection */
.ui.search.dropdown {
  min-width: "";
}

/* Search Dropdown */
.ui.search.dropdown > input.search {
  background: none transparent !important;
  border: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  cursor: text;
  top: 0;
  left: 1px;
  width: 100%;
  outline: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  padding: inherit;
}

/* Text Layering */
.ui.search.dropdown > input.search {
  position: absolute;
  z-index: 2;
}

.ui.search.dropdown > .text {
  cursor: text;
  position: relative;
  left: 1px;
  z-index: auto;
}

/* Search Selection */
.ui.search.selection.dropdown > input.search {
  line-height: 1.21428571em;
  padding: 0.67857143em 3.2em 0.67857143em 1em;
}

/* Used to size multi select input to character width */
.ui.search.selection.dropdown > span.sizer {
  line-height: 1.21428571em;
  padding: 0.67857143em 3.2em 0.67857143em 1em;
  display: none;
  white-space: pre;
}

/* Active/Visible Search */
.ui.search.dropdown.active > input.search,
.ui.search.dropdown.visible > input.search {
  cursor: auto;
}

.ui.search.dropdown.active > .text,
.ui.search.dropdown.visible > .text {
  pointer-events: none;
}

/* Filtered Text */
.ui.active.search.dropdown input.search:focus + .text i.icon,
.ui.active.search.dropdown input.search:focus + .text .flag {
  opacity: 0.45;
}

.ui.active.search.dropdown input.search:focus + .text {
  color: rgba(115, 115, 115, 0.87) !important;
}

.ui.search.dropdown.button > span.sizer {
  display: none;
}

/* Search Menu */
.ui.search.dropdown .menu {
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-overflow-scrolling: touch;
}

@media only screen and (max-width: 767.98px) {
  .ui.search.dropdown .menu {
    max-height: 8.01428571rem;
  }
}
@media only screen and (min-width: 768px) {
  .ui.search.dropdown .menu {
    max-height: 10.68571429rem;
  }
}
@media only screen and (min-width: 992px) {
  .ui.search.dropdown .menu {
    max-height: 16.02857143rem;
  }
}
@media only screen and (min-width: 1920px) {
  .ui.search.dropdown .menu {
    max-height: 21.37142857rem;
  }
}
/* Clearable Selection */
.ui.dropdown > .remove.icon {
  cursor: pointer;
  font-size: 0.85714286em;
  height: 100%;
  display: flex;
  top: 0;
  width: fit-content;
  align-items: center;
  margin: 0;
  position: absolute;
  opacity: 0.6;
  z-index: 3;
}

.ui.selection.dropdown > .remove.icon {
  right: 3em;
}

.ui.inline.dropdown > .remove.icon {
  right: 2.2em;
}

.ui.clearable.dropdown .text,
.ui.clearable.dropdown a:last-of-type {
  margin-right: 1.5em;
}

.ui.dropdown select.noselection ~ .remove.icon,
.ui.dropdown input[value=""] ~ .remove.icon,
.ui.dropdown input:not([value]) ~ .remove.icon,
.ui.dropdown.loading > .remove.icon {
  display: none;
}

.ui.dropdown:not(.selection) > .remove.icon ~ .dropdown.icon {
  margin-left: 1.5em;
}

.ui.dropdown:not(.selection) > .remove.icon {
  margin-top: -1.35em;
}

/*--------------
      Multiple
  ---------------*/
/* Multiple Selection */
.ui.ui.multiple.dropdown {
  padding: 0.22619048em 3.2em 0.22619048em 0.35714286em;
}

.ui.multiple.dropdown .menu {
  cursor: auto;
}

/* Selection Label */
.ui.multiple.dropdown > .label {
  display: inline-block;
  white-space: normal;
  font-size: 1em;
  padding: 0.35714286em 0.78571429em;
  margin: 0.14285714rem 0.28571429rem 0.14285714rem 0;
  -webkit-box-shadow: 0 0 0 1px rgba(34, 36, 38, 0.15) inset;
  box-shadow: 0 0 0 1px rgba(34, 36, 38, 0.15) inset;
}

/* Dropdown Icon */
.ui.multiple.dropdown .dropdown.icon {
  margin: "";
  padding: "";
}

/* Text */
.ui.multiple.dropdown > .text {
  position: static;
  padding: 0;
  max-width: 100%;
  margin: 0.45238095em 0 0.45238095em 0.64285714em;
  line-height: 1.21428571em;
}

.ui.multiple.dropdown > .text.default {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ui.multiple.dropdown > .label ~ input.search {
  margin-left: 0.14285714em !important;
}

.ui.multiple.dropdown > .label ~ .text {
  display: none;
}

.ui.multiple.dropdown > .label:not(.image) > img:not(.centered) {
  margin-right: 0.78571429rem;
}

.ui.multiple.dropdown > .label:not(.image) > img.ui:not(.avatar) {
  margin-bottom: 0.39285714rem;
}

.ui.multiple.dropdown > .image.label img {
  margin: -0.35714286em 0.78571429em -0.35714286em -0.78571429em;
  height: 1.71428571em;
}

/*-----------------
      Multiple Search
    -----------------*/
/* Multiple Search Selection */
.ui.multiple.search.dropdown,
.ui.multiple.search.dropdown > input.search {
  cursor: text;
  min-width: 8em;
}

/* Prompt Text */
.ui.multiple.search.dropdown > .text {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  padding: inherit;
  margin: 0.45238095em 0 0.45238095em 0.64285714em;
  line-height: 1.21428571em;
}

.ui.multiple.search.dropdown > .label ~ .text {
  display: none;
}

/* Search */
.ui.multiple.search.dropdown > input.search {
  position: static;
  padding: 0;
  max-width: 100%;
  margin: 0.45238095em 0 0.45238095em 0.64285714em;
  width: 2.2em;
  line-height: 1.21428571em;
}

.ui.multiple.search.dropdown.button {
  min-width: 14em;
}

/*--------------
       Inline
  ---------------*/
.ui.inline.dropdown {
  cursor: pointer;
  display: inline-block;
  color: inherit;
}

.ui.inline.dropdown .dropdown.icon {
  margin: 0 0.21428571em 0 0.21428571em;
  vertical-align: baseline;
}

.ui.inline.dropdown > .text {
  font-weight: bold;
}

.ui.inline.dropdown .menu {
  cursor: auto;
  margin-top: 0.21428571em;
  border-radius: 0.28571429rem;
}

/*******************************
            States
*******************************/
/*--------------------
        Active
----------------------*/
/* Menu Item Active */
.ui.dropdown .menu .active.item {
  font-weight: bold;
  color: var(--themecolor);
  -webkit-box-shadow: none;
  box-shadow: none;
  z-index: 12;
  background-size: 1.2em;
  background-repeat: no-repeat;
  background-position: right 5px center;
  background-color: var(--themecolor-lighest);
  position: relative;
}

.ui.dropdown:not(.no-check-image) .menu .active.item::after {
  content: "";
  position: absolute;
  right: 5px;
  display: inline-block;
  width: 1em;
  height: 1em;
  mask: url(../img/icons/icon-check.svg) no-repeat center right;
  mask-size: contain;
  background-color: var(--themecolor);
}

/*--------------------
        Hover
----------------------*/
/* Menu Item Hover */
.ui.dropdown .menu > .item:hover {
  background-color: rgba(0, 0, 0, 0.05);
  color: var(--themecolor);
  z-index: 13;
}

/*--------------------
     Default Text
----------------------*/
.ui.dropdown:not(.button) > .default.text,
.ui.default.dropdown:not(.button) > .text {
  color: #666;
}

.ui.dropdown:not(.button) > input:focus ~ .default.text,
.ui.default.dropdown:not(.button) > input:focus ~ .text {
  color: rgba(115, 115, 115, 0.87);
}

/*--------------------
         Loading
  ---------------------*/
.ui.loading.dropdown > i.icon {
  height: 1em !important;
}

.ui.loading.selection.dropdown > i.icon {
  padding: 1.5em 1.28571429em !important;
}

.ui.loading.dropdown > i.icon:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  margin: -0.64285714em 0 0 -0.64285714em;
  width: 1.28571429em;
  height: 1.28571429em;
  border-radius: 500rem;
  border: 0.2em solid rgba(0, 0, 0, 0.1);
}

.ui.loading.dropdown > i.icon:after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  -webkit-box-shadow: 0 0 0 1px transparent;
  box-shadow: 0 0 0 1px transparent;
  margin: -0.64285714em 0 0 -0.64285714em;
  width: 1.28571429em;
  height: 1.28571429em;
  -webkit-animation: loader 0.6s infinite linear;
  animation: loader 0.6s infinite linear;
  border: 0.2em solid #767676;
  border-radius: 500rem;
}

/* Coupling */
.ui.loading.dropdown.button > i.icon:before,
.ui.loading.dropdown.button > i.icon:after {
  display: none;
}

.ui.loading.dropdown > .text {
  -webkit-transition: none;
  transition: none;
}

/* Used To Check Position */
.ui.dropdown .loading.menu {
  display: block;
  visibility: hidden;
  z-index: -1;
}

.ui.dropdown > .loading.menu {
  left: 0 !important;
  right: auto !important;
}

.ui.dropdown > .menu .loading.menu {
  left: 100% !important;
  right: auto !important;
}

/*--------------------
    Keyboard Select
----------------------*/
/* Selected Item */
/*--------------------
    Search Filtered
----------------------*/
/* Filtered Item */
.ui.dropdown > .filtered.text {
  visibility: hidden;
}

.ui.dropdown .filtered.item {
  display: none !important;
}

/*--------------------
          States
  ----------------------*/
.ui.dropdown.error,
.ui.dropdown.error > .text,
.ui.dropdown.error > .default.text {
  color: #9F3A38;
}

.ui.selection.dropdown.error {
  background: #FFF6F6;
  border-color: #E0B4B4;
}

.ui.selection.dropdown.error:hover {
  border-color: #E0B4B4;
}

.ui.multiple.selection.error.dropdown > .label {
  border-color: #E0B4B4;
}

.ui.dropdown.error > .menu,
.ui.dropdown.error > .menu .menu {
  border-color: #E0B4B4;
}

.ui.dropdown.error > .menu > .item {
  color: #9F3A38;
}

/* Item Hover */
.ui.dropdown.error > .menu > .item:hover {
  background-color: #FBE7E7;
}

/* Item Active */
.ui.dropdown.error > .menu .active.item {
  background-color: #FDCFCF;
}

.ui.dropdown.info,
.ui.dropdown.info > .text,
.ui.dropdown.info > .default.text {
  color: #276F86;
}

.ui.selection.dropdown.info {
  background: #F8FFFF;
  border-color: #A9D5DE;
}

.ui.selection.dropdown.info:hover {
  border-color: #A9D5DE;
}

.ui.multiple.selection.info.dropdown > .label {
  border-color: #A9D5DE;
}

.ui.dropdown.info > .menu,
.ui.dropdown.info > .menu .menu {
  border-color: #A9D5DE;
}

.ui.dropdown.info > .menu > .item {
  color: #276F86;
}

/* Item Hover */
.ui.dropdown.info > .menu > .item:hover {
  background-color: #e9f2fb;
}

/* Item Active */
.ui.dropdown.info > .menu .active.item {
  background-color: #cef1fd;
}

.ui.dropdown.success,
.ui.dropdown.success > .text,
.ui.dropdown.success > .default.text {
  color: #2C662D;
}

.ui.selection.dropdown.success {
  background: #FCFFF5;
  border-color: #A3C293;
}

.ui.selection.dropdown.success:hover {
  border-color: #A3C293;
}

.ui.multiple.selection.success.dropdown > .label {
  border-color: #A3C293;
}

.ui.dropdown.success > .menu,
.ui.dropdown.success > .menu .menu {
  border-color: #A3C293;
}

.ui.dropdown.success > .menu > .item {
  color: #2C662D;
}

/* Item Hover */
.ui.dropdown.success > .menu > .item:hover {
  background-color: #e9fbe9;
}

/* Item Active */
.ui.dropdown.success > .menu .active.item {
  background-color: #dafdce;
}

.ui.dropdown.warning,
.ui.dropdown.warning > .text,
.ui.dropdown.warning > .default.text {
  color: #573A08;
}

.ui.selection.dropdown.warning {
  background: #FFFAF3;
  border-color: #C9BA9B;
}

.ui.selection.dropdown.warning:hover {
  border-color: #C9BA9B;
}

.ui.multiple.selection.warning.dropdown > .label {
  border-color: #C9BA9B;
}

.ui.dropdown.warning > .menu,
.ui.dropdown.warning > .menu .menu {
  border-color: #C9BA9B;
}

.ui.dropdown.warning > .menu > .item {
  color: #573A08;
}

/* Item Hover */
.ui.dropdown.warning > .menu > .item:hover {
  background-color: #fbfbe9;
}

/* Item Active */
.ui.dropdown.warning > .menu .active.item {
  background-color: #fdfdce;
}

/*--------------------
        Clear
----------------------*/
.ui.dropdown > .remove.icon,
.ui.dropdown > .clear.dropdown.icon {
  opacity: 0.6;
  -webkit-transition: opacity 0.1s ease;
  transition: opacity 0.1s ease;
}

.ui.dropdown > .remove.icon:hover,
.ui.dropdown > .clear.dropdown.icon:hover {
  opacity: 1;
}

/*--------------------
          Disabled
  ----------------------*/
/* Disabled */
.ui.disabled.dropdown,
.ui.dropdown .menu > .disabled.item {
  cursor: default;
  pointer-events: none;
  opacity: 0.45;
}

/*--------------------
          Read-Only
  ----------------------*/
.ui.read-only.dropdown {
  cursor: default;
  pointer-events: none;
}

/*******************************
           Variations
*******************************/
/*--------------
    Direction
---------------*/
/* Flyout Direction */
.ui.dropdown .menu {
  left: 0;
}

/* Default Side (Right) */
.ui.dropdown .right.menu > .menu,
.ui.dropdown .menu .right.menu {
  left: 100% !important;
  right: auto !important;
  border-radius: 0.28571429rem !important;
}

/* Leftward Opening Menu */
.ui.dropdown > .left.menu {
  left: auto !important;
  right: 0 !important;
}

.ui.dropdown > .left.menu .menu,
.ui.dropdown .menu .left.menu {
  left: auto;
  right: 100%;
  margin: 0 -0.5em 0 0 !important;
  border-radius: 0.28571429rem !important;
}

.ui.dropdown .item .left.dropdown.icon,
.ui.dropdown .left.menu .item .dropdown.icon {
  width: auto;
  float: left;
  margin: 0em 0 0 0;
}

.ui.dropdown .item .left.dropdown.icon,
.ui.dropdown .left.menu .item .dropdown.icon {
  width: auto;
  float: left;
  margin: 0em 0 0 0;
}

.ui.dropdown .item .left.dropdown.icon + .text,
.ui.dropdown .left.menu .item .dropdown.icon + .text {
  margin-left: 1em;
  margin-right: 0;
}

/*--------------
       Upward
  ---------------*/
/* Upward Main Menu */
.ui.upward.dropdown > .menu {
  top: auto;
  bottom: 100%;
  -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.08);
  border-radius: 0.28571429rem 0.28571429rem 0 0;
}

/* Upward Sub Menu */
.ui.dropdown .upward.menu {
  top: auto !important;
  bottom: 0 !important;
}

/* Active Upward */
.ui.simple.upward.active.dropdown,
.ui.simple.upward.dropdown:hover {
  border-radius: 0.28571429rem 0.28571429rem 0 0 !important;
}

.ui.upward.dropdown.button:not(.pointing):not(.floating).active {
  border-radius: 0.28571429rem 0.28571429rem 0 0;
}

/* Selection */
.ui.upward.selection.dropdown .menu {
  border-top-width: 1px !important;
  border-bottom-width: 0 !important;
  -webkit-box-shadow: 0 -2px 3px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 -2px 3px 0 rgba(0, 0, 0, 0.08);
}

.ui.upward.selection.dropdown:hover {
  -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.05);
}

/* Active Upward */
.ui.active.upward.selection.dropdown {
  border-radius: 0 0 0.28571429rem 0.28571429rem !important;
}

/* Visible Upward */
.ui.upward.selection.dropdown.visible {
  -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.08);
  border-radius: 0 0 0.28571429rem 0.28571429rem !important;
}

/* Visible Hover Upward */
.ui.upward.active.selection.dropdown:hover {
  -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.05);
}

.ui.upward.active.selection.dropdown:hover .menu {
  -webkit-box-shadow: 0 -2px 3px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 -2px 3px 0 rgba(0, 0, 0, 0.08);
}

/*--------------
       Scrolling
  ---------------*/
/*  Selection Menu */
.ui.scrolling.dropdown .menu,
.ui.dropdown .scrolling.menu {
  overflow-x: hidden;
  overflow-y: auto;
}

.ui.scrolling.dropdown .menu {
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-overflow-scrolling: touch;
  min-width: 100% !important;
  width: auto !important;
}

.ui.dropdown .scrolling.menu {
  position: static;
  overflow-y: auto;
  border: none;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  margin: 0 !important;
  min-width: 100% !important;
  width: auto !important;
  border-top: 1px solid rgba(34, 36, 38, 0.15);
}

.ui.scrolling.dropdown .menu .item.item.item,
.ui.dropdown .scrolling.menu > .item.item.item {
  border-top: none;
}

.ui.scrolling.dropdown .menu .item:first-child,
.ui.dropdown .scrolling.menu .item:first-child {
  border-top: none;
}

.ui.dropdown > .animating.menu .scrolling.menu,
.ui.dropdown > .visible.menu .scrolling.menu {
  display: block;
}

/* Scrollbar in IE */
@media all and (-ms-high-contrast: none) {
  .ui.scrolling.dropdown .menu,
  .ui.dropdown .scrolling.menu {
    min-width: calc(100% - 17px);
  }
}
@media only screen and (max-width: 767.98px) {
  .ui.scrolling.dropdown .menu,
  .ui.dropdown .scrolling.menu {
    max-height: 10.28571429rem;
  }
}
@media only screen and (min-width: 768px) {
  .ui.scrolling.dropdown .menu,
  .ui.dropdown .scrolling.menu {
    max-height: 15.42857143rem;
  }
}
@media only screen and (min-width: 992px) {
  .ui.scrolling.dropdown .menu,
  .ui.dropdown .scrolling.menu {
    max-height: 20.57142857rem;
  }
}
@media only screen and (min-width: 1920px) {
  .ui.scrolling.dropdown .menu,
  .ui.dropdown .scrolling.menu {
    max-height: 20.57142857rem;
  }
}
/*--------------------
          Labeled
  ---------------------*/
/* Regular Label on Left */
.ui.labeled.input:not([class*="corner labeled"]) .label:first-child + .dropdown {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left-color: transparent;
}

/* Regular Label on Right */
.ui[class*="right labeled"].input > .dropdown:not(:last-child) {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  border-right-color: transparent !important;
}

.ui[class*="right labeled"].input > .dropdown + .label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/*--------------
     Columnar
---------------*/
.ui.column.dropdown > .menu {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.ui.dropdown[class*="two column"] > .menu > .item {
  width: 50%;
}

.ui.dropdown[class*="three column"] > .menu > .item {
  width: 33%;
}

.ui.dropdown[class*="four column"] > .menu > .item {
  width: 25%;
}

.ui.dropdown[class*="five column"] > .menu > .item {
  width: 20%;
}

/*--------------
       Simple
  ---------------*/
/* Displays without javascript */
.ui.simple.dropdown .menu:before,
.ui.simple.dropdown .menu:after {
  display: none;
}

.ui.simple.dropdown .menu {
  position: absolute;
  /* IE hack to make dropdown icons appear inline */
  display: -ms-inline-flexbox !important;
  display: block;
  overflow: hidden;
  top: -9999px;
  opacity: 0;
  width: 0;
  height: 0;
  -webkit-transition: opacity 0.1s ease;
  transition: opacity 0.1s ease;
  margin-top: 0 !important;
}

.ui.simple.active.dropdown,
.ui.simple.dropdown:hover {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.ui.simple.active.dropdown > .menu,
.ui.simple.dropdown:hover > .menu {
  overflow: visible;
  width: auto;
  height: auto;
  top: 100%;
  opacity: 1;
}

.ui.simple.dropdown > .menu > .item:active > .menu,
.ui.simple.dropdown .menu .item:hover > .menu {
  overflow: visible;
  width: auto;
  height: auto;
  top: 0 !important;
  left: 100%;
  opacity: 1;
}

.ui.simple.dropdown > .menu > .item:active > .left.menu,
.ui.simple.dropdown .menu .item:hover > .left.menu,
.right.menu .ui.simple.dropdown > .menu > .item:active > .menu:not(.right),
.right.menu .ui.simple.dropdown > .menu .item:hover > .menu:not(.right) {
  left: auto;
  right: 100%;
}

.ui.simple.disabled.dropdown:hover .menu {
  display: none;
  height: 0;
  width: 0;
  overflow: hidden;
}

/* Visible */
.ui.simple.visible.dropdown > .menu {
  display: block;
}

/* Scrolling */
.ui.simple.scrolling.active.dropdown > .menu,
.ui.simple.scrolling.dropdown:hover > .menu {
  overflow-x: hidden;
  overflow-y: auto;
}

/*--------------
        Fluid
  ---------------*/
.ui.fluid.dropdown {
  display: block;
  width: 100% !important;
  min-width: 0;
}

.ui.fluid.dropdown > .dropdown.icon {
  float: right;
}

/*--------------
      Floating
  ---------------*/
.ui.floating.dropdown .menu {
  left: 0;
  right: auto;
  -webkit-box-shadow: 0 2px 4px 0 rgba(34, 36, 38, 0.12), 0 2px 10px 0 rgba(34, 36, 38, 0.15) !important;
  box-shadow: 0 2px 4px 0 rgba(34, 36, 38, 0.12), 0 2px 10px 0 rgba(34, 36, 38, 0.15) !important;
  border-radius: 0.28571429rem !important;
}

.ui.floating.dropdown > .menu {
  border-radius: 0.28571429rem !important;
}

.ui:not(.upward).floating.dropdown > .menu {
  margin-top: 0.5em;
}

.ui.upward.floating.dropdown > .menu {
  margin-bottom: 0.5em;
}

/*--------------
       Pointing
  ---------------*/
.ui.pointing.dropdown > .menu {
  top: 100%;
  margin-top: 0.78571429rem;
  border-radius: 0.28571429rem;
}

.ui.pointing.dropdown > .menu:not(.hidden):after {
  display: block;
  position: absolute;
  pointer-events: none;
  content: "";
  visibility: visible;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 0.5em;
  height: 0.5em;
  -webkit-box-shadow: -1px -1px 0 0 rgba(34, 36, 38, 0.15);
  box-shadow: -1px -1px 0 0 rgba(34, 36, 38, 0.15);
  background: #FFFFFF;
  z-index: 2;
}

.ui.pointing.dropdown > .menu:not(.hidden):after {
  top: -0.25em;
  left: 50%;
  margin: 0 0 0 -0.25em;
}

/* Top Left Pointing */
.ui.top.left.pointing.dropdown > .menu {
  top: 100%;
  bottom: auto;
  left: 0;
  right: auto;
  margin: 1em 0 0;
}

.ui.top.left.pointing.dropdown > .menu {
  top: 100%;
  bottom: auto;
  left: 0;
  right: auto;
  margin: 1em 0 0;
}

.ui.top.left.pointing.dropdown > .menu:after {
  top: -0.25em;
  left: 1em;
  right: auto;
  margin: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* Top Right Pointing */
.ui.top.right.pointing.dropdown > .menu {
  top: 100%;
  bottom: auto;
  right: 0;
  left: auto;
  margin: 1em 0 0;
}

.ui.top.pointing.dropdown > .left.menu:after,
.ui.top.right.pointing.dropdown > .menu:after {
  top: -0.25em;
  left: auto !important;
  right: 1em !important;
  margin: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* Left Pointing */
.ui.left.pointing.dropdown > .menu {
  top: 0;
  left: 100%;
  right: auto;
  margin: 0 0 0 1em;
}

.ui.left.pointing.dropdown > .menu:after {
  top: 1em;
  left: -0.25em;
  margin: 0 0 0 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.ui.left:not(.top):not(.bottom).pointing.dropdown > .left.menu {
  left: auto !important;
  right: 100% !important;
  margin: 0 1em 0 0;
}

.ui.left:not(.top):not(.bottom).pointing.dropdown > .left.menu:after {
  top: 1em;
  left: auto;
  right: -0.25em;
  margin: 0 0 0 0;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

/* Right Pointing */
.ui.right.pointing.dropdown > .menu {
  top: 0;
  left: auto;
  right: 100%;
  margin: 0 1em 0 0;
}

.ui.right.pointing.dropdown > .menu:after {
  top: 1em;
  left: auto;
  right: -0.25em;
  margin: 0 0 0 0;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

/* Bottom Pointing */
.ui.bottom.pointing.dropdown > .menu {
  top: auto;
  bottom: 100%;
  left: 0;
  right: auto;
  margin: 0 0 1em;
}

.ui.bottom.pointing.dropdown > .menu:after {
  top: auto;
  bottom: -0.25em;
  right: auto;
  margin: 0;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

/* Reverse Sub-Menu Direction */
.ui.bottom.pointing.dropdown > .menu .menu {
  top: auto !important;
  bottom: 0 !important;
}

/* Bottom Left */
.ui.bottom.left.pointing.dropdown > .menu {
  left: 0;
  right: auto;
}

.ui.bottom.left.pointing.dropdown > .menu:after {
  left: 1em;
  right: auto;
}

/* Bottom Right */
.ui.bottom.right.pointing.dropdown > .menu {
  right: 0;
  left: auto;
}

.ui.bottom.right.pointing.dropdown > .menu:after {
  left: auto;
  right: 1em;
}

/* Upward pointing */
.ui.pointing.upward.dropdown .menu,
.ui.top.pointing.upward.dropdown .menu {
  top: auto !important;
  bottom: 100% !important;
  margin: 0 0 0.78571429rem;
  border-radius: 0.28571429rem;
}

.ui.pointing.upward.dropdown .menu:after,
.ui.top.pointing.upward.dropdown .menu:after {
  top: 100% !important;
  bottom: auto !important;
  -webkit-box-shadow: 1px 1px 0 0 rgba(34, 36, 38, 0.15);
  box-shadow: 1px 1px 0 0 rgba(34, 36, 38, 0.15);
  margin: -0.25em 0 0;
}

/* Right Pointing Upward */
.ui.right.pointing.upward.dropdown:not(.top):not(.bottom) .menu {
  top: auto !important;
  bottom: 0 !important;
  margin: 0 1em 0 0;
}

.ui.right.pointing.upward.dropdown:not(.top):not(.bottom) .menu:after {
  top: auto !important;
  bottom: 0 !important;
  margin: 0 0 1em 0;
  -webkit-box-shadow: -1px -1px 0 0 rgba(34, 36, 38, 0.15);
  box-shadow: -1px -1px 0 0 rgba(34, 36, 38, 0.15);
}

/* Left Pointing Upward */
.ui.left.pointing.upward.dropdown:not(.top):not(.bottom) .menu {
  top: auto !important;
  bottom: 0 !important;
  margin: 0 0 0 1em;
}

.ui.left.pointing.upward.dropdown:not(.top):not(.bottom) .menu:after {
  top: auto !important;
  bottom: 0 !important;
  margin: 0 0 1em 0;
  -webkit-box-shadow: -1px -1px 0 0 rgba(34, 36, 38, 0.15);
  box-shadow: -1px -1px 0 0 rgba(34, 36, 38, 0.15);
}

/*--------------------
        Sizes
---------------------*/
.ui.dropdown,
.ui.dropdown .menu > .item {
  font-size: 1rem;
}

.ui.mini.dropdown,
.ui.mini.dropdown .menu > .item {
  font-size: 0.78571429rem;
}

.ui.tiny.dropdown,
.ui.tiny.dropdown .menu > .item {
  font-size: 0.85714286rem;
}

.ui.small.dropdown,
.ui.small.dropdown .menu > .item {
  font-size: 0.92857143rem;
}

.ui.large.dropdown,
.ui.large.dropdown .menu > .item {
  font-size: 1.14285714rem;
}

.ui.big.dropdown,
.ui.big.dropdown .menu > .item {
  font-size: 1.28571429rem;
}

.ui.huge.dropdown,
.ui.huge.dropdown .menu > .item {
  font-size: 1.42857143rem;
}

.ui.massive.dropdown,
.ui.massive.dropdown .menu > .item {
  font-size: 1.71428571rem;
}

/*--------------
      Inverted
  ---------------*/
/* General rules and basic dropdowns */
.ui.dropdown .inverted.menu,
.ui.inverted.dropdown .menu {
  background: #1B1C1D;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid rgba(255, 255, 255, 0.15);
}

.ui.dropdown .inverted.menu > .item,
.ui.inverted.dropdown .menu > .item {
  color: rgba(255, 255, 255, 0.8);
}

.ui.dropdown .inverted.menu .active.item,
.ui.inverted.dropdown .menu .active.item {
  background: transparent;
  color: rgba(255, 255, 255, 0.8);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.ui.dropdown .inverted.menu > .item:hover,
.ui.inverted.dropdown .menu > .item:hover {
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.8);
}

.ui.inverted.dropdown.selected,
.ui.dropdown .inverted.menu .selected.item,
.ui.inverted.dropdown .menu .selected.item {
  background: rgba(255, 255, 255, 0.15);
  color: rgba(255, 255, 255, 0.8);
}

.ui.dropdown .inverted.menu > .header,
.ui.inverted.dropdown .menu > .header {
  color: #FFFFFF;
}

.ui.inverted.dropdown > .text > .description,
.ui.dropdown .inverted.menu > .item > .description,
.ui.inverted.dropdown .menu > .item > .description {
  color: rgba(255, 255, 255, 0.5);
}

.ui.dropdown .inverted.menu > .divider,
.ui.inverted.dropdown .menu > .divider {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.ui.dropdown .inverted.scrolling.menu,
.ui.inverted.dropdown .scrolling.menu {
  border: none;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

/* Selection */
.ui.inverted.selection.dropdown {
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: #1B1C1D;
  color: rgba(255, 255, 255, 0.8);
}

.ui.inverted.selection.dropdown:hover {
  border-color: rgba(255, 255, 255, 0.25);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.ui.inverted.selection.dropdown input {
  color: #FFFFFF;
}

.ui.inverted.selection.visible.dropdown > .text:not(.default) {
  color: rgba(255, 255, 255, 0.9);
}

.ui.selection.active.dropdown .inverted.menu,
.ui.inverted.selection.active.dropdown .menu,
.ui.inverted.selection.active.dropdown:hover {
  border-color: rgba(255, 255, 255, 0.15);
}

.ui.selection.dropdown .inverted.menu > .item,
.ui.inverted.selection.dropdown .menu > .item {
  border-top: 1px solid #242526;
}

.ui.inverted.dropdown:not(.button) > .default.text,
.ui.inverted.default.dropdown:not(.button) > .text {
  color: rgba(255, 255, 255, 0.5);
}

.ui.inverted.dropdown:not(.button) > input:focus ~ .default.text,
.ui.inverted.default.dropdown:not(.button) > input:focus ~ .text {
  color: rgba(255, 255, 255, 0.7);
}

.ui.inverted.active.search.dropdown input.search:focus + .text i.icon,
.ui.inverted.active.search.dropdown input.search:focus + .text .flag {
  opacity: 0.45;
}

.ui.inverted.active.search.dropdown input.search:focus + .text {
  color: rgba(255, 255, 255, 0.7) !important;
}

.ui.dropdown .inverted.menu > .message:not(.ui),
.ui.inverted.dropdown .menu > .message:not(.ui) {
  color: rgba(255, 255, 255, 0.5);
}

/* Fixing the border */
.ui.dropdown .inverted.menu > .item:first-child,
.ui.inverted.dropdown .menu > .item:first-child {
  border-top-width: 0;
}

/* Labels */
.ui.inverted.multiple.dropdown > .label {
  background-color: rgba(255, 255, 255, 0.7);
  background-image: none;
  color: #000000;
  -webkit-box-shadow: 0 0 0 1px rgba(255, 255, 255, 0) inset;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0) inset;
}

.ui.inverted.multiple.dropdown > .label:hover {
  background-color: rgba(255, 255, 255, 0.9);
  border-color: rgba(255, 255, 255, 0.9);
  background-image: none;
  color: #000000;
}

.ui.inverted.multiple.dropdown > .label > .close.icon,
.ui.inverted.multiple.dropdown > .label > .delete.icon {
  opacity: 0.6;
}

.ui.inverted.multiple.dropdown > .label > .close.icon:hover,
.ui.inverted.multiple.dropdown > .label > .delete.icon:hover {
  opacity: 0.8;
}

/* Selection for form elements */
.ui.inverted.dropdown textarea::-webkit-selection,
.ui.inverted.dropdown input::-webkit-selection {
  background-color: rgba(255, 255, 255, 0.25);
  color: rgba(255, 255, 255, 0.8);
}

.ui.inverted.dropdown textarea::-moz-selection,
.ui.inverted.dropdown input::-moz-selection {
  background-color: rgba(255, 255, 255, 0.25);
  color: rgba(255, 255, 255, 0.8);
}

.ui.inverted.dropdown textarea::selection,
.ui.inverted.dropdown input::selection {
  background-color: rgba(255, 255, 255, 0.25);
  color: rgba(255, 255, 255, 0.8);
}

/* Scrollbars */
.ui.dropdown .inverted.menu::-webkit-scrollbar-track,
.ui.inverted.dropdown .menu::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.1);
}

.ui.dropdown .inverted.menu::-webkit-scrollbar-thumb,
.ui.inverted.dropdown .menu::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.25);
}

.ui.dropdown .inverted.menu::-webkit-scrollbar-thumb:window-inactive,
.ui.inverted.dropdown .menu::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(255, 255, 255, 0.15);
}

.ui.dropdown .inverted.menu::-webkit-scrollbar-thumb:hover,
.ui.inverted.dropdown .menu::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 255, 255, 0.35);
}

.ui.pointing.dropdown > .inverted.menu:after,
.ui.inverted.pointing.dropdown > .menu:after {
  background: #1B1C1D;
  -webkit-box-shadow: -1px -1px 0 0 rgba(255, 255, 255, 0.15);
  box-shadow: -1px -1px 0 0 rgba(255, 255, 255, 0.15);
}

/*******************************
         Theme Overrides
*******************************/
/* Dropdown Carets */
@font-face {
  font-family: "Dropdown";
  src: url(data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMggjB5AAAAC8AAAAYGNtYXAPfuIIAAABHAAAAExnYXNwAAAAEAAAAWgAAAAIZ2x5Zjo82LgAAAFwAAABVGhlYWQAQ88bAAACxAAAADZoaGVhAwcB6QAAAvwAAAAkaG10eAS4ABIAAAMgAAAAIGxvY2EBNgDeAAADQAAAABJtYXhwAAoAFgAAA1QAAAAgbmFtZVcZpu4AAAN0AAABRXBvc3QAAwAAAAAEvAAAACAAAwIAAZAABQAAAUwBZgAAAEcBTAFmAAAA9QAZAIQAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADw2gHg/+D/4AHgACAAAAABAAAAAAAAAAAAAAAgAAAAAAACAAAAAwAAABQAAwABAAAAFAAEADgAAAAKAAgAAgACAAEAIPDa//3//wAAAAAAIPDX//3//wAB/+MPLQADAAEAAAAAAAAAAAAAAAEAAf//AA8AAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAIABJQElABMAABM0NzY3BTYXFhUUDwEGJwYvASY1AAUGBwEACAUGBoAFCAcGgAUBEgcGBQEBAQcECQYHfwYBAQZ/BwYAAQAAAG4BJQESABMAADc0PwE2MzIfARYVFAcGIyEiJyY1AAWABgcIBYAGBgUI/wAHBgWABwaABQWABgcHBgUFBgcAAAABABIASQC3AW4AEwAANzQ/ATYXNhcWHQEUBwYnBi8BJjUSBoAFCAcFBgYFBwgFgAbbBwZ/BwEBBwQJ/wgEBwEBB38GBgAAAAABAAAASQClAW4AEwAANxE0NzYzMh8BFhUUDwEGIyInJjUABQYHCAWABgaABQgHBgVbAQAIBQYGgAUIBwWABgYFBwAAAAEAAAABAADZuaKOXw889QALAgAAAAAA0ABHWAAAAADQAEdYAAAAAAElAW4AAAAIAAIAAAAAAAAAAQAAAeD/4AAAAgAAAAAAASUAAQAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAABAAAAASUAAAElAAAAtwASALcAAAAAAAAACgAUAB4AQgBkAIgAqgAAAAEAAAAIABQAAQAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAOAK4AAQAAAAAAAQAOAAAAAQAAAAAAAgAOAEcAAQAAAAAAAwAOACQAAQAAAAAABAAOAFUAAQAAAAAABQAWAA4AAQAAAAAABgAHADIAAQAAAAAACgA0AGMAAwABBAkAAQAOAAAAAwABBAkAAgAOAEcAAwABBAkAAwAOACQAAwABBAkABAAOAFUAAwABBAkABQAWAA4AAwABBAkABgAOADkAAwABBAkACgA0AGMAaQBjAG8AbQBvAG8AbgBWAGUAcgBzAGkAbwBuACAAMQAuADAAaQBjAG8AbQBvAG8Abmljb21vb24AaQBjAG8AbQBvAG8AbgBSAGUAZwB1AGwAYQByAGkAYwBvAG0AbwBvAG4ARgBvAG4AdAAgAGcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAASQBjAG8ATQBvAG8AbgAuAAAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=) format("truetype"), url(data:application/font-woff;charset=utf-8;base64,d09GRk9UVE8AAAVwAAoAAAAABSgAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABDRkYgAAAA9AAAAdkAAAHZLDXE/09TLzIAAALQAAAAYAAAAGAIIweQY21hcAAAAzAAAABMAAAATA9+4ghnYXNwAAADfAAAAAgAAAAIAAAAEGhlYWQAAAOEAAAANgAAADYAQ88baGhlYQAAA7wAAAAkAAAAJAMHAelobXR4AAAD4AAAACAAAAAgBLgAEm1heHAAAAQAAAAABgAAAAYACFAAbmFtZQAABAgAAAFFAAABRVcZpu5wb3N0AAAFUAAAACAAAAAgAAMAAAEABAQAAQEBCGljb21vb24AAQIAAQA6+BwC+BsD+BgEHgoAGVP/i4seCgAZU/+LiwwHi2v4lPh0BR0AAACIDx0AAACNER0AAAAJHQAAAdASAAkBAQgPERMWGyAlKmljb21vb25pY29tb29udTB1MXUyMHVGMEQ3dUYwRDh1RjBEOXVGMERBAAACAYkABgAIAgABAAQABwAKAA0AVgCfAOgBL/yUDvyUDvyUDvuUDvtvi/emFYuQjZCOjo+Pj42Qiwj3lIsFkIuQiY6Hj4iNhouGi4aJh4eHCPsU+xQFiIiGiYaLhouHjYeOCPsU9xQFiI+Jj4uQCA77b4v3FBWLkI2Pjo8I9xT3FAWPjo+NkIuQi5CJjogI9xT7FAWPh42Hi4aLhomHh4eIiIaJhosI+5SLBYaLh42HjoiPiY+LkAgO+92d928Vi5CNkI+OCPcU9xQFjo+QjZCLkIuPiY6Hj4iNhouGCIv7lAWLhomHh4iIh4eJhouGi4aNiI8I+xT3FAWHjomPi5AIDvvdi+YVi/eUBYuQjZCOjo+Pj42Qi5CLkImOhwj3FPsUBY+IjYaLhouGiYeHiAj7FPsUBYiHhomGi4aLh42Hj4iOiY+LkAgO+JQU+JQViwwKAAAAAAMCAAGQAAUAAAFMAWYAAABHAUwBZgAAAPUAGQCEAAAAAAAAAAAAAAAAAAAAARAAAAAAAAAAAAAAAAAAAAAAQAAA8NoB4P/g/+AB4AAgAAAAAQAAAAAAAAAAAAAAIAAAAAAAAgAAAAMAAAAUAAMAAQAAABQABAA4AAAACgAIAAIAAgABACDw2v/9//8AAAAAACDw1//9//8AAf/jDy0AAwABAAAAAAAAAAAAAAABAAH//wAPAAEAAAABAAA5emozXw889QALAgAAAAAA0ABHWAAAAADQAEdYAAAAAAElAW4AAAAIAAIAAAAAAAAAAQAAAeD/4AAAAgAAAAAAASUAAQAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAABAAAAASUAAAElAAAAtwASALcAAAAAUAAACAAAAAAADgCuAAEAAAAAAAEADgAAAAEAAAAAAAIADgBHAAEAAAAAAAMADgAkAAEAAAAAAAQADgBVAAEAAAAAAAUAFgAOAAEAAAAAAAYABwAyAAEAAAAAAAoANABjAAMAAQQJAAEADgAAAAMAAQQJAAIADgBHAAMAAQQJAAMADgAkAAMAAQQJAAQADgBVAAMAAQQJAAUAFgAOAAMAAQQJAAYADgA5AAMAAQQJAAoANABjAGkAYwBvAG0AbwBvAG4AVgBlAHIAcwBpAG8AbgAgADEALgAwAGkAYwBvAG0AbwBvAG5pY29tb29uAGkAYwBvAG0AbwBvAG4AUgBlAGcAdQBsAGEAcgBpAGMAbwBtAG8AbwBuAEYAbwBuAHQAIABnAGUAbgBlAHIAYQB0AGUAZAAgAGIAeQAgAEkAYwBvAE0AbwBvAG4ALgAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA) format("woff");
  font-weight: normal;
  font-style: normal;
}
.ui.dropdown > .dropdown.icon {
  font-family: "Dropdown";
  line-height: 1;
  height: 1em;
  width: 1.23em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  font-weight: normal;
  font-style: normal;
  text-align: center;
}

.ui.dropdown > .dropdown.icon {
  width: auto;
}

.ui.dropdown > .dropdown.icon:before {
  content: "\f0d7";
}

/* Sub Menu */
.ui.dropdown .menu .item .dropdown.icon:before {
  content: "\f0da";
}

.ui.dropdown .item .left.dropdown.icon:before,
.ui.dropdown .left.menu .item .dropdown.icon:before {
  content: "\f0d9";
}

/* Vertical Menu Dropdown */
.ui.vertical.menu .dropdown.item > .dropdown.icon:before {
  content: "\f0da";
}

/* Icons for Reference
.dropdown.down.icon {
  content: "\f0d7";
}
.dropdown.up.icon {
  content: "\f0d8";
}
.dropdown.left.icon {
  content: "\f0d9";
}
.dropdown.icon.icon {
  content: "\f0da";
}
*/
/*******************************
        User Overrides
*******************************/
/*!
 * # Fomantic-UI 2.8.8 - Transition
 * http://github.com/fomantic/Fomantic-UI/
 *
 *
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */
.transition {
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animating.transition {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  visibility: visible !important;
}

.loading.transition {
  position: absolute;
  top: -99999px;
  left: -99999px;
}

.hidden.transition {
  display: none;
  visibility: hidden;
}

.visible.transition {
  display: block !important;
  visibility: visible !important;
}

.disabled.transition {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

.looping.transition {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.transition.browse {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
}

.transition.browse.in {
  -webkit-animation-name: browseIn;
  animation-name: browseIn;
}

.transition.browse.left.out, .transition.browse.out {
  -webkit-animation-name: browseOutLeft;
  animation-name: browseOutLeft;
}

.transition.browse.right.out {
  -webkit-animation-name: browseOutRight;
  animation-name: browseOutRight;
}

@-webkit-keyframes browseIn {
  0% {
    -webkit-transform: scale(0.8) translateZ(0);
    transform: scale(0.8) translateZ(0);
    z-index: -1;
  }
  10% {
    -webkit-transform: scale(0.8) translateZ(0);
    transform: scale(0.8) translateZ(0);
    z-index: -1;
    opacity: 0.7;
  }
  80% {
    -webkit-transform: scale(1.05) translateZ(0);
    transform: scale(1.05) translateZ(0);
    opacity: 1;
    z-index: 999;
  }
  100% {
    -webkit-transform: scale(1) translateZ(0);
    transform: scale(1) translateZ(0);
    z-index: 999;
  }
}
@keyframes browseIn {
  0% {
    -webkit-transform: scale(0.8) translateZ(0);
    transform: scale(0.8) translateZ(0);
    z-index: -1;
  }
  10% {
    -webkit-transform: scale(0.8) translateZ(0);
    transform: scale(0.8) translateZ(0);
    z-index: -1;
    opacity: 0.7;
  }
  80% {
    -webkit-transform: scale(1.05) translateZ(0);
    transform: scale(1.05) translateZ(0);
    opacity: 1;
    z-index: 999;
  }
  100% {
    -webkit-transform: scale(1) translateZ(0);
    transform: scale(1) translateZ(0);
    z-index: 999;
  }
}
@-webkit-keyframes browseOutLeft {
  0% {
    z-index: 999;
    -webkit-transform: translateX(0) rotateY(0) rotateX(0);
    transform: translateX(0) rotateY(0) rotateX(0);
  }
  50% {
    z-index: -1;
    -webkit-transform: translateX(-105%) rotateY(35deg) rotateX(10deg) translateZ(-10px);
    transform: translateX(-105%) rotateY(35deg) rotateX(10deg) translateZ(-10px);
  }
  80% {
    opacity: 1;
  }
  100% {
    z-index: -1;
    -webkit-transform: translateX(0) rotateY(0) rotateX(0) translateZ(-10px);
    transform: translateX(0) rotateY(0) rotateX(0) translateZ(-10px);
    opacity: 0;
  }
}
@keyframes browseOutLeft {
  0% {
    z-index: 999;
    -webkit-transform: translateX(0) rotateY(0) rotateX(0);
    transform: translateX(0) rotateY(0) rotateX(0);
  }
  50% {
    z-index: -1;
    -webkit-transform: translateX(-105%) rotateY(35deg) rotateX(10deg) translateZ(-10px);
    transform: translateX(-105%) rotateY(35deg) rotateX(10deg) translateZ(-10px);
  }
  80% {
    opacity: 1;
  }
  100% {
    z-index: -1;
    -webkit-transform: translateX(0) rotateY(0) rotateX(0) translateZ(-10px);
    transform: translateX(0) rotateY(0) rotateX(0) translateZ(-10px);
    opacity: 0;
  }
}
@-webkit-keyframes browseOutRight {
  0% {
    z-index: 999;
    -webkit-transform: translateX(0) rotateY(0) rotateX(0);
    transform: translateX(0) rotateY(0) rotateX(0);
  }
  50% {
    z-index: 1;
    -webkit-transform: translateX(105%) rotateY(35deg) rotateX(10deg) translateZ(-10px);
    transform: translateX(105%) rotateY(35deg) rotateX(10deg) translateZ(-10px);
  }
  80% {
    opacity: 1;
  }
  100% {
    z-index: 1;
    -webkit-transform: translateX(0) rotateY(0) rotateX(0) translateZ(-10px);
    transform: translateX(0) rotateY(0) rotateX(0) translateZ(-10px);
    opacity: 0;
  }
}
@keyframes browseOutRight {
  0% {
    z-index: 999;
    -webkit-transform: translateX(0) rotateY(0) rotateX(0);
    transform: translateX(0) rotateY(0) rotateX(0);
  }
  50% {
    z-index: 1;
    -webkit-transform: translateX(105%) rotateY(35deg) rotateX(10deg) translateZ(-10px);
    transform: translateX(105%) rotateY(35deg) rotateX(10deg) translateZ(-10px);
  }
  80% {
    opacity: 1;
  }
  100% {
    z-index: 1;
    -webkit-transform: translateX(0) rotateY(0) rotateX(0) translateZ(-10px);
    transform: translateX(0) rotateY(0) rotateX(0) translateZ(-10px);
    opacity: 0;
  }
}
.drop.transition {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-timing-function: cubic-bezier(0.34, 1.61, 0.7, 1);
  animation-timing-function: cubic-bezier(0.34, 1.61, 0.7, 1);
}

.drop.transition.in {
  -webkit-animation-name: dropIn;
  animation-name: dropIn;
}

.drop.transition.out {
  -webkit-animation-name: dropOut;
  animation-name: dropOut;
}

@-webkit-keyframes dropIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes dropIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes dropOut {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}
@keyframes dropOut {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}
.transition.fade.in {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

.transition[class*="fade up"].in {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.transition[class*="fade down"].in {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

.transition[class*="fade left"].in {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

.transition[class*="fade right"].in {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

.transition.fade.out {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

.transition[class*="fade up"].out {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

.transition[class*="fade down"].out {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

.transition[class*="fade left"].out {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

.transition[class*="fade right"].out {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10%);
    transform: translateY(10%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10%);
    transform: translateY(10%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10%);
    transform: translateY(-10%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10%);
    transform: translateY(-10%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(10%);
    transform: translateX(10%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(10%);
    transform: translateX(10%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-10%);
    transform: translateX(-10%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-10%);
    transform: translateX(-10%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(5%);
    transform: translateY(5%);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(5%);
    transform: translateY(5%);
  }
}
@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-5%);
    transform: translateY(-5%);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-5%);
    transform: translateY(-5%);
  }
}
@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(5%);
    transform: translateX(5%);
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(5%);
    transform: translateX(5%);
  }
}
@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-5%);
    transform: translateX(-5%);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-5%);
    transform: translateX(-5%);
  }
}
.flip.transition.in, .flip.transition.out {
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
}

.horizontal.flip.transition.in {
  -webkit-animation-name: horizontalFlipIn;
  animation-name: horizontalFlipIn;
}

.horizontal.flip.transition.out {
  -webkit-animation-name: horizontalFlipOut;
  animation-name: horizontalFlipOut;
}

.vertical.flip.transition.in {
  -webkit-animation-name: verticalFlipIn;
  animation-name: verticalFlipIn;
}

.vertical.flip.transition.out {
  -webkit-animation-name: verticalFlipOut;
  animation-name: verticalFlipOut;
}

@-webkit-keyframes horizontalFlipIn {
  0% {
    -webkit-transform: perspective(2000px) rotateY(-90deg);
    transform: perspective(2000px) rotateY(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: perspective(2000px) rotateY(0);
    transform: perspective(2000px) rotateY(0);
    opacity: 1;
  }
}
@keyframes horizontalFlipIn {
  0% {
    -webkit-transform: perspective(2000px) rotateY(-90deg);
    transform: perspective(2000px) rotateY(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: perspective(2000px) rotateY(0);
    transform: perspective(2000px) rotateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes verticalFlipIn {
  0% {
    -webkit-transform: perspective(2000px) rotateX(-90deg);
    transform: perspective(2000px) rotateX(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: perspective(2000px) rotateX(0);
    transform: perspective(2000px) rotateX(0);
    opacity: 1;
  }
}
@keyframes verticalFlipIn {
  0% {
    -webkit-transform: perspective(2000px) rotateX(-90deg);
    transform: perspective(2000px) rotateX(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: perspective(2000px) rotateX(0);
    transform: perspective(2000px) rotateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes horizontalFlipOut {
  0% {
    -webkit-transform: perspective(2000px) rotateY(0);
    transform: perspective(2000px) rotateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(2000px) rotateY(90deg);
    transform: perspective(2000px) rotateY(90deg);
    opacity: 0;
  }
}
@keyframes horizontalFlipOut {
  0% {
    -webkit-transform: perspective(2000px) rotateY(0);
    transform: perspective(2000px) rotateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(2000px) rotateY(90deg);
    transform: perspective(2000px) rotateY(90deg);
    opacity: 0;
  }
}
@-webkit-keyframes verticalFlipOut {
  0% {
    -webkit-transform: perspective(2000px) rotateX(0);
    transform: perspective(2000px) rotateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(2000px) rotateX(-90deg);
    transform: perspective(2000px) rotateX(-90deg);
    opacity: 0;
  }
}
@keyframes verticalFlipOut {
  0% {
    -webkit-transform: perspective(2000px) rotateX(0);
    transform: perspective(2000px) rotateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(2000px) rotateX(-90deg);
    transform: perspective(2000px) rotateX(-90deg);
    opacity: 0;
  }
}
.scale.transition.in {
  -webkit-animation-name: scaleIn;
  animation-name: scaleIn;
}

.scale.transition.out {
  -webkit-animation-name: scaleOut;
  animation-name: scaleOut;
}

@-webkit-keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes scaleOut {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}
@keyframes scaleOut {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}
.transition.fly {
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.transition.fly.in {
  -webkit-animation-name: flyIn;
  animation-name: flyIn;
}

.transition[class*="fly up"].in {
  -webkit-animation-name: flyInUp;
  animation-name: flyInUp;
}

.transition[class*="fly down"].in {
  -webkit-animation-name: flyInDown;
  animation-name: flyInDown;
}

.transition[class*="fly left"].in {
  -webkit-animation-name: flyInLeft;
  animation-name: flyInLeft;
}

.transition[class*="fly right"].in {
  -webkit-animation-name: flyInRight;
  animation-name: flyInRight;
}

.transition.fly.out {
  -webkit-animation-name: flyOut;
  animation-name: flyOut;
}

.transition[class*="fly up"].out {
  -webkit-animation-name: flyOutUp;
  animation-name: flyOutUp;
}

.transition[class*="fly down"].out {
  -webkit-animation-name: flyOutDown;
  animation-name: flyOutDown;
}

.transition[class*="fly left"].out {
  -webkit-animation-name: flyOutLeft;
  animation-name: flyOutLeft;
}

.transition[class*="fly right"].out {
  -webkit-animation-name: flyOutRight;
  animation-name: flyOutRight;
}

@-webkit-keyframes flyIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes flyIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@-webkit-keyframes flyInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 1500px, 0);
    transform: translate3d(0, 1500px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes flyInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 1500px, 0);
    transform: translate3d(0, 1500px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes flyInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -1500px, 0);
    transform: translate3d(0, -1500px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes flyInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -1500px, 0);
    transform: translate3d(0, -1500px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@-webkit-keyframes flyInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(1500px, 0, 0);
    transform: translate3d(1500px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes flyInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(1500px, 0, 0);
    transform: translate3d(1500px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@-webkit-keyframes flyInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-1500px, 0, 0);
    transform: translate3d(-1500px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes flyInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-1500px, 0, 0);
    transform: translate3d(-1500px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@-webkit-keyframes flyOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes flyOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@-webkit-keyframes flyOutUp {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes flyOutUp {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@-webkit-keyframes flyOutDown {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes flyOutDown {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@-webkit-keyframes flyOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes flyOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@-webkit-keyframes flyOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes flyOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.transition.slide.in, .transition[class*="slide down"].in {
  -webkit-animation-name: slideInY;
  animation-name: slideInY;
  -webkit-transform-origin: top center;
  transform-origin: top center;
}

.transition[class*="slide up"].in {
  -webkit-animation-name: slideInY;
  animation-name: slideInY;
  -webkit-transform-origin: bottom center;
  transform-origin: bottom center;
}

.transition[class*="slide left"].in {
  -webkit-animation-name: slideInX;
  animation-name: slideInX;
  -webkit-transform-origin: right center;
  transform-origin: right center;
}

.transition[class*="slide right"].in {
  -webkit-animation-name: slideInX;
  animation-name: slideInX;
  -webkit-transform-origin: left center;
  transform-origin: left center;
}

.transition.slide.out, .transition[class*="slide down"].out {
  -webkit-animation-name: slideOutY;
  animation-name: slideOutY;
  -webkit-transform-origin: top center;
  transform-origin: top center;
}

.transition[class*="slide up"].out {
  -webkit-animation-name: slideOutY;
  animation-name: slideOutY;
  -webkit-transform-origin: bottom center;
  transform-origin: bottom center;
}

.transition[class*="slide left"].out {
  -webkit-animation-name: slideOutX;
  animation-name: slideOutX;
  -webkit-transform-origin: right center;
  transform-origin: right center;
}

.transition[class*="slide right"].out {
  -webkit-animation-name: slideOutX;
  animation-name: slideOutX;
  -webkit-transform-origin: left center;
  transform-origin: left center;
}

@-webkit-keyframes slideInY {
  0% {
    opacity: 0;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}
@keyframes slideInY {
  0% {
    opacity: 0;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}
@-webkit-keyframes slideInX {
  0% {
    opacity: 0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@keyframes slideInX {
  0% {
    opacity: 0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@-webkit-keyframes slideOutY {
  0% {
    opacity: 1;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
  }
}
@keyframes slideOutY {
  0% {
    opacity: 1;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
  }
}
@-webkit-keyframes slideOutX {
  0% {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
}
@keyframes slideOutX {
  0% {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
}
.transition.swing {
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
}

.transition[class*="swing down"].in {
  -webkit-animation-name: swingInX;
  animation-name: swingInX;
  -webkit-transform-origin: top center;
  transform-origin: top center;
}

.transition[class*="swing up"].in {
  -webkit-animation-name: swingInX;
  animation-name: swingInX;
  -webkit-transform-origin: bottom center;
  transform-origin: bottom center;
}

.transition[class*="swing left"].in {
  -webkit-animation-name: swingInY;
  animation-name: swingInY;
  -webkit-transform-origin: right center;
  transform-origin: right center;
}

.transition[class*="swing right"].in {
  -webkit-animation-name: swingInY;
  animation-name: swingInY;
  -webkit-transform-origin: left center;
  transform-origin: left center;
}

.transition.swing.out, .transition[class*="swing down"].out {
  -webkit-animation-name: swingOutX;
  animation-name: swingOutX;
  -webkit-transform-origin: top center;
  transform-origin: top center;
}

.transition[class*="swing up"].out {
  -webkit-animation-name: swingOutX;
  animation-name: swingOutX;
  -webkit-transform-origin: bottom center;
  transform-origin: bottom center;
}

.transition[class*="swing left"].out {
  -webkit-animation-name: swingOutY;
  animation-name: swingOutY;
  -webkit-transform-origin: right center;
  transform-origin: right center;
}

.transition[class*="swing right"].out {
  -webkit-animation-name: swingOutY;
  animation-name: swingOutY;
  -webkit-transform-origin: left center;
  transform-origin: left center;
}

@-webkit-keyframes swingInX {
  0% {
    -webkit-transform: perspective(1000px) rotateX(90deg);
    transform: perspective(1000px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(1000px) rotateX(-30deg);
    transform: perspective(1000px) rotateX(-30deg);
    opacity: 1;
  }
  60% {
    -webkit-transform: perspective(1000px) rotateX(15deg);
    transform: perspective(1000px) rotateX(15deg);
  }
  80% {
    -webkit-transform: perspective(1000px) rotateX(-7.5deg);
    transform: perspective(1000px) rotateX(-7.5deg);
  }
  100% {
    -webkit-transform: perspective(1000px) rotateX(0);
    transform: perspective(1000px) rotateX(0);
  }
}
@keyframes swingInX {
  0% {
    -webkit-transform: perspective(1000px) rotateX(90deg);
    transform: perspective(1000px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(1000px) rotateX(-30deg);
    transform: perspective(1000px) rotateX(-30deg);
    opacity: 1;
  }
  60% {
    -webkit-transform: perspective(1000px) rotateX(15deg);
    transform: perspective(1000px) rotateX(15deg);
  }
  80% {
    -webkit-transform: perspective(1000px) rotateX(-7.5deg);
    transform: perspective(1000px) rotateX(-7.5deg);
  }
  100% {
    -webkit-transform: perspective(1000px) rotateX(0);
    transform: perspective(1000px) rotateX(0);
  }
}
@-webkit-keyframes swingInY {
  0% {
    -webkit-transform: perspective(1000px) rotateY(-90deg);
    transform: perspective(1000px) rotateY(-90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(1000px) rotateY(30deg);
    transform: perspective(1000px) rotateY(30deg);
    opacity: 1;
  }
  60% {
    -webkit-transform: perspective(1000px) rotateY(-17.5deg);
    transform: perspective(1000px) rotateY(-17.5deg);
  }
  80% {
    -webkit-transform: perspective(1000px) rotateY(7.5deg);
    transform: perspective(1000px) rotateY(7.5deg);
  }
  100% {
    -webkit-transform: perspective(1000px) rotateY(0);
    transform: perspective(1000px) rotateY(0);
  }
}
@keyframes swingInY {
  0% {
    -webkit-transform: perspective(1000px) rotateY(-90deg);
    transform: perspective(1000px) rotateY(-90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(1000px) rotateY(30deg);
    transform: perspective(1000px) rotateY(30deg);
    opacity: 1;
  }
  60% {
    -webkit-transform: perspective(1000px) rotateY(-17.5deg);
    transform: perspective(1000px) rotateY(-17.5deg);
  }
  80% {
    -webkit-transform: perspective(1000px) rotateY(7.5deg);
    transform: perspective(1000px) rotateY(7.5deg);
  }
  100% {
    -webkit-transform: perspective(1000px) rotateY(0);
    transform: perspective(1000px) rotateY(0);
  }
}
@-webkit-keyframes swingOutX {
  0% {
    -webkit-transform: perspective(1000px) rotateX(0);
    transform: perspective(1000px) rotateX(0);
  }
  40% {
    -webkit-transform: perspective(1000px) rotateX(-7.5deg);
    transform: perspective(1000px) rotateX(-7.5deg);
  }
  60% {
    -webkit-transform: perspective(1000px) rotateX(17.5deg);
    transform: perspective(1000px) rotateX(17.5deg);
  }
  80% {
    -webkit-transform: perspective(1000px) rotateX(-30deg);
    transform: perspective(1000px) rotateX(-30deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(1000px) rotateX(90deg);
    transform: perspective(1000px) rotateX(90deg);
    opacity: 0;
  }
}
@keyframes swingOutX {
  0% {
    -webkit-transform: perspective(1000px) rotateX(0);
    transform: perspective(1000px) rotateX(0);
  }
  40% {
    -webkit-transform: perspective(1000px) rotateX(-7.5deg);
    transform: perspective(1000px) rotateX(-7.5deg);
  }
  60% {
    -webkit-transform: perspective(1000px) rotateX(17.5deg);
    transform: perspective(1000px) rotateX(17.5deg);
  }
  80% {
    -webkit-transform: perspective(1000px) rotateX(-30deg);
    transform: perspective(1000px) rotateX(-30deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(1000px) rotateX(90deg);
    transform: perspective(1000px) rotateX(90deg);
    opacity: 0;
  }
}
@-webkit-keyframes swingOutY {
  0% {
    -webkit-transform: perspective(1000px) rotateY(0);
    transform: perspective(1000px) rotateY(0);
  }
  40% {
    -webkit-transform: perspective(1000px) rotateY(7.5deg);
    transform: perspective(1000px) rotateY(7.5deg);
  }
  60% {
    -webkit-transform: perspective(1000px) rotateY(-10deg);
    transform: perspective(1000px) rotateY(-10deg);
  }
  80% {
    -webkit-transform: perspective(1000px) rotateY(30deg);
    transform: perspective(1000px) rotateY(30deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(1000px) rotateY(-90deg);
    transform: perspective(1000px) rotateY(-90deg);
    opacity: 0;
  }
}
@keyframes swingOutY {
  0% {
    -webkit-transform: perspective(1000px) rotateY(0);
    transform: perspective(1000px) rotateY(0);
  }
  40% {
    -webkit-transform: perspective(1000px) rotateY(7.5deg);
    transform: perspective(1000px) rotateY(7.5deg);
  }
  60% {
    -webkit-transform: perspective(1000px) rotateY(-10deg);
    transform: perspective(1000px) rotateY(-10deg);
  }
  80% {
    -webkit-transform: perspective(1000px) rotateY(30deg);
    transform: perspective(1000px) rotateY(30deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(1000px) rotateY(-90deg);
    transform: perspective(1000px) rotateY(-90deg);
    opacity: 0;
  }
}
.transition.zoom.in {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

.transition.zoom.out {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomIn {
  0% {
    opacity: 1;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes zoomIn {
  0% {
    opacity: 1;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}
@keyframes zoomOut {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}
.flash.transition {
  -webkit-animation-duration: 750ms;
  animation-duration: 750ms;
  -webkit-animation-name: flash;
  animation-name: flash;
}

.shake.transition {
  -webkit-animation-duration: 750ms;
  animation-duration: 750ms;
  -webkit-animation-name: shake;
  animation-name: shake;
}

.bounce.transition {
  -webkit-animation-duration: 750ms;
  animation-duration: 750ms;
  -webkit-animation-name: bounce;
  animation-name: bounce;
}

.tada.transition {
  -webkit-animation-duration: 750ms;
  animation-duration: 750ms;
  -webkit-animation-name: tada;
  animation-name: tada;
}

.pulse.transition {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

.jiggle.transition {
  -webkit-animation-duration: 750ms;
  animation-duration: 750ms;
  -webkit-animation-name: jiggle;
  animation-name: jiggle;
}

.transition.glow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.transition.glow {
  -webkit-animation-name: glow;
  animation-name: glow;
}

@-webkit-keyframes flash {
  0%, 100%, 50% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
@keyframes flash {
  0%, 100%, 50% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
}
@keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
}
@-webkit-keyframes bounce {
  0%, 100%, 20%, 50%, 80% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%, 100%, 20%, 50%, 80% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}
@keyframes tada {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes jiggle {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes jiggle {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@-webkit-keyframes glow {
  0% {
    background-color: #fcfcfd;
  }
  30% {
    background-color: #fff6cd;
  }
  100% {
    background-color: #fcfcfd;
  }
}
@keyframes glow {
  0% {
    background-color: #fcfcfd;
  }
  30% {
    background-color: #fff6cd;
  }
  100% {
    background-color: #fcfcfd;
  }
}
/*******************************
             Theme
 *******************************/
.ui.slider:not(.vertical):not(.checkbox) {
  width: 100%;
  padding: 1em 0.5em;
}

.ui.slider:not(.checkbox) {
  position: relative;
}

.ui.slider:not(.checkbox):focus {
  outline: 0;
}

.ui.slider .inner {
  position: relative;
  z-index: 2;
}

.ui.slider:not(.vertical) .inner {
  height: 1.5em;
}

.ui.slider .inner:hover {
  cursor: auto;
}

.ui.slider .inner .track {
  position: absolute;
  border-radius: 4px;
  background-color: #999cea;
}

.ui.slider:not(.vertical) .inner .track {
  width: 100%;
  height: 3px;
  top: 0.55em;
  left: 0;
}

.ui.slider .inner .track-fill {
  position: absolute;
  border-radius: 3px;
  background-color: #646bef;
}

.ui.slider:not(.vertical) .inner .track-fill {
  height: 3px;
  top: 0.55em;
  left: 0;
}

.ui.slider .inner .thumb {
  position: absolute;
  left: 0;
  top: 2px;
  height: 16px;
  width: 16px;
  background-color: #fff;
  border: solid 3px #646bef;
  border-radius: 100%;
}

.ui.slider:not(.disabled) .inner .thumb:hover {
  cursor: pointer;
  background: #f2f2f2 -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.05)));
  background: #f2f2f2 -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.05));
  background: #f2f2f2 linear-gradient(transparent, rgba(0, 0, 0, 0.05));
}

.ui.slider:not(.disabled):focus .inner .thumb {
  background: #f2f2f2 -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.05)));
  background: #f2f2f2 -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.05));
  background: #f2f2f2 linear-gradient(transparent, rgba(0, 0, 0, 0.05));
}

/*******************************
            States
*******************************/
/*--------------
       Disabled
  ---------------*/
.ui.disabled.slider:not(.checkbox) {
  opacity: 0.5;
}

.ui.disabled.slider .inner:hover {
  cursor: auto;
}

.ui.disabled.slider .inner .track-fill {
  background: #ccc;
}

/*--------------
      Reversed
  ---------------*/
.ui.reversed.slider .inner .track-fill {
  left: auto;
  right: 0;
}

.ui.reversed.slider:not(.vertical) .inner .thumb {
  left: auto;
  right: 0;
}

.ui.reversed.vertical.slider .inner .thumb {
  left: 0.03em;
}

.ui.labeled.reversed.slider > .labels .label {
  -webkit-transform: translate(-100%, -100%);
  transform: translate(-100%, -100%);
}

/*******************************
           Variations
*******************************/
/*--------------
      Vertical
  ---------------*/
.ui.vertical.slider {
  height: 100%;
  width: 1.5em;
  padding: 0.5em 1em;
}

.ui.vertical.slider .inner {
  height: 100%;
}

.ui.vertical.slider .inner .track {
  height: 100%;
  width: 0.4em;
  left: 0.55em;
  top: 0;
}

.ui.vertical.slider .inner .track-fill {
  width: 0.4em;
  left: 0.55em;
  top: 0;
}

/* Vertical Reversed */
.ui.vertical.reversed.slider .inner .thumb {
  top: auto;
  bottom: 0;
}

.ui.vertical.reversed.slider .inner .track-fill {
  top: auto;
  bottom: 0;
}

/*--------------
      Labeled
  ---------------*/
.ui.labeled.slider > .labels {
  height: 1.5em;
  width: auto;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
}

.ui.labeled.slider:not(.vertical) > .labels {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.ui.labeled.slider > .labels .label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0.2em 0;
  position: absolute;
  -webkit-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
  white-space: nowrap;
}

.ui.bottom.aligned.labeled.slider > .labels .label {
  bottom: 0;
  -webkit-transform: translate(-50%, 100%);
  transform: translate(-50%, 100%);
}

.ui.labeled.ticked.slider > .labels .label:after {
  content: " ";
  height: 1.5em;
  width: 1px;
  background: #ccc;
  position: absolute;
  top: 100%;
  left: 50%;
}

.ui.bottom.aligned.labeled.ticked.slider > .labels .label:after {
  top: auto;
  bottom: 100%;
}

.ui.labeled.ticked.slider > .labels .halftick.label:after {
  height: 0.75em;
}

/* Vertical Labels */
.ui.labeled.vertical.slider > .labels {
  width: 1.5em;
  height: auto;
  left: 50%;
  top: 0;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.ui.labeled.vertical.slider > .labels .label {
  -webkit-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%);
}

.ui.labeled.vertical.slider > .labels .label:after {
  width: 1.5em;
  height: 1px;
  left: 100%;
  top: 50%;
}

.ui.labeled.vertical.slider > .labels .halftick.label:after {
  width: 0.75em;
  height: 1px;
}

/* Vertical Reversed Labels */
.ui.labeled.vertical.reversed.slider > .labels .label {
  -webkit-transform: translate(-100%, 50%);
  transform: translate(-100%, 50%);
}

/*--------------
    Hover
---------------*/
.ui.hover.slider .inner .thumb {
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

.ui.hover.slider:not(.disabled):hover .inner .thumb,
.ui.hover.slider:not(.disabled):focus .inner .thumb {
  opacity: 1;
}

/*--------------
      Inverted
  ---------------*/
.ui.inverted.slider .inner .track-fill {
  background-color: #545454;
}

.ui.inverted.slider .inner .track {
  background-color: rgba(255, 255, 255, 0.08);
}

/*--------------
     Colors
---------------*/
/* Standard */
.ui.primary.slider .inner .track-fill {
  background-color: #2185D0;
}

.ui.primary.inverted.slider .inner .track-fill {
  background-color: #54C8FF;
}

/* Basic */
.ui.primary.slider.basic .inner .thumb {
  background-color: #2185D0;
}

.ui.primary.slider.basic .inner .thumb:hover,
.ui.primary.slider.basic:focus .inner .thumb {
  background-color: #1678c2;
}

/* Basic Inverted */
.ui.primary.inverted.slider.basic .inner .thumb {
  background-color: #54C8FF;
}

.ui.primary.inverted.slider.basic .inner .thumb:hover,
.ui.primary.inverted.slider.basic:focus .inner .thumb {
  background-color: #21b8ff;
}

/* Standard */
.ui.secondary.slider .inner .track-fill {
  background-color: #1B1C1D;
}

.ui.secondary.inverted.slider .inner .track-fill {
  background-color: #545454;
}

/* Basic */
.ui.secondary.slider.basic .inner .thumb {
  background-color: #1B1C1D;
}

.ui.secondary.slider.basic .inner .thumb:hover,
.ui.secondary.slider.basic:focus .inner .thumb {
  background-color: #27292a;
}

/* Basic Inverted */
.ui.secondary.inverted.slider.basic .inner .thumb {
  background-color: #545454;
}

.ui.secondary.inverted.slider.basic .inner .thumb:hover,
.ui.secondary.inverted.slider.basic:focus .inner .thumb {
  background-color: #6e6e6e;
}

/* Standard */
.ui.red.slider .inner .track-fill {
  background-color: #DB2828;
}

.ui.red.inverted.slider .inner .track-fill {
  background-color: #FF695E;
}

/* Basic */
.ui.red.slider.basic .inner .thumb {
  background-color: #DB2828;
}

.ui.red.slider.basic .inner .thumb:hover,
.ui.red.slider.basic:focus .inner .thumb {
  background-color: #d01919;
}

/* Basic Inverted */
.ui.red.inverted.slider.basic .inner .thumb {
  background-color: #FF695E;
}

.ui.red.inverted.slider.basic .inner .thumb:hover,
.ui.red.inverted.slider.basic:focus .inner .thumb {
  background-color: #ff392b;
}

/* Standard */
.ui.orange.slider .inner .track-fill {
  background-color: #F2711C;
}

.ui.orange.inverted.slider .inner .track-fill {
  background-color: #FF851B;
}

/* Basic */
.ui.orange.slider.basic .inner .thumb {
  background-color: #F2711C;
}

.ui.orange.slider.basic .inner .thumb:hover,
.ui.orange.slider.basic:focus .inner .thumb {
  background-color: #f26202;
}

/* Basic Inverted */
.ui.orange.inverted.slider.basic .inner .thumb {
  background-color: #FF851B;
}

.ui.orange.inverted.slider.basic .inner .thumb:hover,
.ui.orange.inverted.slider.basic:focus .inner .thumb {
  background-color: #e76b00;
}

/* Standard */
.ui.yellow.slider .inner .track-fill {
  background-color: #FBBD08;
}

.ui.yellow.inverted.slider .inner .track-fill {
  background-color: #FFE21F;
}

/* Basic */
.ui.yellow.slider.basic .inner .thumb {
  background-color: #FBBD08;
}

.ui.yellow.slider.basic .inner .thumb:hover,
.ui.yellow.slider.basic:focus .inner .thumb {
  background-color: #eaae00;
}

/* Basic Inverted */
.ui.yellow.inverted.slider.basic .inner .thumb {
  background-color: #FFE21F;
}

.ui.yellow.inverted.slider.basic .inner .thumb:hover,
.ui.yellow.inverted.slider.basic:focus .inner .thumb {
  background-color: #ebcd00;
}

/* Standard */
.ui.olive.slider .inner .track-fill {
  background-color: #B5CC18;
}

.ui.olive.inverted.slider .inner .track-fill {
  background-color: #D9E778;
}

/* Basic */
.ui.olive.slider.basic .inner .thumb {
  background-color: #B5CC18;
}

.ui.olive.slider.basic .inner .thumb:hover,
.ui.olive.slider.basic:focus .inner .thumb {
  background-color: #a7bd0d;
}

/* Basic Inverted */
.ui.olive.inverted.slider.basic .inner .thumb {
  background-color: #D9E778;
}

.ui.olive.inverted.slider.basic .inner .thumb:hover,
.ui.olive.inverted.slider.basic:focus .inner .thumb {
  background-color: #d2e745;
}

/* Standard */
.ui.green.slider .inner .track-fill {
  background-color: #21BA45;
}

.ui.green.inverted.slider .inner .track-fill {
  background-color: #2ECC40;
}

/* Basic */
.ui.green.slider.basic .inner .thumb {
  background-color: #21BA45;
}

.ui.green.slider.basic .inner .thumb:hover,
.ui.green.slider.basic:focus .inner .thumb {
  background-color: #16ab39;
}

/* Basic Inverted */
.ui.green.inverted.slider.basic .inner .thumb {
  background-color: #2ECC40;
}

.ui.green.inverted.slider.basic .inner .thumb:hover,
.ui.green.inverted.slider.basic:focus .inner .thumb {
  background-color: #1ea92e;
}

/* Standard */
.ui.teal.slider .inner .track-fill {
  background-color: #00B5AD;
}

.ui.teal.inverted.slider .inner .track-fill {
  background-color: #6DFFFF;
}

/* Basic */
.ui.teal.slider.basic .inner .thumb {
  background-color: #00B5AD;
}

.ui.teal.slider.basic .inner .thumb:hover,
.ui.teal.slider.basic:focus .inner .thumb {
  background-color: #009c95;
}

/* Basic Inverted */
.ui.teal.inverted.slider.basic .inner .thumb {
  background-color: #6DFFFF;
}

.ui.teal.inverted.slider.basic .inner .thumb:hover,
.ui.teal.inverted.slider.basic:focus .inner .thumb {
  background-color: #3affff;
}

/* Standard */
.ui.blue.slider .inner .track-fill {
  background-color: #2185D0;
}

.ui.blue.inverted.slider .inner .track-fill {
  background-color: #54C8FF;
}

/* Basic */
.ui.blue.slider.basic .inner .thumb {
  background-color: #2185D0;
}

.ui.blue.slider.basic .inner .thumb:hover,
.ui.blue.slider.basic:focus .inner .thumb {
  background-color: #1678c2;
}

/* Basic Inverted */
.ui.blue.inverted.slider.basic .inner .thumb {
  background-color: #54C8FF;
}

.ui.blue.inverted.slider.basic .inner .thumb:hover,
.ui.blue.inverted.slider.basic:focus .inner .thumb {
  background-color: #21b8ff;
}

/* Standard */
.ui.violet.slider .inner .track-fill {
  background-color: #6435C9;
}

.ui.violet.inverted.slider .inner .track-fill {
  background-color: #A291FB;
}

/* Basic */
.ui.violet.slider.basic .inner .thumb {
  background-color: #6435C9;
}

.ui.violet.slider.basic .inner .thumb:hover,
.ui.violet.slider.basic:focus .inner .thumb {
  background-color: #5829bb;
}

/* Basic Inverted */
.ui.violet.inverted.slider.basic .inner .thumb {
  background-color: #A291FB;
}

.ui.violet.inverted.slider.basic .inner .thumb:hover,
.ui.violet.inverted.slider.basic:focus .inner .thumb {
  background-color: #745aff;
}

/* Standard */
.ui.purple.slider .inner .track-fill {
  background-color: #A333C8;
}

.ui.purple.inverted.slider .inner .track-fill {
  background-color: #DC73FF;
}

/* Basic */
.ui.purple.slider.basic .inner .thumb {
  background-color: #A333C8;
}

.ui.purple.slider.basic .inner .thumb:hover,
.ui.purple.slider.basic:focus .inner .thumb {
  background-color: #9627ba;
}

/* Basic Inverted */
.ui.purple.inverted.slider.basic .inner .thumb {
  background-color: #DC73FF;
}

.ui.purple.inverted.slider.basic .inner .thumb:hover,
.ui.purple.inverted.slider.basic:focus .inner .thumb {
  background-color: #cf40ff;
}

/* Standard */
.ui.pink.slider .inner .track-fill {
  background-color: #E03997;
}

.ui.pink.inverted.slider .inner .track-fill {
  background-color: #FF8EDF;
}

/* Basic */
.ui.pink.slider.basic .inner .thumb {
  background-color: #E03997;
}

.ui.pink.slider.basic .inner .thumb:hover,
.ui.pink.slider.basic:focus .inner .thumb {
  background-color: #e61a8d;
}

/* Basic Inverted */
.ui.pink.inverted.slider.basic .inner .thumb {
  background-color: #FF8EDF;
}

.ui.pink.inverted.slider.basic .inner .thumb:hover,
.ui.pink.inverted.slider.basic:focus .inner .thumb {
  background-color: #ff5bd1;
}

/* Standard */
.ui.brown.slider .inner .track-fill {
  background-color: #A5673F;
}

.ui.brown.inverted.slider .inner .track-fill {
  background-color: #D67C1C;
}

/* Basic */
.ui.brown.slider.basic .inner .thumb {
  background-color: #A5673F;
}

.ui.brown.slider.basic .inner .thumb:hover,
.ui.brown.slider.basic:focus .inner .thumb {
  background-color: #975b33;
}

/* Basic Inverted */
.ui.brown.inverted.slider.basic .inner .thumb {
  background-color: #D67C1C;
}

.ui.brown.inverted.slider.basic .inner .thumb:hover,
.ui.brown.inverted.slider.basic:focus .inner .thumb {
  background-color: #b0620f;
}

/* Standard */
.ui.grey.slider .inner .track-fill {
  background-color: #767676;
}

.ui.grey.inverted.slider .inner .track-fill {
  background-color: #DCDDDE;
}

/* Basic */
.ui.grey.slider.basic .inner .thumb {
  background-color: #767676;
}

.ui.grey.slider.basic .inner .thumb:hover,
.ui.grey.slider.basic:focus .inner .thumb {
  background-color: #838383;
}

/* Basic Inverted */
.ui.grey.inverted.slider.basic .inner .thumb {
  background-color: #DCDDDE;
}

.ui.grey.inverted.slider.basic .inner .thumb:hover,
.ui.grey.inverted.slider.basic:focus .inner .thumb {
  background-color: #c2c4c5;
}

/* Standard */
.ui.black.slider .inner .track-fill {
  background-color: #1B1C1D;
}

.ui.black.inverted.slider .inner .track-fill {
  background-color: #545454;
}

/* Basic */
.ui.black.slider.basic .inner .thumb {
  background-color: #1B1C1D;
}

.ui.black.slider.basic .inner .thumb:hover,
.ui.black.slider.basic:focus .inner .thumb {
  background-color: #27292a;
}

/* Basic Inverted */
.ui.black.inverted.slider.basic .inner .thumb {
  background-color: #545454;
}

.ui.black.inverted.slider.basic .inner .thumb:hover,
.ui.black.inverted.slider.basic:focus .inner .thumb {
  background-color: #000000;
}

/*--------------
       Basic
  ---------------*/
/* Standard */
.ui.slider.basic .inner .thumb {
  background-color: #1B1C1D;
}

.ui.slider.basic .inner .thumb:hover,
.ui.slider.basic:focus .inner .thumb {
  background-color: #27292a;
}

/*--------------
      Basic Inverted
    ---------------*/
/* Standard */
.ui.inverted.slider.basic .inner .thumb {
  background-color: #545454;
}

.ui.inverted.slider.basic .inner .thumb:hover,
.ui.inverted.slider.basic:focus .inner .thumb {
  background-color: #000000;
}

/*--------------
     Sizing
---------------*/
.ui.slider.small .inner .thumb {
  height: 1em;
  width: 1em;
}

.ui.slider.small:not(.vertical) .inner {
  height: 1em;
}

.ui.slider.small:not(.vertical) .inner .track,
.ui.slider.small:not(.vertical) .inner .track-fill {
  height: 0.3em;
  top: 0.35em;
}

.ui.small.labeled.slider:not(.vertical) > .labels,
.ui.small.labeled.slider:not(.vertical) > .labels .label:after {
  height: 1em;
}

.ui.small.labeled.slider:not(.vertical) > .labels .halftick.label:after {
  height: 0.5em;
}

/* Small Vertical */
.ui.slider.small.vertical .inner {
  width: 1em;
}

.ui.slider.small.vertical .inner .track,
.ui.slider.small.vertical .inner .track-fill {
  width: 0.3em;
  left: 0.35em;
}

.ui.small.labeled.vertical.slider > .labels,
.ui.small.labeled.vertical.slider > .labels .label:after {
  width: 1em;
}

.ui.small.labeled.vertical.slider > .labels .halftick.label:after {
  width: 0.5em;
}

.ui.slider.large .inner .thumb {
  height: 2em;
  width: 2em;
}

.ui.slider.large:not(.vertical) .inner {
  height: 2em;
}

.ui.slider.large:not(.vertical) .inner .track,
.ui.slider.large:not(.vertical) .inner .track-fill {
  height: 0.5em;
  top: 0.75em;
}

.ui.large.labeled.slider:not(.vertical) > .labels,
.ui.large.labeled.slider:not(.vertical) > .labels .label:after {
  height: 2em;
}

.ui.large.labeled.slider:not(.vertical) > .labels .halftick.label:after {
  height: 1em;
}

/* Small Vertical */
.ui.slider.large.vertical .inner {
  width: 2em;
}

.ui.slider.large.vertical .inner .track,
.ui.slider.large.vertical .inner .track-fill {
  width: 0.5em;
  left: 0.75em;
}

.ui.large.labeled.vertical.slider > .labels,
.ui.large.labeled.vertical.slider > .labels .label:after {
  width: 2em;
}

.ui.large.labeled.vertical.slider > .labels .halftick.label:after {
  width: 1em;
}

.ui.slider.big .inner .thumb {
  height: 2.5em;
  width: 2.5em;
}

.ui.slider.big:not(.vertical) .inner {
  height: 2.5em;
}

.ui.slider.big:not(.vertical) .inner .track,
.ui.slider.big:not(.vertical) .inner .track-fill {
  height: 0.6em;
  top: 0.95em;
}

.ui.big.labeled.slider:not(.vertical) > .labels,
.ui.big.labeled.slider:not(.vertical) > .labels .label:after {
  height: 2.5em;
}

.ui.big.labeled.slider:not(.vertical) > .labels .halftick.label:after {
  height: 1.25em;
}

/* Small Vertical */
.ui.slider.big.vertical .inner {
  width: 2.5em;
}

.ui.slider.big.vertical .inner .track,
.ui.slider.big.vertical .inner .track-fill {
  width: 0.6em;
  left: 0.95em;
}

.ui.big.labeled.vertical.slider > .labels,
.ui.big.labeled.vertical.slider > .labels .label:after {
  width: 2.5em;
}

.ui.big.labeled.vertical.slider > .labels .halftick.label:after {
  width: 1.25em;
}

/*******************************
        Slider Overrides
*******************************/
.ui.selection.dropdown,
input[type=number],
input[type=text],
input[type=email],
input[type=password],
input[type=tel],
textarea {
  padding: 0.8em 1em;
  font-size: 14px;
  line-height: 1em;
  outline: none;
}
.ui.selection.dropdown::placeholder,
input[type=number]::placeholder,
input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=password]::placeholder,
input[type=tel]::placeholder,
textarea::placeholder {
  color: #000000;
  opacity: 0.3;
}

.ui.selection.dropdown {
  font-size: 14px;
  height: 40px;
}

.ui.dropdown.single.referent {
  min-width: 220px;
}

input[type=number],
input[type=text],
input[type=email],
input[type=password],
input[type=tel],
textarea {
  border-radius: 5px;
  outline: none;
}

#save-box-search {
  display: none;
}

@media (min-width: 1240px) {
  .mobile-only {
    display: none !important;
  }
}

.lity-content #save-box-search {
  display: flex;
  justify-content: center;
}
.lity-content #save-box-search > div {
  background-color: white;
  border-radius: 8px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.lity-content #save-box-search > div div:last-of-type {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

@keyframes slideUp {
  0% {
    top: 100%;
  }
  100% {
    top: 70px;
  }
}
#estatesForm, #childrenForm {
  position: relative;
  width: 100%;
  max-width: 100vw;
  display: none;
}
@media (max-width: 1239px) {
  #estatesForm, #childrenForm {
    position: fixed;
    z-index: 999;
    height: 100vh;
    top: 0;
    left: 0;
    background-color: white;
  }
  #estatesForm.active, #childrenForm.active {
    display: block !important;
  }
  #estatesForm > div, #childrenForm > div {
    position: relative;
    padding-bottom: 60px;
    margin-bottom: 20px;
  }
  #estatesForm > div > div, #childrenForm > div > div {
    overflow: auto;
    max-height: 80dvh;
    display: grid;
    grid-template-columns: 1fr;
  }
  #estatesForm > div > div .align-bottom:last-of-type, #childrenForm > div > div .align-bottom:last-of-type {
    display: flex;
    bottom: 0;
    width: 100%;
    text-align: center;
  }
  #estatesForm > div > div.buttonContainer, #childrenForm > div > div.buttonContainer {
    padding: 0 50px;
    box-shadow: rgba(100, 100, 111, 0.2) 15px -14px 20px 0px;
  }
  #estatesForm > div > div.filterContainer, #childrenForm > div > div.filterContainer {
    padding: 50px;
  }
  #estatesForm > div > div.desktopFilters, #childrenForm > div > div.desktopFilters {
    display: none;
  }
}
@media (max-width: 1239px) and (min-width: 1240px) {
  #estatesForm > div > div.desktopFilters, #childrenForm > div > div.desktopFilters {
    display: block;
  }
}
@media (max-width: 1239px) {
  #estatesForm > div > div.mobileAdvFilters, #childrenForm > div > div.mobileAdvFilters {
    display: block;
    max-height: 70vh;
    overflow-y: auto;
  }
  #estatesForm .reset, #childrenForm .reset {
    position: absolute;
    top: -49px;
    right: -20px;
    background: none !important;
    color: white !important;
    width: max-content;
  }
  #estatesForm .mobile_filter, #childrenForm .mobile_filter {
    grid-template-columns: 1fr 1fr;
    display: grid;
    gap: 10px;
  }
}
#estatesForm > div > div > div:has(#my_estates), #childrenForm > div > div > div:has(#my_estates) {
  display: flex;
  align-items: center;
}
#estatesForm > div > div > div:has(#my_estates) label, #childrenForm > div > div > div:has(#my_estates) label {
  margin: 0;
}
@media (min-width: 1240px) {
  #estatesForm, #childrenForm {
    display: block;
  }
  #estatesForm > div, #childrenForm > div {
    display: flex;
    flex-wrap: wrap;
  }
  #estatesForm > div > div, #childrenForm > div > div {
    display: flex;
    justify-content: end;
    width: 100%;
    flex-wrap: wrap;
  }
  #estatesForm > div > div.mobileAdvFilters, #childrenForm > div > div.mobileAdvFilters {
    display: none !important;
  }
  #estatesForm > div > div > div:has([name=see_units]), #childrenForm > div > div > div:has([name=see_units]) {
    align-self: center;
  }
  #estatesForm > div > div > div:has([name=see_units]) label, #childrenForm > div > div > div:has([name=see_units]) label {
    margin: 0;
  }
}
@media (max-width: 1240px) {
  #estatesForm .desktopExport, #childrenForm .desktopExport {
    display: none !important;
  }
}
#estatesForm .closeForm, #childrenForm .closeForm {
  position: absolute;
  font-size: 20px;
  z-index: 10;
  top: -2px;
  right: 50px;
  background-color: transparent;
  color: var(--themecolor);
  border-radius: 40px;
  border: 1px solid white;
  padding: 5px;
  display: flex;
  font-weight: 700;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  width: 45px;
  height: 45px;
}
#estatesForm .closeForm img, #childrenForm .closeForm img {
  width: 45px;
  height: 45px;
}
#estatesForm input[type=number], #childrenForm input[type=number] {
  height: 40px;
  border-color: var(--themecolor);
  width: 100%;
}
#estatesForm .btn.form-btn, #childrenForm .btn.form-btn {
  border-radius: 5px;
  height: 40px;
  background-color: white;
  color: gray;
  border: 1px solid var(--themecolor);
  text-transform: capitalize;
  font-size: 13px;
  min-width: 6em;
  text-align: left;
  background-image: url("../img/icons/chevron-down.svg");
  background-size: 7px;
  background-repeat: no-repeat;
  background-position: right 5px center;
}
@media (max-width: 1239px) {
  #estatesForm .btn.form-btn, #childrenForm .btn.form-btn {
    display: none;
  }
}
#estatesForm .btn.form-btn:hover, #estatesForm .btn.btn-estate.reset:hover, #childrenForm .btn.form-btn:hover, #childrenForm .btn.btn-estate.reset:hover {
  background-color: var(--themecolor-lighest2);
  color: #000;
}
#estatesForm .dropdownRelative .closeFilterPop, #childrenForm .dropdownRelative .closeFilterPop {
  display: none;
}
@media (min-width: 1240px) {
  #estatesForm .dropdownRelative, #childrenForm .dropdownRelative {
    position: relative;
  }
  #estatesForm .dropdownRelative .closeFilterPop, #childrenForm .dropdownRelative .closeFilterPop {
    position: absolute;
    top: 0;
    right: 0;
    padding: 5px;
    display: block;
    width: 20px;
    height: 20px;
    mask: url(../img/icons/close-mobile.svg) no-repeat center;
    mask-size: contain;
    background-color: var(--themecolor);
    background-repeat: no-repeat;
    cursor: pointer;
    width: 25px;
  }
  #estatesForm .dropdownRelative > div, #childrenForm .dropdownRelative > div {
    display: none;
  }
  #estatesForm .dropdownRelative.toggle > div, #childrenForm .dropdownRelative.toggle > div {
    gap: 10px;
    padding: 20px;
    display: flex;
    position: absolute;
    background: white;
    top: 55px;
    right: 0;
    z-index: 99;
    border: 1px var(--themecolor) solid;
    border-radius: 8px;
  }
  #estatesForm .dropdownRelative.toggle .btn.form-btn, #childrenForm .dropdownRelative.toggle .btn.form-btn {
    background-image: url("../img/icons/chevron-up.svg");
  }
}
@media (min-width: 1240px) {
  #estatesForm .dropRooms .btn.form-btn, #estatesForm .form_terrace .btn.form-btn, #childrenForm .dropRooms .btn.form-btn, #childrenForm .form_terrace .btn.form-btn {
    min-width: 8em;
  }
  #estatesForm .form_surface input, #childrenForm .form_surface input {
    width: 9em;
  }
  #estatesForm .form_surface .btn.form-btn, #childrenForm .form_surface .btn.form-btn {
    min-width: 7em;
  }
  #estatesForm .form_price input, #childrenForm .form_price input {
    width: 9em;
  }
}
#estatesForm .form_terrace, #childrenForm .form_terrace {
  /* Hide default HTML checkbox */
  /* The slider */
  /* Rounded sliders */
}
#estatesForm .form_terrace .switch, #childrenForm .form_terrace .switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
  box-shadow: 0px 0px 5px 1px rgba(205, 205, 205, 0);
}
#estatesForm .form_terrace .switch input, #childrenForm .form_terrace .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
#estatesForm .form_terrace .slider, #childrenForm .form_terrace .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
#estatesForm .form_terrace .slider:before, #childrenForm .form_terrace .slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
#estatesForm .form_terrace input:checked + .slider, #childrenForm .form_terrace input:checked + .slider {
  background-color: var(--themecolor);
}
#estatesForm .form_terrace input:focus + .slider, #childrenForm .form_terrace input:focus + .slider {
  box-shadow: 0 0 1px var(--themecolor);
}
#estatesForm .form_terrace input:checked + .slider:before, #childrenForm .form_terrace input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}
#estatesForm .form_terrace .slider.round, #childrenForm .form_terrace .slider.round {
  border-radius: 34px;
}
#estatesForm .form_terrace .slider.round:before, #childrenForm .form_terrace .slider.round:before {
  border-radius: 50%;
}
@media (max-width: 1240px) {
  #estatesForm .form_price .ui.dropdown, #childrenForm .form_price .ui.dropdown {
    min-width: 100%;
  }
}
#estatesForm .form_price .ui.dropdown .icon.remove, #childrenForm .form_price .ui.dropdown .icon.remove {
  display: none;
}
#estatesForm .filter-open, #childrenForm .filter-open {
  padding: 0;
  background-image: url("../img/icons/filter-plus.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  width: 40px;
  height: 40px;
  background-color: transparent;
  border: solid 1px var(--themecolor);
  border-radius: 4px;
  cursor: pointer;
}
#estatesForm .error_surface p, #childrenForm .error_surface p {
  font-size: 14px;
  color: #f42c69;
  text-align: center;
  margin: none;
}
#estatesForm .ui.slider:not(.vertical):not(.checkbox), #childrenForm .ui.slider:not(.vertical):not(.checkbox) {
  padding-top: 0.6em;
  padding-bottom: 0;
}
#estatesForm .form_slider .display-values, #childrenForm .form_slider .display-values {
  display: flex;
  justify-content: space-between;
  color: var(--themecolor);
  font-weight: 600;
  font-size: 14px;
}
#estatesForm .ui.dropdown, #childrenForm .ui.dropdown {
  width: 100%;
}
#estatesForm .btn.btn-estate, #childrenForm .btn.btn-estate {
  font-weight: 600;
  font-size: 14px;
  padding: 5px 10px;
}
@media (max-width: 1239px) {
  #estatesForm .btn.btn-estate:not(.reset), #childrenForm .btn.btn-estate:not(.reset) {
    width: 100%;
    text-align: center;
  }
}
#estatesForm .btn.advanced, #childrenForm .btn.advanced {
  display: none;
}
@media (min-width: 1240px) {
  #estatesForm .btn.advanced, #childrenForm .btn.advanced {
    display: block;
  }
}
#estatesForm .btn.advanced span, #childrenForm .btn.advanced span {
  display: none;
}
#estatesForm .btn.btn-estate.reset, #childrenForm .btn.btn-estate.reset {
  background-color: var(--themecolor-lighest);
  color: var(--themecolor);
}
@media (max-width: 1239px) {
  #estatesForm .reset::before, #childrenForm .reset::before {
    background-size: cover;
    content: "";
    width: 30px;
    height: 30px;
    display: flex;
    background-image: url(../img/icons/icon-reset.svg);
  }
}
@media (min-width: 1240px) {
  #estatesForm .buttons, #childrenForm .buttons {
    text-align: center;
    display: flex;
    flex-direction: row;
    gap: 15px;
  }
}
#estatesForm .buttons > div:nth-child(1), #childrenForm .buttons > div:nth-child(1) {
  text-align: left;
}
#estatesForm .buttons > div:nth-child(2), #childrenForm .buttons > div:nth-child(2) {
  text-align: left;
}
#estatesForm .buttons > div label[for=name_search],
#estatesForm .buttons > div #name_search, #childrenForm .buttons > div label[for=name_search],
#childrenForm .buttons > div #name_search {
  display: none;
}
#estatesForm .buttons > div label.sublabel, #childrenForm .buttons > div label.sublabel {
  visibility: hidden;
}
@media (max-width: 1239px) {
  #estatesForm .buttons > div label.sublabel, #childrenForm .buttons > div label.sublabel {
    display: none;
  }
}
#estatesForm .buttons > div label[for=name_search], #childrenForm .buttons > div label[for=name_search] {
  text-align: left;
  margin: 5px 0px;
}
#estatesForm .buttons > div p, #childrenForm .buttons > div p {
  margin: 0;
  margin-top: 5px;
  text-align: left;
}
#estatesForm .buttons > div #save_search:checked ~ label[for=name_search], #childrenForm .buttons > div #save_search:checked ~ label[for=name_search] {
  display: block;
}
#estatesForm .buttons > div #save_search:checked ~ #name_search, #childrenForm .buttons > div #save_search:checked ~ #name_search {
  display: block;
}
#estatesForm .buttons > div #save_search:not(:checked) ~ p, #childrenForm .buttons > div #save_search:not(:checked) ~ p {
  display: none;
}
#estatesForm .buttons > div #save_search,
#estatesForm .buttons > div label[for=save_search], #childrenForm .buttons > div #save_search,
#childrenForm .buttons > div label[for=save_search] {
  text-align: left;
}
#estatesForm .buttons > div #name_search, #childrenForm .buttons > div #name_search {
  width: 100%;
}
#estatesForm .buttons a, #childrenForm .buttons a {
  font-weight: 600;
}
#estatesForm .buttons .search, #childrenForm .buttons .search {
  text-decoration: none;
  text-transform: uppercase;
}
#estatesForm .buttons .save.modifyIcon::before, #childrenForm .buttons .save.modifyIcon::before {
  background-image: url(../img/icons/icon-modify.png);
}
#estatesForm > div > div > div, #childrenForm > div > div > div {
  padding-left: 10px;
  margin-bottom: 10px;
}
@media (max-width: 1239px) {
  #estatesForm > div > div > div:first-child, #childrenForm > div > div > div:first-child {
    margin-top: 30px;
  }
}
#estatesForm > div > div > div label, #childrenForm > div > div > div label {
  color: var(--themecolor);
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  display: block;
  margin-bottom: 10px;
  line-height: 1.2em;
}
#estatesForm > div > div > div label.sublabel, #childrenForm > div > div > div label.sublabel {
  font-size: 10px;
}
#estatesForm > div > div > div #radio-purpose, #childrenForm > div > div > div #radio-purpose {
  display: flex;
  max-width: 210px;
  border-radius: 50px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.04);
}
#estatesForm > div > div > div #radio-purpose > span, #childrenForm > div > div > div #radio-purpose > span {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 50%;
  border-radius: 50px;
  background-color: var(--themecolor);
  transition: transform ease-in-out 0.2s;
}
#estatesForm > div > div > div #radio-purpose > div, #childrenForm > div > div > div #radio-purpose > div {
  width: 50%;
  text-align: center;
  position: relative;
}
#estatesForm > div > div > div #radio-purpose > div > label, #childrenForm > div > div > div #radio-purpose > div > label {
  padding: 0.5em;
  width: 100%;
  display: block;
  color: #fff;
  cursor: pointer;
  text-transform: uppercase;
}
#estatesForm > div > div > div #radio-purpose > input, #childrenForm > div > div > div #radio-purpose > input {
  position: absolute;
  left: -3000vw;
}
#estatesForm > div > div > div #radio-purpose > input[value="1"]:checked ~ span, #childrenForm > div > div > div #radio-purpose > input[value="1"]:checked ~ span {
  transform: translateX(0%);
}
#estatesForm > div > div > div #radio-purpose > input[value="1"]:checked ~ div:nth-child(5) label, #childrenForm > div > div > div #radio-purpose > input[value="1"]:checked ~ div:nth-child(5) label {
  color: var(--themecolor);
}
#estatesForm > div > div > div #radio-purpose > input[value="2"]:checked + span, #childrenForm > div > div > div #radio-purpose > input[value="2"]:checked + span {
  transform: translateX(100%);
}
#estatesForm > div > div > div #radio-purpose > input[value="2"]:checked ~ div:nth-child(4) label, #childrenForm > div > div > div #radio-purpose > input[value="2"]:checked ~ div:nth-child(4) label {
  color: var(--themecolor);
}
#estatesForm > div > div > div #radio-purpose > input[value="2"]:checked ~ div:nth-child(5) label, #childrenForm > div > div > div #radio-purpose > input[value="2"]:checked ~ div:nth-child(5) label {
  color: #fff;
}
#estatesForm > div > div > div.my-estates-checkbox > div input, #childrenForm > div > div > div.my-estates-checkbox > div input {
  position: absolute;
  left: -300vw;
}
#estatesForm > div > div > div.my-estates-checkbox > div > label, #childrenForm > div > div > div.my-estates-checkbox > div > label {
  background-color: rgb(243, 243, 243);
  width: 50px;
  height: 28px;
  position: relative;
  border-radius: 50px;
  display: inline-block;
  transition: background-color ease-in-out 0.3s;
}
#estatesForm > div > div > div.my-estates-checkbox > div > label::before, #childrenForm > div > div > div.my-estates-checkbox > div > label::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: #fff;
  position: absolute;
  left: 4px;
  top: 4px;
  border-radius: 50%;
  transform: translateX(0px);
  transition: transform ease-in-out 0.3s;
  cursor: pointer;
}
#estatesForm > div > div > div.my-estates-checkbox > div input:checked + label, #childrenForm > div > div > div.my-estates-checkbox > div input:checked + label {
  background-color: var(--themecolor);
}
#estatesForm > div > div > div.my-estates-checkbox > div input:checked + label::before, #childrenForm > div > div > div.my-estates-checkbox > div input:checked + label::before {
  transform: translateX(20px);
}
@media (min-width: 1240px) {
  #estatesForm > div > div > div:first-child, #childrenForm > div > div > div:first-child {
    padding-left: 0;
  }
}
#estatesForm .align-bottom .sublabel, #childrenForm .align-bottom .sublabel {
  visibility: hidden;
}
#estatesForm .collab-checkboxes [data-value], #childrenForm .collab-checkboxes [data-value] {
  display: inline-block;
  border: solid 1px grey;
  color: #000;
  padding: 6px 10px;
  line-height: 1.2em;
  border-radius: 50px;
  cursor: pointer;
  margin-bottom: 4px;
}
#estatesForm .collab-checkboxes [data-value][data-value=accepted], #childrenForm .collab-checkboxes [data-value][data-value=accepted] {
  border-color: #1ec622;
  color: #1ec622;
}
#estatesForm .collab-checkboxes [data-value][data-value=accepted]:hover, #estatesForm .collab-checkboxes [data-value][data-value=accepted].active, #childrenForm .collab-checkboxes [data-value][data-value=accepted]:hover, #childrenForm .collab-checkboxes [data-value][data-value=accepted].active {
  background-color: #1ec622;
  color: #fff;
}
#estatesForm .collab-checkboxes [data-value][data-value=pending], #childrenForm .collab-checkboxes [data-value][data-value=pending] {
  border-color: #ff860d;
  color: #ff860d;
}
#estatesForm .collab-checkboxes [data-value][data-value=pending]:hover, #estatesForm .collab-checkboxes [data-value][data-value=pending].active, #childrenForm .collab-checkboxes [data-value][data-value=pending]:hover, #childrenForm .collab-checkboxes [data-value][data-value=pending].active {
  background-color: #ff860d;
  color: #fff;
}
#estatesForm .collab-checkboxes [data-value][data-value=ended], #childrenForm .collab-checkboxes [data-value][data-value=ended] {
  border-color: #9c9fe3;
  color: #9c9fe3;
}
#estatesForm .collab-checkboxes [data-value][data-value=ended]:hover, #estatesForm .collab-checkboxes [data-value][data-value=ended].active, #childrenForm .collab-checkboxes [data-value][data-value=ended]:hover, #childrenForm .collab-checkboxes [data-value][data-value=ended].active {
  background-color: #9c9fe3;
  color: #fff;
}
#estatesForm .collab-checkboxes [data-value][data-value=refused], #childrenForm .collab-checkboxes [data-value][data-value=refused] {
  border-color: #f42c69;
  color: #f42c69;
}
#estatesForm .collab-checkboxes [data-value][data-value=refused]:hover, #estatesForm .collab-checkboxes [data-value][data-value=refused].active, #childrenForm .collab-checkboxes [data-value][data-value=refused]:hover, #childrenForm .collab-checkboxes [data-value][data-value=refused].active {
  background-color: #f42c69;
  color: #fff;
}
#estatesForm input[type=number]#bedrooms_nb, #childrenForm input[type=number]#bedrooms_nb {
  width: 100%;
}

@media (min-width: 1240px) {
  #childrenForm div.buttons, #childrenForm div:has(label[for=toSell]) {
    display: flex;
    align-items: center;
  }
  #childrenForm div.buttons label, #childrenForm div:has(label[for=toSell]) label {
    margin-bottom: 0;
  }
}
input[type=checkbox], input[type=radio] {
  accent-color: var(--themecolor);
}

@media (min-width: 1240px) {
  #childrenForm > div > div {
    justify-content: start;
  }
  #childrenForm .dropdownRelative.toggle > div {
    right: auto;
    left: 0;
  }
}

@media (min-width: 1240px) {
  #my-estates-heading + #estates-wrapper {
    margin-top: -40px;
  }
}
.lien_cookie {
  text-decoration: none;
}

.estate-gallery .btn_full_image {
  background-image: url("../img/icons/widescreen.png");
  right: 10px;
  background-repeat: no-repeat;
  background-position: center;
  top: 10px;
  width: 25px;
  height: 25px;
  position: absolute;
  z-index: 10;
  cursor: pointer;
}

.lity {
  background: rgba(0, 0, 0, 0.8);
}
.lity .lity-close {
  width: 40px;
  height: 40px;
  right: 10px;
  top: 10px;
}
.lity #full_lity {
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
}
.lity #full_lity .lity-content {
  min-height: initial;
  max-width: initial;
  width: 100%;
  max-height: 100vh;
  padding: 0;
  background-color: rgba(255, 0, 0, 0);
}
.lity #full_lity .lity-content #popupImage .swiper {
  max-height: 100vh;
}
.lity #full_lity .lity-content #popupImage .swiper .swiper-wrapper {
  align-items: center;
}
.lity #full_lity .lity-content #popupImage .swiper .swiper-wrapper img {
  max-height: 100vh;
  margin: auto;
}

#estates-wrapper #before-estates-grid {
  flex-wrap: wrap;
}
#estates-wrapper #before-estates-grid .order_by {
  margin-top: 0;
  margin-right: 5px;
  padding-top: 0;
  text-align: end;
  align-items: center;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  #estates-wrapper #before-estates-grid .order_by {
    justify-content: flex-start;
  }
}
#estates-wrapper #before-estates-grid .order_by .remove.icon {
  display: none;
}
#estates-wrapper #before-estates-grid .order_by label {
  white-space: nowrap;
}
#estates-wrapper #before-estates-grid .order_by .ui.selection.dropdown {
  min-height: 0;
  min-width: 12em;
  font-size: 15px;
}
#estates-wrapper #before-estates-grid.loading {
  pointer-events: none !important;
}
#estates-wrapper #before-estates-grid.loading a, #estates-wrapper #before-estates-grid.loading .close-actions {
  pointer-events: none !important;
}
#estates-wrapper .estates-grid .project > div:nth-child(1) {
  position: relative;
  overflow: hidden;
}
#estates-wrapper .estates-grid .project > div:nth-child(1)::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, rgba(101, 52, 230, 0) 72.69%, rgba(101, 52, 230, 0.6) 100%);
  z-index: 1;
}
@media (max-width: 960px) {
  #estates-wrapper .estates-grid .project > div:nth-child(1)::after {
    z-index: 0;
  }
}
@media (min-width: 960px) {
  #estates-wrapper .estates-grid .project > div:nth-child(1) a {
    position: relative;
    display: block;
    height: 100%;
    overflow: hidden;
  }
  #estates-wrapper .estates-grid .project > div:nth-child(1) a img {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
  }
}
@media (max-width: 960px) {
  #estates-wrapper .estates-grid .project > div:nth-child(1) img.partner-icon {
    position: absolute;
    right: -10px;
    top: 220px;
    z-index: 2;
    width: 70px;
    height: auto;
    z-index: 3;
    border-radius: 20px;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.1);
  }
}
#estates-wrapper .estates-grid {
  margin: auto;
}
#estates-wrapper .estates-grid .new_banner {
  position: absolute;
  right: 12px;
  top: 10px;
  z-index: 2;
  padding: 5px 15px;
  border-radius: 14px;
  color: white;
  font-size: 13px;
  margin: 0;
}
@media (min-width: 960px) {
  #estates-wrapper .estates-grid .new_banner {
    right: 10px;
    left: initial;
    bottom: initial;
    top: 10px;
  }
}
#estates-wrapper .estates-grid .new_banner.color_green {
  background-color: #1ec622;
  background-color: #BFABF3;
}
#estates-wrapper .estates-grid .new_banner.color_orange {
  background-color: #ff860d;
}
#estates-wrapper .estates-grid .new_banner.color_rouge {
  background-color: #f42c69;
  bottom: initial;
  top: 10px;
  right: 10px;
  left: initial;
}
@media (min-width: 960px) {
  #estates-wrapper .estates-grid .new_banner.color_rouge {
    bottom: initial;
    top: 10px;
    right: 10px;
  }
}

.edit-estate-message,
.edit-message {
  padding: 20px;
  background-color: #fff;
  border-radius: 5px;
  margin-bottom: 10px;
}

#Steps div {
  border-bottom: 1px solid var(--themecolor);
}
#Steps div button {
  cursor: pointer;
  border-radius: 10px 10px 0 0;
  background-color: white;
  border: 1px solid var(--themecolor);
  border-bottom: 0px;
  color: var(--themecolor);
}
#Steps div button.active {
  background-color: var(--themecolor);
  color: white;
}

#edit-estate-form {
  margin-bottom: 40px;
}
#edit-estate-form .form-block input[type=text] {
  max-width: 196px;
  min-height: 40px;
  max-height: 40px;
}
#edit-estate-form .hideForEditProject {
  display: none;
}
#edit-estate-form input.error {
  border-color: rgb(173, 37, 37);
}
#edit-estate-form input[name^=title] {
  font-size: 15px;
  line-height: 1.4em;
  font-weight: 600;
  width: 100%;
  padding: 10px;
  border-top-left-radius: 0;
}
#edit-estate-form input[name^=title]::placeholder {
  color: rgb(212, 212, 212);
}
#edit-estate-form button.publish {
  margin-top: 40px;
}
#edit-estate-form .ui.dropdown {
  border-color: #ccc;
}
#edit-estate-form .ui.dropdown > select {
  display: block !important;
  position: absolute;
  left: -3000vw;
}
#edit-estate-form hr {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #c3c3c3;
}
#edit-estate-form h3 {
  color: #a7a7a7;
}
#edit-estate-form label.error {
  color: rgb(194, 25, 25);
}
@media (min-width: 1240px) {
  #edit-estate-form {
    display: grid;
    grid-template-columns: 3fr 2fr;
    gap: 35px;
    grid-template-areas: "first second" "third third";
  }
  #edit-estate-form > :nth-child(1) {
    grid-area: first;
  }
  #edit-estate-form > :nth-child(2) {
    grid-area: third;
  }
  #edit-estate-form > :nth-child(3) {
    grid-area: second;
  }
}
#edit-estate-form .upload__box {
  margin-bottom: 20px;
}
#edit-estate-form .upload__box .upload__btn-box {
  border: solid 1px #e0e0e0;
  padding: 10px;
  aspect-ratio: 1;
  text-align: center;
  border-radius: 4px;
  position: relative;
  background-color: #fff;
  background-image: url("../img/upload-img.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 50%;
}
#edit-estate-form .upload__box .upload__btn-box > label {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  cursor: pointer;
}
#edit-estate-form .upload__box .upload__btn-box > label > p {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 8px 15px;
}
#edit-estate-form .upload__inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
#edit-estate-form .upload__img-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
@media (min-width: 768px) {
  #edit-estate-form .upload__img-wrap {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1240px) {
  #edit-estate-form .upload__img-wrap {
    grid-template-columns: repeat(4, 1fr);
  }
}
#edit-estate-form .upload__img-box {
  width: 100%;
  padding: 0 0px;
  position: relative;
  text-align: center;
  margin-bottom: 5px;
}
#edit-estate-form .upload__img-box img {
  aspect-ratio: 1;
  object-fit: cover;
  user-select: none;
  pointer-events: none;
}
#edit-estate-form .upload__img-box:hover {
  cursor: grab;
}
#edit-estate-form .upload__img-close {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: -10px;
  right: -10px;
  text-align: center;
  line-height: 24px;
  z-index: 1;
  cursor: pointer;
}
#edit-estate-form .upload__img-close:after {
  content: "✖";
  font-size: 14px;
  color: white;
}
@media (min-width: 1240px) {
  #edit-estate-form .upload__box {
    display: grid;
    grid-template-columns: 210px 1fr;
    gap: 30px;
  }
}
#edit-estate-form .img-bg {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  padding-bottom: 100%;
}

ul.select-lang {
  margin: 0;
  padding: 0;
  display: flex;
  background-color: #f4f4f4;
}
ul.select-lang > li {
  display: inline-block;
  padding: 5px 20px;
  text-align: center;
  border-right: solid 1px #d6d6d6;
  line-height: 1em;
  cursor: pointer;
}
ul.select-lang > li.active {
  background-color: rgb(121, 121, 121);
  color: #fff;
}

.disableForRef {
  height: 0;
  opacity: 0;
  visibility: hidden;
  margin: 0 !important;
}

form .lang-switch > div[data-lang]:not(.active) {
  display: none;
}
form .lang-switch textarea {
  border-radius: 0 0 5px 5px;
}

@media (min-width: 960px) {
  .two_columns {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }
  .display_grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 30px;
    margin-bottom: 30px;
  }
  .display_grid .form-block:first-child {
    grid-row: span 2;
  }
  .display_grid .form-block {
    margin-bottom: 0;
    height: auto;
  }
  .displayGrid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }
  .displayGrid .form-block {
    margin-bottom: 0;
    height: auto;
  }
}
.form-block {
  height: max-content;
  border: solid 1px #e0e0e0;
  border-radius: 4px;
  padding: 14px;
  margin-bottom: 20px;
  background-color: #fff;
  position: relative;
}
.form-block:has(#pond-collab-files) {
  overflow: hidden;
}
@media (min-width: 960px) {
  .form-block:has(#pond-collab-files) .filepond--list-scroller {
    max-height: 400px;
  }
}
.form-block:has(#pond-collab-files) .filepond--file .filepond--file-status {
  display: none;
}
.form-block .loading-message {
  display: none;
}
.form-block #pond-collab-files {
  height: 450px;
}
.form-block #pond-collab-files .filepond--file-wrapper {
  min-height: 120px;
}
.form-block #pond-collab-files .inputscontainer {
  position: absolute;
  z-index: 4;
  bottom: 4px;
  right: 5px;
}
.form-block #pond-collab-files .inputscontainer > div {
  gap: 4px;
}
.form-block #pond-collab-files:has(.filepond--item[data-filepond-item-state$=processing]) .inputscontainer {
  pointer-events: none;
  filter: grayscale(1);
  opacity: 0.7;
}
.form-block.loading {
  pointer-events: none;
}
.form-block.loading .loading-message {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  backdrop-filter: blur(2px);
  background-color: rgba(255, 255, 255, 0.3647058824);
  display: grid;
  place-items: center;
}
.form-block fieldset div {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media (max-width: 450px) {
  .form-block fieldset div {
    flex-direction: column;
  }
}
.form-block fieldset div label input {
  margin: 0 10px;
}
.form-block h3 {
  margin-top: 0;
}
.form-block > div.row > div > div {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 10px;
  align-items: center;
}
.form-block > div.row > div > div > label:nth-child(1) {
  font-size: 13px;
  line-height: 1em;
  color: #a2a2a2;
  cursor: pointer;
  max-width: 70px;
}
@media (min-width: 414px) {
  .form-block > div.row > div > div > label:nth-child(1) {
    max-width: 135px;
  }
}
@media (min-width: 1024px) {
  .form-block > div.row > div > div > label:nth-child(1) {
    max-width: 90px;
  }
}
@media (min-width: 1240px) {
  .form-block > div.row > div > div > label:nth-child(1) {
    max-width: 80px;
  }
}
.form-block > div.row > div > div > label:nth-child(1)::first-letter {
  text-transform: uppercase;
}
.form-block > div.row > div > div input[type=number], .form-block > div.row > div > div input[type=url], .form-block > div.row > div > div input[type=text] {
  max-width: 196px;
  min-height: 40px;
  max-height: 40px;
}
.form-block > div.row > div > div [data-type] {
  position: relative;
}
.form-block > div.row > div > div [data-type].suffixed input {
  padding-right: 45px;
}
.form-block > div.row > div > div [data-type] .suffix {
  position: absolute;
  top: 2px;
  bottom: 2px;
  right: 2px;
  width: 40px;
  background-color: #fff;
  padding: 5px;
  line-height: 1.7em;
  text-align: center;
}
.form-block > div.row > div > div label.error {
  width: 100%;
  text-align: right;
}

.exceptionDay {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.exceptionDay .exception {
  border: var(--themecolor) 1px solid;
  border-radius: 8px;
  padding: 15px;
}
.exceptionDay .exception label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.scheduleDay {
  border: var(--themecolor) 1px solid;
  border-radius: 8px;
  padding: 15px;
  margin: 10px 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: space-between;
}
.scheduleDay > div:first-child {
  display: flex;
  align-items: start;
}
.scheduleDay > div > div {
  display: flex;
  align-items: center;
}
.scheduleDay > div > div:not(:last-child) {
  margin-bottom: 5px;
}
.scheduleDay input[type=checkbox] {
  margin-right: 10px;
}
.scheduleDay a {
  border: 1px solid grey;
  width: 25px;
  padding: 5px;
  height: 25px;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 26px;
  text-decoration: none;
  margin-left: 10px;
}

#forminator-module-363 .forminator-field:has(input),
#forminator-module-37751 .forminator-field:has(input),
#forminator-module-37343 .forminator-field:has(input) {
  width: max-content;
}
#forminator-module-363 .forminator-field:has(input[name=password-1]),
#forminator-module-37751 .forminator-field:has(input[name=password-1]),
#forminator-module-37343 .forminator-field:has(input[name=password-1]) {
  position: relative;
}
#forminator-module-363 #text-1, #forminator-module-363 #password-1,
#forminator-module-37751 #text-1,
#forminator-module-37751 #password-1,
#forminator-module-37343 #text-1,
#forminator-module-37343 #password-1 {
  flex-direction: column;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
#forminator-module-363 .toggle-password,
#forminator-module-37751 .toggle-password,
#forminator-module-37343 .toggle-password {
  cursor: pointer;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 600px) {
  #forminator-module-363 #text-1 input, #forminator-module-363 #password-1 input,
  #forminator-module-37751 #text-1 input,
  #forminator-module-37751 #password-1 input,
  #forminator-module-37343 #text-1 input,
  #forminator-module-37343 #password-1 input {
    width: 100% !important;
  }
  #forminator-module-363 .forminator-field:has(input),
  #forminator-module-37751 .forminator-field:has(input),
  #forminator-module-37343 .forminator-field:has(input) {
    width: 100%;
  }
}

.closeFormPop {
  display: block;
  width: 100%;
  height: 100%;
  mask: url(../img/icons/close-mobile.svg) no-repeat center;
  mask-size: contain;
  background-color: var(--themecolor);
  background-repeat: no-repeat;
}

.quilleditor {
  height: max-content !important;
}
.quilleditor .ql-editor {
  height: max-content !important;
}

.quilleditor + textarea {
  display: none;
}

.input-steps {
  border: solid 1px var(--themecolor);
  padding: 0.8em 1em;
  border-radius: 5px;
  min-width: 7em;
  padding: 4px;
  position: relative;
  max-width: 140px;
  text-align: center;
  height: 40px;
}
.input-steps button {
  background-color: var(--themecolor-lighest);
  width: 24px;
  height: 24px;
  border-radius: 8px;
  position: absolute;
  top: calc(50% - 12px);
  left: 10px;
  padding: 0;
  background-size: 45%;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}
.input-steps button.add {
  left: initial;
  right: 10px;
}
.input-steps button.add i {
  display: block;
  width: 12px;
  height: 12px;
  margin: auto;
  mask: url(../img/icons/icon-plus.svg) no-repeat center;
  mask-size: contain;
  background-color: var(--themecolor);
  background-repeat: no-repeat;
}
.input-steps button.remove {
  background-size: 25%;
}
.input-steps button.remove i {
  display: block;
  width: 12px;
  height: 12px;
  margin: auto;
  mask: url(../img/icons/icon-minus.svg) no-repeat center;
  mask-size: contain;
  background-color: var(--themecolor);
  background-repeat: no-repeat;
}

#profile-header {
  margin-top: 20px;
}
#profile-header .banner {
  cursor: pointer;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  max-height: 368px;
}
#profile-header .banner + .container {
  position: relative;
  padding-top: 65px;
}
#profile-header .banner + .container .user-picture {
  cursor: pointer;
  width: 90px;
  height: 90px;
  object-fit: contain;
  background: #fff;
  object-position: center;
  display: block;
  position: absolute;
  top: -45px;
  left: 0;
  border: solid 4px #fff;
  border-radius: 50%;
}
@media (min-width: 768px) {
  #profile-header .banner + .container .user-picture {
    width: 140px;
    height: 140px;
    top: -70px;
  }
}
#profile-header .banner + .container .buttons {
  margin-left: auto;
  padding-top: 15px;
  display: flex;
  justify-content: flex-end;
}
@media (min-width: 768px) {
  #profile-header .banner + .container .buttons {
    padding-top: 0px;
  }
}
#profile-header .banner + .container .buttons > a {
  margin-right: 2px;
}
#profile-header .banner + .container .buttons .backButton {
  align-self: center;
  margin-left: 0;
  margin-right: auto;
}
#profile-header .banner + .container .buttons .backButton > a {
  padding: 10px 30px 10px 0;
}
#profile-header h2 {
  margin-bottom: 0;
  position: relative;
  display: inline-block;
  color: #202937;
  font-size: 15px;
}

#masthead .menu-menu-principal-container ul .sub-menu {
  background-color: #fff;
}

.urbizStats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  gap: 20px;
  color: var(--themecolor);
}
@media (min-width: 500px) {
  .urbizStats {
    display: flex;
    justify-content: space-between;
  }
}
.urbizStats > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.urbizStats > div .number {
  font-size: 36px;
  font-weight: 600;
}

@media (max-width: 960px) {
  .full a {
    width: 100% !important;
    padding: 20px 50px !important;
  }
}

.agency-list {
  display: grid;
  gap: 40px;
  min-height: 75vh;
  position: relative;
  grid-template-columns: 4fr 2fr;
}
.agency-list .agencyDescriptionBox {
  order: 2;
  height: 100%;
  width: 100%;
}
.agency-list .agencyDescriptionBox .search {
  padding: 20px;
  position: relative;
}
.agency-list .agencyDescriptionBox .search label {
  z-index: 10;
  font-size: 14px;
  position: absolute;
  pointer-events: none;
  color: black;
  top: 29px;
  left: 32px;
  transition: 0.3s;
}
.agency-list .agencyDescriptionBox .search input {
  width: 100%;
}
.agency-list .agencyDescriptionBox .search input::placeholder {
  color: transparent;
}
.agency-list .agencyDescriptionBox .search input:focus {
  border-color: #6534e6;
}
.agency-list .agencyDescriptionBox .search:has(input:not(:placeholder-shown)) > label, .agency-list .agencyDescriptionBox .search:focus-within label {
  transition: 0.3s;
  top: 0px;
  left: 20px;
  color: #6534e6;
  font-size: 12px;
  font-weight: 700;
}
.agency-list .agencyDescriptionBox .agencyDescription {
  overflow-y: scroll;
  height: 70vh;
  display: flex;
  flex-direction: column;
}
.agency-list .agencyDescriptionBox .agencyDescription hr {
  margin: 10px 0;
  border: 1px solid #bb9bff;
}
.agency-list .agencyDescriptionBox .agencyDescription .agency {
  border-radius: 8px;
  border: 2px solid transparent;
  cursor: pointer;
  display: grid;
  grid-template-columns: 100px auto;
  column-gap: 20px;
  row-gap: 5px;
  padding: 25px;
  align-items: center;
}
.agency-list .agencyDescriptionBox .agencyDescription .agency h3 {
  font-size: 18px;
  margin: 0;
}
.agency-list .agencyDescriptionBox .agencyDescription .agency img {
  grid-row: 1/span 4;
  height: 100px;
  width: 100px;
  object-fit: contain;
}
.agency-list .agencyDescriptionBox .agencyDescription .agency .address > div {
  display: none;
  font-size: 14px;
  color: black;
}
.agency-list .agencyDescriptionBox .agencyDescription .agency .address > div.active {
  display: block;
}
.agency-list .agencyDescriptionBox .agencyDescription .agency .zip {
  grid-column: 2;
  color: #6534e6;
  display: flex;
  gap: 10px;
}
.agency-list .agencyDescriptionBox .agencyDescription .agency .zip div {
  border-radius: 3px;
  border: 1px solid #6534e6;
  font-size: 12px;
  padding: 5px;
}
.agency-list .agencyDescriptionBox .agencyDescription .agency.active {
  background-color: #f9f7fe;
}
.agency-list .agencyDescriptionBox .agencyDescription .agency.active .zip > div.active {
  background-color: #6534e6;
  color: white;
  font-weight: 700;
}
.agency-list .agencyDescriptionBox .agencyDescription .agency .contact {
  grid-column: 2;
  color: black;
  font-size: 12px;
  display: flex;
  flex-direction: column;
}
.agency-list .agencyDescriptionBox .agencyDescription .agency .contact > div {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}
.agency-list .agencyDescriptionBox .agencyDescription .agency .contact > div::before {
  content: "";
  width: 10px;
  height: 10px;
  display: block;
  background-size: cover;
}
.agency-list .agencyDescriptionBox .agencyDescription .agency .contact .tel::before {
  background-image: url("../img/icons/schedule_phone.png");
}
.agency-list .agencyDescriptionBox .agencyDescription .agency .contact .mail::before {
  background-image: url("../img/icons/icon-mail.png");
}
.agency-list .agencyDescriptionBox .agencyDescription .agency .contact .site::before {
  background-image: url("../img/icons/icon-internet.png");
}
.agency-list #agencyMap {
  height: 100%;
}
.agency-list #agencyMap .agencyMapDiv {
  z-index: 10;
  display: flex;
  flex-direction: column;
  position: relative;
  cursor: pointer;
}
.agency-list #agencyMap .agencyMapDiv .focusOnly {
  order: 1;
  padding: 10px;
  border-radius: 8px;
  display: none;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  background-color: white;
  position: absolute;
  width: 200px;
  background-color: #6534e6;
  bottom: 56px;
  right: -75px;
}
.agency-list #agencyMap .agencyMapDiv .focusOnly div {
  color: white;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}
.agency-list #agencyMap .agencyMapDiv .focusOnly img {
  display: none;
  width: 100px;
  height: 75px;
  object-fit: contain;
}
.agency-list #agencyMap .agencyMapDiv > img {
  order: 2;
  height: 50px;
  width: 50px;
  object-fit: contain;
}
.agency-list #agencyMap .agencyMapDiv .agencyMapIcon {
  order: 2;
  height: 50px;
  width: 50px;
  background-image: url("../img/icons/map-location.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.agency-list #agencyMap .agencyMapDiv.active .agencyMapIcon {
  background-image: url("../img/icons/map-location-new.png");
}
.agency-list #agencyMap .agencyMapDiv.active > img {
  filter: hue-rotate(90deg);
}
.agency-list #agencyMap .agencyMapDiv:hover .focusOnly {
  display: flex;
}
@media (max-width: 959px) {
  .agency-list {
    grid-template-columns: auto;
    grid-template-rows: auto auto;
  }
  .agency-list .agencyDescriptionBox {
    width: 100%;
  }
  .agency-list #agencyMap {
    height: 50vh;
  }
}

.page-id-3331 .tarteaucitronRoot {
  display: none !important;
}

#profile-edit-image {
  margin-top: 60px;
  width: 140px;
}
#profile-edit-image img {
  width: 140px;
  height: 140px;
  object-fit: cover;
  object-position: center;
  border-radius: 50%;
  border: solid 2px var(--themecolor);
}
#profile-edit-image > div {
  display: flex;
  justify-content: space-between;
  width: 100px;
  margin: auto;
  margin-top: 20px;
}

#userForm {
  margin-bottom: 40px;
}

.agencyProfile {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.user-info-grid {
  width: 100%;
  margin-bottom: 40px;
  color: #000;
}
.user-info-grid > div {
  padding: 10px;
}
.user-info-grid h2 {
  color: #898989;
  margin: 0;
  font-size: 15px;
  margin-bottom: 10px;
}
.user-info-grid .user-info-grid-properties {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 60%;
}
.user-info-grid .user-info-grid-about {
  width: 40%;
}
.user-info-grid input,
.user-info-grid textarea {
  border-color: transparent !important;
  padding-left: 0 !important;
  color: inherit;
}
.user-info-grid textarea {
  resize: vertical;
}
.user-info-grid.editable {
  margin-top: 40px;
}
.user-info-grid.editable > div {
  border: solid 1px #ebebeb;
}
@media (min-width: 960px) {
  .user-info-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 2fr;
    grid-template-rows: 1fr 1fr 1fr;
  }
  .user-info-grid > :last-child {
    grid-column: -1/-2;
    grid-row: 1/-1;
  }
}

.profile-settings.container.agency .required::after {
  content: "*";
  color: red;
}
.profile-settings.container.agency .required {
  display: flex;
  align-items: center;
  gap: 5px;
}

.banner_urbiz {
  height: 250px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 6px;
  background-color: var(--themecolor);
  background-image: url("../img/background_urbiz.png");
  background-position: center;
  background-repeat: no-repeat;
}
.banner_urbiz .icon-photo {
  display: flex;
  width: 50px;
  height: 40px;
}
.banner_urbiz p {
  margin: 0;
  color: white;
  font-size: 28px;
  font-weight: 400;
  line-height: 38px;
}

#contrats > .contrat {
  border-radius: 15px;
  box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.04);
  padding: 20px;
  margin: 0 0 20px 0;
}
#contrats > .contrat h3 {
  font-size: 23px;
  line-height: 1.2em;
  margin-top: 0;
  text-transform: uppercase;
  margin-bottom: 0;
}
#contrats > .contrat h3 + p {
  font-size: 15px;
  line-height: 1.2em;
  font-weight: 300;
  margin-bottom: 0;
}
#contrats > .contrat > div:nth-child(2) {
  margin-top: 20px;
  text-align: center;
}
@media (min-width: 1240px) {
  #contrats > .contrat {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
  #contrats > .contrat > div:nth-child(2) {
    margin-top: 0;
  }
}

.settings-banner {
  margin-top: 20px;
  position: relative;
}
.settings-banner img {
  width: 100%;
  max-height: 250px;
  object-fit: cover;
}

@media (max-width: 960px) {
  .introjs-tooltip:has(.saveIntroJs) {
    left: initial !important;
    right: 0 !important;
  }
  .introjs-tooltip:has(.ongletIntroJs) {
    left: initial !important;
    right: 0 !important;
  }
  .introjs-tooltip:has(.ongletIntroJs) .introjs-arrow {
    left: initial !important;
    right: 10px !important;
  }
}
#profile-header .file-label {
  display: none;
}

.edit-message.profile {
  border-radius: 10px;
}

.container.profile, .container#googleCalendar {
  padding: 20px;
  margin: 40px auto !important;
  border: 3px solid var(--themecolor);
  background-color: #fff;
  border-radius: 15px;
}

.settings-info {
  margin: 50px 0 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.settings-info > div {
  position: relative;
}
.settings-info > div input {
  border: 1px solid var(--themecolor);
}
.settings-info > div input[disabled] {
  background-color: var(--themecolor-lighest);
}
.settings-info > div label[for=change_email] span {
  color: var(--themecolor);
}
.settings-info > div label:not(.modif) {
  position: absolute;
  top: 8px;
  left: 8px;
  font-weight: 600;
  color: #000;
  transition: all ease-in-out 0.2s;
}

@media (min-width: 960px) {
  .settings-info {
    display: grid;
    gap: 15px;
    grid-template-columns: 1fr 1fr;
  }
}
.profile-settings input[type=file] {
  position: absolute;
  left: -200vw;
}
.profile-settings > .acf-notice.-error {
  display: none !important;
}
.profile-settings div:has(> .validipi) {
  position: relative;
}
.profile-settings div:has(> .validipi)::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 6px;
  width: 32px;
  background-image: url("../img/icons/icon-check.svg");
  background-size: 60%;
  background-repeat: no-repeat;
  background-position: center;
}
.profile-settings.agency .settings-image .img_wrapper {
  margin-top: -70px;
  margin-bottom: 20px;
  position: relative;
  max-width: 140px;
}
.profile-settings.agency .error {
  color: red;
}
.profile-settings .settings-image img {
  width: 140px;
  height: 140px;
  object-fit: contain;
  background: #fff;
  object-position: center;
  border: solid 2px #fff;
  border-radius: 50%;
}
.profile-settings .ui.dropdown {
  width: 100%;
  max-width: 300px;
}
.profile-settings label {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  color: #898989;
}
.profile-settings .settings-postalcode {
  grid-column: 1/span 2;
}
.profile-settings .settings-postalcode .acf-label label {
  font-weight: 700;
}
.profile-settings .settings-info,
.profile-settings .settings-notifications,
.profile-settings .settings-description {
  color: #000;
}
.profile-settings .settings-info .missingLogo,
.profile-settings .settings-notifications .missingLogo,
.profile-settings .settings-description .missingLogo {
  margin: 10px 0 0;
  color: #f42c69;
}
.profile-settings .settings-info .settings-upload,
.profile-settings .settings-notifications .settings-upload,
.profile-settings .settings-description .settings-upload {
  position: relative;
}
.profile-settings .settings-info .settings-upload .file-label,
.profile-settings .settings-notifications .settings-upload .file-label,
.profile-settings .settings-description .settings-upload .file-label {
  bottom: inherit;
  top: 10px;
}
.profile-settings .settings-info .settings-upload label,
.profile-settings .settings-notifications .settings-upload label,
.profile-settings .settings-description .settings-upload label {
  cursor: pointer;
}
.profile-settings .settings-info .settings-upload p,
.profile-settings .settings-notifications .settings-upload p,
.profile-settings .settings-description .settings-upload p {
  margin: 0;
  font-size: 70%;
}
.profile-settings .settings-info > div {
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.profile-settings .settings-info > div:last-child {
  border-bottom: none;
}
.profile-settings .settings-info .accept-email-particuliers {
  display: flex;
  align-items: last baseline;
}
.profile-settings .settings-info .accept-email-particuliers p {
  max-width: 90%;
}
.profile-settings .settings-info .accept-email-particuliers input {
  width: 33px;
}
.profile-settings .settings-info .acf-fields > .acf-field {
  padding: 0;
}
.profile-settings .settings-info .acf-fields.acf-form-fields {
  max-width: 195px;
}
.profile-settings .settings-info #change_email:not(:checked) ~ div {
  display: none;
}
.profile-settings .settings-description > div > div > textarea {
  height: 15vh;
}
.profile-settings .settings-notification-content > label {
  color: var(--themecolor);
  font-family: "Open Sans", sans-serif;
}
@media (min-width: 768px) {
  .profile-settings.agency {
    grid-template-columns: 140px 1fr;
  }
  .profile-settings .text-right {
    grid-row: 1;
    grid-column: 2;
    margin-bottom: 30px;
  }
  .profile-settings .settings-submission {
    order: -1;
  }
  .profile-settings .settings-info, .profile-settings .settings-description {
    grid-row: 2;
  }
}
.profile-settings .validation-error label {
  display: block;
  color: #f42c69;
}
@media (min-width: 640px) {
  .profile-settings .settings-content {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 10px;
  }
  .profile-settings .settings-content input[type=text],
  .profile-settings .settings-content input[type=email] {
    width: 100%;
  }
  .profile-settings .settings-content > .settings-info, .profile-settings .settings-content > .settings-description {
    width: 100%;
  }
  .profile-settings .settings-content > .settings-info,
  .profile-settings .settings-content .settings-description {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
  .profile-settings .settings-content > .settings-info .acf-fields.acf-form-fields,
  .profile-settings .settings-content .settings-description .acf-fields.acf-form-fields {
    max-width: 100%;
  }
  .profile-settings .settings-content > .settings-submission, .profile-settings .settings-content > .validation-error, .profile-settings .settings-content > .settings-notifications {
    width: 100%;
  }
}
@media (min-width: 960px) {
  .profile-settings .settings-content .settings-info,
  .profile-settings .settings-content .settings-description {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.profile-settings .settings-submission .introjs-showElement {
  pointer-events: none;
}
.profile-settings .introjs-showElement .settings-submission .btn, .profile-settings .introjs-showElement .settings-submission a {
  pointer-events: none;
}
.profile-settings .introjs-showagain {
  margin-top: 20px;
}

.file-label {
  display: block;
  position: absolute;
  width: 25px;
  height: 25px;
  background-color: #000;
  border-radius: 50%;
  right: 7px;
  bottom: 7px;
  background-image: url("../img/icons/icon-photo.svg");
  background-repeat: no-repeat;
  background-size: 50%;
  background-position: center;
  cursor: pointer;
}

.container .profile-settings input[type=text], .container .profile-settings input[type=tel], .container .profile-settings input[type=email], .container .profile-settings input[type=number] {
  width: 100%;
}
@media (max-width: 768px) {
  .container #tab-nav > ul {
    flex-wrap: wrap;
    justify-content: center;
  }
}

#agency_members {
  margin-bottom: 80px;
}
#agency_members .member-table .btn.add {
  margin-top: 15px;
}
#agency_members .member-table .member-head {
  display: none;
  color: var(--themecolor);
  font-weight: 600;
  text-transform: uppercase;
}
#agency_members .member-table .member-row.form input {
  border: 1px solid var(--themecolor);
}
#agency_members .member-table .member-row {
  margin-bottom: 15px;
  color: #000;
}
#agency_members .member-table .member-row.empty, #agency_members .member-table .member-row.form {
  display: none;
}
#agency_members .member-table .member-row > div {
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 4px;
}
#agency_members .member-table .member-row > div > span:first-child {
  color: var(--themecolor);
  font-weight: 600;
}
#agency_members .member-table .member-row input {
  width: 100%;
  background-color: #fbfbfb;
  border: none;
}
#agency_members .member-table .member-row .ui.dropdown {
  width: 100%;
  min-width: auto;
}
#agency_members .member-table .member-row .delete {
  color: #6534e6;
  cursor: pointer;
}
@media (min-width: 1240px) {
  #agency_members .member-table .member-head,
  #agency_members .member-table .member-row {
    display: grid;
    grid-template-columns: repeat(2, 150px) 250px repeat(2, 150px);
    justify-content: space-between;
  }
  #agency_members .member-table .member-head {
    margin-bottom: 10px;
  }
  #agency_members .member-table .member-row {
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: solid 1px #acacac;
  }
  #agency_members .member-table .member-row > div {
    margin-bottom: 0;
  }
  #agency_members .member-table .member-row > div > span:first-child {
    display: none;
  }
}

#research {
  margin-top: 20px;
  display: grid;
  gap: 40px;
}
@media (min-width: 1240px) {
  #research {
    grid-template-columns: 1fr 1fr;
  }
}
#research > div > ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 1240px) {
  #research > div > ul {
    max-height: calc(100vh - 215px);
    overflow: auto;
  }
}
#research > div > ul > li {
  background-color: #fff;
  box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.04);
  margin-bottom: 8px;
  padding: 15px;
  border-radius: 8px;
}
#research > div > ul > li h3 {
  margin: 0;
  font-size: 24px;
  line-height: 1em;
  margin-bottom: 10px;
}
#research > div > ul > li > div:last-child {
  margin-top: 20px;
  display: flex;
  justify-content: flex-end;
  gap: 20px;
}
#research #new-search {
  background-color: #fff;
  display: grid;
  place-items: center;
  min-height: 250px;
  border: dashed var(--themecolor) 2px;
}

.container .current-subscription {
  background: #fff;
  margin: 60px auto !important;
  padding: 25px;
  border-radius: 26px;
  box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.04);
}
.container .current-subscription span {
  color: var(--themecolor);
  font-weight: 600;
}
.container .content_all_abonnement {
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  padding-top: 20px;
}
.container .content_all_abonnement #single-payment-container, .container .content_all_abonnement .card_autre_plan {
  display: initial;
  grid-template-columns: initial;
  gap: initial;
  transition: 0.6s;
}
.container .content_all_abonnement #single-payment-container .item-card, .container .content_all_abonnement .card_autre_plan .item-card {
  max-width: 520px !important;
  padding: 25px 35px 25px 35px;
  margin: auto;
}
@media (min-width: 768px) {
  .container .content_all_abonnement #single-payment-container .item-card, .container .content_all_abonnement .card_autre_plan .item-card {
    padding: 30px 45px 30px 45px;
    margin: initial;
  }
}
@media (min-width: 768px) {
  .container .content_all_abonnement #single-payment-container, .container .content_all_abonnement .card_autre_plan {
    padding-right: 25px;
  }
}
.container .content_all_abonnement .info_suite_plan, .container .content_all_abonnement .change_plan {
  opacity: 0;
  display: none;
  transition: 0.5s;
}
.container .content_all_abonnement .info_suite_plan.active, .container .content_all_abonnement .change_plan.active {
  opacity: 100%;
}
.container .content_all_abonnement .flex_element {
  width: 100%;
}
@media (min-width: 768px) {
  .container .content_all_abonnement .flex_element {
    width: 50%;
  }
}
.container .content_all_abonnement .flex_element select {
  margin-left: 7px;
  background-color: transparent;
  border: 1px solid #6534e6;
  border-radius: 5px;
  padding: 3px 10px;
}
.container .content_all_abonnement .flex_element select#nbr_biens {
  margin-top: 10px;
}
.container .content_all_abonnement .flex_element em {
  font-size: 12px;
  position: absolute;
  right: 0;
  bottom: 15px;
}
.container .content_all_abonnement .flex_element a.btn_change_plan, .container .content_all_abonnement .flex_element a.btn_change_my_plan {
  background-color: var(--themecolor);
  padding: 12px 30px;
  color: white;
  border-radius: 5px;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: lighter;
  font-size: 13px;
}
@media (min-width: 960px) {
  .container .content_all_abonnement .flex_element a.btn_change_plan, .container .content_all_abonnement .flex_element a.btn_change_my_plan {
    background-color: var(--themecolor);
    padding: 15px 35px;
    color: white;
    border-radius: 5px;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: lighter;
    font-size: 15px;
  }
}
.container .content_all_abonnement .flex_element .name_plan {
  color: var(--themecolor);
  font-size: 21px;
  font-family: myriad-pro, sans-serif;
  font-style: normal;
  text-transform: uppercase;
  font-weight: bolder;
}
.container .content_all_abonnement .flex_element .name_plan span {
  font-size: 14px;
  color: #5e2fd5;
  background-color: #e8e1fc;
  padding: 8px 16px;
  border-radius: 21px;
  white-space: nowrap;
  margin-left: 5px;
  vertical-align: top;
}
.container .content_all_abonnement .flex_element h4.subtitle_plan {
  color: #c7c7c7;
  font-size: 20px;
  font-family: myriad-pro, sans-serif;
  font-style: normal;
  text-transform: uppercase;
  font-weight: 600;
}
.container .content_all_abonnement .flex_element h2 {
  font-size: 25px;
  margin-top: 15px;
}
.container .content_all_abonnement .flex_element h2 span {
  color: var(--themecolor);
}
@media (min-width: 768px) {
  .container .content_all_abonnement .flex_element h2 {
    font-size: 35px;
  }
}
.container .content_all_abonnement .flex_element .back_button {
  cursor: pointer;
}
.container .content_all_abonnement .flex_element .plan_disponible, .container .content_all_abonnement .flex_element .change_plan_disponible {
  display: none;
}
.container .content_all_abonnement .flex_element .plan_disponible .name_plan, .container .content_all_abonnement .flex_element .change_plan_disponible .name_plan {
  line-height: 0px;
  margin-top: 35px;
}
.container .content_all_abonnement .flex_element .plan_disponible .item-card-price, .container .content_all_abonnement .flex_element .change_plan_disponible .item-card-price {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 40px;
  margin-top: 0;
  font-family: myriad-pro, sans-serif;
  color: #bebebe;
}
.container .content_all_abonnement .flex_element .plan_disponible .item-card-price span.price, .container .content_all_abonnement .flex_element .change_plan_disponible .item-card-price span.price {
  font-weight: bold !important;
  color: #000;
  font-size: 50px;
  font-weight: 600;
  line-height: 55px;
}
.container .content_all_abonnement .flex_element .plan_disponible .tarif, .container .content_all_abonnement .flex_element .change_plan_disponible .tarif {
  border-bottom: 1px solid #d0d0d0;
  position: relative;
}
.container .content_all_abonnement .flex_element .plan_disponible .tarif:last-of-type, .container .content_all_abonnement .flex_element .change_plan_disponible .tarif:last-of-type {
  border-bottom: 0;
}
.container .content_all_abonnement .flex_element .plan_disponible .tarif .button_choose, .container .content_all_abonnement .flex_element .change_plan_disponible .tarif .button_choose {
  text-align: end;
}
.container .content_all_abonnement .flex_element .plan_disponible .display_flex, .container .content_all_abonnement .flex_element .change_plan_disponible .display_flex {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
}
@media (min-width: 768px) {
  .container .content_all_abonnement .flex_element .plan_disponible .display_flex, .container .content_all_abonnement .flex_element .change_plan_disponible .display_flex {
    flex-direction: row;
    flex-wrap: nowrap;
  }
}
.container .content_all_abonnement .flex_element .change_plan_disponible {
  display: block;
}
.container .content_all_abonnement .card_autre_plan {
  opacity: 0;
  transition: 0.8s;
}
.container .content_all_abonnement .card_autre_plan.active {
  opacity: 1;
}
.container .content_all_abonnement .left_plan .card_plan {
  position: relative;
}
.container .content_all_abonnement .left_plan .card_plan h4 {
  margin-top: 15px;
}
.container .content_all_abonnement .left_plan .card_plan .modif_plan {
  cursor: pointer;
  color: var(--themecolor);
  border: 1px solid var(--themecolor);
  padding: 6px 17px;
  border-radius: 5px;
  transition: 0.3s;
  text-align: center;
}
.container .content_all_abonnement .left_plan .card_plan .modif_plan:hover {
  background-color: var(--themecolor);
  color: white;
}
.container .content_all_abonnement .left_plan .card_plan em {
  position: absolute;
  right: 35px;
  bottom: 20px;
}
.container .content_all_abonnement .left_plan .card_plan p {
  font-size: 15px;
  padding: 10px 0;
  max-width: 45ch;
}
.container .content_all_abonnement .left_plan .card_plan ul.info_plan {
  margin-left: 0;
  padding-left: 25px;
}
.container .content_all_abonnement .left_plan .card_plan ul.info_plan li:not(.info-no) {
  color: #000;
  font-weight: bold;
}
.container .content_all_abonnement .left_plan .card_plan .item-card-price {
  color: #bebebe;
}
.container .content_all_abonnement .left_plan .card_plan .item-card-price span.price {
  font-weight: bold !important;
}
.container .content_all_abonnement .right_plan {
  padding: 0 15px;
  opacity: 100%;
  transition: 0.5s;
}
.container .content_all_abonnement .right_plan.active {
  opacity: 0;
}
.container .content_all_abonnement .right_plan h4 {
  margin-top: 40px;
}
.container .content_all_abonnement .right_plan .all_plan .select_plan {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  border-bottom: 1px solid #d0d0d0;
  padding: 25px 0;
  position: relative;
}
.container .content_all_abonnement .right_plan .all_plan .select_plan .flex_element {
  width: fit-content;
}
.container .content_all_abonnement .right_plan .all_plan .select_plan .flex_element .advantage_plan {
  margin-left: -11px;
  margin-bottom: 0;
}
.container .content_all_abonnement .right_plan .all_plan .select_plan .flex_element .advantage_plan li {
  list-style-image: url("../img/icons/check-price-urbiz.svg");
  list-style-type: none;
  padding-bottom: 10px;
}
.container .content_all_abonnement .right_plan .all_plan .select_plan .flex_element .advantage_plan li.info-no {
  list-style-image: url("../img/icons/croix.png");
}
.container .content_all_abonnement .right_plan .all_plan .select_plan .flex_element .item-card-price {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 0;
  margin-top: 0;
  font-family: myriad-pro, sans-serif;
  color: #bebebe;
}
.container .content_all_abonnement .right_plan .all_plan .select_plan .flex_element .item-card-price span {
  color: #000;
  font-size: 45px;
  font-weight: bold;
  line-height: 70px;
}
.container .content_all_abonnement .right_plan .all_plan .select_plan .flex_element.info {
  max-width: 44ch;
}
.container .content_all_abonnement .right_plan .all_plan .select_plan .button_choose {
  padding-top: 40px;
  padding-bottom: 35px;
}
@media (min-width: 960px) {
  .container .content_all_abonnement .right_plan .all_plan .select_plan .button_choose {
    padding-bottom: 0px;
  }
}
.container .content_all_abonnement .right_plan .all_plan .select_plan:last-child {
  border-bottom: 0;
}
.container .content_all_abonnement .right_plan .all_plan .select_plan:first-child {
  padding-top: 0;
}
@media (min-width: 768px) {
  .container .content_all_abonnement {
    flex-direction: row;
    flex-wrap: nowrap;
  }
}
.container .card_autre_plan.flex_element p.item-card-price {
  font-size: 20px;
}

.documentsBox .btnBox {
  display: flex;
  gap: 10px;
  margin: 40px 0;
}
.documentsBox ul {
  list-style: none;
  padding: 0;
  margin: 40px 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.documentsBox ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #6534E6;
  padding: 20px;
  border-radius: 8px;
  color: black;
}
.documentsBox ul.exports {
  gap: 10px;
}
.documentsBox ul.exports li {
  display: grid;
  grid-template-columns: 150px auto auto;
  justify-content: unset;
  padding: 0;
}
.documentsBox ul.exports li div {
  padding: 10px;
  height: 100%;
  display: flex;
  align-items: center;
}
.documentsBox ul.exports li div:last-of-type {
  justify-content: right;
}
.documentsBox ul.exports li div:first-of-type {
  border-right: 1px solid #6534E6;
}

.container .parrainage_container {
  background: #fff;
  margin: 60px auto !important;
  padding: 75px 25px;
  border-radius: 26px;
  border: 2px solid var(--themecolor);
  box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.04);
  display: flex;
  gap: 30px;
  flex-direction: column;
}
.container .parrainage_container p {
  margin-bottom: 0;
  margin-top: 25px;
  color: #000;
}
.container .parrainage_container div:first-child h2 {
  font-size: 32px;
  margin: 0;
}
.container .parrainage_container div:last-child h3 {
  margin: 0;
  font-size: 20px;
}
.container .parrainage_container .sponsor-container .social-sharing {
  display: flex;
}
.container .parrainage_container .sponsor-container .social-sharing > span {
  color: var(--themecolor);
  font-weight: 600;
}
.container .parrainage_container .sponsor-container .social-sharing .need-share-button_dropdown {
  visibility: visible;
  transform: scale(1);
  opacity: 1;
  position: initial;
  margin-top: -3px !important;
}
.container .parrainage_container .sponsor-container .social-sharing .need-share-button_link-box {
  background-color: var(--themecolor) !important;
  border-radius: 100%;
  width: 30px;
  height: 30px;
  position: relative;
  margin-right: 10px;
}
.container .parrainage_container .sponsor-container .social-sharing .need-share-button_link-box::after {
  position: absolute;
  top: 8px;
  right: 8px;
}
.container .parrainage_container .code-container .sponsor-code {
  background-color: var(--themecolor);
  margin: 20px 0;
  padding: 30px 84px 30px 33px;
  font-size: 40px;
  border-radius: 5px;
  font-weight: bold;
  color: #fff;
  display: inline-block;
  position: relative;
}
.container .parrainage_container .code-container .sponsor-code::after {
  content: " ";
  position: absolute;
  width: 18px;
  height: 21px;
  background-image: url(../img/icons/icon-copy-grey.svg);
  background-repeat: no-repeat;
  bottom: 0;
  top: 0;
  right: 33px;
  margin: auto;
  transition: all ease 0.15s;
}
.container .parrainage_container .code-container .sponsor-code:hover::after {
  cursor: pointer;
  background-image: url(../img/icons/icon-copy-grey.svg);
}
.container .parrainage_container .code-container .text-copied {
  color: #000;
  min-height: 25px;
}
.container .parrainage_container .code-container .text-copied span {
  display: none;
}
.container .explanation_container h3 {
  font-size: 22px;
  text-align: center;
}
.container .explanation_container p {
  color: #000;
}
.container .explanation_container .multi_steps {
  overflow: hidden;
  font-size: 14px;
  margin: 50px 0;
}
.container .explanation_container .multi_steps ul {
  margin: 0;
  padding: 0;
  display: flex;
  gap: 30px;
  align-items: center;
  flex-direction: column;
}
.container .explanation_container .multi_steps ul li {
  position: relative;
  background: #6534E6;
  color: #fff;
  display: flex;
  list-style: none;
  width: max-content;
  padding: 10px;
  align-items: center;
  gap: 10px;
  border-radius: 50px;
}
.container .explanation_container .multi_steps ul li span {
  background-color: #fff;
  color: var(--themecolor);
  width: 25px;
  height: 25px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 960px) {
  .container .parrainage_container {
    padding: 75px;
    display: grid;
    gap: 50px;
    grid-template-columns: 2fr 1fr;
  }
  .container .explanation_container .multi_steps ul {
    justify-content: space-between;
    flex-direction: row;
    gap: 0;
  }
  .container .explanation_container .multi_steps ul li::after {
    content: "";
    z-index: -1;
    position: absolute;
    height: 1px;
    width: 400px;
    left: 0;
    background-color: var(--themecolor);
  }
}

.collabsPage {
  padding: 40px;
}
.collabsPage ul {
  list-style: none;
}

#googleCalendar {
  margin: 0 auto 80px auto;
}

#collab-filters-container {
  display: flex;
  gap: 5px;
}
@media (min-width: 960px) {
  #collab-filters-container {
    order: -1;
  }
}
@media (max-width: 959px) {
  #collab-filters-container {
    width: 100%;
    justify-content: space-between;
  }
}
@media (max-width: 599px) {
  #collab-filters-container {
    flex-direction: column;
  }
}

#collaboration-agencies {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: row;
}
@media (min-width: 1240px) {
  #collaboration-agencies .collab_agencies {
    width: 170px;
  }
}
@media (min-width: 1340px) {
  #collaboration-agencies .collab_agencies {
    width: 210px;
  }
}
@media (max-width: 959px) {
  #collaboration-agencies .collab_agencies {
    width: 45vw;
  }
}
@media (max-width: 599px) {
  #collaboration-agencies .collab_agencies {
    width: 95vw;
  }
}

#collaborations-filters, #meetings-filters {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: row;
}
@media (min-width: 768px) {
  #collaborations-filters, #meetings-filters {
    flex-direction: initial;
  }
}
@media (min-width: 1240px) {
  #collaborations-filters .collab_filters, #collaborations-filters .meet_filters, #meetings-filters .collab_filters, #meetings-filters .meet_filters {
    width: 160px;
  }
}
@media (max-width: 959px) {
  #collaborations-filters .collab_filters, #collaborations-filters .meet_filters, #meetings-filters .collab_filters, #meetings-filters .meet_filters {
    width: 45vw;
  }
}
@media (max-width: 599px) {
  #collaborations-filters .collab_filters, #collaborations-filters .meet_filters, #meetings-filters .collab_filters, #meetings-filters .meet_filters {
    width: 95vw;
  }
}
#collaborations-filters .collab_filters div.item, #collaborations-filters .meet_filters div.item, #meetings-filters .collab_filters div.item, #meetings-filters .meet_filters div.item {
  position: relative;
  padding-left: 30px !important;
  font-size: 15px;
}
#collaborations-filters .collab_filters div.item::before, #collaborations-filters .meet_filters div.item::before, #meetings-filters .collab_filters div.item::before, #meetings-filters .meet_filters div.item::before {
  position: absolute;
  content: "";
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  border-radius: 100%;
}
#collaborations-filters .collab_filters div.item[data-value=all]::before, #collaborations-filters .meet_filters div.item[data-value=all]::before, #meetings-filters .collab_filters div.item[data-value=all]::before, #meetings-filters .meet_filters div.item[data-value=all]::before {
  background-color: #6534E6;
}
#collaborations-filters .collab_filters div.item[data-value=pending]::before, #collaborations-filters .meet_filters div.item[data-value=pending]::before, #meetings-filters .collab_filters div.item[data-value=pending]::before, #meetings-filters .meet_filters div.item[data-value=pending]::before {
  background-color: #ff860d;
}
#collaborations-filters .collab_filters div.item[data-value=waitingSignature]::before, #collaborations-filters .meet_filters div.item[data-value=waitingSignature]::before, #meetings-filters .collab_filters div.item[data-value=waitingSignature]::before, #meetings-filters .meet_filters div.item[data-value=waitingSignature]::before {
  background-color: #9c9fe3;
}
#collaborations-filters .collab_filters div.item[data-value=accepted]::before, #collaborations-filters .meet_filters div.item[data-value=accepted]::before, #meetings-filters .collab_filters div.item[data-value=accepted]::before, #meetings-filters .meet_filters div.item[data-value=accepted]::before {
  background-color: #1ec622;
}
#collaborations-filters .collab_filters div.item[data-value=refused]::before, #collaborations-filters .meet_filters div.item[data-value=refused]::before, #meetings-filters .collab_filters div.item[data-value=refused]::before, #meetings-filters .meet_filters div.item[data-value=refused]::before {
  background-color: #f42c69;
}
#collaborations-filters .collab_filters div.item[data-value=deleted]::before, #collaborations-filters .meet_filters div.item[data-value=deleted]::before, #meetings-filters .collab_filters div.item[data-value=deleted]::before, #meetings-filters .meet_filters div.item[data-value=deleted]::before {
  background-color: #9A0000;
}
#collaborations-filters > span, #meetings-filters > span {
  display: inline-block;
  padding: 5px 10px;
  color: var(--themecolor);
  border: solid 1px var(--themecolor);
  border-radius: 50px;
  margin: 10px;
  font-size: 12px;
  line-height: 1em;
  cursor: pointer;
  width: calc(50% - 20px);
  text-align: center;
}
@media (min-width: 768px) {
  #collaborations-filters > span, #meetings-filters > span {
    width: initial;
  }
}
#collaborations-filters > span.active, #collaborations-filters > span:hover, #meetings-filters > span.active, #meetings-filters > span:hover {
  background-color: var(--themecolor-ligter);
  border-color: var(--themecolor-ligter);
  color: #fff;
}
#collaborations-filters > span[data-key=accepted], #meetings-filters > span[data-key=accepted] {
  border-color: #1ec622;
  color: #1ec622;
}
#collaborations-filters > span[data-key=accepted].active, #collaborations-filters > span[data-key=accepted]:hover, #meetings-filters > span[data-key=accepted].active, #meetings-filters > span[data-key=accepted]:hover {
  background-color: #1ec622;
  color: #fff;
}
#collaborations-filters > span[data-key=pending], #meetings-filters > span[data-key=pending] {
  border-color: #ff860d;
  color: #ff860d;
}
#collaborations-filters > span[data-key=pending].active, #collaborations-filters > span[data-key=pending]:hover, #meetings-filters > span[data-key=pending].active, #meetings-filters > span[data-key=pending]:hover {
  background-color: #ff860d;
  color: #fff;
}
#collaborations-filters > span[data-key=ended], #meetings-filters > span[data-key=ended] {
  border-color: #9c9fe3;
  color: #9c9fe3;
}
#collaborations-filters > span[data-key=ended].active, #collaborations-filters > span[data-key=ended]:hover, #meetings-filters > span[data-key=ended].active, #meetings-filters > span[data-key=ended]:hover {
  background-color: #9c9fe3;
  color: #fff;
}

.pending_notification, .waiting_notification {
  margin: 0 30px 20px;
}

#collaborations, #meetings {
  margin: 0 30px 40px;
}
#collaborations #showForm, #meetings #showForm {
  margin-top: 8px;
}
#collaborations .collaboration-group, #collaborations .meeting-group, #meetings .collaboration-group, #meetings .meeting-group {
  margin-bottom: 20px;
  border: 1px solid var(--themecolor);
  border-radius: 5px;
}
#collaborations .collaboration-group .collaboration-head, #collaborations .collaboration-group .meeting-head, #collaborations .meeting-group .collaboration-head, #collaborations .meeting-group .meeting-head, #meetings .collaboration-group .collaboration-head, #meetings .collaboration-group .meeting-head, #meetings .meeting-group .collaboration-head, #meetings .meeting-group .meeting-head {
  cursor: pointer;
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 25px;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.04);
  position: relative;
}
#collaborations .collaboration-group .collaboration-head h4, #collaborations .collaboration-group .collaboration-head p, #collaborations .collaboration-group .meeting-head h4, #collaborations .collaboration-group .meeting-head p, #collaborations .meeting-group .collaboration-head h4, #collaborations .meeting-group .collaboration-head p, #collaborations .meeting-group .meeting-head h4, #collaborations .meeting-group .meeting-head p, #meetings .collaboration-group .collaboration-head h4, #meetings .collaboration-group .collaboration-head p, #meetings .collaboration-group .meeting-head h4, #meetings .collaboration-group .meeting-head p, #meetings .meeting-group .collaboration-head h4, #meetings .meeting-group .collaboration-head p, #meetings .meeting-group .meeting-head h4, #meetings .meeting-group .meeting-head p {
  margin: 0;
}
#collaborations .collaboration-group .collaboration-head h4, #collaborations .collaboration-group .meeting-head h4, #collaborations .meeting-group .collaboration-head h4, #collaborations .meeting-group .meeting-head h4, #meetings .collaboration-group .collaboration-head h4, #meetings .collaboration-group .meeting-head h4, #meetings .meeting-group .collaboration-head h4, #meetings .meeting-group .meeting-head h4 {
  color: var(--themecolor);
}
#collaborations .collaboration-group .collaboration-head p, #collaborations .collaboration-group .meeting-head p, #collaborations .meeting-group .collaboration-head p, #collaborations .meeting-group .meeting-head p, #meetings .collaboration-group .collaboration-head p, #meetings .collaboration-group .meeting-head p, #meetings .meeting-group .collaboration-head p, #meetings .meeting-group .meeting-head p {
  color: black;
}
#collaborations .collaboration-group .collaboration-head div, #collaborations .collaboration-group .meeting-head div, #collaborations .meeting-group .collaboration-head div, #collaborations .meeting-group .meeting-head div, #meetings .collaboration-group .collaboration-head div, #meetings .collaboration-group .meeting-head div, #meetings .meeting-group .collaboration-head div, #meetings .meeting-group .meeting-head div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
}
#collaborations .collaboration-group .collaboration-head img.collab-img, #collaborations .collaboration-group .meeting-head img.collab-img, #collaborations .meeting-group .collaboration-head img.collab-img, #collaborations .meeting-group .meeting-head img.collab-img, #meetings .collaboration-group .collaboration-head img.collab-img, #meetings .collaboration-group .meeting-head img.collab-img, #meetings .meeting-group .collaboration-head img.collab-img, #meetings .meeting-group .meeting-head img.collab-img {
  height: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 5px 0 0 5px;
}
@media (min-width: 768px) {
  #collaborations .collaboration-group .collaboration-head, #collaborations .collaboration-group .meeting-head, #collaborations .meeting-group .collaboration-head, #collaborations .meeting-group .meeting-head, #meetings .collaboration-group .collaboration-head, #meetings .collaboration-group .meeting-head, #meetings .meeting-group .collaboration-head, #meetings .meeting-group .meeting-head {
    grid-template-columns: 133px 1fr;
  }
  #collaborations .collaboration-group .collaboration-head div, #collaborations .collaboration-group .meeting-head div, #collaborations .meeting-group .collaboration-head div, #collaborations .meeting-group .meeting-head div, #meetings .collaboration-group .collaboration-head div, #meetings .collaboration-group .meeting-head div, #meetings .meeting-group .collaboration-head div, #meetings .meeting-group .meeting-head div {
    justify-content: start;
    flex-direction: row;
    align-items: center;
    gap: 25px;
  }
  #collaborations .collaboration-group .collaboration-head img.collab-img, #collaborations .collaboration-group .meeting-head img.collab-img, #collaborations .meeting-group .collaboration-head img.collab-img, #collaborations .meeting-group .meeting-head img.collab-img, #meetings .collaboration-group .collaboration-head img.collab-img, #meetings .collaboration-group .meeting-head img.collab-img, #meetings .meeting-group .collaboration-head img.collab-img, #meetings .meeting-group .meeting-head img.collab-img {
    aspect-ratio: 1.5;
  }
}
#collaborations .collaboration-group .collaboration-head a.head-dropdown, #collaborations .collaboration-group .collaboration-head a.head-dropup, #collaborations .collaboration-group .meeting-head a.head-dropdown, #collaborations .collaboration-group .meeting-head a.head-dropup, #collaborations .meeting-group .collaboration-head a.head-dropdown, #collaborations .meeting-group .collaboration-head a.head-dropup, #collaborations .meeting-group .meeting-head a.head-dropdown, #collaborations .meeting-group .meeting-head a.head-dropup, #meetings .collaboration-group .collaboration-head a.head-dropdown, #meetings .collaboration-group .collaboration-head a.head-dropup, #meetings .collaboration-group .meeting-head a.head-dropdown, #meetings .collaboration-group .meeting-head a.head-dropup, #meetings .meeting-group .collaboration-head a.head-dropdown, #meetings .meeting-group .collaboration-head a.head-dropup, #meetings .meeting-group .meeting-head a.head-dropdown, #meetings .meeting-group .meeting-head a.head-dropup {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  padding: 20px;
  width: 60px;
}
#collaborations .collaboration-group .collaboration-head a.head-dropdown.active, #collaborations .collaboration-group .collaboration-head a.head-dropup.active, #collaborations .collaboration-group .meeting-head a.head-dropdown.active, #collaborations .collaboration-group .meeting-head a.head-dropup.active, #collaborations .meeting-group .collaboration-head a.head-dropdown.active, #collaborations .meeting-group .collaboration-head a.head-dropup.active, #collaborations .meeting-group .meeting-head a.head-dropdown.active, #collaborations .meeting-group .meeting-head a.head-dropup.active, #meetings .collaboration-group .collaboration-head a.head-dropdown.active, #meetings .collaboration-group .collaboration-head a.head-dropup.active, #meetings .collaboration-group .meeting-head a.head-dropdown.active, #meetings .collaboration-group .meeting-head a.head-dropup.active, #meetings .meeting-group .collaboration-head a.head-dropdown.active, #meetings .meeting-group .collaboration-head a.head-dropup.active, #meetings .meeting-group .meeting-head a.head-dropdown.active, #meetings .meeting-group .meeting-head a.head-dropup.active {
  display: none;
}
#collaborations .collaboration-group .collaboration-head a.head-dropup, #collaborations .collaboration-group .meeting-head a.head-dropup, #collaborations .meeting-group .collaboration-head a.head-dropup, #collaborations .meeting-group .meeting-head a.head-dropup, #meetings .collaboration-group .collaboration-head a.head-dropup, #meetings .collaboration-group .meeting-head a.head-dropup, #meetings .meeting-group .collaboration-head a.head-dropup, #meetings .meeting-group .meeting-head a.head-dropup {
  display: none;
}
#collaborations .collaboration-group .collaboration-head a.head-dropup.active, #collaborations .collaboration-group .meeting-head a.head-dropup.active, #collaborations .meeting-group .collaboration-head a.head-dropup.active, #collaborations .meeting-group .meeting-head a.head-dropup.active, #meetings .collaboration-group .collaboration-head a.head-dropup.active, #meetings .collaboration-group .meeting-head a.head-dropup.active, #meetings .meeting-group .collaboration-head a.head-dropup.active, #meetings .meeting-group .meeting-head a.head-dropup.active {
  display: grid;
}
#collaborations .collaboration.collab-dropped, #collaborations .meeting.meeting-dropped, #meetings .collaboration.collab-dropped, #meetings .meeting.meeting-dropped {
  border-top: 1px solid lightgray;
}
#collaborations .collaboration.collab-dropped > div:first-child, #collaborations .meeting.meeting-dropped > div:first-child, #meetings .collaboration.collab-dropped > div:first-child, #meetings .meeting.meeting-dropped > div:first-child {
  gap: 10px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: start;
  padding: 20px;
}
#collaborations .collaboration.collab-dropped > div:first-child img, #collaborations .meeting.meeting-dropped > div:first-child img, #meetings .collaboration.collab-dropped > div:first-child img, #meetings .meeting.meeting-dropped > div:first-child img {
  width: 100%;
  aspect-ratio: 1.5;
  object-fit: cover;
  object-position: center;
}
#collaborations .collaboration.collab-dropped > div:first-child p, #collaborations .meeting.meeting-dropped > div:first-child p, #meetings .collaboration.collab-dropped > div:first-child p, #meetings .meeting.meeting-dropped > div:first-child p {
  margin: 0;
}
@media (min-width: 768px) {
  #collaborations .collaboration.collab-dropped, #collaborations .meeting.meeting-dropped, #meetings .collaboration.collab-dropped, #meetings .meeting.meeting-dropped {
    grid-template-columns: 1fr 1fr;
  }
  #collaborations .collaboration.collab-dropped[data-current-status=pending], #collaborations .meeting.meeting-dropped[data-current-status=pending], #meetings .collaboration.collab-dropped[data-current-status=pending], #meetings .meeting.meeting-dropped[data-current-status=pending] {
    grid-template-columns: 1fr 1fr;
  }
  #collaborations .collaboration.collab-dropped[data-current-status=accepted], #collaborations .meeting.meeting-dropped[data-current-status=accepted], #meetings .collaboration.collab-dropped[data-current-status=accepted], #meetings .meeting.meeting-dropped[data-current-status=accepted] {
    grid-template-columns: 1fr 2fr;
  }
  #collaborations .collaboration.collab-dropped > div:nth-child(2), #collaborations .meeting.meeting-dropped > div:nth-child(2), #meetings .collaboration.collab-dropped > div:nth-child(2), #meetings .meeting.meeting-dropped > div:nth-child(2) {
    padding: 20px 40px;
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 25px;
  }
  #collaborations .collaboration.collab-dropped > div:first-child, #collaborations .meeting.meeting-dropped > div:first-child, #meetings .collaboration.collab-dropped > div:first-child, #meetings .meeting.meeting-dropped > div:first-child {
    justify-content: start;
  }
}
#collaborations .meeting.meeting-dropped[data-current-status=pending] > div:first-child, #meetings .meeting.meeting-dropped[data-current-status=pending] > div:first-child {
  display: block;
}
@media (min-width: 768px) {
  #collaborations .meeting.meeting-dropped[data-current-status=refused], #meetings .meeting.meeting-dropped[data-current-status=refused] {
    grid-template-columns: 1fr 2fr;
  }
  #collaborations .meeting.meeting-dropped[data-current-status=pending], #meetings .meeting.meeting-dropped[data-current-status=pending] {
    grid-template-columns: 1fr;
  }
  #collaborations .meeting.meeting-dropped[data-current-status=pending] > div:first-child, #meetings .meeting.meeting-dropped[data-current-status=pending] > div:first-child {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: end;
  }
  #collaborations .meeting.meeting-dropped[data-current-status=pending].received > div:first-child, #meetings .meeting.meeting-dropped[data-current-status=pending].received > div:first-child {
    justify-content: space-between;
  }
}
#collaborations .collaboration:not(.collab-dropped), #collaborations .meeting:not(.meeting-dropped), #meetings .collaboration:not(.collab-dropped), #meetings .meeting:not(.meeting-dropped) {
  margin: 20px 0;
  border: 1px solid var(--themecolor);
}
#collaborations .collaboration:not(.collab-dropped) .heading, #collaborations .meeting:not(.meeting-dropped) .heading, #meetings .collaboration:not(.collab-dropped) .heading, #meetings .meeting:not(.meeting-dropped) .heading {
  justify-content: start;
  flex-direction: row;
  align-items: center;
  gap: 15px;
  display: flex;
}
#collaborations .collaboration:not(.collab-dropped) .heading p, #collaborations .meeting:not(.meeting-dropped) .heading p, #meetings .collaboration:not(.collab-dropped) .heading p, #meetings .meeting:not(.meeting-dropped) .heading p {
  font-weight: normal;
  color: black;
}
#collaborations .collaboration:not(.collab-dropped) p.collabExcerpt, #collaborations .meeting:not(.meeting-dropped) p.collabExcerpt, #meetings .collaboration:not(.collab-dropped) p.collabExcerpt, #meetings .meeting:not(.meeting-dropped) p.collabExcerpt {
  margin-bottom: 10px;
}
#collaborations .collaboration, #collaborations .meeting, #meetings .collaboration, #meetings .meeting {
  box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.04);
  border-radius: 5px;
  display: grid;
  overflow: hidden;
  background-color: #fff;
  position: relative;
  transform: translateX(0px);
  transition: transform ease-in-out 0.6s;
}
#collaborations .collaboration p.collabExcerpt, #collaborations .meeting p.collabExcerpt, #meetings .collaboration p.collabExcerpt, #meetings .meeting p.collabExcerpt {
  max-height: 50px;
  overflow: hidden;
  margin: 0;
}
#collaborations .collaboration p.collabExcerpt.full, #collaborations .meeting p.collabExcerpt.full, #meetings .collaboration p.collabExcerpt.full, #meetings .meeting p.collabExcerpt.full {
  max-height: max-content;
}
#collaborations .collaboration span.seeMore, #collaborations .meeting span.seeMore, #meetings .collaboration span.seeMore, #meetings .meeting span.seeMore {
  cursor: pointer;
  color: white;
  background-color: var(--themecolor);
  text-transform: uppercase;
  border-radius: 5px;
  padding: 5px 10px;
  font-size: 14px;
}
#collaborations .collaboration span.hide, #collaborations .meeting span.hide, #meetings .collaboration span.hide, #meetings .meeting span.hide {
  display: none;
}
#collaborations .collaboration span, #collaborations .meeting span, #meetings .collaboration span, #meetings .meeting span {
  cursor: default;
}
#collaborations .collaboration > .delete-collab, #collaborations .meeting > .delete-collab, #meetings .collaboration > .delete-collab, #meetings .meeting > .delete-collab {
  position: absolute;
  top: 10px;
  right: 10px;
}
#collaborations .collaboration > div:first-child img, #collaborations .meeting > div:first-child img, #meetings .collaboration > div:first-child img, #meetings .meeting > div:first-child img {
  width: 100%;
  aspect-ratio: 1.5;
  object-fit: cover;
  object-position: center;
}
#collaborations .collaboration > div:not(:first-child), #collaborations .meeting > div:not(:first-child), #meetings .collaboration > div:not(:first-child), #meetings .meeting > div:not(:first-child) {
  padding: 20px;
}
#collaborations .collaboration h3, #collaborations .meeting h3, #meetings .collaboration h3, #meetings .meeting h3 {
  text-transform: uppercase;
  font-size: 18px;
}
#collaborations .collaboration h3 a, #collaborations .meeting h3 a, #meetings .collaboration h3 a, #meetings .meeting h3 a {
  color: inherit;
  text-decoration: none;
}
#collaborations .collaboration h3, #collaborations .collaboration .ref, #collaborations .meeting h3, #collaborations .meeting .ref, #meetings .collaboration h3, #meetings .collaboration .ref, #meetings .meeting h3, #meetings .meeting .ref {
  color: var(--themecolor);
  margin-top: 0;
  margin-bottom: 0;
}
#collaborations .collaboration .ref + p, #collaborations .meeting .ref + p, #meetings .collaboration .ref + p, #meetings .meeting .ref + p {
  margin-top: 5px;
  margin-bottom: 0;
  overflow: hidden;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
#collaborations .collaboration .buttons, #collaborations .meeting .buttons, #meetings .collaboration .buttons, #meetings .meeting .buttons {
  display: flex;
  gap: 10px;
  justify-content: center;
  align-self: center;
  flex-direction: initial !important;
}
#collaborations .collaboration.collab-dropped, #collaborations .collaboration.meeting-dropped, #collaborations .meeting.collab-dropped, #collaborations .meeting.meeting-dropped, #meetings .collaboration.collab-dropped, #meetings .collaboration.meeting-dropped, #meetings .meeting.collab-dropped, #meetings .meeting.meeting-dropped {
  display: none;
}
@media (min-width: 768px) {
  #collaborations .collaboration, #collaborations .meeting, #meetings .collaboration, #meetings .meeting {
    grid-template-columns: 200px 1fr max-content;
  }
  #collaborations .collaboration .buttons, #collaborations .meeting .buttons, #meetings .collaboration .buttons, #meetings .meeting .buttons {
    justify-content: flex-end;
  }
  #collaborations .collaboration > div:first-child, #collaborations .meeting > div:first-child, #meetings .collaboration > div:first-child, #meetings .meeting > div:first-child {
    justify-content: start;
  }
  #collaborations .collaboration > div:first-child img, #collaborations .meeting > div:first-child img, #meetings .collaboration > div:first-child img, #meetings .meeting > div:first-child img {
    aspect-ratio: 1.5;
    height: 100%;
  }
  #collaborations .collaboration > div:nth-child(3), #collaborations .meeting > div:nth-child(3), #meetings .collaboration > div:nth-child(3), #meetings .meeting > div:nth-child(3) {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  #collaborations .collaboration > div:nth-child(3) p, #collaborations .meeting > div:nth-child(3) p, #meetings .collaboration > div:nth-child(3) p, #meetings .meeting > div:nth-child(3) p {
    margin-bottom: 0;
    margin-top: 4px;
    font-size: 12px;
  }
}

#collaboration-slide-in {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  padding: 40px;
  z-index: 2000;
  transform: translateX(100%);
  transition: transform ease-in-out 0.4s;
}
#collaboration-slide-in.visible {
  transform: translateX(0%);
}
#collaboration-slide-in .close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
  background-image: url("../img/icons/icon-close.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
  cursor: pointer;
}
#collaboration-slide-in h2 {
  color: var(--themecolor);
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 0;
  text-transform: uppercase;
}
#collaboration-slide-in .ref {
  margin-top: 0;
  margin-bottom: 0;
  color: var(--themecolor);
  font-weight: 100;
}
#collaboration-slide-in .header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 15px 0;
  flex-wrap: wrap;
  gap: 10px;
}
#collaboration-slide-in .collaborations {
  max-width: 450px;
  margin: auto;
  max-height: 75vh;
  overflow: auto;
}
@media (min-width: 960px) {
  #collaboration-slide-in .collaborations {
    max-width: 100%;
  }
}
#collaboration-slide-in .collaborations .head {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 20px 0;
}
#collaboration-slide-in .collaborations .head > span {
  display: inline-block;
  font-weight: 600;
  text-transform: uppercase;
}
#collaboration-slide-in .collaborations .head > span.label-accepted {
  color: #1ec622;
}
#collaboration-slide-in .collaborations .head > span.label-refused {
  color: #f42c69;
}
#collaboration-slide-in .collaborations .head > span.label-pending {
  color: #ff860d;
}
#collaboration-slide-in .collaborations .head > span.label-ended {
  color: #9c9fe3;
}
#collaboration-slide-in .collaborations .collaboration-item {
  color: var(--themecolor);
  background-color: #f7f7fd;
  border-radius: 15px;
  overflow: hidden;
  margin-bottom: 10px;
}
#collaboration-slide-in .collaborations .collaboration-item img {
  aspect-ratio: 1;
  width: 100%;
  display: block;
  margin-bottom: 15px;
  object-fit: cover;
  object-position: center;
}
#collaboration-slide-in .collaborations .collaboration-item .collab-date {
  color: #969696;
  font-weight: 100;
}
#collaboration-slide-in .collaborations .collaboration-item > div:not(:first-child) {
  padding: 10px;
}
#collaboration-slide-in .collaborations .collaboration-item > div:nth-child(2) p {
  margin: 0;
  margin-top: 5px;
}
#collaboration-slide-in .collaborations .collaboration-item > div:nth-child(2) p a {
  font-weight: 600;
}
#collaboration-slide-in .collaborations .collaboration-item > div:nth-child(3) {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
#collaboration-slide-in .collaborations .collaboration-item > div:nth-child(3) > .btn {
  background-color: transparent;
  border: solid 1px var(--themecolor);
  color: var(--themecolor);
}
#collaboration-slide-in .collaborations .collaboration-item > div:nth-child(3) > .btn:not(:last-child) {
  margin-right: 4px;
}
#collaboration-slide-in .collaborations .collaboration-item > div:nth-child(3) [data-status] {
  cursor: pointer;
}
@media (min-width: 960px) {
  #collaboration-slide-in .collaborations .collaboration-item {
    display: grid;
    grid-template-columns: 75px 1fr;
  }
  #collaboration-slide-in .collaborations .collaboration-item img {
    margin-bottom: 0;
  }
}

@media (min-width: 960px) {
  #collaboration-slide-in {
    left: 50vw;
  }
  .side-minify #collaboration-slide-in {
    left: 95px;
  }
}
.whitelisted-list {
  margin: 0 30px;
}
.whitelisted-list > span {
  display: inline-block;
  padding: 5px 14px;
  border-radius: 50px;
  background-color: grey;
  color: #fff;
  margin-bottom: 40px;
}
.whitelisted-list > span.accepted {
  background-color: #1ec622;
}
.whitelisted-list > span.pending {
  background-color: #ff860d;
}
.whitelisted-list .whitelist-item {
  display: grid;
  align-items: center;
  gap: 10px;
  background-color: #f1f1f8;
  border-radius: 50px 8px 8px 8px;
  padding-right: 10px;
  margin-bottom: 20px;
  transition: transform ease-in-out 0.4s;
  transform: translateX(0px);
  text-align: center;
}
.whitelisted-list .whitelist-item h3 {
  margin: 0;
}
.whitelisted-list .whitelist-item img {
  height: 80px;
  width: 80px;
  object-fit: cover;
  object-position: center;
  border: solid 2px var(--themecolor);
  border-radius: 50%;
}
.whitelisted-list .whitelist-item .buttons {
  margin-bottom: 10px;
}
.whitelisted-list .whitelist-item .buttons > a:not(:last-child) {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .whitelisted-list .whitelist-item {
    grid-template-columns: max-content 1fr max-content;
    text-align: left;
    border-radius: 50px 8px 8px 50px;
  }
  .whitelisted-list .whitelist-item .buttons {
    margin-bottom: 0;
  }
}
.whitelisted-list .no-whitelist {
  display: none;
}

.showAllProject {
  margin-top: 35px !important;
}

#all_collabs {
  margin: 40px auto 80px auto;
  display: flex;
  flex-direction: column-reverse;
  gap: 30px;
}
#all_collabs > div > div.flex {
  display: flex;
  flex-wrap: wrap;
}
#all_collabs div.selected_collab {
  display: flex;
  flex-direction: column;
}
#all_collabs div.selected_collab .project-item.hide {
  display: none;
  visibility: hidden;
  height: 0;
}
#all_collabs div.selected_collab .project-item {
  background-color: #fff;
  border: 1px solid var(--themecolor);
  border-radius: 8px;
  margin: 20px 0;
}
#all_collabs div.selected_collab .project-item > div {
  display: flex;
  flex-direction: column;
}
#all_collabs div.selected_collab .project-item > div h2 {
  font-size: 16px;
  color: var(--themecolor);
  margin: 0;
  margin-top: 10px;
}
#all_collabs div.selected_collab .project-item > div span[data-status] {
  margin: 5px 0;
  padding: 5px 8px;
  border-radius: 5px;
  color: #fff;
  overflow-wrap: break-word;
  word-break: break-word;
}
#all_collabs div.selected_collab .project-item > div span[data-status=accepted] {
  background-color: #1ec622;
}
#all_collabs div.selected_collab .project-item > div span[data-status=pending] {
  background-color: #ff860d;
}
#all_collabs div.selected_collab .project-item > div span[data-status=waitingSignature] {
  background-color: #9c9fe3;
}
#all_collabs div.selected_collab .project-item > div span[data-status=refused] {
  background-color: #f42c69;
}
#all_collabs div.selected_collab .project-item > div span.color {
  color: var(--themecolor);
  display: contents;
}
#all_collabs div.selected_collab .project-item img {
  aspect-ratio: 1.5;
  object-fit: cover;
  height: 100%;
  width: auto;
}
@media (min-width: 768px) {
  #all_collabs div.selected_collab .project-item {
    display: grid;
    gap: 15px;
    grid-template-columns: 144px 1fr;
  }
  #all_collabs div.selected_collab .project-item img {
    border-radius: 8px 0 0 8px;
  }
  #all_collabs div.selected_collab .project-item span[data-status] {
    width: max-content;
  }
}
@media (max-width: 767px) {
  #all_collabs div.selected_collab .project-item > div {
    padding: 10px;
  }
  #all_collabs div.selected_collab .project-item img {
    width: 100%;
    height: auto;
    max-height: 150px;
  }
}
#all_collabs div.legend > div {
  display: flex;
  flex-direction: column;
}
#all_collabs div.legend > div span {
  margin-bottom: 5px;
  color: #000;
  padding-left: 25px;
  position: relative;
}
#all_collabs div.legend > div span::before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  width: 15px;
  height: 15px;
  border-radius: 100%;
}
#all_collabs div.legend > div span[data-status=accepted]::before {
  background-color: #1ec622;
}
#all_collabs div.legend > div span[data-status=pending]::before {
  background-color: #ff860d;
}
#all_collabs div.legend > div span[data-status=waitingSignature]::before {
  background-color: #9c9fe3;
}
#all_collabs div.legend > div span[data-status=refused]::before {
  background-color: #f42c69;
}
@media (min-width: 1240px) {
  #all_collabs {
    display: grid;
    grid-template-columns: 4fr 1fr;
  }
}
@media (max-width: 767px) {
  #all_collabs > div > div.flex {
    justify-content: center;
  }
}

#modal-contacts .filter-contacts {
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
#modal-contacts .filter-contacts > div > label {
  display: block;
}
#modal-contacts .add-contact {
  padding-bottom: 40px;
}
@media (width >= 960px) {
  #modal-contacts .add-contact {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
  }
}
#modal-contacts .add-contact .back {
  grid-column: span 2;
}
#modal-contacts .add-contact > div input {
  display: block;
}
#modal-contacts .add-contact > div:last-child {
  grid-column: span 2;
  text-align: right;
}
#modal-contacts .add-contact > div:has(.dropdown) {
  grid-column: span 2;
}
#modal-contacts .add-contact > div:has(.dropdown) .dropdown.ui {
  display: block;
  width: calc(100% - 90px);
}
#modal-contacts .dropdown.ui {
  height: initial;
}
#modal-contacts ul.contacts-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  margin-top: 8px;
  height: 450px;
  max-height: 75vh;
  overflow-y: auto;
}
#modal-contacts ul.contacts-list > li form .contact-header, #modal-contacts ul.contacts-list > li form .contact-body {
  cursor: pointer;
}
#modal-contacts ul.contacts-list > li form .contact-header *, #modal-contacts ul.contacts-list > li form .contact-body * {
  cursor: pointer;
}
@media (min-width: 1024px) {
  #modal-contacts ul.contacts-list > li form .contact-header, #modal-contacts ul.contacts-list > li form .contact-body {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
  }
}
#modal-contacts ul.contacts-list > li form .contact-body {
  padding-bottom: 50px;
}
#modal-contacts ul.contacts-list > li form.saving {
  opacity: 0.8;
  filter: grayscale(1);
}
#modal-contacts ul.contacts-list > li form:not(.edition) .dropdown {
  display: none;
}
#modal-contacts ul.contacts-list > li form:not(.edition) .local-files .f-remove {
  display: none;
}
#modal-contacts ul.contacts-list > li form:not(.edition) .fpond {
  display: none;
}
#modal-contacts ul.contacts-list > li form.edition .editcontact {
  display: none;
}
#modal-contacts ul.contacts-list > li form.edition .savecontact {
  display: inline-block;
}
#modal-contacts ul.contacts-list > li form.edition .links {
  display: none;
}
#modal-contacts ul.contacts-list > li form {
  display: grid;
  padding: 8px;
  box-shadow: 0 0 0 1px #dbdbdb;
  position: relative;
}
#modal-contacts ul.contacts-list > li form .editcontact,
#modal-contacts ul.contacts-list > li form .savecontact {
  display: inline-block;
  position: absolute;
  bottom: 8px;
  right: 8px;
  padding: 0.5em 1em;
  font-size: 12px;
  color: #fff;
  border-radius: 50px;
  background-color: var(--themecolor);
  cursor: pointer;
  z-index: 80;
}
#modal-contacts ul.contacts-list > li form .seemore, #modal-contacts ul.contacts-list > li form .seeless {
  position: absolute;
  right: 15px;
  top: 25px;
}
#modal-contacts ul.contacts-list > li form .savecontact {
  display: none;
}
#modal-contacts ul.contacts-list > li form .hidden {
  display: none;
}
#modal-contacts ul.contacts-list > li form div:has(input[type=file]) {
  grid-column: 1/-1;
}
#modal-contacts ul.contacts-list > li form div:has(input[type=file]) .local-files {
  grid-template-columns: repeat(5, 1fr);
}
#modal-contacts ul.contacts-list > li form div:has(.dropdown) {
  grid-column: 1/-1;
}
#modal-contacts ul.contacts-list > li form div:has(.dropdown) .dropdown.ui {
  width: calc(100% - 90px);
}
#modal-contacts ul.contacts-list > li form div > label > span {
  display: block;
}
#modal-contacts ul.contacts-list > li form div > label input {
  border: none;
  outline: none;
  background-color: transparent;
  height: 2em;
  padding: 0;
  width: 100%;
  min-width: 100%;
}
#modal-contacts ul.contacts-list > li form div > label input:not([disabled]) {
  border: solid 1px #dedede;
  padding: 4px;
}

.local-files {
  display: grid;
  gap: 4px;
  margin-bottom: 8px;
}
.local-files > div {
  background-color: #0f0f0f;
  border-radius: 8px;
  color: #fff;
  padding: 8px;
  position: relative;
  font-size: 12px;
  padding-top: 38px;
}
.local-files > div img {
  aspect-ratio: 1;
  object-fit: cover;
  object-position: center;
}
.local-files > div p {
  margin-bottom: 0;
}
.local-files > div .f-name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100px;
}
.local-files > div .f-remove {
  position: absolute;
  top: 4px;
  left: 4px;
  border: solid 1px transparent;
  border-radius: 50px;
  width: 30px;
  height: 30px;
  display: inline-grid;
  place-items: center;
  cursor: pointer;
}
.local-files > div .f-remove:hover {
  border-color: #fff;
}

.lity .lity-container {
  position: relative;
}
.lity .lity-container .lity-close, .lity .lity-container .lity-close:active, .lity .lity-container .lity-close:focus, .lity .lity-container .lity-close:hover, .lity .lity-container .lity-close:visited {
  position: absolute;
  right: 0px;
  top: 0px;
}
.lity .lity-container .lity-content {
  min-height: 200px;
  max-height: 90vh;
  overflow: auto;
  padding: 25px;
  background-color: #fff;
  width: 90vw;
  max-width: 640px;
}
.lity .lity-container .lity-content div.buttons.text-center {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 20px;
}
.lity .lity-container .lity-content label[for=meeting_start] input {
  margin-left: 15px;
}
.lity .lity-container .lity-content div:has(label[for=meeting_start]) p, .lity .lity-container .lity-content div:has(label[for=meeting_start]) label {
  color: #000000;
}
.lity .lity-container .lity-content h3 {
  text-align: center;
}
@media (min-width: 768px) {
  .lity .lity-container .lity-content {
    max-height: 80vh;
  }
}

.lity-hide {
  display: none !important;
}

#exportParams label {
  display: flex;
  flex-direction: column;
  text-align: center;
  color: black;
  font-size: 16px;
  gap: 25px;
}
#exportParams label[for=error] {
  color: red;
}
#exportParams > :nth-child(2) {
  margin: 40px 0;
}

#collabLity div.allowed_parents {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
#collabLity div.allowed_parents img {
  width: 20px;
  height: 20px;
}
#collabLity div.allowed_parents div.allowed_platforms {
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
  gap: 7px;
  align-items: start;
  font-size: 20px;
}
#collabLity div.allowed_parents div.allowed_platforms h4 {
  font-size: 15px;
}
#collabLity div.allowed_parents div.allowed_platforms span {
  display: flex;
}
#collabLity div.allowed_parents div.yes_no {
  display: flex;
  flex-direction: row;
  gap: 15px;
}
#collabLity div.allowed_parents div.yes_no div.yes, #collabLity div.allowed_parents div.yes_no div.no {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 7px;
}
#collabLity span {
  color: var(--themecolor);
  font-weight: 600;
  font-size: 15px;
}
#collabLity span:not(.de) {
  text-transform: capitalize;
}
#collabLity textarea {
  margin-bottom: 30px;
}

.lity-content:has(#googleInfos), .lity-content:has(#calendarInfos), .lity-content:has(#verifyDisconnect) {
  border-radius: 30px;
}
.lity-content:has(#googleInfos) h2, .lity-content:has(#calendarInfos) h2, .lity-content:has(#verifyDisconnect) h2 {
  text-align: center;
  color: var(--themecolor);
}
.lity-content:has(#googleInfos) p, .lity-content:has(#calendarInfos) p, .lity-content:has(#verifyDisconnect) p {
  text-align: center;
}
.lity-content:has(#googleInfos) #rdv-select select, .lity-content:has(#calendarInfos) #rdv-select select, .lity-content:has(#verifyDisconnect) #rdv-select select {
  padding: 5px 10px;
  border: 1px solid var(--themecolor);
  border-radius: 5px;
}
@media (min-width: 768px) {
  .lity-content:has(#googleInfos) #calendar-select, .lity-content:has(#calendarInfos) #calendar-select, .lity-content:has(#verifyDisconnect) #calendar-select {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}

.lity-content:has(#modif_email) {
  border-radius: 30px;
}
.lity-content:has(#modif_email) .grid {
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.lity-content:has(#modif_email) .grid > div {
  display: flex;
  flex-direction: column;
}
.lity-content:has(#modif_email) .grid > div input {
  border: 1px solid var(--themecolor);
}
.lity-content:has(#modif_email) .grid > div label {
  text-transform: uppercase;
  color: var(--themecolor);
  font-size: 12px;
  font-weight: 600;
}
@media (min-width: 768px) {
  .lity-content:has(#modif_email) .grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
  }
}

.lity-content:has(#collab_message) {
  border-radius: 15px;
}

.lity-content:has(#advancedSearch) {
  border-radius: 15px;
  max-height: 70vh;
  padding: 45px;
}
@media (max-width: 967px) {
  .lity-content:has(#advancedSearch) {
    max-height: 95vh;
    padding: 15px;
  }
}

#advancedSearch {
  max-width: 800px;
  max-height: max-content !important;
}
#advancedSearch h3 {
  margin: 10px 0 35px 0;
  text-align: left;
}
#advancedSearch > div.buttons {
  margin-top: 30px;
}
@media (min-width: 968px) {
  #advancedSearch > div.buttons {
    position: absolute;
    top: 0;
    right: 25px;
  }
}
@media (max-width: 967px) {
  #advancedSearch > div:nth-child(2) {
    max-height: 70vh;
    overflow: auto;
  }
}
#advancedSearch > div {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media (min-width: 968px) {
  #advancedSearch > div {
    gap: 30px;
    padding: 20px 0;
    max-height: 52vh;
    overflow: auto;
  }
}
#advancedSearch > div .ui.dropdown {
  width: 100%;
}
#advancedSearch > div > div label {
  color: var(--themecolor);
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  display: block;
  margin-bottom: 10px;
  line-height: 1.2em;
}
#advancedSearch > div > div {
  display: grid;
  gap: 20px;
}
@media (min-width: 968px) {
  #advancedSearch > div > div {
    grid-template-columns: 1fr 1fr;
  }
}
#advancedSearch > div > div .input-steps {
  border: solid 1px var(--themecolor);
  border-radius: 5px;
  min-width: 7em;
  padding: 4px;
  position: relative;
  text-align: center;
  height: 40px;
}
#advancedSearch > div > div .input-steps button {
  background-color: #e8e1fc;
  width: 24px;
  height: 24px;
  border-radius: 8px;
  position: absolute;
  top: calc(50% - 12px);
  left: 10px;
  padding: 0;
  background-size: 45%;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}
#advancedSearch > div > div .input-steps button.remove {
  background-image: url(../img/icons/icon-minus.svg);
  background-size: 25%;
}
#advancedSearch > div > div .input-steps button.add {
  left: initial;
  right: 10px;
  background-image: url(../img/icons/icon-plus.svg);
}
#advancedSearch > div > div input[type=number] {
  height: 40px;
  border-color: var(--themecolor);
  width: 100%;
}

div.notifMeeting p, div.notifMeeting label {
  color: #000;
}
div.notifMeeting label input {
  margin-left: 15px;
}
div.notifMeeting .buttons {
  margin-top: 20px;
}

dialog::backdrop {
  background: rgba(0, 0, 0, 0.6) !important;
}

#register_lity {
  border: transparent;
  border-radius: 16px;
}
#register_lity section {
  border: 2px solid var(--themecolor);
  max-width: 700px;
  padding: 80px 15px 50px 15px;
  position: relative;
  margin: auto 10px;
  text-align: center;
  border-radius: 16px;
}
#register_lity section h3 {
  font-size: 20px;
}
#register_lity section .step-head {
  border-radius: 12px 12px 0 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: var(--themecolor);
}
#register_lity section .step-head h3 {
  color: #fff;
  margin: 15px 5px;
  text-align: center;
  font-weight: 400;
}
#register_lity section p.purple {
  color: var(--themecolor);
}
@media (min-width: 768px) {
  #register_lity section {
    padding: 80px 50px 50px 50px;
    margin: auto;
  }
  #register_lity section h3 {
    font-size: 30px;
  }
}

.lity-content:has(#completeInfos) {
  border-radius: 16px;
}
.lity-content:has(#completeInfos) #completeInfos h4 {
  text-align: center;
}
.lity-content:has(#completeInfos) #completeInfos p {
  color: #000;
  margin: 5px 0;
  font-size: 14px;
}
.lity-content:has(#completeInfos) #completeInfos #completeAgencyInfos {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.lity-content:has(#completeInfos) #completeInfos #completeAgencyInfos label {
  text-align: left;
  color: #000;
  font-weight: 600;
}
.lity-content:has(#completeInfos) #completeInfos #completeAgencyInfos label.error {
  font-size: 14px;
  font-weight: 400;
  color: #f42c69;
}
.lity-content:has(#completeInfos) #completeInfos #completeAgencyInfos input {
  border: 1px solid var(--themecolor);
  width: 100%;
}
.lity-content:has(#completeInfos) #completeInfos #completeAgencyInfos input[readonly] {
  background-color: #e8e1fc;
}
@media (min-width: 768px) {
  .lity-content:has(#completeInfos) #completeInfos #completeAgencyInfos {
    gap: 20px;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
.lity-content:has(#completeInfos) #completeInfos #completeAgencyInfos .span_grid_one {
  grid-column: span 2;
}

.forminator-custom-form-12261 {
  background-color: #fff !important;
  border-radius: 5px;
  border-color: var(--themecolor) !important;
}
.forminator-custom-form-12261 li {
  font-size: 14px !important;
  background-color: #fff !important;
  color: #000 !important;
}
.forminator-custom-form-12261 li.select2-results__option--selected {
  background-color: #e8e1fc !important;
  color: var(--themecolor) !important;
}

.lity-content:has(#forminator-module-12261) {
  overflow: hidden;
}

.lity-content:has(#forminator-module-12261.visible) {
  overflow: visible;
}

.lity-content:has(#quest_form) {
  border-radius: 16px;
}
.lity-content:has(#quest_form) #quest_form {
  padding: 20px;
}
@media (max-width: 783px) {
  .lity-content:has(#quest_form) #quest_form h3 {
    font-size: 20px;
  }
  .lity-content:has(#quest_form) #quest_form .forminator-pagination-steps {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .lity-content:has(#quest_form) #quest_form .forminator-pagination-steps .forminator-break {
    height: 2px;
    width: 30px;
  }
  .lity-content:has(#quest_form) #quest_form .forminator-pagination-steps .forminator-step-label {
    display: none;
  }
  .lity-content:has(#quest_form) #quest_form .forminator-pagination-footer button:first-of-type {
    order: 2;
  }
  .lity-content:has(#quest_form) #quest_form .forminator-pagination-footer button:last-of-type {
    order: 1;
  }
}
.lity-content:has(#quest_form) #quest_form .quest_form_pre {
  color: #000;
  text-align: center;
}
.lity-content:has(#quest_form) #quest_form .quest_form_pre button {
  text-align: center;
}
.lity-content:has(#quest_form) #quest_form * {
  font-family: "Open Sans" !important;
}
.lity-content:has(#quest_form) #quest_form label {
  font-size: 15px;
  color: var(--themecolor);
}
.lity-content:has(#quest_form) #quest_form #forminator-module-12261 {
  height: 0;
  visibility: hidden;
  opacity: 0;
}
.lity-content:has(#quest_form) #quest_form #forminator-module-12261.visible {
  height: max-content;
  visibility: visible;
  opacity: 1;
}
.lity-content:has(#quest_form) #quest_form span {
  font-size: 14px;
}
.lity-content:has(#quest_form) #quest_form .forminator-ui#forminator-module-12261.forminator-design--default .forminator-select2 + .forminator-select .selection .select2-selection--single[role=combobox] {
  border-color: var(--themecolor);
  background-color: #fff;
  border-radius: 5px;
}
.lity-content:has(#quest_form) #quest_form #name-1 {
  visibility: hidden;
  height: 0;
  opacity: 0;
}
.lity-content:has(#quest_form) #quest_form .forminator-button-back {
  background-color: #e8e1fc;
  color: var(--themecolor);
  border-radius: 5px;
}
.lity-content:has(#quest_form) #quest_form .forminator-button-next, .lity-content:has(#quest_form) #quest_form .forminator-button-submit {
  background-color: var(--themecolor);
  color: #fff;
  border-radius: 5px;
}
.lity-content:has(#quest_form) #quest_form .forminator-ui#forminator-module-12261.forminator-design--default .forminator-response-message.forminator-success {
  background-color: #e8e1fc;
  color: var(--themecolor);
  box-shadow: inset 2px 0 0 0 var(--themecolor);
}
.lity-content:has(#quest_form) #quest_form .forminator-ui#forminator-module-12261.forminator-design--default .forminator-select2 + .forminator-select .selection .select2-selection--single[role=combobox]:hover .select2-selection__arrow, .lity-content:has(#quest_form) #quest_form .forminator-ui#forminator-module-12261.forminator-design--default .forminator-select2 + .forminator-select.select2-container--open .selection .select2-selection--single[role=combobox] .select2-selection__arrow {
  color: var(--themecolor) !important;
}
.lity-content:has(#quest_form) #quest_form .forminator-ui#forminator-module-12261.forminator-design--default .forminator-pagination-steps .forminator-step .forminator-step-label {
  color: var(--themecolor);
}
.lity-content:has(#quest_form) #quest_form .forminator-ui#forminator-module-12261.forminator-design--default .forminator-pagination-steps .forminator-step .forminator-step-dot {
  background-color: var(--themecolor);
  border-color: var(--themecolor);
}
.lity-content:has(#quest_form) #quest_form .forminator-ui#forminator-module-12261.forminator-design--default .forminator-pagination-steps .forminator-break:before {
  background-color: transparent;
  border-color: transparent;
}
@media (min-width: 783px) {
  .lity-content:has(#quest_form) #quest_form .forminator-ui#forminator-module-12261.forminator-design--default .forminator-pagination-steps .forminator-break:before {
    background-color: var(--themecolor);
    border-color: var(--themecolor);
  }
}
.lity-content:has(#quest_form) #quest_form .forminator-ui#forminator-module-12261.forminator-design--default .forminator-pagination-steps .forminator-step.forminator-current ~ .forminator-step .forminator-step-dot, .lity-content:has(#quest_form) #quest_form .forminator-ui#forminator-module-12261.forminator-design--default .forminator-pagination-steps .forminator-break {
  border-color: var(--themecolor);
  background-color: #e8e1fc;
}

a.redirect {
  display: block;
  width: max-content;
}
a.redirect img {
  max-height: 70svh;
  width: max-content;
}
a.redirect img.dk {
  display: none;
}
a.redirect img.mb {
  max-width: 80svw;
  object-fit: contain;
  display: block;
}
@media (min-width: 768px) {
  a.redirect {
    width: initial;
  }
  a.redirect img.dk {
    display: block;
  }
  a.redirect img.mb {
    display: none;
  }
}

.lity-content:has(.meeting_lity) {
  border-radius: 16px;
}
@media (min-width: 768px) {
  .lity-content:has(.meeting_lity) {
    padding: 50px !important;
  }
}

.lity-content:has(.popup_news) {
  border-radius: 16px;
}
.lity-content:has(.popup_news) img {
  width: 100% !important;
}

.meeting_lity .acceptNotif, .meeting_lity .acceptNotif:hover {
  background-color: #1ec622;
}
.meeting_lity .refuseNotif, .meeting_lity .refuseNotif:hover {
  background-color: #f42c69;
}
@media (min-width: 768px) {
  .meeting_lity .display p {
    display: flex;
    justify-content: space-between;
  }
}
.meeting_lity .display p span {
  color: var(--themecolor);
}
.meeting_lity h3 {
  font-weight: 600;
  font-size: 25px;
}
.meeting_lity hr {
  background-color: var(--themecolor);
}
.meeting_lity p {
  color: #000;
}
@media (min-width: 768px) {
  .meeting_lity .meeting_details {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }
}
.meeting_lity .meeting_details h4 {
  color: var(--themecolor);
}

#single-payment-container .item-card, .card_autre_plan .item-card {
  background-color: white;
  border-radius: 26px;
  padding: 25px 20px 25px 20px;
  margin-bottom: 40px;
  box-shadow: 0 6px 36px 0 rgba(0, 0, 0, 0.07);
  min-height: 610px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-between;
}
#single-payment-container .item-card ul, .card_autre_plan .item-card ul {
  margin-left: 0;
  padding-left: 0;
  list-style: none;
}
#single-payment-container .item-card ul li, .card_autre_plan .item-card ul li {
  font-size: 14px;
  padding: 7px 0 7px 0;
  background-image: url("../img/icons/check-price-urbiz.svg");
  background-repeat: no-repeat;
  background-position: top 8px left 2px;
  padding-left: 25px;
}
#single-payment-container .item-card ul li.highlight, .card_autre_plan .item-card ul li.highlight {
  position: relative;
  color: #fff !important;
  z-index: 1;
  width: fit-content;
}
@media (min-width: 1240px) {
  #single-payment-container .item-card ul li.highlight, .card_autre_plan .item-card ul li.highlight {
    width: 100%;
  }
}
#single-payment-container .item-card ul li.highlight::after, .card_autre_plan .item-card ul li.highlight::after {
  content: " ";
  background-color: #15ac38;
  background-image: url("../img/icons/check-price-urbiz-white.svg");
  background-repeat: no-repeat;
  background-position: top 8px left 7px;
  border-radius: 29px;
  width: calc(100% + 35px);
  height: 38px;
  position: absolute;
  top: 0;
  left: -5px;
  z-index: -1;
}
@media (min-width: 1240px) {
  #single-payment-container .item-card ul li.highlight::after, .card_autre_plan .item-card ul li.highlight::after {
    width: calc(100% + 10px);
  }
}
#single-payment-container .item-card ul li.info-no, .card_autre_plan .item-card ul li.info-no {
  background-image: url("../img/icons/cross-price-urbiz.svg");
  background-repeat: no-repeat;
  background-position: top 10px left 5px;
}
#single-payment-container .item-card ul li:not(.info-no), .card_autre_plan .item-card ul li:not(.info-no) {
  color: #000;
  font-weight: bold;
}
#single-payment-container .item-card ul::marker, .card_autre_plan .item-card ul::marker {
  margin-top: 2px;
}
#single-payment-container .item-card h3, .card_autre_plan .item-card h3 {
  font-size: 15px;
  text-transform: uppercase;
  text-align: center;
  color: #c7c7c7;
  padding: 11px 19px;
  width: fit-content;
  display: block;
  border-radius: 21px;
  white-space: nowrap;
  margin: auto;
}
#single-payment-container .item-card .item-card-subtitle, .card_autre_plan .item-card .item-card-subtitle {
  color: var(--themecolor);
  text-align: center;
  font-size: 13px;
  margin-top: 10px;
}
#single-payment-container .item-card .item-card-price, .card_autre_plan .item-card .item-card-price {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 0;
  margin-top: 0;
  font-family: "Open Sans", sans-serif;
  text-align: center;
}
#single-payment-container .item-card .item-card-price > span, .card_autre_plan .item-card .item-card-price > span {
  color: black;
  font-size: 55px;
  font-weight: 600;
  line-height: 70px;
}
#single-payment-container .item-card .item-card-price > span .duration, .card_autre_plan .item-card .item-card-price > span .duration {
  font-size: 30px;
}
#single-payment-container .item-card .item-card-price span.free_price_info, .card_autre_plan .item-card .item-card-price span.free_price_info {
  color: black;
  font-size: 50px;
  font-weight: 600;
  line-height: 89px;
}
#single-payment-container .item-card .item-card-price span.free_price_info span, .card_autre_plan .item-card .item-card-price span.free_price_info span {
  font-size: 18px;
}
#single-payment-container .item-card .item-card-price.pricethen, .card_autre_plan .item-card .item-card-price.pricethen {
  color: var(--themecolor);
  font-size: 28px;
  font-weight: 600;
  line-height: 28px;
  margin: -15px auto 25px;
}
#single-payment-container .item-card .item-card-price.pricethen span, .card_autre_plan .item-card .item-card-price.pricethen span {
  color: var(--themecolor);
  font-size: 28px;
  line-height: 28px;
}
#single-payment-container .item-card .item-card-options, .card_autre_plan .item-card .item-card-options {
  padding: 10px 20px;
}
#single-payment-container .item-card .item-card-options span, .card_autre_plan .item-card .item-card-options span {
  font-weight: bold;
}
#single-payment-container .item-card .item-card-options .item-card-options-list, .card_autre_plan .item-card .item-card-options .item-card-options-list {
  margin-top: 10px;
}
#single-payment-container .item-card .item-card-options .item-card-options-list p, .card_autre_plan .item-card .item-card-options .item-card-options-list p {
  margin: 0;
}
#single-payment-container .item-card .item-card-options .item-card-options-list p:not(:nth-child(1)), .card_autre_plan .item-card .item-card-options .item-card-options-list p:not(:nth-child(1)) {
  margin-top: 10px;
}
#single-payment-container .item-card .item-card-price.info_free, .card_autre_plan .item-card .item-card-price.info_free {
  text-align: center;
}
#single-payment-container .item-card .item-card-price.info_free > span, .card_autre_plan .item-card .item-card-price.info_free > span {
  color: black;
  font-size: 60px;
  font-weight: 600;
  line-height: 0;
}
#single-payment-container .item-card .item-card-price.info_free .free_price_info, .card_autre_plan .item-card .item-card-price.info_free .free_price_info {
  line-height: 60px;
}
#single-payment-container .item-card .item-card-price.info_free .nbr_mois, .card_autre_plan .item-card .item-card-price.info_free .nbr_mois {
  text-align: center;
  color: #7A7A7A;
  font-size: 20px;
  font-weight: 600;
}
#single-payment-container .item-card .ensuite_price, .card_autre_plan .item-card .ensuite_price {
  color: #7A7A7A;
  font-size: 18px;
  font-weight: normal;
  line-height: normal;
  margin-bottom: 20px;
  margin-top: -10px;
}
#single-payment-container .item-card .ensuite_price span, .card_autre_plan .item-card .ensuite_price span {
  font-size: 18px;
  font-weight: normal;
  line-height: normal;
  color: #7A7A7A;
}
#single-payment-container .item-card.free .ensuite_price, #single-payment-container .item-card.free .info_free, .card_autre_plan .item-card.free .ensuite_price, .card_autre_plan .item-card.free .info_free {
  display: none;
}
#single-payment-container .item-card p, .card_autre_plan .item-card p {
  margin-top: 0;
}
#single-payment-container .item-card .payment-list-bold, .card_autre_plan .item-card .payment-list-bold {
  font-weight: bold;
  color: var(--themecolor);
}
#single-payment-container .item-card a, .card_autre_plan .item-card a {
  top: 50px;
  display: block;
  text-align: center;
  padding: 12px;
  border-radius: 12px;
  margin-top: 25%;
}

.content_all_abonnement #single-payment-container .item-card, .content_all_abonnement .left_plan .item-card, .card-preview-inscription#single-payment-container .item-card {
  min-height: initial;
}

#payment-container a.btn {
  margin-top: 0;
}

#single-payment-container {
  padding: 15px 10px 15px 10px;
}

#payment-container {
  background-color: #fff;
  border-radius: 26px;
  padding-bottom: 30px;
  box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.04);
}
#payment-container .item-card.prom_immo,
#payment-container .item-card.prom_immo_premium {
  display: none;
  opacity: 0;
}
@media (min-width: 768px) {
  #payment-container {
    padding: 15px 0px;
  }
}
#payment-container .payment-type-plan {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-top: -46px;
  text-align: center;
  justify-content: space-between;
}
#payment-container .payment-type-plan h4 {
  cursor: pointer;
  padding: 14px 17px;
  font-size: 12px;
  background-color: #fff;
  transition: 0.3s;
  color: #6534e6;
  width: 50%;
  font-size: 1.4rem;
  margin: 0px;
  margin-bottom: 20px;
  font-weight: 600;
}
#payment-container .payment-type-plan h4:first-of-type {
  border-top-left-radius: 26px;
  border-right: 1px solid #d1d1d1;
}
#payment-container .payment-type-plan h4:last-of-type {
  border-top-right-radius: 26px;
}
#payment-container .payment-type-plan h4:hover {
  background-color: #fff;
  color: var(--themecolor);
}
@media (min-width: 505px) {
  #payment-container .payment-type-plan h4 {
    padding: 20px 30px;
    font-size: 1rem;
  }
}
@media (min-width: 1240px) {
  #payment-container .payment-type-plan h4 {
    font-size: 3.1rem;
  }
}
#payment-container .payment-type-plan h4:not(.active) {
  background-color: #cccefa;
  color: #fff;
}
@media (min-width: 1240px) {
  #payment-container .payment-type-plan {
    margin-top: -15px;
  }
}
#payment-container .payment-demo-button {
  margin: 40px auto;
  display: flex;
  justify-content: center;
}
#payment-container .payment-demo-button a {
  padding: 20px 50px;
  border-radius: 16px;
  font-size: 25px;
}

#payment-caracteristic {
  margin-bottom: 11px;
  padding: 15px 25px 15px 25px;
}
#payment-caracteristic .payment-caracteristic-users {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #000;
  margin-bottom: 25px;
}
#payment-caracteristic .number_users_content, #payment-caracteristic .number_biens_content {
  text-align: center;
  display: flex;
  align-items: center;
}
#payment-caracteristic .number_users_content p, #payment-caracteristic .number_biens_content p {
  margin: 0;
  margin-right: 10px;
}
#payment-caracteristic .number_biens_content {
  margin-left: 20px;
}
#payment-caracteristic .payment-caracteristic-users .ui.dropdown.selection {
  background-color: transparent;
  border-color: #e3e3e3;
  color: #000;
  min-width: 60px;
}
#payment-caracteristic .payment-caracteristic-users select {
  padding: 5px 140px 5px 0;
}
#payment-caracteristic .button-payment-caracteristic-container {
  display: flex;
  justify-content: center;
  align-items: baseline;
}
#payment-caracteristic .button-payment-caracteristic {
  background-color: #dcddf7;
  border-radius: 26px;
  z-index: 2;
  position: relative;
}
#payment-caracteristic .button-payment-caracteristic::before {
  z-index: -1;
  content: "";
  position: absolute;
  background-color: var(--themecolor);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 26px;
  transform: translateX(0%);
  transition: transform 0.3s ease-in-out;
  width: 50%;
}
#payment-caracteristic .button-payment-caracteristic.active::before {
  transform: translateX(100%);
}
#payment-caracteristic .button-payment-caracteristic a {
  padding: 10px;
  position: relative;
  z-index: 1;
  width: 170px;
  border-radius: 26px 0px 0px 26px;
  z-index: 2;
  color: #fff;
  text-align: center;
  font-weight: 600;
}
#payment-caracteristic .button-payment-caracteristic a:not(.selected) {
  color: var(--themecolor);
  font-weight: initial;
}

@media (max-width: 450px) {
  .button-payment-caracteristic {
    display: none !important;
  }
  .ui.selection.visible.dropdown > .text:not(.default) {
    color: var(--themecolor);
  }
  .button-payment-caracteristic-selector {
    display: flex;
    justify-content: center;
    padding: 0;
    padding-bottom: 15px;
    width: 100%;
    border-color: transparent;
  }
  .button-payment-caracteristic-selector .ui.selection.dropdown {
    border: none;
    color: var(--themecolor);
  }
  .button-payment-caracteristic-selector .text {
    color: var(--themecolor);
  }
  .button-payment-caracteristic-selector .menu.transition.visible .item {
    color: var(--themecolor);
  }
}
@media (min-width: 450px) {
  .button-payment-caracteristic {
    display: flex !important;
    justify-content: center;
    align-items: center;
    margin-left: 5%;
  }
  .button-payment-caracteristic-selector {
    display: none;
  }
}
@media (min-width: 520px) {
  #single-payment-container .item-card, .card_autre_plan .item-card .item-card {
    max-width: 500px !important;
    margin: auto;
    margin-top: 0px;
    width: 100%;
  }
  #payment-caracteristic .payment-caracteristic-users {
    flex-direction: row;
    align-items: baseline;
  }
}
@media (min-width: 768px) {
  #single-payment-container {
    padding: 15px 30px 15px 30px;
  }
}
@media (min-width: 1240px) {
  #single-payment-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
  }
  #payment-caracteristic {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
.product-prices-container {
  container-type: inline-size;
  container-name: pricec;
}
.product-prices-container #products-prices {
  margin: 20px auto;
  max-width: 950px;
  font-family: myriad-pro, sans-serif;
  display: grid;
  gap: 35px;
}
@media (min-width: 1024px) {
  .product-prices-container #products-prices {
    grid-template-columns: 1fr 1fr;
  }
}
.product-prices-container #products-prices > div {
  border: 2px solid transparent;
  max-width: 600px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 40px;
  box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.06);
  padding: 30px;
  color: #000;
  display: flex;
  flex-direction: column;
}
.product-prices-container #products-prices > div .promo-mls {
  text-align: center;
}
.product-prices-container #products-prices > div:has(.promo-mls) .product-price {
  position: relative;
}
.product-prices-container #products-prices > div:has(.promo-mls) .product-price::after {
  content: "";
  display: block;
  width: 164px;
  height: 4px;
  background-color: #000;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, -50%) rotate(352deg);
  top: 50%;
}
.product-prices-container #products-prices > div .noUi-connect {
  background: var(--themecolor);
}
.product-prices-container #products-prices > div .noUi-target, .product-prices-container #products-prices > div .noUi-connects {
  border-radius: 50px;
}
.product-prices-container #products-prices > div .noUi-horizontal .noUi-handle {
  cursor: pointer;
  border-radius: 100%;
  width: 28px;
}
.product-prices-container #products-prices > div .noUi-horizontal .noUi-handle::before {
  left: 10px;
}
.product-prices-container #products-prices > div .noUi-horizontal .noUi-handle::after {
  left: 15px;
}
.product-prices-container #products-prices > div .noUi-horizontal .noUi-handle .noUi-touch-area {
  background-color: #6534e6;
  border-radius: 100%;
}
.product-prices-container #products-prices > div.active {
  border-color: #6534e6;
  background-color: #E8E1FC;
}
.product-prices-container #products-prices > div.active .chose {
  display: none;
}
.product-prices-container #products-prices > div.active .chosen {
  display: block;
}
@media (min-width: 768px) {
  .product-prices-container #products-prices > div {
    padding: 30px;
  }
}
.product-prices-container #products-prices > div > div:has(a) {
  display: flex;
  justify-content: center;
}
.product-prices-container #products-prices > div h3 {
  margin-top: 0;
  text-align: center;
}
.product-prices-container #products-prices > div span.include {
  color: var(--themecolor);
  font-weight: 600;
  font-size: 18px;
}
.product-prices-container #products-prices > div .chose {
  width: fit-content;
  padding: 10px;
  text-align: center;
  margin: 0 auto;
  margin-top: auto;
  display: block;
}
.product-prices-container #products-prices > div .chosen {
  pointer-events: none;
  width: fit-content;
  padding: 10px 30px 10px 10px;
  background-color: transparent;
  border: 1px solid #6534e6;
  color: #6534e6;
  text-align: center;
  margin: 0 auto;
  margin-top: auto;
  display: none;
  background-image: url("../img/icons/icon-check.svg");
  background-size: 15px;
  background-repeat: no-repeat;
  background-position: right 10px center;
}
.product-prices-container #products-prices > div div.freepackage {
  padding: 22px 0;
}
.product-prices-container #products-prices > div div.freepackage span {
  font-weight: 800;
}
.product-prices-container #products-prices > div .annualOffer {
  text-align: center;
  margin: 0;
  color: var(--themecolor);
}
.product-prices-container #products-prices > div .product-price {
  margin: 0;
  text-align: center;
  font-size: 40px;
  color: #000;
  line-height: 1em;
  font-weight: 600;
}
.product-prices-container #products-prices > div .product-price .period {
  font-size: 0.6em;
}
.product-prices-container #products-prices > div .product-price .amount {
  font-weight: 800;
}
.product-prices-container #products-prices > div ul {
  margin: 10px 0;
  padding: 0;
}
.product-prices-container #products-prices > div ul li {
  margin-left: 15px;
}
.product-prices-container #products-prices > div .period-choose {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-radius: 40px;
  margin: 20px 0;
  background-color: #e2e2e2;
  background-color: #fff;
}
.product-prices-container #products-prices > div .period-choose label {
  position: relative;
  text-align: center;
  cursor: pointer;
  color: #000;
  transition: color ease-in-out 0.3s;
}
.product-prices-container #products-prices > div .period-choose label span {
  display: block;
  width: 100%;
  line-height: 40px;
}
.product-prices-container #products-prices > div .period-choose label + label {
  color: #fff;
}
.product-prices-container #products-prices > div .period-choose:before {
  content: "";
  display: block;
  background-color: var(--themecolor);
  position: absolute;
  left: 50%;
  top: 2px;
  bottom: 2px;
  width: 50%;
  border-radius: 40px;
  transition: all ease-in-out 0.3s;
}
.product-prices-container #products-prices > div .period-choose input {
  position: absolute;
  left: -300vw;
}
.product-prices-container #products-prices > div .period-choose:has(input[value=monthly]:checked)::before {
  left: 2px;
}
.product-prices-container #products-prices > div .period-choose:has(input[value=monthly]:checked) label:first-of-type {
  color: #fff;
}
.product-prices-container #products-prices > div .period-choose:has(input[value=monthly]:checked) label:nth-of-type(2) {
  color: #000;
}
.product-prices-container #products-prices > div div.inscrire {
  margin-top: auto;
}
.product-prices-container #products-prices > div h3 {
  font-size: 15px;
  padding: 15px;
  border-radius: 50px;
  color: white;
}
.product-prices-container #products-prices > div .annualOffer, .product-prices-container #products-prices > div span.include {
  color: #000;
}
.product-prices-container #products-prices > div[data-type=basic] {
  background-color: #fff;
}
.product-prices-container #products-prices > div[data-type=basic] h3 {
  background-color: var(--themecolor);
}
.product-prices-container #products-prices > div[data-type=basic] .product-price {
  color: var(--themecolor);
}
@media (min-width: 960px) {
  .product-prices-container #products-prices > div[data-type=basic] {
    max-width: none;
    width: 100%;
  }
}
.product-prices-container #products-prices > div[data-plan=premium].home::after {
  position: absolute;
  content: "";
  top: -45px;
  right: 0px;
  background-repeat: no-repeat;
  height: 140px;
}
.product-prices-container #products-prices > div[data-plan=premium].home.fr::after {
  width: 180px;
  background-image: url(../img/abo_fr.png);
}
.product-prices-container #products-prices > div[data-plan=premium].home.en::after {
  width: 230px;
  background-image: url(../img/abo_en.png);
}
.product-prices-container #products-prices > div[data-plan=premium].home.nl::after {
  width: 200px;
  background-image: url(../img/abo_nl.png);
}
.product-prices-container #products-prices > div[data-plan=premium] {
  position: relative;
  background-color: var(--themecolor);
}
.product-prices-container #products-prices > div[data-plan=premium].active {
  border-color: #E8E1FC;
}
.product-prices-container #products-prices > div[data-plan=premium] .annualOffer, .product-prices-container #products-prices > div[data-plan=premium] span.include, .product-prices-container #products-prices > div[data-plan=premium] .numberaccount, .product-prices-container #products-prices > div[data-plan=premium] p, .product-prices-container #products-prices > div[data-plan=premium] li {
  color: #fff;
}
.product-prices-container #products-prices > div[data-plan=premium] a {
  background-color: #E8E1FC;
  color: var(--themecolor);
}
.product-prices-container #products-prices > div[data-plan=premium] h3 {
  background-color: #E8E1FC;
  color: var(--themecolor);
}
.product-prices-container #products-prices > div[data-plan=premium] .chosen {
  color: #E8E1FC;
  background-color: var(--themecolor);
  border: 1px solid #E8E1FC;
  background-image: url(../img/icons/icon-check-pro.svg);
}
.product-prices-container #products-prices > div[data-plan=premium] .product-price {
  color: #fff;
}
.product-prices-container #products-prices > div[data-plan=premium] .period-choose {
  background-color: #E8E1FC;
}
.product-prices-container #products-prices > div[data-plan=premium] .period-choose label {
  color: var(--themecolor);
}
.product-prices-container #products-prices > div[data-plan=premium] .period-choose label + label {
  color: #fff;
}
.product-prices-container #products-prices > div[data-plan=premium] .period-choose:before {
  background-color: var(--themecolor);
}
.product-prices-container #products-prices > div[data-plan=premium] .period-choose:has(input[value=monthly]:checked) label:first-of-type {
  color: #fff;
}
.product-prices-container #products-prices > div[data-plan=premium] .period-choose:has(input[value=monthly]:checked) label:nth-of-type(2) {
  color: var(--themecolor);
}
.product-prices-container #products-prices > div[data-plan=neuf] {
  background-color: #E8E1FC;
}
.product-prices-container #products-prices > div[data-plan=neuf] .product-price {
  color: var(--themecolor);
}
.product-prices-container #products-prices > div[data-plan=neuf] a {
  background-color: var(--themecolor);
}
.product-prices-container #products-prices > div[data-plan=neuf] h3 {
  background-color: var(--themecolor);
}
.product-prices-container #products-prices > div[data-plan=neuf] .noUi-connect {
  background-color: var(--themecolor);
}
.product-prices-container #products-prices > div[data-plan=neuf] .noUi-touch-area {
  background-color: var(--themecolor) !important;
}
.product-prices-container #products-prices > div[data-plan=neuf].active {
  border-color: var(--themecolor);
}
.product-prices-container #products-prices > div[data-plan=neuf] .chosen {
  border: 1px solid var(--themecolor);
  color: var(--themecolor);
  background-color: #E8E1FC;
  background-image: url(../img/icons/icon-check.svg);
}
.product-prices-container #products-prices > div[data-plan=neuf] .period-choose label {
  color: var(--themecolor);
}
.product-prices-container #products-prices > div[data-plan=neuf] .period-choose label + label {
  color: #fff;
}
.product-prices-container #products-prices > div[data-plan=neuf] .period-choose:before {
  background-color: var(--themecolor);
}
.product-prices-container #products-prices > div[data-plan=neuf] .period-choose:has(input[value=monthly]:checked) label:first-of-type {
  color: #fff;
}
.product-prices-container #products-prices > div[data-plan=neuf] .period-choose:has(input[value=monthly]:checked) label:nth-of-type(2) {
  color: var(--themecolor);
}
.product-prices-container #products-prices > div[data-plan=mls] {
  background-color: #C3D3CE;
}
.product-prices-container #products-prices > div[data-plan=mls] .product-price {
  color: #356855;
}
.product-prices-container #products-prices > div[data-plan=mls] a {
  background-color: #356855;
}
.product-prices-container #products-prices > div[data-plan=mls] h3 {
  background-color: #356855;
}
.product-prices-container #products-prices > div[data-plan=mls] .noUi-connect {
  background-color: #356855;
}
.product-prices-container #products-prices > div[data-plan=mls] .noUi-touch-area {
  background-color: #356855 !important;
}
.product-prices-container #products-prices > div[data-plan=mls].active {
  border-color: #356855;
}
.product-prices-container #products-prices > div[data-plan=mls] .chosen {
  color: #356855;
  border: #356855 1px solid;
  background-color: #C3D3CE;
  background-image: url(../img/icons/icon-check-mls.svg);
}
.product-prices-container #products-prices > div[data-plan=mls] .period-choose label {
  color: #356855;
}
.product-prices-container #products-prices > div[data-plan=mls] .period-choose label + label {
  color: #fff;
}
.product-prices-container #products-prices > div[data-plan=mls] .period-choose:before {
  background-color: #356855;
}
.product-prices-container #products-prices > div[data-plan=mls] .period-choose:has(input[value=monthly]:checked) label:first-of-type {
  color: #fff;
}
.product-prices-container #products-prices > div[data-plan=mls] .period-choose:has(input[value=monthly]:checked) label:nth-of-type(2) {
  color: #356855;
}
.product-prices-container #products-prices {
  max-width: 1200px;
  display: flex;
  flex-direction: column;
}
.product-prices-container #products-prices > div {
  max-width: 500px;
}
@media (min-width: 960px) {
  .product-prices-container #products-prices {
    display: grid;
  }
  .product-prices-container #products-prices > div[data-type=basic] {
    grid-column: span 3;
  }
  .product-prices-container #products-prices:has(> div:nth-child(2)) {
    grid-template-columns: 1fr 1fr 1fr !important;
  }
  .product-prices-container #products-prices:not(:has(> div:nth-child(2))) {
    display: flex;
    justify-content: center;
  }
}
.product-prices-container #products-prices.pro {
  grid-template-columns: 1fr !important;
}

@container pricec (min-width: 600px) {
  #products-prices {
    grid-template-columns: 1fr 1fr;
  }
}
@container pricec (min-width: 600px) and (max-width:780px) {
  .product-prices-container #products-prices > div {
    padding: 30px 20px 30px 20px;
  }
}
.urbiz-messages {
  margin-top: 10px;
}
.urbiz-messages .msg {
  padding: 10px 10px;
  background-color: #fafafa;
  border-radius: 10px;
  color: var(--themecolor);
  position: relative;
  margin-bottom: 5px;
}
.urbiz-messages .msg::before {
  content: "";
  width: 4px;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  background-color: #000;
}
.urbiz-messages .msg.error::before {
  background-color: #f42c69;
}
.urbiz-messages .msg.success::before {
  background-color: #1ec622;
}

#urbiz-notification {
  position: fixed;
  bottom: 0;
  right: 0;
  padding-right: 10px;
  z-index: 99999;
}
#urbiz-notification .notif {
  opacity: 0;
  padding: 10px;
  margin-bottom: 5px;
  border-radius: 0 10px 10px 0;
  background-color: #fafafa;
  color: var(--themecolor);
  transition: all ease-in-out 0.3s;
  position: relative;
  padding-left: 20px;
  box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.1);
}
#urbiz-notification .notif::before {
  content: "";
  display: block;
  width: 4px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #000;
}
#urbiz-notification .notif.success::before {
  background-color: #1ec622;
}
#urbiz-notification .notif.error::before {
  background-color: #f42c69;
}

#forminator-login-form .forminator-row.forminator-row-last .forminator-field {
  text-align: center;
}

.forminator-custom-form button.forminator-button {
  cursor: pointer;
}

.subscribeForm .forminator-row:not(.forminator-hidden):nth-of-type(8), .subscribeForm .forminator-row:not(.forminator-hidden):nth-of-type(9), .subscribeForm .forminator-row:not(.forminator-hidden):nth-of-type(11) {
  margin-bottom: 0 !important;
}
.subscribeForm .forminator-row:not(.forminator-hidden) .forminator-button-submit {
  width: 100%;
}

#urbiz-subscribe-form {
  max-width: 1600px;
  margin: auto;
}
#urbiz-subscribe-form .errorMsg {
  color: #f42c69;
  grid-column: span 2;
  border-radius: 10px;
}
#urbiz-subscribe-form #products-prices {
  margin-top: 0;
}
@media (min-width: 1400px) {
  #urbiz-subscribe-form #products-prices {
    position: sticky;
    top: 80px;
  }
}
@media (min-width: 1400px) {
  #urbiz-subscribe-form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
}
#urbiz-subscribe-form > div:nth-child(2) {
  border: solid 2px var(--themecolor);
  border-radius: 16px;
  padding: 0 24px 24px 24px;
}
#urbiz-subscribe-form #urbis-sub-form .iti.iti--allow-dropdown.iti--show-flags {
  width: 100%;
}
#urbiz-subscribe-form #urbis-sub-form .iti__country-container, #urbiz-subscribe-form #urbis-sub-form #urb-telagency {
  height: 43px !important;
}
#urbiz-subscribe-form #urbis-sub-form label[for=urb-telagency]:not(.error) {
  position: absolute;
  top: -1.5em;
  left: 0px;
  font-size: 12px;
  color: var(--themecolor);
  font-weight: 600;
}
#urbiz-subscribe-form #urbis-sub-form .step-form {
  margin-bottom: 20px;
  border: solid 2px var(--themecolor);
  border-radius: 16px;
  padding: 24px;
  display: none;
  overflow: hidden;
}
#urbiz-subscribe-form #urbis-sub-form .step-form input[type=text],
#urbiz-subscribe-form #urbis-sub-form .step-form input[type=email],
#urbiz-subscribe-form #urbis-sub-form .step-form input[type=tel],
#urbiz-subscribe-form #urbis-sub-form .step-form input[type=password] {
  border: solid 1px var(--themecolor);
  height: 43px;
}
#urbiz-subscribe-form #urbis-sub-form .step-form .step-head {
  margin-top: -24px;
  margin-left: -24px;
  margin-right: -24px;
  background: var(--themecolor);
  box-shadow: 0 0 0 1px var(--themecolor);
  padding: 12px 10px;
  margin-bottom: 38px;
}
#urbiz-subscribe-form #urbis-sub-form .step-form h3 {
  color: #fff;
  font-size: 30px;
  margin-top: 0;
  font-weight: 600;
  margin-bottom: 0px;
}
#urbiz-subscribe-form #urbis-sub-form .step-form .select-container {
  position: relative;
  margin-bottom: 24px;
}
#urbiz-subscribe-form #urbis-sub-form .step-form .select-container select {
  width: 100%;
  border: solid 1px var(--themecolor);
  border-radius: 4px;
  padding: 8px;
  outline: none;
  height: 43px;
}
#urbiz-subscribe-form #urbis-sub-form .step-form .select-container select + label {
  position: absolute;
  top: -1.5em;
  left: 0px;
  font-size: 12px;
  color: #000;
  font-weight: 600;
  transition: all ease-in-out 0.2s;
}
#urbiz-subscribe-form #urbis-sub-form .step-form .input-container {
  position: relative;
  margin-bottom: 24px;
}
#urbiz-subscribe-form #urbis-sub-form .step-form .input-container #toggle-password, #urbiz-subscribe-form #urbis-sub-form .step-form .input-container #toggle-pass-repeat {
  position: absolute;
  cursor: pointer;
  top: 10px;
  right: 10px;
}
#urbiz-subscribe-form #urbis-sub-form .step-form .input-container input::-ms-reveal,
#urbiz-subscribe-form #urbis-sub-form .step-form .input-container input::-ms-clear {
  display: none;
}
#urbiz-subscribe-form #urbis-sub-form .step-form .input-container input#urb-password, #urbiz-subscribe-form #urbis-sub-form .step-form .input-container input#urb-password-repeat {
  position: relative;
}
#urbiz-subscribe-form #urbis-sub-form .step-form .input-container input ~ label:not(.error) {
  position: absolute;
  top: 8px;
  left: 8px;
  color: #000;
  font-weight: 600;
  transition: all ease-in-out 0.2s;
}
#urbiz-subscribe-form #urbis-sub-form .step-form .input-container input::placeholder {
  color: transparent;
}
#urbiz-subscribe-form #urbis-sub-form .step-form .input-container input:focus ~ label:not(.error), #urbiz-subscribe-form #urbis-sub-form .step-form .input-container input:not(:placeholder-shown) ~ label:not(.error) {
  top: -1.5em;
  left: 0px;
  font-size: 12px;
  color: var(--themecolor);
}
#urbiz-subscribe-form #urbis-sub-form .step-form .input-container input:focus ~ label:not(.error)::placeholder, #urbiz-subscribe-form #urbis-sub-form .step-form .input-container input:not(:placeholder-shown) ~ label:not(.error)::placeholder {
  color: rgb(102, 102, 102);
}
#urbiz-subscribe-form #urbis-sub-form .step-form .input-container input:focus::placeholder, #urbiz-subscribe-form #urbis-sub-form .step-form .input-container input:not(:placeholder-shown)::placeholder {
  color: rgb(102, 102, 102);
}
#urbiz-subscribe-form #urbis-sub-form .step-form .input-container input.error {
  border-color: #c01c1c;
}
#urbiz-subscribe-form #urbis-sub-form .step-form .input-container input ~ label.error {
  font-size: 12px;
  display: block;
  padding: 4px;
  background-color: #c01c1c;
  color: #fff;
  margin-top: 2px;
}
#urbiz-subscribe-form #urbis-sub-form .step-form[data-step] input {
  width: 100%;
}
@media (min-width: 960px) {
  #urbiz-subscribe-form #urbis-sub-form .step-form[data-step] .frow {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
}
#urbiz-subscribe-form #urbis-sub-form .step-form .fsubmit {
  display: flex;
  justify-content: flex-end;
}
#urbiz-subscribe-form #urbis-sub-form .step-form:not(.valid) .fsubmit .btn {
  pointer-events: none;
  filter: grayscale(1);
  opacity: 0.6;
}
#urbiz-subscribe-form .btn.loading {
  pointer-events: none;
  filter: grayscale(1);
  opacity: 0.6;
  cursor: progress;
}
#urbiz-subscribe-form .confirm-subscription {
  opacity: 0;
  transition: all ease-in-out 0.4s;
}
#urbiz-subscribe-form h3.chooseplan {
  text-align: left;
  padding: 12px 10px;
  font-size: 30px;
  margin: 0;
  margin-left: -24px;
  margin-right: -24px;
  margin-bottom: 10px;
  background-color: var(--themecolor);
  box-shadow: 0 0 0 1px var(--themecolor);
  border-radius: 16px 16px 0 0;
  color: #fff;
}
#urbiz-subscribe-form:has(.step-form[data-step="2"].valid) :has(form [data-plan].active) .confirm-subscription {
  visibility: visible;
  opacity: 1;
}
#urbiz-subscribe-form:has(.step-form[data-step="2"].valid) h3.chooseplan {
  max-height: 300px;
  opacity: 1;
}

body:has(#event-subscribe-form) .footer-menu, body:has(#event-subscribe-form) .main-navigation, body:has(#event-subscribe-form) .head-button {
  display: none !important;
}

#my-subscribe-form, #demo-subscribe-form, #event-subscribe-form {
  max-width: 1400px;
  margin: 20px auto 80px auto;
}
#my-subscribe-form #chosePlan > h3, #demo-subscribe-form #chosePlan > h3, #event-subscribe-form #chosePlan > h3 {
  text-align: center;
  font-weight: 400;
}
#my-subscribe-form .errorMsg, #demo-subscribe-form .errorMsg, #event-subscribe-form .errorMsg {
  color: #f42c69;
  grid-column: span 2;
  border-radius: 10px;
}
#my-subscribe-form .errorMsg p, #demo-subscribe-form .errorMsg p, #event-subscribe-form .errorMsg p {
  display: inline;
  margin: 0;
}
#my-subscribe-form .errorMsg a, #demo-subscribe-form .errorMsg a, #event-subscribe-form .errorMsg a {
  text-decoration: underline;
  color: #f42c69;
}
#my-subscribe-form #products-prices, #demo-subscribe-form #products-prices, #event-subscribe-form #products-prices {
  margin-top: 0;
}
@media (min-width: 1400px) {
  #my-subscribe-form #products-prices, #demo-subscribe-form #products-prices, #event-subscribe-form #products-prices {
    position: sticky;
    top: 80px;
  }
}
#my-subscribe-form > div:nth-child(2), #demo-subscribe-form > div:nth-child(2), #event-subscribe-form > div:nth-child(2) {
  border: solid 2px var(--themecolor);
  border-radius: 16px;
  padding: 0 24px 24px 24px;
}
#my-subscribe-form #urbis-sub-form, #demo-subscribe-form #urbis-sub-form, #event-subscribe-form #urbis-sub-form {
  max-width: 800px;
  margin: auto;
}
#my-subscribe-form #urbis-sub-form .iti.iti--allow-dropdown.iti--show-flags, #demo-subscribe-form #urbis-sub-form .iti.iti--allow-dropdown.iti--show-flags, #event-subscribe-form #urbis-sub-form .iti.iti--allow-dropdown.iti--show-flags {
  width: 100%;
}
#my-subscribe-form #urbis-sub-form .iti__country-container, #my-subscribe-form #urbis-sub-form #urb-telagency, #demo-subscribe-form #urbis-sub-form .iti__country-container, #demo-subscribe-form #urbis-sub-form #urb-telagency, #event-subscribe-form #urbis-sub-form .iti__country-container, #event-subscribe-form #urbis-sub-form #urb-telagency {
  height: 43px !important;
}
#my-subscribe-form #urbis-sub-form label[for=urb-telagency]:not(.error), #demo-subscribe-form #urbis-sub-form label[for=urb-telagency]:not(.error), #event-subscribe-form #urbis-sub-form label[for=urb-telagency]:not(.error) {
  position: absolute;
  top: -1.5em;
  left: 0px;
  font-size: 12px;
  color: var(--themecolor);
  font-weight: 600;
}
#my-subscribe-form #urbis-sub-form .step-form, #demo-subscribe-form #urbis-sub-form .step-form, #event-subscribe-form #urbis-sub-form .step-form {
  margin-bottom: 20px;
  border: solid 2px var(--themecolor);
  border-radius: 16px;
  padding: 24px;
  display: none;
  overflow: hidden;
}
#my-subscribe-form #urbis-sub-form .step-form input[type=text],
#my-subscribe-form #urbis-sub-form .step-form input[type=email],
#my-subscribe-form #urbis-sub-form .step-form input[type=tel],
#my-subscribe-form #urbis-sub-form .step-form input[type=password], #demo-subscribe-form #urbis-sub-form .step-form input[type=text],
#demo-subscribe-form #urbis-sub-form .step-form input[type=email],
#demo-subscribe-form #urbis-sub-form .step-form input[type=tel],
#demo-subscribe-form #urbis-sub-form .step-form input[type=password], #event-subscribe-form #urbis-sub-form .step-form input[type=text],
#event-subscribe-form #urbis-sub-form .step-form input[type=email],
#event-subscribe-form #urbis-sub-form .step-form input[type=tel],
#event-subscribe-form #urbis-sub-form .step-form input[type=password] {
  border: solid 1px var(--themecolor);
  height: 43px;
}
#my-subscribe-form #urbis-sub-form .step-form .step-head, #demo-subscribe-form #urbis-sub-form .step-form .step-head, #event-subscribe-form #urbis-sub-form .step-form .step-head {
  margin-top: -24px;
  margin-left: -24px;
  margin-right: -24px;
  background: var(--themecolor);
  box-shadow: 0 0 0 1px var(--themecolor);
  padding: 12px 10px;
  margin-bottom: 38px;
}
#my-subscribe-form #urbis-sub-form .step-form h3, #demo-subscribe-form #urbis-sub-form .step-form h3, #event-subscribe-form #urbis-sub-form .step-form h3 {
  text-align: center;
  color: #fff;
  font-size: 30px;
  margin-top: 0;
  font-weight: 400;
  margin-bottom: 0px;
}
#my-subscribe-form #urbis-sub-form .step-form .select-container, #demo-subscribe-form #urbis-sub-form .step-form .select-container, #event-subscribe-form #urbis-sub-form .step-form .select-container {
  position: relative;
  margin-bottom: 24px;
}
#my-subscribe-form #urbis-sub-form .step-form .select-container select, #demo-subscribe-form #urbis-sub-form .step-form .select-container select, #event-subscribe-form #urbis-sub-form .step-form .select-container select {
  width: 100%;
  border: solid 1px var(--themecolor);
  border-radius: 4px;
  padding: 8px;
  outline: none;
  height: 43px;
}
#my-subscribe-form #urbis-sub-form .step-form .select-container select + label, #demo-subscribe-form #urbis-sub-form .step-form .select-container select + label, #event-subscribe-form #urbis-sub-form .step-form .select-container select + label {
  position: absolute;
  top: -1.5em;
  left: 0px;
  font-size: 12px;
  color: #000;
  font-weight: 600;
  transition: all ease-in-out 0.2s;
}
#my-subscribe-form #urbis-sub-form .step-form div[data-input] i, #demo-subscribe-form #urbis-sub-form .step-form div[data-input] i, #event-subscribe-form #urbis-sub-form .step-form div[data-input] i {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  right: 10px;
  cursor: pointer;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../img/icons/icon-close-actions.svg);
  background-repeat: no-repeat;
}
#my-subscribe-form #urbis-sub-form .step-form .data-inputs p, #demo-subscribe-form #urbis-sub-form .step-form .data-inputs p, #event-subscribe-form #urbis-sub-form .step-form .data-inputs p {
  color: var(--themecolor);
  margin: 0;
  cursor: pointer;
}
#my-subscribe-form #urbis-sub-form .step-form .data-inputs p:hover, #demo-subscribe-form #urbis-sub-form .step-form .data-inputs p:hover, #event-subscribe-form #urbis-sub-form .step-form .data-inputs p:hover {
  text-decoration: underline;
}
#my-subscribe-form #urbis-sub-form .step-form .input-container, #demo-subscribe-form #urbis-sub-form .step-form .input-container, #event-subscribe-form #urbis-sub-form .step-form .input-container {
  position: relative;
  margin-bottom: 24px;
}
#my-subscribe-form #urbis-sub-form .step-form .input-container #toggle-password, #my-subscribe-form #urbis-sub-form .step-form .input-container #toggle-pass-repeat, #demo-subscribe-form #urbis-sub-form .step-form .input-container #toggle-password, #demo-subscribe-form #urbis-sub-form .step-form .input-container #toggle-pass-repeat, #event-subscribe-form #urbis-sub-form .step-form .input-container #toggle-password, #event-subscribe-form #urbis-sub-form .step-form .input-container #toggle-pass-repeat {
  position: absolute;
  cursor: pointer;
  top: 10px;
  right: 10px;
}
#my-subscribe-form #urbis-sub-form .step-form .input-container input::-ms-reveal,
#my-subscribe-form #urbis-sub-form .step-form .input-container input::-ms-clear, #demo-subscribe-form #urbis-sub-form .step-form .input-container input::-ms-reveal,
#demo-subscribe-form #urbis-sub-form .step-form .input-container input::-ms-clear, #event-subscribe-form #urbis-sub-form .step-form .input-container input::-ms-reveal,
#event-subscribe-form #urbis-sub-form .step-form .input-container input::-ms-clear {
  display: none;
}
#my-subscribe-form #urbis-sub-form .step-form .input-container input#urb-password, #my-subscribe-form #urbis-sub-form .step-form .input-container input#urb-password-repeat, #demo-subscribe-form #urbis-sub-form .step-form .input-container input#urb-password, #demo-subscribe-form #urbis-sub-form .step-form .input-container input#urb-password-repeat, #event-subscribe-form #urbis-sub-form .step-form .input-container input#urb-password, #event-subscribe-form #urbis-sub-form .step-form .input-container input#urb-password-repeat {
  position: relative;
}
#my-subscribe-form #urbis-sub-form .step-form .input-container input ~ label:not(.error), #demo-subscribe-form #urbis-sub-form .step-form .input-container input ~ label:not(.error), #event-subscribe-form #urbis-sub-form .step-form .input-container input ~ label:not(.error) {
  position: absolute;
  top: 8px;
  left: 8px;
  color: #000;
  font-weight: 600;
  transition: all ease-in-out 0.2s;
}
#my-subscribe-form #urbis-sub-form .step-form .input-container input::placeholder, #demo-subscribe-form #urbis-sub-form .step-form .input-container input::placeholder, #event-subscribe-form #urbis-sub-form .step-form .input-container input::placeholder {
  color: transparent;
}
#my-subscribe-form #urbis-sub-form .step-form .input-container input:focus ~ label:not(.error), #my-subscribe-form #urbis-sub-form .step-form .input-container input:not(:placeholder-shown) ~ label:not(.error), #demo-subscribe-form #urbis-sub-form .step-form .input-container input:focus ~ label:not(.error), #demo-subscribe-form #urbis-sub-form .step-form .input-container input:not(:placeholder-shown) ~ label:not(.error), #event-subscribe-form #urbis-sub-form .step-form .input-container input:focus ~ label:not(.error), #event-subscribe-form #urbis-sub-form .step-form .input-container input:not(:placeholder-shown) ~ label:not(.error) {
  top: -1.5em;
  left: 0px;
  font-size: 12px;
  color: var(--themecolor);
}
#my-subscribe-form #urbis-sub-form .step-form .input-container input:focus ~ label:not(.error)::placeholder, #my-subscribe-form #urbis-sub-form .step-form .input-container input:not(:placeholder-shown) ~ label:not(.error)::placeholder, #demo-subscribe-form #urbis-sub-form .step-form .input-container input:focus ~ label:not(.error)::placeholder, #demo-subscribe-form #urbis-sub-form .step-form .input-container input:not(:placeholder-shown) ~ label:not(.error)::placeholder, #event-subscribe-form #urbis-sub-form .step-form .input-container input:focus ~ label:not(.error)::placeholder, #event-subscribe-form #urbis-sub-form .step-form .input-container input:not(:placeholder-shown) ~ label:not(.error)::placeholder {
  color: rgb(102, 102, 102);
}
#my-subscribe-form #urbis-sub-form .step-form .input-container input:focus::placeholder, #my-subscribe-form #urbis-sub-form .step-form .input-container input:not(:placeholder-shown)::placeholder, #demo-subscribe-form #urbis-sub-form .step-form .input-container input:focus::placeholder, #demo-subscribe-form #urbis-sub-form .step-form .input-container input:not(:placeholder-shown)::placeholder, #event-subscribe-form #urbis-sub-form .step-form .input-container input:focus::placeholder, #event-subscribe-form #urbis-sub-form .step-form .input-container input:not(:placeholder-shown)::placeholder {
  color: rgb(102, 102, 102);
}
#my-subscribe-form #urbis-sub-form .step-form .input-container input.error, #demo-subscribe-form #urbis-sub-form .step-form .input-container input.error, #event-subscribe-form #urbis-sub-form .step-form .input-container input.error {
  border-color: #c01c1c;
}
#my-subscribe-form #urbis-sub-form .step-form .input-container input ~ label.error, #demo-subscribe-form #urbis-sub-form .step-form .input-container input ~ label.error, #event-subscribe-form #urbis-sub-form .step-form .input-container input ~ label.error {
  font-size: 12px;
  display: block;
  padding: 4px;
  background-color: #c01c1c;
  color: #fff;
  margin-top: 2px;
}
#my-subscribe-form #urbis-sub-form .step-form .grid_full, #demo-subscribe-form #urbis-sub-form .step-form .grid_full, #event-subscribe-form #urbis-sub-form .step-form .grid_full {
  grid-column: span 2;
  color: #000;
}
#my-subscribe-form #urbis-sub-form .step-form[data-step] input:not([type=checkbox]), #demo-subscribe-form #urbis-sub-form .step-form[data-step] input:not([type=checkbox]), #event-subscribe-form #urbis-sub-form .step-form[data-step] input:not([type=checkbox]) {
  width: 100%;
}
@media (min-width: 960px) {
  #my-subscribe-form #urbis-sub-form .step-form[data-step] .frow, #demo-subscribe-form #urbis-sub-form .step-form[data-step] .frow, #event-subscribe-form #urbis-sub-form .step-form[data-step] .frow {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
}
#my-subscribe-form #urbis-sub-form .step-form .fsubmit, #demo-subscribe-form #urbis-sub-form .step-form .fsubmit, #event-subscribe-form #urbis-sub-form .step-form .fsubmit {
  display: flex;
  justify-content: flex-end;
}
#my-subscribe-form #urbis-sub-form .step-form:not(.valid) .fsubmit .btn, #demo-subscribe-form #urbis-sub-form .step-form:not(.valid) .fsubmit .btn, #event-subscribe-form #urbis-sub-form .step-form:not(.valid) .fsubmit .btn {
  pointer-events: none;
  filter: grayscale(1);
  opacity: 0.6;
}
#my-subscribe-form .btn.loading, #demo-subscribe-form .btn.loading, #event-subscribe-form .btn.loading {
  pointer-events: none;
  filter: grayscale(1);
  opacity: 0.6;
  cursor: progress;
}
#my-subscribe-form .confirm-subscription, #demo-subscribe-form .confirm-subscription, #event-subscribe-form .confirm-subscription {
  opacity: 0;
  transition: all ease-in-out 0.4s;
}
#my-subscribe-form h3.chooseplan, #demo-subscribe-form h3.chooseplan, #event-subscribe-form h3.chooseplan {
  text-align: left;
  padding: 12px 10px;
  font-size: 30px;
  margin: 0;
  margin-left: -24px;
  margin-right: -24px;
  margin-bottom: 10px;
  background-color: var(--themecolor);
  box-shadow: 0 0 0 1px var(--themecolor);
  border-radius: 16px 16px 0 0;
  color: #fff;
}
#my-subscribe-form:has(.step-form.valid):has([data-type].active) .confirm-subscription, #demo-subscribe-form:has(.step-form.valid):has([data-type].active) .confirm-subscription, #event-subscribe-form:has(.step-form.valid):has([data-type].active) .confirm-subscription {
  visibility: visible;
  opacity: 1;
}
#my-subscribe-form:has(.step-form.valid):has([data-type].active) h3.chooseplan, #demo-subscribe-form:has(.step-form.valid):has([data-type].active) h3.chooseplan, #event-subscribe-form:has(.step-form.valid):has([data-type].active) h3.chooseplan {
  max-height: 300px;
  opacity: 1;
}

#event-subscribe-form {
  margin: 100px auto !important;
}
#event-subscribe-form .confirm-subscription {
  visibility: visible !important;
  opacity: 1 !important;
}

.multi-step-bar {
  overflow: hidden;
  counter-reset: step;
  margin: 15px auto 30px;
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 0;
}
.multi-step-bar li {
  text-align: center;
  list-style-type: none;
  color: var(--themecolor);
  text-transform: CAPITALIZE;
  width: 40%;
  float: left;
  position: relative;
  font-weight: 600;
}
.multi-step-bar li:before {
  content: counter(step);
  counter-increment: step;
  width: 40px;
  line-height: 40px;
  display: block;
  font-size: 14px;
  color: var(--themecolor);
  background: var(--themecolor-lighest);
  border-radius: 50%;
  margin: 0 auto 5px auto;
}
.multi-step-bar li:after {
  content: "";
  width: 100%;
  height: 1px;
  background: #000;
  position: absolute;
  left: -50%;
  top: 20px;
  z-index: -1;
}
.multi-step-bar li:first-child:after {
  content: none;
}
.multi-step-bar li.active:before {
  background: var(--themecolor);
  color: var(--themecolor-lighest);
}
@media (min-width: 768px) {
  .multi-step-bar {
    width: 75%;
    max-width: 850px;
  }
  .multi-step-bar li {
    width: 30%;
  }
}

form.step-form {
  margin-top: 30px;
  margin-bottom: 0;
  border-radius: 16px;
  border: 2px solid var(--themecolor);
  width: 100%;
}
form.step-form .step-head {
  border-radius: 12px 12px 0 0;
  background-color: var(--themecolor);
}
form.step-form .step-head h3 {
  color: #fff;
  margin: 0;
  padding: 10px;
}
form.step-form [data-name=agency_location_zip] .acf-table thead th[data-name=agency_lat],
form.step-form [data-name=agency_location_zip] .acf-table thead th[data-name=agency_lng],
form.step-form [data-name=agency_location_zip] .acf-table tbody td[data-name=agency_lat],
form.step-form [data-name=agency_location_zip] .acf-table tbody td[data-name=agency_lng] {
  display: none;
}
form.step-form .first_step > div:not(.step-head) {
  padding: 50px 20px;
  gap: 30px;
  display: flex;
  flex-direction: column;
}
form.step-form .first_step > div:not(.step-head) div.telInp {
  display: flex;
  position: relative;
  flex-direction: column;
}
form.step-form .first_step > div:not(.step-head) div.telInp div.iti input[name=agency_phone], form.step-form .first_step > div:not(.step-head) div.telInp div.iti input[name=agency_phone_client] {
  width: 100%;
  border: 1px solid var(--themecolor);
}
form.step-form .first_step > div:not(.step-head) div.telInp label.style {
  color: var(--themecolor);
  font-weight: 600;
  font-size: 12px;
  position: absolute;
  left: 0;
  top: -1.5em;
}
form.step-form .first_step > div:not(.step-head) div.telInp label.error {
  font-weight: 400;
  color: #f42c69;
  font-size: 13px;
}
form.step-form .first_step > div:not(.step-head) div.flexDiv {
  display: flex;
  flex-direction: column;
  width: 100%;
  position: relative;
}
form.step-form .first_step > div:not(.step-head) div.flexDiv input[required] + label::after {
  content: " *";
  color: #ff4f00;
  font-size: 14px;
}
form.step-form .first_step > div:not(.step-head) div.flexDiv label.sublabel {
  color: var(--themecolor);
  font-size: 12px;
  position: absolute;
  left: 0;
  top: -1.5em;
}
form.step-form .first_step > div:not(.step-head) div.flexDiv .ui.dropdown {
  margin-top: auto;
}
form.step-form .first_step > div:not(.step-head) div.flexDiv label.style {
  position: absolute;
  top: 8px;
  left: 8px;
  transition: all ease-in-out 0.2s;
}
form.step-form .first_step > div:not(.step-head) div.flexDiv label {
  font-weight: 600;
  color: #000;
}
form.step-form .first_step > div:not(.step-head) div.flexDiv label.switch {
  margin-top: 10px;
}
form.step-form .first_step > div:not(.step-head) div.flexDiv label.error {
  color: #f42c69;
  font-size: 13px;
  font-weight: 400;
}
form.step-form .first_step > div:not(.step-head) div.flexDiv input, form.step-form .first_step > div:not(.step-head) div.flexDiv textarea {
  border: 1px solid var(--themecolor);
  width: 100%;
}
form.step-form .first_step > div:not(.step-head) div.flexDiv input[readonly] {
  background-color: #e8e1fc;
}
form.step-form .first_step > div:not(.step-head) div.flexDiv.span_grid_one {
  grid-column: span 2;
}
form.step-form .first_step > div:not(.step-head) div.flexDiv.span_grid_one.buttons {
  display: inline;
  text-align: center;
}
form.step-form .first_step > div:not(.step-head) div.flexDiv input[type=file] {
  display: none;
}
form.step-form .first_step > div:not(.step-head) div.flexDiv label[for=agencyLogo], form.step-form .first_step > div:not(.step-head) div.flexDiv label[for=agencyBanner] {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
form.step-form .first_step > div:not(.step-head) div.flexDiv label[for=agencyLogo] span, form.step-form .first_step > div:not(.step-head) div.flexDiv label[for=agencyBanner] span {
  padding: 8px 12px;
  background: var(--themecolor);
  color: #fff;
  width: max-content;
  cursor: pointer;
  border-radius: 8px;
}
form.step-form .first_step > div:not(.step-head) div.flexDiv label[for=agencyLogo] span:hover, form.step-form .first_step > div:not(.step-head) div.flexDiv label[for=agencyBanner] span:hover {
  background-color: var(--themecolor);
}
form.step-form .first_step > div:not(.step-head) div.flexDiv .description {
  color: #000;
  font-size: 14px;
  margin: 0;
}
form.step-form .first_step > div:not(.step-head) div.flexDiv div.acf-field {
  padding: 0;
}
form.step-form .first_step > div:not(.step-head) div.flexDiv div.acf-field div.acf-label label {
  font-size: 13px;
}
form.step-form .first_step > div:not(.step-head) div.flexDiv div.acf-field label {
  color: var(--themecolor);
}
form.step-form .first_step > div:not(.step-head) div.flexDiv div.acf-field .acf-th label {
  font-size: 14px;
}
form.step-form .first_step > div:not(.step-head) div.settings-upload label {
  color: var(--themecolor);
  font-size: 13px;
}
form.step-form .first_step > div:not(.step-head) div.settings-upload p {
  color: #000;
  font-size: 14px;
}
form.step-form .first_step > div:not(.step-head) div.acf-fields label {
  position: static;
}
@media (min-width: 1240px) {
  form.step-form {
    margin-top: 100px;
  }
  form.step-form .first_step > div:not(.step-head) {
    display: grid;
    padding: 50px 20px;
    gap: 30px;
    grid-template-columns: 1fr 1fr;
  }
}

#settings-container .product-prices-container {
  width: 100%;
}
#settings-container .product-prices-container #products-prices {
  grid-template-columns: 1fr;
}
@media (min-width: 1240px) {
  #settings-container {
    display: flex;
    gap: 25px;
  }
}

#formSteps {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  border: 2px solid var(--themecolor);
  padding: 30px 20px;
  border-radius: 16px;
  height: max-content;
  min-width: 250px;
}
#formSteps span {
  padding: 5px 20px 5px 0;
  cursor: pointer;
}
#formSteps span label {
  color: var(--themecolor);
  cursor: pointer;
  position: relative;
  padding-left: 30px;
}
#formSteps span label::before {
  position: absolute;
  background-image: url("../img/icons/icon-check-w.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px;
  content: "";
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  width: 15px;
  height: 15px;
  border-radius: 100%;
  background-color: #c7c7c7;
}
#formSteps span.complete label::before {
  background-color: var(--themecolor);
}
#formSteps span.active label {
  font-weight: 700;
}
#formSteps span.steps_dropdown {
  padding: 0;
  padding-top: 5px;
}
#formSteps span.steps_dropdown > label {
  padding: 10px 0 10px 30px;
}
#formSteps span.steps_dropdown div {
  display: flex;
  flex-direction: column;
}
#formSteps span.steps_dropdown div span {
  padding-left: 50px;
}
#formSteps div.progressBar {
  gap: 10px;
  display: flex;
  flex-direction: column;
  margin-top: 25px;
}
#formSteps div.progressBar label {
  color: var(--themecolor);
  position: relative;
}
#formSteps div.progressBar span {
  padding: 8px 8px 8px 0;
  border: 1px solid var(--themecolor);
  border-radius: 8px;
  width: 100%;
  position: relative;
}
#formSteps div.progressBar span::after {
  position: absolute;
  content: "";
  height: 100%;
  top: 0;
  background-color: var(--themecolor);
  border-radius: 8px;
}
#formSteps div.progressBar span.one::after {
  width: 25%;
  border-radius: 8px 0 0 8px;
}
#formSteps div.progressBar span.two::after {
  width: 50%;
  border-radius: 8px 0 0 8px;
}
#formSteps div.progressBar span.three::after {
  width: 75%;
  border-radius: 8px 0 0 8px;
}
#formSteps div.progressBar span.four::after {
  width: 100%;
}
@media (min-width: 1240px) {
  #formSteps {
    margin-top: 100px;
    width: max-content;
  }
}

.copyInput {
  position: absolute;
  right: 5px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.copyInput i {
  display: block;
  width: 20px;
  height: 20px;
  mask: url(../img/icons/icon-copy-purple.svg) no-repeat center;
  mask-size: contain;
  background-color: var(--themecolor);
  cursor: pointer;
  background-repeat: no-repeat;
}

@media (min-width: 1240px) {
  .copyInput {
    right: auto;
    left: -25px;
  }
}
.eventForm #event-subscribe-form, .contactForm #event-subscribe-form, .subscribeForm #event-subscribe-form {
  margin: 10px auto !important;
}
@media (max-width: 783px) {
  .eventForm form .forminator-col:not(:last-child), .eventForm form .forminator-row:not(:last-child), .contactForm form .forminator-col:not(:last-child), .contactForm form .forminator-row:not(:last-child), .subscribeForm form .forminator-col:not(:last-child), .subscribeForm form .forminator-row:not(:last-child) {
    margin-bottom: 30px !important;
  }
}
.eventForm form .forminator-row:nth-last-of-type(2), .eventForm form .forminator-row:nth-last-of-type(3), .contactForm form .forminator-row:nth-last-of-type(2), .contactForm form .forminator-row:nth-last-of-type(3), .subscribeForm form .forminator-row:nth-last-of-type(2), .subscribeForm form .forminator-row:nth-last-of-type(3) {
  margin-bottom: 0 !important;
}
.eventForm form .forminator-field, .contactForm form .forminator-field, .subscribeForm form .forminator-field {
  position: relative;
}
.eventForm form .forminator-col, .contactForm form .forminator-col, .subscribeForm form .forminator-col {
  padding: 0 8px !important;
}
.eventForm form .specialLabel .forminator-field, .contactForm form .specialLabel .forminator-field, .subscribeForm form .specialLabel .forminator-field {
  background-color: white;
}
.eventForm form .specialLabel select, .contactForm form .specialLabel select, .subscribeForm form .specialLabel select {
  color: #000;
  font-size: 16px;
  font-weight: 700;
}
.eventForm form .specialLabel .forminator-error-message, .contactForm form .specialLabel .forminator-error-message, .subscribeForm form .specialLabel .forminator-error-message {
  position: absolute;
  left: 18px;
  bottom: -23px;
  font-size: 12px;
  font-weight: 400;
}
.eventForm form input, .eventForm form .specialLabel .forminator-field, .eventForm form textarea, .contactForm form input, .contactForm form .specialLabel .forminator-field, .contactForm form textarea, .subscribeForm form input, .subscribeForm form .specialLabel .forminator-field, .subscribeForm form textarea {
  width: 100%;
  border: 1px solid #6534E6;
  border-radius: 10px;
  padding: 0.8em 1em;
  color: #000;
  font-size: 18px;
  font-weight: 700;
}
.eventForm form .specialLabel select,
.eventForm form .specialLabel select:focus,
.eventForm form .specialLabel select:active,
.eventForm form .specialLabel select:focus-visible .specialLabel select:focus-visible, .contactForm form .specialLabel select,
.contactForm form .specialLabel select:focus,
.contactForm form .specialLabel select:active,
.contactForm form .specialLabel select:focus-visible .specialLabel select:focus-visible, .subscribeForm form .specialLabel select,
.subscribeForm form .specialLabel select:focus,
.subscribeForm form .specialLabel select:active,
.subscribeForm form .specialLabel select:focus-visible .specialLabel select:focus-visible {
  border: none;
  width: 100%;
  outline: none;
}
.eventForm form label:not(:has(input)), .contactForm form label:not(:has(input)), .subscribeForm form label:not(:has(input)) {
  position: absolute;
  color: #000;
  font-size: 18px;
  font-weight: 700;
  left: 20px;
  z-index: 2;
  top: 18px;
  margin-bottom: 0;
  pointer-events: none;
  font-size: 16px;
  line-height: 1em;
  transition: all ease-in-out 0.2s;
}
.eventForm form label:has(input), .contactForm form label:has(input), .subscribeForm form label:has(input) {
  display: flex;
  gap: 5px;
}
.eventForm form label:has(input) input, .eventForm form label:has(input) span, .contactForm form label:has(input) input, .contactForm form label:has(input) span, .subscribeForm form label:has(input) input, .subscribeForm form label:has(input) span {
  width: fit-content;
}
.eventForm form label.error, .contactForm form label.error, .subscribeForm form label.error {
  display: block;
  position: unset !important;
}
.eventForm form .forminator-error, .contactForm form .forminator-error, .subscribeForm form .forminator-error {
  display: none;
}
.eventForm form .forminator-field input::-webkit-input-placeholder,
.eventForm form .forminator-field input::placeholder,
.eventForm form .forminator-field textarea::placeholder,
.eventForm form .forminator-field textarea::-webkit-input-placeholder,
.eventForm form .specialLabel label, .contactForm form .forminator-field input::-webkit-input-placeholder,
.contactForm form .forminator-field input::placeholder,
.contactForm form .forminator-field textarea::placeholder,
.contactForm form .forminator-field textarea::-webkit-input-placeholder,
.contactForm form .specialLabel label, .subscribeForm form .forminator-field input::-webkit-input-placeholder,
.subscribeForm form .forminator-field input::placeholder,
.subscribeForm form .forminator-field textarea::placeholder,
.subscribeForm form .forminator-field textarea::-webkit-input-placeholder,
.subscribeForm form .specialLabel label {
  color: transparent;
}
.eventForm form .specialLabel label.selected,
.eventForm form .forminator-field:has(input:focus) label,
.eventForm form .forminator-field:has(input:not(:placeholder-shown)) label,
.eventForm form .forminator-field:has(textarea:focus) label,
.eventForm form .forminator-field:has(textarea:not(:placeholder-shown)) label, .contactForm form .specialLabel label.selected,
.contactForm form .forminator-field:has(input:focus) label,
.contactForm form .forminator-field:has(input:not(:placeholder-shown)) label,
.contactForm form .forminator-field:has(textarea:focus) label,
.contactForm form .forminator-field:has(textarea:not(:placeholder-shown)) label, .subscribeForm form .specialLabel label.selected,
.subscribeForm form .forminator-field:has(input:focus) label,
.subscribeForm form .forminator-field:has(input:not(:placeholder-shown)) label,
.subscribeForm form .forminator-field:has(textarea:focus) label,
.subscribeForm form .forminator-field:has(textarea:not(:placeholder-shown)) label {
  color: #6534E6;
  top: -18px;
  left: 0;
  font-size: 12px;
}
.eventForm form .dateInput, .contactForm form .dateInput, .subscribeForm form .dateInput {
  flex: 2 !important;
}
.eventForm form .forminator-button-submit, .contactForm form .forminator-button-submit, .subscribeForm form .forminator-button-submit {
  background-color: #6534E6;
  color: white;
  padding: 12px 35px;
  border: none;
  display: flex;
  margin-left: auto;
  gap: 8px;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 700;
}
.eventForm form .forminator-button-submit::after, .contactForm form .forminator-button-submit::after, .subscribeForm form .forminator-button-submit::after {
  display: block;
  content: "";
  background-image: url("../img/icons/move-right-white.svg");
  width: 20px;
  height: 20px;
}

#bookForm {
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  max-width: 900px;
  min-width: 600px;
  flex-wrap: wrap;
  display: none;
  position: fixed;
  background-color: #fff;
  border: 1px solid var(--themecolor);
  padding: 50px;
  border-radius: 30px;
  top: 50%;
  left: 50%;
  min-height: 500px;
  z-index: 999;
  transform: translate(-50%, -50%);
}
#bookForm #closeForm {
  position: absolute;
  top: 0;
  right: 0;
  padding: 15px;
}
#bookForm #closeForm img {
  width: 35px;
}
#bookForm section {
  min-height: 400px;
  display: flex;
  flex-direction: column;
  min-width: 500px;
}
#bookForm section #displayError {
  margin: 0;
  color: #f42c69;
}
#bookForm section div.typeBook a, #bookForm section div.clientBook a {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
#bookForm section div.typeBook a img, #bookForm section div.clientBook a img {
  width: 45px;
}
@media (min-width: 768px) {
  #bookForm section div.typeBook a, #bookForm section div.clientBook a {
    min-width: 170px;
    padding: 30px 45px;
  }
}
#bookForm section div.typeBook a.active, #bookForm section div.clientBook a.active {
  border: 2px solid var(--themecolor);
}
#bookForm section h3 {
  color: #000;
  margin-top: 0;
  font-size: 20px;
}
#bookForm section #scheduleHours {
  margin-bottom: 30px;
  max-height: 260px;
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  #bookForm section #scheduleHours {
    max-height: 400px;
    max-width: 300px;
    min-width: 250px;
  }
}
#bookForm section #scheduleHours label {
  cursor: pointer;
  padding: 7px 10px;
  border: 1px var(--themecolor) solid;
  background-color: rgba(225, 216, 251, 0.6431372549);
  color: var(--themecolor);
  border-radius: 3px;
  display: flex;
  color: black;
}
#bookForm section #scheduleHours label input {
  visibility: hidden;
  width: 0;
}
#bookForm section #scheduleHours label > input:checked + label {
  background-color: var(--themecolor);
}
#bookForm section .textCenter {
  text-align: center;
}
#bookForm section .topAuto {
  margin-top: auto;
}
#bookForm section .gap {
  gap: 10px;
}
#bookForm section div.grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 35px;
}
#bookForm section div.grid div {
  position: relative;
}
#bookForm section div.grid div input, #bookForm section div.grid div textarea {
  border: 1px solid var(--themecolor);
  width: 100%;
}
#bookForm section div.grid div label {
  color: #000;
  display: flex;
  transition: 0.3s all ease-in-out;
  flex-direction: column;
}
#bookForm section div.grid div label span span {
  color: #f42c69;
}
#bookForm section div.grid div label input.error {
  border: 1px solid #f42c69;
}
#bookForm section div.grid div label.error {
  color: #f42c69;
  font-size: 12px;
  font-weight: 400;
}
#bookForm section div.grid div:has(textarea) {
  grid-column: span 2;
}
#bookForm section div.grid label {
  font-size: 16px;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  color: #212f44;
  font-style: normal;
  padding-bottom: 10px;
}
#bookForm section div.grid input, #bookForm section div.grid textarea {
  border-radius: 5px;
  border: solid 1px #c5c5c5;
  background-color: #fff;
}
#bookForm section div.rows {
  display: flex;
  flex-direction: row;
}
#bookForm section div.calendarGap {
  gap: 15px;
}
@media (min-width: 768px) {
  #bookForm section div.calendarGap {
    gap: 50px;
  }
}
#bookForm section div.cols {
  display: flex;
  flex-direction: column;
}
#bookForm section div.colCenter {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#bookForm section div.rowCenter {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
#bookForm section.center {
  justify-content: center;
}
@media (max-width: 767px) {
  #bookForm {
    width: 90vw;
    min-width: auto;
    padding: 50px 5px 20px 5px;
  }
  #bookForm #closeForm img {
    width: 30px;
  }
  #bookForm section {
    min-width: auto;
    flex-wrap: wrap;
    width: 100%;
    padding: 15px;
  }
  #bookForm section div.grid {
    display: flex;
    flex-direction: column;
    gap: 22px;
    margin-bottom: 15px;
  }
  #bookForm section div.rows, #bookForm section div.rowCenter {
    flex-direction: column;
  }
  #bookForm section a, #bookForm section button, #bookForm section h3, #bookForm section #displayError {
    text-align: center;
  }
}

#form_signal h3.elementor-heading-title {
  font-family: myriad-pro, sans-serif;
}
#form_signal .forminator-ui.forminator-custom-form label.forminator-label {
  font-size: 16px;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  color: #212f44;
  font-style: normal;
  padding-bottom: 10px;
}
#form_signal .forminator-ui.forminator-custom-form textarea, #form_signal .forminator-ui.forminator-custom-form span.select2-selection, #form_signal .forminator-ui.forminator-custom-form span.select2-selection--single[role=combobox] {
  border-radius: 5px;
  border: solid 1px #c5c5c5;
  background-color: #fff !important;
}
#form_signal .forminator-ui.forminator-custom-form button.forminator-button {
  padding: 15px 85px;
}

#form_signal .forminator-ui.forminator-design--default textarea.forminator-textarea:hover {
  border-color: var(--themecolor) !important;
}

.immo-projects #tarteaucitronRoot {
  display: none;
}
.immo-projects #masthead {
  background-color: transparent;
}
.immo-projects #masthead > div > img {
  display: block;
  width: clamp(90px, 30%, 120px);
  height: 80px;
  object-fit: contain;
  object-position: center;
}

.iframe_container {
  width: 100vw;
  margin: auto;
  max-width: 2560px;
}
.iframe_container .gdprcontent {
  grid-column: 1/-1;
  display: flex;
  align-items: flex-start;
  gap: 5px;
}
.iframe_container .gdprcontent label {
  line-height: 1;
}
.iframe_container .gdprcontent P {
  text-transform: initial !important;
  text-align: left !important;
  margin: 0 !important;
  margin-top: 5px !important;
  font-size: 12px;
  line-height: 1;
}
.iframe_container .template-7,
.iframe_container .template-9 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100vw;
  margin: auto;
  height: 100%;
  max-width: 2560px;
  background-image: url("../img/template-7.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.iframe_container .template-7 h3,
.iframe_container .template-7 h4,
.iframe_container .template-9 h3,
.iframe_container .template-9 h4 {
  font-family: "Open Sans";
  margin-top: 0;
  max-width: 450px;
  margin: auto;
  text-align: center;
}
.iframe_container .template-7 h4,
.iframe_container .template-9 h4 {
  margin-top: 10px;
  font-size: 24px;
}
.iframe_container .template-7 h3 span,
.iframe_container .template-9 h3 span {
  z-index: 3;
  position: relative;
}
.iframe_container .template-7 h3 span::after,
.iframe_container .template-9 h3 span::after {
  position: absolute;
  bottom: 0;
  content: "";
  mask: url(../img/template-7-title-bg.png) no-repeat right;
  background-repeat: no-repeat;
  background-position: right;
  background-size: 200px;
  width: 150px;
  height: 25px;
  z-index: -1;
  right: 0;
}
.iframe_container .template-7 form,
.iframe_container .template-9 form {
  padding: 25px;
  background-color: #fff;
  border-radius: 15px;
  margin: auto 25px;
}
.iframe_container .template-7 form .grid,
.iframe_container .template-9 form .grid {
  margin: 40px auto;
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.iframe_container .template-7 form p,
.iframe_container .template-9 form p {
  max-width: 500px;
  text-align: center;
  margin: 25px auto auto auto;
}
.iframe_container .template-7 form label,
.iframe_container .template-9 form label {
  font-weight: 700;
  display: flex;
  flex-direction: column;
  color: #000;
}
.iframe_container .template-7 form label input,
.iframe_container .template-9 form label input {
  padding: 15px;
  border-radius: 50px;
  color: #fff;
}
.iframe_container .template-7 form label[for=gdrpcheck],
.iframe_container .template-9 form label[for=gdrpcheck] {
  display: block !important;
  gap: 10px;
  font-weight: 400;
}
.iframe_container .template-7 form label[for=gdrpcheck] input,
.iframe_container .template-9 form label[for=gdrpcheck] input {
  margin-right: 10px;
}
.iframe_container .template-7 form .submit,
.iframe_container .template-9 form .submit {
  text-align: center;
}
.iframe_container .template-7 form .submit button,
.iframe_container .template-9 form .submit button {
  padding: 15px 25px;
  text-transform: initial;
  border-radius: 50px;
}
.iframe_container .template-9 {
  display: flex;
  height: max-content;
  flex-direction: column;
  background-image: url("../img/template-9-bg.png");
}
.iframe_container .template-9 div.text {
  padding: 0 50px;
  margin: 80px auto;
}
.iframe_container .template-9 div.text p {
  color: #fff;
  max-width: 500px;
}
.iframe_container .template-9 div.text h3 {
  text-align: left;
  max-width: 500px;
  color: #fff;
  margin: 0;
}
.iframe_container .template-9 form {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 15px;
}
.iframe_container .template-9 form p {
  text-transform: uppercase;
}
.iframe_container .template-9 form h4 {
  margin: auto;
  max-width: 400px;
  text-align: center;
  margin-top: 25px;
}
.iframe_container .template-9 form h4,
.iframe_container .template-9 form p,
.iframe_container .template-9 form label {
  color: #fff;
}
.iframe_container .template-9 form input {
  background-color: #fff;
}
.iframe_container .template-9 form .submit {
  display: flex;
  justify-content: center;
}
.iframe_container .template-9 form .submit > div {
  width: max-content;
  background-color: #fff;
  border-radius: 50px;
}
.iframe_container .template-1 {
  width: 100vw;
  margin: auto;
  max-width: 2560px;
  display: flex;
  flex-direction: column-reverse;
}
.iframe_container .user-frame-container {
  background-color: var(--themecolor);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 50px 0;
}
.iframe_container .user-frame-container #log-user-frame {
  background: rgb(255, 255, 255);
  padding: 15px 40px;
  width: clamp(320px, 80vw, 640px);
  border-radius: 16px;
  box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.04);
}
@media (min-width: 1024px) and (max-width: 1549px) {
  .iframe_container .user-frame-container #log-user-frame {
    max-width: 450px;
  }
}
.iframe_container .user-frame-container #log-user-frame h1 {
  font-size: 24px;
  line-height: 1.4em;
  text-align: center;
}
.iframe_container .user-frame-container #log-user-frame h3 {
  font-size: 18px;
  line-height: 1.4em;
  text-align: center;
}
.iframe_container .user-frame-container #log-user-frame form {
  display: grid;
  gap: 15px;
}
.iframe_container .user-frame-container #log-user-frame form input:not([type=checkbox]) {
  width: 100%;
  border: 1px solid #6534e6;
}
.iframe_container .user-frame-container #log-user-frame form label {
  color: #000;
}
.iframe_container .user-frame-container #log-user-frame form label.error {
  color: red;
  font-size: 14px;
}
@media (min-width: 840px) {
  .iframe_container .user-frame-container #log-user-frame form > div {
    display: grid;
    gap: 10px;
    grid-template-columns: 1fr 1fr;
  }
}
.iframe_container .info-frame-container {
  position: relative;
  padding: 30px;
  z-index: 0; /* Assure que le pseudo-élément reste derrière le contenu */
}
.iframe_container .info-frame-container div h1 {
  margin: 0;
  text-align: center;
  color: var(--themecolor);
  text-transform: uppercase;
  font-size: 60px;
}
.iframe_container .info-frame-container div h1 span {
  font-size: 50px;
}
.iframe_container .info-frame-container div h2 {
  text-transform: uppercase;
  margin: 0;
  text-align: center;
  color: var(--themecolor);
  font-size: 30px;
}
.iframe_container .info-frame-container div p {
  text-align: center;
  color: #000;
}
.iframe_container .info-frame-container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("../img/iframe_bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  filter: blur(5px);
  z-index: -1; /* Place le pseudo-élément derrière le contenu */
}
.iframe_container .template-4 {
  min-height: 100vh;
  background-image: var(--template-bg-image);
  background-size: auto 800px;
  background-repeat: repeat-x;
  background-position: bottom center;
  /**
  **fin template-4
  **/
}
.iframe_container .template-4 * {
  box-sizing: border-box;
}
.iframe_container .template-4 #framedform {
  background-color: var(--template-form-bg);
  display: grid;
  grid-template-columns: 1fr, 1fr;
  flex-direction: column;
}
.iframe_container .template-4 .template-4__container {
  display: grid;
  gap: 40px;
  width: calc(100% - 40px);
  max-width: 1500px;
  margin: auto;
}
.iframe_container .template-4 .template-4__container > div {
  min-width: 0;
}
@media screen and (min-width: 1024px) {
  .iframe_container .template-4 .template-4__container {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
  }
  .iframe_container .template-4 .template-4__container > div {
    margin-top: 6rem;
  }
}
.iframe_container .template-4 .template-4__content {
  flex: 1;
  padding: 2rem;
}
.iframe_container .template-4 .template-4__form-wrapper {
  max-width: 697px;
  width: 100%;
  flex-shrink: 0;
  border-radius: 15px;
  background: #143a5c;
  box-shadow: 2px 2px 19px 0px rgba(0, 0, 0, 0.09);
  padding: 2rem;
}
.iframe_container .template-4 .form-title {
  flex-shrink: 0;
  color: #ffffff;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 69px;
  text-transform: uppercase;
  margin: 0 auto 1rem auto;
  margin-bottom: -2rem;
}
.iframe_container .template-4 .template-4 .form-subtitle {
  color: #fff;
  text-align: center;
  font-size: 25px;
  font-style: normal;
  font-weight: 600;
  line-height: 148%;
  margin-left: 2rem;
  margin-right: 2rem;
}
.iframe_container .template-4 .template-4__title {
  color: #000;
  font-size: clamp(28px, 4vw, 54px);
  font-style: normal;
  font-weight: 600;
  margin-top: 6rem;
}
.iframe_container .template-4 .template-4__subtitle {
  color: #143a5c;
  font-size: 1.5em;
}
.iframe_container .template-4 label[for=checkbox] {
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 383.333%;
}
.iframe_container .template-4 .template-4 #framedform label:not([for=checkbox]) {
  color: #fff;
  font-size: 0.8rem;
  font-style: normal;
  font-weight: 600;
  line-height: 383.333%;
}
.iframe_container .template-4 .btn {
  color: #000;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  border-radius: 27.5px;
  background: #ebbca8;
  width: 289px;
  height: 55px;
  padding-left: 10%;
  padding-right: 10%;
}
.iframe_container .template-4 .grid {
  display: grid;
  gap: 1rem;
}
.iframe_container .template-4 .grid > div {
  min-width: 0;
}
.iframe_container .template-4 .grid > div > label input:not([type=checkbox]) {
  display: block;
  width: 100%;
}
.iframe_container .template-4 .grid > div input[type=text] {
  border-radius: 26px;
  background: #fff;
}
.iframe_container .template-4 .grid > div input[type=email] {
  border-radius: 26px;
  background: #fff;
}
.iframe_container .template-4 .grid > div input[type=tel] {
  border-radius: 26px;
  background: #fff;
}
@media (width > 1024px) {
  .iframe_container .template-4 .grid {
    grid-template-columns: 1fr 1fr;
  }
  .iframe_container .template-4 .grid > div:nth-last-child(-n+2) {
    grid-column: 1/-1;
  }
  .iframe_container .template-4 .grid textarea {
    height: 250px;
  }
}

@media (min-width: 1200px) {
  .iframe_container {
    height: 100vh;
  }
  .iframe_container .template-7,
  .iframe_container .template-9 {
    height: 100vh;
  }
  .iframe_container .template-7 form,
  .iframe_container .template-9 form {
    padding: 70px 50px;
    margin: auto;
  }
  .iframe_container .template-7 form .grid,
  .iframe_container .template-9 form .grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 35px;
  }
  .iframe_container .template-7 form .submit,
  .iframe_container .template-9 form .submit {
    text-align: right;
  }
  .iframe_container .template-9 {
    height: 100%;
    flex-direction: row;
    justify-content: end;
    align-items: end;
  }
  .iframe_container .template-9 div.text {
    margin-bottom: 200px;
    margin-left: 50px;
  }
  .iframe_container .template-9 form {
    display: flex;
    padding: 100px 50px;
    margin: 0;
    height: 100%;
    border-radius: 0;
    margin-left: 20px;
    margin-right: 100px;
  }
  .iframe_container .template-9 form div.center {
    margin: auto;
  }
  .iframe_container .template-9 form .submit {
    display: flex;
    justify-content: end;
  }
  .iframe_container .template-1 {
    display: grid;
    height: 100vh;
    grid-template-columns: 1fr 3fr;
  }
  .iframe_container .user-frame-container {
    height: 100%;
    position: relative;
  }
  .iframe_container .user-frame-container #log-user-frame {
    padding: 32px 40px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    border-radius: 0 16px 16px 0;
    z-index: 1;
  }
  .iframe_container .info-frame-container {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .iframe_container .info-frame-container div {
    max-width: 550px;
  }
  .iframe_container .info-frame-container div h1 {
    font-size: 90px;
  }
  .iframe_container .info-frame-container div h1 span {
    font-size: 80px;
  }
  .iframe_container .info-frame-container div h2 {
    font-size: 50px;
  }
  .iframe_container .info-frame-container div p {
    text-align: left;
    font-size: 25px;
    line-height: 42px;
  }
}
.section_wrapper:has(#iframe-home) {
  padding: 0 !important;
}

#top-head .icon-nav .notif {
  position: relative;
}
#top-head .icon-nav .notif > i {
  position: absolute;
  top: -10px;
  left: 10px;
  border: solid 2px #1ec622;
  background-color: #fff;
  min-width: 20px;
  height: 20px;
  padding: 4px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1ec622;
  font-size: 12px;
}

.notif-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 15px 0;
}
.notif-header h1 {
  margin: 0;
}

.not-estate .notifications {
  margin: 0 10px;
}
@media (min-width: 768px) {
  .not-estate .notifications {
    margin: 0 30px;
  }
}

.notif-item {
  background-color: #fff;
  box-shadow: 1px 1px 6px;
  border-radius: 10px;
  padding: 10px;
  margin-bottom: 10px;
  position: relative;
}
.notif-item > div:has(img) {
  display: flex;
  justify-content: center;
  align-items: center;
}
.notif-item > div:has(img) img {
  object-fit: contain;
}
.notif-item > div:has(img) img.bellRing {
  width: 30px;
}
.notif-item .icon-close {
  position: absolute;
  top: 5px;
  right: 5px;
  background-position: center;
}
.notif-item.notif-collab > div:nth-child(2), .notif-item.notif-whitelist > div:nth-child(2), .notif-item.notif-meet > div:nth-child(2) {
  padding: 0px 10px;
}
.notif-item.notif-collab > div:nth-child(2) span, .notif-item.notif-whitelist > div:nth-child(2) span, .notif-item.notif-meet > div:nth-child(2) span {
  color: #6534E6;
}
.notif-item.notif-collab .buttons, .notif-item.notif-whitelist .buttons, .notif-item.notif-meet .buttons {
  display: flex;
  gap: 10px;
  justify-content: flex-end;
  align-self: flex-end;
}
@media (min-width: 1240px) {
  .notif-item.notif-collab, .notif-item.notif-whitelist, .notif-item.notif-meet {
    display: grid;
    grid-template-columns: 100px 1fr max-content;
  }
}
.notif-item.notif-global-message h4 {
  margin-top: 0;
  margin-bottom: 5px;
}

#support-header h1 {
  margin: 0 0 10px;
  font-size: 34px;
}
@media (min-width: 768px) {
  #support-header h1 {
    font-size: 60px;
  }
}
@media (min-width: 1024px) {
  #support-header h1 {
    font-size: 75px;
  }
}
#support-header h4 {
  margin: 50px 0 5px;
  color: var(--themecolor-lighest);
  font-size: 20px;
}

.forminator-row.forminator-row-last .forminator-field {
  text-align: right;
}

#support-header h1 {
  margin: 0 0 10px;
  font-size: 34px;
}
@media (min-width: 768px) {
  #support-header h1 {
    font-size: 60px;
  }
}
@media (min-width: 1024px) {
  #support-header h1 {
    font-size: 75px;
  }
}
#support-header h4 {
  margin: 50px 0 5px;
  color: #c7c7c7;
  font-size: 20px;
}

.forminator-row.forminator-row-last .forminator-field {
  text-align: right;
}

.faq {
  border-radius: 5px;
  padding: 0;
  background-color: white;
}
@media (min-width: 768px) {
  .faq {
    padding: 20px;
  }
}
.faq .faq-item {
  border-bottom: 1px solid #bfbfbf !important;
}
.faq .faq-item:last-of-type {
  border-bottom: none !important;
}
.faq .faq-item .accordion {
  position: relative;
  color: #212f44;
  font-family: "Open Sans", sans-serif;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 25px;
  font-weight: 500;
  height: initial;
  background-color: white;
}
@media (min-width: 768px) {
  .faq .faq-item .accordion {
    height: 75px;
  }
}
.faq .faq-item .accordion:after {
  position: absolute;
  right: 10px;
  top: 25px;
  content: "";
  color: gray;
  border: solid #212f44;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 7px;
  transform: rotate(45deg);
}
.faq .faq-item .panel {
  padding: 0 18px;
  display: none;
  background-color: white;
  overflow: hidden;
  color: #212f44;
}
.faq .faq-item.active .accordion:after {
  top: 35px;
  transform: rotate(-135deg);
}

#contact_form .elementor-element .forminator-ui.forminator-custom-form label.forminator-label {
  font-size: 16px;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  color: #212f44;
  font-style: normal;
  padding-bottom: 10px;
}
#contact_form .elementor-element .forminator-ui.forminator-custom-form input.forminator-input, #contact_form .elementor-element .forminator-ui.forminator-custom-form select, #contact_form .elementor-element .forminator-ui.forminator-custom-form textarea, #contact_form .elementor-element .forminator-ui.forminator-custom-form span.select2-selection, #contact_form .elementor-element .forminator-ui.forminator-custom-form span.select2-selection--single[role=combobox] {
  border-radius: 5px;
  border: solid 1px #c5c5c5 !important;
  background-color: #fff !important;
}
#contact_form .elementor-element .forminator-ui.forminator-custom-form button.forminator-button {
  padding: 15px 85px;
}

#contact_form .forminator-ui.forminator-design--default .forminator-select2 + .forminator-select.select2-container--open .selection .select2-selection--single[role=combobox], #contact_form .forminator-ui.forminator-design--default .forminator-select2 + .forminator-select .selection .select2-selection--single[role=combobox]:hover, #contact_form .forminator-ui.forminator-design--default .forminator-field textarea.forminator-textarea:hover, #contact_form .elementor-element .forminator-ui.forminator-custom-form input.forminator-input:hover {
  border-color: var(--themecolor) !important;
}

#contact_form .forminator-ui.forminator-design--default .forminator-select2 + .forminator-select .selection .select2-selection--single[role=combobox]:hover .select2-selection__arrow, #contact_form .forminator-ui.forminator-design--default .forminator-select2 + .forminator-select.select2-container--open .selection .select2-selection--single[role=combobox] .select2-selection__arrow {
  color: var(--themecolor) !important;
}

@media (min-width: 768px) {
  .introjs-tooltip {
    min-width: 300px;
  }
}
@media (min-width: 960px) {
  .introjs-tooltip {
    min-width: 350px;
  }
}
.introjs-tooltip .introjs-tooltip-header .introjs-tooltip-title {
  color: var(--themecolor);
}
.introjs-tooltip .introjs-tooltip-header .introjs-skipbutton {
  color: var(--themecolor);
}
.introjs-tooltip .introjs-tooltipbuttons .introjs-button:not(.introjs-hidden) {
  display: inline-block;
  font-size: 14px;
  line-height: 1.4em;
  text-transform: uppercase;
  padding: 0.5em 0.8em;
  text-decoration: none;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #fff;
  background-color: var(--themecolor);
  border-radius: 5px;
  cursor: pointer;
  text-shadow: none;
  border: none;
}
.introjs-tooltip .introjs-tooltipbuttons .introjs-button:not(.introjs-hidden):focus {
  box-shadow: none;
}
.introjs-tooltip .introjs-bullets ul li a {
  background: var(--themecolor-lighest);
}
.introjs-tooltip .introjs-bullets ul li a.active {
  background: var(--themecolor);
}

.introjs-helperLayer {
  box-shadow: var(--themecolor) 0px 0px 1px 2px, rgba(33, 33, 33, 0.5) 0px 0px 0px 5000px !important;
}

.help img {
  display: inline-block;
  margin-bottom: -2px;
  margin-left: 5px;
}

.page-title .help {
  display: inline-block;
}
.page-title .help img {
  vertical-align: top;
  margin: 8px 5px;
}

dialog#waitingpdf {
  border: solid 4px #5b2fcf;
  border-radius: 20px;
  padding: 30px;
}
dialog#waitingpdf .close, dialog#waitingpdf h3, dialog#waitingpdf p {
  color: #5b2fcf;
}

dialog#waitingpdf::backdrop {
  background-color: rgba(208, 202, 226, 0.5);
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.bg-theme-color {
  background-color: var(--themecolor);
}

.text-theme-color {
  color: var(--themecolor);
}

.bg-secondary-color {
  background-color: var(--themecolor-lighest);
}

.text-secondary-color {
  color: var(--themecolor-lighest);
}

.bg-grey {
  background-color: #f8f8f9;
}

html.no-scroll,
body.no-scroll {
  height: 100%;
  overflow: hidden;
}

body ::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 10px;
  height: 10px;
}

body ::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.1);
  border-radius: 0;
}

body ::-webkit-scrollbar-thumb {
  cursor: pointer;
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.25);
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

body ::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(0, 0, 0, 0.15);
}

body ::-webkit-scrollbar-thumb:hover {
  background: rgba(128, 135, 139, 0.8);
}

.bepVfn svg path:first-child {
  fill: var(--themecolor);
}

.gTyPIa.gTyPIa.gTyPIa.gTyPIa.gTyPIa.gTyPIa.gTyPIa.gTyPIa.gTyPIa.gTyPIa {
  color: var(--themecolor) !important;
}

/*grid*/
.row > * {
  width: 100%;
}

@media (min-width: 768px) {
  .row {
    display: flex;
    flex-wrap: wrap;
  }
  .row > .col-4 {
    width: 50%;
    padding: 10px;
  }
}
@media (min-width: 1024px) {
  .row > .col-1 {
    width: 8.3333333333%;
    padding: 10px;
  }
  .row > .col-2 {
    width: 16.6666666667%;
    padding: 10px;
  }
  .row > .col-3 {
    width: 25%;
    padding: 10px;
  }
  .row > .col-4 {
    width: 33.3333333333%;
    padding: 10px;
  }
  .row > .col-5 {
    width: 41.6666666667%;
    padding: 10px;
  }
  .row > .col-6 {
    width: 50%;
    padding: 10px;
  }
  .row > .col-7 {
    width: 58.3333333333%;
    padding: 10px;
  }
  .row > .col-8 {
    width: 66.6666666667%;
    padding: 10px;
  }
  .row > .col-9 {
    width: 75%;
    padding: 10px;
  }
  .row > .col-10 {
    width: 83.3333333333%;
    padding: 10px;
  }
  .row > .col-11 {
    width: 91.6666666667%;
    padding: 10px;
  }
  .row > .col-12 {
    width: 100%;
    padding: 10px;
  }
}
/*container*/
.container {
  width: calc(100% - 20px);
  margin: auto;
  max-width: 740px;
}

.theme-color {
  color: var(--themecolor);
}

.hidden {
  display: none;
}

@media (min-width: 960px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1240px) {
  .container {
    max-width: 1500px;
  }
  body.side-nav .site-main.container, body.side-nav .site-main .container {
    width: calc(100% - 60px);
    max-width: 995px;
    margin-left: 40px;
    margin: auto;
  }
}
@media (min-width: 1600px) {
  body.side-nav .site-main.container, body.side-nav .site-main .container {
    max-width: 1255px;
  }
}
#primary.create,
#primary.edit {
  background-color: #f3f2f5;
}

@media (max-width: 960px) {
  #main-section-image-col {
    display: none;
  }
  .img-desktop {
    display: block !important;
  }
}
@media (min-width: 960px) {
  #main-section-image-col .elementor-widget-wrap {
    padding: 0px;
  }
  #main-section-image-col .elementor-widget-wrap .elementor-element {
    height: 100%;
    position: relative;
  }
  #main-section-image-col .elementor-widget-wrap .elementor-element .elementor-widget-container {
    width: 43vw;
    height: 100%;
  }
  #main-section-image-col .elementor-widget-wrap .elementor-element .elementor-widget-container::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 20%;
    height: 100%;
    background: transparent;
    border-top: 64px solid #fff;
    border-left: 86px solid #fff;
    border-right: 84px solid transparent;
    border-bottom: 929px solid transparent;
    margin-left: -1px;
  }
  #main-section-image-col .elementor-widget-wrap .elementor-element .elementor-widget-container img {
    height: 100%;
    object-fit: cover;
  }
}
@media (min-width: 1240px) {
  #main-section-image-col .elementor-widget-wrap .elementor-element .elementor-widget-container {
    width: 57vw;
  }
  #main-section-image-col .elementor-widget-wrap .elementor-element .elementor-widget-container::before {
    border-top: 67px solid #fff;
    border-left: 356px solid #fff;
    border-right: 84px solid transparent;
    border-bottom: 949px solid transparent;
  }
}
@media (min-width: 1503px) {
  #main-section-image-col .elementor-widget-wrap .elementor-element .elementor-widget-container::before {
    border-top: 64px solid #fff;
    border-left: 434px solid #fff;
    border-right: 84px solid transparent;
    border-bottom: 866px solid transparent;
  }
}
@media (min-width: 2340px) {
  #main-section-image-col .elementor-widget-wrap .elementor-element .elementor-widget-container::before {
    border-top: 64px solid #fff;
    border-left: 578px solid #fff;
    border-right: 84px solid transparent;
    border-bottom: 970px solid transparent;
  }
}

/*# sourceMappingURL=style.css.map */
